]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(filesets-alist-get): Use `let' rather than `let*'.
[gnu-emacs] / lisp / ChangeLog
1 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
2
3 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
4 (filesets-ormap, filesets-sort-case-sensitive-flag)
5 (filesets-remake-shortcut, filesets-ingroup-collect-files):
6 Fix typos in docstrings.
7 (filesets-data-get-name, filesets-data-get-data)
8 (filesets-data-set, filesets-cmd-query-replace-getargs)
9 (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
10
11 2007-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12
13 * term/mac-win.el: Don't require url when compiling, as url-type is
14 no longer a macro.
15
16 2007-10-14 Glenn Morris <rgm@gnu.org>
17
18 * progmodes/etags.el (select-tags-table): Disable undo in the
19 `*Tags Table List*' buffer.
20
21 2007-10-13 Eli Zaretskii <eliz@gnu.org>
22
23 * dired.el (dired-warn-writable): New face.
24 (dired-warn-writable-face): New variable.
25 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
26 of dired-warning-face, for group- and world-writable files.
27
28 2007-10-13 Glenn Morris <rgm@gnu.org>
29
30 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
31 (octave-re-search-forward-kw, octave-re-search-backward-kw):
32 Add doc string, and an explicit COUNT argument.
33 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
34 `inc' to search functions.
35
36 2007-10-13 John W. Eaton <jwe@octave.org>
37
38 * progmodes/octave-mod.el (octave-looking-at-kw)
39 (octave-re-search-forward-kw, octave-re-search-backward-kw):
40 New functions.
41 (octave-in-defun-p, calculate-octave-indent)
42 (octave-blink-matching-block-open, octave-beginning-of-defun)
43 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
44 to search for regexps that contain case-sensitive keywords.
45 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
46 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
47
48 2007-10-13 Richard Stallman <rms@gnu.org>
49
50 * files.el (directory-abbrev-alist): Doc fix.
51
52 2007-10-13 Jari Aalto <jari.aalto@cante.net>
53
54 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
55
56 2007-10-12 Martin Rudalics <rudalics@gmx.at>
57
58 * frame.el (set-frame-configuration): Assign name parameter only
59 if it has been set explicitly before.
60
61 * window.el (handle-select-window): Revert part of 2007-10-06
62 change setting the input focus.
63
64 2007-10-12 Glenn Morris <rgm@gnu.org>
65
66 * cus-edit.el (custom-variable-menu, custom-face-menu)
67 (custom-group-menu): Check init-file-user rather than
68 user-init-file, in case cus-edit is loaded by site-run-file.
69
70 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
71
72 * follow.el (follow-stop-intercept-process-output):
73 Use `follow-call-process-filter' rather than `process-filter'.
74
75 2007-10-11 Tom Tromey <tromey@redhat.com>
76
77 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
78 frame is visible.
79
80 2007-10-10 Richard Stallman <rms@gnu.org>
81
82 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
83 in *Backtrace*.
84
85 * faces.el (face-font-selection-order): Doc fix.
86
87 * loadhist.el (unload-feature): Doc fix.
88
89 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
90
91 * ps-print.el: Fix the usage of :foreground and :background face
92 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
93 (ps-print-version): New version 6.7.6.
94 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
95 Fix code.
96 (ps-face-foreground-color-p, ps-face-background-color-p)
97 (ps-face-color-p): New inline funs.
98
99 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
100
101 * follow.el: Change all instances of "Follow Mode" to "Follow
102 mode" in docstrings and messages.
103
104 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
105
106 * faces.el (face-font-selection-order): Doc fix.
107
108 * follow.el (follow-mode-hook, follow-mode): Doc fixes.
109 (follow-mode-off-hook): Mark as obsolete.
110
111 2007-10-08 Richard Stallman <rms@gnu.org>
112
113 * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
114 (edebug-install-custom-print, edebug-reset-print-funcs)
115 (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
116 Functions deleted.
117 (edebug-prin1, edebug-print, edebug-prin1-to-string)
118 (edebug-format, edebug-message): Define directly as aliases.
119
120 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
121
122 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
123
124 2007-10-07 Glenn Morris <rgm@gnu.org>
125
126 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
127 version numbers.
128
129 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
130
131 * net/tramp.el (tramp-completion-mode): Extend doc-string.
132 (tramp-completion-mode-p): Revert change from 2007-09-24.
133 Checking for `return' etc as last character is not sufficient, for
134 example in dired-mode when entering <g> (revert-buffer) or
135 <s> (dired-sort).
136
137 2007-10-06 Martin Rudalics <rudalics@gmx.at>
138
139 * window.el (mouse-autoselect-window-cancel): Don't cancel for
140 select-window or select-frame events.
141 (handle-select-window): When autoselecting window set input
142 focus. Restructure.
143
144 * frame.el (focus-follows-mouse): Moved to frame.c.
145 * cus-start.el (all): Add focus-follows-mouse.
146
147 2007-10-05 Chris Moore <dooglus@gmail.com>
148
149 * server.el (server-kill-new-buffers): Doc fix.
150
151 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
152
153 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
154 activate font-locking in the *buffer-selection* buffer.
155 (bs-show-sorted): Doc fix.
156
157 * bs.el (bs--get-marked-string, bs--get-modified-string)
158 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
159 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
160 (bs--format-aux): Doc fix.
161
162 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
163
164 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
165
166 2007-10-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
167
168 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
169
170 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
171
172 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
173 (gud-gdb): New function for old M-x gdb (text command mode).
174 (gud-gdb-command-name, gdb): Move to...
175
176 * progmodes/gdb-ui.el: ...here and adapt doc string.
177 (gud-gdba-command-name, gdba): Delete.
178
179 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
180
181 * bs.el: Don't defvar `font-lock-verbose'.
182 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
183 (bs--get-file-name): Fix typos in docstrings.
184 (bs--show-header): Use `dolist' instead of `mapcar'.
185 (bs-mode): Set `show-trailing-whitespace' to nil.
186 (bs-buffer-sort-function, bs-mouse-select-other-frame)
187 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
188 Doc fixes.
189
190 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
191
192 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
193
194 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
195
196 * progmodes/gud.el (gdb): Make graphical mode the default and
197 switch to text command mode if appropriate, i.e., reverse previous
198 arrangement.
199 (gud-gdb-marker-filter): Adapt for above change.
200
201 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
202 gud-minor-mode and gud-marker-filter.
203 (gdb-fullname-regexp): New variable.
204 (gud-gdba-marker-filter): Use it to switch to text command
205 mode if appropriate.
206
207 2007-10-02 Richard Stallman <rms@gnu.org>
208
209 * frame.el (cursor-in-non-selected-windows): Doc fix.
210
211 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
212
213 * progmodes/gud.el (gud-display-line): Find source buffer even when
214 GUD buffer has its own frame.
215
216 2007-10-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
217
218 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
219
220 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
221
222 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
223
224 2007-09-29 Martin Rudalics <rudalics@gmx.at>
225
226 * allout.el (allout-before-change-handler): Replace got-char by
227 goto-char.
228
229 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
230
231 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
232 Used to try and automatically enabled smerge-mode in the presence of
233 conflicts and to call `svn resolved' when the conflicts are gone.
234 (vc-svn-parse-status): Remember the svn-specific status.
235
236 * newcomment.el (comment-choose-indent): New function extracted
237 from comment-indent. Improve the alignment algorithm.
238 (comment-indent): Use it.
239
240 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
241
242 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
243 (eldoc-message-commands, eldoc-current-idle-delay):
244 Fix typos in docstrings.
245
246 * progmodes/python.el (python-eldoc-function): Doc fix.
247
248 2007-09-26 Eli Zaretskii <eliz@gnu.org>
249
250 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
251 menu-bar-apropos-menu. All users changed.
252 (menu-bar-help-menu): Change menu symbols to better match the text
253 displayed by the menu.
254
255 2007-09-25 Glenn Morris <rgm@gnu.org>
256
257 * view.el (view-search-no-match-lines): Add a doc string.
258 Rewrite to simplify and work better.
259
260 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
261
262 * net/tramp.el (tramp-completion-mode-p): Rename from
263 `tramp-completion-mode'. Revert logic, check `return', `newline'
264 and such alike. Packages like Icicles tend to use other completion
265 characters but `tab' and `space' only.
266 (top): Require cl.el, when `copy-tree' is not available otherwise.
267
268 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
269 `ad-get-arg'.
270
271 2007-09-24 Ville Skytt\e,Ad\e(B <scop@xemacs.org> (tiny change)
272
273 * net/tramp-vc.el (tramp-vc-user-login-name):
274 Use `vc-find-version' instead of `process-file' to check whether we
275 have a new enough vc that doesn't need the defadvice.
276
277 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
278
279 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
280 #, @, : and ^.
281
282 2007-09-23 Glenn Morris <rgm@gnu.org>
283
284 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
285
286 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
287
288 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
289
290 * log-view.el (log-view-mode-map): Likewise.
291
292 * diff-mode.el (diff-mode-shared-map): Likewise.
293
294 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
295
296 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
297 add inferior-octave-directory-tracker to the buffer-local value
298 of comint-input-filter-functions.
299
300 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
301
302 * files.el (file-name-sans-versions): Also allow `A-Z'.
303
304 * vc.el: Mention all supported VC backends.
305
306 2007-09-22 Richard Stallman <rms@gnu.org>
307
308 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
309 neighbouring buttons.
310
311 2007-09-22 Andreas Schwab <schwab@suse.de>
312
313 * files.el (file-name-sans-versions): Also allow `_'.
314
315 2007-09-22 Glenn Morris <rgm@gnu.org>
316
317 * eshell/esh-mode.el (eshell-output-filter-functions):
318 Add eshell-postoutput-scroll-to-bottom.
319
320 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
321
322 * files.el (file-name-sans-versions): Allow - and a-z in version names.
323
324 * log-view.el (log-view-mode-map, log-view-mode-menu):
325 Bind log-view-annotate-version.
326 (log-view-beginning-of-defun, log-view-end-of-defun)
327 (log-view-annotate-version): New functions.
328 (log-view-mode): Use log-view-beginning-of-defun and
329 log-view-end-of-defun.
330
331 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
332
333 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
334
335 2007-09-21 Kevin Ryde <user42@zip.com.au>
336
337 * international/mule.el (sgml-html-meta-auto-coding-function):
338 Bind `case-fold-search' to t.
339
340 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
341
342 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
343 neighbouring buttons.
344
345 * progmodes/compile.el (compilation-error-regexp-alist-alist):
346 Recognize gcc's use of "note" for informational messages.
347
348 2007-09-20 Glenn Morris <rgm@gnu.org>
349
350 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
351 motion functions, rather than hard-coding "\n\n".
352 (tex-validate-region): Check for eobp, to speed up.
353 (tex-next-unmatched-end): Doc fix.
354
355 2007-09-19 Glenn Morris <rgm@gnu.org>
356
357 * textmodes/tex-mode.el (tex-terminate-paragraph):
358 Use backward-paragraph.
359
360 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
361
362 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
363 (css-mode): Update correspondingly.
364
365 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
366
367 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
368
369 * vc-hooks.el (vc-menu-entry): New var.
370 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
371 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
372 (vc-menu-map): Declare and initialize in one step.
373
374 * menu-bar.el (vc-menu-map): Don't setup any more.
375 Instead, just create the proper spot in the menu.
376
377 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
378 Stefan Monnier <monnier@iro.umontreal.ca>
379
380 * vc.el: Document new VC operation `extra-menu'.
381
382 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
383
384 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
385
386 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
387 Signed-off-by, Acked-by and Merge.
388
389 2007-09-17 Glenn Morris <rgm@gnu.org>
390
391 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
392 filename from `--file-line-error', if it is available.
393
394 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
395
396 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
397 TeX `--file-line-error' format.
398
399 2007-09-17 Glenn Morris <rgm@gnu.org>
400
401 * textmodes/tex-mode.el (tex-region): Simplify previous change,
402 handling the case where the region is not in `tex-main-file'.
403 (tex-region-1): Delete.
404 (tex-region-header): New function, doing the header part of the
405 old tex-region-1.
406
407 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
408
409 * ediff-init.el (ediff-verbose-p): This var is not a constant.
410
411 2007-09-16 Drew Adams <drew.adams@oracle.com>
412
413 * cus-edit (custom-face-edit-activate): Doc fix.
414
415 2007-09-16 Glenn Morris <rgm@gnu.org>
416
417 * textmodes/tex-mode.el (tex-region): Handle the case where the
418 region is not in `tex-main-file'. Move the old code that applies
419 to both cases...
420 (tex-region-1): ...to this new function.
421
422 2007-09-15 Martin Rudalics <rudalics@gmx.at>
423
424 * simple.el (blink-matching-open): Don't display message when no
425 paren is found within blink-matching-paren-distance characters.
426 Don't search prompt in blink-matching-paren-distance nil case.
427
428 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
429
430 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
431
432 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
433
434 * vc-mtn.el: New file.
435
436 * vc-hooks.el (vc-handled-backends): Add Mtn.
437
438 2007-09-13 Eli Zaretskii <eliz@gnu.org>
439
440 * files.el (find-file, find-file-other-window)
441 (find-file-other-frame, find-file-existing, find-file-read-only)
442 (find-file-read-only-other-window)
443 (find-file-read-only-other-frame)
444 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
445
446 2007-09-13 Jari Aalto <jari.aalto@cante.net>
447
448 * man.el (Man-default-man-entry): At end of line, continue looking
449 to the next line for possible end of hyphenated command.
450
451 2007-09-13 Chris Moore <dooglus@gmail.com>
452
453 * shell.el (shell-resync-dirs): Don't move the cursor relative to
454 the command being edited.
455
456 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
457
458 * progmodes/gud.el (gdb-ready): New variable.
459 (gdb): Set it to nil. Set gud-running to nil here...
460 (gud-common-init): ...instead of here.
461
462 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
463 Use gdb-ready. Discard input until GDB is ready to accept it.
464
465 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
466
467 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
468 C-M-S- keys.
469
470 2007-09-12 Martin Rudalics <rudalics@gmx.at>
471
472 * dired.el (dired-warning): Inherit from font-lock-warning-face to
473 make it show up with eight colors.
474
475 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
476
477 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
478 diffs are concatenated with no intervening line.
479
480 2007-09-10 Dave Love <fx@gnu.org>
481
482 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
483 (python-font-lock-keywords): Update to the 2.5 version of the language.
484 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
485 (python-backspace): Only behave funny in code.
486 (python-compilation-regexp-alist): Add PDB stack trace regexp.
487 (inferior-python-mode): Add PDB prompt regexp.
488 (python-fill-paragraph): Refine the fenced-string regexp.
489 (python-find-imports): Handle imports spanning several lines.
490 (python-mode): Add `class' to hideshow support.
491
492 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
493
494 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
495 add-log-buffer-file-name-function rather than bind buffer-file-name,
496 so we dont end up calling change-log-mode in *cvs* when `fi' is the
497 ChangeLog file itself.
498
499 * outline.el (outline-flag-region): Use front-advance.
500
501 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
502
503 * progmodes/cperl-mode.el: Merge upstream 5.23.
504 (cperl-where-am-i): Remove function.
505 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
506 (cperl-sniff-for-indent): De-invert [string] and [comment].
507 When looking for label, skip s:m:y:tr.
508 (cperl-indent-line): Likewise.
509 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
510 (cperl-windowed-init): Wrong `ps-print' handling.
511 Both thanks to Chong Yidong.
512 (cperl-look-at-leading-count): Could fail with unfinished RExen.
513 (cperl-find-pods-heres): If the second part of s()[] is missing,
514 don't try to highlight delimiters...
515
516 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
517
518 * progmodes/compile.el (compilation-get-file-structure): Complete last
519 change by also using spec-directory in the puthash.
520
521 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
522
523 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
524 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
525 (vc-bzr-status): Fix shadowing of variable 'status'.
526 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
527 Use `expand-file-name' instead of `concat'.
528 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
529 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
530
531 2007-09-05 Jason Rumney <jasonr@gnu.org>
532
533 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
534
535 2007-09-02 Richard Stallman <rms@gnu.org>
536
537 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
538 Add `safe-local-variable' property.
539 (lisp-body-indent): Likewise.
540
541 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
542
543 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
544 prev/next-node.
545
546 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
547 (x-gtk-map-stock): New function.
548
549 2007-09-02 Glenn Morris <rgm@gnu.org>
550
551 * comint.el (comint-mode): Don't set scroll-conservatively.
552
553 * eshell/em-unix.el (eshell/time): Stringify and flatten the
554 non-command arguments.
555
556 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
557
558 * emacs-lisp/bytecomp.el (byte-recompile-directory):
559 Fix bug: Don't expand top-level file name more than once.
560 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
561
562 2007-09-01 Richard Stallman <rms@gnu.org>
563
564 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
565 Add doc string.
566
567 2007-08-30 Richard Stallman <rms@gnu.org>
568
569 * speedbar.el (speedbar-frame-reposition-smartly)
570 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
571 (speedbar-check-vc): Don't use dframe-xemacsp.
572
573 2007-08-30 Martin Rudalics <rudalics@gmx.at>
574
575 * files.el (backup-buffer-copy): Try to overwrite old backup first.
576
577 2007-08-29 Martin Rudalics <rudalics@gmx.at>
578
579 * repeat.el (repeat): Use last-repeatable-command instead of
580 real-last-command. Run pre- and post-command hooks for
581 self-insertion. Update doc-string.
582
583 2007-08-28 Glenn Morris <rgm@gnu.org>
584
585 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
586
587 2007-08-27 Alexandre Julliard <julliard@winehq.org>
588
589 * vc-git.el (vc-git-state): Call git-add --refresh to update the
590 state of the file.
591 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
592 (vc-git-create-repo): Fix invalid command.
593
594 2007-08-27 Richard Stallman <rms@gnu.org>
595
596 * textmodes/flyspell.el (flyspell-mode):
597 Catch errors in flyspell-mode-on.
598
599 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
600
601 * progmodes/modula2.el (m2-definition, m2-module):
602 Don't use previous-line. Reported by T. V. Raman.
603
604 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
605
606 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
607 argument to tool-bar-mode call.
608
609 2007-08-27 Glenn Morris <rgm@gnu.org>
610
611 * diff-mode.el (diff-find-file-name): Only accept regular files,
612 to rule out /dev/null, directories, etc.
613
614 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
615
616 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
617 safe-local-variable setting.
618 * progmodes/perl-mode.el (perl-indent-level): Likewise.
619
620 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
621
622 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
623 of buffers in uniquify-managed.
624
625 * simple.el (invisible-p): Rename from text-invisible-p.
626 Update callers.
627
628 2007-08-25 Alan Mackenzie <acm@muc.de>
629
630 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
631 new language variable.
632
633 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
634 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
635 "extern" etc., rather than BOI. Fix addition of spurious
636 syntactic-symbol 'defun-block-intro, replacing it with
637 'innamespace, etc.
638
639 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
640
641 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
642 Don't behave differently when executed via M-x. Add doc string.
643
644 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
645
646 * files.el (backup-buffer-copy): Don't wrap delete in
647 condition-case, only try to delete if file exists.
648
649 2007-08-24 Glenn Morris <rgm@gnu.org>
650
651 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
652
653 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
654
655 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
656 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
657 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
658 (cperl-etags-goto-tag-location): Use new style backquotes.
659
660 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
661 (dynamic-completion-table): Use it it.
662
663 * net/browse-url.el: Remove spurious * in custom docstrings.
664 (browse-url-filename-alist): Use new-style backquote.
665
666 * emacs-lisp/backquote.el (backquote-unquote-symbol)
667 (backquote-splice-symbol): Clarify they're not new-style unquotes.
668
669 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
670 (\,@): Backslash the , and ,@ which are not new-style unquotes.
671
672 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
673
674 * net/socks.el (socks-username/password-auth-filter):
675 Remove unused vars `state' and `desired-len'.
676 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
677 (socks-wait-for-state-change): Use new-style backquotes.
678
679 * pcvs.el (cvs-mode-status): Fix long-standing typo.
680
681 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
682 backquotes after each `read' rather than once per buffer.
683
684 * dframe.el: Remove spurious * in custom docstrings.
685 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
686 (dframe-xemacs20p): Remove, inline at the sole use point.
687 (defface): Don't defvar the face, don't use old-style backquote.
688 (defcustom): Don't use old-style backquote.
689 (dframe-frame-parameter, dframe-mouse-event-p):
690 Make it obvious that it's always defined.
691 (dframe-popup-kludge): New function to replace
692 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
693 (dframe-frame-mode, dframe-set-timer-internal)
694 (dframe-mouse-set-point): Remove use of with-no-warnings from
695 XEmacs-specific code.
696 (dframe-set-timer-internal): Fix very old bug with
697 post-command-idle-hook.
698
699 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
700
701 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
702
703 * image-mode.el (image-minor-mode): Use image-mode-text-map.
704
705 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
706
707 * sort.el (sort-fold-case, sort-numeric-base): Mark as
708 safe-local-variable.
709
710 2007-08-22 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
711
712 * net/browse-url.el (browse-url-emacs): New function.
713
714 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
715
716 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
717 warning if the file uses old style backquotes.
718
719 * emacs-lisp/bytecomp.el (byte-compile-log-file)
720 (byte-recompile-directory, byte-compile-file)
721 (byte-compile-from-buffer): Use with-current-buffer.
722
723 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
724 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
725 (line-move-1, line-move-finish, line-move-to-column)
726 (move-end-of-line, move-beginning-of-line): Use new name.
727
728 2007-08-22 Glenn Morris <rgm@gnu.org>
729
730 * files.el (backup-buffer-copy): Check backup directory is
731 writable, to avoid infloop deleting old backup.
732
733 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
734 movemail related variables.
735 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
736 will now be set before this is called.
737
738 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
739
740 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
741
742 * progmodes/ada-mode.el: Fix up comment style in header.
743 (ada-check-emacs-version): Remove.
744 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
745 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
746 to try and quieten the byte-compiler.
747 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
748
749 * vc.el (vc-annotate-warp-version): Don't use previous-line.
750
751 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
752
753 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
754 extracted from `eval-last-sexp-1'.
755 (eval-last-sexp-1): Call `preceding-sexp'.
756
757 2007-08-19 Glenn Morris <rgm@gnu.org>
758
759 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
760 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
761 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
762 shadow files messing up the compilation.
763
764 2007-08-18 Glenn Morris <rgm@gnu.org>
765
766 * progmodes/scheme.el (scheme-mode-variables):
767 Set font-lock-comment-start-skip.
768
769 2007-08-18 Martin Rudalics <rudalics@gmx.at>
770
771 * progmodes/ada-mode.el (ada-create-syntax-table):
772 Move set-syntax-table from here to ...
773 (ada-mode): ... here. Don't change global value of comment-multi-line.
774 Call new function ada-initialize-syntax-table-properties.
775 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
776 (ada-deactivate-properties, ada-initialize-properties):
777 Replace by new functions ...
778 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
779 (ada-initialize-syntax-table-properties): ... to set up syntax-table
780 properties uniformly, independently from whether font-lock-mode
781 is enabled or not. Handle read-only buffers and do not change
782 undo-list when setting syntax-table properties.
783 (ada-after-change-function): Use ada-set-syntax-table-properties.
784
785 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
786
787 * progmode/cperl-mode.el (cperl-look-at-leading-count)
788 (cperl-find-pods-heres): Fix an error when typing expressions like
789 `s{a}{b}'.
790
791 2007-08-17 Glenn Morris <rgm@gnu.org>
792
793 * progmodes/compile.el (compilation-get-file-structure): Make use
794 of the directory part when checking for an existing entry, to
795 handle files with same basename in different directories.
796
797 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
798
799 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
800 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
801 (ps-paragraph-spacing): Docstring fix.
802
803 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
804
805 * smerge-mode.el (smerge-resolve): New arg `safe'.
806 (smerge-resolve-all, smerge-batch-resolve): New function.
807 (smerge-refine): Make sure `diff' returns the expected result.
808 (smerge-parsep-re): New const.
809 (smerge-mode): Use it to adjust paragraph-separate.
810
811 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
812 Correctly match / regexp matchers as first char on a line when
813 fontifying only that line.
814
815 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
816
817 2007-08-16 Glenn Morris <rgm@gnu.org>
818
819 * ps-print.el (ps-font-size): Doc fix.
820
821 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
822
823 * vc-bzr.el: Don't fiddle with vc-handled-backend.
824 (vc-bzr-registered): Don't redundantly protect against
825 file-error. Actually use the format-specific code.
826 (vc-bzr-buffer-nonblank-p): Remove.
827 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
828
829 2007-08-15 Glenn Morris <rgm@gnu.org>
830
831 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
832 sloppier, for the sake of GNU Mailman.
833 (rmail-digest-rfc1153): Initialize `result' correctly.
834
835 2007-08-14 Glenn Morris <rgm@gnu.org>
836
837 * simple.el (bad-packages-alist): New constant.
838 (bad-package-check): New function. Together, these two add
839 elements to `after-load-alist' to check for problematic external
840 packages.
841 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
842
843 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
844
845 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
846 optional quotes around files in NEED-UPDATE . REMOVED case.
847
848 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
849 (ada-treat-cmd-string): Improve error message.
850 (ada-do-file-completion): Call `ada-require-project-file', so
851 project variables are set properly.
852 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
853 (ada-gnatfind-buffer-name): New constant.
854 (ada-find-any-references): Use new constant. Set buffer name
855 properly in compilation-start. Toggle read-only properly.
856 (ada-find-in-src-path): Fix spelling error in docstring.
857
858 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
859 by zero error.
860
861 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
862
863 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
864
865 2007-08-12 Richard Stallman <rms@gnu.org>
866
867 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
868 (cvs-execute-single-file): Use new name split-string-and-unquote.
869 (cvs-header-msg): Use new name combine-and-quote-strings.
870
871 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
872
873 * progmodes/gud.el (gud-common-init): Use new name
874 split-string-and-unquote.
875
876 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
877 in javac regexp.
878
879 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
880 combine-and-quote-strings and split-string-and-unquote.
881
882 * subr.el (combine-and-quote-strings): Rename from strings->string.
883 (split-string-and-unquote): Rename from string->strings.
884
885 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
886
887 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
888 to buffer-local settings.
889
890 * emacs-lisp/backquote.el (backquote-delay-process): New function.
891 (backquote-process): Add internal arg `level'. Use the two to
892 correctly handle nested backquotes.
893
894 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
895
896 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
897 (vc-bzr-state-words): Add "kind changed" state word.
898 (vc-bzr-status): New function. Return Bzr idea of file status,
899 which is different from VC's.
900 (vc-bzr-state): Use vc-bzr-status.
901 (vc-workfile-unchanged-p): Use vc-bzr-status.
902 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
903 (vc-dired-state): Process "kind changed" state word.
904
905 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
906
907 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
908
909 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
910 Move from vc-default-find-file-not-found-hook.
911
912 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
913
914 * url/url-auth.el (url-basic-auth): When prompting for username
915 and password, default to the username and password in the URL.
916
917 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
918
919 * man.el: Remove spurious * in docstrings.
920 Merge defvars and toplevel setq-defaults.
921 (Man-highlight-references0): Limit=nil rather than point-max.
922 (Man-mode-map): Move initialization into the declaration.
923 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
924 (Man-view-header-file): Use expand-file-name rather than concat.
925 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
926
927 * man.el (Man-next-section): Make sure we do not move backward.
928
929 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
930
931 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
932 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
933 ps-print-color-p is neither nil nor black-white. Reported by Christian
934 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
935
936 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
937
938 * files.el (auto-mode-alist): Use the purecopied text (duh!).
939
940 2007-08-08 Andreas Schwab <schwab@suse.de>
941
942 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
943 self-insert-command, not self-insert.
944
945 2007-08-08 Glenn Morris <rgm@gnu.org>
946
947 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
948
949 * Replace `iff' in doc-strings and comments.
950
951 * help-mode.el (help-make-xrefs): Search for symbol constituents,
952 rather than just `-'.
953
954 2007-08-08 Martin Rudalics <rudalics@gmx.at>
955
956 * dired.el (dired-pop-to-buffer):
957 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
958 * calendar/calendar.el (generate-calendar-window):
959 * progmodes/compile.el (compilation-set-window-height):
960 * textmodes/two-column.el (2C-two-columns, 2C-merge):
961 Use window-full-width-p instead of comparing frame-width and
962 window-width.
963
964 * progmodes/compile.el (compilation-find-buffer): Remove extra
965 argument in call to compilation-buffer-internal-p.
966
967 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
968
969 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
970 parameters IDENTIFICATION and CONNECTED.
971 (tramp-handle-insert-file-contents): VISIT must be handled after
972 insertion of the local copy. Reported by Peter Gordon
973 <peter@pg-consultants.com>.
974 (tramp-file-name-handler): No special handling for
975 `expand-file-name'. But for `file-name-as-directory'.
976 (tramp-find-shell, tramp-open-connection-telnet)
977 (tramp-open-connection-rsh, tramp-open-connection-su)
978 (tramp-open-connection-multi)
979 (tramp-open-connection-setup-interactive-shell): Guard against
980 $PROMPT_COMMAND shell var. Reported by Steve Youngs
981 <steve@sxemacs.org>.
982 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
983 the hint.
984
985 * net/trampver.el: Update release number.
986
987 2007-08-07 Tom Tromey <tromey@redhat.com>
988
989 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
990 Add safe-local-variable property.
991
992 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
993
994 * image-mode.el (image-toggle-display): Use image-refresh.
995
996 * longlines.el (longlines-decoded): New variable.
997 (longlines-mode): Avoid encoding or decoding the buffer twice.
998
999 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
1000
1001 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
1002 unofficial version.
1003 (vc-bzr-command): Remove redundant setting of process-connection-type.
1004 (vc-bzr-admin-checkout-format-file): Add autoload.
1005 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
1006 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
1007 (vc-bzr-registered): Compare dirstate format tag with known good
1008 value, abort parsing if match fails. Warn user in docstring.
1009 (vc-bzr-workfile-version): Case for different Bzr branch formats.
1010 See bzrlib/branch.py in Bzr sources.
1011 (vc-bzr-diff): First argument FILES may be a string rather than a list.
1012 (vc-bzr-shell-command): Remove in favor of
1013 vc-bzr-command-discarding-stderr.
1014 (vc-bzr-command-discarding-stderr): New function.
1015
1016 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
1017
1018 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
1019 program, and return nil
1020 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
1021 (vc-bzr-state): Look for path names relative to the repository
1022 root after status keyword.
1023 (vc-bzr-file-name-relative): New function.
1024 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
1025 depend on it.
1026 (vc-bzr-admin-dirname, ...-checkout-format-file)
1027 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
1028 files that we now parse directly for speed.
1029 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
1030 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
1031 (vc-bzr-state): "bzr status" successful only if exitcode is 0
1032 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
1033 Bzr warnings, so we must discard it.
1034 (vc-bzr-workfile-version): Speedup counting lines from
1035 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
1036 if that file doesn't exist.
1037 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
1038 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
1039 (not ".bzr"!) to `vc-directory-exclusion-list'
1040 (vc-bzr-shell-command): New function.
1041
1042 2007-08-06 Tom Tromey <tromey@redhat.com>
1043
1044 * diff-mode.el (diff-unified->context, diff-reverse-direction)
1045 (diff-fixup-modifs): Typo in docstring.
1046
1047 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
1048
1049 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
1050 count-screen-lines.
1051 (tpu-edt-off): Disable relevant pieces of advice.
1052
1053 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
1054 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
1055 (newline, newline-and-indent, do-auto-fill): Use advice instead of
1056 redefining the function.
1057 (tpu-set-scroll-margins): Activate the pieces of advice.
1058
1059 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
1060
1061 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
1062 process-filter.
1063
1064 2007-08-06 Martin Rudalics <rudalics@gmx.at>
1065
1066 * help.el (resize-temp-buffer-window): Use window-full-width-p
1067 instead of comparing frame-width and window-width.
1068
1069 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
1070
1071 * term.el: Honor term-default-fg-color and term-default-bg-color
1072 settings when modifying term-current-face.
1073 (term-default-fg-color, term-default-bg-color): Initialize from
1074 default term-current-face.
1075 (term-mode, term-reset-terminal): Set term-current-face with
1076 term-default-fg-color and term-default-bg-color.
1077 (term-handle-colors-array): term-current-face has term-default-fg-color
1078 and term-default-bg-color after reset escape sequence.
1079 (term-handle-colors-array): Set term-current-color with
1080 term-default-fg/bg-color instead of ansi-term-color-vector when the
1081 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
1082
1083 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
1084
1085 * files.el (set-auto-mode): Handle also remote files wrt
1086 `auto-mode-alist'.
1087
1088 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
1089 remote identification.
1090
1091 2007-08-04 Glenn Morris <rgm@gnu.org>
1092
1093 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
1094 zero, not nil, when the library is first loaded. Check for a file
1095 that has been modified on disk.
1096
1097 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
1098 Remove duplicate defvar preventing initialization.
1099 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
1100
1101 2007-08-03 Miles Bader <miles@gnu.org>
1102
1103 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
1104 backend names for new backends to `Git', `Hg', and `Bzr'.
1105 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
1106 not `HG'.
1107 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
1108 name, not `GIT'.
1109 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
1110 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
1111
1112 2007-08-03 Glenn Morris <rgm@gnu.org>
1113
1114 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
1115
1116 2007-08-02 Richard Stallman <rms@gnu.org>
1117
1118 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
1119 to update deleted flag.
1120
1121 * cus-edit.el (customize-apropos, customize-apropos-options)
1122 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
1123
1124 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
1125
1126 * startup.el (fancy-splash-head, startup-echo-area-message):
1127 Change message text.
1128
1129 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
1130 All callers use line-move.
1131
1132 * progmodes/compile.el (compilation-find-buffer): Return current
1133 buffer immediately if suitable.
1134 (compile, compilation-buffer-name, compilation-start): Doc fixes.
1135
1136 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1137
1138 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
1139 Make it more discriminating and more useful.
1140 (vc-bzr-root-dir): Use new name.
1141 (vc-bzr-registered): Use new name and look at the dirstate file to
1142 determine if it's registered or not without running `bzr'.
1143
1144 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
1145
1146 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
1147
1148 2007-07-31 Drew Adams <drew.adams@oracle.com>
1149
1150 * cus-edit.el (custom-group-value-create, custom-goto-parent):
1151 Fix parent groups link.
1152
1153 2007-07-31 Daiki Ueno <ueno@unixuser.org>
1154
1155 * faces.el (face-normalize-spec): New function.
1156 (frame-set-background-mode): Normalize face-spec before calling
1157 face-spec-match-p.
1158
1159 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
1160
1161 * vc-bzr.el: New file (copied from the trunk).
1162
1163 * vc-hooks.el (vc-handled-backends): Add BZR.
1164 (vc-find-file-hook): Failsafe if the backend's `registered'
1165 function burps.
1166
1167 * server.el (server-window): Add switch-to-buffer-other-frame option.
1168
1169 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1170
1171 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
1172 (vc-git-revision-completion-table): Enable.
1173
1174 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
1175
1176 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
1177
1178 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
1179 (vc-hg-registered): Set the vc-state property.
1180
1181 * diff-mode.el (diff-mode-menu): New entries.
1182
1183 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1184
1185 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
1186 (diff-file-kill): Use it.
1187 (diff-beginning-of-hunk): Add arg `try-harder' using it.
1188 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
1189 Use it so they find the hunk even when we're in the file header.
1190
1191 * vc.el: Add new VC operation `revision-completion-table'.
1192 (vc-default-revision-completion-table): New function.
1193 (vc-version-diff, vc-version-other-window): Use it to provide
1194 completion of revision names if the backend provides it.
1195
1196 * vc-arch.el (vc-arch--version-completion-table)
1197 (vc-arch-revision-completion-table): New functions to provide
1198 completion of revision names.
1199
1200 * vc-cvs.el: Require CL.
1201 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
1202 New functions to provide completion of revision names.
1203
1204 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
1205
1206 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
1207 (copyright-fix-years, copyright): Correctly handle the case where
1208 copyright-limit is nil.
1209
1210 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
1211
1212 * progmodes/python.el (run-python): Fix path separator under w32.
1213
1214 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
1215
1216 * vc-git.el: New File.
1217
1218 2007-07-28 Alan Mackenzie <acm@muc.de>
1219
1220 Fix problem with modes derived from CC Mode:
1221 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
1222 macro to cc-langs.
1223 (c-init-language-vars-for): Remove call to above macro.
1224 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
1225 been moved to here.
1226 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
1227
1228 2007-07-28 Eli Zaretskii <eliz@gnu.org>
1229
1230 * net/trampver.el: Fix the `coding' cookie.
1231
1232 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
1233
1234 * add-log.el (change-log-redate): Remove (not needed anymore and
1235 doesn't appear to work).
1236
1237 2007-07-25 Glenn Morris <rgm@gnu.org>
1238
1239 * Relicense all FSF files to GPLv3 or later.
1240
1241 * COPYING: Switch to GPLv3.
1242
1243 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1244
1245 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
1246 Replace it with another one which disables undo before calling
1247 erase-buffer and then turns it back on if needed.
1248
1249 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1250
1251 * ps-print.el: Problem with foreground and background color when
1252 printing a buffer with and without faces. Reported by Christian
1253 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1254 (ps-print-version): New version 6.7.5.
1255 (ps-default-fg): Change default value to nil, so black color is used
1256 when a face does not specify a foreground color.
1257 (ps-default-bg): Change default value to nil, so white color is used
1258 for background color.
1259 (ps-begin-job): Fix code.
1260
1261 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1262
1263 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
1264
1265 2007-07-24 Alan Mackenzie <acm@muc.de>
1266
1267 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1268 Initialise byte-compile-unresolved-functions before rather than
1269 after a compilation.
1270 (byte-compile-unresolved-functions): Amplify doc string.
1271
1272 2007-07-24 Glenn Morris <rgm@gnu.org>
1273
1274 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
1275 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
1276 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1277 (cal-tex-cursor-week, cal-tex-cursor-week2)
1278 (cal-tex-cursor-week-iso, cal-tex-week-hours)
1279 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1280 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1281 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
1282
1283 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
1284
1285 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
1286
1287 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1288
1289 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
1290 underlying file is uptodate.
1291
1292 2007-07-23 Richard Stallman <rms@gnu.org>
1293
1294 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
1295
1296 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1297
1298 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
1299 (sh-font-lock-flush-syntax-ppss-cache): New funs.
1300 (sh-font-lock-syntactic-keywords): Use them to distinguish the
1301 different possible cases for \'.
1302 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
1303
1304 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
1305 `file' from which to start the search and fix case where `file' is the
1306 current directory and the root as well.
1307
1308 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
1309 name for buffer-file-name if it refers to a directory.
1310
1311 2007-07-22 Jason Rumney <jasonr@gnu.org>
1312
1313 * w32-fns.el (set-default-process-coding-system): Use dos line ends
1314 for input to cmdproxy on all versions of Windows.
1315 Use dos line ends for input to plink.
1316
1317 * comint.el (comint-simple-send): Concat newline before sending.
1318 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
1319
1320 2007-07-22 Juri Linkov <juri@jurta.org>
1321
1322 * isearch.el (isearch-edit-string): Save old point and
1323 isearch-other-end to old-point and old-other-end before reading
1324 the search string from minibuffer. After exiting minibuffer set
1325 point to old-other-end if point and the search direction is the
1326 same as before reading the search string.
1327 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
1328 to isearch-other-end. Instead of isearch-search-and-update call
1329 three functions isearch-search, isearch-push-state and isearch-update.
1330
1331 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
1332
1333 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
1334 destroying an existing buffer.
1335
1336 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1337
1338 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
1339
1340 * term/x-win.el (x-handle-no-bitmap-icon): New function.
1341
1342 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
1343
1344 * textmodes/reftex.el (reftex-access-parse-file): Create parse
1345 file in a way that does not interfere with recentf.
1346
1347 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1348
1349 * image-dired.el (image-dired-sane-db-file): New func.
1350 (image-dired-write-tags, image-dired-remove-tag)
1351 (image-dired-list-tags, image-dired-write-comments)
1352 (image-dired-get-comment, image-dired-mark-tagged-files)
1353 (image-dired-create-gallery-lists): Call new func.
1354 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
1355
1356 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1357
1358 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
1359 (vc-hg-dir-state): Fix loop.
1360 (vc-hg-print-log): Fix expected return value for vc-hg-command.
1361 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
1362 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
1363 (vc-hg-revert): Likewise.
1364 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
1365
1366 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1367
1368 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
1369 case of alignment under a constant symbol, find and consider
1370 the sexp actually at indentation to be the "last sexp".
1371
1372 2007-07-20 Eli Zaretskii <eliz@gnu.org>
1373
1374 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1375 (install): Use them to copy all *.el files before *.elc.
1376 (clean): Don't delete *~.
1377
1378 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1379
1380 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
1381
1382 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
1383
1384 * vc-hg.el (vc-hg-registered): Replace if with when.
1385 (vc-hg-state): Deal with nonexistent files.
1386
1387 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
1388
1389 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
1390 (follow-delete-other-windows-and-split, follow-recenter)
1391 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
1392 (follow-redisplay, follow-estimate-first-window-start)
1393 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
1394 Fix typos in docstrings.
1395
1396 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
1397
1398 * bookmark.el (bookmark-show-all-annotations):
1399 Make sure each inserted annotation ends with newline.
1400
1401 (bookmark-maybe-sort-alist): Don't modify
1402 bookmark-alist. Instead, if not sorting, simply return it.
1403 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
1404 for its return value, not for its side effect.
1405
1406 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
1407
1408 * vc.el: Add more info about the vc-registered function.
1409
1410 2007-07-16 David Kastrup <dak@gnu.org>
1411
1412 * emacs-lisp/advice.el (defadvice): Doc fix.
1413
1414 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
1415
1416 * subr.el (when, unless): Doc fix.
1417
1418 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1419
1420 * vc-hg.el (vc-hg-state): Handle removed files.
1421 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
1422 (vc-hg-checkout): Re-enable.
1423
1424 2007-07-15 Richard Stallman <rms@gnu.org>
1425
1426 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
1427
1428 * tutorial.el (tutorial--find-changed-keys):
1429 Handle C-x specially like ESC.
1430
1431 2007-07-15 Roland McGrath <roland@frob.com>
1432
1433 * add-log.el (add-change-log-entry): Check add-log-full-name
1434 and add-log-mailing-address later, after change-log-mode-hook.
1435
1436 2007-07-15 Richard Stallman <rms@gnu.org>
1437
1438 * isearch.el (isearch-mode, isearch-done):
1439 Delete unintended code in previous change.
1440
1441 * ps-print.el (ps-default-bg): Change to White.
1442
1443 2007-07-15 Aaron Hawley <aaronh@garden.org>
1444
1445 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
1446
1447 2007-07-15 Martin Rudalics <rudalics@gmx.at>
1448
1449 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
1450 when handling the terminating event.
1451
1452 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
1453
1454 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
1455
1456 2007-07-13 Eli Zaretskii <eliz@gnu.org>
1457
1458 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1459 (install): Use them to copy all *.el files before *.elc.
1460
1461 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
1462
1463 * replace.el (match): Use yellow1 instead of yellow.
1464
1465 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
1466
1467 * pcvs-info.el (cvs-unknown): Likewise.
1468
1469 2007-07-12 Davis Herring <herring@lanl.gov>
1470
1471 * desktop.el (desktop-buffer-info, desktop-save):
1472 Use `desktop-dirname' instead of `dirname'.
1473
1474 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
1475
1476 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
1477
1478 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
1479
1480 2007-07-10 Richard Stallman <rms@gnu.org>
1481
1482 * emacs-lisp/lisp-mode.el (eval-defun):
1483 Explain special handling of `defface'.
1484
1485 2007-07-09 Richard Stallman <rms@gnu.org>
1486
1487 * isearch.el (isearch-edit-string): Call to isearch-push-state
1488 after the search.
1489
1490 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
1491
1492 * cus-start.el (file-coding-system-alist): Fix custom type.
1493
1494 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
1495
1496 * longlines.el (longlines-wrap-region): Avoid marking buffer as
1497 modified.
1498 (longlines-auto-wrap, longlines-window-change-function):
1499 Remove unnecessary calls to set-buffer-modified-p.
1500
1501 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1502
1503 * vc.el (vc-default-log-view-mode): New function.
1504 (vc-print-log): Add new `log-view-mode' VC operation.
1505
1506 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
1507
1508 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
1509 Rename and move to...
1510
1511 * subr.el (strings->string, string->strings): ...here.
1512
1513 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
1514 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
1515
1516 * progmodes/gud.el (gud-common-init): Call string->strings instead
1517 of split-string.
1518
1519 2007-07-07 Eli Zaretskii <eliz@gnu.org>
1520
1521 * term/w32-win.el (menu-bar-open): New function.
1522 Bind <f10> to it.
1523
1524 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1525
1526 * log-view.el (log-view-mode-menu): New menu.
1527
1528 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
1529
1530 * vc-hg.el: New file.
1531
1532 2007-07-06 Andreas Schwab <schwab@suse.de>
1533
1534 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
1535 dynamic bindings around the evaluation of the expression.
1536 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
1537
1538 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
1539
1540 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
1541 file names.
1542
1543 2007-07-02 Martin Rudalics <rudalics@gmx.at>
1544
1545 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
1546
1547 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
1548 event is not a cons cell. Do not unread drag-mouse-1 events.
1549 Select right window in check whether space was stolen from
1550 window above.
1551
1552 2007-07-01 Richard Stallman <rms@gnu.org>
1553
1554 * files.el (find-file-visit-truename): Fix safe-local-variable value.
1555
1556 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
1557
1558 * generic-x.el (generic-define-mswindows-modes)
1559 (generic-define-unix-modes, apache-log-generic-mode)
1560 (bat-generic-mode-keymap, java-manifest-generic-mode)
1561 (show-tabs-generic-mode): Fix typos in docstrings.
1562
1563 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1564
1565 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
1566 replace-regexp-in-string.
1567
1568 2007-06-28 Andreas Schwab <schwab@suse.de>
1569
1570 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
1571 $(lisp)/subdirs.el.
1572
1573 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
1574
1575 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
1576 the speedbar frame if nil; that deletes the current frame or
1577 causes an error if it is the only frame.
1578 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
1579
1580 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
1581
1582 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
1583 directory where the desktop file was found, as the docstring says.
1584 (desktop-kill): Use `read-directory-name'.
1585
1586 * desktop.el (desktop-load-locked-desktop): New option.
1587 (desktop-read): Use it.
1588 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
1589 Use `when'.
1590
1591 2007-06-24 Davis Herring <herring@lanl.gov>
1592
1593 * desktop.el (desktop-save-mode-off): New function.
1594 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
1595 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
1596 (desktop-claim-lock, desktop-release-lock): New functions.
1597 (desktop-kill): Tell `desktop-save' that this is the last save.
1598 Release the lock afterwards.
1599 (desktop-buffer-info): New function.
1600 (desktop-save): Use it. Run `desktop-save-hook' where the doc
1601 says to. Detect conflicts, and manage the lock.
1602 (desktop-read): Detect conflicts. Manage the lock.
1603
1604 2007-06-23 Eli Zaretskii <eliz@gnu.org>
1605
1606 * ls-lisp.el (insert-directory): If an invalid regexp error is
1607 thrown, try using FILE as a literal file name, not a wildcard.
1608 Check for FILE as an existing file, not just a directory.
1609
1610 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
1611
1612 * ruler-mode.el (ruler-mode): Prevent clobbering the original
1613 `header-line-format' when reentering ruler mode.
1614
1615 2007-06-23 Eli Zaretskii <eliz@gnu.org>
1616
1617 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
1618 FILE exists as a directory.
1619
1620 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1621
1622 * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
1623 (vera-font-lock-match-item): Fix doc string.
1624 (vera-in-comment-p): Remove unused function.
1625 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
1626 use `syntax-ppss'.
1627 (vera-forward-syntactic-ws): Fix argument order.
1628 (vera-prepare-search): Use `with-syntax-table'.
1629 (vera-indent-line): Fix doc string.
1630 (vera-electric-tab): Fix doc string.
1631 (vera-expand-abbrev): Define alias instead of using `fset'.
1632 (vera-comment-uncomment-region): Use `comment-start-skip'.
1633
1634 2007-06-20 Reto Zimmermann <reto@gnu.org>
1635
1636 * progmodes/vera-mode.el: New file.
1637
1638 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
1639
1640 * ido.el (ido-find-file-in-dir): Don't signal an error for
1641 empty directories.
1642
1643 2007-06-18 Alan Mackenzie <acm@muc.de>
1644
1645 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1646 When removing lines, also remove the \n. Correction of patch of
1647 2007-04-21.
1648
1649 2007-06-17 Glenn Morris <rgm@gnu.org>
1650
1651 * lpr.el (lpr-page-header-switches): Move %s to separate element
1652 for correct quoting. Doc fix.
1653
1654 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1655
1656 * term/xterm.el (terminal-init-xterm): Escape parens in character
1657 constants.
1658
1659 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
1660
1661 * scroll-lock.el (scroll-lock-mode): Doc fix.
1662
1663 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1664
1665 * font-lock.el (font-lock-add-keywords): In case font-lock was only
1666 half-activated, forcefully activate it completely.
1667
1668 2007-06-11 Richard Stallman <rms@gnu.org>
1669
1670 * cus-edit.el (custom-variable-type): Doc fix.
1671
1672 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
1673
1674 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
1675
1676 2007-06-09 Davis Herring <herring@lanl.gov>
1677
1678 * desktop.el (desktop-minor-mode-table): Doc fix.
1679
1680 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
1681
1682 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
1683 (image-next-line, image-previous-line, image-scroll-up)
1684 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
1685 New functions.
1686 (image-mode-map): Remap motion commands.
1687 (image-mode-text-map): New keymap for viewing images as text.
1688 (image-mode): Use image-mode-map.
1689 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
1690
1691 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
1692
1693 Sync with Tramp 2.0.56.
1694
1695 * net/tramp.el:
1696 * net/tramp-ftp.el:
1697 * net/tramp-smb.el:
1698 * net/tramp-util.el:
1699 * net/tramp-vc.el:
1700 Don't load cl.el, because that pollutes the namespace. Replace cl
1701 macros by their implementations where necessary. Requested by
1702 Richard Stallman <rms@gnu.org>.
1703
1704 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
1705 doesn't exist.
1706 (with-parsed-tramp-file-name): Protect debug spec during compilation.
1707 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
1708 (tramp-file-name-p, tramp-file-name-multi-method)
1709 (tramp-file-name-method, tramp-file-name-user)
1710 (tramp-file-name-host, tramp-file-name-localname): New defuns,
1711 replacing defstruct `tramp-file-name'.
1712 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
1713 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
1714 Apply `vector' instead of `make-tramp-file-name'.
1715 (tramp-handle-make-auto-save-file-name):
1716 Apply `tramp-temporary-file-directory' for compatibility reasons.
1717 (tramp-completion-mode): Use `natnump' instead of `wholenump'
1718 because of XEmacs.
1719 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
1720 started.
1721
1722 2007-06-07 David Kastrup <dak@gnu.org>
1723
1724 * dired.el (dired-recursive-deletes, dired-recursive-copies):
1725 Change default to `top'.
1726
1727 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
1728
1729 * dired.el (dired-mode-map): Remove spurious separator.
1730
1731 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
1732
1733 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
1734
1735 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
1736 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
1737
1738 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
1739
1740 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
1741 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
1742
1743 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
1744
1745 * progmodes/ebrowse.el (ebrowse-member-table):
1746 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
1747
1748 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
1749
1750 * pgg.el (pgg-sign-region, pgg-sign):
1751 * ses.el (ses-call-printer):
1752 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
1753 * textmodes/org.el (org-cycle): Fix typos in docstrings.
1754
1755 2007-06-06 Eli Zaretskii <eliz@gnu.org>
1756
1757 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
1758 (tar-get-descriptor): Handle type 55, an extended pax header.
1759
1760 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1761
1762 * textmodes/css-mode.el: New file.
1763
1764 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
1765
1766 * net/socks.el: New file, taken from w3 repository.
1767 (top): Update Copyright. Don't load cl.el.
1768 (all): Replace `case' by `cond', `string-to-int' by
1769 `string-to-number', and `process-kill-without-query' by
1770 `set-process-query-on-exit-flag'.
1771 (socks-char-int): Remove defalias and all occurrences.
1772
1773 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
1774
1775 * international/mule-cmds.el (toggle-enable-multibyte-characters)
1776 (sort-coding-systems, search-unencodable-char): Doc fixes.
1777 (coding-system-change-eol-conversion, set-default-coding-systems)
1778 (prefer-coding-system, find-multibyte-characters, princ-list)
1779 (leim-list-entry-regexp, set-input-method, locale-language-names)
1780 (input-method-exit-on-first-char, exit-language-environment-hook)
1781 (locale-charset-language-names): Fix typos in docstrings.
1782
1783 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
1784
1785 * bs.el (bs-cycle-previous): Don't modify the cycle list until
1786 `switch-to-buffer' has returned succesfully.
1787 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
1788 window is dedicated (it could iconify the frame).
1789
1790 2007-06-05 Glenn Morris <rgm@gnu.org>
1791
1792 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
1793
1794 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
1795
1796 * files.el (auto-mode-alist): Add lower-priority match for names
1797 like ChangeLog.old.
1798
1799 2007-06-04 Andreas Schwab <schwab@suse.de>
1800
1801 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
1802
1803 2007-06-04 Davis Herring <herring@lanl.gov>
1804
1805 * calendar/timeclock.el: Update version number.
1806 (timeclock-modeline-display): Mention timeclock-use-display-time
1807 in explanatory message.
1808 (timeclock-log): Suppress warnings when finding the log.
1809 Don't check for a nil project twice. Run hooks after killing the
1810 buffer (if applicable).
1811 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
1812 was geometric). All uses changed.
1813 (timeclock-generate-report): Support prefix argument.
1814
1815 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1816
1817 * man.el (Man-next-section): Don't consider the last line of the
1818 page as being part of any section.
1819
1820 2007-06-04 Martin Rudalics <rudalics@gmx.at>
1821
1822 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
1823 modified flag of buffer. Use `inhibit-modification-hooks'.
1824
1825 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1826
1827 * mail/mail-extr.el (mail-extract-address-components):
1828 Recognize non-ASCII characters except for NBSP as words.
1829
1830 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
1831
1832 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
1833
1834 2007-06-04 Michael Olson <mwolson@gnu.org>
1835
1836 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
1837 died and we are trying to send a signal to it.
1838
1839 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
1840
1841 * emacs-lisp/easy-mmode.el (define-minor-mode)
1842 (easy-mmode-define-navigation): Fix typos in docstrings.
1843
1844 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
1845 Fix typos in docstrings.
1846 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
1847 (compilation-finish-function): Fix typo in obsolescence declaration.
1848
1849 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
1850
1851 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
1852
1853 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
1854 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
1855
1856 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
1857
1858 * longlines.el (longlines-mode): Make longlines-auto-wrap
1859 buffer-local. Add hooks unconditionally.
1860 (longlines-auto-wrap): Toggle wrapping.
1861 (longlines-after-change-function)
1862 (longlines-post-command-function): Check longlines-auto-wrap.
1863
1864 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
1865
1866 * Version 22.1 released.
1867
1868 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
1869
1870 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
1871 changes.
1872
1873 2007-05-31 Richard Stallman <rms@gnu.org>
1874
1875 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
1876
1877 2007-05-29 Martin Rudalics <rudalics@gmx.at>
1878
1879 * textmodes/table.el (table--point-entered-cell-function)
1880 (table--point-left-cell-function):
1881 Bind `inhibit-point-motion-hooks' to t.
1882
1883 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1884
1885 * emacs-lisp/rx.el (rx): Doc fix.
1886
1887 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
1888
1889 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
1890
1891 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
1892
1893 * log-edit.el (log-edit-changelog-paragraph): Return point-max
1894 as the end of the ChangeLog paragraph when it ends without a line
1895 termination.
1896
1897 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1898
1899 * textmodes/fill.el (canonically-space-region): Make the second arg
1900 a marker if it's not already the case.
1901
1902 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
1903 (xterm-mouse-event): Use it.
1904
1905 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
1906
1907 * vc-hooks.el (vc-find-root): Fix file attribute test.
1908
1909 2007-05-24 Richard Stallman <rms@gnu.org>
1910
1911 * textmodes/flyspell.el (flyspell-correct-word-before-point):
1912 Don't let opoint be nil.
1913 (flyspell-emacs-popup): Explicit error if no dialogs.
1914
1915 2007-05-23 Eli Zaretskii <eliz@gnu.org>
1916
1917 * tar-mode.el (tar-file-name-handler): New function.
1918 (tar-extract): Bind file-name-handler-alist to it to force
1919 find-buffer-file-type-coding-system behave as if the file being
1920 extracted existed. Use last-coding-system-used to force
1921 buffer-file-coding-system to what decode-coding-region actually
1922 used to decode the file.
1923
1924 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1925
1926 * progmodes/compile.el (compilation-handle-exit):
1927 `compilation-finish-function' may change the current buffer.
1928
1929 2007-05-22 Richard Stallman <rms@gnu.org>
1930
1931 * files.el (set-auto-mode): Doc fix.
1932
1933 2007-05-22 Eli Zaretskii <eliz@gnu.org>
1934
1935 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1936
1937 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
1938
1939 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
1940 (rcirc-print): Handle `window-width'.
1941 (rcirc-buffer-maximum-lines): Doc fix.
1942
1943 2007-05-19 Kevin Ryde <user42@zip.com.au>
1944
1945 * info.el (Info-fontify-node): Match https also.
1946
1947 2007-05-18 Richard Stallman <rms@gnu.org>
1948
1949 * simple.el (push-mark): Doc fix.
1950
1951 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
1952
1953 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
1954 tpu-global-map.
1955 (tpu-original-global-map): Delete variable.
1956 (tpu-control-keys-map): New keymap variable.
1957 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
1958 setting keymapping directly.
1959 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
1960 tpu-global-map.
1961 (tpu-edt-on): Activate the tpu-global-map.
1962 (tpu-edt-off): Deactivate the tpu-global-map.
1963
1964 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
1965
1966 * textmodes/ispell.el (ispell-get-word): Return markers
1967 for start and end positions.
1968 (ispell-word): Assume END is a marker.
1969
1970 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1971
1972 * ps-print.el: Use default color when foreground or background color
1973 are unspecified. Reported by Leo <sdl.web@gmail.com>.
1974 (ps-print-version): New version 6.7.4.
1975 (ps-rgb-color): New argument. Use default color when color is
1976 unspecified.
1977 (ps-begin-job): Fix code.
1978
1979 2007-05-17 Martin Rudalics <rudalics@gmx.at>
1980
1981 * textmodes/ispell.el (ispell-start-process): Defend against bad
1982 default-directory.
1983
1984 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1985
1986 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
1987
1988 2007-05-16 Richard Stallman <rms@gnu.org>
1989
1990 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
1991
1992 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1993
1994 * files.el (magic-mode-alist, magic-fallback-mode-alist):
1995 Move the *ml, Postscript, and XmCD entries to the fallback part.
1996
1997 * files.el (magic-fallback-mode-alist):
1998 Rename from file-start-mode-alist.
1999
2000 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2001
2002 * progmodes/compile.el (compilation-handle-exit): Quote first
2003 argument of `run-hook-with-args'.
2004
2005 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
2006
2007 * buff-menu.el (Buffer-menu-sort-column):
2008 * dabbrev.el (dabbrev-upcase-means-case-search):
2009 * dired.el (dired-recursive-deletes, dired-recursive-copies):
2010 * info.el (Info-current-subfile):
2011 * ls-lisp.el (ls-lisp-verbosity):
2012 * msb.el (msb-menu-cond):
2013 * pcvs.el (cvs-dired-use-hook):
2014 * simple.el (set-mark-command-repeat-pop):
2015 * time.el (display-time-24hr-format, display-time-mail-file):
2016 Doc fixes.
2017
2018 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
2019 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
2020
2021 * view.el (view-inhibit-help-message): Fix typo in docstring.
2022 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
2023
2024 2007-05-14 Eli Zaretskii <eliz@gnu.org>
2025
2026 * mail/rmail.el (rmail-convert-to-babyl-format):
2027 Check content-transfer-encoding _last_, because we need its position
2028 in base64-header-field-end.
2029
2030 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
2031
2032 * files.el (mode-require-final-newline, require-final-newline)
2033 (enable-local-variables, enable-local-eval): Doc fixes.
2034
2035 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
2036
2037 * progmodes/python.el (python-font-lock-keywords)
2038 (python-open-block-statement-p, python-mode): Add support for the new
2039 "with" keyword.
2040
2041 2007-05-10 Richard Stallman <rms@gnu.org>
2042
2043 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
2044 (iso-cvt-write-only): Likewise.
2045
2046 * emacs-lisp/easy-mmode.el (define-minor-mode):
2047 Fix generated doc string.
2048
2049 * startup.el (fancy-splash-text): Add URL of guided tour.
2050 Adjust horizontal and vertical whitespace.
2051
2052 * progmodes/compile.el (compilation-handle-exit):
2053 Use run-hook-with-args to run compilation-finish-functions.
2054
2055 * files.el (file-start-mode-alist): New variable.
2056 (magic-mode-regexp-match-limit): Doc fix.
2057 (set-auto-mode): Handle file-start-mode-alist.
2058 A little cleanup of structure.
2059
2060 2007-05-10 Davis Herring <herring@lanl.gov>
2061
2062 * calendar/timeclock.el (timeclock-in): Fix non-interactive
2063 workday specifications.
2064 (timeclock-log): Don't kill the log buffer if it already existed.
2065
2066 2007-05-08 Richard Stallman <rms@gnu.org>
2067
2068 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2069 Don't include non-self-insert commands in the exception for `-'.
2070
2071 2007-05-08 David Reitter <david.reitter@gmail.com>
2072
2073 * progmodes/python.el (python-guess-indent): Check non-nullness
2074 before comparing indent against the 2..8 interval.
2075
2076 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2077
2078 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
2079 available.
2080
2081 2007-05-06 Richard Stallman <rms@gnu.org>
2082
2083 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2084
2085 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
2086
2087 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
2088 disconnections.
2089
2090 2007-05-01 Romain Francoise <romain@orebokech.com>
2091
2092 * dired-x.el: Revert 2007-04-06 change.
2093
2094 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
2095
2096 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
2097 don't put stop on toolbar.
2098
2099 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
2100
2101 * find-dired.el (find-dired-filter): Propertize all text down to eob.
2102
2103 2007-04-29 Richard Stallman <rms@gnu.org>
2104
2105 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
2106
2107 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2108
2109 * progmodes/cc-mode.el (c-before-change): Use point-min rather
2110 than 1.
2111
2112 2007-04-28 Richard Stallman <rms@gnu.org>
2113
2114 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
2115
2116 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2117
2118 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
2119
2120 2007-04-28 Eli Zaretskii <eliz@gnu.org>
2121
2122 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
2123 instead of $(lisp)/mh-e.
2124
2125 * textmodes/fill.el (fill-paragraph): Doc fix.
2126
2127 2007-04-28 Glenn Morris <rgm@gnu.org>
2128
2129 * image-dired.el (image-dired-cmd-create-thumbnail-options)
2130 (image-dired-cmd-create-temp-image-options): Replace option
2131 +profile "*" with -strip.
2132
2133 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
2134
2135 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2136 Use window-start and window-end.
2137
2138 2007-04-26 Glenn Morris <rgm@gnu.org>
2139
2140 * progmodes/python.el: Restore file pending consideration of legal
2141 status.
2142
2143 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
2144
2145 * locate.el (locate-in-alternate-database): Doc fix.
2146
2147 2007-04-26 Glenn Morris <rgm@gnu.org>
2148
2149 * button.el (button): Use underline if supported, else fall back
2150 to color.
2151
2152 2007-04-25 Richard Stallman <rms@gnu.org>
2153
2154 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
2155
2156 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
2157
2158 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
2159 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
2160 pushing mark.
2161 (idlwave-current-routine): Don't push mark.
2162
2163 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
2164
2165 * image-dired.el (image-dired-display-image): Derive image-type from
2166 filename rather than assuming jpeg, in case no resizing was needed.
2167
2168 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2169
2170 * custom.el (defface): Doc fix.
2171
2172 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
2173
2174 * progmodes/python.el: Remove due to unclear legal issues.
2175
2176 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2177
2178 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
2179 Don't re-query for each cleared BP.
2180 (idlwave-shell-clear-bp): Optionally skip BP query.
2181 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
2182 of set-window-buffer, which incorrectly moves displayed region.
2183
2184 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
2185
2186 * calc/calc.el (calc-bug-address): Update maintainer's address.
2187 * calc/*: Update maintainer's address.
2188
2189 2007-04-23 Richard Stallman <rms@gnu.org>
2190
2191 * simple.el (set-mark-command-repeat-pop): Doc fix.
2192 Put in `editing-basics' group.
2193
2194 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
2195
2196 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
2197 New functions.
2198 (Info-mode-line-node-keymap): Bind mouse commands to
2199 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
2200
2201 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
2202
2203 * locate.el (locate-local-prompt): New var.
2204 (locate-prompt-for-command): Doc fix.
2205 (locate-prompt-for-search-string): New function.
2206 (locate): New optional arg. Make locate-local-prompt
2207 buffer-local. Use locate-prompt-for-search-string.
2208 (locate-with-filter): New optional arg.
2209 Use locate-prompt-for-search-string.
2210 (locate-update): Bind locate-prompt-for-command.
2211
2212 2007-04-23 Glenn Morris <rgm@gnu.org>
2213
2214 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
2215
2216 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
2217
2218 * button.el (button): Inherit from link face on a tty.
2219
2220 2007-04-23 Glenn Morris <rgm@gnu.org>
2221
2222 * button.el (button): Use color for this face on a tty.
2223
2224 * files.el (magic-mode-alist): Allow for carriage-returns in
2225 html-mode and sgml-mode entries.
2226
2227 2007-04-22 Richard Stallman <rms@gnu.org>
2228
2229 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2230 Improve doc string of generated command.
2231
2232 * subr.el (read-number): Catch errors.
2233
2234 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
2235
2236 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
2237
2238 * image-dired.el: Rename from thumbnails.el. All instances of
2239 "thumbnails" replaced with "image-dired".
2240
2241 * dired.el (dired-mode-map): Rename "thumbnails" again, to
2242 "image-dired".
2243
2244 2007-04-22 Kim F. Storm <storm@cua.dk>
2245
2246 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
2247 Don't use kill-line.
2248
2249 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
2250
2251 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
2252 error message.
2253
2254 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
2255
2256 * dired.el: Rename "tumme" to "thumbnails".
2257
2258 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
2259 replaced with "thumbnails".
2260
2261 2007-04-22 Glenn Morris <rgm@gnu.org>
2262
2263 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
2264 and give it the risky-local-variable property.
2265
2266 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
2267 before defining it.
2268
2269 2007-04-21 Martin Rudalics <rudalics@gmx.at>
2270
2271 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2272 Use delete-region instead of kill-line.
2273
2274 2007-04-21 Alan Mackenzie <acm@muc.de>
2275
2276 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
2277 `kill-region' by `delete-region'.
2278
2279 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
2280
2281 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
2282 instead of kill-region.
2283
2284 * progmodes/mantemp.el (mantemp-make-mantemps-region)
2285 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
2286 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
2287 and kill-line.
2288
2289 * progmodes/vhdl-mode.el (vhdl-template-type)
2290 (vhdl-template-record, vhdl-template-nature)
2291 (vhdl-template-configuration-spec, vhdl-template-component-inst)
2292 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
2293 Use delete-region instead of kill-word and kill-line.
2294
2295 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2296
2297 * dired-x.el (dired-virtual-mode): Doc fix.
2298
2299 2007-04-21 Richard Stallman <rms@gnu.org>
2300
2301 * font-lock.el (font-lock-keywords-alist): Mark as risky.
2302
2303 * subr.el (read-number): Doc fix.
2304
2305 * simple.el (pop-to-mark-command): Display message "mark popped"
2306 if point does not move.
2307 (set-mark-command): Doc fix.
2308
2309 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
2310
2311 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
2312 (locate-local-filter, locate-local-search): New vars.
2313 (locate): Make variables local.
2314 (locate-update): Bind locate-buffer-name. Call locate using
2315 locate-local-filter and locate-local-search.
2316
2317 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
2318
2319 * hi-lock.el (hi-lock-file-patterns-policy): New var.
2320 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
2321 (hi-lock-mode): Update docstring.
2322
2323 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2324
2325 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
2326 fill-nobreak-predicate when the break is past fill-column.
2327
2328 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
2329
2330 * locate.el (locate): Output from shell-command should go in the
2331 current buffer rather than *Shell Command Output*.
2332
2333 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
2334
2335 * paren.el (show-paren-function): Fix last fix.
2336
2337 2007-04-19 Kevin Ryde <user42@zip.com.au>
2338
2339 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
2340 (archive-lzh-summarize): Add optional start arg for where to start
2341 looking at the archive.
2342 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
2343
2344 * international/mule.el (auto-coding-alist): no-conversion for .exe
2345 and .EXE.
2346
2347 2007-04-19 Alan Mackenzie <acm@muc.de>
2348
2349 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
2350 function return type contains "struct", "union", etc.
2351 c-end-of-defun goes too far forward.
2352
2353 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
2354
2355 * paren.el (show-paren-function): Reset window-start to avoid
2356 recentering.
2357
2358 2007-04-19 Glenn Morris <rgm@gnu.org>
2359
2360 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
2361
2362 2007-04-18 Glenn Morris <rgm@gnu.org>
2363
2364 * calendar/diary-lib.el (diary-header-line-format): Add a custom
2365 :set function.
2366 (diary-list-entries): Only switch to diary-mode from
2367 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
2368 diary-mode set header-line-format, in case of any customization.
2369
2370 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
2371
2372 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
2373 is less than the length of parse-time-syntax.
2374
2375 2007-04-17 David Kastrup <dak@gnu.org>
2376
2377 * replace.el (query-replace-regexp-eval): Deprecate.
2378
2379 2007-04-17 Alan Mackenzie <acm@muc.de>
2380
2381 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
2382 point too close to EOB, leave point at EOB rather than last `}'.
2383
2384 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2385
2386 * textmodes/bibtex.el (bibtex-include-OPTkey)
2387 (bibtex-user-optional-fields, bibtex-entry-field-alist):
2388 Fix defcustom.
2389
2390 2007-04-17 Glenn Morris <rgm@gnu.org>
2391
2392 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
2393 be encoded, fall back to current year.
2394
2395 2007-04-14 Kevin Ryde <user42@zip.com.au>
2396
2397 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
2398 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
2399 M "MSDOS".
2400
2401 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
2402
2403 * progmodes/python.el (python-end-of-block): Avoid looping forever
2404 if python-next-statement fails.
2405
2406 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2407
2408 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
2409
2410 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
2411
2412 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
2413 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
2414
2415 2007-04-15 Jay Belanger <belanger@truman.edu>
2416
2417 * calc/calc.el (calc-version): New function.
2418 (calc-trail-mode): Shorten the title.
2419
2420 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
2421
2422 * mail/footnote.el (footnote-style): Clarify docstring to state
2423 that customizing this only applies to future footnotes.
2424
2425 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2426
2427 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
2428 (bibtex-make-field): Check that INIT is a string. Use functionp.
2429
2430 2007-04-14 Glenn Morris <rgm@gnu.org>
2431
2432 * complete.el (PC-goto-end): New buffer-local variable.
2433 (PC-do-completion-end): Make buffer-local.
2434 (partial-completion-mode) <choose-completion-string-functions>:
2435 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
2436 (PC-do-completion): New optional fourth argument GOTO-END. Add a
2437 doc string. Set PC-goto-end for choose-completion.
2438 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
2439 PC-do-completion.
2440
2441 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
2442 arg to bibtex-make-field.
2443 (bibtex-make-field): Add optional fourth arg NODELIM.
2444 Insert delimiters around INIT unless this arg is non-nil.
2445
2446 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
2447
2448 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
2449 global map isn't modified.
2450
2451 2007-04-14 Glenn Morris <rgm@gnu.org>
2452
2453 * calendar/appt.el (appt-disp-window): Do not split small windows.
2454 Suggested by Jeff Miller <jmiller@cablespeed.com>.
2455
2456 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
2457
2458 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
2459
2460 * files.el: Ditto.
2461
2462 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
2463
2464 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
2465
2466 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
2467 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
2468 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
2469 (term-pager-help): Fix typos in docstrings.
2470
2471 * wid-edit.el (widget-documentation): Fix typo in docstring.
2472
2473 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
2474 Fix typos in error messages.
2475
2476 2007-04-13 Martin Rudalics <rudalics@gmx.at>
2477
2478 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
2479 window marked as dedicated.
2480
2481 * mail/footnote.el (footnote-latin-string): New variable.
2482 (footnote-latin-regexp): Redefine as regexp alternative.
2483 (Footnote-latin): Use footnote-latin-string instead of
2484 footnote-latin-regexp.
2485
2486 2007-04-13 Glenn Morris <rgm@gnu.org>
2487
2488 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
2489 inherited keymaps.
2490
2491 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
2492
2493 * outline.el (outline-get-next-sibling): Clarify docstring.
2494 (outline-get-last-sibling): Handle case where we are at the first
2495 heading. Clarify docstring.
2496
2497 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
2498
2499 * progmodes/gud.el (gud-minor-mode-map): Make go button same
2500 length as stop button to lessen flicker.
2501 (jdb): Add gud-print.
2502 (gud-find-expr): Jdb prints the expression with the value, so
2503 don't insert it in the output.
2504
2505 2007-04-11 Jason Rumney <jasonr@gnu.org>
2506
2507 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
2508 case hex. Do not try to decode non-hex letters.
2509
2510 2007-04-11 Markus Triska <markus.triska@gmx.at>
2511
2512 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
2513 (byte-optimize-backward-word): Remove (move to bytecomp.el).
2514 (byte-optimize-form-code-walker): Evaluate pure function calls if
2515 possible.
2516 (byte-optimize-all-constp): New function.
2517
2518 * emacs-lisp/bytecomp.el (byte-compile-char-before):
2519 Improve numeric argument case.
2520 (byte-compile-backward-char, byte-compile-backward-word):
2521 New functions, performing rewriting previously done in byte-opt.el.
2522 Fix their "Fixme" item (restriction to numeric arguments).
2523
2524 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2525
2526 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
2527 with dolist.
2528 (after-init-hook): Don't quote lambda.
2529 (desktop-first-buffer): Don't wrap it in eval-when-compile.
2530 (desktop-internal-v2s): Remove unused var `el'.
2531 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
2532 desktop-restore-file-buffer.
2533 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
2534 desktop-create-buffer.
2535
2536 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
2537
2538 * woman.el (woman-decode-buffer): Postpone macro-set check...
2539 (woman-decode-region): ...to here.
2540
2541 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
2542
2543 * startup.el (tty-handle-args): Use %S to log ARGS.
2544
2545 2007-04-10 Glenn Morris <rgm@gnu.org>
2546
2547 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
2548 it is obsolete and has no effect.
2549
2550 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
2551 byte-compiler.
2552
2553 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
2554 obsolete function make-local-hook.
2555
2556 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
2557 start to quieten byte-compiler.
2558
2559 2007-04-10 Markus Triska <markus.triska@gmx.at>
2560
2561 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
2562 to bytecomp.el as byte-compile-char-before).
2563 * emacs-lisp/bytecomp.el (byte-compile-char-before):
2564 New function (modified replacement for byte-optimize-char-before in
2565 byte-opt.el).
2566
2567 2007-04-09 Alan Mackenzie <acm@muc.de>
2568
2569 * startup.el (inhibit-splash-screen): Emphatically state that it
2570 can't be set in site-start.el.
2571
2572 2007-04-09 Masatake YAMATO <jet@gyve.org>
2573
2574 * progmodes/cc-subword.el (c-capitalize-subword): More closely
2575 mimic the behavior of `capitalize-word'. Do not move point with a
2576 negative argument. Based on tiny change by Paul Curry.
2577
2578 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
2579
2580 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
2581 Don't move point if ARG is negative.
2582
2583 2007-04-09 Alan Mackenzie <acm@muc.de>
2584
2585 Changes to make `narrow-to-defun' and `mark-defun' work properly
2586 in CC Mode:
2587
2588 * progmodes/cc-defs.el (c-beginning-of-defun-1):
2589 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2590 Bind beginning/end-of-defun-function to nil around calls to
2591 beginning/end-of-defun.
2592
2593 * progmodes/cc-langs.el (beginning-of-defun-function)
2594 (end-of-defun-function): New c-lang-setvar's.
2595
2596 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
2597 (setq arg 1))" to enable non-interactive call.
2598
2599 2007-04-09 Eli Zaretskii <eliz@gnu.org>
2600
2601 * simple.el (set-mark-command): Doc fix.
2602
2603 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
2604
2605 * progmodes/gud.el (gdb): Restore existing session if user
2606 tries to start a second one in graphical mode.
2607
2608 2007-04-08 Martin Rudalics <rudalics@gmx.at>
2609
2610 * cus-start.el <scroll-preserve-screen-position>: Add choices.
2611
2612 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2613
2614 * term/xterm.el (terminal-init-xterm): Fix key definitions.
2615 Add binding for C-M-SPC.
2616
2617 2007-04-08 Richard Stallman <rms@gnu.org>
2618
2619 * pcomplete.el (pcomplete-read-event): One single definition,
2620 and not a defsubst.
2621
2622 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
2623
2624 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
2625 byte-compiler warning "value unused".
2626
2627 2007-04-08 Andreas Schwab <schwab@suse.de>
2628
2629 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
2630
2631 2007-04-07 Glenn Morris <rgm@gnu.org>
2632
2633 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
2634 Autoload these functions.
2635 (diary-date-forms): Add a custom :set form.
2636
2637 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
2638 before first use.
2639 (diary-font-lock-keywords): New function with old code for
2640 initialization of variable of same name.
2641
2642 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
2643
2644 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
2645 clean-up: only insert space when on identifier, etc.
2646
2647 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
2648
2649 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
2650
2651 * net/tls.el (open-tls-stream): Properly handle case where there
2652 is no associated buffer.
2653
2654 2007-04-07 Glenn Morris <rgm@gnu.org>
2655
2656 * ffap.el (ffap-file-at-point): Lower the priority of the
2657 ffap-ftp-sans-slash-regexp check.
2658
2659 2007-04-06 Alan Mackenzie <acm@muc.de>
2660
2661 Fix fontification of labels, and other things with ":".
2662
2663 * progmodes/cc-engine.el (c-forward-label): The function now
2664 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
2665 the former t.
2666
2667 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
2668 new return code from c-forward-label, fontifying tokens properly.
2669 Add some general comments throughout the file.
2670
2671 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
2672
2673 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
2674 Revert 2006-01-27 change.
2675
2676 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
2677
2678 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
2679
2680 * desktop.el (desktop-create-buffer, desktop-save):
2681 Revert 2004-11-12 change for lack of copyright papers.
2682
2683 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
2684 (dired-guess-default): Respect case.
2685
2686 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
2687
2688 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
2689 was originally checked in as byte-optimize-concat on 1997-11-02.
2690
2691 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
2692 1995-05-19 doc changes.
2693
2694 2007-04-06 Kim F. Storm <storm@cua.dk>
2695
2696 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
2697 (unload-feature): Update interactive spec accordingly.
2698
2699 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
2700
2701 2007-04-06 John Paul Wallington <jpw@pobox.com>
2702
2703 * subr.el (with-case-table): Use `make-symbol' to avoid variable
2704 capture. Restore the table in the same buffer.
2705
2706 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
2707
2708 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
2709
2710 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2711 Print entire form.
2712
2713 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
2714
2715 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
2716 for low-color displays.
2717
2718 2007-04-05 Glenn Morris <rgm@gnu.org>
2719
2720 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
2721 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
2722 Seed random number generator on loading.
2723
2724 * emacs-lisp/authors.el (top-level): Provide self.
2725
2726 * play/animate.el (top-level): Provide self.
2727
2728 2007-04-04 Alan Mackenzie <acm@muc.de>
2729
2730 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
2731 to mention c-syntactic-indentation.
2732
2733 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
2734
2735 * subr.el (with-case-table): New macro.
2736
2737 * international/mule.el (ascii-case-table): New var.
2738
2739 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
2740 downcasing.
2741
2742 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
2743
2744 * progmodes/gud.el (gud-minor-mode-map): Simplify.
2745
2746 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
2747 of the window if we're outside it e.g menu-bar.
2748
2749 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
2750 window if we're outside it e.g menu-bar.
2751
2752 2007-04-03 Eli Zaretskii <eliz@gnu.org>
2753
2754 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
2755 decode base-64 encoded body if its content-type is something other
2756 than text/* or message/*.
2757
2758 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
2759
2760 * simple.el (activate-mark-hook): Fix typo in docstring.
2761
2762 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
2763
2764 * tmm.el (tmm-c-prompt): Initialize.
2765 (tmm-menubar): Deal with extended menu-items at top level.
2766 (tmm-get-keybind): Handle bindings redefined/undefined locally.
2767 (tmm-prompt): Handle visibility of top level menu-items.
2768
2769 * progmodes/gud.el (gud-menu-map): Simplify.
2770 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
2771 menubar.
2772
2773 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
2774
2775 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
2776
2777 * comint.el (comint-send-input): Widen the buffer first.
2778
2779 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
2780
2781 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2782
2783 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
2784 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
2785
2786 * newcomment.el (comment-search-forward): Discard comment starters
2787 before point.
2788
2789 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
2790
2791 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
2792
2793 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
2794
2795 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
2796 when downcasing.
2797
2798 * button.el (previous-button): Rewrite to account for adjacent buttons.
2799
2800 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
2801
2802 * progmodes/idlwave.el (idlwave-auto-fill):
2803 Revert paragraph-separate change.
2804
2805 * progmodes/idlw-shell.el (idlwave-shell-break-in):
2806 Simplify module calc.
2807 (idlwave-shell-set-bp-in-module): Compute module.
2808
2809 2007-03-31 Glenn Morris <rgm@gnu.org>
2810
2811 * emacs-lisp/timer.el (run-at-time): Doc fix.
2812
2813 * emacs-lisp/warnings.el (display-warning): If we create the
2814 buffer displaying the warning, disable undo there.
2815
2816 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
2817
2818 * net/tramp.el (tramp-register-file-name-handler)
2819 (tramp-register-completion-file-name-handler): New defsubst,
2820 derived from `tramp-register-file-name-handlers'. The split is
2821 necessary because Tramp's file name handlers must be registered at
2822 different startup places.
2823
2824 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
2825
2826 * progmodes/hideshow.el (turn-off-hideshow): New function.
2827 (hs-minor-mode): Use it instead of a lambda expression in
2828 change-major-mode-hook.
2829
2830 2007-03-31 David Kastrup <dak@gnu.org>
2831
2832 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
2833 corresponding to MANPATH_MAP entries.
2834 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
2835 (woman-parse-man.conf): Use more discriminating man.conf name.
2836 (woman-parse-man.conf): Parse MANPATH_MAP entries.
2837 (woman-manpath): Doc fix and type fix.
2838 (woman-cached-data): Check for MANPATH_MAP entries.
2839 (woman-expand-directory-path): Treat MANPATH_MAP entries.
2840
2841 2007-03-31 Stuart Herring <herring@lanl.gov>
2842
2843 * emacs-lisp/sregex.el (sregexq): Doc fix.
2844
2845 2007-03-31 Markus Triska <markus.triska@gmx.at>
2846
2847 * flymake.el (flymake-err-line-patterns): Doc fix.
2848
2849 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
2850
2851 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
2852 Move to the right.
2853
2854 2007-03-30 Alan Mackenzie <acm@muc.de>
2855
2856 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
2857
2858 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
2859
2860 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
2861 Use it, passed in explicitly, instead of from the dynamic binding.
2862 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
2863
2864 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
2865
2866 * simple.el (blink-matching-open): When in minibuffer, don't
2867 search for a match inside the prompt.
2868
2869 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
2870
2871 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
2872 (tmm-prompt): Don't make the mouse user select the first menu
2873 item twice.
2874
2875 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
2876
2877 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
2878 SIGUSR1 and SIGUSR2.
2879
2880 2007-03-29 Kim F. Storm <storm@cua.dk>
2881
2882 * ido.el (ido-read-internal): When reading file or dir, only override
2883 minibuffer-local-filename-completion-map, otherwise only override
2884 minibuffer-local-completion-map.
2885
2886 2007-03-29 Glenn Morris <rgm@gnu.org>
2887
2888 * complete.el (partial-completion-mode): Set PC-do-completion-end
2889 to nil after use.
2890 (PC-lisp-complete-symbol): Create and use a marker at `end',
2891 rather than using point-marker.
2892
2893 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
2894
2895 * simple.el (next-error-highlight): Doc fix.
2896 (compose-mail): Revert 2007-03-19 change.
2897
2898 2007-03-28 Richard Stallman <rms@gnu.org>
2899
2900 * emacs-lisp/edebug.el (edebug-display): Don't go to
2901 edebug-outside-buffer if it is dead.
2902
2903 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
2904
2905 * view.el (view-mode): Fix typos in docstring.
2906
2907 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
2908
2909 * recentf.el (recentf-save-file): Add a custom :set function.
2910
2911 2007-03-28 Glenn Morris <rgm@gnu.org>
2912
2913 * complete.el (PC-do-completion-end): New variable.
2914 (partial-completion-mode) <choose-completion-string-functions>:
2915 Use PC-do-completion-end in the non-minibuffer case to replace the
2916 correct amount of text.
2917 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
2918 (PC-lisp-complete-symbol): Give marker the after-insertion type,
2919 to deal with improvements inserted after point.
2920
2921 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2922
2923 * button.el (make-text-button): Add explicit `button' property.
2924 (default-button): Don't put a `button' property on it.
2925
2926 * progmodes/python.el (python-mode): Skip comments when parsing.
2927
2928 * vc-arch.el (vc-with-current-file-buffer): New macro.
2929 (vc-arch-file-source-p): Use it to avoid infloop.
2930
2931 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
2932
2933 * emacs-lisp/lisp.el (lisp-complete-symbol):
2934 Fix call to get-buffer-window to find windows in other frames.
2935
2936 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2937
2938 * comint.el (comint-proc-query, comint-dynamic-list-completions):
2939 Fix calls to get-buffer-window to find windows in other frames.
2940 Reported by David Hansen <david.hansen@gmx.net>.
2941
2942 2007-03-27 Kevin Ryde <user42@zip.com.au>
2943
2944 * info.el (Info-display-images-node): On a text-only terminal,
2945 show the "text" or "alt" parts of the image blobs.
2946
2947 2007-03-27 Glenn Morris <rgm@gnu.org>
2948
2949 * complete.el (PC-do-completion): Compute completion-base-size in
2950 the non-filename case, rather than setting to nil.
2951 (PC-lisp-complete-end): New variable.
2952 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
2953 original end in a series of consecutive invocations.
2954
2955 * calendar/calendar.el (calendar-mode-hook): Declare it.
2956
2957 * calendar/diary-lib.el (diary-live-p): Do not check for
2958 diary-selective-display.
2959
2960 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2961
2962 * replace.el (occur-next-error): *Occur* might not be displayed in the
2963 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
2964
2965 2007-03-26 Richard Stallman <rms@gnu.org>
2966
2967 * textmodes/flyspell.el (flyspell-large-region):
2968 Use ispell-call-process-region.
2969
2970 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2971
2972 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
2973 Use prin1 instead of princ.
2974
2975 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
2976
2977 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
2978 Merge in X resources before global face.
2979
2980 * progmodes/compile.el (compilation-start): Save compilation-directory
2981 rather than default-directory as local var.
2982 (compilation-directory): Mark as safe local var.
2983
2984 * files.el: Don't mark default-directory as a safe local var.
2985
2986 2007-03-25 Alan Mackenzie <acm@muc.de>
2987
2988 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
2989 * progmodes/cc-engine.el: Fix typo.
2990
2991 2007-03-25 Juri Linkov <juri@jurta.org>
2992
2993 * compare-w.el (compare-windows): Rename customization group
2994 `compare-w' to `compare-windows'.
2995 (compare-windows-whitespace, compare-ignore-whitespace)
2996 (compare-ignore-case, compare-windows-sync)
2997 (compare-windows-sync-string-size, compare-windows-recenter)
2998 (compare-windows-highlight, compare-windows): Change group name in
2999 the `group' tag from `compare-w' to `compare-windows'.
3000 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
3001
3002 2007-03-24 Markus Triska <markus.triska@gmx.at>
3003
3004 * expand.el: Change example to always enable abbrev-mode,
3005 and remove redundant `function'.
3006 (expand-abbrev-hook): Add autoload cookie.
3007
3008 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
3009
3010 * emacs-lisp/testcover.el (testcover-start, testcover-end)
3011 (testcover-mark-all, testcover-unmark-all): Add prompts to
3012 interactive specs.
3013
3014 2007-03-24 Jason Rumney <jasonr@gnu.org>
3015
3016 * autorevert.el (find-file-hook, auto-revert-tail-mode):
3017 Use file size in bytes for auto-revert-tail-pos not characters.
3018
3019 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
3020
3021 * vc-rcs.el (vc-rcs-annotate-command):
3022 Set text property :vc-annotate-prefix on the annotation text.
3023 (vc-rcs-annotate-time): Instead of searching for ": ",
3024 search for end of text propertized with :vc-annotate-prefix.
3025
3026 2007-03-24 Martin Rudalics <rudalics@gmx.at>
3027
3028 * whitespace.el (top level): Remove calls putting
3029 permanent-local nil property since these are no-ops.
3030
3031 * man.el (Man-support-local-filenames): Assure that
3032 default-directory exists when doing call-process.
3033
3034 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
3035
3036 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
3037 Fix omission bug: Use m4-program-options to construct shell command.
3038
3039 2007-03-23 David Kastrup <dak@gnu.org>
3040
3041 * progmodes/cc-mode.el (c-make-emacs-variables-local):
3042 Use `mapcar' rather than `mapcan' to silence compiler warning.
3043
3044 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
3045
3046 * textmodes/reftex.el, textmodes/reftex-vars.el,
3047 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
3048 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
3049 * textmodes/reftex-index.el, textmodes/reftex-global.el,
3050 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
3051 * textmodes/reftex-auc.el: Add maintainer address.
3052
3053 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
3054
3055 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
3056 Make sure that `global-font-lock-mode' does not turn on font-lock
3057 in these buffers.
3058
3059 2007-03-21 Kim F. Storm <storm@cua.dk>
3060
3061 * xt-mouse.el (xt-mouse-epoch): New variable.
3062 (xterm-mouse-event): Use float-time.
3063
3064 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
3065
3066 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
3067 current-time.
3068
3069 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3070
3071 * complete.el (read-file-name-internal): Don't add the final > if the
3072 completion is not finished (re-application of this patch, which was
3073 accidentally undone by Eli).
3074
3075 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
3076
3077 * emulation/viper.el (viper-non-hook-settings): Handle mouse
3078 clicks in describe-key and describe-key-briefly advice a little better.
3079
3080 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
3081
3082 * server.el (server-process-filter): Cancel any pending isearch.
3083
3084 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
3085
3086 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
3087 (icalendar--get-unfolded-buffer): Define actual arguments rather
3088 than just using &rest. Check replace-in-string is fbound.
3089 (icalendar-import-buffer): Doc fix.
3090 (icalendar--convert-ical-to-diary): Set diary-file.
3091 Check diary-file before inserting final newline.
3092 (icalendar--add-diary-entry): Return diary-file.
3093
3094 2007-03-21 Glenn Morris <rgm@gnu.org>
3095
3096 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
3097 (diary-display-hook): Add custom :set function.
3098
3099 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
3100 Add custom :set function.
3101 (diary-header-line-format): Doc fix.
3102 (diary-set-maybe-redraw): New function.
3103 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
3104 (diary-list-entries): Always run diary-mode.
3105
3106 2007-03-20 Kenichi Handa <handa@m17n.org>
3107
3108 * international/quail.el (quail-setup-completion-buf): Make the
3109 completion buffer read-only.
3110 (quail-completion): Adjusted for the above change. Leave the
3111 modified flag nil.
3112
3113 2007-03-20 David Kastrup <dak@gnu.org>
3114
3115 * files.el (magic-mode-alist): Require literal "%!PS" string for
3116 magic postscript file detection.
3117
3118 2007-03-20 Richard Stallman <rms@gnu.org>
3119
3120 * textmodes/ispell.el (ispell-call-process): New function.
3121 Defends against bad `default-directory.'
3122 (ispell-check-version, ispell-find-aspell-dictionaries)
3123 (ispell-get-aspell-config-value, lookup-words): Call it.
3124 (ispell-call-process-region): New function.
3125 (ispell-send-string): Call it.
3126
3127 2007-03-20 Andreas Schwab <schwab@suse.de>
3128
3129 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
3130 (finder-data): Likewise.
3131 (autoloads): Likewise.
3132
3133 2007-03-20 Martin Rudalics <rudalics@gmx.at>
3134
3135 * files.el (basic-save-buffer): Do not set visited filename when
3136 the corresponding directory does not exist or the specified
3137 filename is that of an existing directory.
3138
3139 2007-03-20 Glenn Morris <rgm@gnu.org>
3140
3141 * calendar/diary-lib.el (diary-live-p): New function.
3142 (number-of-diary-entries): Add a :set function to redisplay diary
3143 when necessary.
3144
3145 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
3146
3147 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
3148 from client program, mev, to compute mouse event.
3149
3150 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
3151
3152 * faces.el (momentary): Face removed; unused due to reversion of
3153 2007-01-04 changes by Kevin Rodgers.
3154
3155 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
3156 Suggested by Johan Bockg\e,Ae\e(Brd.
3157
3158 2007-03-19 Martin Rudalics <rudalics@gmx.at>
3159
3160 * font-lock.el (lisp-font-lock-keywords-1):
3161 Highlight define-globalized-minor-mode as a keyword.
3162
3163 2007-03-19 Kim F. Storm <storm@cua.dk>
3164
3165 * calc/calc-forms.el (math-std-daylight-savings)
3166 (math-std-daylight-savings-old): Doc fix.
3167
3168 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
3169
3170 * progmodes/python.el (python-default-template): Doc fix.
3171 (python-buffer): Fix typo in docstring.
3172
3173 * isearchb.el (isearchb-follow-char):
3174 * subr.el (def-edebug-spec): Fix typo in docstring.
3175
3176 2007-03-19 Richard Stallman <rms@gnu.org>
3177
3178 * files.el (default-directory): Mark safe.
3179 (basic-save-buffer-2): Put proper dir name in error message.
3180
3181 * simple.el (compose-mail): Run switch-function after
3182 setting up the mail buffer.
3183
3184 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
3185
3186 2007-03-18 Jay Belanger <belanger@truman.edu>
3187
3188 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
3189 (math-std-daylight-savings-new): Rename from
3190 `math-std-daylight-savings'.
3191 (math-std-daylight-savings-old): Rename from old value of
3192 `math-std-daylight-savings'.
3193 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
3194 `math-std-daylight-savings-old' depending on the year.
3195
3196 2007-03-18 Detlev Zundel <dzu@gnu.org>
3197
3198 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
3199 zero-width regexps as invalid but rather at least count them correctly.
3200
3201 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
3202
3203 * net/tls.el (open-tls-stream): In handshake-waiting loop,
3204 don't wait more if there is output available to process.
3205
3206 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
3207
3208 * progmodes/compile.el (compilation-find-file): Revert change
3209 from 2006-07-18 to allow completion of directory names.
3210 Reported by John Carter <john.carter@tait.co.nz>.
3211
3212 2007-03-18 Kim F. Storm <storm@cua.dk>
3213
3214 * subr.el (when, unless): Doc fix.
3215
3216 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
3217
3218 * net/tls.el (tls-program): Doc fix.
3219
3220 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
3221
3222 * autorevert.el (auto-revert-tail-handler):
3223 Call after-revert-hook.
3224
3225 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
3226
3227 * simple.el (switch-to-completions): No error if search for \n\n fails.
3228
3229 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
3230
3231 * simple.el (line-move-1):
3232 Respect `inhibit-line-move-field-capture' property.
3233
3234 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
3235
3236 * comint.el (comint-arguments): Mark backslash-escaped chars.
3237 (comint-delim-arg): Don't treat them as delimiters.
3238
3239 2007-03-12 Kim F. Storm <storm@cua.dk>
3240 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
3241
3242 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
3243
3244 * tempo.el (tempo-insert): Deal with 'r> if it appears
3245 specified with a prompt argument.
3246
3247 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
3248
3249 * textmodes/org.el (org-set-font-lock-defaults):
3250 Handle narrow table columns correctly.
3251
3252 2007-03-12 Mark A. Hershberger <mah@everybody.org>
3253
3254 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
3255 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
3256 Return to use of the -no-properties variants. There was
3257 consensus on emacs-devel that the speed of these variants was
3258 prefered since we are usually parsing files (from the internet
3259 or on disk) instead of XML created in Emacs.
3260
3261 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
3262 Add customize option.
3263
3264 2007-03-12 Glenn Morris <rgm@gnu.org>
3265
3266 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
3267 North American rule. Replace "daylight savings" with "daylight
3268 saving" in doc.
3269
3270 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
3271 * calendar/lunar.el, solar.el: Replace "daylight savings" with
3272 "daylight saving" in text.
3273
3274 * woman.el (woman-change-fonts): Tweak previous change by using
3275 woman-request-regexp rather than "^\\.".
3276
3277 * startup.el (command-line-1): Make insertion of
3278 initial-scratch-message not depend on scratch being selected.
3279
3280 2007-03-11 Juri Linkov <juri@jurta.org>
3281
3282 * replace.el (match): Use yellow background on light-bg terminals.
3283
3284 2007-03-11 Richard Stallman <rms@gnu.org>
3285
3286 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
3287 Correctly compute line number.
3288
3289 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
3290
3291 * type-break.el (type-break-get-previous-count):
3292 Repeat previous change here.
3293
3294 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
3295
3296 * progmodes/grep.el (grep-find-ignored-directories):
3297 Add .git and .bzr to list.
3298
3299 2007-03-11 Andreas Schwab <schwab@suse.de>
3300
3301 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
3302
3303 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3304
3305 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
3306
3307 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
3308
3309 * faces.el (face-set-after-frame-default): Recalculate face
3310 customizations after applying X resources.
3311
3312 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
3313
3314 * net/rcirc.el (rcirc-timeout-seconds): New variable.
3315 (rcirc-keepalive-seconds): Remove variable.
3316 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
3317 (rcirc-process, rcirc-user-disconnect): New variables.
3318 (rcirc-connect): Initalize new variables.
3319 (rcirc-keepalive): Don't send keepalive pings before connection
3320 is completed.
3321 (rcirc-sentinel): Do mark all channels with activity when
3322 connection is dropped. Run hook with process buffer local.
3323 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
3324 (rcirc-buffer-process): Return value of rcirc-process if
3325 rcirc-server-buffer is nil.
3326 (rcirc-server-name): Return the reported server name.
3327 (rcirc-update-prompt): Simplify computation of the server name.
3328 (rcirc-format-response-string): Likewise.
3329 (rcirc-handler-001): Mark server as connected, record the reported
3330 server name, and schedule a timeout.
3331 (rcirc-track-nick): Add a spec for the tty class.
3332 (rcirc-user-non-nick): Remove function.
3333 (rcirc-nick-prefix-chars): Add variable.
3334 (rcirc-user-nick): Use above variable.
3335
3336 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3337
3338 * icomplete.el (icomplete-tidy, icomplete-exhibit):
3339 Bind deactivate-mark to nil.
3340
3341 2007-03-10 Martin Rudalics <rudalics@gmx.at>
3342
3343 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
3344 that buffer contents get erased during completion.
3345
3346 2007-03-10 Glenn Morris <rgm@gnu.org>
3347
3348 * woman.el (woman-change-fonts): Add a hack to deal with
3349 font-escape followed by "." at start of a line.
3350 (woman2-IP): Add a hack to deal with consecutive requests.
3351 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
3352
3353 2007-03-10 Alan Mackenzie <acm@muc.de>
3354
3355 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
3356
3357 2007-03-09 Richard Stallman <rms@gnu.org>
3358
3359 * abbrev.el (abbrev): Add `provide'.
3360
3361 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
3362
3363 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
3364
3365 2007-03-09 Martin Rudalics <rudalics@gmx.at>
3366
3367 * complete.el (PC-try-completion): New function.
3368 (PC-do-completion, read-file-name-internal): Use it instead of
3369 try-completion.
3370
3371 2007-03-08 Alan Mackenzie <acm@muc.de>
3372
3373 Remove stale tokens from `c-found-types' cache.
3374
3375 * progmodes/cc-mode.el (c-unfind-enclosing-token)
3376 (c-unfind-coalesced-tokens, c-before-change): New functions.
3377 (c-maybe-stale-found-type): New variable.
3378
3379 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
3380 (c-trim-found-types): New functions.
3381
3382 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
3383
3384 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
3385 (debug-ignored-errors): Add entry from smerge-match-conflict.
3386
3387 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
3388
3389 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
3390 special help topics for keywords.
3391 (idlwave-help-assistant-command): Include ".exe" for ms-dos
3392 etc. Assistant command.
3393
3394 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
3395
3396 * replace.el (occur-engine): Move buffer-undo-list binding...
3397 (occur-1): ...to here.
3398
3399 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
3400
3401 * simple.el (minibuffer-completing-symbol): New var.
3402 (eval-expression): Use it.
3403 (completion-setup-function): Don't bind completion-base-size when
3404 completing a symbol in the minibuffer.
3405
3406 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
3407
3408 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
3409 tries to start a second session in graphical mode.
3410
3411 2007-03-07 Miles Bader <miles@gnu.org>
3412
3413 * international/isearch-x.el
3414 (isearch-process-search-multibyte-characters):
3415 Strip text-properties from PROMPT to avoid an error from read-string.
3416
3417 2007-03-07 Kim F. Storm <storm@cua.dk>
3418
3419 * complete.el (PC-bindings): Remap lisp-complete-symbol to
3420 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
3421
3422 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3423
3424 * complete.el (PC-do-completion): Delete duplicates in the list of
3425 possible completions.
3426
3427 2007-03-07 Glenn Morris <rgm@gnu.org>
3428
3429 * ses.el (ses-mode): Doc fix.
3430
3431 2007-03-06 Kim F. Storm <storm@cua.dk>
3432
3433 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
3434
3435 2007-03-06 Kenichi Handa <handa@m17n.org>
3436
3437 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
3438
3439 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3440
3441 * simple.el (completion-setup-function): Improve last fix so it doesn't
3442 set it to a relative directory name either.
3443
3444 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3445
3446 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
3447
3448 2007-03-05 Richard Stallman <rms@gnu.org>
3449
3450 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
3451
3452 * files.el (find-file-noselect): No error if file no longer exists.
3453 Display a message and avoid other questions.
3454
3455 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3456
3457 * pcomplete.el (pcomplete-show-completions): Improve last change, so
3458 as not to use an invisible window and to create a window if none exist.
3459
3460 * progmodes/python.el (python-send-command): Restart proc if necessary.
3461 (python-proc): Simplify.
3462
3463 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
3464
3465 * pcomplete.el (pcomplete-show-completions): Search all frames for
3466 completions buffer.
3467
3468 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
3469
3470 * cus-edit.el (customize-save-variable): Clear customized-value
3471 property (saved values are now put in theme-value property).
3472 (customize-set-variable): Doc fix.
3473
3474 * complete.el (PC-do-completion): If completion-ignore-case is
3475 non-nil, replace field with completion string before exiting.
3476
3477 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
3478
3479 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
3480 Append its extension to the resulting temporary file name.
3481 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
3482
3483 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
3484 (tramp-smb-handle-write-region): Apply it.
3485
3486 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3487
3488 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3489 Redo previous change.
3490
3491 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3492
3493 * diff-mode.el (diff-mode): Doc fix.
3494
3495 2007-03-05 Kenichi Handa <handa@m17n.org>
3496
3497 * international/characters.el: Set category `l' (latin)
3498 for more characters.
3499
3500 2007-03-04 Kim F. Storm <storm@cua.dk>
3501
3502 * emacs-lisp/authors.el (authors-aliases): Add alias.
3503
3504 2007-03-04 Glenn Morris <rgm@gnu.org>
3505
3506 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
3507 all when switching major mode.
3508 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
3509 (hs-block-start-mdata-select, hs-block-end-regexp)
3510 (hs-forward-sexp-func, hs-adjust-block-beginning):
3511 Do not make these variables permanent-local.
3512
3513 2007-03-04 Richard Stallman <rms@gnu.org>
3514
3515 * progmodes/cperl-mode.el (cperl-mode):
3516 Modify cperl-compilation-error-regexp-alist by appending.
3517
3518 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
3519 (edebug-mode): Add the hook.
3520 (edebug-recursive-edit): Remove the hook on exiting.
3521
3522 * type-break.el (type-break-get-previous-time):
3523 Handle end-of-file errors specially
3524 so they don't get reported wrong in .emacs.
3525
3526 * startup.el (fancy-splash-text): Clarify text.
3527
3528 * simple.el (beginning-of-buffer, end-of-buffer):
3529 Avoid treating plain C-u like numeric arg.
3530
3531 * simple.el (completion-setup-function): Don't set
3532 default-directory to nil.
3533
3534 * shell.el (shell-dirstack-query): Doc fix.
3535
3536 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3537 Don't select the window -- pass it to primitives instead.
3538
3539 * faces.el (minibuffer-prompt): Use medium blue by default.
3540
3541 2007-03-04 David Kastrup <dak@gnu.org>
3542
3543 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
3544 Preserve 16 as default value for "seconds" when customizing.
3545
3546 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
3547
3548 * textmodes/org.el (org-self-insert-command)
3549 (orgtbl-self-insert-command, org-delete-char)
3550 (org-delete-backward-char): Set the `flyspell-delayed' property.
3551
3552 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
3553
3554 * international/mule.el (find-auto-coding): Don't search for
3555 line-ending characters past the end of the tail.
3556
3557 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
3558
3559 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
3560 Jump to the line where new score has been uploaded.
3561
3562 * play/tetris.el (tetris-move-bottom, tetris-move-left)
3563 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
3564 Do nothing when the game is paused.
3565
3566 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
3567
3568 * textmodes/org.el (org-set-tags): Prevent slipping of point
3569 during completion.
3570
3571 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
3572
3573 * isearch.el (isearch-message-prefix):
3574 Use minibuffer-prompt-properties.
3575
3576 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3577
3578 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
3579 (ps-setup): Print which Emacsen is running ps-print package.
3580
3581 2007-03-01 Stuart Herring <herring@lanl.gov>
3582
3583 * files.el (set-auto-mode-0): Use `indirect-function'.
3584 (hack-one-local-variable): Don't reapply current major mode.
3585
3586 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
3587
3588 * progmodes/python.el (python-quote-syntax): Don't bother with
3589 syntax-ppss-context.
3590 (python-fill-paragraph): Make sure that fenced-string delimiters that
3591 stand on their own line stay there.
3592
3593 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
3594
3595 * replace.el (perform-replace): Propertize message.
3596
3597 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
3598
3599 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
3600 invisible heading.
3601
3602 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3603
3604 * net/tramp.el (tramp-file-name-handler): Revert last change.
3605
3606 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
3607
3608 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
3609 Correct doc strings.
3610
3611 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3612
3613 * replace.el (perform-replace): Undo forward-char immediately if
3614 non-adjacent search fails.
3615
3616 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3617
3618 * version.el (emacs-major-version, emacs-minor-version):
3619 string-to-int -> string-to-number.
3620
3621 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
3622
3623 * help.el (where-is): Fail gracefully when not passed a command.
3624
3625 2007-02-28 Stuart Herring <herring@lanl.gov>
3626
3627 * find-lisp.el (find-lisp-default-directory-predicate):
3628 Fix bug: Do symlink check on expanded filename.
3629
3630 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
3631
3632 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
3633 changes during replacement.
3634 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
3635
3636 2007-02-28 Lars Hansen <larsh@soem.dk>
3637
3638 * desktop.el: Delete header line listing me as maintainer.
3639
3640 2007-02-28 Glenn Morris <rgm@gnu.org>
3641
3642 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
3643 the menus case.
3644
3645 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3646
3647 * net/tramp.el (tramp-file-name-handler): Inhibit modification
3648 hooks to avoid confusion when combining after-change calls.
3649
3650 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
3651
3652 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
3653 now that pgg-gpg-process-region correctly honors passed-in passphrase.
3654 (allout-distinctive-bullets-string): Add info about bullet conventions.
3655 (allout-mode): Add info about distinctive vs plain bullets.
3656
3657 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
3658
3659 * textmodes/org.el (org-archive-subtree): Quote variable name.
3660 (org-agenda-get-todos): Make sure skip properties are checked correctly.
3661
3662 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
3663
3664 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
3665 (gud-bashdb-command-name, bashdb): Remove.
3666 (gud, gud-menu-map): Remove references to bash/bashdb.
3667
3668 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
3669
3670 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
3671 keyword for Python 2.5.
3672
3673 2007-02-26 Romain Francoise <romain@orebokech.com>
3674
3675 * net/net-utils.el (whois-server-tld): Update server for .org.
3676 (whois-server-list): Add whois.publicinterestregistry.net.
3677 (whois-guess-server): Fix formatting in docstring.
3678
3679 2007-02-26 Kim F. Storm <storm@cua.dk>
3680
3681 * mouse.el (mouse-show-mark): Run hooks and perform command
3682 remapping for mouse-region-delete-keys.
3683
3684 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3685
3686 * font-core.el (font-lock-mode): Doc fix.
3687
3688 2007-02-25 Kim F. Storm <storm@cua.dk>
3689
3690 * ido.el (ido-buffer-internal): Set this-command to fallback command.
3691 Add selected buffer to buffer-name-history.
3692 (ido-file-internal): Set this-command to fallback command.
3693 Add file names to file-name-history.
3694
3695 * emacs-lisp/map-ynp.el (map-y-or-n-p):
3696 Apply minibuffer-prompt-properties.
3697
3698 2007-02-25 Andreas Schwab <schwab@suse.de>
3699
3700 * files.el (hack-one-local-variable-eval-safep): Correct handling
3701 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
3702
3703 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
3704
3705 * textmodes/org.el (org-table-overlay-coordinates)
3706 (org-table-toggle-coordinate-overlays): New functions.
3707 (org-table-overlay-coordinates, org-table-coordinate-overlays):
3708 New variables.
3709 (org-startup-with-deadline-check): Remove option.
3710 (org-mode): Remove deadline check on startup.
3711 (org-table-limit-column-width): Remove option.
3712 (org-table-formula-numbers-only): Remove option.
3713 (org-link-style, org-link-format): Remove options.
3714 (org-select-agenda-window, org-fit-agenda-window): Remove options.
3715 (org-export-ascii-show-new-buffer)
3716 (org-export-html-show-new-buffer): Remove options.
3717 (org-activate-links): Remove camel option.
3718 (org-file-link-context-use-camel-case): Remove option.
3719 (org-camel-regexp): Remove variable.
3720 (org-activate-camels): Remove function.
3721 (org-store-link): Remove Camel stuff.
3722 (org-make-org-heading-camel): Remove function.
3723 (org-open-at-point): Remove camel stuff.
3724 (org-link-search): Remove camel stuff.
3725 (org-camel-to-words): Function removed.
3726 (org-get-agenda-file-buffer): Make sure we prepare the base
3727 buffers, not any indirect buffers.
3728 (org-sort-entries): Sort top-level when not on a headline, and no
3729 active region.
3730 (org-in-regexp): New function.
3731 (org-search-not-self): Rename from `org-search-not-link'.
3732 (org-open-link-marker): New variable.
3733 (org-open-at-point): Set `org-open-link-marker'.
3734 (org-print-icalendar-entries): Fixe bug with excluding DONE
3735 entries from the exported list.
3736 (org-edit-formula-lisp-indent): New command.
3737 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
3738 (orgtbl-to-latex, orgtbl-insert-radio-table)
3739 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
3740 (orgtbl-radio-table-templates): New option.
3741 (org-store-link-props):
3742 (org-remember-templates): More possibilities to insert info
3743 into templates.
3744 (org-remember-apply-template): Make use of the extended
3745 template capabilities.
3746 (org-remember-redo-template): New command.
3747 (org-upgrade-old-links)
3748 (org-table-modify-formulas, org-table-replace-in-formulas)
3749 (org-table-find-dataline)
3750 (org-table-get-vertical-vector): Remove functions.
3751 (org-table-remove-rectangle-highlight)
3752 (org-time-stamp-format, org-toggle-log-option)
3753 (org-table-highlight-rectangle)
3754 (org-table-iterate, org-table-make-reference):
3755 (org-translate-time, org-tree-to-indirect-buffer)
3756 (org-table-field-info, org-table-fix-formulas)
3757 (org-table-force-dataline, org-table-get-descriptor-line)
3758 (org-table-get-range)
3759 (org-skip-comments, org-sort)
3760 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
3761 (org-table-current-dline, org-table-current-field-formula)
3762 (org-table-edit-backward-field)
3763 (org-table-edit-formulas-post-command)
3764 (org-table-edit-line-down, org-table-edit-line-up)
3765 (org-agenda-archive)
3766 (org-agenda-clock-cancel)
3767 (org-agenda-clock-out, org-agenda-list-stuck-projects)
3768 (org-agenda-open-link, org-agenda-show-new-time)
3769 (org-agenda-skip-subtree-when-regexp-matches)
3770 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
3771 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
3772 (org-do-sort, org-file-image-p, org-find-overlays)
3773 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
3774 (org-highlight-until-next-command, org-isearch-end)
3775 (org-match-any-p, org-next-link, org-previous-link):
3776 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
3777 (org-rewrite-old-row-references)
3778 (org-isearch-post-command)
3779 (org-table-edit-move, org-table-edit-next-field)
3780 (org-table-edit-scroll, org-table-edit-scroll-down)
3781 (org-set-frame-title, org-show-reference)
3782 (org-unhighlight-once, org-verify-change-for-undo): New functions.
3783 (org-show-variable): Remove command.
3784 (org-add-log-maybe): New arguments STATE, FINDPOS
3785 (org-table-sort-lines): Rewrite from scratch.
3786 (org-link-search): New argument AVOID-POS.
3787 (org-print-icalendar-entries): Remove argument CATEGORY.
3788 (org-run-agenda-series): Remove argument WONDOW.
3789 (org-next-link, org-previous-link): New commands.
3790 (org-agenda-date-format): New option.
3791 (org-table-iterate): New command.
3792 (org-table-modify-formulas)
3793 (org-table-replace-in-formulas): Remove functions.
3794 (org-table-fix-formulas): New function.
3795 (org-table-insert-column, org-table-delete-column)
3796 (org-table-move-column): Use `org-table-fix-formulas'.
3797 (org-follow-gnus-link): Patch from Bastien/Leo.
3798 (org-table-current-field-formula): New function.
3799 (org-file-image-p): New function.
3800 (org-agenda-show-new-time): New function.
3801 (org-agenda-date-later): Call `org-agenda-show-new-time'.
3802 (org-with-remote-undo): New macro.
3803 (org-agenda-undo): New command.
3804 (org-verify-change-for-undo): New function.
3805 (org-time-stamp-format): New function.
3806 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
3807 by user.
3808 (org-match-any-p): New function.
3809 (org-make-tags-matcher): Handle regular expressions for tag and
3810 todo matches.
3811 (org-read-date): Accept "+N" as input for a date relative to the
3812 current date.
3813 (org-remove-subtree-entries-from-agenda): New function.
3814 (org-agenda-archive, org-agenda-kill):
3815 Use `org-remove-subtree-entries-from-agenda'.
3816 (org-do-sort, org-sort-entries): New functions.
3817 (org-sort): New command.
3818 (org-table-sort-lines): Use `org-do-sort'.
3819 (org-fix-decoded-time): New function.
3820 (org-table-number-regexp): Require 0x... to identify as number
3821 in tables.
3822 (org-startup-options): New keywords for note taking.
3823 (org-upgrade-old-links): Remove function.
3824 (org-get-repeat): New function.
3825 (org-show-context): Also show siblings on current level.
3826 (org-show-siblings): New function.
3827 (org-isearch-end, org-isearch-post-command): New functions.
3828 (org-show-siblings): New option.
3829 (org-show-context): Use `org-show-siblings'.
3830 (org-table-maybe-recalculate-line): No longer require `calc-eval'
3831 to be bound, because user may just use elisp.
3832
3833 2007-02-24 Kim F. Storm <storm@cua.dk>
3834
3835 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
3836 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
3837
3838 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
3839
3840 * startup.el (command-line): Also check if the abbrev file is readable.
3841
3842 2007-02-24 John Paul Wallington <jpw@pobox.com>
3843
3844 * net/tls.el (tls-certtool-program): Fix custom type.
3845
3846 * mail/feedmail.el (feedmail-message-id-generator)
3847 (feedmail-date-generator): Fix custom types.
3848
3849 * mail/rmail.el (rmail-message-filter): Fix custom type.
3850
3851 2007-02-24 Eli Zaretskii <eliz@gnu.org>
3852
3853 * startup.el (command-line): If simple.el cannot be found, proceed
3854 with a warning message.
3855
3856 2007-02-24 Kenichi Handa <handa@m17n.org>
3857
3858 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
3859 case that BEG is a string.
3860
3861 2007-02-24 Chris Moore <dooglus@gmail.com>
3862
3863 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3864 * pgg-pgp.el (pgg-pgp-encrypt-region):
3865 * pgg-gpg.el (pgg-gpg-encrypt-region):
3866 Check pgg-encrypt-for-me if no other recipients.
3867
3868 2007-02-23 Eli Zaretskii <eliz@gnu.org>
3869
3870 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
3871
3872 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
3873 shell-quote-argument.
3874
3875 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3876
3877 * comint.el (comint-read-input-ring): Use comint-input-ring-size
3878 from the comint buffer instead of the temporary one.
3879
3880 2007-02-23 David Reitter <david.reitter@gmail.com>
3881
3882 * cus-edit.el (custom-save-all): Canonicalize custom-file before
3883 storing it in recentf-exclude.
3884
3885 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
3886
3887 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
3888 in splash screen.
3889
3890 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
3891
3892 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
3893 commands, for restart.
3894 (idlwave-shell-current-module): Fix handling of module name by type.
3895 (idlwave-shell-break-in): Update type handling.
3896 (idlwave-shell-bp-get): Encode type in BP structure.
3897 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
3898 (idlwave-shell-module-source-query): Query routine info based on type.
3899 Fix path parsing for non-compiled files.
3900 (idlwave-shell-module-source-filter): Don't signal error in filter
3901 if no source found.
3902 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
3903 filter race.
3904
3905 2007-02-22 Kim F. Storm <storm@cua.dk>
3906
3907 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
3908 (editable-field): Document need to put some text before the %v
3909 escape in :format string.
3910
3911 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
3912
3913 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
3914 (vc-svn-use-edit): Remove unused config var.
3915 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
3916
3917 * outline.el (hide-sublevels): Keep empty last line, if available.
3918
3919 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
3920 rather than the corresponding unicode char, to make the code
3921 more readable.
3922
3923 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
3924
3925 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
3926 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
3927 (speedbar-item-info-tag-helper): Doc fixes.
3928
3929 2007-02-19 Kenichi Handa <handa@m17n.org>
3930
3931 * international/mule-cmds.el (locale-language-names):
3932 Map "eo" to "Esperanto".
3933
3934 * language/european.el ("Esperanto"): New language environment.
3935
3936 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
3937
3938 * simple.el (kill-line): Doc fix.
3939
3940 2007-02-17 Kim F. Storm <storm@cua.dk>
3941
3942 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
3943 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
3944 (bindat--unpack-group, bindat--pack-group):
3945 Handle vectors with optional element type.
3946
3947 2007-02-17 Daiki Ueno <ueno@unixuser.org>
3948
3949 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
3950 if PASSPHRASE is given.
3951
3952 2007-02-17 Chris Moore <dooglus@gmail.com>
3953
3954 * jka-cmpr-hook.el (jka-compr-compression-info-list):
3955 Recognize backups of bz2 compressed files.
3956
3957 2007-02-17 Eli Zaretskii <eliz@gnu.org>
3958
3959 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
3960 to nil to speed up lookup of the symbol in index nodes.
3961
3962 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3963
3964 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3965 Add indentation for the constants of Lisp.
3966
3967 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
3968
3969 * ps-print.el: Use (defvar <foo>) where applicable.
3970 (ps-print-emacs-type): Remove.
3971 (ps-x-frame-property, ps-e-frame-parameter): Remove.
3972 (ps-frame-parameter): Align its call-convention with frame-parameter.
3973 (ps-begin-job): Adjust calls to it appropriately.
3974 (ps-setup): Don't print ps-print-emacs-type.
3975 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
3976 Define in such a way that it's obvious that it's defined.
3977 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
3978 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
3979 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
3980
3981 2007-02-15 Alan Mackenzie <acm@muc.de>
3982
3983 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
3984 an empty one-line C-style comment, post-position point properly.
3985
3986 2007-02-15 Chris Moore <dooglus@gmail.com>
3987
3988 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
3989 (isearch-lazy-highlight-new-loop): Bind it.
3990 (isearch-lazy-highlight-search): Use it.
3991
3992 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
3993
3994 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3995
3996 * font-lock.el (font-lock-extend-region-wholelines):
3997 Only return non-nil if the region has really been changed.
3998 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
3999
4000 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
4001
4002 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
4003 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
4004 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
4005
4006 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
4007
4008 * faces.el (color-values): Revert changes to docstring from
4009 2007-01-31 and 2000-09-07.
4010
4011 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
4012 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
4013 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
4014 (ispell-help): Fix typos in docstring and output message.
4015
4016 2007-02-14 Kim F. Storm <storm@cua.dk>
4017
4018 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
4019 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
4020 (grep): Fix lgrep reference.
4021
4022 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
4023 (standard-display-underline): Use make-glyph-code.
4024
4025 * descr-text.el (describe-char): Use glyph-char and glyph-face.
4026
4027 * international/latin1-disp.el (latin1-display-char):
4028 Use make-glyph-code.
4029
4030 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
4031
4032 * ehelp.el (with-electric-help, electric-help-exit)
4033 (electric-help-retain): Doc fixes.
4034
4035 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
4036 (byte-compile-file): Doc fixes.
4037
4038 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4039
4040 * term/mac-win.el: Change all uses of
4041 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
4042 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
4043 (mac-ae-get-url): Call select-frame-set-input-focus.
4044 (mac-dnd-handle-drag-n-drop-event): Don't call
4045 select-frame-set-input-focus.
4046
4047 2007-02-13 Kenichi Handa <handa@m17n.org>
4048
4049 * international/characters.el: Fix documentation of category `a'.
4050
4051 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
4052
4053 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
4054
4055 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
4056
4057 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
4058 (tramp-get-remote-ln): Handle error case.
4059 Reported by Chris Moore <dooglus@gmail.com>.
4060
4061 2007-02-11 Kim F. Storm <storm@cua.dk>
4062
4063 * bindings.el (ctl-x-map): Remove register compatibility bindings
4064 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
4065
4066 2007-02-11 Richard Stallman <rms@gnu.org>
4067
4068 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
4069 in load history.
4070
4071 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
4072 condition -- don't fail to stop at endpos.
4073
4074 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
4075
4076 * textmodes/org.el (org-agenda-get-todos)
4077 (org-agenda-get-timestamps, org-agenda-get-closed)
4078 (org-agenda-get-deadlines, org-agenda-get-scheduled)
4079 (org-agenda-get-blocks, org-format-agenda-item)
4080 (org-agenda-change-all-lines, org-scan-tags): Rename text property
4081 from `category' to `org-category'.
4082
4083 2007-02-11 Kenichi Handa <handa@m17n.org>
4084
4085 * international/titdic-cnv.el (titdic-convert): Force files be written
4086 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
4087 (miscdic-convert): Force files be written with Unix-like eol format.
4088
4089 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
4090
4091 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
4092
4093 * calculator.el (calculator-prompt): Doc fix.
4094 (calculator-mode-map): Fix typo in menu entry.
4095
4096 2007-02-10 Jay Belanger <belanger@truman.edu>
4097
4098 * calculator.el (calculator): Do more extensive checking for when
4099 3 lines should be used for the calculator.
4100
4101 2007-02-10 Eli Zaretskii <eliz@gnu.org>
4102
4103 * info-look.el (info-lookup-make-completions):
4104 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
4105 index nodes.
4106
4107 * info.el (Info-fontify-maximum-menu-size): Document the effect
4108 of a nil value.
4109 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
4110 non-nil before using it as size.
4111
4112 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
4113
4114 * subr.el (insert-for-yank-1): Prevent read-only properties from
4115 interfering with text property operations.
4116
4117 * image-mode.el (image-mode): Revert 2007-01-30 changes.
4118
4119 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
4120 (image-type-auto-detected-p): Fail if another match is found in
4121 auto-mode-alist.
4122
4123 * files.el (magic-mode-alist): Call image-mode instead of
4124 image-mode-maybe for autodetected images.
4125
4126 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
4127
4128 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
4129 Fix typos in docstrings.
4130 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
4131
4132 2007-02-09 Kim F. Storm <storm@cua.dk>
4133
4134 * emacs-lisp/float-sup.el: Remove obsolete comment.
4135
4136 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
4137
4138 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
4139
4140 2007-02-08 Karl Fogel <kfogel@red-bean.com>
4141
4142 * simple.el: Revert previous change, at request of RMS:
4143 (fundamental-mode-hook): Remove.
4144 (fundamental-mode): Run after-change-major-mode-hooks manually,
4145 and don't run the now-nonexistent fundamental-mode-hook.
4146
4147 2007-02-08 Karl Fogel <kfogel@red-bean.com>
4148
4149 * simple.el (fundamental-mode-hook): Declare new hook.
4150 (fundamental-mode): Run the new dedicated hook, and don't run
4151 after-change-major-mode-hooks manually anymore.
4152
4153 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
4154
4155 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
4156 added columns of chars. Remove support for the "no-meta-info" format.
4157 Prompted by Romain Francoise <romain@orebokech.com>.
4158
4159 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
4160
4161 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
4162 (gdb-mouse-until, gdb-mouse-jump): Use it.
4163
4164 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
4165
4166 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
4167 work when there is just an assembler buffer (no source buffer).
4168
4169 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
4170
4171 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
4172 just because the diff was produced using "-p" (--show-c-function).
4173
4174 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
4175
4176 * faces.el (frame-set-background-mode): Use `color-values' and
4177 `display-color-p', not `x-color-values' and `x-display-color-p'.
4178 (face-valid-attribute-values): Use `defined-colors' instead of
4179 `x-defined-colors'.
4180
4181 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4182
4183 * ps-print.ps: The ps-print commands without face printing should not
4184 print background color. Reported by Leo <sdl.web@gmail.com>.
4185 (ps-print-version): New version 6.7.3.
4186 (ps-begin-job): New arg. Fix ps-default-background and
4187 ps-default-foreground initialization.
4188 (ps-face-attributes): Fix doc string.
4189 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
4190
4191 * printing.el: Fix ps-print link.
4192
4193 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
4194
4195 * faces.el (face-set-after-frame-default): Compile attributes to
4196 be set by frame parameters before merging in X resources.
4197
4198 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
4199
4200 * simple.el (blink-matching-paren-dont-ignore-comments):
4201 (blink-matching-paren-on-screen): Doc fixes.
4202
4203 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
4204
4205 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
4206
4207 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
4208
4209 * loadhist.el (unload-feature): Silently ignore `load-history' entries
4210 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
4211 entries like `defun'. Return nil.
4212
4213 2007-02-05 Kim F. Storm <storm@cua.dk>
4214
4215 * ido.el: Doc fixes.
4216
4217 2007-02-04 David Kastrup <dak@gnu.org>
4218
4219 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
4220 `mpuz-allow-double-multiplicator' is non-zero, and correct
4221 calculation of `min'.
4222
4223 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
4224
4225 * wid-edit.el (widget-default-create): Insert new text at the
4226 :from marker _after_ the marker, not before it.
4227
4228 2007-02-04 Alan Mackenzie <acm@muc.de>
4229
4230 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
4231 containing it is re-indented.
4232
4233 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
4234
4235 * net/newsticker.el (newsticker--insert-image): Update docstring,
4236 and insert the image directly.
4237 (newsticker--buffer-redraw): Update docstring.
4238
4239 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4240 Rename from define-global-minor-mode.
4241
4242 * progmodes/cwarn.el (global-cwarn-mode):
4243 * emacs-lisp/autoload.el (make-autoload):
4244 * hi-lock.el (global-hi-lock-mode):
4245 * font-core.el (global-font-lock-mode): All callers changed.
4246
4247 2007-02-03 Eli Zaretskii <eliz@gnu.org>
4248
4249 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
4250 Don't copy @ignore lines into menu descriptions.
4251 (texinfo-multi-file-update): Goto the @node line before attempting
4252 to pluck the node name.
4253 (texinfo-multiple-files-update): Reverse the optional arguments'
4254 order, as per the doc string and the `interactive' form.
4255
4256 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
4257
4258 * image-mode.el: Use autoload to avoid overriding disabled setting
4259 applied in .emacs.
4260
4261 2007-02-03 Alan Mackenzie <acm@muc.de>
4262
4263 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
4264 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
4265 adjacent paren groups).
4266
4267 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4268
4269 * progmodes/ebnf2ps.el: Doc fixes.
4270 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
4271
4272 2007-02-02 Eli Zaretskii <eliz@gnu.org>
4273
4274 * dired-x.el (dired-do-relsymlink): Add reference to
4275 dired-do-symlink. Add an autoload cookie.
4276
4277 * dired-aux.el (dired-do-symlink): Add reference to
4278 dired-do-relsymlink.
4279
4280 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
4281
4282 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
4283 <left-fringe mouse-3>: New bindings.
4284
4285 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
4286
4287 * newsticker.el (newsticker-version): Changed to "1.10".
4288 (newsticker--set-customvar): Doc string.
4289 (newsticker-new-item-face): Doc string.
4290 (newsticker-mode): Initialize `invisibility-spec' with t.
4291 (newsticker-mode-map): Added
4292 `newsticker-mark-all-items-at-point-as-read'.
4293 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
4294 (newsticker-w3m-show-inline-images): Do not call
4295 `w3m-remove-image'.
4296 (newsticker--buffer-after-w3m-insert-image): New advice for
4297 w3m-insert-image to cache images.
4298 (newsticker-next-item-same-feed): New.
4299 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
4300 (newsticker-mark-all-items-of-feed-as-read): New.
4301 (newsticker-mark-all-items-at-point-as-read): Use new functions.
4302 (newsticker-mark-item-at-point-as-read): Doc string.
4303 (newsticker-mark-item-at-point-as-read): Use new functions.
4304 (newsticker--do-mark-item-at-point-as-read): New, extracted from
4305 `newsticker-mark-item-at-point-as-read'.
4306 (newsticker-hide-entry): Use (t) instead of t for invisibility.
4307 (newsticker--sentinel): Yet another xml-parser workaround.
4308 (newsticker--decode-iso8601-date): Bugfix for datestrings without
4309 days.
4310 (newsticker--buffer-do-insert-text): Fix.
4311 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
4312 (newsticker--buffer-make-item-completely-visible):
4313 `switch-to-buffer' not necessary.
4314
4315 2007-02-02 Eli Zaretskii <eliz@gnu.org>
4316
4317 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
4318 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
4319 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
4320 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
4321 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
4322
4323 2007-02-02 Kenichi Handa <handa@m17n.org>
4324
4325 * international/quail.el (quail-show-key): Fix an error message.
4326
4327 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
4328
4329 * faces.el (set-face-underline-p, modify-face): Rename arg
4330 UNDERLINE-P to UNDERLINE (it is not a flag).
4331
4332 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
4333
4334 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
4335 when adding gdb-speedbar-update to gdb-input-queue.
4336
4337 2007-02-01 Kenichi Handa <handa@m17n.org>
4338
4339 * international/quail.el (quail-show-key): Signal an error if the
4340 current input method is not using Quail.
4341
4342 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
4343
4344 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
4345 Trim leading whitespace in sysvar names.
4346
4347 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
4348
4349 * faces.el (internal-find-face, internal-get-face): Doc fixes.
4350
4351 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
4352
4353 * ido.el (ido-set-common-completion): Use `let', not `let*'.
4354
4355 2007-01-31 Romain Francoise <romain@orebokech.com>
4356
4357 * comint.el: Delete extra copy of `comint-copy-old-input' added in
4358 previous change to this file.
4359
4360 2007-01-31 Jason Rumney <jasonr@gnu.org>
4361
4362 * files.el (magic-mode-alist): Use image-mode-maybe rather than
4363 image-mode.
4364
4365 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
4366 interfering with attempt to set major mode from modified
4367 auto-mode-alist.
4368
4369 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
4370
4371 * faces.el (color-values): Doc fix.
4372 (face-differs-from-default-p): Don't check :foreground twice.
4373
4374 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
4375
4376 * comint.el (comint-mode): Prevent non-keyword fontification by default.
4377
4378 2007-01-31 Kenichi Handa <handa@m17n.org>
4379
4380 * international/quail.el (quail-store-decode-map-key): Store a
4381 translated character too.
4382 (quail-char-equal-p): New function.
4383 (quail-find-key1): Check character equality by quail-char-equal-p.
4384 (quail-decode-map-generated): New variable.
4385 (quail-find-key): Check quail-decode-map-generated and re-generate
4386 a decode map if necessary.
4387
4388 2007-01-30 Richard Stallman <rms@gnu.org>
4389
4390 * tutorial.el (tutorial--detailed-help): Make the list of
4391 changed keys look nicer.
4392
4393 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
4394
4395 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
4396 (gdb-var-delete): Use it.
4397 (gdb-var-update-handler-1): Handle value "invalid" for MI field
4398 `in_scope'.
4399
4400 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
4401
4402 * files.el (get-free-disk-space): Return nil for remote directories.
4403
4404 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
4405 instead of "dir".
4406
4407 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
4408
4409 * type-break.el (type-break-catch-up-event): New function.
4410 (type-break-demo-hanoi, type-break-demo-life)
4411 (type-break-demo-boring): Use it.
4412
4413 * image-mode.el (image-mode): Don't automatically view as image.
4414 (image-toggle-display): Add `disabled' property.
4415
4416 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
4417
4418 * isearchb.el (isearchb-iswitchb):
4419 * ps-print.el (ps-build-face-reference):
4420 * emacs-lisp/shadow.el (list-load-path-shadows):
4421 * eshell/esh-cmd.el (eshell-rewrite-for-command):
4422 * international/mule.el (find-auto-coding):
4423 * mail/supercite.el (sc-attrib-selection-list):
4424 * progmodes/cc-defs.el (c-emacs-features):
4425 * progmodes/cc-vars.el (c-offsets-alist):
4426 * progmodes/flymake.el
4427 (flymake-init-create-temp-source-and-master-buffer-copy):
4428 Fix typos in docstrings (some suggested by Chris Moore).
4429
4430 * progmodes/vhdl-mode.el (vhdl-components-package-name)
4431 (vhdl-get-library-unit, vhdl-corresponding-begin)
4432 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
4433 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
4434 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
4435 (vhdl-font-lock-match-item): Fix typos in docstrings.
4436 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
4437 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
4438 (vhdl-speedbar-insert-project-hierarchy):
4439 Improve argument/docstring consistency.
4440
4441 2007-01-29 Kenichi Handa <handa@m17n.org>
4442
4443 * international/titdic-cnv.el (py-converter): Fix previous change.
4444
4445 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
4446
4447 * jka-compr.el (jka-compr-partial-uncompress)
4448 (jka-compr-call-process): Rebind default-directory if it is
4449 invalid. Suggested by Chris Moore.
4450
4451 * comint.el (comint-insert-input): Handle situation where the
4452 selected buffer is not the clicked buffer.
4453
4454 2007-01-29 Kenichi Handa <handa@m17n.org>
4455
4456 * international/ja-dic-cnv.el (skkdic-convert):
4457 Add byte-compile-disable-print-circle:t at the head.
4458
4459 * international/titdic-cnv.el (tit-process-header):
4460 Add byte-compile-disable-print-circle:t at the head.
4461 (miscdic-convert): Likewise.
4462 (py-converter): Skip the header comments.
4463
4464 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
4465 New variable.
4466 (byte-compile-output-file-form): Bing print-circle to nil if
4467 byte-compile-output-file-form is not nil.
4468 (byte-compile-output-docform): Likewise.
4469
4470 2007-01-28 Kim F. Storm <storm@cua.dk>
4471
4472 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
4473 Declare earlier to avoid byte compiler warnings.
4474
4475 2007-01-28 Markus Triska <markus.triska@gmx.at>
4476
4477 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
4478
4479 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
4480
4481 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
4482 (gamegrid-add-score-with-update-game-score-1): Allow local quits
4483 when calling update-game-score program. Remove unnecessary
4484 save-excursion.
4485
4486 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
4487
4488 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
4489
4490 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
4491 avoid compiler warning.
4492 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
4493 might have values other than "true" or "false".
4494
4495 2007-01-28 Richard Stallman <rms@gnu.org>
4496
4497 * textmodes/fill.el (fill-paragraph-function): Doc fix.
4498 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
4499
4500 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
4501
4502 * image.el (image-type-header-regexps): Make GIF regex more specific.
4503
4504 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
4505 Don't check `backspace'.
4506 (tutorial--find-changed-keys): Look up bindings in a temp buffer
4507 in Fundamental mode.
4508
4509 * startup.el (fancy-splash-text, normal-splash-screen):
4510 Mention C-g.
4511
4512 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
4513 when inserting in buffer.
4514
4515 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
4516 inside the if.
4517
4518 2007-01-27 Richard Stallman <rms@gnu.org>
4519
4520 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
4521
4522 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
4523
4524 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
4525 enum/union/struct/class definition.
4526 Revert change to call `forward-sexp' multiple times.
4527
4528 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
4529
4530 * files.el (hack-local-variables-confirm): Don't keep trying to
4531 read an event from an empty kbd macro.
4532
4533 2007-01-27 Eli Zaretskii <eliz@gnu.org>
4534
4535 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
4536
4537 2007-01-27 Ben North <ben@redfrontdoor.org>
4538
4539 * outline.el (outline-promote, outline-demote): Doc fix. Rename
4540 the arg CHILDREN -> WHICH.
4541
4542 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
4543
4544 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
4545 default-directory to a sane value when calling start-process.
4546
4547 2007-01-27 Eli Zaretskii <eliz@gnu.org>
4548
4549 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
4550 (ls-lisp-format-time-list): Doc fix. Mention
4551 ls-lisp-use-localized-time-format.
4552 (ls-lisp-format-time): Use ls-lisp-format-time-list if
4553 ls-lisp-use-localized-time-format is non-nil, even if a valid
4554 locale is defined.
4555
4556 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
4557
4558 * jka-compr.el (jka-compr-shell): Doc fix.
4559
4560 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
4561
4562 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4563
4564 * ps-print.ps: Fix background height.
4565 (ps-print-version): New version 6.7.2.
4566
4567 2007-01-26 Eli Zaretskii <eliz@gnu.org>
4568
4569 * makefile.w32-in (finder-data, custom-deps): Depend on
4570 $(lisp)/loaddefs.el.
4571
4572 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
4573
4574 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
4575
4576 2007-01-24 Miles Bader <miles@gnu.org>
4577
4578 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
4579 (byte-compile-output-docform): Bind `print-circle' to t.
4580
4581 2007-01-24 Kenichi Handa <handa@m17n.org>
4582
4583 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
4584 file name of the original SKK dictionary file.
4585
4586 2007-01-24 Kim F. Storm <storm@cua.dk>
4587
4588 * ido.el (ido-initial-position): New variable.
4589 (ido-read-internal): Set it if default item is specified.
4590 (ido-minibuffer-setup): Position cursor accordingly if set.
4591 (ido-edit-input): C-e moves to end of input if not already there.
4592 (ido-magic-backward-char): C-b does like M-b if prev char is /.
4593 Don't switch to buffer mode if repeating C-b at start of input.
4594 (ido-toggle-ignore): C-a only toggles ignore at start or end of
4595 input; else it moves to start of input.
4596 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
4597 not at end of input, delete rest of input, rather than normal op.
4598
4599 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
4600
4601 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
4602
4603 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
4604 of message. Activate mark.
4605 (ediff-activate-mark): Set transient-mark-mode to t.
4606
4607 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
4608
4609 2007-01-23 Martin Rudalics <rudalics@gmx.at>
4610
4611 * help-fns.el (describe-variable): Don't suppress display of
4612 buffer local value when the value is "large".
4613
4614 2007-01-22 Kim F. Storm <storm@cua.dk>
4615
4616 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
4617 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
4618 (ido-tidy): Use ido-active.
4619
4620 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
4621
4622 * hexl.el (hexl-mode-exit): Add missing quote.
4623
4624 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4625
4626 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
4627 (mac-ae-keyboard-modifiers): New function.
4628 (mac-handle-toolbar-switch-mode): Use it.
4629 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
4630 if keyboard modifiers on drop contain option key.
4631 (mac-dnd-drop-data): Add optional argument `action'.
4632 (special-event-map): Remove binding for M-drag-n-drop.
4633
4634 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
4635
4636 * add-log.el (add-log-current-defun): Use CC Mode functions to
4637 find the beginning and end of a defun.
4638
4639 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
4640
4641 * progmodes/gdb-ui.el (gdb-var-create-regexp)
4642 (gdb-var-create-handler): Handle value field in GDB output of
4643 -var-create.
4644 (gdb-max-frames): New variable.
4645 (gdb-stack-buffer, gdb-frames-select): Use it.
4646 (gdb-info-stack-custom): Help user customize gdb-max-frames,
4647 if necessary.
4648 (gdb-get-frame-number): Simplify.
4649
4650 2007-01-21 Glenn Morris <rgm@gnu.org>
4651
4652 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
4653 Update copyrights.
4654
4655 2007-01-21 Alan Mackenzie <acm@muc.de>
4656
4657 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
4658 handling of K&R stuff.
4659
4660 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4661
4662 * textmodes/bibtex.el (bibtex-files): Fix customization type.
4663
4664 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4665
4666 * ps-print.el: Handle frame parameters (background and/or foreground
4667 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
4668 (ps-print-version): New version 6.7.1.
4669 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
4670 (ps-frame-parameter): New fun.
4671 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
4672 Fix doc and customization.
4673 (ps-begin-job): Get frame parameters (background and/or foreground
4674 colors).
4675 (ps-do-despool): Ensure ps-printer-name has a valid value.
4676
4677 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
4678
4679 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
4680 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
4681 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
4682 mean unlimited.
4683
4684 2007-01-20 Alan Mackenzie <acm@muc.de>
4685
4686 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
4687 much more rigorous analysis of putative K&R regions.
4688
4689 2007-01-20 Alan Mackenzie <acm@muc.de>
4690
4691 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
4692 New functions.
4693
4694 2007-01-20 Alan Mackenzie <acm@muc.de>
4695
4696 * progmodes/cc-align.el, progmodes/cc-cmds.el,
4697 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4698 * progmodes/cc-langs.el, progmodes/cc-styles.el,
4699 * progmodes/cc-vars.el: Add my name.
4700
4701 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
4702
4703 * files.el (find-alternate-file): Revert query message to Emacs 21
4704 version.
4705
4706 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
4707
4708 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
4709 the doc string how to use personal abbrevs without electric
4710 keywords.
4711
4712 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4713
4714 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
4715 Fixed cursor position when toggle abbreviated display.
4716
4717 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
4718
4719 * t-mouse.el: Update copyright following assignment by
4720 Alessandro Rubini.
4721
4722 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
4723
4724 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
4725 (type-break-demo-boring): Call read-event instead of read-char.
4726
4727 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
4728
4729 * progmodes/compile.el: Add handling for makepplog.
4730
4731 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4732
4733 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
4734 aspell dictionaries are initialized when called non-interactively.
4735
4736 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
4737
4738 * progmodes/compile.el (compilation-loop): New arg limit.
4739 Handle case where the first error is at point-min.
4740 (compilation-next-error): New arg to compilation-loop call.
4741
4742 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
4743
4744 * info.el (Info-default-dirs): Change default info dir to
4745 share/info.
4746
4747 * paths.el (Info-default-directory-list): Ditto.
4748
4749 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
4750
4751 * hexl.el (hexl-before-revert-hook): New function.
4752 (hexl-mode): Use it.
4753 (hexl-after-revert-hook): Just call hexl-mode.
4754 (hexl-mode-exit): Remove before-revert-hook.
4755
4756 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
4757
4758 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
4759
4760 2007-01-16 Martin Rudalics <rudalics@gmx.at>
4761
4762 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
4763 by "-" in francais7 otherchars entry.
4764 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
4765 otherchars entry.
4766
4767 2007-01-15 Karl Fogel <kfogel@red-bean.com>
4768
4769 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
4770 path. Rewrite function in `cond' style for readability.
4771
4772 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
4773 (The path shortening, that is, not the rearrarangement.)
4774
4775 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4776
4777 * term/mac-win.el (mac-ae-quit-application): New function.
4778 (mac-apple-event-map): Bind "quit application" Apple event to it.
4779
4780 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
4781
4782 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
4783 than the program's output.
4784
4785 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
4786
4787 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
4788 (kmacro-start-macro-or-insert-counter)
4789 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
4790 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
4791
4792 * longlines.el (longlines-show-hard-newlines):
4793 * ruler-mode.el (ruler-mode-ruler):
4794 * emulation/keypad.el (keypad-setup):
4795 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
4796 Fix typo in docstring.
4797
4798 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
4799
4800 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
4801 Remove redirect character ">".
4802
4803 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
4804
4805 * replace.el (perform-replace): Remove leftover code.
4806
4807 2007-01-12 Richard Stallman <rms@gnu.org>
4808
4809 * replace.el (perform-replace): Don't clear NODENT when computing
4810 the replacement string.
4811
4812 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
4813
4814 * net/tramp.el (tramp-handle-file-local-copy):
4815 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
4816 <christopher.ian.moore@gmail.com>.
4817
4818 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4819
4820 * diff-mode.el (diff-sanity-check-context-hunk-half)
4821 (diff-sanity-check-hunk): New functions.
4822 (diff-find-source-location): Use'em to check the hunks are well-formed.
4823
4824 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
4825 activate undo when undo is not active.
4826 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
4827
4828 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4829
4830 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
4831 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
4832 (ffap-url-at-point): Use char-classes rather than "a-z".
4833
4834 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
4835
4836 * ediff-init.el (ediff-autostore-merges):
4837 * textmodes/fill.el (fill-region): Doc fix.
4838
4839 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4840
4841 * server.el (server-ensure-safe-dir): UIDs may be floats.
4842
4843 2007-01-10 Richard Stallman <rms@gnu.org>
4844
4845 * battery.el (battery-linux-proc-acpi): Use ignore-errors
4846 around calls to directory-files.
4847
4848 * subr.el (momentary-string-display): Use save-excursion.
4849
4850 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
4851 argument, but read it as `X' does.
4852
4853 2007-01-09 Juri Linkov <juri@jurta.org>
4854
4855 * info.el (Info-fontify-node): Don't hide node names of index entries.
4856
4857 * faces.el (momentary): Change :group to basic-faces where all
4858 basic faces belong to. Add :version.
4859
4860 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
4861
4862 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
4863 keybinding is found.
4864 (tutorial--find-changed-keys): Never treat null keybinding as a
4865 remapping.
4866
4867 2007-01-09 Martin Rudalics <rudalics@gmx.at>
4868
4869 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
4870
4871 2007-01-09 Kenichi Handa <handa@m17n.org>
4872
4873 * international/mule-cmds.el
4874 (select-safe-coding-system-interactively): Fix message.
4875
4876 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
4877
4878 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
4879 (tramp-process-actions): Add optional parameter TIMEOUT.
4880 (tramp-open-connection-telnet, tramp-open-connection-rsh)
4881 (tramp-open-connection-su): Add timeout of 60".
4882
4883 2007-01-09 Richard Stallman <rms@gnu.org>
4884
4885 * progmodes/compile.el (compile): Doc fix.
4886
4887 2007-01-09 Markus Triska <markus.triska@gmx.at>
4888
4889 * tumme.el (tumme-display-thumb): Doc fix.
4890
4891 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
4892
4893 * battery.el (battery-search-for-one-match-in-files):
4894 * bindings.el (mode-line-minor-mode-help):
4895 * x-dnd.el (x-dnd-types-alist):
4896 * calendar/icalendar.el (icalendar-import-buffer):
4897 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
4898
4899 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
4900
4901 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
4902
4903 * replace.el (replace-regexp): Fix typo in docstring.
4904
4905 2007-01-07 Alan Mackenzie <acm@muc.de>
4906
4907 * progmodes/cc-langs.el (c-operators, c-filter-ops):
4908 Amend doc-string and comments.
4909
4910 2007-01-06 Eli Zaretskii <eliz@gnu.org>
4911
4912 * files.el (abbreviate-file-name): Doc fix.
4913
4914 2007-01-06 Markus Triska <triska@gmx.at>
4915
4916 * subr.el (split-string): Remove spurious ")" from doc string.
4917
4918 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
4919
4920 * textmodes/table.el (table--warn-incompatibility):
4921 Use display-warning instead of momentary-string-display.
4922
4923 2007-01-05 Richard Stallman <rms@gnu.org>
4924
4925 * image.el (image-type-header-regexps): Recognize xbm more strictly.
4926
4927 * simple.el (backward-kill-word): Doc fix.
4928
4929 2007-01-05 Romain Francoise <romain@orebokech.com>
4930
4931 * international/mule.el (sgml-html-meta-auto-coding-function):
4932 Ensure that the buffer contains a HTML document.
4933
4934 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4935
4936 * faces.el (momentary): Move here ...
4937 * subr.el (momentary): ... from here.
4938
4939 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
4940
4941 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
4942 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
4943 large structures/arrays.
4944
4945 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
4946
4947 * files.el (find-file-noselect-1, set-visited-file-name):
4948 Allow backup-enable-predicate to be nil.
4949
4950 2007-01-04 Andreas Schwab <schwab@suse.de>
4951
4952 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
4953 last change.
4954
4955 2007-01-03 Richard Stallman <rms@gnu.org>
4956
4957 * woman.el (woman-decode-buffer): Clarify error message.
4958
4959 2007-01-03 Alan Mackenzie <acm@muc.de>
4960
4961 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
4962
4963 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
4964
4965 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
4966
4967 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4968
4969 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
4970
4971 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
4972
4973 * emulation/viper.el (viper-custom-file-name, viper-mode):
4974 Fix typos in docstrings.
4975
4976 * subr.el (momentary-string-display): After moving point, set POS
4977 variable to it to avoid later errors once the buffer is modified.
4978 Doc fix.
4979
4980 2007-01-02 Alan Mackenzie <acm@muc.de>
4981
4982 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
4983 check that the "*/" is present before trying to manipulate it.
4984
4985 2007-01-02 Richard Stallman <rms@gnu.org>
4986
4987 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
4988
4989 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
4990 Fix format of value.
4991
4992 * cus-edit.el (customize-unsaved): Rename from customize-customized.
4993 Change messages accordingly.
4994 (customize-customized): Now alias.
4995
4996 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
4997
4998 * files.el (version-control): Doc fix.
4999
5000 2007-01-01 Alan Mackenzie <acm@muc.de>
5001
5002 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
5003 Check the format of c-state-cache is valid for an optimisation before
5004 using it.
5005
5006 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
5007 are at a statement within a macro". Other changes so that only
5008 the first continuation line in a macro gets the symbol
5009 `cpp-define-intro', the others getting `statement', or whatever.
5010
5011 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
5012 a string, preserve whitespace. Add a backslash only when also in
5013 a macro.
5014
5015 * progmodes/cc-defs.el: Correct typos.
5016
5017 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
5018 new line after an escaped EOL in a string.
5019
5020 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
5021 label when it directly follows "else", "do", ....
5022
5023 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
5024 angle brackets (as seen in "explicit specialisations" of C++
5025 templates).
5026
5027 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
5028 in the doc-string.
5029
5030 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
5031 when the comment ender looks like "=========*/" and is alone on
5032 its line.
5033
5034 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
5035 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
5036 for the old name.
5037
5038 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
5039 c-\(beginning\|end\)-of-defun by default.
5040
5041 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
5042 New line-up function, for the DEFUN macro in the Emacs C sources.
5043 Only used in "gnu" style.
5044
5045 * progmodes/cc-styles.el (c-style-alist): Use this new function in
5046 the "gnu" style.
5047
5048 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
5049 clean-up comment-close-slash also to work when there's a comment
5050 terminator on the line.
5051 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
5052 these for large arg - only take account of top level {..}, except
5053 for initial and final adjustments. M-- C-M-[ae] now go to the
5054 right defuns when the starting point is between defuns. They use
5055 the four new functions:
5056 (c-in-function-trailer-p, c-where-wrt-brace-construct)
5057 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
5058 support c-\(beginning\|end\)-of-defun.
5059
5060 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
5061 expressions more rigorously, to exclude bit-field specifiers from
5062 being classed as labels.
5063 (c-forward-label): When analyzing a ":" within a macro, be careful
5064 about using c-forward-syntactic-ws at the macro beginning.
5065 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
5066 stmt boundary, check for "operator=", etc.
5067
5068 * progmodes/cc-mode.el (c-postprocess-file-styles):
5069 Bind inhibit-read-only to t, around the call to
5070 c-remove-any-local-eval-or-mode-variables, so that it works on a
5071 RO file.
5072
5073 * progmodes/cc-defs.el (c-version): Update the version number to
5074 "5.31.4".
5075
5076 2007-01-01 Richard Stallman <rms@gnu.org>
5077
5078 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
5079 only if we restored isearch-window-configuration.
5080
5081 2006-12-31 Romain Francoise <romain@orebokech.com>
5082
5083 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
5084
5085 2006-12-31 Kim F. Storm <storm@cua.dk>
5086
5087 * files.el (auto-mode-case-fold): New defcustom.
5088 (set-auto-mode): If non-nil, perform second case-sensitive pass
5089 through auto-mode-alist if first pass failed.
5090
5091 2006-12-30 Richard Stallman <rms@gnu.org>
5092
5093 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
5094
5095 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
5096
5097 * allout.el (allout-encrypt-string): Handle symmetric-key
5098 passphrase caching but leave keypair caching to pgg.
5099
5100 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
5101
5102 Sync with Tramp 2.0.55.
5103
5104 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
5105 `integerp'. `char-equal' could fail else in case of negative
5106 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
5107 (top): Check for `font-lock-add-keywords' before calling; it
5108 doesn't exist under XEmacs.
5109 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
5110 (tramp-completion-mode): Remove clause (not
5111 tramp-unified-filenames), because the function is called in other
5112 context too, where this check results in wrong results in the
5113 XEmacs case on Windows.
5114 (tramp-touch): UTC handling is not possible for XEmacs.
5115
5116 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5117
5118 * scroll-bar.el (previous-scroll-bar-mode): New variable
5119 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
5120 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
5121
5122 * term/x-win.el: Set scroll bar mode to right if set by X resources.
5123
5124 2006-12-30 Richard Stallman <rms@gnu.org>
5125
5126 * files.el (make-backup-file-name-1): Precompute abs name
5127 but don't lose the relative name.
5128
5129 * international/mule-cmds.el (select-safe-coding-system-interactively):
5130 Fix message.
5131
5132 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
5133
5134 * files.el (backup-buffer): Show entire backup file name in msg.
5135
5136 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
5137
5138 * image.el (image-type-header-regexps, image-type-from-data)
5139 (image-type-from-buffer, image-type-from-file-header):
5140 Revert changes from 2006-12-26.
5141 (image-type-auto-detectable): New variable.
5142 (image-type-auto-detected-p): New function.
5143
5144 * files.el (magic-mode-alist): Detect image files with
5145 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
5146
5147 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
5148
5149 * dired.el (dired-sort-other): Move test for dired-mode...
5150 (dired-sort-set-modeline): ...to here.
5151
5152 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5153
5154 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
5155 change. Suggested by Stefan Monnier.
5156
5157 2006-12-29 Kim F. Storm <storm@cua.dk>
5158
5159 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
5160 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
5161
5162 2006-12-27 Kim F. Storm <storm@cua.dk>
5163
5164 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
5165 so it doesn't accidentally match an fsf.org mail address.
5166 (authors-renamed-files-alist): Add tcover-*.el.
5167
5168 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
5169
5170 * vc-arch.el (vc-arch-find-version): New function.
5171
5172 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
5173 composed of arbitrary characters (even /) in some systems.
5174
5175 2006-12-27 Eli Zaretskii <eliz@gnu.org>
5176
5177 * international/mule-cmds.el (select-safe-coding-system-interactively):
5178 Improve the message in the *Warning* buffer.
5179
5180 2006-12-27 Kim F. Storm <storm@cua.dk>
5181
5182 * ido.el (ido-set-matches-1): Fix last change. If default item is
5183 current buffer, it is ok to be first.
5184
5185 2006-12-27 Kenichi Handa <handa@m17n.org>
5186
5187 * international/mule-cmds.el (select-safe-coding-system-interactively):
5188 Use face `link' for problematic chars.
5189
5190 2006-12-27 Kenichi Handa <handa@m17n.org>
5191
5192 * international/mule-cmds.el (select-safe-coding-system-interactively):
5193 Improve the message in *Warning* buffer.
5194
5195 2006-12-27 Kim F. Storm <storm@cua.dk>
5196
5197 * ido.el (ido-set-matches-1): Never put current buffer first if
5198 there are other matches.
5199
5200 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
5201
5202 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
5203 expressions.
5204 (gdb-var-delete): Handle duplicate names. Print message for non
5205 root expressions.
5206 (gdb-partial-output-name): Start buffer name with a space.
5207 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
5208 buffer name.
5209
5210 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5211
5212 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
5213 last footnote when `footnote-spaced-footnotes' is nil.
5214
5215 2006-12-26 Richard Stallman <rms@gnu.org>
5216
5217 * cus-edit.el (custom-browse-sort-alphabetically)
5218 (custom-buffer-sort-alphabetically)
5219 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
5220
5221 * image.el (image-type-header-regexps): Change element format
5222 to include third item NOT-ALWAYS.
5223 (image-type-from-data): Handle new format.
5224 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
5225 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
5226
5227 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
5228
5229 * add-log.el (add-log-current-defun): Call `forward-sexp'
5230 multiple times to pick a member function name defined as
5231 part of nested classes/namespaces.
5232
5233 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5234
5235 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
5236 which keymap should be used to change menu. It does not affect any
5237 existent code.
5238
5239 2006-12-26 Richard Stallman <rms@gnu.org>
5240
5241 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
5242 rather than for being in a minibuffer window.
5243
5244 2006-12-25 Daiki Ueno <ueno@unixuser.org>
5245
5246 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
5247 locale-coding-system.
5248 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
5249 LF.
5250
5251 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
5252
5253 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
5254 (sql-mode-syntax-table): Disable double quoted strings.
5255 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
5256
5257 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5258
5259 * startup.el (fancy-splash-last-input-event): New variable.
5260 (fancy-splash-special-event-action): New function.
5261 (fancy-splash-screens): Temporarily bind special events to it.
5262 Execute command for saved special event before exiting from
5263 recursive editing.
5264
5265 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
5266 New functions.
5267 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
5268 Use mac-unread-string.
5269
5270 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5271
5272 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
5273 an optimized comment regexp if `comment-start-skip' uses a ^.
5274 * bs.el (bs--up): Remove interactive spec.
5275
5276 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
5277
5278 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
5279 Suggested by James Cloos.
5280
5281 2006-12-24 Kevin Ryde <user42@zip.com.au>
5282
5283 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
5284 in March.
5285 (calendar-dst-ends): Default to first Sunday in November.
5286
5287 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
5288
5289 * allout.el (allout-encrypt-string): Inhibit use of agent within
5290 body of let form where encryption happens. Acknowledge non-use of
5291 gpg-agent in docstring.
5292 (allout-toggle-subtree-encryption): Acknowledge non-use of
5293 gpg-agent in docstring.
5294
5295 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
5296
5297 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
5298
5299 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
5300
5301 * ediff-diff.el (ediff-diff-options): Clarify docstring.
5302 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
5303
5304 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
5305 in hooks.
5306 (viper-add-newline-at-eob-if-necessary): Add newline only if we
5307 actually modify buffer; ignore errors if occur.
5308
5309 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
5310
5311 * calendar/calendar.el (calendar-mode-map): Switch < and >.
5312 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
5313 formatting.
5314
5315 2006-12-23 Richard Stallman <rms@gnu.org>
5316
5317 * simple.el (delete-horizontal-space): Doc fix.
5318
5319 2006-12-23 Eli Zaretskii <eliz@gnu.org>
5320
5321 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
5322 explicitly in a recursive Make, not implicitly through prerequisites,
5323 since the latter is wrong under parallel builds.
5324
5325 2006-12-22 Eli Zaretskii <eliz@gnu.org>
5326
5327 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
5328
5329 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
5330
5331 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
5332 message string.
5333
5334 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
5335
5336 * outline.el (outline-next-visible-heading): Fix the case with a
5337 header at end-of-file with no final newline.
5338
5339 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
5340
5341 * indent.el (tab-always-indent): Doc fix.
5342
5343 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
5344
5345 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
5346 (Info-fontify-node): Do fontify indices.
5347
5348 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
5349 to the Emacs Lisp reference manual.
5350 (tutorial--tab-map): Remove. All callers changed.
5351 (tutorial--find-changed-keys): New elt QUIET, used to...
5352 (tutorial--display-changes): ...ensure that warning messages are
5353 only issued once per changed key.
5354 (tutorial--remove-remarks): Delete unused code-path.
5355 (lang-strings): Remove extraneous formatting.
5356 (tutorial--save-tutorial): Prompt before saving tutorial state.
5357
5358 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
5359
5360 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
5361 Replace '?\ ' by '?\s' throughout.
5362 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
5363 `help' custom group.
5364 (tutorial--key-description): New function.
5365 (tutorial--display-changes): Remove redundant arg. Scan for all
5366 key sequences to avoid false matches. Cleanup.
5367 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
5368 reduce homedir pollution.
5369 (help-with-tutorial): Call tutorial--display-changes with no arg.
5370
5371 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
5372
5373 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
5374
5375 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
5376
5377 * net/tramp.el (tramp-default-method): We still need to check for
5378 `executable-find', because it is not bound under Emacs 20.
5379 (tramp-handle-file-name-completion)
5380 (tramp-completion-handle-file-name-completion): Handle optional
5381 parameter PREDICATE.
5382 (tramp-find-default-method): Add code for default values.
5383
5384 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
5385
5386 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
5387 make gud-go send "continue".
5388
5389 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
5390
5391 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
5392 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
5393
5394 2006-12-19 Kim F. Storm <storm@cua.dk>
5395
5396 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
5397 instead of global-map.
5398
5399 * files.el (magic-mode-alist): Allow matching file type by
5400 calling a function at bob. Check for image types by calling
5401 image-type-from-buffer. Suggested by Juanma Barranquero.
5402 (set-auto-mode): Do it.
5403
5404 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
5405
5406 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
5407 Remove "ControlMaster" option from the other `scp*' methods.
5408 (tramp-default-method): Check for ssh-agent before setting to `scp'.
5409
5410 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
5411
5412 * textmodes/org.el (org-mode): Show context after isearch.
5413 (org-show-siblings): New function.
5414 (org-show-context): Use `org-show-siblings'.
5415
5416 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
5417
5418 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
5419 Use syntax-ppss-toplevel-pos.
5420
5421 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
5422
5423 * textmodes/org.el (org-current-line): Make sure that lines are
5424 counted from beginning of buffer.
5425 (org-table-copy-region, org-table-paste-rectangle): Make sure that
5426 lines are counted from beginning of buffer.
5427
5428 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
5429
5430 * info.el (Info-build-node-completions): Signal error if tag-table
5431 marker is not found.
5432
5433 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5434
5435 2006-12-17 Alan Mackenzie <acm@muc.de>
5436
5437 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
5438 speed) the case when open-paren-in-column-0-is-defun-start is nil.
5439 Based on code by Martin Rudalics.
5440
5441 * progmodes/cc-mode.el (c-basic-common-init): Don't set
5442 open-paren-in-column-0-is-defun-start to nil any more.
5443
5444 2006-12-17 Richard Stallman <rms@gnu.org>
5445
5446 * simple.el (delete-horizontal-space): Use prefix arg.
5447
5448 * help-fns.el (describe-variable): Improve blank separator lines.
5449
5450 * files.el (magic-mode-alist): Mark as risky.
5451
5452 * files.el (make-backup-file-name-1):
5453 Expand backup-directory explicitly.
5454
5455 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
5456
5457 * net/tramp.el (tramp-default-method): Before setting to "pscp",
5458 check whether package password.el is loaded, or Pageant is running.
5459
5460 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
5461
5462 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
5463 (icalendar--rris): First try Emacs, then XEmacs.
5464 (icalendar--convert-ical-to-diary): Doc fix.
5465 Insert newline at end of target file.
5466
5467 2006-12-17 Kim F. Storm <storm@cua.dk>
5468
5469 * outline.el (outline-isearch-open-invisible-function): New defvar.
5470 (outline-flag-region): Use it if non-nil for isearch-open-invisible
5471 overlay property instead of outline-isearch-open-invisible.
5472
5473 2006-12-16 Kim F. Storm <storm@cua.dk>
5474
5475 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
5476 if ido-directory-too-big is set on entry.
5477 (ido-toggle-ignore, ido-completion-help): Print message while
5478 reading big directory.
5479
5480 2006-12-15 Richard Stallman <rms@gnu.org>
5481
5482 * shell.el (shell): Doc fix.
5483
5484 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
5485
5486 * emulation/edt.el (edt-xserver):
5487 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
5488 to fix a problem on Cygwin.
5489
5490 * emulation/edt.el
5491 * emulation/edt-mapper.el
5492 * emulation/edt-lk201.el
5493 * emulation/edt-pc.el
5494 * emulation/edt-vt100.el: Update maintainer's email address.
5495
5496 2006-12-15 Simon Marshall <simon@gnu.org>
5497
5498 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
5499
5500 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5501
5502 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
5503 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
5504 instead of mac-atsu-font-table.
5505 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
5506
5507 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
5508
5509 * align.el (align-match-tex-pattern): Fix a rare bug which
5510 hanged Emacs.
5511
5512 2006-12-14 Richard Stallman <rms@gnu.org>
5513
5514 * startup.el (use-fancy-splash-screens-p): Use frame-height
5515 instead of window-height. Pass frame to image-size.
5516
5517 2006-12-13 Kenichi Handa <handa@m17n.org>
5518
5519 * international/mule-cmds.el (set-locale-environment):
5520 Set default-sendmail-coding-system too.
5521
5522 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
5523
5524 * progmodes/idlw-help.el: Fix copyright notice.
5525
5526 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5527
5528 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
5529
5530 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
5531
5532 * subr.el (unread-command-char): Reformat obsolescence info.
5533
5534 2006-12-11 Richard Stallman <rms@gnu.org>
5535
5536 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
5537 about calls to cl-struct-setf-expander.
5538
5539 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
5540
5541 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
5542 (ediff-combination-pattern): Fix typo in docstring.
5543
5544 * textmodes/refer.el (refer-find-entry): Doc fix.
5545 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
5546 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
5547 Fix tipos in docstrings.
5548
5549 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
5550
5551 2006-12-10 Kim F. Storm <storm@cua.dk>
5552
5553 * ido.el (ido-init-completion-maps): Remap backward-kill-word
5554 instead of binding M-backspace.
5555
5556 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
5557
5558 * replace.el (replace-match-data, replace-match-maybe-edit):
5559 * calc/calc-aent.el (calc-eval-error):
5560 * emulation/vi.el (vi-char-argument):
5561 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
5562 (c-vsemi-status-unknown-p-fn): Doc fixes.
5563
5564 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
5565
5566 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
5567 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
5568
5569 2006-12-10 Masatake YAMATO <jet@gyve.org>
5570
5571 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
5572
5573 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
5574
5575 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
5576
5577 * man.el (Man-xref-button-action): New function. If the
5578 `Man-target-string' button property is a function, assume it
5579 accepts a position argument.
5580 (Man-abstract-xref-man-page): Use it.
5581 (Man-default-man-entry): New optional arg POS.
5582
5583 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
5584 symlink arrows read-only and non-rear-sticky.
5585
5586 2006-12-09 Martin Rudalics <rudalics@gmx.at>
5587
5588 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
5589 (wdired-search-and-rename): Simplify code.
5590 (wdired-preprocess-files, wdired-preprocess-perms): Make
5591 read-only property of preceding character rear-nonsticky to
5592 avoid that it can be modified. Put old-name and old-link
5593 properties on character preceding name and replace
5594 put-text-property by add-text-properties.
5595 (wdired-get-filename, wdired-get-previous-link): Get old-name
5596 and old-link properties from character preceding name and
5597 simplify code.
5598 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
5599 (wdired-perms-to-number): Make local-map property
5600 rear-nonsticky to avoid that text following permissions may be
5601 modified. Use add-text-properties instead of put-text-property
5602 when changing a permission bit.
5603 (wdired-change-to-dired-mode): Remove stickiness properties.
5604
5605 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
5606
5607 * international/mule-cmds.el (register-input-method): Doc fix.
5608
5609 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
5610
5611 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
5612
5613 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5614
5615 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
5616 Force buffer local defs evaluation on local variables loading.
5617 (flyspell-mode-on, flyspell-mode-off): Use it in
5618 `hack-local-variables-hook'.
5619
5620 2006-12-09 Eli Zaretskii <eliz@gnu.org>
5621
5622 * emacs-lisp/find-func.el (find-variable): Doc fix.
5623
5624 * help-fns.el (variable-at-point): Doc fix.
5625
5626 * w32-fns.el (w32-append-code-lines): New function.
5627
5628 2006-12-09 Romain Francoise <romain@orebokech.com>
5629
5630 * comint.el (comint-insert-input): Delete obsolete comment.
5631
5632 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5633
5634 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
5635 current frame, in case we're connected to several displays.
5636
5637 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
5638
5639 * frame.el (other-frame): Doc fix.
5640 (set-frame-parameter): Fix typo in docstring.
5641
5642 2006-12-07 Kim F. Storm <storm@cua.dk>
5643
5644 * info.el (Info-index): Strip leading colon from topic.
5645
5646 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
5647
5648 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
5649 to pointers.
5650
5651 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
5652
5653 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
5654 Trim out spurious class inheritance "None" entries.
5655
5656 2006-12-05 Kim F. Storm <storm@cua.dk>
5657
5658 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
5659 (cua-paste-pop): Rework last change for
5660 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
5661 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
5662 text inserted by the last M-y command.
5663
5664 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5665
5666 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
5667 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
5668
5669 * shell.el (shell): Search the start file in ~/.emacs.d as
5670 `init_SHELLNAME.sh' instead.
5671
5672 2006-12-05 Glenn Morris <rgm@gnu.org>
5673
5674 * progmodes/cperl-mode.el (cperl-mode)
5675 * progmodes/f90.el (f90-mode-abbrev-table)
5676 * progmodes/fortran.el (fortran-mode-abbrev-table)
5677 * progmodes/octave-mod.el (octave-abbrev-table)
5678 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
5679 if abbrev-table is non-nil (saved user abbrevs may have been restored).
5680
5681 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
5682 clear abbrev table, else saved abbrevs will not be restored.
5683
5684 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
5685
5686 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
5687 the call to `make-obsolete-variable', not in the docstring.
5688
5689 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
5690
5691 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
5692
5693 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5694
5695 * progmodes/ebnf-abn.el:
5696 * progmodes/ebnf-bnf.el:
5697 * progmodes/ebnf-dtd.el:
5698 * progmodes/ebnf-ebx.el:
5699 * progmodes/ebnf-iso.el:
5700 * progmodes/ebnf-otz.el:
5701 * progmodes/ebnf-yac.el:
5702 * progmodes/ebnf2ps.el:
5703 * delim-col.el:
5704 * printing.el:
5705 * ps-bdf.el:
5706 * ps-mule.el:
5707 * ps-print.el: Remove 'Time-stamp' comment mark.
5708
5709 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
5710 'easy-menu-add-item' when called in Emacs 21 or higher.
5711
5712 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
5713
5714 * progmodes/ada-xref.el (ada-check-current): Doc fix.
5715 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
5716
5717 2006-12-04 Kim F. Storm <storm@cua.dk>
5718
5719 * bindings.el (global-map): Bind [signal t] to ignore, to have
5720 user signals ignored by default.
5721
5722 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
5723
5724 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
5725 Unicode data file pointed to by `describe-char-unicodedata-file'.
5726
5727 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5728
5729 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
5730 O(n^2) regexp-search by anchoring the search.
5731
5732 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
5733
5734 * whitespace.el (whitespace-cleanup-internal): Use current
5735 argument for recursive call.
5736
5737 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
5738
5739 * net/tramp.el (tramp-methods): Add "ControlPath" and
5740 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
5741 Andreas Schwab <schwab@suse.de>.
5742 (tramp-do-copy-or-rename-file-out-of-band)
5743 (tramp-open-connection-rsh): Compute format spec for ?t.
5744 (tramp-process-actions): Trace command parameters.
5745
5746 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
5747
5748 * simple.el (toggle-truncate-lines): Clarify doc string.
5749
5750 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
5751 (gdb-speedbar-expand-node): Use it.
5752
5753 2006-12-04 Richard Stallman <rms@gnu.org>
5754
5755 * progmodes/python.el (python-indent): Add safe-local-variable prop.
5756
5757 * dired.el (dired-revert): Turn off dired-after-readin-hook
5758 around call to dired-readin.
5759
5760 * menu-bar.el (menu-bar-make-toggle): Add "globally"
5761 to echo area messages.
5762 <indicate-empty-lines, case-fold-search>:
5763 Add "globally" to Help string.
5764 <case-fold-search>: MESSAGE arg need not say "globally".
5765 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
5766
5767 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
5768
5769 * outline.el (outline-end-of-subtree): Don't leave an empty
5770 line hidden as we would a real next heading.
5771
5772 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
5773
5774 * allout.el (allout-ascend): Add an optional argument to preserve
5775 original position of point when unsuccessful. Also, fix a
5776 docstring error.
5777 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
5778 work again, using allout-ascend's new option.
5779 (allout-setup-mode-map): Extract from allout-mode to initialize
5780 allout-mode-map. Call it on file load, so the mode docstring
5781 substitutions work even if allout mode has not yet been invoked.
5782 (allout-mode): Use new allout-setup-mode-map to track any keybinding
5783 customizations since the map was last processed. Also, refine the
5784 docstring so it's ship-shape for release.
5785 (allout-default-layout, allout-beginning-of-line-cycles)
5786 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
5787 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
5788 (allout-version, allout-layout, allout-infer-body-reindent)
5789 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
5790 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
5791 (allout-previous-heading, allout-goto-prefix-doublechecked)
5792 (allout-current-bullet-pos, allout-next-sibling-leap)
5793 (allout-pre-command-business, allout-encrypted-type-prefix)
5794 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
5795 (allout-rebullet-topic, allout-rebullet-topic-grunt)
5796 (allout-flag-region, allout-expose-topic, allout-expose-topic)
5797 (allout-old-expose-topic, allout-listify-exposed)
5798 (allout-process-exposed, allout-latex-verb-quote)
5799 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
5800 (allout-toggle-current-subtree-encryption)
5801 (allout-toggle-subtree-encryption, allout-bullet-isearch):
5802 Remove extraneous open-paren and close paren string escapes.
5803
5804 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
5805
5806 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
5807 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
5808 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
5809 Fix typos in docstrings.
5810
5811 2006-12-03 Glenn Morris <rgm@gnu.org>
5812
5813 * progmodes/cc-align.el
5814 * progmodes/cc-awk.el
5815 * progmodes/cc-cmds.el
5816 * progmodes/cc-compat.el
5817 * progmodes/cc-defs.el
5818 * progmodes/cc-engine.el
5819 * progmodes/cc-langs.el
5820 * progmodes/cc-menus.el
5821 * progmodes/cc-mode.el
5822 * progmodes/cc-styles.el
5823 * progmodes/cc-vars.el
5824 * progmodes/vhdl-mode.el: Fix Copyright format.
5825
5826 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
5827
5828 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
5829 initial down event.
5830
5831 2006-12-02 Kim F. Storm <storm@cua.dk>
5832
5833 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
5834 (cua-repeat-replace-region): Make M-v more robust.
5835 (cua-paste-pop-rotate-temporarily): New defcustom.
5836 (cua-paste-pop): Use it.
5837 (cua-auto-mark-last-change): New defcustom.
5838 (cua-pop-to-last-change): New helper function.
5839 (cua-set-mark): Use them.
5840
5841 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
5842
5843 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
5844 mini-buffer message.
5845
5846 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
5847
5848 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
5849
5850 2006-12-01 Ben North <ben@redfrontdoor.org>
5851
5852 * paren.el: Fix the highlight overlay extension when the user types a
5853 sequence of char very fast just before the open parenthesis.
5854
5855 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5856
5857 * ps-mule.el: Eliminate Emacs 20 compatibility.
5858
5859 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
5860 (ps-print-version): New version 6.7.
5861 (ps-print-quote): Replace '?\ ' by '?\s'.
5862
5863 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
5864
5865 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
5866 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
5867 (hexl-end-of-1k-page): Doc fixes.
5868 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
5869 Fix typos in docstrings.
5870
5871 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5872
5873 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
5874 locally, i.e. without using file name handlers.
5875 (ido-read-internal): Allow mono letter host names, avoiding the
5876 `c:' problem by testing if the file exists locally.
5877 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
5878
5879 2006-11-30 Masatake YAMATO <jet@gyve.org>
5880
5881 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
5882 to avoid bytecomp warnings.
5883 (hexl-mode-old-ruler-function): New variable.
5884 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
5885 and `hl-line-range-function' after `require' hl-line.
5886 Then bind `hl-line-range-function' and `hl-line-face'.
5887 Don't require frame. Don't use `with-no-warnings'.
5888 (hexl-activate-ruler): Store the original value of
5889 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
5890 (hexl-mode-exit): Restore the original value of
5891 `ruler-mode-ruler-function'.
5892
5893 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5894
5895 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
5896 (hexl-mode-old-hl-line-face): New variable.
5897 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
5898 line when exit from the hexl-mode.
5899
5900 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
5901
5902 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
5903 Doc fixes.
5904
5905 * international/fontset.el (create-fontset-from-ascii-font)
5906 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
5907 (fontset-name-p): Fix typo in docstring.
5908
5909 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
5910
5911 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5912
5913 * ps-bdf.el: Fix maintainer email.
5914
5915 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
5916 compatibility.
5917
5918 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
5919 21 compatibility.
5920 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
5921 Emacs 20 & 21.
5922
5923 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
5924
5925 * progmodes/idlwave.el (idlwave-auto-fill):
5926 Remove paragraph-start let to prevent auto-fill giving up.
5927
5928 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
5929
5930 * vt100-led.el (led-state): Fix typo in previous change.
5931
5932 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5933
5934 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5935 Fix interactive spec of the functions getting defined to make them
5936 work as documented.
5937
5938 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
5939
5940 * startup.el (fancy-splash-screens): Hide initial splash buffer.
5941
5942 2006-11-28 Kim F. Storm <storm@cua.dk>
5943
5944 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
5945 icomplete-mode is enabled.
5946
5947 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
5948
5949 * textmodes/org.el (require): Require gnus-sum during compilation
5950 to avoid problem with a macro call.
5951
5952 2006-11-28 Glenn Morris <rgm@gnu.org>
5953
5954 * emacs-lisp/authors.el (authors-aliases): Add new alias.
5955
5956 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
5957 (fortran-window-create-momentarily): Do not need string-to-char.
5958
5959 2006-11-28 Richard Stallman <rms@gnu.org>
5960
5961 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
5962 Replace incorrect use of assoc-default with a loop.
5963
5964 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
5965
5966 * simple.el (next-error-find-buffer): Improve messages.
5967
5968 * files.el (revert-buffer): Special error message if file
5969 is now not readable.
5970
5971 * facemenu.el (facemenu-add-new-face): Improve doc strings of
5972 constructed commands.
5973
5974 * comint.el (comint-exec-1): Provide Emacs version and `comint'
5975 in INSIDE_EMACS.
5976
5977 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5978
5979 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
5980
5981 * server.el: Remove spurious * in docstrings.
5982 (server-process-filter): Exit from recursive editing before processing
5983 a new request.
5984
5985 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
5986
5987 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
5988 line so hidden blocks will be correctly identified.
5989
5990 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
5991
5992 * ledit.el (ledit-save-defun, ledit-mode):
5993 * resume.el (resume-emacs-args-buffer):
5994 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
5995 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
5996 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
5997 (command-send-input, command-kill-line):
5998 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
5999
6000 * autoarg.el (autoarg-kp-mode): Doc fix.
6001
6002 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
6003 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
6004 (check-emacs-lock): Doc fix. Simplify.
6005
6006 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
6007 (iimage-mode-buffer): Fix typos in docstring.
6008
6009 * misc.el (zap-up-to-char): Doc fix.
6010
6011 * time-stamp.el: Fix comment and obsolescence string for old
6012 functions. Use `dolist' instead of `while'.
6013
6014 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
6015
6016 * disp-table.el (standard-display-8bit, standard-display-default):
6017 * ebuff-menu.el (electric-buffer-list):
6018 * ehelp.el (electric-help-command-loop):
6019 * font-core.el (font-lock-mode):
6020 * help-macro.el (make-help-screen):
6021 * help.el (describe-minor-mode-completion-table-for-indicator)
6022 (lookup-minor-mode-from-indicator):
6023 * indent.el (tab-to-tab-stop, move-to-tab-stop):
6024 * info-look.el (info-lookup-guess-custom-symbol):
6025 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
6026 * longlines.el (longlines-wrap-line):
6027 * macros.el (insert-kbd-macro):
6028 * menu-bar.el (menu-bar-update-buffers):
6029 * misc.el (copy-from-above-command):
6030 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
6031 * newcomment.el (comment-indent):
6032 * novice.el (disabled-command-function):
6033 * sort.el (sort-fields-syntax-table):
6034 * subr.el (momentary-string-display):
6035 * tar-mode.el (tar-header-block-summarize)
6036 (tar-clear-modification-flags):
6037 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
6038 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
6039 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
6040 (te-delete-char, te-down-vertically-or-scroll):
6041 * time-stamp.el (time-stamp-string-preprocess):
6042 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
6043
6044 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
6045
6046 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
6047 in GUD mode.
6048
6049 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
6050 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
6051
6052 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6053
6054 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
6055
6056 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
6057
6058 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
6059 (ada-compile-goto-error): Adapt to new argument profile of
6060 compilation-goto-locus in Emacs 22. Don't check if the various
6061 compile functions are defined; we already do "(require 'compile)".
6062
6063 2006-11-26 Kim F. Storm <storm@cua.dk>
6064
6065 * kmacro.el: Fix commentary.
6066
6067 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
6068
6069 * progmodes/gud.el (gdb): Explain how to run in text command mode
6070 more clearly. Say in error message that multiple debugging
6071 requires restarting GDB.
6072
6073 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
6074
6075 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
6076
6077 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
6078
6079 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
6080 (flymake-popup-menu): Use it instead of posn-at-point.
6081
6082 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6083
6084 * progmodes/cc-vars.el (c-backslash-column):
6085 Mention c-backslash-max-column in documentation for c-backslash-column.
6086
6087 2006-11-24 Lars Hansen <larsh@soem.dk>
6088
6089 * net/tramp.el (tramp-default-method): Under Windows, change from
6090 plink to pscp.
6091 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
6092 (tramp-actions-copy-out-of-band):
6093 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
6094 (tramp-action-out-of-band): Move "Permission denied" handling to
6095 tramp-action-copy-failed.
6096 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
6097 process buffer.
6098
6099 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6100
6101 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6102 strings to a single string. Quote `errors-file-name'.
6103 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6104 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6105 Adjust calls. Use `shell-quote-argument'.
6106
6107 * international/mule.el (load-with-code-conversion)
6108 (with-category-table): Use with-current-buffer.
6109 (after-insert-file-set-coding): Use restore-buffer-modified-p.
6110
6111 2006-11-24 Eli Zaretskii <eliz@gnu.org>
6112
6113 * mail/smtpmail.el (smtpmail-send-it):
6114 Copy buffer-file-coding-system from the mail buffer. Possibly add a
6115 MIME header for the message encoding.
6116 Bind coding-system-for-write around the call to mail-do-fcc.
6117 Use smtpmail-code-conv-from to encode queued mail messages.
6118
6119 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
6120
6121 * tabify.el (tabify-regexp): Doc fix.
6122
6123 * net/rcirc.el (rcirc-buffer-maximum-lines):
6124 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
6125
6126 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
6127 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
6128 Fix typos in output messages.
6129 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
6130
6131 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6132
6133 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
6134 the horse's mouth.
6135 (hexlify-buffer): Don't re-encode an arg that's already encoded.
6136
6137 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
6138
6139 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
6140 Remove condition-case.
6141
6142 2006-11-23 Glenn Morris <rgm@gnu.org>
6143
6144 * progmodes/f90.el (f90-comment-indent): Do not move point in
6145 default case.
6146
6147 2006-11-21 Romain Francoise <romain@orebokech.com>
6148
6149 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
6150 from library name (reverts change of 2005-10-25).
6151
6152 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
6153
6154 * tutorial.el (tutorial--default-keys): Add newline and
6155 delete-backward-char bindings.
6156 (tutorial--detailed-help): Save excursion when finding keys.
6157 Correct warning string for M-x FOO case.
6158 (tutorial--display-changes): Print special keys in tutorial style.
6159 Tweak search regexp for changed keys.
6160
6161 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
6162
6163 * thingatpt.el (thing-at-point-url-at-point): Don't add a
6164 redundant scheme.
6165
6166 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
6167
6168 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
6169 are new to the list at IANA. Also added irc, mms, mmsh.
6170
6171 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
6172
6173 * progmodes/idlw-help.el (idlwave-html-help-location):
6174 Fail gracefully for missing help packages.
6175 (idlwave-help-assistant-open-link): Open full links.
6176 (idlwave-help-assistant-help-with-topic): Direct help link.
6177
6178 * progmodes/idlwave.el (idlwave-mode):
6179 Set add-log-current-defun-function.
6180 (idlwave-current-routine-fullname): Add, to support add-log.
6181 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
6182 to reflect improvements to xml-parse-file.
6183 (idlwave-mode-menu-def): New binding for help-with-topic.
6184
6185 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
6186 Handle extra newlines and spaces.
6187 (idlwave-shell-mode-map): Add help-with-topic.
6188
6189 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
6190
6191 * tutorial.el (tutorial-warning-face): New face.
6192 (tutorial--detailed-help, tutorial--display-changes): Use it.
6193 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
6194 Improve search pattern for occurrences of changed keys.
6195
6196 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6197
6198 * term/x-win.el (x-last-cut-buffer-coding): New variable.
6199 (x-select-text): Set it.
6200 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
6201 when checking for newness.
6202
6203 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
6204
6205 * subr.el (posn-image):
6206 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
6207
6208 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
6209
6210 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6211
6212 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
6213 Exceptions to the rule "add a space between an identifier and an
6214 opening parenthesis". Defaulted to the `#define' problem of cpp.
6215 (glasses-parenthesis-exception-p): New. Check if the region is an
6216 exception regarding to that.
6217 (glasses-make-readable): Use it.
6218 (glasses-convert-to-unreadable): Ditto. Modify the file also if
6219 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
6220
6221 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
6222
6223 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
6224
6225 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
6226
6227 * progmodes/ada-mode.el (ada-make-body): Fix typo.
6228
6229 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
6230 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
6231
6232 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
6233
6234 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
6235 conditions for function or variable bindings.
6236
6237 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
6238
6239 * progmodes/compile.el (compilation-start): Ditto.
6240
6241 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
6242
6243 * net/tramp.el (top): cl and custom are always required.
6244
6245 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6246
6247 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
6248 cut-buffers with next-selection-coding-system if not nil.
6249
6250 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
6251
6252 * textmodes/org.el (org-fix-decoded-time): New function.
6253 (org-display-custom-time): Use `org-fix-decoded-time'.
6254
6255 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
6256
6257 * menu-bar.el (menu-bar-games-menu): Remove yow.
6258
6259 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
6260
6261 * textmodes/org.el (org-scan-tags): Re-align code fixed.
6262 (org-detach-overlay): Rename from `org-detatch-overlay'.
6263 (org-table-convert-region): Insert space after column separator.
6264 (org-agenda-kill): New command.
6265 (org-metaleft): Call `org-outdent-item' on bullets.
6266 (org-metaright): Call `org-indent-item' on bullets.
6267 (org-timestamp-change): Set `org-last-changed-timestamp'.
6268 (org-current-line): Make sure (bolp) returns correct result.
6269 (org-agenda-change-all-lines): Make sure TODO are highlighted.
6270
6271 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6272
6273 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
6274
6275 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
6276
6277 * mouse.el (global-map): Change 2006-08-16 fix to call
6278 mouse-yank-at-click explicitly, since mouse events are not carried
6279 over into keyboard macros.
6280
6281 2006-11-16 Kim F. Storm <storm@cua.dk>
6282
6283 * ido.el (ido-file-internal): Use current buffer's file name as default
6284 choice for ido-find-alternate-file. Suggested by Matt Hodges.
6285
6286 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
6287
6288 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
6289 (allout-inhibit-aberrance-doublecheck): Rename from
6290 allout-during-yank-processing. All callers changed.
6291 (allout-ascend): Provide for unusual case where some topic after
6292 the first in file is at lower depth than the first.
6293 (allout-shift-in): Ensure the offspring of the new containing
6294 topic are exposed.
6295 (allout-encrypt-string): Preserve the coding-system of the text,
6296 according to that of the containing buffer.
6297 (allout-toggle-subtree-encryption): When the text being encrypted
6298 requires a different coding system, offer to preserve the coding
6299 system using a file local var.
6300
6301 2006-11-15 Simon Marshall <simon@gnu.org>
6302
6303 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
6304 to recognise "T t()" as a function declaration, rather than a
6305 variable instantiation, iff at the top-level or inside a class
6306 declaration. Suggested by Feng Li <fengli@gmail.com>.
6307
6308 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6309
6310 * progmodes/ada-xref.el (ada-parse-prj-file):
6311 Don't delete project buffer; user may want to edit it.
6312 (ada-xref-set-project-field, ada-xref-current-project-file)
6313 (ada-xref-current-project, ada-show-current-project)
6314 (ada-set-main-compile-application): New functions.
6315 (ada-xref-get-project-field, ada-require-project-file):
6316 Normalize use of ada-prj-default-project-file.
6317 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
6318 Normalize use of ada-require-project-file.
6319 (ada-prj-find-prj-file): Improve doc string, comments.
6320
6321 * progmodes/ada-mode.el (ada-mode-version): Bump version.
6322 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
6323 (ada-create-menu): Add ada-set-main-compile-application,
6324 ada-show-current-main, ada-show-current-project.
6325
6326 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6327
6328 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
6329 (inferior-python-mode): Use it.
6330
6331 2006-11-14 Andreas Schwab <schwab@suse.de>
6332
6333 * term/xterm.el (terminal-init-xterm): Add more key bindings.
6334
6335 2006-11-13 Kim F. Storm <storm@cua.dk>
6336
6337 * ido.el (ido-copy-current-word): C-o copies region if active.
6338
6339 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
6340
6341 * textmodes/org.el (org-emph-face): Fix typo in variable name.
6342
6343 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
6344
6345 * ediff.el (ediff-revision):
6346 * files.el (set-visited-file-name):
6347 * mail/rmailout.el (rmail-output-body-to-file):
6348 Use `format', not `message', in `y-or-n-p' call.
6349
6350 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
6351
6352 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
6353 (org-metaright): Call `org-indent-item' on bullets.
6354 (org-timestamp-change): Set `org-last-changed-timestamp'.
6355 (org-current-line): Make sure (bolp) returns correct result.
6356 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
6357
6358 2006-11-12 Richard Stallman <rms@gnu.org>
6359
6360 * language/european.el (turkish-case-conversion-enable)
6361 (turkish-case-conversion-disable): New functions.
6362 ("Turkish" lang env): Use them.
6363
6364 * international/characters.el (case table):
6365 Do nothing special for i and I.
6366
6367 * subr.el (remove-overlays): Fix last change.
6368
6369 * cus-edit.el (custom-save-all): Use find-file-visit-truename
6370 for visiting the custom file.
6371
6372 2006-11-12 Markus Triska <triska@gmx.at>
6373
6374 * play/handwrite.el (handwrite): Also process lines not ending
6375 with newline. Replace some position-fiddling with different
6376 logic. Improve performance.
6377
6378 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
6379
6380 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
6381 replacing deleted variable `ada-check-switch'.
6382 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
6383 (ada-xref-project-files): Improve doc string.
6384 (ada-find-executable): New function.
6385 (ada-initialize-runtime-library): Use `ada-find-executable'.
6386 (ada-xref-set-default-prj-values): In compile commands, don't need
6387 `ada-cd-command'; `compile' does that more portably.
6388 Use ada-prj-default-check-cmd.
6389 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
6390 properties if not specified in project file.
6391 (ada-goto-declaration): Display useful message for new error
6392 'error-file-not-found.
6393 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
6394 'error-file-not-found.
6395 (ada-get-all-references): Match latest ali syntax. Signal new
6396 error 'error-file-not-found.
6397 (ada-find-in-ali): Match latest ali syntax.
6398 (ada-make-filename-from-adaname): Handle different semantics of
6399 gnatkr in GNAT 3.15p vs later.
6400
6401 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
6402 ada-procedure-start-regexp.
6403 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
6404
6405 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
6406 with defvar.
6407 (ada-language-version): Rename ada05 -> ada2005.
6408 (ada-align-region-separate): Add `eval-when-compile'.
6409 (ada-name-regexp): Remove unneeded escapes in regexp character
6410 alternative.
6411 (ada-compile-goto-error-file-linenr-re): New constant.
6412 (ada-matching-start-re): Handle additional cases `declare',
6413 `procedure', `function'.
6414 (ada-compile-goto-error): Handle "... at line nn".
6415 (ada-mode): Clearer syntax, comments for ff-special-constructs.
6416 Delete support for old versions of `align'.
6417 (ada-search-prev-end-stmt): Handle additional keyword `private'.
6418 (ada-check-defun-name): Simplify handling of `declare'.
6419 (ada-goto-matching-start): Handle nested `begin ... end'.
6420 Handle `declare', `protected', `procedure', `function'.
6421 (ada-create-menu): Presence of arm95 is not conditional on using
6422 GNAT compiler.
6423
6424 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
6425
6426 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
6427 nil in the *RE-Builder* buffer (it causes spurious error messages).
6428
6429 * server.el (server-visit-files): If `minibuffer-auto-raise' has
6430 been set to t, respect it.
6431
6432 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
6433
6434 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
6435 Delete commented out code for old Emacs versions. Autoloading of
6436 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
6437 (ada-mode-version): Bump version number.
6438 (ada-95-string-keywords, ada-2005-string-keywords)
6439 (ada-2005-keywords, ada-name-regexp): New constant.
6440 (ada-language-version, ada-procedure-start-regexp, ada-mode)
6441 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
6442 (ada-package-start-regexp): Support private packages, include package
6443 name (for ada-set-point-accordingly).
6444 (ada-next-procedure, ada-previous-procedure)
6445 (ada-which-function-are-we-in): Match changes to
6446 ada-procedure-start-regexp.
6447 (ada-make-body): Make non-interactive; not a user function.
6448 (ada-make-subprogram-body): Improve doc string.
6449
6450 2006-11-11 Romain Francoise <romain@orebokech.com>
6451
6452 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
6453 `compilation-error-regexp-alist' buffer-local, since we changed
6454 `compilation-error-regexp-alist-alist' locally.
6455
6456 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
6457
6458 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
6459 to the value of `server-raise-frame'.
6460
6461 2006-11-11 Glenn Morris <rgm@gnu.org>
6462
6463 * ido.el (ido-enable-prefix)
6464 * ses.el (ses-call-printer-return)
6465 * net/tramp.el (tramp-unified-filenames)
6466 * progmodes/cc-align.el (c-lineup-string-cont)
6467 * progmodes/compile.el (compilation-directory-matcher)
6468 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6469 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6470 (vhdl-clock-rising-edge)
6471 * textmodes/org.el (org-export-with-timestamps)
6472 (org-export-remove-timestamps-from-toc)
6473 (org-export-with-tags): Improve previous doc fixes.
6474
6475 2006-11-11 Richard Stallman <rms@gnu.org>
6476
6477 * textmodes/flyspell.el (flyspell-mode-map):
6478 Bind C-c $ instead of M-RET.
6479
6480 2006-11-10 Simon Marshall <simon@gnu.org>
6481
6482 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
6483 fontification for "case" and "default" keywords.
6484
6485 2006-11-10 Andreas Schwab <schwab@suse.de>
6486
6487 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
6488 Avoid starting sentence with "nil".
6489
6490 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
6491
6492 * server.el (server-raise-frame): New option.
6493 (server-switch-buffer): Use it.
6494
6495 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
6496
6497 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
6498 with a capital.
6499
6500 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6501
6502 * textmodes/org.el (org-show-hierarchy-above)
6503 (org-show-following-heading): Fix typo in default value.
6504 (org-scan-tags): Make the search case-sensitive.
6505 (org-tags-sparse-tree): Don't overrule
6506 `org-show-following-heading' and `org-show-hierarchy-above'.
6507 (org-reveal): New command.
6508 (org-show-context): Rename from `org-show-hierarchy-above'.
6509 (org-fast-tag-selection-single-key): New option.
6510 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
6511 (org-tags-overlay): New variable.
6512 (org-agenda-todo-ignore-deadlines): New option.
6513 ("session"): Add circular data structure `org-mark-ring' to
6514 exceptions list in session.el.
6515 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
6516 New options.
6517 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
6518 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
6519 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
6520 (org-finalize-agenda): Activate bracket links in agenda.
6521 (org-at-timestamp-p, org-at-date-range-p): Additional argument
6522 INACTIVE-OK.
6523 (org-show-hierarchy-above, org-show-following-heading):
6524 List values allowed for fine-tuned configuration.
6525 (org-show-hierarchy-above): New argument CONTEXT, use the
6526 fine-tuned settings in `org-show-hierarchy-above' and
6527 `org-show-following-heading'.
6528 (org-display-custom-time): New function.
6529 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
6530 (org-display-custom-times, org-time-stamp-custom-formats):
6531 (org-maybe-intangible): New macro.
6532 (org-activate-bracket-links, org-hide-wide-columns):
6533 Use `org-maybe-intangible'.
6534 (org-open-file): Use `shell-quote-argument'.
6535 (org-display-internal-link-with-indirect-buffer): New option.
6536 (org-file-remote-p): Get regexp from list.
6537 (org-link-expand-abbrev): New function.
6538 (org-link-abbrev-alist): New option.
6539 (org-open-at-point, org-cleaned-string-for-export):
6540 Call `org-link-expand-abbrev'.
6541 (org-timeline, org-agenda-list, org-todo-list)
6542 (org-tags-view): Remove the KEEP-MODES argument.
6543 (org-finalize-agenda-hook): New hook.
6544 (org-get-alist-option): New function.
6545 (org-follow-timestamp-link): New function.
6546 (org-open-at-point): Call `org-follow-timestamp-link'.
6547 (org-log-note-marker, org-log-note-purpose)
6548 (org-log-note-window-configuration): New variables.
6549 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
6550 (org-log-note-headings): New option.
6551 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
6552 (org-store-link): Support for dired-mode.
6553 (org-open-file): Substitute environment variables into filename.
6554 (org-last): New defsubst.
6555 (org-agenda-re-align-tags): New function.
6556 (org-agenda-align-tags-to-column): New option.
6557 (org-agenda-timeline): Group removed.
6558 (org-prepare-agenda, org-prepare-agenda-buffers)
6559 (org-run-agenda-series, org-timeline, org-agenda-list)
6560 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
6561 the text property inticating the agenda type.
6562 (org-agenda-post-command-hook): Get agenda type from text property
6563 at point.
6564 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
6565 and obey `org-agenda-overriding-arguments'.
6566 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
6567 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6568 (org-agenda-week-view, org-agenda-day-view):
6569 Use `org-agenda-overriding-arguments' to make updating work with
6570 multi-block agendas.
6571 (org-agenda-prefix-format): Allow different formats for the
6572 different agenda entry types.
6573 (org-timeline-prefix-format): Option removed, use
6574 `org-agenda-prefix-format' instead.
6575 (org-prepare-agenda): New function.
6576 (org-select-timeline-window): Option removed, use
6577 `org-select-agenda-window' instead.
6578 (org-respect-restriction): Variable removed.
6579 (org-cmp-tag): New function.
6580 (org-agenda-sorting-strategy, org-entries-lessp):
6581 Implement sorting by last tag.
6582 (org-complete): Better completion in in-buffer option lines.
6583 (org-in-item-p): New function.
6584 (org-org-menu): Add entries for checkboxes.
6585 (org-cycle): Extra brouping in outline-regexp, because it is used
6586 in a search with "^" prepended.
6587 (org-provide-checkbox-statistics): New option.
6588 (org-set-font-lock-defaults): Highlight checkbox statistics.
6589 (org-update-checkbox-count-maybe)
6590 (org-get-checkbox-statistics-face): New functions.
6591 (org-update-checkbox-count): New command.
6592 (org-insert-item, org-toggle-checkbox):
6593 Call `org-update-checkbox-count-maybe'.
6594 (org-export-as-html): XEmacs compatibility for coding system.
6595 (org-force-cycle-archived): New command.
6596 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
6597 overrules cycling.
6598 (org-fix-position-after-promote): If the line contains only a todo
6599 keyword, add a final space.
6600 (org-promote-subtree, org-demote-subtree):
6601 Call `org-fix-position-after-promote'.
6602
6603 2006-11-10 Glenn Morris <rgm@gnu.org>
6604
6605 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
6606 date in every year.
6607 (calendar-dst-check-each-year-flag): New customizable variable.
6608 (calendar-dst-find-data): New function, extracted from
6609 calendar-current-time-zone.
6610 (calendar-current-time-zone): Use calendar-dst-find-data.
6611 (calendar-dst-transition-cache): New variable.
6612 (calendar-dst-find-startend, calendar-dst-starts)
6613 (calendar-dst-ends): New functions.
6614 (calendar-daylight-savings-starts)
6615 (calendar-daylight-savings-ends): Change value to use
6616 calendar-dst-starts, calendar-dst-ends; respectively.
6617
6618 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
6619
6620 * ido.el (ido-enable-prefix)
6621 * ses.el (ses-call-printer-return)
6622 * net/tramp.el (tramp-unified-filenames)
6623 * progmodes/cc-align.el (c-lineup-string-cont)
6624 * progmodes/compile.el (compilation-directory-matcher)
6625 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6626 * progmodes/gdb-ui.el (gdb-many-windows)
6627 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6628 (vhdl-clock-rising-edge)
6629 * textmodes/org.el (org-export-with-timestamps)
6630 (org-export-remove-timestamps-from-toc, org-export-with-tags)
6631 (org-read-date): Doc fix (Nil -> nil).
6632
6633 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6634
6635 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
6636 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
6637
6638 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
6639
6640 * bs.el (bs--window-for-buffer): Remove.
6641 (bs--show-with-configuration): Use `get-window-with-predicate'
6642 instead of `bs--window-for-buffer'.
6643
6644 2006-11-10 Kenichi Handa <handa@m17n.org>
6645
6646 * files.el (revert-buffer): Fix previous change.
6647
6648 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
6649
6650 * bs.el (bs--redisplay): Fix typo in docstring.
6651 (bs--window-config-coming-from): Make frame-local.
6652 (bs--restore-window-config): New function.
6653 (bs-kill, bs-select, bs-select-other-window)
6654 (bs-select-other-frame): Use it.
6655 (bs--window-for-buffer): Return as soon as a matching buffer is found.
6656 (bs--show-with-configuration): Save the window configuration as a
6657 frame local var, and only if *buffer-selection* is not already
6658 visible on this frame.
6659
6660 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
6661
6662 * vc-svn.el (vc-svn-admin-directory): New var.
6663 (vc-svn-registered, vc-svn-responsible-p)
6664 (vc-svn-repository-hostname): Use it.
6665 Suggested by arit93@yahoo.com.
6666
6667 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6668
6669 * ldefs-boot.el: Regenerate.
6670
6671 2006-11-08 Alan Mackenzie <acm@muc.de>
6672
6673 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
6674 case (eq open-paren-in-column-0-is-defun-start nil) by searching
6675 for least nested open-paren.
6676
6677 2006-11-08 Romain Francoise <romain@orebokech.com>
6678
6679 * subr.el (remove-overlays): Fix typo in last change.
6680
6681 2006-11-08 Richard Stallman <rms@gnu.org>
6682
6683 * subr.el (remove-overlays): Call overlay-recenter.
6684
6685 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6686
6687 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6688 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
6689 behaviour.
6690 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
6691 directly.
6692
6693 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6694
6695 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
6696 (ido-max-dir-file-cache, ido-decorations)
6697 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
6698 (ido-magic-backward-char, ido-enter-dired)
6699 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
6700 (ido-list-directory, ido-first-match, ido-only-match)
6701 (ido-subdir, ido-indicator): Fix typos in docstrings.
6702 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
6703 (ido-read-internal): Fix typo in error message.
6704
6705 2006-11-08 Kenichi Handa <handa@m17n.org>
6706
6707 * international/mule-cmds.el (set-default-coding-systems):
6708 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
6709
6710 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6711
6712 * makefile.w32-in (setwins): Remove.
6713 (WINS_ALMOST): New macro.
6714 (WINS): Use it.
6715 (autoloads): Don't extract autoloads from files in obsolete/.
6716
6717 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
6718
6719 * whitespace.el (whitespace-buffer): Call remove-overlays after
6720 overlay-recenter for performance. Suggested by Martin Rudalics.
6721
6722 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
6723
6724 * net/tramp.el (tramp-default-method): scp is the default method.
6725
6726 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
6727
6728 * server.el (server-start): Save also the Emacs pid in the server file.
6729
6730 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
6731
6732 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
6733 point when displaying a bibtex cross reference in the echo area.
6734
6735 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
6736
6737 * international/mule.el (make-char): Fix typo in docstring.
6738 (load-with-code-conversion, charsetp): Doc fixes.
6739
6740 * international/ja-dic-cnv.el (skkdic-convert):
6741 * cus-edit.el (hook): Fix typo in docstring.
6742
6743 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
6744
6745 * cus-edit.el (custom-mode-map): Move defvar above code using it.
6746 (custom-mode-link-map): New variable.
6747 (custom-group-link, custom-manual): Use follow-link.
6748
6749 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6750
6751 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
6752 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
6753
6754 2006-11-06 Richard Stallman <rms@gnu.org>
6755
6756 * textmodes/flyspell.el (flyspell-correct-word-before-point):
6757 New function broken out of flyspell-correct-word.
6758 (flyspell-mode-map): Bind it to M-RET.
6759 (flyspell-correct-word): Call it.
6760
6761 * textmodes/fill.el (fill-minibuffer-function): New function.
6762 (fill-paragraph): Bind fill-paragraph-function to
6763 fill-minibuffer-function.
6764
6765 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
6766 so that they aren't undefined.
6767
6768 * dired.el (dired-readin): Locally bind file-name-coding-system.
6769
6770 * bindings.el: Shorten and clarify usual mode line mouse help string.
6771
6772 * Makefile.in (autoloads): Don't include `obsolete'.
6773
6774 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
6775
6776 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6777 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
6778 Printing menu if it's not initialized.
6779 (pr-menu-bind): Act on menu-bar-file-menu directly.
6780
6781 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
6782
6783 * help.el (view-emacs-news): Fix typo in error message.
6784
6785 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
6786
6787 * shadowfile.el (shadow-define-regexp-group)
6788 (shadow-literal-groups, shadow-insert-var): Doc fixes.
6789 (shadow-read-files): Fix typo in message.
6790 (shadow-inhibit-overload, shadow-find, shadow-suffix)
6791 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
6792 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
6793 (shadow-file-match): Fix typos in docstrings.
6794
6795 * terminal.el (terminal-emulator): Fix typo in message.
6796
6797 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
6798
6799 * emacs-lisp/lselect.el (x-kill-primary-selection)
6800 (x-delete-primary-selection, x-copy-primary-selection):
6801 Fix typos in error messages.
6802
6803 * emulation/edt-mapper.el: Fix typo in interactive message.
6804
6805 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
6806
6807 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
6808 (ispell-help): Fix typos in docstrings.
6809 (ispell-help): Fix typo in output message.
6810
6811 * allout.el (allout-adjust-file-variable)
6812 (allout-passphrase-verifier-string)
6813 (allout-passphrase-hint-string)
6814 (allout-toggle-current-subtree-encryption):
6815 * apropos.el (apropos-synonyms):
6816 * cus-edit.el (hook):
6817 * emacs-lock.el (emacs-lock-from-exiting):
6818 * follow.el (follow-avoid-tail-recenter-p):
6819 * hexl.el (hexl-mode):
6820 * mouse-copy.el (mouse-copy-work-around-drag-bug):
6821 * mouse.el (mouse-set-font):
6822 * resume.el (resume-emacs-args-file):
6823 * rfn-eshadow.el (file-name-shadow-tty-properties):
6824 * t-mouse.el (t-mouse-process, t-mouse-mode):
6825 * emacs-lisp/cust-print.el (custom-print-install)
6826 (custom-print-uninstall, custom-format):
6827 * emacs-lisp/shadow.el (list-load-path-shadows):
6828 * emulation/tpu-edt.el (tpu-help-text)
6829 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
6830 (tpu-reset-control-keys):
6831 * emulation/vip.el (vip-emacs-local-map)
6832 (vip-change-mode-to-emacs):
6833 * emulation/viper.el (viper-mode, viper-set-hooks)
6834 (viper-major-mode-modifier-list):
6835 * emulation/viper-init.el (viper-emacs-state-cursor-color):
6836 * emulation/viper-keym.el (viper-emacs-kbd-map)
6837 (viper-toggle-key):
6838 * mail/feedmail.el (feedmail-queue-reminder)
6839 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
6840 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
6841 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
6842 (feedmail-sender-line, feedmail-force-binary-write)
6843 (feedmail-from-line, feedmail-deduce-envelope-from)
6844 (feedmail-x-mailer-line, feedmail-message-id-generator)
6845 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
6846 (feedmail-enable-spray, feedmail-spray-this-address)
6847 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
6848 (feedmail-queue-runner-confirm-global)
6849 (feedmail-ask-before-queue-prompt)
6850 (feedmail-ask-before-queue-reprompt)
6851 (feedmail-prompt-before-queue-standard-alist)
6852 (feedmail-prompt-before-queue-user-alist)
6853 (feedmail-prompt-before-queue-help-supplement)
6854 (feedmail-queue-use-send-time-for-message-id)
6855 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
6856 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
6857 (feedmail-mail-send-hook-queued)
6858 (feedmail-confirm-addresses-hook-example)
6859 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
6860 (feedmail-queue-runner-mode-setter)
6861 (feedmail-queue-alternative-mail-header-separator)
6862 (feedmail-queue-runner-message-sender)
6863 (feedmail-buffer-eating-function, feedmail-binmail-template)
6864 (feedmail-run-the-queue-no-prompts)
6865 (feedmail-run-the-queue-global-prompt)
6866 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
6867 (feedmail-envelope-deducer, feedmail-fiddle-date)
6868 (feedmail-default-message-id-generator)
6869 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
6870 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
6871 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
6872 (vms-pmail-setup):
6873 * play/dunnet.el (dun-help):
6874 * play/handwrite.el (handwrite):
6875 * play/hanoi.el (hanoi-unix-64):
6876 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6877 * textmodes/enriched.el (fixed):
6878 * textmodes/org.el (org-file-apps)
6879 (org-emphasis-regexp-components, org-emphasis-alist):
6880 * textmodes/texinfmt.el (batch-texinfo-format):
6881 Fix typos in docstrings.
6882
6883 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
6884
6885 * loadhist.el (read-feature): Don't complete features not loaded
6886 from a file (which make `unload-feature' to fail).
6887
6888 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
6889
6890 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
6891
6892 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
6893
6894 * startup.el (command-line-1): Kill emacs if the last frame is
6895 deleted while evaluating the command-line arguments.
6896
6897 2006-11-05 Richard Stallman <rms@gnu.org>
6898
6899 * startup.el (init-file-had-error): Add doc string.
6900 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
6901 Use fixed-width font for keyboard key descriptions.
6902
6903 * cus-edit.el (custom-save-all): Error if saving in .emacs
6904 and it had an error when loaded.
6905
6906 * dired-aux.el (dired-copy-file-recursive): Catch errors
6907 from recursive copies in the loop, around the recursive call.
6908
6909 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6910
6911 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
6912 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
6913 `/proc/acpi/thermal_zone/*'.
6914 (battery-search-for-one-match-in-files): New. Search a regexp in
6915 the content of some files.
6916
6917 2006-11-05 Martin Rudalics <rudalics@gmx.at>
6918
6919 * window.el (mouse-autoselect-window-now): Remove variable.
6920 (mouse-autoselect-window-state): New variable.
6921 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
6922 (mouse-autoselect-window-select, handle-select-window):
6923 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
6924 Suspend delayed autoselection during menu or popup dialog.
6925
6926 * info-look.el (info-lookup-guess-custom-symbol): New function
6927 for retrieving symbol at point in custom buffers.
6928 (top level) <info-lookup-maybe-add-help>: Add backquote and
6929 comma to ignored characters in regexps of help specifications
6930 for emacs-lisp-mode and lisp-interaction-mode. This permits
6931 looking up symbols in `...' and after a comma. Add help
6932 specifications for custom-mode and help-mode.
6933
6934 2006-11-04 Eli Zaretskii <eliz@gnu.org>
6935
6936 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
6937 Don't encode body if RAW is non-nil, or if the old encoding is
6938 identical to the new encoding, or if the body contains only
6939 eight-bit-* characters.
6940
6941 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
6942
6943 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
6944 (faces-sample-overlay): Remove variable.
6945 (describe-face): Insert sample text in the face being described.
6946
6947 2006-11-04 Martin Rudalics <rudalics@gmx.at>
6948
6949 * whitespace.el (whitespace-indent-regexp): Make this match any
6950 multiples of eight spaces near the beginning of a line.
6951 (whitespace-buffer): Use `remove-overlays' instead of
6952 `whitespace-unhighlight-the-space' and `overlay-recenter' to
6953 speed up overlay handling.
6954 (whitespace-buffer-leading, whitespace-buffer-trailing):
6955 Make these functions highlight the text removed by
6956 `whitespace-buffer-leading-cleanup' and
6957 `whitespace-buffer-trailing-cleanup' respectively.
6958 (whitespace-buffer-search): Use `with-local-quit'.
6959 Move `format' out of loop to speed up scanning larger buffers.
6960 (whitespace-unhighlight-the-space): Remove `remove-hook' since
6961 that function is never added to a hook.
6962 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
6963 (whitespace-buffer-leading-cleanup)
6964 (whitespace-refresh-rescan-list): Fix docstrings.
6965
6966 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
6967
6968 * allout.el (allout-during-yank-processing): Cue for inhibiting
6969 aberrance processing during yanks.
6970 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
6971 the amount of yanked topics that can be aberrant.
6972 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
6973 a function, and supplement with inihibition of doublechecking
6974 during yanks.
6975 (allout-beginning-of-line, allout-next-heading)
6976 (allout-previous-heading, allout-goto-prefix-doublechecked)
6977 (allout-back-to-current-heading, allout-next-visible-heading)
6978 (allout-next-sibling): Use new allout-do-doublecheck function.
6979 (allout-next-sibling): Ensure we made progress when returning
6980 other than nil.
6981 (allout-rebullet-heading): Preserve text property annotations
6982 indicating the text was hidden, if it was.
6983 (allout-kill-line): Remove any added was-hidden annotations.
6984 (allout-kill-topic): Remove any added was-hidden annotations.
6985 (allout-annotate-hidden): Inhibit adding was-hidden text
6986 properties to the undo list.
6987 (allout-deannotate-hidden): New function to remove was-hidden
6988 annotation.
6989 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
6990 (allout-remove-exposure-annotation): Replace by
6991 allout-deannotate-hidden.
6992 (allout-yank-processing): Signal that yank processing is happening
6993 with allout-during-yank-processing. Also, wrap
6994 allout-unprotected's closer to the text changes, for easier
6995 debugging. We need to inhibit-field-text-motion explicitly, in
6996 lieu of the encompassing allout-unprotected.
6997 (outlineify-sticky): Adjust criteria for triggering new outline
6998 decorations to presence or absence of any topics, not just a topic
6999 at the beginning of the buffer.
7000
7001 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
7002
7003 * bs.el (bs--show-all, bs--redisplay):
7004 * cus-edit.el (custom-unlispify-menu-entries)
7005 (custom-unlispify-tag-names, custom-prompt-variable):
7006 * expand.el (expand-pos):
7007 * speedbar.el (speedbar-generic-list-tag-p):
7008 * wid-edit.el (widget-image-enable):
7009 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
7010 * emacs-lisp/find-func.el (find-function-noselect)
7011 (find-function, find-variable-noselect, find-variable)
7012 (find-definition-noselect, find-face-definition):
7013 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
7014 * net/eudc-vars.el (eudc-expansion-overwrites-query):
7015 * progmodes/ada-xref.el (ada-find-in-ali):
7016 * textmodes/flyspell.el (flyspell-check-tex-math-command):
7017 * textmodes/org.el (org-copy-subtree):
7018 * textmodes/table.el (table--row-column-insertion-point-p):
7019 Use "non-nil" in docstrings.
7020
7021 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
7022
7023 * sort.el (sort-columns): Set the field separator to tab; on
7024 NetBSD, sort complains if "\n" is used as field separator.
7025
7026 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
7027
7028 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
7029
7030 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7031
7032 * server.el (server-auth-key): Remove. Replace by a process-property.
7033 (server-start): Don't remove the file of the previous process, but
7034 instead clear out the place for the new file.
7035 (server-start): Set the :auth-key property.
7036 (server-process-filter): Use the :auth-key property.
7037
7038 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
7039
7040 * textmodes/org.el (org-mode-map): No longer copy
7041 `outline-mode-map' explicitly - this is already done by
7042 `define-derived-mode'.
7043
7044 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
7045
7046 * server.el (server-visit-files): Use `when'.
7047 (server-process-filter): When authentication fails, send error
7048 message to client. Wrap `process-send-region' in `ignore-errors'
7049 instead of `condition-case', and remove misleading comment.
7050
7051 2006-11-01 Juri Linkov <juri@jurta.org>
7052
7053 * simple.el (yank): Doc fix.
7054
7055 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
7056
7057 * server.el: Try and fit within 80 columns.
7058 (server-start): Make the auth file unreadable by other users.
7059
7060 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7061
7062 * battery.el (battery-linux-proc-acpi): Prevent range error when
7063 `full-capacity' is 0.
7064
7065 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7066
7067 * faces.el (faces-sample-overlay): New defvar.
7068 (faces-sample-overlay): New function to show face sample text.
7069 (describe-face): Use it.
7070
7071 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
7072
7073 * progmodes/ada-stmt.el: Change maintainer, apply
7074 whitespace-cleanup, checkdoc.
7075 (ada-func-or-proc-name): Add doc string.
7076
7077 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
7078 whitespace-cleanup, checkdoc. Minor improvements to many doc
7079 strings and comments.
7080 (ada-prj-display-page): Change buffer name to more accurately
7081 reflect function.
7082
7083 * progmodes/ada-xref.el: Change maintainer, apply
7084 whitespace-cleanup, checkdoc. Minor improvements to many doc
7085 strings and comments. Don't look for `gvd' or `ddd' debuggers.
7086 (ada-compile-current): Don't add newlines to commands.
7087
7088 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
7089
7090 * server.el: Add support for TCP sockets.
7091 (server-use-tcp, server-host, server-auth-dir): New options.
7092 (server-auth-key): New variable.
7093 (server-ensure-safe-dir): Create nonexistent parent dirs.
7094 Ignore Unix-style file modes on Windows.
7095 (server-start): Crete a TCP or Unix socket according to the value
7096 of `server-use-tcp'. For TCP sockets, create the id/auth file in
7097 `server-auth-dir' directory.
7098 (server-process-filter): Delete process if authentication
7099 fails (which never happens for Unix sockets).
7100
7101 2006-10-30 David Kastrup <dak@gnu.org>
7102
7103 * subr.el (add-to-list): Don't continue checking if a match has
7104 been found.
7105
7106 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
7107
7108 * tutorial.el: Move defvars to avoid bytecomp warnings.
7109 (tutorial--find-changed-keys): Check if viper-current-state is
7110 bound before using it.
7111 (help-with-tutorial): Check if viper-tutorial is defined before
7112 using it.
7113
7114 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
7115
7116 * help-fns.el (help-with-tutorial): Move to tutorial.el.
7117
7118 * tutorial.el: New file.
7119 (help-with-tutorial): Move here from help-fns.el. Added help for
7120 rebound keys. Fixed resume of tutorial.
7121 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
7122 (tutorial--find-changed-keys, tutorial--display-changes)
7123 (tutorial--saved-dir, tutorial--saved-file)
7124 (tutorial--save-tutorial): New functions to support the changes in
7125 help-with-tutorial.
7126
7127 2006-10-30 Kenichi Handa <handa@m17n.org>
7128
7129 * files.el (revert-buffer): If a unibyte buffer is being reverted
7130 with a coding system for multibyte, set buffer multibyte before
7131 calling insert-file-contents.
7132
7133 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7134
7135 * server.el (server-select-display): Use a dummy buffer to detect when
7136 the frame is later used.
7137 (server-select-display): New function.
7138 (server-process-filter): Use it to detect unused temp frames.
7139
7140 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
7141
7142 * progmodes/ada-mode.el: Change maintainer, apply
7143 whitespace-clean, checkdoc. Minor improvements to many doc strings.
7144 (ada-mode-version): New function.
7145 (ada-create-menu): Menu operations are available for all supported
7146 compilers.
7147
7148 2006-10-29 Lars Hansen <larsh@soem.dk>
7149
7150 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
7151 Highlight as keyword.
7152 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
7153 Don't call tramp-method-out-of-band-p for local files.
7154 (tramp-touch): Quote file name.
7155
7156 2006-10-28 Glenn Morris <rgm@gnu.org>
7157
7158 * calendar/calendar.el (cal-html-cursor-month)
7159 (cal-html-cursor-year): Add autoloads for this new package.
7160 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
7161
7162 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
7163
7164 * calendar/cal-html.el: New file.
7165
7166 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
7167
7168 * emacs-lisp/authors.el (authors-aliases): Update.
7169
7170 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
7171
7172 * version.el (emacs-version): Bump version number to 22.0.90.
7173
7174 2006-10-26 John W. Eaton <jwe@octave.org>
7175
7176 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
7177 New defvar.
7178 (inferior-octave-resync-dirs): Check to see whether Octave has
7179 built-in variables and set inferior-octave-has-built-in-variables.
7180 Check inferior-octave-has-built-in-variables to decide whether to
7181 send commands that set built-in variables or call functions to
7182 change Octave's behavior.
7183 Send "disp (pwd ())" to Octave instead of just "pwd".
7184 (inferior-octave-startup): Send "more off" to Octave instead of
7185 "page_screen_output = 0".
7186
7187 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
7188
7189 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
7190 pattern normally.
7191
7192 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
7193
7194 * bindings.el (mode-line-mode-menu): Remove bindings for global
7195 minor modes (line/column number) as they are on the menubar.
7196
7197 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
7198
7199 * term/w32-win.el (x-handle-name-switch): Doc fix.
7200 (w32-standard-fontset-spec): Fix typo in docstring.
7201
7202 * midnight.el (midnight-buffer-display-time): Doc fix.
7203 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
7204
7205 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
7206
7207 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
7208
7209 * viper-ex.el (ex-read): Quote file argument.
7210
7211 * ediff-diff.el (ediff-same-file-contents): Expand file names.
7212
7213 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
7214
7215 2006-10-22 Martin Rudalics <rudalics@gmx.at>
7216
7217 * textmodes/flyspell.el (flyspell-check-region-doublons):
7218 Fix last fix.
7219
7220 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
7221
7222 * bindings.el (mode-line-mode-menu): List global minor modes
7223 before local ones.
7224
7225 2006-10-23 Kim F. Storm <storm@cua.dk>
7226
7227 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
7228 (sit-for): If last command was a prefix arg, add the read-ahead
7229 event to unread-command-events as (t . EVENT) so it will be added
7230 to this-command-keys by read-key-sequence.
7231
7232 2006-10-22 Martin Rudalics <rudalics@gmx.at>
7233
7234 * textmodes/flyspell.el (flyspell-word): Skip past all previous
7235 whitespace when checking doublons.
7236 (flyspell-check-region-doublons): Fix doublon regexp.
7237 (flyspell-highlight-incorrect-region): Highlight doublons using
7238 flyspell-duplicate face.
7239
7240 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
7241
7242 2006-10-22 John Wiegley <johnw@newartisans.com>
7243
7244 * progmodes/python.el (python-use-skeletons): python-mode was
7245 auto-inserting templates (for those with abbrev-mode on), not only
7246 by default -- *but without a configuration variable to disable
7247 it*. This rendered python-mode completely useless for me, so I
7248 have added `python-use-skeletons', which is now off by default.
7249
7250 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
7251
7252 * progmodes/cperl-mode.el (cperl-mode): Don't assume
7253 font-lock-multiline is auto-local (it's not).
7254 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
7255 initialized before calling cperl-init-faces.
7256
7257 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
7258
7259 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
7260 gdb-stack-position a value when there is no fringe.
7261
7262 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
7263 indicator if not visiting a file.
7264
7265 2006-10-20 David Kastrup <dak@gnu.org>
7266
7267 * window.el (kill-buffer-and-window): Fix a bug where an aborted
7268 operation would still cause some window to collapse later.
7269
7270 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7271
7272 * vc.el (vc-switch-backend): Try to be more careful with unwanted
7273 side-effect due to mixing various backends's file properties.
7274
7275 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
7276 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
7277 Return `filename's status if applicable. Update callers.
7278
7279 2006-10-19 Kenichi Handa <handa@m17n.org>
7280
7281 * international/kkc.el (kkc-region): When a key sequence is not
7282 defined, append (this-single-command-raw-keys) to
7283 unread-input-method-events.
7284
7285 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
7286
7287 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
7288
7289 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7290
7291 * version.el (emacs-version): Use mac-carbon-version-string.
7292
7293 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
7294
7295 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7296
7297 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
7298 Kenichi Handa).
7299 (xselect-convert-to-string): Decline requests for UTF8_STRING if
7300 the selection is not UTF-8.
7301
7302 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
7303
7304 * progmodes/ada-mode.el (ada-83-string-keywords)
7305 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
7306 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
7307 (ada-looking-at-semi-private, ada-get-body-name):
7308 Fix typos in docstrings.
7309 (ada-create-case-exception, ada-create-case-exception-substring):
7310 Fix typos in error messages.
7311 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
7312
7313 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7314
7315 * term/x-win.el (res-geometry): Don't set geometry from Xresources
7316 to default-frame-alist if default-frame-alist already contains
7317 width/height.
7318
7319 2006-10-18 Richard Stallman <rms@gnu.org>
7320
7321 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
7322 Non-interactive arg is the value, not the expression.
7323
7324 * simple.el (read-expression-map): Just set it, no defvar.
7325
7326 * subr.el (insert-for-yank-1): If last inserted char has
7327 properties, mark them as rear-nonsticky.
7328
7329 * recentf.el (recentf-mode): Doc fix.
7330
7331 * facemenu.el (facemenu-add-new-face): Defend against symbol
7332 that isn't a face name.
7333
7334 * dired-aux.el (dired-do-copy): Doc fix.
7335
7336 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
7337
7338 * simple.el (line-move-1): Ignore fields when moving to the
7339 beginning of line to avoid getting point stuck.
7340
7341 2006-10-18 Martin Rudalics <rudalics@gmx.at>
7342
7343 * textmodes/flyspell.el (flyspell-word-search-backward):
7344 Set inhibit-point-motion-hooks to avoid looping due to intangibile
7345 text.
7346
7347 2006-10-16 Richard Stallman <rms@gnu.org>
7348
7349 * help-fns.el (describe-function-1): Special case optimization
7350 for self-insert-command.
7351
7352 2006-10-16 Kim F. Storm <storm@cua.dk>
7353
7354 * ido.el (ido-reread-directory): Work in `dir' mode too.
7355
7356 2006-10-15 Martin Rudalics <rudalics@gmx.at>
7357
7358 * textmodes/table.el: Require 'regexp-opt.
7359
7360 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
7361
7362 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
7363 Use shell-quote-argument.
7364
7365 * shell.el (explicit-bash-args): Likewise.
7366
7367 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
7368 Use grep -E rather than egrep.
7369
7370 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7371
7372 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
7373
7374 2006-10-15 Kim F. Storm <storm@cua.dk>
7375
7376 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
7377
7378 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
7379
7380 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
7381 to protect whitespace and metacharacters from the shell.
7382
7383 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7384
7385 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
7386
7387 2006-10-13 Eli Zaretskii <eliz@gnu.org>
7388
7389 * subr.el (start-process-shell-command): Doc fix.
7390
7391 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
7392
7393 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
7394 the regexp for Maxima symbols.
7395
7396 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
7397
7398 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
7399 (vc-find-root): Don't walk higher up than ~.
7400
7401 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
7402
7403 * international/utf-8.el (utf-translate-cjk-load-tables):
7404 Avoid clobbering last-coding-system-used during load.
7405
7406 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
7407
7408 * textmodes/reftex-global.el (reftex-create-tags-file):
7409 Quote file arguments.
7410
7411 2006-10-12 Richard Stallman <rms@gnu.org>
7412
7413 * files.el (file-name-history): Add defvar.
7414 (save-some-buffers-action-alist): Improve description strings.
7415
7416 2006-10-12 Andreas Schwab <schwab@suse.de>
7417
7418 * files.el (auto-mode-alist): Match change log file name also with
7419 a dash before a numeric extension.
7420
7421 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
7422
7423 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
7424 After 5.0:
7425 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
7426
7427 After 5.1: Major edit. Summary of most visible changes:
7428
7429 - Multiple <<HERE per line allowed.
7430 - Handles multiline subroutine declaration headers (with comments).
7431 (The exception is `cperl-etags' - but it is not used in the rest
7432 of the mode.)
7433 - Fontifies multiline my/our declarations (even with comments,
7434 and with legacy `font-lock').
7435 - Major speedup of syntaxification, both immediate and postponed
7436 (3.5x to 15x [for different CPUs and versions of Emacs] on the
7437 huge real-life document I tested).
7438 - New bindings, edits to imenu.
7439 - "_" is made into word-char during fontification/syntaxification;
7440 some attempts to recognize non-word "_" during other operations too.
7441 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
7442 - autoload some more perldoc-related stuff
7443 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
7444 - Attempt to incorporate XEmacs edits which reached me.
7445
7446 Fine-grained changelog:
7447 (cperl-hook-after-change): New configuration variable.
7448 (cperl-vc-sccs-header): Likewise.
7449 (cperl-vc-sccs-header): Likewise.
7450 (cperl-vc-header-alist): Default via two preceding variables.
7451 (cperl-invalid-face): Remove double quoting under XEmacs
7452 (still needed under 21.2).
7453 (cperl-tips): Update URLs for resources.
7454 (cperl-problems): Likewise.
7455 (cperl-praise): Mention new features.
7456 New C-c key bindings: for `cperl-find-bad-style',
7457 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
7458 `cperl-perdoc', and `cperl-perldoc-at-point'.
7459 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
7460 moved, new submenu of Tools with Ispell entries and narrowing.
7461 (cperl-after-sub-regexp): New defsubst.
7462 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
7463 Allows heads up to head4.
7464 Allow "package;".
7465 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
7466 (paren-backwards-message): ??? Something for XEmacs???
7467 (cperl-mode): Never auto-switch abbrev-mode off.
7468 Try to allow '_' be non-word char.
7469 Do not use `font-lock-unfontify-region-function' on XEmacs.
7470 Reset syntax cache on mode start.
7471 Support multiline facification (even on legacy `font-lock').
7472 (cperl-facemenu-add-face-function): ??? Some contributed code ???
7473 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
7474 refuse to inform us whether the fontification is due to lazy
7475 calling or due to edit to a buffer, install our own hook
7476 (controlled by `cperl-hook-after-change').
7477 (cperl-electric-pod): =cut may have been recognized as start.
7478 (cperl-block-p): Move, updatedfor attributes.
7479 (cperl-calculate-indent): Try to allow '_' be non-word char
7480 Support subs with attributes.
7481 (cperl-where-am-i): Quiet (?) a warning.
7482 (cperl-cached-syntax-table): New function.
7483 (cperl-forward-re): Use `cperl-cached-syntax-table'.
7484 (cperl-unwind-to-safe): Recognize `syntax-type' property
7485 changing in a middle of line.
7486 (cperl-find-sub-attrs): New function.
7487 (cperl-find-pods-heres): Allow many <<EOP per line.
7488 Allow subs with attributes.
7489 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
7490 Recognize "extproc " (OS/2) case-folded and only at start.
7491 /x on s///x with empty replacement was not recognized.
7492 Better comments.
7493 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
7494 Allow subs with attributes, labels.
7495 Do not confuse "else::foo" with "else".
7496 Minor optimizations...
7497 (cperl-after-expr-p): Try to allow '_' be non-word char.
7498 (cperl-fill-paragraph): Try to detect a major bug in Emacs
7499 with `looking-at' inside `narrow' and bulk out if found.
7500 (cperl-imenu--create-perl-index): Updates for new
7501 `cperl-imenu--function-name-regexp-perl'.
7502 (cperl-outline-level): Likewise.
7503 (cperl-init-faces): Allow multiline subroutine headers
7504 and my/our declarations, and ones with comments.
7505 Allow subroutine attributes.
7506 (cperl-imenu-on-info): Better docstring.
7507 (cperl-etags): Rudimentary support for attributes.
7508 Support for packages and "package;".
7509 (cperl-add-tags-recurse-noxs): Better (?) docstring.
7510 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
7511 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
7512 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
7513 (cperl-perldoc): Add autoload.
7514 (cperl-perldoc-at-point): Likewise.
7515 (cperl-here-doc-spell): New function.
7516 (cperl-pod-spell): Likewise.
7517 (cperl-map-pods-heres): Likewise.
7518 (cperl-get-here-doc-region): Likewise.
7519 (cperl-font-lock-fontify-region-function): Likewise (backward
7520 compatibility for legacy `font-lock').
7521 (cperl-font-lock-unfontify-region-function): Fix style.
7522 (cperl-fontify-syntaxically): Recognize and optimize away deferred
7523 calls with no-change. Governed by `cperl-hook-after-change'.
7524 (cperl-fontify-update): Recognize that syntaxification region
7525 can be larger than fontification one.
7526 XXXX we leave `cperl-postpone' property, so this is quadratic...
7527 (cperl-fontify-update-bad): Temporary placeholder until
7528 it is clear how to implement `cperl-fontify-update'.
7529 (cperl-time-fontification): New function.
7530 (attrib-group): New text attribute.
7531 (multiline): New value: `syntax-type' text attribute.
7532
7533 After 5.2:
7534 (cperl-emulate-lazy-lock): New function.
7535 (cperl-fontify-syntaxically): Would skip large regions.
7536 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
7537 Some globals were declared, but uninitialized.
7538
7539 After 5.3, 5.4:
7540 (cperl-facemenu-add-face-function): Add docs, fix U<>.
7541 Copyright message updated.
7542 (cperl-init-faces): Work around a bug in `font-lock'. May slow
7543 facification down a bit.
7544 Misprint for my|our|local for old `font-lock'
7545 "our" was not fontified same as "my|local".
7546 Highlight variables after "my" etc even in
7547 a middle of an expression.
7548 Do not facify multiple variables after my etc
7549 unless parentheses are present.
7550
7551 After 5.5, 5.6
7552 (cperl-fontify-syntaxically): after-change hook could reset.
7553 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
7554
7555 After 5.7:
7556 (cperl-init-faces): Allow highlighting of local ($/).
7557 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
7558 (cperl-problems): Remove fixed problems.
7559 (cperl-find-pods-heres): Recognize #-comments in m##x too.
7560 Recognize charclasses (unless delimiter is \).
7561 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
7562 (cperl-regexp-scan): Update docs.
7563 (cperl-beautify-regexp-piece): Use information got from regexp scan.
7564
7565 After 5.8:
7566 Major user visible changes:
7567 Recognition and fontification of character classes in RExen.
7568 Variable indentation of RExen according to groups.
7569
7570 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
7571 Fontify REx charclasses in variable-name face.
7572 Fontify POSIX charclasses in "type" face.
7573 Fontify unmatched "]" in function-name face.
7574 Mark first-char of HERE-doc as `front-sticky'.
7575 Reset `front-sticky' property when needed.
7576 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
7577 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
7578 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
7579 constructs. Support `narrow'ed buffers.
7580 (cperl-praise): Remove a reservation.
7581 (cperl-make-indent): New function.
7582 (cperl-indent-for-comment): Use `cperl-make-indent'.
7583 (cperl-indent-line): Likewise.
7584 (cperl-lineup): Likewise.
7585 (cperl-beautify-regexp-piece): Likewise.
7586 (cperl-contract-level): Likewise.
7587 (cperl-toggle-set-debug-unwind): New function.
7588 New menu entry for this.
7589 (fill-paragraph-function): Use when `boundp'.
7590 (cperl-calculate-indent): Take into account groups when indenting RExen.
7591 (cperl-to-comment-or-eol): Recognize # which end a string.
7592 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
7593 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
7594 (cperl-fontify-syntaxically): More clear debugging message.
7595 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
7596 (cperl-init-faces): More complicated highlight even on XEmacs (new).
7597 Merge cosmetic changes from XEmacs.
7598
7599 After 5.9:
7600 (cperl-1+): Move to before the first use.
7601 (cperl-1-): Likewise.
7602
7603 After 5.10:
7604
7605 This code may lock Emacs hard!!! Use at your own risk!
7606
7607 (cperl-font-locking): New internal variable.
7608 (cperl-beginning-of-property): New function.
7609 (cperl-calculate-indent): Use `cperl-beginning-of-property'
7610 instead of `previous-single-property-change'.
7611 (cperl-unwind-to-safe): Likewise.
7612 (cperl-after-expr-p): Likewise.
7613 (cperl-get-here-doc-region): Likewise.
7614 (cperl-font-lock-fontify-region-function): Likewise.
7615 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
7616 recursively.
7617 Bound `next-single-property-change' via `point-max'.
7618 (cperl-unwind-to-safe): Bound likewise
7619 (cperl-font-lock-fontify-region-function): Likewise.
7620 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
7621 Initialization of `cperl-font-lock-multiline-start' could be
7622 missed if the "main" fontification did not run due to the
7623 keyword being already fontified.
7624 (cperl-pod-spell): Return t from do-one-chunk function.
7625 (cperl-map-pods-heres): Stop when the worker returns nil.
7626 Call `cperl-update-syntaxification'.
7627 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
7628 (cperl-get-here-doc-delim): Remove unused function.
7629
7630 After 5.11:
7631
7632 The possible lockup of Emacs (introduced in 5.10) fixed.
7633
7634 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
7635 (cperl-syntaxify-for-menu): New customization variable.
7636 (cperl-select-this-pod-or-here-doc): New function.
7637 (cperl-get-here-doc-region): Extra argument.
7638 Do not adjust pos by 1.
7639
7640 New menu entries
7641 (Perl/Tools): Selection of current POD or HERE-DOC section.
7642 (Debugging CPerl:) backtrace on fontification.
7643
7644 After 5.12:
7645 (cperl-cached-syntax-table): Use `car-safe'.
7646 (cperl-forward-re): Remove spurious argument SET-ST.
7647 Add documentation.
7648 (cperl-forward-group-in-re): New function.
7649 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
7650 (XXXX Temporary (?) hack is to syntax-mark them as comment).
7651
7652 After 5.13:
7653 (cperl-string-syntax-table): Make { and } not-grouping
7654 (Sometimes they ARE grouping in RExen, but matching them would only
7655 confuse in many situations when they are not)
7656 (beginning-of-buffer): Replace two occurrences with goto-char...
7657 (cperl-calculate-indent): `char-after' could be nil...
7658 (cperl-find-pods-heres): REx can start after "[" too.
7659 Hightlight (??{}) in RExen too.
7660 (cperl-maybe-white-and-comment-rex): New constant
7661 (cperl-white-and-comment-rex): Likewise.
7662 XXXX Not very efficient, but hard to make
7663 better while keeping 1 group.
7664
7665 After 5.13:
7666 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
7667 Likewise for 1 << identifier.
7668
7669 After 5.14:
7670 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
7671 Error-less condition-case could fail.
7672 (cperl-font-lock-fontify-region-function): Likewise.
7673 (cperl-init-faces): Likewise.
7674
7675 After 5.15:
7676 (cperl-find-pods-heres): Support property REx-part2.
7677 (cperl-calculate-indent): Likewise.
7678 Don't special-case REx with non-empty 1st line.
7679 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
7680 Invert highlighting of charclasses:
7681 now the envelop is highlighted.
7682 Highlight many others 0-length builtins.
7683 (cperl-praise): Mention indenting and highlight in RExen.
7684
7685 After 5.15:
7686 (cperl-find-pods-heres): Highlight capturing parens in REx.
7687
7688 After 5.16:
7689 (cperl-find-pods-heres): Highlight '|' for alternation
7690 Initialize `font-lock-warning-face' if not present.
7691 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
7692 `font-lock-function-name-face'.
7693 (cperl-look-at-leading-count): Likewise.
7694 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
7695 `font-lock-keyword-face' (needed for
7696 batch processing), etc...
7697 Use `font-lock-builtin-face' for builtin in REx
7698 Now `font-lock-variable-name-face'
7699 is used for interpolated variables
7700 Use "talking aliases" for faces inside REx
7701 Highlight parts of REx (except in charclasses)
7702 according to the syntax and/or semantic
7703 Syntax-mark a {}-part of (?{}) as "comment"
7704 (it was the ()-part)
7705 Better logic to distinguish what is what in REx
7706 (cperl-tips-faces): Document REx highlighting
7707 (cperl-praise): Mention REx syntax highlight etc.
7708
7709 After 5.17:
7710 (cperl-find-sub-attrs): Would not always manage to print error message.
7711 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
7712
7713 After 5.18:
7714 (cperl-find-pods-heres): Misprint in REx for parsing REx.
7715 Very minor optimization.
7716 `my-cperl-REx-modifiers-face' got quoted.
7717 Recognize "print $foo <<END" as HERE-doc.
7718 Put `REx-interpolated' text attribute if needed.
7719 (cperl-invert-if-unless-modifiers): New function.
7720 (cperl-backward-to-start-of-expr): Likewise.
7721 (cperl-forward-to-end-of-expr): Likewise.
7722 (cperl-invert-if-unless): Works in "the opposite way" too.
7723 Cursor position on return is on the switch-word.
7724 Indents comments better.
7725 (REx-interpolated): New text attribute.
7726 (cperl-next-interpolated-REx): New function.
7727 (cperl-next-interpolated-REx-0): Likewise.
7728 (cperl-next-interpolated-REx-1): Likewise.
7729 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
7730 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
7731 (cperl-praise): Mention finded interpolated RExen.
7732
7733 After 5.19:
7734 (cperl-init-faces): Highlight %$foo, @$foo too.
7735 (cperl-short-docs): Better docs for system, exec.
7736 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
7737 Would not find HERE-doc ended by EOF without NL.
7738 (cperl-short-docs): Correct not-doubled \-escapes.
7739 start block: Put some `defvar' for stuff gone from XEmacs.
7740
7741 After 5.20:
7742 initial comment: Extend copyright, fix email address.
7743 (cperl-indent-comment-at-column-0): New customization variable.
7744 (cperl-comment-indent): Indentation after $#a would increasy by 1.
7745 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
7746 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
7747 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
7748 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
7749 highlight $ in $foo too (UNTESTED).
7750 (cperl-set-style): Docstring missed some available styles.
7751 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
7752 Change "Current" to "Memorize Current".
7753 (cperl-indent-wrt-brace): New customization variable; the default is
7754 as for pre-5.2 version.
7755 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
7756 (cperl-style-alist): Likewise.
7757 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
7758 and `cperl-extra-newline-before-brace' etc
7759 being t
7760 (cperl-indent-exp): Plans B and C to find continuation blocks even
7761 if `cperl-extra-newline-before-brace' is t.
7762
7763 After 5.21:
7764 Improve some docstrings concerning indentation.
7765 (cperl-indent-rules-alist): New variable.
7766 (cperl-sniff-for-indent): New function name
7767 (separated from `cperl-calculate-indent').
7768 (cperl-calculate-indent): Separate the sniffer and the indenter;
7769 uses `cperl-sniff-for-indent' now.
7770 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
7771 was inverted;
7772 Support `comment-column' = 0.
7773
7774 2006-10-11 Martin Rudalics <rudalics@gmx.at>
7775
7776 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
7777 * help-at-pt.el (scan-buf-move-to-region): Likewise.
7778 * longlines.el (longlines-window-change-function): Likewise.
7779 * simple.el (undo-ask-before-discard): Likewise.
7780 * wid-edit.el (widget-field-prompt-internal)
7781 (widget-documentation-link-p): Likewise.
7782
7783 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7784
7785 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
7786 for a keyword.
7787
7788 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7789
7790 * newcomment.el (comment-valid-prefix-p): Make the check
7791 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
7792 (comment-indent-new-line): Adjust call.
7793
7794 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
7795
7796 * allout.el (allout-back-to-current-heading): Base on lower-level
7797 routines to get proper disqualification of aberrant topics.
7798
7799 2006-10-09 Richard Stallman <rms@gnu.org>
7800
7801 * textmodes/two-column.el (2C-two-columns): Doc fix.
7802
7803 2006-10-09 Kim F. Storm <storm@cua.dk>
7804
7805 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
7806 about implicit use.
7807
7808 2006-10-08 Richard Stallman <rms@gnu.org>
7809
7810 * textmodes/two-column.el (2C-two-columns): Doc fix.
7811
7812 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
7813
7814 * files.el: Mark `buffer-read-only' as safe-local-variable.
7815
7816 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
7817
7818 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
7819 Burp if GUD buffer has been killed.
7820
7821 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7822
7823 * completion.el (add-completions-from-c-buffer):
7824 Don't presume an error's second element is a string.
7825 Use looking-at rather than buffer-substring + member.
7826
7827 2006-10-07 Eli Zaretskii <eliz@gnu.org>
7828
7829 * mail/rmail.el (rmail-redecode-body): If the old encoding is
7830 `undecided', call find-coding-systems-region to find a proper
7831 non-trivial encoding.
7832 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
7833 and "text/plain".
7834
7835 2006-10-07 Kevin Ryde <user42@zip.com.au>
7836
7837 * textmodes/reftex-vars.el (defgroup reftex): Update home page
7838 url-link.
7839
7840 * strokes.el (defgroup strokes): Remove invalid url-link.
7841
7842 2006-10-07 Magnus Henoch <mange@freemail.hu>
7843
7844 * autoinsert.el (auto-insert-alist): Doc fix.
7845
7846 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7847
7848 * mouse-sel.el (mouse-insert-selection-internal):
7849 Use insert-for-yank, so that yank handlers are run.
7850
7851 2006-10-07 Kim F. Storm <storm@cua.dk>
7852
7853 * ido.el (ido-file-extension-aux): Fix comparison.
7854
7855 2006-10-06 Kim F. Storm <storm@cua.dk>
7856
7857 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
7858
7859 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
7860
7861 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
7862 (ad-make-mapped-call): Use `let', not `let*'.
7863
7864 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
7865
7866 * international/mule-cmds.el (coding-system-change-eol-conversion):
7867 Ensure the coding system is initialized before calling
7868 coding-system-eol-type.
7869
7870 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
7871
7872 * textmodes/org.el (org-rm-props, org-activate-plain-links)
7873 (org-activate-angle-links, org-activate-dates)
7874 (org-activate-target-links, org-activate-camels)
7875 (org-activate-tags): Add `rear-nonsticky' text property to avoid
7876 textproperty keymaps from being active beyond the end of a line.
7877 (org-unfontify-region): Also remove `rear-nonsticky' property.
7878
7879 2006-10-04 Kenichi Handa <handa@m17n.org>
7880
7881 * international/code-pages.el (next): Table fixed.
7882
7883 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7884
7885 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
7886 that it's been made unnecessary by removing narrowing.
7887
7888 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7889
7890 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
7891 control flow a bit, simplify another bit, and add comments.
7892
7893 2006-10-03 David Kastrup <dak@gnu.org>
7894
7895 * help.el (describe-mode): For clicks on mode-line, use "@"
7896 interactive argument to get the major mode of the click instead of
7897 the current buffer.
7898
7899 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
7900 in order to better redirect mouse-2 clicks. Also allow default
7901 bindings to apply.
7902
7903 2006-10-03 Kim F. Storm <storm@cua.dk>
7904
7905 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
7906 (pushnew): Fix last change.
7907
7908 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
7909
7910 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
7911 Use the interactive spec of `eval-expression'.
7912
7913 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
7914
7915 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
7916
7917 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
7918
7919 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
7920 2006-09-28 commit.
7921
7922 2006-10-02 Kenichi Handa <handa@m17n.org>
7923
7924 * international/code-pages.el (iso-8859-6): Table fixed.
7925
7926 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
7927
7928 * dired.el (dired-build-subdir-alist): Fix previous change.
7929
7930 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7931
7932 * simple.el (undo-elt-crosses-region): Fix the inequalities.
7933
7934 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7935
7936 * emacs-lisp/find-func.el (find-function-regexp): Don't match
7937 "define-button-type".
7938
7939 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
7940 they don't keep accumulating.
7941
7942 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
7943
7944 * ffap.el (ffap-rfc-path): Change the address of the RFC
7945 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
7946
7947 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
7948
7949 * allout.el (allout-expose-topic): Rectify implementation of "+"
7950 spec, so that bodies are not exposed with headlines.
7951
7952 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
7953
7954 * allout.el (allout-current-depth): Do aberrent check only at or
7955 below doublecheck depth.
7956 (allout-chart-subtree): Make it explicit that LEVELS being nil
7957 means unlimited depth. Drop undocumented support for LEVELS value
7958 t meaning unlimited depth. (This is consistent with
7959 allout-chart-to-reveal, but contrary to allout-show-children,
7960 which needs to use nil to default to depth of 1.)
7961 (allout-goto-prefix-doublechecked): Wrap long docstring line.
7962 (allout-chart-to-reveal): Be explicit in docstring about meaning
7963 of nil LEVELS, and drop support for LEVELS value t.
7964 (allout-show-children): Translate the level spec used by this
7965 routine to that used by allout-chart-subtree and
7966 allout-chart-to-reveal.
7967 (allout-show-to-offshoot): Retry once when stuck, after opening
7968 subtree - improvements in discontinuity handling likely will
7969 enable progress.
7970
7971 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
7972
7973 * wid-edit.el (widget-button-click-moves-point): New variable.
7974 (widget-button-click): If widget-button-click-moves-point is
7975 non-nil, set point after performing the button action.
7976
7977 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
7978
7979 2006-09-30 Martin Rudalics <rudalics@gmx.at>
7980
7981 * files.el (find-file-existing): Modify to not allow wildcards.
7982
7983 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7984
7985 * simple.el (undo-more): When undo information for the region is
7986 exhausted, say "No further undo information FOR REGION".
7987
7988 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
7989
7990 * progmodes/sh-script.el (sh-prev-thing):
7991 Take `sh-leading-keywords' into account.
7992
7993 2006-09-29 Glenn Morris <rgm@gnu.org>
7994
7995 * custom.el (defcustom): Doc fix.
7996
7997 * calendar/calendar.el (european-calendar-style):
7998 Call european-calendar or american-calendar as needed when set.
7999 (diary-view-entries, list-calendar-holidays): Move autoloads
8000 before use.
8001
8002 2006-09-29 Juri Linkov <juri@jurta.org>
8003
8004 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
8005 to nil if there is no previous property change.
8006
8007 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8008
8009 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
8010 saving anything to be sure that `forward-sexp' behaves correctly.
8011
8012 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
8013
8014 * simple.el (line-move-finish): Ignore field boundaries if the
8015 initial and final points have the same `field' property.
8016
8017 2006-09-29 Kim F. Storm <storm@cua.dk>
8018
8019 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
8020 to t while calling ido-read-internal.
8021
8022 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
8023
8024 * textmodes/org.el (org-file-remote-p): Get regexp from list.
8025 (org-archive-subtree): Remove erraneous `]' from character list.
8026
8027 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
8028
8029 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
8030 (ses-reconstruct-all): Make undo of "insert row" work by keeping
8031 markers for data-area and parameters-area.
8032
8033 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8034
8035 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
8036
8037 * font-lock.el (font-lock-after-change-function): Refontify next line
8038 as well if end is at BOL.
8039 (font-lock-extend-jit-lock-region-after-change): Be more careful to
8040 only extend the region as much as needed.
8041
8042 2006-09-28 Richard Stallman <rms@gnu.org>
8043
8044 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
8045
8046 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
8047
8048 * international/mule.el (after-insert-file-set-coding):
8049 If VISIT, don't let set-buffer-multibyte make undo info.
8050
8051 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
8052
8053 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
8054 lines in base64-encoded authentication response.
8055
8056 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8057
8058 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
8059 (ebnf-version): New version 4.3.
8060 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
8061 (ebnf-prologue): Adjust PostScript programming.
8062 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
8063 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
8064
8065 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
8066
8067 * jit-lock.el (jit-lock-force-redisplay): Rename from
8068 jit-lock-fontify-again, and undo the mistaken change I've just done.
8069
8070 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
8071 (jit-lock-fontify-again): Don't refontify text that's not displayed.
8072
8073 2006-09-26 Kenichi Handa <handa@m17n.org>
8074
8075 * startup.el (display-splash-screen): Allow a prefix argument.
8076
8077 2006-09-25 Jason Rumney <jasonr@gnu.org>
8078
8079 * subr.el (shell-quote-argument): Use DOS logic for Windows
8080 shells with DOS semantics.
8081
8082 2006-09-24 Richard Stallman <rms@gnu.org>
8083
8084 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
8085 (compilation-goto-locus): Use compilation-goto-locus-delete-o
8086 to delete the overlay. Put it on pre-command-hook.
8087
8088 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
8089
8090 * startup.el (fancy-splash-screens, normal-splash-screen):
8091 Call the splash buffer *About GNU Emacs*.
8092
8093 * simple.el (next-error-highlight, next-error-highlight-no-select):
8094 Default to 0.5.
8095 (yank-excluded-properties): Add `fontified'.
8096
8097 * font-lock.el (font-lock-compile-keywords): Allow value of
8098 syntax-begin-function to enable paren-column-0 highlighting.
8099
8100 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
8101
8102 * dired.el (dired-build-subdir-alist): When file ends in colon,
8103 don't exit the loop, just disregard that file.
8104
8105 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
8106
8107 * simple.el (line-move-finish): Handle corner case for fields in
8108 continued lines.
8109 (line-move-1): Remove flawed test for that case.
8110
8111 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
8112
8113 * icomplete.el (icomplete-simple-completing-p): Use the correct
8114 name for the new variable, `icomplete-with-completion-tables'.
8115 (file local variables): Remove superfluous setting.
8116
8117 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
8118
8119 * calendar/appt.el (appt-check): Fix typo for appointments just
8120 after midnight.
8121
8122 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
8123
8124 * help.el (describe-key-briefly, describe-key): Don't expect an
8125 extra up event if a down-event is generated by a popup menu.
8126
8127 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
8128
8129 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
8130 local dictionary when changing the global dictionary.
8131
8132 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
8133
8134 * icomplete.el (icomplete-with-completion-tables): List of
8135 specialized completion tables with which icomplete should
8136 operate. Include the new `internal-complete-buffer', so icomplete
8137 works with interactive buffer-selection.
8138 (icomplete-simple-completing-p): Add acceptance of specialized
8139 completion tables listed in icomplete-with-completion-tables.
8140
8141 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8142
8143 * frame.el (focus-follows-mouse): Set default to nil on Mac.
8144
8145 * startup.el (command-line): Use `custom-reevaluate-setting' for
8146 `focus-follows-mouse'.
8147
8148 2006-09-22 Richard Stallman <rms@gnu.org>
8149
8150 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
8151 explain why Save is not available.
8152
8153 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
8154
8155 * woman.el (woman0-so): Use `let*', not `let'.
8156 (woman-horizontal-line): Remove unbalanced parenthesis.
8157
8158 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8159
8160 * woman.el: Make sure all the end-of-region markers we use have
8161 a non-nil insertion-type.
8162 (woman0-so): Move things around so we can use copy-marker.
8163 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
8164 Adjust marker type.
8165 (woman2-process-escapes): Check marker type.
8166 (woman-horizontal-line): Dispense with the use of a marker.
8167
8168 2006-09-22 Jay Belanger <belanger@truman.edu>
8169
8170 * calc/calc-lang.el: Add Greek letters to math-variable-table
8171 property of tex.
8172
8173 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
8174
8175 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
8176
8177 2006-09-22 Masatake YAMATO <jet@gyve.org>
8178
8179 * add-log.el (add-log-current-defun): Use `forward-sexp'
8180 instead of `forward-word' to pick c++::symbol.
8181 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
8182
8183 2006-09-22 Kenichi Handa <handa@m17n.org>
8184
8185 * bindings.el: Fix setting self-insert-command for multibyte
8186 characters in global-map.
8187
8188 2006-09-21 David Kastrup <dak@gnu.org>
8189
8190 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
8191 doc string.
8192
8193 2006-09-21 Kenichi Handa <handa@m17n.org>
8194
8195 * language/european.el ("Latin-1"): Add windows-1252 to
8196 coding-priority.
8197 ("German"): Likewise.
8198
8199 2006-09-21 Kim F. Storm <storm@cua.dk>
8200
8201 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
8202 Suggested by Miles Bader.
8203
8204 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
8205 instead of add-to-list in the simple case.
8206
8207 2006-09-20 Kenichi Handa <handa@m17n.org>
8208
8209 * isearch.el (isearch-process-search-char): Cancel the previous change.
8210 (isearch-search-string): New function.
8211 (isearch-search): Use isearch-search-string.
8212 (isearch-lazy-highlight-search): Likewise.
8213
8214 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8215
8216 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
8217 string to become an option.
8218
8219 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8220
8221 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
8222
8223 2006-09-20 Kim F. Storm <storm@cua.dk>
8224
8225 * simple.el (line-move-partial): Call pos-visible-in-window-p with
8226 position t instead of trying both window-end and window-end - 1.
8227
8228 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
8229
8230 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
8231 hidden trees.
8232
8233 2006-09-20 David Kastrup <dak@gnu.org>
8234
8235 * mouse.el (mouse-posn-property): Improve doc string.
8236 (mouse-on-link-p): Change buffers for function calls on links.
8237
8238 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
8239 buffer is read-only.
8240
8241 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
8242
8243 * allout.el (allout-unprotected): Let inhibit-read-only only when
8244 buffer-read-only isn't set.
8245 (allout-annotate-hidden): Enable topic annotation during copies even
8246 when the buffer is read-only, eg for topic copies. Ensure that the loop
8247 advances, even when the span extends beyond the deletion region.
8248 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
8249 rather than allout-exposure-changed-hook, as a stronger assertion.
8250 (allout-keybindings-list): Add bindings for
8251 allout-copy-line-as-kill and allout-copy-topic-as-kill.
8252 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
8253 Copy wrappers for allout-kill-line and allout-kill-topic.
8254 (allout-listify-exposed): Position correctly to accumulate lines.
8255
8256 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
8257
8258 * simple.el (line-move-1): Escape field boundaries occurring
8259 exactly at point. Update goal column if constrained to a field.
8260 (line-move-finish): Escape field boundaries occurring exactly at point.
8261
8262 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8263
8264 * mouse.el (mouse-on-link-p): Tentatively fix last change.
8265 (mouse-drag-vertical-line): Remove unused var `wconfig'.
8266
8267 2006-09-19 Kim F. Storm <storm@cua.dk>
8268
8269 * help.el (describe-key-briefly, describe-key): Simplify printing
8270 of descriptions by using format and %S. Fix "is undefined"
8271 messages to say "at that spot" for mouse events.
8272
8273 * simple.el (line-move-partial): Optimize. Try window-line-height
8274 before posn-at-point to get vpos of current line.
8275
8276 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
8277
8278 * viper.el: Bump up version/date of update to reflect the substantial
8279 changes done in August 2006.
8280
8281 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
8282 are defined.
8283
8284 * ediff-util.el (ediff-add-to-history): New function.
8285
8286 * ediff.el: Use ediff-add-to-history instead of add-to-history.
8287
8288 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8289
8290 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
8291 Delete duplicate make-local-variable form.
8292 (conf-space-keywords): Add autoload cookie.
8293 Fix typo (`keywords', not `keyword').
8294
8295 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8296
8297 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
8298 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
8299 to x-gtk-use-old-file-dialog.
8300
8301 2006-09-18 Richard Stallman <rms@gnu.org>
8302
8303 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
8304 that might come in during mouse tracking.
8305
8306 2006-09-18 Kim F. Storm <storm@cua.dk>
8307
8308 * simple.el (line-move-partial): Rework 2006-09-15 change to use
8309 new window-line-height function. Further optimize by not calling
8310 pos-visible-in-window-p for window-end when window-line-height
8311 returns useful information.
8312
8313 2006-09-16 Richard Stallman <rms@gnu.org>
8314
8315 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
8316 (conf-space-mode): Don't handle prefix arg.
8317 Delete conf-space-keywords-override code.
8318 Use add-hook.
8319 (conf-space-keywords): New command.
8320 (conf-space-mode-internal): Be careful with imenu-generic-expression.
8321 Delete conf-space-keywords-override code.
8322 (conf-space-keywords-alist): Doc fix.
8323 (conf-space-font-lock-keywords): Doc fix.
8324 (conf-space-keywords-override): Var deleted.
8325
8326 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
8327
8328 * startup.el (fancy-splash-screens): Don't switch to the scratch
8329 buffer; it may not be the next buffer.
8330
8331 2006-09-16 Romain Francoise <romain@orebokech.com>
8332
8333 * saveplace.el (load-save-place-alist-from-file): Use expanded name
8334 in both messages.
8335
8336 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
8337
8338 * progmodes/python.el (python-preoutput-filter):
8339 Fix arg order to string-match.
8340
8341 2006-09-16 Richard Stallman <rms@gnu.org>
8342
8343 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
8344 font-lock-compile-keywords.
8345
8346 * font-lock.el (font-lock-compile-keywords): Rename optional arg
8347 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
8348
8349 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8350
8351 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
8352
8353 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
8354 and the data doesn't look like UTF8, send STRING instead.
8355
8356 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
8357
8358 * textmodes/flyspell.el (flyspell-check-region-doublons):
8359 New function to detect duplicated words.
8360 (flyspell-large-region): Use it.
8361
8362 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
8363
8364 * simple.el (line-move-to-column): Revert 2006-08-03 change.
8365
8366 2006-09-16 Eli Zaretskii <eliz@gnu.org>
8367
8368 * help.el (describe-prefix-bindings): Use let, not let*.
8369
8370 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
8371
8372 * allout.el (allout-regexp, allout-line-boundary-regexp)
8373 (allout-bob-regexp): Correct grouping and boundaries to fix
8374 backwards traversal.
8375 (allout-depth-specific-regexp, allout-depth-one-regexp):
8376 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
8377 worse time in allout-ascend.
8378 (allout-doublecheck-at-and-shallower): Identify depth threshold
8379 below which topics are checked for and disqualified by containment
8380 discontinuities.
8381 (allout-hotspot-key-handler): Correctly handle multiple-key
8382 strokes. Remove some unused variables.
8383 (allout-mode-leaders): Clarify that mode-specific comment-start
8384 will be used.
8385 (set-allout-regexp): Correctly regexp-quote allout regexps to
8386 properly accept alternative header-leads and primary bullets with
8387 regexp-specific characters (eg, C "/*", mathematica "(*").
8388 Include new regular expressions among those configured.
8389 (allout-infer-header-lead-and-primary-bullet):
8390 Rename allout-infer-header-lead.
8391 (allout-recent-depth): Manifest as a variable as well as a function.
8392 (allout-prefix-data): Simplify into an inline instead of a macro,
8393 assuming current match data rather than being explicitly passed
8394 it. Establish allout-recent-depth value as well as
8395 allout-recent-prefix-beginning and allout-recent-prefix-end.
8396 (allout-aberrant-container-p): True when an item's immediate
8397 offspring discontinuously contained. Useful for disqualifying
8398 unintended topic prefixes, likely at low depths.
8399 (allout-goto-prefix-doublechecked): Elaborate version of
8400 allout-goto-prefix which disqualifies aberrant pseudo-items.
8401 (allout-pre-next-prefix): Layer on top of lower-level routines, to
8402 get disqualification of aberrant containers.
8403 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
8404 containers.
8405 (allout-beginning-of-current-entry): Position at start of buffer
8406 when in container (depth 0) entry.
8407 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
8408 (allout-current-bullet): Strip text properties.
8409 (allout-get-prefix-bullet): Use right match groups.
8410 (allout-beginning-of-line, allout-next-heading):
8411 Disqualify aberrant containers.
8412 (allout-previous-heading): Disqualify aberrant containers, and
8413 change to regular (rather than inline) function, to allow
8414 self-recursion.
8415 (allout-get-invisibility-overlay): Increment so progress is made
8416 when the first overlay is not the sought one.
8417 (allout-end-of-prefix): Disqualify aberrant containers.
8418 (allout-end-of-line): Cycle something like allout-beginning-of-line.
8419 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
8420 outline.el outlines) functional again. Change the primary bullet
8421 along with the header-lead - level 1 new-style bullets now work.
8422 Engage allout-before-change-handler in mainline Emacs, not just
8423 XEmacs, to do undo handling.
8424 (allout-before-change-handler): Expose undo changes occurring in
8425 hidden regions. Use allout-get-invisibility-overlay instead of
8426 reimplementing it inline.
8427 (allout-chart-subtree): Use start rather than end of prefix in
8428 charts. Use allout-recent-depth variable.
8429 (allout-chart-siblings): Disqualify aberrant topics.
8430 (allout-beginning-of-current-entry): Position correctly.
8431 (allout-ascend): Use new allout-depth-specific-regexp and
8432 allout-depth-one-regexp for linear instead of O(N^2) or worse
8433 behavior.
8434 (allout-ascend-to-depth): Depend on allout-ascend, rather than
8435 reimplementing an algorithm.
8436 (allout-up-current-level): Depend on allout-ascend, rather than
8437 reimplementing an algorithm. Return to start-point if we fail.
8438 (allout-descend-to-depth): Use allout-recent-depth variable
8439 instead of function.
8440 (allout-next-sibling): On traversal of numerous intervening
8441 topics, resort to economical allout-next-sibling-leap.
8442 (allout-next-sibling-leap): Specialized version of
8443 allout-next-sibling that uses allout-ascend cleverly, to depend on
8444 a regexp search to leap large numbers of contained topics, rather
8445 than arbitrarily many one-by-one traversals.
8446 (allout-next-visible-heading): Disqualify aberrant topics.
8447 (allout-previous-visible-heading): Position consistently when
8448 interactive.
8449 (allout-forward-current-level): Base on allout-previous-sibling
8450 rather than (differently) reimplmenting the algorithm. Remove some
8451 unused variables.
8452 (allout-solicit-alternate-bullet): Present default choice stripped
8453 of text properties.
8454 (allout-rebullet-heading): Use bullet stripped of text properties.
8455 Register changes using allout-exposure-change-hook.
8456 Disregard aberrant topics.
8457 (allout-shift-in): With universal-argument, make topic a peer of
8458 it's former offspring. Simplify the code by separating out
8459 allout-shift-out functionality.
8460 (allout-shift-out): With universal-argument, make offspring peers
8461 of their former container, and its siblings. Implement the
8462 functionality here, rather than inappropriately muddling the
8463 implementation of allout-shift-in.
8464 (allout-rebullet-topic): Respect additional argument for new
8465 parent-child separation function.
8466 (allout-yank-processing): Use allout-ascend directly.
8467 (allout-show-entry): Disqualify aberrant topics.
8468 (allout-show-children): Handle discontinuous children gracefully,
8469 extending the depth being revealed to expose them and posting a
8470 message indicating the situation.
8471 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
8472 Leave cursor in correct position.
8473 (allout-hide-current-subtree): Use allout-ascend directly.
8474 Disqualify aberrant topics.
8475 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
8476 a way that the yanks can restore it, as used to happen.
8477 (allout-yank-processing): Restore exposure layout as recorded by
8478 allout-kill-*, as used to happen.
8479 (allout-annotate-hidden, allout-hide-by-annotation): New routines
8480 for preseving and restoring exposure layout across kills.
8481 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
8482 (allout-encrypt-string): Strip text properties.
8483 Rearranged order and outline-headings for some of the
8484 miscellaneous functions.
8485 (allout-resolve-xref): No need to quote the error name in the
8486 condition-case handler section.
8487 (allout-flatten): Classic recursive (and recursively intensive,
8488 without tail-recursion) list-flattener, needed by allout-shift-out
8489 when confronted with discontinuous children.
8490
8491 2006-09-16 Jason Rumney <jasonr@gnu.org>
8492
8493 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
8494 on ms-windows.
8495 (dnd-open-unc-file): Remove.
8496 (dnd-open-local-file): Mention in doc string that it also handles
8497 remote files if the system natively supports unc file-names.
8498
8499 2006-09-15 Kim F. Storm <storm@cua.dk>
8500
8501 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
8502 all necessary information about the event before erasing *Help*.
8503
8504 * simple.el (line-move-partial): Use window-line-visiblity to
8505 quickly check whether last line is partially visible, and only do
8506 the hard (and slow) part in that case.
8507
8508 2006-09-15 Jay Belanger <belanger@truman.edu>
8509
8510 * COPYING: Replace "Library Public License" by "Lesser Public
8511 License" throughout.
8512
8513 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8514
8515 * term/x-win.el (x-menu-bar-open): New function for F10.
8516
8517 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
8518
8519 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8520 Disallow filenames containing " -" to avoid confusion with libtool
8521 compilation messages. Suggested by Stefan Monnier.
8522
8523 2006-09-15 David Kastrup <dak@gnu.org>
8524
8525 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
8526 instead of buffer position for `mouse-on-link-p'.
8527
8528 * mouse.el (mouse-posn-property): New function looking up the
8529 properties at a click position in overlays and text properties in
8530 either buffer or strings.
8531 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
8532 of both `follow-link' as well as `mouse-face' properties.
8533 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
8534 buffer position.
8535
8536 * help.el (describe-key-briefly): When reading a down-event on
8537 mode lines or scroll bar, swallow the following up event, too.
8538 Use the new mouse sensitity of `key-binding' for lookup.
8539 (describe-key): The same here.
8540
8541 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
8542
8543 * play/life.el (life-patterns): Add a few more interesting patterns.
8544 (life-setup): Force `show-trailing-whitespace' to nil.
8545
8546 2006-09-14 Richard Stallman <rms@gnu.org>
8547
8548 * startup.el (fancy-splash-text): Change text to improve alignment.
8549 (fancy-splash-screens): Don't set non-standard tab width.
8550 Bind cursor-type temporarily, and make it easy to patch to
8551 preserve the splash buffer.
8552 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
8553 (fancy-splash-screens): Display echo-area message explicitly.
8554 Don't set fancy-splash-help-echo.
8555
8556 * simple.el (line-number-mode): Group mode-line instead of
8557 editing-basics.
8558 (column-number-mode, size-indication-mode): Likewise.
8559
8560 * faces.el (mode-line-faces): Group mode-line instead of modeline.
8561
8562 * time.el (display-time): Group mode-line instead of modeline.
8563
8564 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
8565
8566 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
8567
8568 * startup.el (fancy-splash-text): Move editing instructions to
8569 fancy-splash-head.
8570 (fancy-splash-head): Issue editing instructions.
8571 (fancy-splash-screens): Fixup whitespace.
8572
8573 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8574
8575 * bindings.el (mode-line-buffer-identification-keymap):
8576 Remove duplicate line.
8577
8578 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8579
8580 * ido.el (ido-ignore-item-p): Allow any kind of functions in
8581 ignore lists.
8582
8583 2006-09-14 Kim F. Storm <storm@cua.dk>
8584
8585 * jit-lock.el (jit-lock-fontify-again): New function.
8586 (jit-lock-fontify-now): Use it instead of lambda form.
8587
8588 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
8589
8590 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
8591 (flyspell-auto-correct-word): Make ispell-filter local to these
8592 functions. Check that ispell-filter has new stuff before calling
8593 ispell-parse-output.
8594
8595 2006-09-13 Kim F. Storm <storm@cua.dk>
8596
8597 * simple.el (line-move-partial): Optimize.
8598
8599 2006-09-13 Richard Stallman <rms@gnu.org>
8600
8601 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
8602 Delete spurious backquote.
8603
8604 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
8605
8606 * net/rcirc.el (rcirc-print): Fix last change.
8607
8608 2006-09-12 Jay Belanger <belanger@truman.edu>
8609
8610 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
8611
8612 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
8613
8614 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
8615 rcirc-show-maximum-output.
8616 (rcirc-mode): Remove window-scroll-function hook.
8617 (rcirc-scroll-to-bottom): Remove function.
8618 (rcirc-print): Recenter so point stays at the bottom of the window
8619 if point was already there.
8620
8621 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
8622
8623 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
8624 not to "t".
8625 * progmodes/compile.el (compilation-start): Likewise.
8626 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8627 Don't use expand-file-name on invocation-directory, since this
8628 might mishandle special characters in invocation-directory.
8629
8630 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8631
8632 * pcvs-defs.el: Remove * in defcustom's docstrings.
8633
8634 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
8635
8636 * progmodes/compile.el (compilation-directory-properties):
8637 Doc fix for help-echo.
8638
8639 2006-09-12 Lars Hansen <larsh@soem.dk>
8640
8641 * desktop.el (desktop-read): Add comment.
8642
8643 2006-09-12 Kim F. Storm <storm@cua.dk>
8644
8645 * simple.el (next-error-highlight, next-error-highlight-no-select):
8646 Fix spelling error.
8647
8648 * subr.el (sit-for): Rework to use input-pending-p and cond.
8649 Return nil input is pending on entry also for SECONDS <= 0.
8650 (while-no-input): Use input-pending-p instead of sit-for.
8651
8652 2006-09-11 Richard Stallman <rms@gnu.org>
8653
8654 * simple.el (next-error-highlight, next-error-highlight-no-select):
8655 Fix custom type and doc strings.
8656
8657 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8658
8659 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
8660 (diff-apply-hunk): Use it to ask for confirmation.
8661
8662 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
8663
8664 * emacs-lisp/cl.el (pushnew): Add missing `,'.
8665
8666 2006-09-11 David Kastrup <dak@gnu.org>
8667
8668 * help.el (string-key-binding, describe-key-briefly)
8669 (describe-key): Remove `string-key-binding' and its callers since
8670 `key-binding' already caters for the proper lookup now.
8671
8672 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8673
8674 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
8675 (cfengine-mode): Use it. Fix \ syntax to be like /.
8676
8677 * bindings.el (mode-line-buffer-identification-keymap):
8678 Move initialization into declaration.
8679
8680 2006-09-10 Kim F. Storm <storm@cua.dk>
8681
8682 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
8683 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
8684 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
8685 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
8686
8687 2006-09-10 Richard Stallman <rms@gnu.org>
8688
8689 * dired-aux.el: Handle errors in recursive copy usefully.
8690 (dired-create-files-failures): New variable.
8691 (dired-copy-file): Remove condition-case.
8692 (dired-copy-file-recursive): Check for errors on all file
8693 operations, and add them to dired-create-files-failures.
8694 Check file file-date-erorr here too.
8695 (dired-create-files): Check dired-create-files-failures
8696 and report those errors too.
8697
8698 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
8699
8700 * subr.el (add-to-list): New argument COMPARE-FN.
8701
8702 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
8703
8704 * filecache.el (file-cache-add-directory)
8705 (file-cache-add-directory-list, file-cache-add-file)
8706 (file-cache-add-directory-using-find)
8707 (file-cache-add-directory-using-locate)
8708 (file-cache-add-directory-recursively): Add autoloads.
8709
8710 2006-09-09 Richard Stallman <rms@gnu.org>
8711
8712 * textmodes/conf-mode.el (conf-space-mode):
8713 Use hack-local-variables-hook instead of calling hack-local-variables.
8714 (conf-space-keywords-override): New variable.
8715 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
8716 (conf-space-mode): Always make conf-space-keywords and
8717 conf-space-keywords-override local.
8718 Call conf-space-mode-internal directly as well as via hook.
8719
8720 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
8721
8722 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
8723 quasi-keywords.
8724
8725 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8726
8727 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
8728 (python-send-string): Be slightly more careful about adding \n.
8729
8730 * startup.el (normal-splash-screen): Don't display the buffer if we'll
8731 kill it right away anyway.
8732
8733 2006-09-09 Eli Zaretskii <eliz@gnu.org>
8734
8735 * international/codepage.el (cp850-decode-table): Fix a few codes.
8736 (cp858-decode-table): New variable.
8737
8738 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8739
8740 * net/ldap.el (ldap-search-internal): Doc fix.
8741
8742 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8743
8744 * play/life.el (life-display-generation): Test for input manually if
8745 `sleeptime' is negative or null.
8746
8747 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
8748 (print-region-1): Substitute `%s' with the page title.
8749
8750 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
8751
8752 * locate.el (locate-current-search): New variable.
8753 (locate): Set buffer local value. Use current buffer if it is
8754 in Locate mode.
8755 (locate-mode): Disable undo here.
8756 (locate-do-setup): Use locate-current-filter from buffer to be killed.
8757 (locate-update): Use locate-current-search and locate-current-filter.
8758
8759 2006-09-08 David Kastrup <dak@gnu.org>
8760
8761 * desktop.el (desktop-read): When loading a desktop, disable
8762 saving it while the load progresses, and switch off a pending lazy
8763 load by calling `desktop-lazy-abort'.
8764
8765 2006-08-27 Martin Rudalics <rudalics@gmx.at>
8766
8767 * window.el (mouse-autoselect-window-timer)
8768 (mouse-autoselect-window-position)
8769 (mouse-autoselect-window-window)
8770 (mouse-autoselect-window-now): New vars.
8771 (mouse-autoselect-window-cancel)
8772 (mouse-autoselect-window-select)
8773 (mouse-autoselect-window-start): New functions.
8774 (handle-select-window): Call `mouse-autoselect-window-start' when
8775 delayed window autoselection is enabled.
8776
8777 * cus-start.el (mouse-autoselect-window): Handle delayed window
8778 autoselection.
8779
8780 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
8781 commands after which it is allowed to print in the echo area.
8782
8783 2006-09-08 Richard Stallman <rms@gnu.org>
8784
8785 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
8786
8787 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
8788 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
8789
8790 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
8791 (cancel-timer-internal): Add doc string.
8792 (cancel-function-timers): Doc fix.
8793 (with-timeout-handler, timer-event-last*): Add doc strings.
8794
8795 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
8796
8797 * files.el (risky-local-variable-p): Match ...-bindat-spec.
8798
8799 * dired.el (dired-log-summary): Add doc string.
8800
8801 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
8802 (custom-group-menu-create): Not here.
8803
8804 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
8805
8806 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
8807
8808 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8809
8810 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
8811 (mac-apple-event-map): Define its handler.
8812
8813 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8814
8815 * net/ldap.el (ldap-search-internal): Handle `auth' key.
8816
8817 2006-09-07 Magnus Henoch <mange@freemail.hu>
8818
8819 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
8820 clause.
8821
8822 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8823
8824 * info.el (Info-index): Bind completion-ignore-case.
8825
8826 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8827
8828 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
8829 previous commit.
8830 (inferior-prolog-guess-flavor): New fun left out of previous commit.
8831 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
8832 burp in dedicated windows.
8833 (inferior-prolog-self-insert-command): New command.
8834 (inferior-prolog-mode-map): Use it.
8835
8836 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
8837
8838 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
8839
8840 * international/code-pages.el: Add cp858.
8841
8842 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8843
8844 * dnd.el: Fix bootstrapping.
8845
8846 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8847
8848 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
8849 (dnd-open-remote-url): New function.
8850 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
8851 not windows-nt.
8852
8853 2006-09-07 Jason Rumney <jasonr@gnu.org>
8854
8855 * dnd.el (dnd-open-remote-file-function): New variable.
8856 (dnd-open-unc-file): New function.
8857 (dnd-open-file): Call dnd-open-remote-file-function if set.
8858
8859 2006-09-06 Daiki Ueno <ueno@unixuser.org>
8860
8861 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
8862 pgg-passphrase-coding-system rather than locale-coding-system.
8863 * pgg-def.el (pgg-passphrase-coding-system): New user option.
8864
8865 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8866
8867 * progmodes/prolog.el: Remove * in docstrings.
8868 (prolog-program-name): Add SWI prolog.
8869 (prolog-mode-menu): New menu.
8870 (prolog-mode): Set comment-add.
8871 (prolog-indent-line): Simplify. Use indent-line-to.
8872 (inferior-prolog-buffer): New var.
8873 (inferior-prolog-run, inferior-prolog-process): New funs.
8874 (run-prolog, switch-to-prolog): Rewrite, using them.
8875 (prolog-consult-region): Use inferior-prolog-buffer.
8876 (inferior-prolog-load-file): New function.
8877 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
8878
8879 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
8880 last word, if it's not the end of the paragraph.
8881
8882 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
8883 file name.
8884
8885 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
8886
8887 * frame.el (display-mm-dimensions-alist): New defcustom.
8888 (display-mm-height, display-mm-width): Use it.
8889
8890 2006-09-06 Simon Josefsson <jas@extundo.com>
8891
8892 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
8893
8894 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
8895
8896 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8897 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
8898 string values.
8899
8900 2006-09-06 Kim F. Storm <storm@cua.dk>
8901
8902 * simple.el (line-move-partial): New function to do vscrolling for
8903 partially visible images / tall lines. Rewrite based on code
8904 previously in line-move. Simplify backwards vscrolling.
8905 (line-move): Use it. Simplify.
8906
8907 2006-09-05 Kim F. Storm <storm@cua.dk>
8908
8909 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
8910
8911 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
8912
8913 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8914 Process the `gcc-include' after the `gnu' rule.
8915
8916 2006-09-05 Kim F. Storm <storm@cua.dk>
8917
8918 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
8919
8920 2006-09-05 Daiki Ueno <ueno@unixuser.org>
8921
8922 * pgg.el (pgg-clear-string): Alias to clear-string for backward
8923 compatibility.
8924
8925 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
8926 inhibit-redisplay; encode passphrase with locale-coding-system.
8927
8928 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8929
8930 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
8931
8932 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
8933
8934 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8935 (gdb-var-list-children-regexp): Make type field optional.
8936
8937 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
8938 e.g public, protected in C++.
8939
8940 2006-09-04 John Paul Wallington <jpw@pobox.com>
8941
8942 * simple.el (completion-show-help): New defcustom.
8943 (completion-setup-function): Heed it.
8944
8945 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8946
8947 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
8948
8949 2006-09-04 Richard Stallman <rms@gnu.org>
8950
8951 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
8952 (rsf-min-region-to-spam-list): Doc fix.
8953 (rsf-add-content-type-field): Doc fix.
8954
8955 * simple.el (kill-region): Explicitly test there is a region.
8956
8957 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
8958
8959 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
8960 sendmail in several common directories.
8961
8962 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
8963
8964 * paths.el (sendmail-program): Removed.
8965
8966 2006-09-04 Daiki Ueno <ueno@unixuser.org>
8967
8968 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
8969 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
8970 http://article.gmane.org/gmane.emacs.gnus.general/50457
8971
8972 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
8973
8974 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
8975 mark after running the menu filter.
8976
8977 2006-09-03 Juri Linkov <juri@jurta.org>
8978
8979 * international/quail.el (quail-defrule-internal): Add a check
8980 if a key is a vector.
8981
8982 2006-09-02 Juri Linkov <juri@jurta.org>
8983
8984 * man.el (Man-topic-history): New variable.
8985 (man): Use it.
8986
8987 * woman.el (woman-topic-history): Change defvar to defvaralias
8988 for symbol `Man-topic-history'.
8989
8990 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
8991 `comint-last-output-start' is a marker by using `markerp' and
8992 check if it has a position by using `marker-position', and use
8993 this position for `goto-char'.
8994
8995 * international/quail.el (quail-defrule-internal): Add missing
8996 `error' call for null key.
8997
8998 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
8999
9000 * rcirc.el (rcirc-keywords): New variable.
9001 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
9002 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
9003 variables.
9004 (rcirc-responses-no-activity): New function.
9005 (rcirc-handler-generic): Check for responses in above.
9006 (rcirc-process-command): Add ?: character to arguments of raw
9007 server commands.
9008 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
9009 `rcirc-dim-nicks'.
9010 (rcirc-gray-toggle): Remove unused variable.
9011 (rcirc-print): Remove some tracking logic, which is moved into
9012 markup functions.
9013 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
9014 types.
9015 (rcirc-activity-string): Look for 'keyword in activity-types.
9016 (rcirc-window-configuration-change): Don't erase overlay-arrow
9017 unnecessarily.
9018 (rcirc-add-or-remove): New function.
9019 (rcirc-cmd-ignore): Use it.
9020 (rcirc-message-leader): Remove unused function.
9021 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
9022 (rcirc-add-face): New function.
9023 (rcirc-facify): Use rcirc-add-face.
9024 (rcirc-url-regexp): Add parens.
9025 (rcirc-map-regexp): Remove function.
9026 (rcirc-mangle-regexp): Remove function.
9027 (rcirc-markup-text-functions): New variable.
9028 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
9029 (rcirc-markup-body-text, rcirc-markup-attributes)
9030 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
9031 (rcirc-markup-bright-nicks): New markup handler functions.
9032 (rcirc-nick-in-message-full-line): New face.
9033 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
9034 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
9035
9036 2006-09-02 Martin Rudalics <rudalics@gmx.at>
9037
9038 * cus-start.el (hscroll-margin, hscroll-step)
9039 (mode-line-in-non-selected-windows, mouse-autoselect-window)
9040 (x-use-underline-position-properties): Change version to "22.1"
9041 since they will appear there for the first time.
9042
9043 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
9044
9045 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
9046
9047 2006-08-31 Richard Stallman <rms@gnu.org>
9048
9049 * cus-edit.el (custom-save-variables): Slight cleanup.
9050 (Custom-no-edit): Renamed from custom-no-edit.
9051 (Custom-newline): Renamed from custom-newline.
9052 (custom-mode-map): Use new names.
9053
9054 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
9055 about customization, rather than M-x customize, in the doc string
9056 made for the defcustom.
9057
9058 * emacs-lisp/trace.el (trace-function-background): Doc fix.
9059
9060 2006-08-31 Romain Francoise <romain@orebokech.com>
9061
9062 * dired-x.el (dired-guess-shell-alist-default): Update.
9063
9064 2006-08-31 Michael Mauger <mmaug@yahoo.com>
9065
9066 * custom.el (custom-theme-set-variables): Autoload packages before
9067 sorting the variables.
9068
9069 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
9070
9071 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
9072 chars if XEmacs.
9073 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
9074
9075 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9076
9077 * progmodes/python.el (python-eldoc-function): Re-enable quit while
9078 waiting for process.
9079
9080 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9081
9082 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
9083 results in ASCII-only string, encode original one directly.
9084
9085 2006-08-29 Romain Francoise <romain@orebokech.com>
9086
9087 * startup.el (normal-splash-screen, fancy-splash-screens):
9088 Make buffer read-only and arrange to enter view mode if necessary.
9089
9090 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
9091
9092 * hl-line.el (hl-line): New face.
9093 (hl-line-face): Use it.
9094
9095 * image-mode.el (image-mode): Fix last fix.
9096 Suggested by Kim F. Storm.
9097
9098 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
9099
9100 Sync with Tramp 2.0.54.
9101
9102 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
9103 of `=', because `tramp-get-remote-gid' might not always return an
9104 integer when expected.
9105 (tramp-register-file-name-handlers): `partial-completion-mode' is
9106 unknown to XEmacs.
9107 (tramp-time-diff): Don't use `floor', it might fail for large
9108 differences.
9109 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
9110 `tramp-auto-save-directory' if unset in order to guarantee unique
9111 auto-save file names.
9112
9113 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
9114
9115 * image-mode.el (image-mode): Display image as text on a terminal.
9116
9117 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9118
9119 * progmodes/python.el (python-send-command): Simplify.
9120 (run-python): Don't generate a new buffer unless `new' was specified.
9121 Make sure we send `import emacs' to the proper process.
9122
9123 * progmodes/python.el (python-send-command): Don't wait for the command
9124 to terminate. Don't fiddle with compilation-parsing-end.
9125
9126 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
9127
9128 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9129 Insert commentary after first line summary.
9130
9131 * woman.el (woman-follow): New function, based on `man-follow'.
9132 (woman-mode-map): Use it.
9133
9134 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
9135 since ibuffer-do-sort-by-recency does not define a sorter.
9136
9137 2006-08-28 Kim F. Storm <storm@cua.dk>
9138
9139 * find-dired.el (find-dired): Use shell-quote-argument to properly
9140 escape ( and ) args. Also use it on {} and ; args in default
9141 value of find-ls-option string.
9142 (find-grep-dired): Use shell-quote-argument on {} and ; args.
9143
9144 2006-08-27 Michael Olson <mwolson@gnu.org>
9145
9146 * emacs-lisp/tq.el: Small grammar fix in comments.
9147 (tq-enqueue): Check for existence of queue rather than the
9148 head queue item's question, which was a no-op.
9149 (tq-filter, tq-process-buffer): Make sure the process buffer
9150 exists before making it the current buffer.
9151
9152 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9153
9154 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
9155 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
9156 (special-event-map): Apply 2006-08-16 change for x-win.el.
9157
9158 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9159
9160 * progmodes/python.el (python-send-receive): Wait in the
9161 process's buffer so as to check the right buffer-local variables.
9162
9163 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
9164
9165 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
9166 (defgroup checkdoc): Move to beginning.
9167
9168 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
9169 (python-preoutput-continuation): Remove.
9170 (python-preoutput-filter): Simplify correspondingly.
9171 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
9172 Loop around to catch embedded _emacs_out output.
9173 (run-python): Send the import&print command on a single line.
9174 (python-send-command): Send command&print on a single line.
9175 (python-send-string): Only add double \n if needed.
9176 (python-send-receive): Loop until the result comes.
9177 (python-mode-running): Defvar it.
9178 (python-setup-brm): Remove unused var `menu'.
9179 Only bind py-mode-map and `features' around brm-init.
9180 (python-calculate-indentation): Remove unused var `point'.
9181 (python-beginning-of-defun): Remove unused var `def-line'.
9182
9183 2006-08-25 Richard Stallman <rms@gnu.org>
9184
9185 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
9186
9187 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
9188
9189 * viper.el (viper-set-hooks): Use frame bindings for
9190 viper-vi-state-cursor-color.
9191 (viper-non-hook-settings): Don't set default
9192 mode-line-buffer-identification.
9193
9194 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
9195 (viper-set-cursor-color-according-to-state)
9196 (viper-get-saved-cursor-color-in-replace-mode)
9197 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
9198 viper-emacs-state-cursor-color.
9199
9200 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
9201 (viper-undo): Use point if undo-beg-posn is nil.
9202 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
9203 (viper-after-change-undo-hook): Don't use
9204 viper-emacs-state-cursor-color by default.
9205 (viper-undo): More sensible positioning after undo.
9206
9207 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
9208 (viper-emacs-state-cursor-color): Default to nil, since this feature
9209 doesn't work well yet.
9210
9211 * ediff-mult.el (ediff-intersect-directories)
9212 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
9213 always expand filenames.
9214
9215 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9216
9217 * tumme.el: Remove * in defcustoms's docstrings.
9218
9219 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
9220
9221 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
9222 Accept internal time format for SECS arg.
9223 (timer-relative-time): Doc fix.
9224
9225 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
9226 adapted from Martin Rudalics.
9227 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
9228 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
9229 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
9230 using sit-for.
9231
9232 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
9233
9234 * cus-start.el (all): Add `overline-margin' and
9235 `x-underline-at-descent-line'.
9236
9237 2006-08-24 Kim F. Storm <storm@cua.dk>
9238
9239 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
9240 to mean "use find -exec"; nil now unambiguously means auto-detect.
9241 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
9242 Use shell-quote-argument to build grep-find-command and
9243 grep-find-template.
9244 (rgrep): Use shell-quote-argument to properly quote arguments to find.
9245 Reported by Tom Seddon.
9246
9247 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
9248
9249 * startup.el (fancy-splash-head): Give instructions for dismissing
9250 the splash screen for default startup too.
9251 (display-startup-echo-area-message, fancy-splash-screens)
9252 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
9253 all splash text at once and keep the splash buffer around.
9254 (command-line-1): Give display-startup-echo-area-message a t arg.
9255
9256 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
9257
9258 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
9259 gnus frame is selected.
9260
9261 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
9262
9263 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
9264
9265 2006-08-22 Kim F. Storm <storm@cua.dk>
9266
9267 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
9268 Add suffix matching for subdirs.
9269
9270 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
9271
9272 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
9273 mouse-yank-at-point is non-nil.
9274
9275 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
9276
9277 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
9278 a bit wider and remove fringes to fit initial output on line.
9279
9280 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9281
9282 * frame.el (blink-cursor-end): Only ignore the error we care about.
9283 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
9284
9285 2006-08-21 Richard Stallman <rms@gnu.org>
9286
9287 * whitespace.el (whitespace-cleanup): Doc fix.
9288
9289 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
9290
9291 * net/rcirc.el (rcirc-show-maximum-output): New var.
9292 (rcirc-buffer-process): If no buffer argument is supplied, use
9293 current-buffer.
9294 (rcirc-complete-nick): Complete to the last completed nick first.
9295 (rcirc-mode): Preserve the value of `rcirc-urls' across
9296 connections. Setup scroll function.
9297 (rcirc-scroll-to-bottom): New function.
9298 (rcirc-print): Use nick syntax around regexp work.
9299 Notice dim-nicks speaking only if they say our nick.
9300 (rcirc-update-activity-string): Do not show the modeline indicator
9301 if there are no live rcirc processes.
9302 (rcirc-cmd-ignore): Ignore case.
9303 (rcirc-browse-url-at-point): Fix off-by-one error.
9304
9305 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9306
9307 * progmodes/python.el: Remove * in defcustom docstrings.
9308 (run-python, python-proc, python-try-complete): Use derived-mode-p.
9309 (python-mode): Set tab-width and indent-tabs-mode.
9310
9311 2006-08-20 Dave Love <fx@gnu.org>
9312
9313 * progmodes/python.el: Update to Dave Love's latest version.
9314 (python-font-lock-keywords, python-mode): Don't use
9315 font-lock-syntax-table, but match symbol elements explicitly instead.
9316 (python-mode-map): Add help, and a few more key bindings.
9317 (python-skip-comments/blanks): Move out of comments as well.
9318 (python-continuation-line-p): Behave better with unbalanced parens.
9319 (python-blank-line-p): New fun.
9320 (python-open-block-statement-p): Don't use a heuristic.
9321 (python-outdent-p): Better handle blocks-in-the-same-line.
9322 (python-calculate-indentation): Misc improvements.
9323 (python-comment-indent): Remove.
9324 (python-block-pairs): New var.
9325 (python-first-word): New fun.
9326 (python-indentation-levels): Handle more common cases.
9327 (python-indent-line-1): Add `leave' argument.
9328 (python-indent-region): New fun.
9329 (python-skip-out): New fun.
9330 (python-beginning-of-statement, python-end-of-statement): Use it.
9331 (python-next-statement): Return correct count even at eob.
9332 (python-end-of-block): Fix paren-typo.
9333 (python-imenu-create-index): Add module variables.
9334 (run-python): Add `new' arg.
9335 Check we're at a prompt before returning.
9336 (python-send-command): Move to end of buffer.
9337 Wait for prompt to return.
9338 (python-set-proc): New fun.
9339 (python-imports): New var.
9340 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
9341 (python-eldoc-function): Try to move out of arg list.
9342 (python-outline-level): Offset by 1.
9343 (python-find-imports): New fun.
9344 (python-symbol-completions): Use python-imports.
9345 (python-module-path, ffap-alist): Add support for ffap.
9346 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
9347 (python-insert-*, python-default-template, python-expand-template):
9348 Add templates/skeletons.
9349 (python-setup-brm): Support for Bicycle Repair Man.
9350 (python-abbrev-syntax-table): New var.
9351 (python-abbrev-pc-hook, python-pea-hook): New funs.
9352
9353 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
9354
9355 * frame.el (blink-cursor-start): Set timer first.
9356 (blink-cursor-end): Ignore timer cancelling errors.
9357 Suggested by Ken Manheimer.
9358
9359 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
9360
9361 * newcomment.el (comment-box): Call `comment-normalize-vars'.
9362 Add autoload cookie.
9363
9364 2006-08-20 Richard Stallman <rms@gnu.org>
9365
9366 * simple.el (line-number-at-pos): Doc fix.
9367
9368 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
9369 timer-activate-when-idle, so timer can run before Emacs becomes
9370 non-idle again.
9371
9372 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
9373
9374 * whitespace.el (whitespace-cleanup-internal): New optional arg
9375 REGION-ONLY. If it's non-nil, modify the message to the user
9376 accordingly.
9377 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
9378 a non-nil argument.
9379
9380 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
9381
9382 * rect.el (spaces-string): Simplify and add doc string.
9383
9384 2006-08-17 Romain Francoise <romain@orebokech.com>
9385
9386 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
9387
9388 2006-08-17 Richard Stallman <rms@gnu.org>
9389
9390 * compare-w.el (compare-windows): lambda's take an arg and pass
9391 it to compare-windows-skip-whitespace.
9392
9393 2006-08-17 Martin Rudalics <rudalics@gmx.at>
9394
9395 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
9396 the right buffer.
9397
9398 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
9399
9400 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
9401 removed files.
9402
9403 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
9404
9405 * progmodes/gdb-ui.el (gdb-locals-watch-map)
9406 (gdb-locals-watch-map-1): Suppress keymap first.
9407 (gdb-edit-locals-map-1): New variable.
9408 (gdb-edit-locals-value): New function.
9409 (gdb-stack-list-locals-handler): Use them.
9410
9411 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9412
9413 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
9414 cursor would normally be drawn in the fringe.
9415
9416 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
9417 Reported by Martin Rudalics <rudalics@gmx.at>.
9418
9419 2006-08-16 Richard Stallman <rms@gnu.org>
9420
9421 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
9422 (special-event-map): Process drag-n-drop events this way.
9423
9424 * simple.el (move-beginning-of-line): Test whether fields
9425 would prevent motion back to line's first visible character.
9426 If so, stop where the fields would stop the motion.
9427
9428 * newcomment.el (comment-indent): Fully update INDENT
9429 before checking to see if it will change the text.
9430
9431 * cus-edit.el (custom-newline): New function.
9432 (custom-mode-map): Bind newline to custom-newline.
9433
9434 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
9435 into ignore-whitespace.
9436 Check each buffer for its skip-function.
9437 Handle compare-windows-skip-whitespace special-case test
9438 by returning t from default skip function.
9439
9440 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
9441
9442 * textmodes/org.el (org-clock-special-range)
9443 (org-clock-update-time-maybe): New functions.
9444 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
9445 not only a-z.
9446 (org-agenda-get-blocks): Allow multiple blocks per headline.
9447 (org-timestamp-change): Call `org-clock-update-time-maybe'.
9448 (org-export-html-title-format)
9449 (org-export-html-toplevel-hlevel): New options.
9450 (org-export-language-setup): Add support for Czech.
9451 (org-mode, org-insert-todo-heading, org-find-visible)
9452 (org-find-invisible, org-invisible-p, org-invisible-p2)
9453 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
9454 (org-show-subtree, org-show-entry, org-make-options-regexp):
9455 Remove compatibility support for old outline-mode.
9456 (org-check-occur-regexp): Funtion removed.
9457 (org-on-heading-p, org-back-to-heading): Made defalias.
9458 (org-set-local): New defsubst.
9459 (org-set-regexps-and-options, org-mode)
9460 (org-set-font-lock-defaults, org-edit-agenda-file-list)
9461 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
9462 (org-remember-apply-template, org-table-edit-field)
9463 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
9464 (org-set-autofill-regexps): Use `org-set-local'.
9465 (org-table-eval-formula): Fix bug with parsing of display flags.
9466
9467 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
9468
9469 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
9470 frame with fringe arrow. Suggested by Simon Marshall
9471 <simon.marshall@misys.com>.
9472 (gdb-stack-position): New variable.
9473 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
9474 (gdb-frames-mode): Set gdb-stack-position to nil.
9475 Add to overlay-arrow-variable-list
9476 (gdb-reset): Delete gdb-stack-position from above list.
9477
9478 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9479
9480 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
9481 read only.
9482
9483 2006-08-13 Romain Francoise <romain@orebokech.com>
9484
9485 * cus-theme.el (customize-create-theme)
9486 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
9487
9488 * filesets.el (filesets-add-buffer): Ditto.
9489
9490 * pcvs.el (cvs-change-cvsroot): Ditto.
9491
9492 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
9493
9494 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
9495 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
9496 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
9497 expressions.
9498 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
9499 Only search till end of line.
9500 Add face to function names in case of no filename.
9501 Add face to variable names of watchpoints.
9502
9503 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
9504
9505 * cus-start.el <indent-tabs-mode>: Move to the `indent'
9506 customization group.
9507
9508 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
9509
9510 * allout.el (allout-prior-bindings, allout-added-bindings):
9511 Remove, after long deprecation.
9512 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
9513 Add customization vars controlling allout-beginning-of-line and
9514 allout-end-of-line conveniences.
9515 (allout-header-prefix, allout-use-mode-specific-leader)
9516 (allout-use-mode-specific-leader, allout-mode-leaders):
9517 Revise docstrings.
9518 (allout-infer-header-lead): Change to be an alias for
9519 allout-infer-header-lead-and-primary-bullet.
9520 (allout-infer-header-lead-and-primary-bullet): New version of
9521 allout-infer-header-lead which assigns the primary bullet to the
9522 same as the header lead, when its being changed.
9523 (allout-infer-body-reindent): Apply regexp-quote instead of
9524 unconditionally prepending "\\", so that all literal
9525 allout-header-prefix and allout-primary-bullet strings are
9526 properly handled.
9527 (allout-add-resumptions): Add optional qualifier for extending or
9528 appending to existing values, rather than replacing them.
9529 (allout-view-change-hook): Clarify docstring.
9530 (allout-exposure-change-hook): Take explicit arguments, via
9531 run-hook-with-args.
9532 (allout-structure-added-hook)
9533 (allout-structure-deleted-hook)
9534 (allout-structure-shifted-hook): New hooks analogous to
9535 allout-exposure-change-hook for other kinds of structural outline
9536 edits.
9537 (allout-encryption-plaintext-sanitization-regexps): New encryption
9538 customization variable, by which cooperating modes can provde
9539 massage of the plaintext without actually being passed it.
9540 (allout-encryption-ciphertext-rejection-regexps)
9541 (allout-encryption-ciphertext-rejection-ceiling): New encryption
9542 customization variables, by which cooperating modes can prohibit
9543 rare but possible ciphertext patterns from fouling their
9544 operation, with actually being passed the ciphertext.
9545 (allout-mode): Run activation and deactivation hooks after the
9546 minor-mode variable has been toggled, to clarify the mode
9547 disposition. The new encryption ciphertext rejection variable is
9548 used to ensure that the ciphertext does not contain text that
9549 would be recognized as outline structural elements by allout.
9550 Substite allout-beginning-of-line and allout-end-of-line for
9551 conventionall beginning-of-line and end-of-line bindings.
9552 If allout-old-style-prefixes is non-nil, don't nullify it on mode
9553 activation!
9554 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
9555 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
9556 (allout-chart-subtree): Implement new mode, charting only the
9557 visible items in the subtree, when new 'visible' parameter is non-nil.
9558 (allout-end-of-subtree): Properly handle the last item in the buffer.
9559 (allout-pre-command-business, allout-command-counter):
9560 Increment an advertised counter so that cooperating enhancements can
9561 track revisions of items.
9562 (allout-open-topic): Run allout-structure-added-hook with suitable
9563 arguments.
9564 (allout-shift-in): Run allout-structure-shifted-hook with suitable
9565 arguments.
9566 (allout-shift-out): Fix doubling for negative args and ensure call
9567 of allout-structure-shifted-hook by solely using allout-shift-in.
9568 (allout-kill-line, allout-kill-topic):
9569 Run allout-structure-deleted-hook with suitable arguments.
9570 (allout-yank-processing): Run allout-structure-added-hook with
9571 proper arguments.
9572 (allout-yank): Enclose activity in allout-unprotected.
9573 (allout-flag-region): Run allout-exposure-change-hook with
9574 suitable arguments, instead of making the callee infer the arguments.
9575 (allout-encrypt-string):
9576 Support allout-encryption-plaintext-sanitization-regexps,
9577 allout-encryption-ciphertext-rejection-regexps, and
9578 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
9579 en/de cryption mode in symmetric encryption failure message.
9580 (allout-obtain-passphrase): Use copy-sequence to get a distinct
9581 copy of the passphrase, and don't zero it or we'll corrupt the
9582 stashed copy.
9583 (allout-create-encryption-passphrase-verifier)
9584 (allout-verify-passphrase): Respect the new signature for
9585 allout-encrypt-string.
9586 (allout-get-configvar-values): Convenience for getting a
9587 configuration variable value and handling its absence gracefully.
9588
9589 2006-08-11 Romain Francoise <romain@orebokech.com>
9590
9591 * obsolete/zone-mode.el: Delete.
9592
9593 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
9594
9595 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
9596
9597 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
9598
9599 * emacs-lisp/bindat.el (bindat-ip-to-string):
9600 Use `format-network-address' if possible.
9601
9602 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9603
9604 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
9605
9606 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
9607
9608 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
9609 restore unread-command-events here.
9610 (edebug-display): Do it here, to detect sit-for interruptions.
9611
9612 2006-08-10 Romain Francoise <romain@orebokech.com>
9613
9614 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
9615 (dns-mode-soa-auto-increment-serial): New user option.
9616 (dns-mode-soa-maybe-increment-serial): New function.
9617 (dns-mode): Add the latter to `write-contents-functions'.
9618
9619 * obsolete/zone-mode.el: Move to obsolete/ from net/.
9620 Delete autoload cookies.
9621
9622 2006-08-10 John Wiegley <johnw@newartisans.com>
9623
9624 * eshell/em-glob.el (eshell-glob-chars-list)
9625 (eshell-glob-translate-alist): Add support for [^g] in character globs.
9626
9627 2006-08-10 Richard Stallman <rms@gnu.org>
9628
9629 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
9630 (facemenu-set-face): Doc fix.
9631 (facemenu-listed-faces): Doc fix.
9632
9633 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
9634
9635 * avoid.el (mouse-avoidance-animating-pointer): New var.
9636 (mouse-avoidance-nudge-mouse): Use it.
9637 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
9638 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
9639 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
9640 Don't activate if currently animating. All callers changed.
9641
9642 2006-08-09 John Wiegley <johnw@newartisans.com>
9643
9644 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
9645 variable, which causes timeclock to report elapsed time worked,
9646 instead of just work remaining.
9647
9648 2006-08-09 Kenichi Handa <handa@m17n.org>
9649
9650 * international/latexenc.el (latexenc-find-file-coding-system):
9651 Fix for the case that the 2nd element of arg-list is a cons.
9652
9653 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
9654
9655 * info.el (Info-fontify-node): Handle preceding `in' for note
9656 reference hiding rules.
9657
9658 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9659
9660 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
9661 mistake a closing " for an opening one.
9662
9663 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9664
9665 * term/xterm.el (terminal-init-xterm): Add more key bindings.
9666
9667 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9668
9669 * complete.el (PC-do-completion): Filter out completions matching
9670 completion-ignored-extensions before checking whether there are
9671 multiple completions.
9672 Don't use `list' unnecessarily when building completion tables.
9673
9674 2006-08-06 Richard Stallman <rms@gnu.org>
9675
9676 * help.el (describe-mode): Make minor mode list more concise.
9677
9678 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
9679
9680 * bindings.el: Give mode-line-format, mode-line-modes, and
9681 mode-line-position `standard-value' properties.
9682
9683 2006-08-05 Eli Zaretskii <eliz@gnu.org>
9684
9685 * buff-menu.el (list-buffers-noselect): For Info buffers, use
9686 "(file)node" instead of the file name.
9687
9688 2006-08-05 Richard Stallman <rms@gnu.org>
9689
9690 * faces.el (escape-glyph): Doc fix.
9691
9692 2006-08-04 Kenichi Handa <handa@m17n.org>
9693
9694 * international/mule-diag.el (describe-font): Improve docstring
9695 and error message. Use frame-parameter (not frame-parameters).
9696
9697 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9698
9699 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
9700 Correctly mark the end-of-docstring char.
9701
9702 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
9703
9704 * simple.el (line-move-to-column): Constrain move-to-column to
9705 current field.
9706
9707 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9708
9709 * font-lock.el (font-lock-beg, font-lock-end)
9710 (font-lock-extend-region-functions): New vars.
9711 (font-lock-extend-region-multiline)
9712 (font-lock-extend-region-wholelines): New functions.
9713 (font-lock-default-fontify-region): Use them.
9714 (font-lock-extend-jit-lock-region-after-change): Only round up
9715 if font-lock-default-fontify-region will do it as well.
9716
9717 * font-lock.el (font-lock-extend-after-change-region-function):
9718 Rename from font-lock-extend-region-function.
9719 (font-lock-extend-region): Remove by inlining at call sites.
9720 (font-lock-after-change-function): Don't needlessly round up to a whole
9721 number of lines.
9722 (font-lock-extend-jit-lock-region-after-change): Be more careful about
9723 the boundary conditions and the interactions between the various ways
9724 to extend the region.
9725
9726 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9727
9728 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
9729 modification status when forcing the second redisplay.
9730
9731 2006-08-03 Kim F. Storm <storm@cua.dk>
9732
9733 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
9734
9735 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9736
9737 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
9738 doesn't look like a file name.
9739
9740 * complete.el (PC-expand-many-files): Avoid signalling an error when
9741 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
9742
9743 2006-08-02 Andreas Schwab <schwab@suse.de>
9744
9745 * bindings.el (mode-line-format): Simplify reference to vc-mode.
9746
9747 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
9748
9749 * bindings.el (map): Make mode-line-buffer-identification-keymap
9750 before defining propertized-buffer-identification.
9751
9752 2006-08-01 Richard Stallman <rms@gnu.org>
9753
9754 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
9755
9756 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
9757
9758 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
9759 default value.
9760 (gdb-find-source-frame): New function.
9761 (menu): Add to menu bar.
9762
9763 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
9764
9765 * font-core.el (font-lock-extend-region-function)
9766 (font-lock-extend-region): Move to font-lock.el.
9767
9768 * font-lock.el (font-lock-extend-region-function)
9769 (font-lock-extend-region): Move from font-core.el. Simplify.
9770
9771 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
9772 if needed.
9773 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
9774 (jit-lock-after-change-extend-region-functions): New hook.
9775 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
9776
9777 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
9778 (font-lock-turn-on-thing-lock): Use it.
9779
9780 * longlines.el (longlines-show-region): Make it work on read-only
9781 buffers as well.
9782
9783 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
9784
9785 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
9786
9787 2006-07-31 Richard Stallman <rms@gnu.org>
9788
9789 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
9790 (vhdl-speedbar-display-projects): Update old obsolete
9791 speedbar variable names.
9792
9793 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
9794
9795 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
9796 (gdb-stopped): Use it.
9797
9798 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
9799
9800 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
9801
9802 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
9803 for load-history elements.
9804
9805 2006-07-29 Eli Zaretskii <eliz@gnu.org>
9806
9807 * files.el (convert-standard-filename): For Cygwin, replace
9808 characters not allowed in Windows file names.
9809 (make-auto-save-file-name): Add Cygwin to the list of systems
9810 where the auto-save file name needs to be run through
9811 convert-standard-filename.
9812
9813 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
9814
9815 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
9816
9817 2006-07-28 Richard Stallman <rms@gnu.org>
9818
9819 * bindings.el (mode-line-frame-identification)
9820 (propertized-buffer-identification): Centralize the code
9821 to initialize the variable.
9822
9823 * progmodes/grep.el (grep-default-command): Catch errors from
9824 wildcard-to-regexp.
9825
9826 2006-07-29 Kim F. Storm <storm@cua.dk>
9827
9828 * progmodes/grep.el (grep-tag-default): New function.
9829 (grep-default-command, grep-read-regexp): Use it.
9830 (grep-read-files): Use car of grep-files-history or grep-files-aliases
9831 as default if nothing else applies.
9832
9833 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
9834
9835 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
9836 Throw error if buffer is not in Dired and Wdired mode, respectively.
9837
9838 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
9839
9840 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
9841 self-insert-command keys don't activate buttons.
9842 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
9843
9844 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
9845
9846 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
9847 faces for enable character.
9848
9849 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
9850
9851 * Makefile.in (recompile): Update comment to reflect change
9852 on 2004-04-21.
9853
9854 2006-07-27 Richard Stallman <rms@gnu.org>
9855
9856 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
9857 (customize-package-emacs-version): Change msg when pkg has no entry.
9858 (custom-no-edit): On a button, do like widget-button-press.
9859
9860 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9861
9862 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
9863 S-tab and C-S-tab.
9864
9865 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
9866
9867 * progmodes/which-func.el (which-function): Fix documentation/
9868 comment typo.
9869
9870 2006-07-26 Richard Stallman <rms@gnu.org>
9871
9872 * textmodes/ispell.el (ispell-word): If we replace the word,
9873 move point to the end. Insert before deleting.
9874
9875 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
9876
9877 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
9878 a timer.
9879
9880 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
9881
9882 * tumme.el (tumme-backward-image): Add prefix argument. Add error
9883 when at first image.
9884 (tumme-forward-image): Add prefix argument. Add error when at last
9885 image.
9886
9887 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
9888
9889 * tabify.el (tabify-regexp): Use more specific regexps.
9890 (tabify): Avoid modifying the buffer unnecessarily.
9891
9892 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
9893
9894 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
9895 (tumme-format-properties-string): Handle empty `buf'.
9896 (tumme-get-comment): Change variable names inside `let'.
9897 Add missing `let' variable that cause font-lock problems.
9898 (tumme-write-comments): Change variable names inside `let'.
9899 Add missing `let' variable that cause font-lock problems.
9900 (tumme-forward-image): Rename from `tumme-forward-char'.
9901 (tumme-backward-image): Rename from `tumme-backward-char'.
9902
9903 2006-07-25 Masatake YAMATO <jet@gyve.org>
9904
9905 * progmodes/ld-script.el (ld-script-keywords)
9906 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
9907 and add comments.
9908
9909 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
9910
9911 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
9912 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
9913 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
9914 for status indicator.
9915
9916 2006-07-24 Richard Stallman <rms@gnu.org>
9917
9918 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
9919
9920 * subr.el (dolist, dotimes): Use interned symbols for locals.
9921 (--dotimes-limit--, --dolist-tail--): New defvars.
9922 (looking-back): Doc fix.
9923
9924 * replace.el (replace-match-string-symbols): Handle dotted lists.
9925
9926 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
9927
9928 * tumme.el (tumme-write-tags): Add.
9929 (tumme-write-comments): Add.
9930 (tumme-tag-files): Change to use `tumme-write-tags'.
9931 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
9932 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
9933 (tumme-save-information-from-widgets): Change to use
9934 `tumme-write-comments' and `tumme-write-tags'.
9935 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
9936 (tumme-write-tag): Remove.
9937 (tumme-write-comment): Remove.
9938 (tumme-display-previous-thumbnail-original): Remove empty line.
9939 (tumme-widget-list): Add punctuation.
9940
9941 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
9942
9943 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
9944
9945 2006-07-24 Daiki Ueno <ueno@unixuser.org>
9946
9947 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9948 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
9949 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
9950
9951 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
9952
9953 * mouse.el (mouse-on-link-p): Doc fix.
9954
9955 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
9956
9957 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9958 Handle "C-h f `".
9959
9960 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9961
9962 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
9963 column.
9964
9965 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
9966
9967 * textmodes/table.el: Add move-beginning-of-line and
9968 move-end-of-line to Point Motion Only Group.
9969
9970 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
9971
9972 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
9973
9974 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9975
9976 * startup.el (user-mail-address): Initialize from the `EMAIL'
9977 environment variable first. Document this.
9978 (command-line): Ditto.
9979
9980 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
9981
9982 * help-mode.el (help-function-def, help-variable-def)
9983 (help-face-def): Print a message in the minibuffer.
9984
9985 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
9986
9987 * term/xterm.el (terminal-init-xterm): Fix key bindings
9988 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
9989
9990 2006-07-21 Eli Zaretskii <eliz@gnu.org>
9991
9992 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
9993 where `(nth 1 command)' is a cons cell. Doc fix.
9994
9995 * textmodes/po.el (po-find-charset): Doc fix.
9996
9997 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
9998
9999 * allout.el (allout-unprotected, allout-e-o-prefix-p)
10000 (allout-beginning-of-current-line, allout-end-of-current-line)
10001 (allout-next-visible-heading, allout-open-topic)
10002 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
10003 (allout-flag-current-subtree, allout-show-to-offshoot)
10004 (allout-hide-current-entry, allout-show-current-branches)
10005 (allout-hide-region-body, allout-old-expose-topic)
10006 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
10007 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
10008 containing `beginning-of-line' and `end-of-line' with
10009 `inhibit-field-text-motion' t.
10010
10011 2006-07-21 Eli Zaretskii <eliz@gnu.org>
10012
10013 * frame.el (focus-follows-mouse): Document that it doesn't have
10014 any effect on MS-Windows.
10015
10016 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
10017
10018 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
10019
10020 2006-07-20 Jay Belanger <belanger@truman.edu>
10021
10022 * calc.el (calc-previous-alg-entry): Remove variable.
10023
10024 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
10025 New variables.
10026 (calc-alg-entry): Use `calc-alg-entry-history'.
10027 (calc-do-quick-calc): Use `calc-quick-calc-history'.
10028 Remove reference to `calc-previous-alg-entry'.
10029 (calcAlg-edit, calcAlg-enter): Remove reference to
10030 `calc-previous-alg-entry'.
10031 (calcAlg-previous): Use `previous-history-element' instead of
10032 `calc-previous-alg-entry'.
10033 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
10034 Change keybinding for `calcAlg-plus-minus', add keybindings for
10035 `previous-history-element' and `next-history-element'.
10036
10037 * calc-rewr.el (calc-match): Remove reference to
10038 `calc-previous-alg-entry'.
10039
10040 * calc-sel.el (calc-selection-history): New variable.
10041 (calc-enter-selection, calc-sel-mult-both-sides)
10042 (calc-sel-add-both-sides): Use `calc-selection-history'.
10043
10044 * calc-map.el (calc-get-operator-history): New variable.
10045 (calc-get-operator): Use `calc-get-operator-history'.
10046
10047 * calcalg3.el (calc-curve-fit-history): New variable.
10048 (calc-curve-fit): Use `calc-curve-fit-history'.
10049
10050 2006-07-20 Kenichi Handa <handa@m17n.org>
10051
10052 * international/mule-cmds.el (select-safe-coding-system): Fix the
10053 way of deciding eol-type of the coding system.
10054
10055 2006-07-20 Alan Mackenzie <acm@muc.de>
10056
10057 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
10058 (c-lang-setvar): New macro.
10059 (c-make-init-lang-vars-fun): Use the initialization forms in
10060 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
10061 (comment-start, comment-end, comment-start-skip): Change these from
10062 c-lang-defvar's to c-lang-setvar's.
10063
10064 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
10065 which calls make-local-variable on the elements of
10066 c-emacs-variable-inits.
10067 (c-init-language-vars-for): Call this new macro.
10068
10069 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10070
10071 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10072 Try to rule out false positives due to time stamps.
10073 (compilation-mode-font-lock-keywords): Remove rules made redundant
10074 because of the above change. Add `segmentation fault' to the known and
10075 highlighted compilation termination messages.
10076
10077 2006-07-19 Kim F. Storm <storm@cua.dk>
10078
10079 * progmodes/grep.el (grep-find-ignored-directories):
10080 Add .svn and _darcs to list.
10081
10082 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
10083
10084 * dired.el (dired-mode-map): Add key binding `C-te' for
10085 `tumme-dired-edit-comment-and-tags'.
10086
10087 * tumme.el (tumme-display-thumbnail-original-image): Make sure
10088 image display buffer is displayed before call to
10089 `tumme-display-image.
10090 (tumme-dired-display-image): Make sure image display buffer is
10091 displayed before call to `tumme-display-image.
10092 (tumme-mouse-display-image): Make sure image display buffer is
10093 displayed before call to `tumme-display-image.
10094 (tumme-widget-list): Add.
10095 (tumme-dired-edit-comment-and-tags): Add.
10096 (tumme-save-information-from-widgets): Add.
10097
10098 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10099
10100 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
10101
10102 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10103
10104 * progmodes/sh-script.el (sh-font-lock-keywords-1):
10105 Revert inadvertently installed patch hunk.
10106
10107 * progmodes/compile.el (compilation-find-file): Handle the
10108 cases where the user selects a non-existent file.
10109
10110 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10111
10112 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
10113
10114 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
10115
10116 * subr.el (sit-for): Just sleep-for if noninteractive.
10117
10118 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10119
10120 * emacs-lisp/autoload.el (make-autoload): Use new arg.
10121
10122 * custom.el (custom-autoload): Add `noset' argument.
10123 (custom-push-theme): Don't autoload the variable, let callers do it.
10124 (custom-theme-set-variables): Autoload the variable if necessary.
10125
10126 * cus-edit.el (custom-variable-state-set): If the variable was
10127 originally set outside custom, but to the same value as the default,
10128 consider it to be standard.
10129
10130 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
10131 file *before* telling Emacs to add the autoloads, in case it fails.
10132
10133 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
10134 Use `cond', push', and `dolist'.
10135
10136 2006-07-17 Richard Stallman <rms@gnu.org>
10137
10138 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
10139 Add defvars to silence warnings.
10140
10141 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
10142
10143 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10144 Don't highlight "Compiling file" messages as error.
10145
10146 * dired-aux.el (dired-compress-file): Confirm again if gzipped
10147 file already exists.
10148
10149 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
10150
10151 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
10152 entry, don't assign to free var; simply return the extracted filename.
10153 (ff-treat-as-special): Incorporate common preamble from callers.
10154 (ff-other-file-name, ff-find-the-other-file):
10155 Update call to ff-treat-as-special.
10156
10157 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
10158
10159 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
10160
10161 * tumme.el (tumme-get-comment): Fix bug.
10162
10163 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10164
10165 * files.el: Remove spurious * in docstrings.
10166
10167 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
10168
10169 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
10170 grammar.
10171 (allout-beginning-of-current-line): Beware beginning of buffer.
10172 Also, a comment is simplified.
10173 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
10174 when appropriate. (This fix enables use for other than
10175 bullet-hotspot operation.)
10176 (allout-hide-current-subtree): While escalating to sibling-close,
10177 make sure to situate on a topic.
10178
10179 2006-07-14 Kim F. Storm <storm@cua.dk>
10180
10181 * emulation/cua-base.el (cua-delete-selection)
10182 (cua-toggle-set-mark): New defcustoms.
10183 (cua-rectangle-modifier-key): Add `alt' modifier.
10184 (cua-replace-region): Don't delete if cua-delete-selection is nil.
10185 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
10186 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
10187
10188 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
10189
10190 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
10191
10192 * allout.el: Require 'cl during byte-compilation/interactive load,
10193 for the `assert' macro.
10194 (allout-mode-deactivate-hook): New hook, run when allout mode
10195 deactivates.
10196 (allout-developer): New allout customization subgroup.
10197 (allout-run-unit-tests-on-load): New allout-developer
10198 customization variable, when true allout unit tests are run towards
10199 end of file load/eval.
10200 (allout-inhibit-auto-fill): Disable auto-fill activity even during
10201 auto-fill-mode.
10202 (allout-resumptions): Remove, to be replaced by...
10203 (allout-add-resumptions): Register variable settings to be
10204 reinstated by `allout-do-resumptions'. The settings are made
10205 buffer-local, but the locality/globality of the suspended setting
10206 is restored on resumption.
10207 (allout-do-resumptions): Reinstate all settings suspended using
10208 `allout-add-resumptions'.
10209 (allout-test-resumptions): Unit tests (and intermediate variables)
10210 for resumptions.
10211 (allout-tests-globally-unbound, allout-tests-globally-true)
10212 (allout-tests-locally-true): Intermediate variables for
10213 resumptions unit tests.
10214 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
10215 (allout-exposure-category): Replaces 'allout-overlay-category variable.
10216 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
10217 instead of retired `allout-resumptions'. For hook functions, use
10218 `local' parameter so hook settings are created and removed as
10219 buffer-local settings. Revise (resumptions) setting
10220 auto-fill-function so it is set only if already active. (The
10221 related fill-function settings are all made in either case, so
10222 that activating auto-fill-mode activity will have the custom
10223 allout-mode behaviors (hanging indent on topics, if configured for it).
10224 Remove all allout-exposure-category overlays on mode deactivation.
10225 (allout-hotspot-key-handler): New function extracted from
10226 `allout-pre-command-business', so the functionality can be used
10227 for other purposes, eg as a binding in an overlay.
10228 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
10229 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
10230 customization variable.
10231 (allout-run-unit-tests): Run the (currently quite small)
10232 repertoire of unit tests. Called just before the provide iff user
10233 has customized `allout-run-unit-tests-on-load' non-nil.
10234
10235 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
10236
10237 * emacs-lisp/authors.el (authors-aliases): Update.
10238
10239 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
10240
10241 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
10242 gdb-source-window. Add dedicated argument.
10243 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
10244 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
10245 (gdb-display-threads-buffer, gdb-display-memory-buffer)
10246 (gdb-display-locals-buffer): Use it.
10247
10248 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
10249 Set gdb-source-window.
10250
10251 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
10252
10253 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
10254 minor modes, redundant with the custom-autoload line above.
10255
10256 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
10257
10258 * longlines.el (longlines-post-command-function): Handle open-line too.
10259
10260 2006-07-12 Richard Stallman <rms@gnu.org>
10261
10262 * progmodes/grep.el (grep-last-buffer): Doc fix.
10263
10264 * info.el (Info-try-follow-nearest-node): Doc fix.
10265
10266 * emacs-lisp/edebug.el (edebug-instrument-function):
10267 Err if find-function-noselect gives no position.
10268
10269 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10270 If can't find definition, return nil for position.
10271 (find-function-do-it): Handle new return value
10272 of find-definition-noselect.
10273 (find-definition-noselect, find-variable-noselect): Doc fix.
10274 (find-function-noselect): Doc fix.
10275
10276 * help-mode.el (help-variable-def): Handle find-variable-noselect
10277 returning no position.
10278 (help-function-def): Likewise for find-function-search-for-symbol.
10279 (help-face-def): Likewise.
10280
10281 * help-fns.el (describe-variable): Handle find-variable-noselect
10282 returning no position.
10283
10284 * files.el (locate-file-completion): Avoid duplicates in result.
10285
10286 * cus-edit.el (custom-no-edit): New command.
10287 (custom-mode-map): Remap to custom-no-edit instead of
10288 using suppress-keymap.
10289
10290 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
10291
10292 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10293 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10294 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
10295
10296 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
10297
10298 2006-07-11 Kim F. Storm <storm@cua.dk>
10299
10300 * ido.el (ido-copy-current-file-name): Use buffer-name if
10301 buffer-file-name is nil.
10302
10303 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
10304
10305 * simple.el (undo-ask-before-discard): Set to nil.
10306
10307 * vc.el (vc-exec-after): Don't delete process manually.
10308 (vc-print-log): Run log-view-mode in process sentinel inside
10309 inhibit-read-only. Don't shrink window due to timing issues.
10310
10311 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
10312 Avoid using with-output-to-temp-buffer, which clobbers local vars.
10313
10314 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
10315
10316 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10317 Fix ambiguity introduced by last change.
10318 (compilation-find-file): Move save-excursion to where it may
10319 make sense. Fix a left over `find-file'.
10320
10321 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
10322
10323 * textmodes/texinfmt.el (texinfo-format-separate-node):
10324 Insert a string before point, which fits documentation, not after.
10325 (texinfo-multitable-item): In a multitable row, insert any
10326 additional needed @tabs and spaces.
10327
10328 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
10329
10330 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10331 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10332 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
10333 instead of shell-command.
10334 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
10335 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
10336 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
10337 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
10338 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
10339 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
10340
10341 2006-07-11 Kim F. Storm <storm@cua.dk>
10342
10343 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
10344 Remove special case for seconds < 0. Use (redisplay t) instead.
10345
10346 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
10347
10348 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
10349 avoid compilation error.
10350
10351 * subr.el (sit-for): New function.
10352
10353 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
10354
10355 2006-07-10 Richard Stallman <rms@gnu.org>
10356
10357 * ldefs-boot.el (edebug): Update page.
10358
10359 2006-07-10 Kim F. Storm <storm@cua.dk>
10360
10361 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
10362 to FOR-RELEASE and TODO.
10363
10364 2006-07-10 Romain Francoise <romain@orebokech.com>
10365
10366 * emacs-lisp/authors.el (authors-aliases): Update.
10367
10368 2006-07-10 Alan Mackenzie <acm@muc.de>
10369
10370 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
10371 * cc-mode.el: Changes to eradicate eval-after-load.
10372
10373 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
10374
10375 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
10376 on non-char events.
10377
10378 2006-07-09 Romain Francoise <romain@orebokech.com>
10379
10380 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10381 Don't highlight start/end markers as compilation messages.
10382
10383 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
10384 to t.
10385
10386 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
10387
10388 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
10389
10390 2006-07-08 Richard Stallman <rms@gnu.org>
10391
10392 * term/x-win.el (x-handle-display): Add doc string.
10393
10394 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10395
10396 * subr.el (def-edebug-spec): Move here.
10397 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
10398
10399 * imenu.el (imenu-choose-buffer-index): Doc fix.
10400
10401 2006-07-08 Romain Francoise <romain@orebokech.com>
10402
10403 * term/x-win.el (x-display-name): Fix typo.
10404
10405 2006-07-08 Eli Zaretskii <eliz@gnu.org>
10406
10407 * hexl.el (hexl-find-file): Doc fix.
10408
10409 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10410
10411 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
10412
10413 * term/x-win.el (x-display-name): Doc fix.
10414
10415 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10416
10417 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
10418 long prefixes.
10419 (fill-region-as-paragraph): Don't round up to a whole line.
10420 (fill-comment-paragraph): Don't include the code-before-the-comment
10421 when calling fill-region-as-paragraph.
10422
10423 * international/mule.el (make-char): Remove redundancy.
10424
10425 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
10426 property may contain an anonymous function rather than a symbol.
10427
10428 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
10429
10430 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10431 Use shy regexp. Fix incorrect backref to potentially unmatched group.
10432
10433 * dirtrack.el (dirtrack-default-directory-function): Remove.
10434 (dirtrack-directory-function): Use file-name-as-directory.
10435 (dirtrack-windows-directory-function): Simplify.
10436 (dirtrack-forward-slash, dirtrack-backward-slash)
10437 (dirtrack-replace-slash): Remove.
10438 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
10439 (dirtrack): Fix wrong parenthesizing; use match-string.
10440
10441 * progmodes/octave-inf.el: Remove spurious * in docstrings.
10442 (inferior-octave-mode): Only change the buffer-local value of
10443 comint-dynamic-complete-functions.
10444 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
10445 Move the initialization to the declaration.
10446 (inferior-octave-complete): Remove unused var `filter'.
10447
10448 * shell.el (shell-mode): Only change the buffer-local value of
10449 comint-dynamic-complete-functions.
10450
10451 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
10452
10453 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
10454 entry is skipped because it has been scheduled.
10455 (org-prepare-agenda-buffers): Don't mark buffers as modified when
10456 changing `:org-archived' and `:org-comment' properties.
10457
10458 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
10459
10460 * server.el (server-select-display): Don't make the temp frame
10461 minibuffer-only, in case it's not a temp frame.
10462 (server-process-filter): Don't delete the temp frame if it's the
10463 only one we have on that display.
10464
10465 * files.el (find-alternate-file): Doc fix.
10466
10467 2006-07-05 Richard Stallman <rms@gnu.org>
10468
10469 * files.el (abbreviate-file-name): Add save-match-data.
10470
10471 2006-07-03 Richard Stallman <rms@gnu.org>
10472
10473 * faces.el (read-face-name): Doc fix.
10474
10475 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
10476
10477 * net/goto-addr.el (goto-address): Mark as safe for local evals.
10478
10479 2006-07-05 Andre Spiegel <spiegel@gnu.org>
10480
10481 * vc.el (vc-diff-internal): Fix prev change.
10482
10483 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
10484
10485 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
10486 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
10487
10488 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10489
10490 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
10491 fails if the symbol contains chars like ( or '.
10492 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
10493 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
10494 `short'.
10495
10496 2006-07-04 Kenichi Handa <handa@m17n.org>
10497
10498 * international/mule-cmds.el (set-language-info): If LANG-ENV is
10499 the current one, don't call set-language-environment, but call one
10500 of set-language-environment-XXX to make INFO effective now.
10501 (set-language-environment): Call set-language-environment-XXX
10502 functions instead of doing the various setups directly.
10503 (set-language-environment-coding-systems): Delete argument eol-type.
10504 (set-language-environment-input-method)
10505 (set-language-environment-nonascii-translation)
10506 (set-language-environment-charset)
10507 (set-language-environment-fontset)
10508 (set-language-environment-unibyte): New functions.
10509
10510 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
10511
10512 * locate.el (locate-update-when-revert): New option.
10513 (locate-update-path): New option (suggested by Michael Albinus).
10514 (locate-prompt-for-command): Whitespace change.
10515 (locate-update): No longer offer to update the locate database by
10516 default. Implement the two new options.
10517
10518 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
10519
10520 * tooltip.el: Move comment about track-mouse...
10521
10522 * progmodes/gud.el: ...to here.
10523
10524 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
10525
10526 * facemenu.el (facemenu-listed-faces): New var.
10527 (facemenu-unlisted-faces): Variable deleted.
10528 (facemenu-add-new-face): Use facemenu-listed-faces.
10529
10530 * emulation/viper-init.el, calendar/calendar.el:
10531 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
10532
10533 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
10534
10535 * textmodes/org.el (org-mode): Remove no invalid settings for
10536 calc embedded mode.
10537 (org-mode-p): New defsubst.
10538 (org-save-all-org-buffers): New function.
10539 (org-first-headline-recenter): Enclose outline-regexp in group
10540 delimiters.
10541 (org-set-tags): Keep single space after stars.
10542
10543 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10544
10545 * window.el (set-window-text-height): Only set window-min-height to
10546 1 if that's the requested size.
10547
10548 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
10549 (diff-unified->context, diff-context->unified)
10550 (diff-reverse-direction): Make sure the end marker stays at the end.
10551 (diff-mode): Add the keymap table at the end of docstring.
10552 Use lexical-let rather than constructing a closure manually.
10553
10554 * files.el (find-file-noselect-1): Remove unused var assignment.
10555 (hack-local-variables-confirm): Print lists of strings as lists of
10556 strings rather than lists of symbols.
10557 (abbreviate-file-name, hack-local-variables-prop-line):
10558 Use match-string.
10559 (hack-one-local-variable): Move `make-local-variable' nearer its use.
10560 (recover-session-finish): Use line-end-position.
10561
10562 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
10563
10564 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
10565
10566 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
10567
10568 * progmodes/make-mode.el (makefile-macroassign-regex):
10569 Accept preceding keyword.
10570 (makefile-gmake-statements): Reorganize, now that makepp has
10571 "override" and also handle forgotten "override define".
10572 (makefile-makepp-statements): Add new "global", "override export"
10573 and "override global".
10574
10575 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
10576
10577 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
10578 (ada-compile-mouse-goto-error, ada-deactivate-properties)
10579 (ada-no-auto-case): Fix typos in docstrings.
10580
10581 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
10582
10583 * info.el (Info-find-node-2): Search for makeinfo version more
10584 carefully.
10585
10586 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
10587
10588 * textmodes/org.el (org-prepare-agenda-buffers):
10589 Use `invisible-OK' argument for `org-end-of-subtree'.
10590 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
10591 (org-beginning-of-item): Fix bug in regular expression for white line.
10592 (org-export-as-html): Enforce space after bullet in plain list items.
10593 (org-set-autofill-regexps): Require space after plain list bullet
10594 for paragraph-start.
10595 (org-ts-regexp3): New constant.
10596 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
10597 (org-timestamp-up-day, org-timestamp-down-day)
10598 (org-timestamp-change): Work with inactive timestamps.
10599 (org-ts-regexp1): Don't allow brackets in time stamps.
10600
10601 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
10602
10603 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
10604 for ignoring links.
10605
10606 * faces.el (read-face-name): Use it.
10607
10608 2006-06-28 Juri Linkov <juri@jurta.org>
10609
10610 * buff-menu.el (list-buffers-noselect): Compare Info file
10611 with the string "dir" to detect Info directory.
10612
10613 * complete.el (partial-completion-mode): In lambda for
10614 `choose-completion-string-functions' use full function signature
10615 with 4 args, and move point to the end of the minibuffer only if arg
10616 `mini-p' is non-nil.
10617
10618 2006-06-28 John Paul Wallington <jpw@pobox.com>
10619
10620 * ibuffer.el (ibuffer-mode): Doc fix.
10621
10622 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
10623
10624 * textmodes/org.el (org-context): New contexts :item-bullet,
10625 :latex-fragment, :latex-preview.
10626 (org-overlays-at, org-overlay-start, org-overlay-end):
10627 New compatibility functions.
10628 (org-inside-LaTeX-fragment-p): More accurate matching, using the
10629 exact regexp that will be used during export.
10630 (org-latex-regexps): New variable.
10631 (org-cdlatex-mode): Improve advice for `texmathp'.
10632 (turn-on-org-cdlatex): New function.
10633
10634 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10635
10636 * term/mac-win.el (mac-handle-font-selection): Change keys of
10637 mac-atsu-font-table from strings to numbers.
10638 (mac-ts-caret-position): Use also when cursor-type is nil.
10639 (mac-ts-update-active-input-area): Add Mac OS Classic support.
10640 Relax condition for using overlay strings.
10641 Use mac-ts-caret-position face when cursor-type is nil.
10642
10643 2006-06-26 Kim F. Storm <storm@cua.dk>
10644
10645 * help.el (view-emacs-news): Declare `res' in the right let* form.
10646
10647 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
10648
10649 * net/rcompile.el (remote-compile): Replace ange-ftp based
10650 implementation by Tramp functions.
10651 Suggested by Marc Abramowitz <msabramo@gmail.com>.
10652
10653 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
10654
10655 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
10656
10657 * international/fontset.el (setup-default-fontset): Fix a typo in
10658 the "Oriya-Akruti" registry name.
10659
10660 2006-06-23 Lars Hansen <larsh@soem.dk>
10661
10662 * desktop.el (desktop-full-file-name): New function.
10663 (desktop-kill, desktop-save, desktop-remove, desktop-read)
10664 (desktop-revert): Use it.
10665 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
10666 (desktop-after-read-hook): Add option list-buffers.
10667 (desktop-locals-to-save): Add tab-width.
10668 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
10669 Fix docstring.
10670
10671 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
10672
10673 * textmodes/org.el (org-cdlatex-mode-map)
10674 (org-cdlatex-texmathp-advice-is-done): New variables.
10675 (org-cdlatex-mode): New minor mode.
10676 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
10677 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
10678 (org-export-with-archived-trees): New option.
10679 (org-open-file): Remove the call to `convert-standard-filename'.
10680 (org-archive-tag, org-agenda-skip-archived-trees)
10681 (org-cycle-open-archived-trees)
10682 (org-sparse-tree-open-archived-trees): New options.
10683 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
10684 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
10685 New functions.
10686 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
10687 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
10688 (org-mode-map): Add binding for `org-toggle-archive-tag'.
10689 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
10690 Call `org-prepare-agenda-buffers'.
10691 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
10692 (org-file-apps, org-file-apps-defaults-gnu)
10693 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
10694 Handle remote files by forcing them to be opened in Emacs.
10695
10696 2006-06-23 Andre Spiegel <spiegel@gnu.org>
10697
10698 * vc.el (vc-diff-knows-L): New variable.
10699 (vc-diff-internal): Use it to handle "diff" programs that don't
10700 understand -L. This works automatically, no user action is necessary.
10701
10702 2006-06-23 Daniel Brockman <daniel@brockman.se>
10703
10704 * net/rcirc.el (rcirc-default-user-full-name): Default to
10705 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
10706 longer exists).
10707 (rcirc-process-list): Check `buffer-live-p' before attempting to
10708 switch to a buffer.
10709
10710 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
10711
10712 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
10713 based on rcirc-coding-system-alist.
10714
10715 2006-06-23 Martin Rudalics <rudalics@gmx.at>
10716
10717 * cus-edit.el (customize-apropos): A better error message.
10718 (top level) <debug-ignored-errors>: Extend and update the list of
10719 ignored error messages.
10720
10721 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
10722
10723 * complete.el (PC-do-completion): Retain capitalization of user
10724 input, when possible, even if completion-ignore-case is set.
10725
10726 2006-06-23 Eli Zaretskii <eliz@gnu.org>
10727
10728 * generic-x.el (bat-generic-mode): Support .cmd files.
10729
10730 * dos-w32.el (top level): Use find-file-not-found-functions
10731 instead of the obsolete find-file-not-found-hooks.
10732
10733 2006-06-22 Kim F. Storm <storm@cua.dk>
10734
10735 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
10736 to recognize mode name containing submodes, such as Grep/lw.
10737
10738 2006-06-21 Kim F. Storm <storm@cua.dk>
10739
10740 * simple.el (line-move-1): Check for move-end-of-line instead of
10741 end-of-line when setting temporary-goal-column.
10742
10743 2006-06-21 Miles Bader <miles@gnu.org>
10744
10745 * play/cookie1.el (cookie): Work properly when there's only one entry.
10746
10747 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
10748
10749 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
10750 (gdb-frame-handler): Generalize frame regexp for templates.
10751
10752 2006-06-20 Glenn Morris <rgm@gnu.org>
10753
10754 * calendar/appt.el (appt-display-format): Default value must be
10755 one of the customize options.
10756
10757 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
10758
10759 * term/xterm.el (terminal-init-xterm): Update key availability info.
10760 Bind C-return.
10761
10762 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
10763
10764 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
10765
10766 * files.el (hack-local-variables): Run `hack-local-variables-hook'
10767 whether or not a local variables list is defined.
10768
10769 * msb.el (msb): Move `sit-for' hack here to handle both
10770 "mouse-down and drag" and "mouse-up and select" situations.
10771 (mouse-select-buffer): Move `sit-for' hack to `msb'.
10772
10773 2006-06-20 Kenichi Handa <handa@m17n.org>
10774
10775 * international/characters.el (word-combining-categories):
10776 Add entries for 2-byte Han characters.
10777
10778 2006-06-19 Richard Stallman <rms@gnu.org>
10779
10780 * bindings.el (mode-line-format): Save some mode line space.
10781
10782 * files.el (find-file-noselect): Improve the question wording.
10783 (basic-save-buffer-2): Mask UMASK against 666.
10784
10785 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
10786 (mouse-drag-vertical-line): Call it.
10787
10788 * cus-edit.el (customize-option, customize-option-other-window):
10789 Error if SYMBOL is nil.
10790
10791 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
10792
10793 * textmodes/org.el: Require noutline, also on XEmacs.
10794 (org-end-of-subtree): Return point.
10795 (org-dblock-start-re, org-dblock-end-re): New constants.
10796 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
10797 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
10798 (org-update-all-dblocks, org-find-dblock): New functions.
10799 (org-collect-clock-time-entries): New function.
10800 (org-html-handle-time-stamps): Never export CLOCK timeranges.
10801 (org-fixup-indentation): Modify to deal correctly with lines
10802 starting with TAB. Only one argument DIFF now.
10803 (org-demote, org-promote): Call `org-fixup-indentation' with just
10804 one argument, DIFF.
10805 (org-mode): Don't mark buffer as modified when aligning tables.
10806 (org-clock-sum): Don't mark buffer modified when adding time sum
10807 properties.
10808 (org-export-as-html): Add support for a link validation function.
10809 (org-archive-all-done): New function.
10810 (org-archive-subtree): New prefix argument. When set, archive all
10811 done subtrees in this buffer.
10812 (org-remove-clock-overlays)
10813 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
10814 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
10815 (org-put-clock-overlay): Don't swallow last headline character
10816 when displaying overlay.
10817 (org-store-link): Link to `image-mode' with just the file name.
10818
10819 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
10820
10821 * viper-cmd.el (viper-special-read-and-insert-char):
10822 Use read-key-sequence.
10823 (viper-after-change-undo-hook): Misc enhancements.
10824 (viper-after-change-undo-hook): New hook.
10825 (viper-undo): Use viper-after-change-undo-hook.
10826 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
10827 (viper-next-line-at-bol): If point is on a widget or a button, simulate
10828 clicking on that widget/button.
10829
10830 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
10831
10832 * ediff-diff (ediff-test-patch-utility): Catch errors.
10833 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
10834 (ediff-set-actual-diff-options): New function.
10835 (ediff-reset-diff-options, ediff-toggle-ignore-case):
10836 Use ediff-set-actual-diff-options.
10837 (ediff-extract-diffs): Catch errors.
10838 (ediff-whitespace): Add non-breakable space.
10839 (ediff-same-file-contents): Catch errors.
10840
10841 * ediff-mult.el (ediff-collect-custom-diffs):
10842 Save coding-system-for-read.
10843
10844 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
10845 (ediff-vc-internal, ediff-vc-merge-internal):
10846 Use ediff-delete-version-file.
10847 (ediff-delete-version-file): New function.
10848
10849 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
10850
10851 * ediff.el (ediff-directories, ediff-directory-revisions)
10852 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
10853 (ediff-directories-internal, ediff-merge-directory-revisions)
10854 (ediff-merge-directory-revisions-with-ancestor)
10855 (ediff-directories3): Use read-directory-name.
10856
10857 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
10858
10859 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
10860 Remove superfluous part of regexp for brace matching which is handled
10861 by `scan-lists' call.
10862
10863 2006-06-16 Richard Stallman <rms@gnu.org>
10864
10865 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
10866
10867 * files.el (basic-save-buffer-2): For a new precious file,
10868 use the default modes in the return value.
10869
10870 * facemenu.el (facemenu-color-alist): Doc fix.
10871
10872 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
10873
10874 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10875
10876 * cus-start.el (all): Add mac-ts-script-language-on-focus.
10877
10878 * term/mac-win.el (mac-text-encoding-ascii): New constant.
10879 (mac-utxt-to-string): Use it.
10880 (mac-ts-update-active-input-area): Use mac-ae-number.
10881
10882 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
10883
10884 * term.el (term-handle-scroll, term-delete-lines)
10885 (term-insert-lines): Fix off by one errors.
10886
10887 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
10888
10889 * net/tramp.el (tramp-touch): Use UTC to express time.
10890
10891 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
10892
10893 * mail/sendmail.el (mail-send): Search explicitly for
10894 mail-header-separator when checking for corrupted header lines.
10895
10896 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
10897
10898 * progmodes/gdb-ui.el (gdb-same-frame): New option.
10899 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
10900 (gdb-init-1): Initialise them.
10901 (gdb-starting): Reset gdb-printing
10902 (gdb-starting): Save value of gud-overlay-arrow-position.
10903 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
10904 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
10905 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
10906 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
10907
10908 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10909
10910 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
10911
10912 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
10913
10914 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
10915 (ldap-search-internal): Keep error messages, and a regexp fix.
10916
10917 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
10918
10919 * files.el (hack-local-variables-confirm):
10920 Display string value using its printed representation.
10921
10922 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
10923
10924 * server.el (server-edit): No-op if no server buffers exist.
10925
10926 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
10927
10928 * textmodes/page-ext.el (pages-directory-for-addresses):
10929 Including `pages-directory-address-mode' in the function results
10930 in the message "Buffer in which pages were found is deleted".
10931
10932 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
10933
10934 * textmodes/org.el (org-agenda-mode-map): Add bindings for
10935 clocking functions.
10936
10937 (org-agenda-clock-in, org-check-running-clock)
10938 (org-clock-out-if-current, org-remove-clock-overlays)
10939 (org-put-clock-overlay): New functions.
10940 (org-clock-marker, org-clock-file-total-minutes)
10941 (org-clock-overlays): New variables.
10942 (org-clock-display, org-clock-sum, org-clock-cancel)
10943 (org-clock-out, org-clock-in): New commands.
10944 (org-export): New function.
10945 (org-emph-re): New constant.
10946 (org-set-emph-re, org-do-emphasis-faces): New functions.
10947 (org-emphasis-regexp-components, org-emphasis-alist): New options.
10948 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
10949 (org-export-html-convert-emphasize): Use the configurable emphasis.
10950 (org-cleaned-string-for-export): Make multiline emphasis visible
10951 to the exporter. New optional argument PARAMETERS.
10952 (org-export-as-html): Specify :emph-multiline parameter to
10953 `org-cleaned-string-for-export'.
10954
10955 2006-06-10 Richard Stallman <rms@gnu.org>
10956
10957 * help.el (help-for-help-internal): Clean up help text.
10958
10959 2006-06-10 Andreas Schwab <schwab@suse.de>
10960
10961 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
10962 in doc string.
10963
10964 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
10965
10966 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
10967
10968 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
10969 spaces after the comment start.
10970
10971 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10972
10973 * play/pong.el (pong-init-buffer):
10974 Fill buffer with spaces instead of ^A.
10975
10976 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
10977 launched asynchronously, delete its process instead of being cool.
10978 (ispell-async-processp): Check for `delete-process' existence
10979 instead of `kill-process' one for consistency.
10980
10981 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
10982
10983 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
10984 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
10985 in mode line at startup.
10986
10987 2006-06-08 Kim F. Storm <storm@cua.dk>
10988
10989 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
10990 (ido-init-completion-maps): Bind them to M-SPC and M-v.
10991 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
10992 (ido-file-internal): Pass full file name to write-file.
10993 (ido-read-internal): Only pop stack elements automatically if they
10994 actually match an existing directory or file name.
10995
10996 2006-06-07 Kenichi Handa <handa@m17n.org>
10997
10998 * international/mule.el (find-auto-coding): Don't handle the short
10999 name `char-trans'.
11000
11001 * files.el (hack-local-variables-prop-line)
11002 (hack-local-variables): Cancel the previous change.
11003
11004 2006-06-06 Jesper Harder <harder@phys.au.dk>
11005
11006 * ediff-diff.el (ediff-test-utility): Protect against file-error.
11007
11008 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
11009
11010 * diff-mode.el (diff-mode): Set buffer-read-only to t when
11011 diff-default-read-only is non-nil.
11012 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
11013 (diff-refine-hunk): Set inhibit-read-only to t.
11014
11015 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
11016 modifying the *Diff* buffer.
11017 (diff-process-filter): New filter function for diff process that
11018 sets inhibit-read-only to t when modifying the *Diff* buffer.
11019
11020 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
11021
11022 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
11023 insertion point and control the number of empty lines.
11024 (org-paste-subtree): Limit the number of empty lines at the end of
11025 the inserted tree.
11026 (org-agenda): Use buffer name of current file for narrowing.
11027 (org-export-as-xml): Command removed.
11028 (org-export-xml-type): Option removed.
11029 (org-mode-map): Call `org-export-as-xoxo' directly.
11030 (org-get-indentation): New optional argument LINE.
11031 (org-fix-indentation, org-remove-tabs): New functions.
11032 (org-export-as-ascii, org-ascii-level-start): Determine and apply
11033 correct indentation for headlines that are converted it items.
11034 (org-skip-comments): Remove table lines that contain narrowing
11035 cookies but no other non-empty fields.
11036 (org-set-tags): Allow groups of mutually exclusive tags.
11037 (org-cmp-time): Sort 24:21 before items without time.
11038 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
11039 (org-open-at-point): Require double colon also for numbers.
11040
11041 2006-06-06 Kim F. Storm <storm@cua.dk>
11042
11043 * ido.el (ido-default-file-method, ido-default-buffer-method):
11044 Make choice values consistent with corresponding command names.
11045 (ido-visit-buffer): Update accordingly. Default to selected-window.
11046
11047 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
11048
11049 * progmodes/gud.el (gud-running): Fix doc string.
11050 (gud-menu-map): Use :visible instead fo :enable for debugger test.
11051 (gud-tooltip-modes): Add python-mode.
11052 (gud-tooltip-print-command): Add pdb. Remove perldb.
11053
11054 2006-06-05 Eli Zaretskii <eliz@gnu.org>
11055
11056 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
11057 Quote $(EMACS).
11058
11059 2006-06-05 Richard Stallman <rms@gnu.org>
11060
11061 * faces.el (defined-colors): Doc fix.
11062
11063 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
11064
11065 * vc.el (vc-process-filter): Inhibit undo info collection around
11066 call to insert.
11067 (vc-setup-buffer): Likewise for call to erase-buffer.
11068 (vc-do-command): Likewise for call to process-file.
11069
11070 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
11071
11072 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
11073 for gud-go.
11074 (gud-common-init): Other debuggers may trigger error.
11075
11076 2006-06-05 Kenichi Handa <handa@m17n.org>
11077
11078 * international/mule.el (find-auto-coding):
11079 Handle enable-character-translation in file header.
11080
11081 2006-06-04 Kim F. Storm <storm@cua.dk>
11082
11083 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
11084 (authors-fixed-entries): Fix spelling.
11085 (authors-canonical-file-name): Don't report error for wildcards.
11086
11087 * help.el (view-emacs-news): Rewrite to support new NEWS,
11088 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
11089 e.g. version 10 matches 1.10, and don't be confused by version 1.1
11090 being a prefix of 1.12 (etc). A numeric prefix arg also works.
11091
11092 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
11093
11094 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
11095 exec constructs like `foo bar`.
11096 (sh-quoted-subshell): New helper function to search for a possibly
11097 nested subshell (like `` or $()) within a "" quoted string.
11098 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
11099 (sh-apply-quoted-subshell): Flag quote characters inside a
11100 subshell, which is itself already in a quoted region, as
11101 punctuation, since this is the closest to what they actually are.
11102 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
11103 sh-apply-quoted-subshell.
11104 (sh-font-lock-syntactic-face-function): Apply the new face for
11105 text inside `` instead of the old font-lock-string-face.
11106
11107 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11108
11109 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
11110 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
11111 (mac-bytes-to-text-range, mac-ae-text-range-array)
11112 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
11113 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
11114 (mac-ts-unicode-for-key-event): New functions.
11115 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
11116 (mac-handle-font-selection): Use mac-ae-number.
11117 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
11118 New variables.
11119 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
11120 (mac-ts-converted-text, mac-ts-selected-converted-text)
11121 (mac-ts-block-fill-text, mac-ts-outline-text)
11122 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
11123 (mac-ts-hilite-style-faces): New constant.
11124 (mac-apple-event-map): Bind text input events.
11125 (mac-dispatch-apple-event): Use command-execute instead of
11126 call-interactively.
11127 (global-map): Don't bind mac-apple-event.
11128 (special-event-map): Bind mac-apple-event.
11129
11130 2006-06-02 Eli Zaretskii <eliz@gnu.org>
11131
11132 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
11133 file name.
11134 (emacs): Enclose the value of $(EMACS) in quotes.
11135
11136 2006-06-02 Juri Linkov <juri@jurta.org>
11137
11138 * international/mule.el (sgml-html-meta-auto-coding-function):
11139 Remove the condition `(search-forward "<html" size t)'.
11140 Replace `\"' with `[\"']?' in `re-search-forward'.
11141
11142 2006-06-02 Kenichi Handa <handa@m17n.org>
11143
11144 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
11145 as well as `coding'.
11146 (hack-local-variables): Likewise.
11147
11148 * international/mule.el (enable-character-translation):
11149 Put permanent-local and safe-local-variable properties.
11150 (find-auto-coding): Handle char-trans: tag.
11151
11152 2006-06-02 Juri Linkov <juri@jurta.org>
11153
11154 * international/mule.el (sgml-html-meta-auto-coding-function):
11155 Limit the search by the end of the HTML header (if any).
11156
11157 2006-06-01 Richard Stallman <rms@gnu.org>
11158
11159 * subr.el (with-current-buffer): Doc fix.
11160
11161 2006-06-02 Masatake YAMATO <jet@gyve.org>
11162
11163 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
11164 Almost rewrite. Underlines over all lines of gcov output are too
11165 uncomfortable to read. Suggested by Dan Nicolaescu.
11166
11167 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
11168
11169 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
11170
11171 * shell.el (shell-mode): Use shell-mode-map in docstring.
11172
11173 * comint.el (comint-send-input): Do not add help-echo and
11174 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
11175
11176 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11177
11178 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
11179
11180 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
11181
11182 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
11183 (gdb-stopped, gdb-info-stack-custom): If there is no source info
11184 look up the stack and pop up GUD buffer if necessary.
11185 (gdb-frames-select): Remove redundant call to gud-display-frame.
11186 (gdb-info-threads-custom): Keep point at start of buffer.
11187 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
11188
11189 2006-05-31 Juri Linkov <juri@jurta.org>
11190
11191 * replace.el (query-replace-read-from, query-replace-read-to):
11192 Bind `history-add-new-input' to nil. Call `add-to-history'.
11193
11194 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
11195
11196 * textmodes/table.el: Convert all HTML tags to lower case for
11197 XHTML compatibility.
11198
11199 2006-05-31 Masatake YAMATO <jet@gyve.org>
11200
11201 * progmodes/compile.el:
11202 (compilation-error-regexp-alist-alist::gcov-called-line):
11203 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
11204
11205 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
11206
11207 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
11208 Revert inadvertent changes made with last commit.
11209
11210 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
11211
11212 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
11213 New functions.
11214
11215 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
11216
11217 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
11218
11219 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
11220 only matches in the right place.
11221 (org-upcoming-deadline): New face.
11222 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
11223 (org-export-ascii-underline): Rename constant `org-ascii-underline'
11224 and make it an option.
11225 (org-export-ascii-bullets): New option.
11226 (org-export-as-html): Many changes to emit valid XHTML.
11227 (org-par-open): New variable.
11228 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
11229 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
11230 (org-timeline): Pass `org-timeline-show-empty-dates' to
11231 `org-get-all-dates'. Interpret empty dates returned by
11232 `org-get-all-dates'.
11233 (org-get-all-dates): New argument EMPTY. Add dates without
11234 entries to the list, mark large ranges of empty dates.
11235 (org-point-in-group, org-context): New functions.
11236
11237 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
11238
11239 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
11240
11241 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
11242 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
11243 to C-mouse-3 (for 2 button mice).
11244 (gdb-send): Do the right thing for C-d.
11245
11246 * speedbar.el (speedbar-detach): Delete.
11247 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
11248 it breaks things.
11249 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
11250
11251 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
11252
11253 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
11254 Makeppfile.
11255
11256 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11257 Add makepp diagnostic.
11258
11259 2006-05-29 Richard Stallman <rms@gnu.org>
11260
11261 * window.el (fit-window-to-buffer): Doc fix.
11262
11263 * help.el (temp-buffer-max-height): Doc fix.
11264
11265 * subr.el (with-current-buffer): Doc fix.
11266
11267 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11268
11269 * term/x-win.el: Bind F10 to menu-bar-start if available.
11270
11271 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
11272
11273 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
11274 uses with a simple test.
11275 (term-set-escape-char, term-mode, term-check-kill-echo-list)
11276 (term-send-raw-string, term-send-raw, term-mouse-paste)
11277 (term-char-mode, term-line-mode, term-exec, term-sentinel)
11278 (term-handle-exit, term-read-input-ring)
11279 (term-previous-matching-input-string)
11280 (term-previous-matching-input-string-position)
11281 (term-previous-matching-input-from-input)
11282 (term-replace-by-expanded-history, term-send-input)
11283 (term-skip-prompt, term-bol, term-send-invisible)
11284 (term-kill-input, term-delchar-or-maybe-eof)
11285 (term-backward-matching-input, term-check-source)
11286 (term-proc-query, term-emulate-terminal)
11287 (term-handle-colors-array, term-process-pager, term-pager-line)
11288 (term-pager-bob, term-unwrap-line, term-word)
11289 (term-dynamic-complete-filename)
11290 (term-dynamic-complete-as-filename)
11291 (term-dynamic-simple-complete): Replace one arm ifs with whens or
11292 unlesses.
11293
11294 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11295
11296 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
11297 during bootstrapping.
11298
11299 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
11300 Basically undo the change of 2006-05-26: use extra arguments instead of
11301 dynamic scoping.
11302 (ewoc-locate): Remove unused var `footer'.
11303
11304 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11305
11306 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
11307
11308 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
11309 (generate-file-autoloads): Obey it. Return whether autoloads were
11310 added at point or not.
11311 (update-file-autoloads): Use this new return value.
11312 Remove redundant test for the presence of an autoload cookie.
11313
11314 * emacs-lisp/autoload.el (autoload-find-file): New fun.
11315 This one calls hack-local-variables.
11316 (generate-file-autoloads, update-file-autoloads): Use it.
11317
11318 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
11319 (bibtex-sort-entry-class): Add safe-local-variable predicate.
11320 (bibtex-sort-entry-class-alist): Don't set the global value.
11321 (bibtex-init-sort-entry-class-alist): New fun.
11322 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
11323 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
11324 of bibtex-init-sort-entry-class.
11325
11326 2006-05-28 Richard Stallman <rms@gnu.org>
11327
11328 * subr.el (load-history-regexp): If FILE is relative, insist
11329 entire last name component must match it.
11330 (load-history-filename-element, load-history-regexp): Doc fixes.
11331
11332 2006-05-29 Kim F. Storm <storm@cua.dk>
11333
11334 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
11335 `pos' and `raw-data' for clarity, as eval forms may access these.
11336
11337 2006-05-28 Kim F. Storm <storm@cua.dk>
11338
11339 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
11340
11341 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11342
11343 * progmodes/make-mode.el (makefile-browser-map)
11344 (makefile-mode-syntax-table): Move initialization inside declaration.
11345 (makefile-fill-paragraph): Use the default comment-filling code.
11346
11347 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
11348
11349 * replace.el (query-replace-defaults): New variable.
11350 (query-replace-read-from): Use `query-replace-defaults' for
11351 default value, instead of history list.
11352 (query-replace-read-to): Update `query-replace-defaults'.
11353
11354 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
11355
11356 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
11357 with no X toolkit.
11358
11359 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
11360
11361 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
11362 (tumme-show-all-from-dir): Add autoload.
11363
11364 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
11365
11366 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
11367 (tumme-remove-tag): Fix bug.
11368
11369 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
11370
11371 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
11372 FOOTER args. Update unique caller.
11373 (ewoc-delete): Compute last node once before looping.
11374 (ewoc--node-branch): Merge into unique caller.
11375 (ewoc--node): Don't define constructor make-ewoc--node for this
11376 structure.
11377 (ewoc): Add member `hf-pp' to this structure.
11378 (ewoc--wrap): New func.
11379 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
11380 header/footer pretty-printers. Save header/footer pretty-printer.
11381 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
11382
11383 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
11384
11385 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
11386
11387 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
11388 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
11389 Tag'. Change "Compare directories..." to "Change Directories...".
11390 Move tumme commands to Operate, Regexp and Immediate menus.
11391 Change "Add Comment" to "Add Image Comment". Change "Add Image
11392 Tag" to "Add Image Tags".
11393
11394 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
11395 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
11396 `tumme-delete-tag'.
11397
11398 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
11399
11400 * shell.el (shell-mode): Call shell-dirtrack-mode after
11401 list-buffers-directory is made a local variable, to avoid setting
11402 the default value.
11403
11404 2006-05-26 Kevin Ryde <user42@zip.com.au>
11405
11406 * info.el (Info-index-next): Use where-is-internal to report
11407 actual binding of Info-index-next, rather than hard-coded `,'.
11408
11409 2006-05-26 Eli Zaretskii <eliz@gnu.org>
11410
11411 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
11412 and "Find Command in Manual" to here.
11413
11414 * buff-menu.el (list-buffers-noselect): For Info buffers, use
11415 Info-current-file as the file name.
11416
11417 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
11418
11419 * ses.el (defadvice undo-more): Delete this defadvice. The undo
11420 overrides will now be done a different way.
11421 (ses-set-parameter): Reapply this function for undo.
11422 (ses-set-header-row): Reconstruct header row during undo.
11423 (ses-widen): New function.
11424 (ses-goto-data, ses-reconstruct-all): Use new function.
11425 (ses-command-hook): Widen buffer during undo, before unupdating
11426 the cells.
11427 (ses-insert-row, ses-delete-row): Widen buffer during undo.
11428 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
11429 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
11430 formula hasn't been executed yet.
11431
11432 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11433
11434 * comint.el (comint-kill-whole-line): Rename arg to count.
11435 Fix doc string.
11436
11437 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
11438
11439 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
11440 to copy-file.
11441
11442 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11443
11444 * simple.el (toggle-truncate-lines): Make arg optional for
11445 backward compatibility.
11446
11447 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
11448
11449 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
11450 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
11451 DLL arg. Instead, use ewoc--current-dll. Update all callers.
11452 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
11453 (ewoc--adjust): Use ewoc--current-dll.
11454 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
11455
11456 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
11457
11458 * textmodes/org.el (org-next-item, org-previous-item): Emit more
11459 compact error message.
11460 (org-tags-view): Refresh category table in each file.
11461 (org-table-justify-field-maybe): Remove superfluous arguments to
11462 `format'.
11463 (org-export-as-html): Insert "<p>" before postamble.
11464 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
11465
11466 2006-05-26 Kenichi Handa <handa@m17n.org>
11467
11468 * textmodes/po.el (po-find-charset): Pay attention to the case
11469 FILENAME is a cons (NAME . BUFFER).
11470 (po-find-file-coding-system-guts): Likewise.
11471
11472 * arc-mode.el (archive-set-buffer-as-visiting-file):
11473 Call find-operation-coding-system with (FILENAME . BUFFER).
11474
11475 * tar-mode.el (tar-extract): Call find-operation-coding-system
11476 with (FILENAME . BUFFER).
11477
11478 * international/mule.el (decode-coding-inserted-region):
11479 Call find-operation-coding-system with (FILENAME . BUFFER).
11480
11481 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
11482
11483 * image-mode.el (image-toggle-display): Use buffer contents to
11484 generate image for a remote file.
11485
11486 2006-05-25 Juri Linkov <juri@jurta.org>
11487
11488 * replace.el (query-replace-read-from, query-replace-read-to):
11489 Remove 8th arg KEEP-ALL in read-from-minibuffer.
11490
11491 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
11492
11493 * whitespace.el (whitespace-cleanup): Change to cleanup
11494 region if one is active.
11495 * whitespace.el (whitespace-cleanup-internal): New internal method.
11496
11497 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11498
11499 * dired.el (dired-mode-map): Add help-echo strings to tumme
11500 commands. Bind `tumme-dired-display-image' to C-t i.
11501
11502 * tumme.el (tumme-display-image): Change documentation string slightly.
11503 (tumme-dired-display-image): Add call to `display-buffer'.
11504
11505 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
11506
11507 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
11508 Signal error if RAW-DATA is a multibyte string.
11509
11510 2006-05-24 Richard Stallman <rms@gnu.org>
11511
11512 * subr.el (with-local-quit): When handling `quit' signal,
11513 make a chance for quit-flag to cause a quit.
11514
11515 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
11516 (ad-disable-advice): Add autoloads.
11517
11518 * subr.el (read-passwd): Copy PROMPT before changing its properties.
11519
11520 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11521
11522 * dired.el (dired-mode-map): Change menu items for tumme as per
11523 suggestions in emacs-devel.
11524
11525 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
11526
11527 * dired.el (dired-mode-map): Fix breakage.
11528
11529 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11530
11531 * tumme.el (tumme-display-dired-image): Rename to...
11532 (tumme-dired-display-image): ...this.
11533 (tumme-track-movement): Change default value to t.
11534 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
11535 used from `tumme-next-line-and-display' and similar commands.
11536
11537 * dired.el (dired-mode-map): Add Thumbnail submenu under the
11538 Immediate menu. Add some tumme commands there.
11539
11540 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
11541
11542 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
11543
11544 2006-05-24 Chong Yidong <cyd@mit.edu>
11545
11546 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
11547 menu entries that open submenus.
11548
11549 2006-05-24 Alan Mackenzie <acm@muc.de>
11550
11551 * startup.el (command-line): For names of preloaded files, don't
11552 append ".elc" (now done in Fload), and call file-truename on the
11553 lisp directory.
11554
11555 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
11556 match ANY loaded file with the right name, not just those in
11557 load-path. Put a regexp matching the file name into
11558 after-load-alist, rather than the name itself.
11559
11560 * subr.el (load-history-regexp, load-history-filename-element)
11561 (do-after-load-evaluation): New functions.
11562
11563 * international/mule.el (load-with-code-conversion): Do the
11564 eval-after-load stuff by calling do-after-load-evaluation.
11565
11566 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
11567
11568 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
11569 has not been killed.
11570
11571 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11572
11573 * term/mac-win.el: Set idle timer to clean up expired Apple events.
11574 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
11575 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
11576 Optionally set error message in reply.
11577
11578 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
11579
11580 * textmodes/org.el (org-open-at-point): Use renamed variable
11581 `org-confirm-shell-link-function'.
11582 (org-confirm-shell-link-function): Rename from
11583 `org-confirm-shell-links'.
11584 (org-export-directory): New function.
11585 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
11586 (org-export-icalendar): Use `org-export-directory'.
11587 (org-indent-item): Keep cursor position.
11588 (org-link-file-path-type): New option.
11589 (org-export-as-html): Fix bug with plain lists starting in
11590 column 0.
11591 (org-export-as-html): Remove deadline formatting, this happens
11592 now already in `org-html-handle-time-stamps'.
11593 (org-export-html-style): Deadline class removed.
11594 (org-insert-labeled-timestamps-at-point): New option.
11595 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
11596 of `hide-sublevels 1', in case the first headline is not level 1.
11597 (org-overview, org-content): New fuction.
11598 (org-cycle-global-status, org-cycle-subtree-status): Make these
11599 variables buffer-local.
11600 (org-global-cycle): New command.
11601 (org-shifttab): Use `org-global-cycle'.
11602 (org-insert-heading, org-insert-item): Go to end of new
11603 headline/item after creating it.
11604 (org-export-visible): Rename from `org-export-copy-visible'.
11605 Now creates a temporary org-file and applies an exporting command
11606 to it.
11607 (org-table-eval-formula): Support for lisp forms.
11608 (org-agenda-todo-ignore-scheduled): New option.
11609 (org-agenda-get-todos): Use new option
11610 `org-agenda-todo-ignore-scheduled'.
11611 (org-export-html-inline-images): New value `maybe'.
11612 (org-export-as-html): Inlining of images dependent on link description.
11613 (org-archive-subtree): Check for end-of-buffer before trying
11614 `kill-line'.
11615 (org-agenda-follow-mode): New option.
11616 (org-export-with-tags, org-export-with-timestamps): New options.
11617 (org-html-handle-time-stamps): New function.
11618 (org-keyword-time-regexp): New variable.
11619 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
11620 (org-agenda-todo-list-sublevels): New option.
11621 (org-html-level-start): When TITLE is nil, just close all levels.
11622 (org-parse-key-lines, org-parse-export-options): Remove functions,
11623 replaced by `org-infile-export-plist'.
11624 (org-combine-plists, org-infile-export-plist)
11625 (org-default-export-plist): New functions.
11626 (org-export-html-preamble, org-export-html-postamble)
11627 (org-export-html-auto-preamble, org-export-html-auto-postamble):
11628 New variables.
11629 (org-export-publishing-directory): New option.
11630 (org-export-as-html, org-export-as-ascii): Use the new property
11631 lists for settings.
11632 (org-export-copy-visible, org-export-as-xoxo):
11633 Respect `org-export-publishing-directory'.
11634 (org-link-search, org-store-link, org-file-apps): Support for
11635 links to BibTeX database entries..
11636 (org-get-current-options, org-set-regexps-and-options):
11637 Implement logging as a startup option.
11638 (org-store-link): Make sure context string is never empty
11639 (org-insert-link): Use relative path when possible.
11640 (org-at-item-checklet-p): New function.
11641 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
11642 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
11643 (org-metaright, org-metaup, org-metadown, org-shiftup)
11644 (org-shiftdown, org-shiftright, org-shiftleft)
11645 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
11646 Dispatch using `call-interactively'.
11647 (org-call-with-arg): New defsubst.
11648 (org-tag-alist, org-use-fast-tag-selection): New options.
11649 (org-complete): Use `org-tag-alist'.
11650 (org-fast-tag-insert, org-fast-tag-selection): New functions.
11651 (org-next-item, org-previous-item): New commands.
11652 (org-beginning-of-item, org-end-of-item): Add (interactive) to
11653 make command.
11654 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
11655
11656 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
11657
11658 * emacs-lisp/ewoc.el (ewoc-delete): New function.
11659 (ewoc-filter): Use `ewoc-delete'.
11660
11661 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
11662
11663 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11664
11665 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
11666 Signal more user-friendly error messages.
11667
11668 * complete.el (PC-do-completion): Undo the addition of implicit
11669 wildcards if they did not lead to finding any match.
11670 (read-file-name-internal): Don't add the final > if the completion is
11671 not finished.
11672
11673 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
11674
11675 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
11676 Quote safe-local-variable predicate.
11677
11678 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
11679
11680 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
11681
11682 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11683
11684 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
11685
11686 * progmodes/make-mode.el (makefile-special-targets-list)
11687 (makefile-macro-table, makefile-target-table): Mark as risky.
11688 (makefile-query-one-target-method): Make this the alias for the
11689 following variable.
11690 (makefile-query-one-target-method-function): Make this the real name.
11691
11692 * textmodes/artist.el (artist-text-renderer): Make this the alias
11693 for the following variable.
11694 (artist-text-renderer-function): Make this the real name.
11695
11696 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
11697 the alias for the following variable.
11698 (flyspell-generic-check-word-predicate): Make this the real name.
11699
11700 * textmodes/ispell.el (ispell-format-word): Make this the alias
11701 for the following variable.
11702 (ispell-format-word-function): Make this the real name.
11703 (ispell-message-text-end): Mark as risky.
11704
11705 * skeleton.el (skeleton-transformation, skeleton-filter)
11706 (skeleton-pair-filter): Make these the aliases for the following
11707 variables.
11708 (skeleton-transformation-function, skeleton-filter-function)
11709 (skeleton-pair-filter-function): Make these the real names.
11710
11711 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
11712 and skeleton-pair-filter-function.
11713
11714 * textmodes/sgml-mode.el (sgml-transformation): Make this the
11715 alias for the following variable.
11716 (sgml-transformation-function): Make this the real name.
11717 (sgml-tag-alist): Mark as risky.
11718
11719 2006-05-21 Richard Stallman <rms@gnu.org>
11720
11721 * simple.el (kill-region): Interactively, pass point, then mark.
11722
11723 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
11724
11725 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
11726
11727 2006-05-21 Romain Francoise <romain@orebokech.com>
11728
11729 * dired-x.el (dired-mode-map): Don't bind M-g.
11730
11731 2006-05-20 Richard Stallman <rms@gnu.org>
11732
11733 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
11734 (dired-goto-file): Doc fix.
11735
11736 2006-05-21 Kim F. Storm <storm@cua.dk>
11737
11738 * emulation/cua-base.el: Mention customizing cua-mode as alternative
11739 way to enable built-in cua-mode if user loads older CUA-mode package.
11740
11741 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
11742 if default-filename is specified.
11743
11744 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11745
11746 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
11747
11748 * info.el (info-apropos): Make sure current-file and current-node
11749 have non-nil values. Speed up by using add-to-list instead of
11750 manual consing.
11751
11752 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11753
11754 * progmodes/make-mode.el (makefile-mode): Doc fix.
11755
11756 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11757
11758 * dired-aux.el (dired-do-shell-command): Doc fix.
11759
11760 2006-05-20 Kevin Ryde <user42@zip.com.au>
11761
11762 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
11763 ``(custom-manual :tag "Foo" "(foo)Node")''.
11764
11765 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
11766
11767 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
11768 value is an integer.
11769
11770 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11771
11772 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
11773 "format".
11774 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
11775
11776 2006-05-20 Martin Rudalics <rudalics@gmx.at>
11777
11778 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
11779 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
11780
11781 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11782
11783 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
11784 regexp for keywords.
11785
11786 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
11787
11788 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
11789 replace-regexp-in-string.
11790
11791 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
11792 encode, and escape file name on conversion to URL.
11793
11794 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11795
11796 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
11797 Don't unescape URL.
11798 (dnd-get-local-file-name): Unescape URL on conversion to file name.
11799
11800 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
11801 on conversion to URLs.
11802
11803 * net/browse-url.el (browse-url-file-url): Encode file name on
11804 conversion to URL.
11805
11806 * term/mac-win.el (mac-ae-open-documents): Escape file name on
11807 conversion to URL.
11808
11809 2006-05-19 Eli Zaretskii <eliz@gnu.org>
11810
11811 * progmodes/cc-styles.el (c-style-alist): Doc fix.
11812
11813 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11814
11815 * term/mac-win.el (mac-bytes-to-digits): Remove function.
11816 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
11817
11818 2006-05-19 Glenn Morris <rgm@gnu.org>
11819
11820 * calendar/diary-lib.el (diary-bahai-date)
11821 (list-bahai-diary-entries, mark-bahai-diary-entries)
11822 (mark-bahai-calendar-date-pattern): Not interactive.
11823 (add-to-diary-list): New optional arg LITERAL. Doc fix.
11824 (diary-entries-list): Change format of 4th element in each entry.
11825 (diary-list-entries): Use add-to-diary-list.
11826 (diary-goto-entry): Handle the case where the buffer visiting the
11827 diary has been killed.
11828 (fancy-diary-display): Add 'locator to button rather than 'marker.
11829 Only generate temp-face when there are marks to apply.
11830 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
11831 (diary-fancy-date-pattern): New variable.
11832 (diary-time-regexp): Doc fix.
11833 (diary-anniversary, diary-time): New faces.
11834 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
11835 diary-time-regexp. Add font-lock-multiline property where needed.
11836 Use new faces diary-anniversary and diary-time.
11837 (diary-fancy-font-lock-fontify-region-function): New function, to
11838 handle multiline font-lock pattern in fancy diary.
11839 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
11840 (diary-font-lock-keywords): Tweak time regexp. Use new face
11841 diary-time.
11842
11843 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
11844
11845 * international/code-pages.el (mik): Table corrected.
11846
11847 2006-05-18 Kim F. Storm <storm@cua.dk>
11848
11849 * progmodes/grep.el (grep-find): Don't check grep-find-command
11850 before running command (breaks non-interactive usage).
11851
11852 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
11853
11854 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
11855 (ewoc--insert-new-node): Don't insert trailing newline.
11856 Instead, adjust successor nodes's start markers.
11857 (ewoc--refresh-node): Delete all text from current node's start
11858 marker to the next one's; adjust successor nodes's start markers.
11859 (ewoc--create): Doc fixes.
11860 (ewoc--refresh): Don't insert newline.
11861 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
11862 * pcvs.el (cvs-make-cvs-buffer):
11863 Specify extra newline for ewoc's header and footer.
11864 (cvs-update-header): Update initial header recognition.
11865 Append newline to final header and footer values.
11866 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
11867
11868 2006-05-17 Richard Stallman <rms@gnu.org>
11869
11870 * files.el (file-name-extension): Doc fix.
11871
11872 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11873
11874 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
11875 we can explicitly enable/disable rather than toggle.
11876 (shell-mode): Use it.
11877 (shell-cd): Don't try to reproduce what `cd' does.
11878
11879 2006-05-17 Kim F. Storm <storm@cua.dk>
11880
11881 * ido.el (ido-read-internal): Use only nondirectory part of
11882 default item.
11883
11884 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
11885
11886 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
11887 (ewoc-nth): Doc fix.
11888
11889 (ewoc-map, ewoc-invalidate): Compute PP before looping.
11890
11891 2006-05-16 Eli Zaretskii <eliz@gnu.org>
11892
11893 * international/mule.el (auto-coding-alist): Add .lha to files
11894 read with no-conversion.
11895
11896 * files.el (auto-mode-alist): Add .lha files to archive file
11897 extensions.
11898
11899 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
11900 Convert csize to integer when computing offsets within the
11901 compressed archive file.
11902
11903 2006-05-16 Kim F. Storm <storm@cua.dk>
11904
11905 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
11906 with read-from-minibuffer.
11907
11908 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
11909
11910 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
11911 (byte-compile-warnings): Fix safe-local-variable property.
11912
11913 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
11914
11915 * allout.el (allout-show-bodies, allout-old-style-prefixes)
11916 (allout-stylish-prefixes, allout-numbered-bullet)
11917 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
11918 predicates to qualify `safe-local-variable' property, when
11919 available, else use equivalent lambda.
11920 (allout-current-topic-collapsed-p): Do the right thing regarding
11921 trailing blank lines.
11922
11923 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11924
11925 * server.el (server-start): Only create a directory if needed.
11926 (server-edit, server-unload-hook): server-start => server-mode.
11927 (kill-emacs-hook): Cleanup upon exit.
11928
11929 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11930
11931 * hexl.el (hexlify-buffer): Encode process arguments manually.
11932
11933 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
11934
11935 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
11936 call to gdb-tooltip-print.
11937
11938 2006-05-15 Romain Francoise <romain@orebokech.com>
11939
11940 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
11941 systems, default to "tar" since those systems probably have GNU tar.
11942
11943 2006-05-14 Lars Hansen <larsh@soem.dk>
11944
11945 * desktop.el (desktop-missing-file-warning): Fix docstring.
11946 (desktop-restore-file-buffer): Correct question asked on missing file.
11947
11948 2006-05-14 Kim F. Storm <storm@cua.dk>
11949
11950 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
11951 Add CUA move property.
11952
11953 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
11954
11955 * custom.el (custom-push-theme): Load the variable before checking
11956 its `standard-value'.
11957
11958 2006-05-13 Lars Hansen <larsh@soem.dk>
11959
11960 * desktop.el (desktop-save): Use with-temp-buffer.
11961
11962 2006-05-12 Glenn Morris <rgm@gnu.org>
11963
11964 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
11965 * calendar/calendar.el (calendar-mode-map):
11966 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
11967 * calendar/appt.el (appt-check, appt-make-list): Refer to
11968 diary-view-entries, diary-list-entries, diary-show-all-entries
11969 rather than obsolete aliases.
11970
11971 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
11972
11973 * simple.el (line-move-finish): Avoid calling point motion hooks
11974 while processing intangibility.
11975
11976 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
11977
11978 * term/xterm.el (terminal-init-xterm): Fix typo.
11979
11980 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
11981
11982 * allout.el (allout-view-change-hook): Mark as being deprecated,
11983 to be replaced by `allout-exposure-change-hook'.
11984 (allout-exposure-change-hook): New, replacing
11985 `allout-view-change-hook'.
11986 (allout-flag-region): Run new hook `allout-exposure-change-hook',
11987 in addition to `allout-view-change-hook'.
11988 (allout-show-bodies, allout-old-style-prefixes)
11989 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
11990 lambda forms to prevent their showing up in variable help
11991 presentations as inscrutable byte-compiled code.
11992 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
11993 Use string-or-null-p to qualify safe-local-variable values.
11994 (allout-reindent-bodies): Use memq to qualify matches against
11995 valid safe-local-variable values. Also, quote the lambda as above.
11996 (allout-use-mode-specific-leader): Add missing candidate-value
11997 symbols, use memq, and quote the lambda.
11998 (allout-overlay-interior-modification-handler): Remove unused
11999 variables `msg' and 'opened'.
12000 (allout-hidden-p): Constrain invisibility consideration to allout's
12001 invisibility spec, disregarding invisibility for other reasons.
12002
12003 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
12004
12005 * files.el (version-control): Correct safe values.
12006
12007 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
12008
12009 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
12010
12011 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
12012 (ewoc--insert-new-node): New func.
12013 Update callers of deleted funcs to use it, instead.
12014
12015 2006-05-11 Glenn Morris <rgm@gnu.org>
12016
12017 * calendar/calendar.el (diary-show-all-entries): Do not refer to
12018 obsolete alias `show-all-diary-entries'.
12019 (make-diary-entry): Not interactive.
12020 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
12021 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
12022 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
12023 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12024 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
12025 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
12026
12027 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12028
12029 * calendar/calendar.el (calendar-french-date-string)
12030 (calendar-mayan-date-string, calendar-chinese-date-string)
12031 (calendar-astro-date-string, calendar-iso-date-string)
12032 (calendar-islamic-date-string, calendar-bahai-date-string)
12033 (calendar-hebrew-date-string, calendar-coptic-date-string)
12034 (calendar-ethiopic-date-string, calendar-persian-date-string):
12035 These functions are not interactive.
12036
12037 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
12038
12039 * files.el: Balance parentheses.
12040
12041 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
12042
12043 * files.el, newcomment.el, outline.el, simple.el,
12044 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
12045 * progmodes/cc-vars.el, progmodes/compile.el:
12046 Move `safe-local-variable' declarations to the respective files.
12047
12048 * help-fns.el (describe-variable): Don't print safe-var if it is
12049 byte-code. Improve wording as suggested by Luc Teirlinck.
12050
12051 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
12052
12053 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
12054 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
12055 Use a token for pending-triggers to ensure gdb-var-update
12056 gets called once per user input again for pre-GDB 6.4.
12057 (gdb-var-delete): Match on more complex expressions.
12058 (gdb-var-list-children-handler, gdb-var-create-handler):
12059 Use a token for consistency.
12060
12061 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
12062
12063 * textmodes/org.el (org-read-date, org-goto-calendar)
12064 (org-agenda-goto-calendar):
12065 Bind `view-calendar-holidays-initially' to nil.
12066
12067 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
12068
12069 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
12070 Update all callers to do it there, instead.
12071
12072 2006-05-10 Glenn Morris <rgm@gnu.org>
12073
12074 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
12075 prefix arg case, to avoid view-diary-entries-initially error.
12076 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
12077 (calendar-date-is-legal-p): Handle dates with no day part.
12078
12079 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
12080
12081 * comint.el (comint-insert-input): Just make it when
12082 comint-use-prompt regexp is nil (default) and with the mouse.
12083 (comint-copy-old-input): Reinstate from 2004-06-23.
12084 (comint-mode-map): Bind C-c C-m to it.
12085
12086 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
12087
12088 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
12089 Remove spurious move to point-max (new comint behavior fixes).
12090
12091 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
12092 compatibility function (Emacs 18/19).
12093 (idlwave-is-continuation-line): Always return point at start of
12094 previous non-blank continuation line.
12095 (keyword-parameters): Fix continued comment font-lock matcher.
12096 (idlwave-font-lock-fontify-region): Written, use as
12097 font-lock-fontify-region-function, to fix continued keyword
12098 fontification issues.
12099
12100 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12101
12102 * term/mac-win.el (mac-font-panel-mode): Doc fix.
12103 (mac-service-selection, mac-service-open-file)
12104 (mac-service-open-selection, mac-service-mail-selection)
12105 (mac-service-mail-to, mac-service-insert-text): Rename from
12106 mac-services-*. All uses changed.
12107 (mac-apple-event-map): Rename event symbol `services' to `service'.
12108
12109 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
12110
12111 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
12112 (ewoc--node-enter-first, ewoc--node-enter-last)
12113 (ewoc--delete-node-internal): Merge funcs into unique callers.
12114
12115 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
12116
12117 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
12118 return value of read-from-minibuffer for empty input.
12119
12120 2006-05-09 Miles Bader <miles@gnu.org>
12121
12122 * comint.el (comint-insert-input): Remove redundant calls to setq
12123 and goto-char.
12124
12125 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
12126
12127 * comint.el (comint-insert-input): Make it work when
12128 comint-use-prompt-regexp is t.
12129
12130 2006-05-10 Miles Bader <miles@gnu.org>
12131
12132 * subr.el (field-at-pos): New function.
12133
12134 * comint.el (comint-insert-input): Use it.
12135
12136 2006-05-09 Juri Linkov <juri@jurta.org>
12137
12138 * battery.el (battery-linux-proc-acpi): Also try
12139 `/proc/acpi/thermal_zone/THR2/temperature'.
12140
12141 * files.el <safe-local-variable>: Remove `eval' and `let' binding
12142 for now unused lambda `string-or-null'.
12143
12144 * add-log.el (change-log-default-name): Put `string-or-null-p'
12145 instead of lambda on `safe-local-variable' property.
12146
12147 * diff-mode.el (diff-context->unified): Use `region-beginning' and
12148 `region-end' instead of `mark' and `point'.
12149 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
12150 Operate on region in Transient Mark mode when the mark is active.
12151 Use `region-beginning' and `region-end' instead of `mark' and
12152 `point'.
12153 (diff-hunk-text, diff-goto-source): Doc fix.
12154
12155 * startup.el (fancy-splash-screens, normal-splash-screen): Use
12156 face `mode-line-buffer-id' for mode-line buffer face instead of
12157 hard-coded `(:weight bold)'.
12158
12159 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
12160 buffer-undo-list to t (undo-ask is reproducible by visiting
12161 nested archives).
12162
12163 2006-05-09 Kim F. Storm <storm@cua.dk>
12164
12165 * progmodes/grep.el (rgrep): Set default directory of *grep*
12166 buffer if we start M-x rgrep in the *grep* buffer and choose
12167 a different base directory.
12168
12169 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
12170
12171 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
12172 completion also when ido is loaded.
12173
12174 2006-05-09 Masatake YAMATO <jet@gyve.org>
12175
12176 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
12177 "warning" and "import".
12178 (cpp-font-lock-keywords): Added "warning".
12179
12180 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
12181
12182 * term/xterm.el (terminal-init-xterm): Add more key bindings.
12183
12184 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12185
12186 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
12187 pages at a time, if we signal the end, we should indeed reach that end.
12188
12189 2006-05-08 David Reitter <david.reitter@gmail.com>
12190
12191 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
12192 output during execution of the body.
12193
12194 2006-05-08 Kim F. Storm <storm@cua.dk>
12195
12196 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
12197
12198 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
12199
12200 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
12201 Use with-current-buffer.
12202
12203 2006-05-07 Kim F. Storm <storm@cua.dk>
12204
12205 * subr.el (add-to-history): Remove keep-dups arg.
12206
12207 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
12208 to nil around call to add-to-history.
12209
12210 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12211
12212 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
12213 than after a buffer modification.
12214
12215 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
12216
12217 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
12218 call to...
12219 (gud-watch): ...here so speedbar is raised for already watched
12220 expressions.
12221 (gdb-speedbar-refresh): Delete function.
12222 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
12223 Use speedbar-timer-fn instead of speedbar-refresh (reverting
12224 earlier change).
12225 (gdb-var-evaluate-expression-handler)
12226 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
12227
12228 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
12229 Update localized contents for all buffers except ignored modes.
12230
12231 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12232
12233 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
12234 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
12235 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
12236 (mac-handle-font-panel-closed, mac-handle-font-selection):
12237 New functions.
12238 (mac-font-panel-mode): New minor mode.
12239 (mac-apple-event-map): Add bindings for toolbar toggle button and
12240 font panel.
12241 (menu-bar-showhide-menu): Add mac-font-panel-mode.
12242
12243 2006-05-07 John Paul Wallington <jpw@pobox.com>
12244
12245 * ibuffer.el (ibuffer-compressed-file-name-regexp):
12246 Avoid `regexp-opt'; simplify regexp for readability.
12247
12248 2006-05-06 Eli Zaretskii <eliz@gnu.org>
12249
12250 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
12251 * files.el (buffer-stale-function):
12252 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12253 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
12254 links to the main manual, not to emacs-xtra.
12255
12256 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12257
12258 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
12259 MacJapanese if text is ASCII-only.
12260
12261 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
12262
12263 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
12264 unless so nil isn't returned.
12265 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
12266
12267 2006-05-06 Kim F. Storm <storm@cua.dk>
12268
12269 * subr.el (add-to-history): New function.
12270
12271 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
12272 (ediff-merge-files-with-ancestor):
12273 * env.el (setenv):
12274 * isearch.el (isearch-update-ring):
12275 * server.el (server-visit-files):
12276 * progmodes/grep.el (lgrep, rgrep):
12277 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
12278 * progmodes/xscheme.el (xscheme-insert-expression):
12279 Use add-to-history.
12280
12281 * kmacro.el (kmacro-push-ring): Use add-to-history.
12282 (kmacro-ring-length): Remove unused defun.
12283 (kmacro-start-macro): Use kmacro-push-ring.
12284
12285 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
12286
12287 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
12288 directly instead of a lambda expression that calls it.
12289
12290 2006-05-06 Kim F. Storm <storm@cua.dk>
12291
12292 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
12293 instead of compute-motion.
12294
12295 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
12296
12297 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
12298 change.
12299
12300 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
12301
12302 * startup.el (command-line-1): Refer to "Pure Storage" on
12303 pure-space-overflow.
12304
12305 2006-05-05 Martin Rudalics <rudalics@gmx.at>
12306
12307 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
12308 provided faces once they all have been used up.
12309
12310 2006-05-05 Eli Zaretskii <eliz@gnu.org>
12311
12312 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
12313 reference to the Lisp manual to the warning about pure space
12314 overflow.
12315
12316 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12317
12318 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
12319 argument to avoid the call to `ispell-internal-change-dictionary'
12320 when not needed.
12321 (ispell-change-dictionary): Use this argument and call
12322 `ispell-internal-change-dictionary' after the possible change
12323 to `ispell-local-dictionary'.
12324 (ispell-internal-change-dictionary): Check for a change in
12325 personal dictionary use too.
12326
12327 2006-05-05 Eli Zaretskii <eliz@gnu.org>
12328
12329 * startup.el (command-line): On MS-Windows, probe "~", not
12330 "~USER", for warning about non-existent home directory.
12331
12332 * arc-mode.el (archive-l-e): New optional argument `float' means
12333 generate a float value.
12334 (archive-arc-summarize, archive-lzh-summarize)
12335 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
12336 with 3rd argument non-nil when file's size is being computed.
12337 Format the file sizes with %8.0f instead of %8d.
12338
12339 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12340
12341 * cus-start.el (all): Add mac-dnd-known-types.
12342
12343 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
12344 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
12345 (mac-TIFF-to-string): New functions.
12346 (x-get-selection, x-selection-value)
12347 (mac-select-convert-to-string): Use them.
12348 (mac-text-encoding-mac-japanese-basic-variant): New constant.
12349 (mac-dnd-types-alist): New customization variable.
12350 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
12351 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
12352 (mac-dnd-handle-drag-n-drop-event): New functions.
12353 (mac-drag-n-drop): Remove function.
12354 (global-map): Bind drag-n-drop and M-drag-n-drop to
12355 mac-dnd-handle-drag-n-drop-event.
12356
12357 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
12358
12359 * progmodes/perl-mode.el (perl-beginning-of-function):
12360 Skip anonymous subs.
12361
12362 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
12363
12364 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
12365 regexp-opt at run time.
12366
12367 * term.el (term-handle-ansi-escape): Fix off by one error.
12368
12369 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
12370
12371 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
12372 (gdb-init-1, gdb-post-prompt): ...and references to it.
12373 (gdb-frame-handler): Strip directory name from filename if present.
12374
12375 * progmodes/gud.el (gdb-force-update): Delete defvar
12376 (gud-speedbar-buttons): ...and references to it. Use window-start
12377 to try to keep positon in watch expression.
12378
12379 2006-05-03 Richard Stallman <rms@gnu.org>
12380
12381 * simple.el (next-history-element, previous-history-element): Doc fix.
12382
12383 * isearch.el (isearch-update-ring): Doc fix.
12384
12385 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
12386
12387 * isearch.el (isearch-update-ring): Take history-delete-duplicates
12388 into consideration. Replace one arm ifs with whens.
12389
12390 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
12391
12392 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
12393 (menu): Fix typo.
12394
12395 2006-05-02 Miles Bader <miles@gnu.org>
12396
12397 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
12398
12399 2006-05-02 Jay Belanger <belanger@truman.edu>
12400
12401 * calc/calc-embed.el (calc-override-minor-modes-map)
12402 (calc-override-minor-modes): New variables.
12403 (calc-do-embedded): Make sure that Calc keystrokes aren't
12404 overwritten by minor modes.
12405
12406 2006-05-02 Chong Yidong <cyd@mit.edu>
12407
12408 * msb.el (msb): If EVENT is a down event, read and discard the up event.
12409
12410 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
12411
12412 * startup.el (command-line-1): Refer to Lisp manual when
12413 pure-space-overflow occurs.
12414
12415 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
12416 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
12417 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
12418 (version-control): Don't use `t' for safe-local-variable declarations.
12419
12420 2006-05-01 Richard Stallman <rms@gnu.org>
12421
12422 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
12423 M-r, M-R, M-A, M-SPC or M-DEL.
12424 (diff-mode-map): diff-refine-hunk now on C-c C-w
12425 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
12426
12427 * help-mode.el (help-mode): view-exit-action calls delete-window
12428 only when it is safe and possible.
12429
12430 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
12431 in messages.
12432
12433 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
12434
12435 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
12436 in the default tool-bar-map.
12437
12438 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
12439
12440 * net/tramp.el (tramp-completion-file-name-handler-alist)
12441 (tramp-run-real-handler, tramp-completion-run-real-handler)
12442 (tramp-completion-handle-file-name-all-completions)
12443 (tramp-completion-handle-file-name-completion): Autoload them.
12444 (tramp-completion-handle-file-exists-p)
12445 (tramp-completion-handle-file-name-directory)
12446 (tramp-completion-handle-file-name-nondirectory)
12447 (tramp-completion-handle-expand-file-name): Remove them.
12448 (tramp-handle-file-name-directory): Return the real directory name.
12449 Returning "/" only doesn't need to be necessary any longer.
12450 (tramp-file-name-handler): Make special attention when in hostname
12451 completion mode.
12452 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
12453 (tramp-register-file-name-handlers):
12454 Register `tramp-completion-file-name-handler' only when
12455 `partial-completion-mode' is enabled.
12456 (tramp-completion-handle-file-name-all-completions):
12457 Delete directory part from results.
12458 (tramp-get-completion-methods, tramp-get-completion-user-host):
12459 Discard deleting "/", it doesn't work after the change of
12460 `tramp-handle-file-name-directory' above.
12461
12462 2006-05-01 Kim F. Storm <storm@cua.dk>
12463
12464 * progmodes/grep.el (grep-expand-template): Use save-match-data
12465 and symbol-value.
12466
12467 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12468
12469 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
12470 Use select-frame-set-input-focus instead of raise-frame.
12471 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
12472
12473 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
12474
12475 * progmodes/gud.el (gud-def): Add %c case.
12476 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
12477 (gud-format-command): Make match case sensitive. Match on %F.
12478
12479 2006-04-30 Glenn Morris <rgm@gnu.org>
12480
12481 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
12482 (cal-tex-preamble): Use cal-tex-preamble-extra.
12483 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
12484 than alias `list-diary-entries'.
12485
12486 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
12487
12488 * help-fns.el (describe-variable): Add info about safe local variables.
12489
12490 2006-04-29 Richard Stallman <rms@gnu.org>
12491
12492 * bindings.el (mode-line-format): help-echo doc fixes.
12493
12494 * net/tramp.el (tramp-file-name-handler-alist): Delete
12495 expand-file-name and other operations that can cause spurious loading.
12496
12497 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12498
12499 * files.el (safe-local-variable-p): Remove support for the special
12500 value t.
12501
12502 * textmodes/paragraphs.el (sentence-end-without-space):
12503 Fix safety predicate.
12504 (sentence-end-double-space, sentence-end-without-period)
12505 (paragraph-ignore-fill-prefix):
12506 * textmodes/fill.el (colon-double-space):
12507 * abbrev.el (abbrev-mode): Tighten the safety predicate.
12508
12509 * subr.el (booleanp): New fun.
12510
12511 * textmodes/reftex-vars.el (reftex-guess-label-type):
12512 Tighten the safety predicate.
12513
12514 2006-04-28 Kim F. Storm <storm@cua.dk>
12515
12516 * progmodes/grep.el (defgroup grep): Doc fix.
12517 (grep-auto-highlight): Remove.
12518 (grep-template): New defcustom.
12519 (grep-find-template): Rename from grep-tree-template.
12520 (grep-files-aliases): Rename from grep-tree-files-aliases.
12521 Remove "all" alias, add "l" alias.
12522 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
12523 (grep-find-ignored-directories): New defcustom to replace
12524 grep-tree-ignore-CVS-directories, to facilitate ignoring
12525 subdirectories for multiple version control systems.
12526 (grep-mode-map): Add Recursive grep item to GREP menu.
12527 (grep-regexp-history, grep-files-history): New defvars.
12528 (grep-probe): New helper function.
12529 (grep-compute-defaults): Use it to simplify code.
12530 Adapt to name changes.
12531 Use `.' as base in grep-find-template rather than <D>.
12532 (grep): Remove superfluous highlight-regexp arg. Fix doc.
12533 Call grep-compute-defaults unconditionally.
12534 (grep-expand-keywords): New defconst.
12535 (grep-expand-template): Rename from grep-expand-command-macros.
12536 Simplify via grep-expand-keywords. Look at case-fold-search instead
12537 of grep-tree-ignore-case to add -i option.
12538 Bind case-fold-search to nil while matching keywords.
12539 (grep-tree-last-regexp, grep-tree-last-files): Remove.
12540 (grep-read-regexp, grep-read-files): New helper functions.
12541 (rgrep): Rename from grep-tree. Rework to use proper histories.
12542 Adapt to changes in defcustoms and functions above.
12543 (lgrep): New command, as grep, but using same interactive UI as rgrep.
12544
12545 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
12546
12547 * net/tramp.el (tramp-completion-file-name-handler):
12548 Disable Tramp's functionality while loading Tramp itself.
12549 (tramp-register-file-name-handlers): That's a defsubst now.
12550 Code from `tramp-repair-jka-compr' moved here. Apply it via
12551 `after-init-hook'.
12552 (tramp-repair-jka-compr): Remove.
12553
12554 2006-04-27 Jay Belanger <belanger@truman.edu>
12555
12556 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
12557 read expression when `math-read-big-expr' doesn't work.
12558
12559 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
12560
12561 * startup.el (command-line-1): Display warning when
12562 pure-space-overflow is non-nil.
12563
12564 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12565
12566 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
12567 risky.
12568
12569 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12570
12571 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
12572 Return the URL or nil if none can be generated.
12573
12574 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
12575
12576 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
12577 byte compiler warnings.
12578 (gud-basic-call, gud-find-expr): Let user select an expression
12579 for printing. Print expression as well as value in GUD buffer.
12580
12581 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
12582
12583 * allout.el: Remove local autoload declaration for
12584 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
12585 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
12586 (allout-plain-bullets-string, allout-distinctive-bullets-string)
12587 (allout-use-mode-specific-leader, allout-old-style-prefixes)
12588 (allout-stylish-prefixes, allout-numbered-bullet)
12589 (allout-file-xref-bullet, allout-presentation-padding)
12590 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
12591 safe-local-variable with suitable value spec, and add autoload
12592 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
12593 (move-beginning-of-line, move-end-of-line): Repair so these compat
12594 functions now actually resituate the point, when appropriate.
12595
12596 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12597
12598 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
12599
12600 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
12601 (add-log-iso8601-time-string): Fix call to format-time-string.
12602
12603 2006-04-26 Kim F. Storm <storm@cua.dk>
12604
12605 * subr.el (posn-string, posn-image, posn-object): Doc fix.
12606
12607 2006-04-26 Masatake YAMATO <jet@gyve.org>
12608
12609 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
12610 Add support for "//" style comments. Remove `b' flag
12611 from ?* in `asm-mode-syntax-table'.
12612
12613 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12614
12615 * follow.el: Use (featurep 'xemacs) everywhere.
12616 (follow-mode): Use define-minor-mode.
12617 (follow-mode-map): Move initialization into the declaration.
12618 Use command remapping.
12619 (follow-emacs-version-xemacs-p): Remove.
12620 (follow-submit-feedback): Remove.
12621
12622 * allout.el (allout-layout, allout-passphrase-verifier-string)
12623 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
12624
12625 * textmodes/reftex-vars.el (reftex-vref-is-default)
12626 (reftex-fref-is-default, reftex-guess-label-type):
12627 Tighten up a bit the safety predicate.
12628
12629 * textmodes/paragraphs.el (sentence-end-double-space)
12630 (sentence-end-without-period, sentence-end-without-space)
12631 (page-delimiter, paragraph-ignore-fill-prefix):
12632 Tighten up a bit the safety predicate.
12633
12634 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
12635
12636 * progmodes/python.el (python-continuation-line-p)
12637 (python-beginning-of-statement): syntax-ppss may return
12638 a negative depth.
12639 (python-mode): Don't forcefully enable font-lock.
12640
12641 * time-stamp.el (time-stamp-start, time-stamp-end)
12642 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
12643
12644 * add-log.el: Remove spurious * in docstrings.
12645 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
12646 (add-change-log-entry): Use it here, since it's not specific
12647 to iso8601.
12648 (add-log-iso8601-time-string): Don't use it here any more.
12649 (change-log-indent-text, change-log-indent): Rename from add-log-*.
12650
12651 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
12652
12653 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
12654
12655 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
12656 (rcirc-toggle-low-priority): Doc fix.
12657 (rcirc-handler-NOTICE): Remove beginning of line anchor in
12658 ChanServ regexp.
12659 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
12660 #emacs.
12661 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
12662 (rcirc-decode-coding-system): Use utf-8 as the default.
12663 (rcirc-multiline-minor-mode): Set the fill-column.
12664 (rcirc-format-response-string): Display bright and dim nicks.
12665 (rcirc-browse-url): Update interactive spec to fill ARG.
12666 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
12667 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
12668
12669 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
12670
12671 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
12672 case for @Article, etc.
12673
12674 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
12675
12676 * net/tramp.el (tramp-register-file-name-handlers): New defun.
12677 Added with autoload cookie.
12678 (tramp-unload-file-name-handlers): Rename from
12679 `tramp-unload-file-name-handler-alist'.
12680
12681 2006-04-23 Romain Francoise <romain@orebokech.com>
12682
12683 * comint.el (comint-match-partial-filename): Doc fix.
12684
12685 2006-04-21 Glenn Morris <rgm@gnu.org>
12686
12687 * calendar/cal-menu.el (calendar-mode-map): Refer to
12688 `diary-view-entries' rather than alias `view-diary-entries'.
12689 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
12690
12691 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
12692
12693 * progmodes/antlr-mode.el (antlr-default):
12694 * cus-edit.el (custom-documentation):
12695 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
12696 in defface.
12697
12698 2006-04-21 Kim F. Storm <storm@cua.dk>
12699
12700 * image.el (image-type): New defun split out of create-image.
12701 (create-image): Use it.
12702
12703 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
12704
12705 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
12706 (org-open-at-point): Remove the "...done" message to keep output
12707 in the echo area visible.
12708 (org-export-as-xoxo): Fix call to `indent-region'.
12709
12710 2006-04-21 Kevin Ryde <user42@zip.com.au>
12711
12712 * international/mule.el (keyboard-coding-system): defcustom
12713 info-link fixes: "Specify Coding" has been split, keyboard now in
12714 "Terminal Coding", and "Single-Byte Character Support" is now
12715 "Unibyte Mode".
12716
12717 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
12718
12719 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
12720 Use font-lock-warning-face for any errors e.g. no stack.
12721 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
12722
12723 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
12724
12725 * progmodes/sh-script.el (sh-shell): Mark as safe.
12726
12727 * newcomment.el (comment-start, comment-start-skip)
12728 (comment-end-skip, comment-end): Mark as safe.
12729
12730 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
12731
12732 * textmodes/org.el (org-deadline-announce): Face removed.
12733 (org-level-faces, org-n-levels): Convert to constant.
12734 (org-compatible-face): New function.
12735 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
12736 (org-level-5, org-level-6, org-level-7, org-level-8)
12737 (org-special-keyword, org-warning, org-headline-done, org-link)
12738 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
12739 (org-scheduled-today, org-scheduled-previously, org-time-grid):
12740 Face definition revised for better color tty support.
12741 (org-bold-re, org-italic-re, org-underline-re): New constants.
12742 (org-set-font-lock-defaults): Use the new constants.
12743 (org-agenda-highlight-todo): New function.
12744 (org-agenda-todo): Fix bug with point at end of line.
12745 (org-agenda-change-all-lines, org-finalize-agenda-entries):
12746 Fontify TODO keywords.
12747 (org-insert-link): Preserve relative path in ../ links.
12748 (org-export-as-html): Convert links pointing to .org files into
12749 links that will work beteen the exported HTML files.
12750 (org-todo-list): Fix bug when arg=0.
12751 (org-insert-heading): More fine-tuning.
12752
12753 2006-04-19 Romain Francoise <romain@orebokech.com>
12754
12755 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
12756 from `rmail-mime-charset-pattern'.
12757
12758 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
12759
12760 * progmodes/python.el (python-mode): Fix typo.
12761
12762 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
12763
12764 * comint.el (comint-previous-input): Don't clobber input line
12765 when moving off either end of the input history ring.
12766 (comint-delete-input): New function, used by
12767 `comint-previous-input' and others.
12768 (comint-previous-matching-input):
12769 Use `coming-delete-input'. Save the partial input if leaving the
12770 edit line. Goto point-max before deleting input to avoid
12771 partial input fragments hanging around.
12772 (comint-restore-input): New function, used by `comint-previous-input'.
12773
12774 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
12775
12776 * imenu.el (imenu--index-alist): Balance parentheses.
12777
12778 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
12779
12780 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
12781
12782 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
12783
12784 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
12785 file is nil.
12786
12787 2006-04-18 Richard Stallman <rms@gnu.org>
12788
12789 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
12790
12791 * imenu.el (imenu-create-index-function, imenu--index-alist)
12792 (imenu--last-menubar-index-alist, imenu--make-index-alist)
12793 (imenu-default-create-index-function, imenu--generic-function):
12794 Doc fixes.
12795
12796 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
12797
12798 * help-mode.el (help-mode): Set view-exit-action to delete window.
12799
12800 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
12801 now works by passing nil as arg.
12802
12803 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
12804
12805 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
12806 (read-abbrev-file): Provide default when reading filename.
12807
12808 * files.el (enable-local-variables): Allow :all as value.
12809 (hack-local-variables): Implement that value.
12810 (safe-local-variable-values, safe-local-eval-forms)
12811 (enable-local-variables): Mark as risky.
12812 (find-file-visit-truename, kept-old-versions): Mark safe.
12813
12814 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
12815 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
12816 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
12817
12818 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12819
12820 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
12821 Use forward-line so as to get to BOL even in the presence of fields.
12822 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
12823 in return.
12824 (inferior-tcl): Tell tclsh to work in interactive mode.
12825
12826 * complete.el (partial-completion-mode):
12827 Use 'choose-completion-string-functions to make sure that
12828 choose-completion fills the minibuffer properly.
12829
12830 * complete.el (PC-old-read-file-name-internal): Remove.
12831 (PC-read-include-file-name-internal): Remove. Turn it into an advice
12832 of read-file-name-internal.
12833 (partial-completion-mode): Enable/disable this advice.
12834
12835 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
12836
12837 * net/tramp.el (tramp-completion-file-name-handler): Revert change
12838 of 2006-04-17.
12839
12840 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
12841
12842 * textmodes/org.el (org-insert-heading): Insert heading before
12843 current if at beginning of line.
12844 (org-todo, org-date): New faces.
12845 (org-table-align): Make sure tooltip window contains full text.
12846 (org-no-properties): New defsubst.
12847 (org-set-font-lock-defaults): Use new faces.
12848
12849 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
12850
12851 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
12852 for root variables.
12853
12854 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
12855 (gdb-frame-address): Re-use to identify frame for watch expression.
12856 (gdb-var-list, gdb-var-create-handler): Add frame address for root
12857 variables.
12858 (gdb-init-1, gdb-source, gdb-post-prompt)
12859 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
12860 (gdb-frame-handler): Get gdb-frame-address.
12861
12862 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
12863
12864 Sync with Tramp 2.0.53.
12865
12866 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
12867 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
12868 (tramp-completion-file-name-handler): Add autoload cookie for
12869 adding to `file-name-handler-alist'.
12870
12871 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
12872 the prompt. If it returns earlier (when detecting an error
12873 message), the rest of the output will merge accidently with the
12874 output of the next command. Reported by M Jared Finder
12875 <jared@hpalace.com>.
12876
12877 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
12878 for `process-file', in order to let it work for older Emacsen too.
12879
12880 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
12881
12882 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
12883 (tex-font-lock-keywords-3): Use it.
12884
12885 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12886
12887 * newcomment.el (comment-add): New function.
12888 (comment-region-default, comment-dwim): Use it.
12889
12890 2006-04-15 Michael Olson <mwolson@gnu.org>
12891
12892 * emacs-lisp/tq.el: Improve comments.
12893 (tq-queue-head-question): New accessor function.
12894 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
12895 Update for modified queue structure.
12896 (tq-queue-add): Accept `question' argument.
12897 (tq-queue-pop): If a question is pending, send it.
12898 (tq-enqueue): Accept new optional argument `delay-question'.
12899 If this is non-nil, and at least one other question is pending a
12900 response, queue the question rather than sending it immediately.
12901
12902 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12903
12904 * calendar/appt.el (appt-add): Check whether an appointment is
12905 already present in appt-time-msg-list. Simplify code.
12906
12907 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12908
12909 * progmodes/cc-langs.el (c-mode-menu):
12910 Don't presume c-subword-mode is bound.
12911
12912 2006-04-13 Bill Wohler <wohler@newt.com>
12913
12914 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
12915 (customize-package-emacs-version): Use cdr instead of cadr now
12916 that alists use dotted pairs.
12917
12918 * custom.el (defcustom): Fix docstring for :package-version.
12919
12920 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
12921
12922 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
12923 (tramp-handle-shell-command): Display output buffer only when
12924 `tramp-display-shell-command-buffer' is true.
12925 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
12926
12927 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
12928
12929 * textmodes/org.el (org-set-autofill-regexps): Set only the local
12930 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
12931
12932 2006-04-13 Romain Francoise <romain@orebokech.com>
12933
12934 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
12935 leaving temporary .cvsignore buffers behind.
12936
12937 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
12938
12939 * textmodes/org.el (org-set-regexps-and-options)
12940 (org-get-current-options): Better names for the startup folding
12941 options.
12942
12943 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
12944
12945 * vc.el (vc-annotate): Arrange for point to end up at the same
12946 line number as in the original, but only when using a new buffer.
12947
12948 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
12949
12950 * files.el (hack-one-local-variable-eval-safep):
12951 Recognize `edebug-form-spec' for `put', but only if it passes
12952 `edebug-basic-spec'. Generalize `put' handling.
12953
12954 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
12955 vetting file-local form specs.
12956
12957 * allout.el (allout-layout): Autoload its `safe-local-variable'
12958 property.
12959
12960 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
12961
12962 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
12963 (org-agenda-mouse-1-follows-link)
12964 (org-mouse-1-follows-link): New options.
12965 (org-format-agenda-item): Fix bug if TAGS is nil.
12966 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
12967
12968 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
12969
12970 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
12971 GDB 6.1+ gives full filename for "info sources" so use
12972 file-name-nondirectory.
12973
12974 2006-04-12 Romain Francoise <romain@orebokech.com>
12975
12976 * subr.el (read-passwd): Bind `message-log-max' to nil.
12977
12978 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12979
12980 * progmodes/perl-mode.el (perl-indent-new-calculate):
12981 Recompute parse-start after jumping backward by a whole sexp.
12982
12983 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12984
12985 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
12986 window configuration.
12987 (vc-annotate-display-select): Select the buffer so that current-buffer
12988 (and selected-window) is the output buffer at the end of vc-annotate.
12989
12990 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
12991
12992 * vc.el (vc-annotate-color-map): Add custom TTY color map for
12993 8-color terminals, to use all of the colors in a sensible order.
12994 256-color terminals work well with the standard map.
12995 (vc-annotate-lines): Only strip the first color character if it
12996 is "#", to allow for terminal-style named colors.
12997 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
12998 the correct buffer is scrolled.
12999
13000 2006-04-11 Richard Stallman <rms@gnu.org>
13001
13002 * emacs-lisp/bytecomp.el (byte-compile-file):
13003 Bind enable-local-variables to :safe, and make normal-mode obey it.
13004
13005 * files.el (enable-local-variables): Allow value :safe.
13006 (normal-mode): Doc fix.
13007 (hack-local-variables): Implement enable-local-variables = :safe.
13008 (hack-local-variables-confirm): Don't prevent quitting.
13009
13010 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13011
13012 * loadhist.el (unload-feature): A bit of sanity check of
13013 load-history entries. Cancel timer-vars before unbinding them.
13014
13015 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
13016 quote special chars, and make the trick work on the hex part of the
13017 buffer as well.
13018 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
13019 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
13020
13021 * startup.el (normal-splash-screen): Fix last change so we don't wait
13022 2 minutes if we don't show the splash screen.
13023
13024 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
13025
13026 * textmodes/org.el (org-export-plain-list-max-depth)
13027 (org-table-spaces-around-separators)
13028 (org-radio-targets, org-activate-camels)
13029 (org-table-spaces-around-invisible-separators): Options removed.
13030 (org-time-stamp-rounding-minutes, org-remember-templates)
13031 (org-ellipsis, org-activate-links, org-descriptive-links):
13032 New options.
13033 (org-remember-apply-template, org-current-time)
13034 (org-finish-edit-table-field)
13035 (org-link-unescape, org-link-escape)
13036 (org-string-width, org-table-clean-line, org-html-do-expand)
13037 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
13038 (org-read-agenda-file-list): New functions.
13039 (org-table-edit-field)
13040 (org-table-create-or-convert-from-region): New commands
13041 (org-table-toggle-vline-visibility): Command removed.
13042 (org-table-convert-region): Made a command.
13043 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
13044 Replace with the normal org- functions.
13045 (org-self-insert-command): Don't trigger realign unnecessarily
13046 when blanking a field that is not full.
13047 (org-mode): `Set buffer-invisibility-spec' for links.
13048 (org-activate-links2): Hide link part and only show descriptive
13049 part of the link.
13050 (org-insert-link): Modify for new linking system.
13051 (org-store-link): Store description separately, for use by
13052 `org-insert-link'.
13053 (org-table-align): Use `org-string-width'.
13054 (defgroup): Completely new group structure for custom variables.
13055 (org-agenda-files): Option: Single file name allowed. Function:
13056 Optional argument unrestrited means ignore any restricitons.
13057 (org-install-agenda-files-menu): Find a buffer in Org-mode before
13058 trying to modify the menu. Use generalized access to
13059 `org-agenda-files.'
13060 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
13061 (org-agenda-file-to-front, org-remove-file, org-diary)
13062 (org-tags-view, org-export-icalendar-all-agenda-files)
13063 (org-export-icalendar-combine-agenda-files): Use generalized
13064 access to `org-agenda-files'.
13065 (org-remember-handler): Correctly preserve heading if present.
13066 (org-table-insert-row, org-table-insert-hline): Deal with
13067 invisible characters.
13068
13069 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
13070
13071 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
13072 (vc-annotate-color-map): New 18 element constant
13073 value/saturation, rotating hue colormap, from red->blue.
13074 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
13075 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
13076 (vc-annotate): To avoid killing the required local variables,
13077 set them before the end of `with-output-to-temp-buffer', and
13078 after first switching to annotate-mode.
13079 (vc-annotate-warp-version): Add buffer argument in goto-line to
13080 ensure annotation, not source, is scrolled.
13081
13082 2006-04-10 Bill Wohler <wohler@newt.com>
13083
13084 * custom.el (defcustom, custom-handle-keyword):
13085 Add :package-version keyword.
13086 (custom-add-package-version): New function. Sets value of new
13087 property 'custom-package-version from :package-version keyword.
13088 (defcustom): Create Common Keywords section in docstring.
13089 (defface, defgroup): Replace definitions of a select few keywords
13090 with a reference to the Common Keywords in defcustom.
13091 (defcustom, defface, defgroup): Replace reference to Customization
13092 chapter in manual with hyperlink.
13093
13094 * cus-edit.el (customize-package-emacs-version-alist): New variable.
13095 (customize-changed-options): Add check for custom-package-version.
13096 (customize-package-emacs-version): New function to look up Emacs
13097 version corresponding to the given package version.
13098
13099 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
13100 defun name, in similar fashion to find-variable-regexp.
13101
13102 2006-04-10 Eli Zaretskii <eliz@gnu.org>
13103
13104 * international/mule-cmds.el (set-locale-environment): Fix last
13105 change for when the locale's preferences don't specify any encoding.
13106
13107 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13108
13109 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
13110 so the defined var/fun doesn't need to be quoted.
13111
13112 2006-04-10 Richard Stallman <rms@gnu.org>
13113
13114 * finder.el (finder-mode-map): Add n and p bindings.
13115
13116 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
13117
13118 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
13119 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
13120 (gdb-setup-windows): Put something in source window if we can't find
13121 the source file.
13122 (gdb-frame-handler): Make it work again with just assembly.
13123 (gdb-data-list-register-values-handler): Make it work when there is
13124 no stack.
13125
13126 2006-04-09 Richard Stallman <rms@gnu.org>
13127
13128 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
13129 specs while looking for charset.
13130
13131 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
13132
13133 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13134 Make them faces.
13135 (lm-font-lock-keywords): Update appropriately.
13136
13137 2006-04-10 Kim F. Storm <storm@cua.dk>
13138
13139 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
13140 it can also replace buffer-substring-no-properties.
13141
13142 * emulation/cua-base.el (cua-delete-region, cua-paste)
13143 (cua-repeat-replace-region): Use filter-buffer-substring.
13144
13145 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
13146 (cua-cut-region-to-global-mark): Likewise.
13147
13148 * emulation/cua-rect.el (cua--extract-rectangle)
13149 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
13150
13151 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13152
13153 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
13154 entry-type. Add field delimiters to numerical fields if they are
13155 not present.
13156
13157 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13158
13159 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
13160 string-const to return value.
13161 (bibtex-remove-delimiters): Use it.
13162
13163 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13164
13165 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
13166 cl-byte-compile-compiler-macro unless it exists.
13167
13168 2006-04-08 Eli Zaretskii <eliz@gnu.org>
13169
13170 * files.el (hack-local-variables-confirm) <offer-save>:
13171 Clarify message text. Suggested by Ralf Angeli.
13172
13173 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13174
13175 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
13176 (delete-extract-rectangle-line): Use `filter-buffer-substring'
13177 instead of `buffer-substring' and `delete-region'. (Most of the
13178 code actually copied from `kill-region'.)
13179
13180 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
13181
13182 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
13183 (rcirc-default-port): Rename from rcirc-port.
13184 (rcirc-default-nick): Rename from rcirc-nick.
13185 (rcirc-default-user-name): Rename from rcirc-user-name.
13186 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
13187 (rcirc-low-priority-flag): New variable.
13188 (rcirc-decode-coding-system): New defcustom.
13189 (rcirc-encode-coding-system): New defcustom.
13190 (rcirc-coding-system-alist): New defcustom.
13191 (rcirc-multiline-major-mode): New defcustom.
13192 (rcirc-nick): New internal variable.
13193 (rcirc-process): Remove variable.
13194 (rcirc-server-buffer): New variable.
13195 (rcirc): Update to use rcirc-default-* variables above.
13196 (rcirc-connect): Do not add window-configuration-hook-here.
13197 (rcirc-server): New internal variable.
13198 (rcirc-connect): Do not send keepalive pings if
13199 rcirc-keepalive-seconds is nil.
13200 (with-rcirc-server-buffer): New macro.
13201 (rcirc-send-string): Encode with rcirc-encode-coding-system.
13202 (rcirc-server-name): Rename from rcirc-server.
13203 (rcirc-buffer-process): New function.
13204 (rcirc-buffer-nick): New function.
13205 (rcirc-buffer-target): Remove function.
13206 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13207 New commands.
13208 (rcirc-mode-map): Change binding of C-c C-l to
13209 rcirc-toggle-low-priority.
13210 (rcirc-mode): Initialize coding system based on
13211 rcirc-coding-system-alist. New change-major-mode-hook to part the
13212 channel on a mode change. Make kill-buffer-hook buffer-local.
13213 (rcirc-change-major-mode-hook): New function.
13214 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
13215 (rcirc-last-post-time): New variable.
13216 (rcirc-process-message): Store the last time user posted a message
13217 to this target.
13218 (rcirc-multiline-minor-mode): New mode.
13219 (rcirc-multiline-minor-mode-map): New mode map.
13220 (rcirc-edit-multiline): Put multiline-edit buffer in
13221 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
13222 (rcirc-print): Ignore any line starting with an ignored nick.
13223 (rcirc-print): Decode using rcirc-decode-coding-system.
13224 (rcirc-track-minor-mode): Update global-mode-string when disabling
13225 this mode.
13226 (minor-mode-alist): Add LowPri indicator.
13227 (rcirc-toggle-low-priority): New function.
13228 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
13229 next lowpriority buffer with activity.
13230 (rcirc-record-activity): Sort buffers in rcirc-activity by the
13231 last time the user posted a message in to the target.
13232 (rcirc-update-activity-string): New formatting for low priority
13233 buffers.
13234 (rcirc-split-activity): New function.
13235 (rcirc-handler-PART, rcirc-handler-KICK)
13236 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
13237 (rcirc-nick-away-alist): New variable.
13238 (rcirc-handler-301): New handler. Away messages are printed once
13239 per change.
13240
13241 2006-04-08 Eli Zaretskii <eliz@gnu.org>
13242
13243 * info.el (Info-follow-nearest-node): Doc fix.
13244
13245 * international/mule-cmds.el (set-locale-environment): Make sure
13246 the coding-system preferred by the locale's language has the same
13247 EOL conversion type as the original buffer-file-coding-system.
13248 (locale-language-names): Add a few MS Windows language codes.
13249
13250 2006-04-07 Richard Stallman <rms@gnu.org>
13251
13252 * simple.el (eval-expression): Doc fix.
13253
13254 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
13255 (eval-defun): Doc fixes.
13256
13257 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
13258
13259 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
13260
13261 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
13262
13263 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
13264 GDB list command without argument for greater generality.
13265
13266 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13267
13268 * subr.el (string-or-null-p): New function.
13269
13270 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
13271
13272 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
13273
13274 * files.el: Update comment about safe-local-variable declarations.
13275
13276 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
13277
13278 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
13279 See idlwave.org.
13280
13281 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
13282 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
13283
13284 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
13285 See idlwave.org.
13286
13287 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
13288 version 6.0 (minimal changes). See idlwave.org.
13289
13290 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
13291 6.0 (minimal changes). See idlwave.org.
13292
13293 * progmodes/idlw-rinfo.el: File obsoleted and removed.
13294
13295 2006-04-06 Romain Francoise <romain@orebokech.com>
13296
13297 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
13298 symmetric encryption features and a new asynchronous interface to
13299 GnuPG. This new version is version 1.4, plus whitespace changes.
13300
13301 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13302
13303 * files.el: Move some `safe-local-variable' declarations to the
13304 respective files.
13305
13306 * textmodes/ispell.el (ispell-check-comments)
13307 (ispell-local-dictionary): Mark as safe.
13308
13309 * abbrev.el (abbrev-mode): Mark as safe.
13310
13311 * add-log.el (change-log-default-name): Mark as safe.
13312
13313 * textmodes/reftex-vars.el (reftex-vref-is-default)
13314 (reftex-fref-is-default, reftex-level-indent)
13315 (reftex-guess-label-type): Mark as safe.
13316
13317 * textmodes/fill.el (colon-double-space): Mark as safe.
13318
13319 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
13320 (sentence-end-double-space, sentence-end-without-period)
13321 (sentence-end-without-space, sentence-end, sentence-end-base)
13322 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
13323
13324 2006-04-06 Kim F. Storm <storm@cua.dk>
13325
13326 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
13327 the :set-after list.
13328 (ido-downcase-unc-hosts): New user option. Default on.
13329 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
13330 when it is set, as regexps are now applied on the fly.
13331 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
13332 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
13333 on the fly, but only when ido-process-ignore-lists is set.
13334 Do case insensitive filtering if ido-downcase-unc-hosts is set.
13335 Only downcase names if ido-downcase-unc-hosts is set.
13336
13337 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
13338
13339 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
13340
13341 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
13342
13343 2006-04-05 Kim F. Storm <storm@cua.dk>
13344
13345 * ido.el (ido-mode): Set after ido-unc-hosts and
13346 ido-ignore-unc-host-regexps.
13347 (ido-save-history): Save ido-unc-hosts-cache.
13348 (ido-load-history): Load ido-unc-hosts-cache.
13349 (ido-reread-directory): Refresh unc hosts cache in // dir.
13350
13351 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
13352 to nil while displaying slash screen.
13353
13354 2006-04-05 Daiki Ueno <ueno@unixuser.org>
13355
13356 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13357 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13358
13359 2006-04-05 Kenichi Handa <handa@m17n.org>
13360
13361 * international/characters.el: Setup cases of Latin, Greek, and
13362 Cyrillic characters in CJK charsets.
13363
13364 2006-03-29 Daiki Ueno <ueno@unixuser.org>
13365
13366 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13367 default-enable-multibyte-characters. This reverts the change from
13368 revision 6.17 which is no longer necessary because the passphrase
13369 is sent separately now. GnuPG messages are unreadable under
13370 multibyte locales with default-enable-multibyte-characters set to nil.
13371
13372 2006-04-04 Andreas Schwab <schwab@suse.de>
13373
13374 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
13375 and `byte-compile-warnings' as `safe-local-variable'.
13376
13377 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
13378
13379 * man.el (Man-mode-map): Restore the \r binding.
13380 (Man-abstract-xref-man-page): If Man-target-string is a function,
13381 call it.
13382 (Man-highlight-references): Use Man-default-man-entry to get the
13383 target. Deal with xrefs too.
13384 (Man-highlight-references0): Don't call the target function.
13385
13386 * woman.el (WoMan-xref-man-page): Strip the section number, woman
13387 cannot deal with it.
13388
13389 2006-04-04 Daiki Ueno <ueno@unixuser.org>
13390
13391 * pgg-gpg.el: Clean up process buffers every time gpg processes
13392 complete.
13393
13394 2006-04-04 Kenichi Handa <handa@m17n.org>
13395
13396 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
13397 here.
13398 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
13399 Temporarily bind inhibit-field-text-motion to t.
13400
13401 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13402
13403 * startup.el (normal-splash-screen): Only set mode-line-format in the
13404 splash buffer, so as not to interfere when debugging the code.
13405 Ignore errors when switching buffer.
13406
13407 2006-04-03 Romain Francoise <romain@orebokech.com>
13408
13409 * dired.el (dired-dnd-protocol-alist): Fix typo.
13410
13411 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
13412
13413 * savehist.el (savehist): Add :version.
13414 (savehist-ignored-variables): New variable.
13415 (savehist-minibuffer-hook): Don't save variables listed in
13416 `savehist-ignored-variables'.
13417
13418 * dired.el (dired-dnd-protocol-alist): Mention that change does
13419 only apply to new buffers in doc string.
13420
13421 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
13422
13423 * recentf.el (recentf-open-files-item): Include newline in button
13424 field, so opening a file will work, when the point is at the end
13425 of the file name. Allow, for example, to [i]search a file by
13426 extension and just push RET to open it.
13427
13428 2006-04-03 Daiki Ueno <ueno@unixuser.org>
13429
13430 * pgg-gpg.el (pgg-gpg-process-filter)
13431 (pgg-gpg-wait-for-completion): Check if buffer is alive.
13432
13433 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13434 lines, temporary fix.
13435
13436 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
13437
13438 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
13439
13440 2006-04-02 Richard Stallman <rms@gnu.org>
13441
13442 * progmodes/compile.el (compilation-message-face): Make it defcustom.
13443
13444 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
13445
13446 * ibuf-macs.el (define-ibuffer-column): Add a new key:
13447 header-mouse-map.
13448
13449 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
13450 (ibuffer-mode-header-map): New keymaps.
13451 (ibuffer-update-title-and-summary): Enable mouse face highlighting
13452 and keybindings for column headers.
13453 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
13454 property.
13455
13456 2006-04-02 Drew Adams <drew.adams@oracle.com>
13457
13458 * speedbar.el (speedbar-after-create-hook): Doc fix.
13459
13460 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
13461
13462 * shell.el (shell-directory-tracker)
13463 (shell-dynamic-complete-command): Doc fixes.
13464
13465 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
13466
13467 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
13468 terminals.
13469
13470 2006-04-01 Kim F. Storm <storm@cua.dk>
13471
13472 * ido.el (ido-unc-hosts-cache): New defvar.
13473 (ido-unc-hosts): If value of defcustom is a function, call it to
13474 get list of UNC hosts. Add function-item choices to specify
13475 ido-unc-hosts-net-view or user function.
13476 (ido-ignore-unc-host-regexps): New defcustom.
13477 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
13478 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
13479 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
13480
13481 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13482
13483 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
13484 wwidth.
13485
13486 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
13487
13488 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
13489 (ido-max-work-file-list, ido-switch-buffer)
13490 (ido-read-file-name-as-directory-commands):
13491 Fix typos in docstrings.
13492
13493 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13494
13495 * term/mac-win.el (mac-system-coding-system): Define and use after
13496 Mac-specific coding systems are ready.
13497
13498 2006-03-27 Romain Francoise <romain@orebokech.com>
13499
13500 * net/rcirc.el (rcirc-connect): Add autoload cookie.
13501
13502 * ldefs-boot.el: Update.
13503
13504 2006-03-27 Daiki Ueno <ueno@unixuser.org>
13505
13506 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13507 passphrases when it is not needed.
13508 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13509 passphrase stuff from gpg, should only be necessary when you use
13510 gpg with a smartcard.
13511
13512 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
13513
13514 * comint.el (comint-dynamic-list-completions): Allow user to
13515 select *Completions* buffer.
13516
13517 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
13518
13519 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
13520
13521 2006-03-26 Andreas Schwab <schwab@suse.de>
13522
13523 * progmodes/gud.el (gdb): Only complain about multiple debugging
13524 when the gdb process is still running.
13525
13526 2006-03-25 Eli Zaretskii <eliz@gnu.org>
13527
13528 * mail/rmail.el (tool-bar-map): Defvar it.
13529 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
13530 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
13531
13532 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
13533
13534 * help.el (print-help-return-message): Suggest to use
13535 display-buffer instead of switch-to-buffer-other-window to restore
13536 the previous window without selecting it.
13537
13538 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13539
13540 * frame.el (select-frame-by-name): Call x-focus-frame also when
13541 window-system is mac.
13542
13543 * term/mac-win.el: Adjust Courier font specifications in
13544 x-fixed-font-alist.
13545 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
13546 when directly encoding to UTF-16 in native byte order, no BOM.
13547
13548 2006-03-25 Kim F. Storm <storm@cua.dk>
13549
13550 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
13551 (cua--init-keymaps): Use it instead of fixed C-return.
13552 (cua-mode): Set after it.
13553
13554 * emulation/cua-rect.el (cua--init-rectangles):
13555 Use cua-rectangle-mark-key instead of fixed C-return.
13556
13557 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
13558
13559 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
13560 "run" in .gdbinit.
13561 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
13562
13563 2006-03-24 Romain Francoise <romain@orebokech.com>
13564
13565 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
13566 `display-buffer-other-frame'.
13567
13568 2006-03-24 Kim F. Storm <storm@cua.dk>
13569
13570 * apropos.el (apropos-synonyms): Add selection => region.
13571
13572 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
13573
13574 * progmodes/gdb-ui.el (gdb-var-create-regexp)
13575 (gdb-var-list-children-regexp, gdb-var-update-regexp)
13576 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
13577 (gdb-data-list-register-values-regexp)
13578 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
13579 Future proof against new fields being added to MI output.
13580 (gdb-send): Don't treat backslashes for program input as
13581 continuations.
13582 (gdb-assembler-handler): Don't use window-start for this handler.
13583 (gdb-frame-handler): Don't change to hollow arrow if overlay
13584 arrow doesn't move to new frame.
13585
13586 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
13587
13588 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
13589 prevent compiler warnings.
13590 (gdb-stopped): Check for gud-last-last-frame (case: signal).
13591 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
13592 (gdb-assembler-custom): Use hollow-right-triangle for assembler
13593 buffer too.
13594
13595 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
13596
13597 * pgg-gpg.el (pgg-gpg-update-agent): Check for
13598 make-network-process, so we can use the same code in Gnus v5-10
13599 too and have this file fully synchronized with that release.
13600
13601 2006-03-23 Romain Francoise <romain@orebokech.com>
13602
13603 * ibuf-ext.el (ibuffer-read-filter-group-name):
13604 Use `ibuffer-generate-filter-groups' to make completion list match
13605 the filter groups that are really displayed in the Ibuffer buffer.
13606 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
13607
13608 2006-03-23 Kenichi Handa <handa@m17n.org>
13609
13610 * international/mule-cmds.el (sort-coding-systems): Describe that
13611 the argument is modified in docstring.
13612
13613 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
13614
13615 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13616 (pgg-gpg-update-agent): New function.
13617 (pgg-gpg-use-agent-p): New function.
13618 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13619 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13620 (pgg-gpg-sign-region): Use it.
13621
13622 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
13623
13624 * cus-edit.el (custom-face-set): Call custom-push-theme before
13625 face-spec set so that `changed' theme is correctly saved.
13626 (custom-face-reset-standard): Reset to recalculated face rather
13627 than defface spec.
13628
13629 * custom.el (custom-push-theme): Only save `changed' theme if the
13630 current face does not match the defface specs.
13631
13632 2006-03-21 Simon Josefsson <jas@extundo.com>
13633
13634 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13635 <wilde@sha-bang.de>.
13636 (pgg-gpg-use-agent): New variable.
13637 (pgg-gpg-process-region): Use it.
13638 (pgg-gpg-encrypt-region): Likewise.
13639 (pgg-gpg-encrypt-symmetric-region): Likewise.
13640 (pgg-gpg-decrypt-region): Likewise.
13641 (pgg-gpg-sign-region): Likewise.
13642 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13643
13644 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
13645
13646 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
13647 bracket links.
13648
13649 2006-03-21 Kim F. Storm <storm@cua.dk>
13650
13651 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
13652 fringe-indicator-alist instead of modifying global value.
13653 (gdb-frame-handler): Likewise.
13654
13655 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
13656
13657 * diff-mode.el (diff-function): Make it inherit from diff-header
13658 instead of diff-context.
13659
13660 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
13661 bitmap.
13662 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
13663 change names in macro above for consistency.
13664 (gdb-frame-handler): Use hollow-right-triangle for all selected
13665 frames which except the innermost (where execution has stopped).
13666 (gdb-reset): Reset buffer-local values of overlay-arrow.
13667
13668 2006-03-20 Richard Stallman <rms@gnu.org>
13669
13670 * simple.el (set-mark-command): Doc fix.
13671
13672 * files.el (display-buffer-other-frame): New command.
13673 (ctl-x-4-map): Bind C-x 5 C-o to it.
13674
13675 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13676
13677 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
13678 rather than just defer-time, in case defer-time has been changed but
13679 the timer isn't running yet.
13680 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
13681
13682 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
13683
13684 * help-mode.el (help-follow-symbol): New function.
13685 Essentially identical to the old `help-follow', but do not let
13686 `push-button' do the work when on an xref.
13687 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
13688
13689 2006-03-19 Richard Stallman <rms@gnu.org>
13690
13691 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
13692 preceded by the word `program'.
13693 (help-follow-mouse, help-follow): Throw error if not on xref.
13694 Delete no longer used args.
13695
13696 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
13697
13698 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
13699 annotation ensure gud-overlay-arrow-position is redisplayed.
13700
13701 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13702
13703 * textmodes/bibtex.el (bibtex-include-OPTkey)
13704 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
13705 (bibtex-autokey-name-case-convert)
13706 (bibtex-autokey-titleword-case-convert): Make these the aliases
13707 for the following two variables.
13708 (bibtex-autokey-name-case-convert-function)
13709 (bibtex-autokey-titleword-case-convert-function): Make these the
13710 real names.
13711 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
13712 bibtex-font-lock-crossref sublists.
13713 (bibtex-mode): Revert 2005-12-30 change (which made
13714 completion-ignore-case buffer-local).
13715 (bibtex-url): Simplify.
13716
13717 2006-03-19 Kim F. Storm <storm@cua.dk>
13718
13719 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
13720 cursor property value to 2 (to align with C level change).
13721
13722 2006-03-19 Bill Wohler <wohler@newt.com>
13723
13724 * image.el (image-load-path-for-library): Shorten first line in
13725 docstring.
13726
13727 2006-03-18 Richard Stallman <rms@gnu.org>
13728
13729 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
13730
13731 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
13732
13733 * isearch.el (isearch-other-meta-char): Handle user bindings for
13734 shifted control characters.
13735
13736 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
13737
13738 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
13739 part that matches email addresses, file names, etc.
13740
13741 2006-03-18 Eli Zaretskii <eliz@gnu.org>
13742
13743 * term/w32-win.el (mouse-set-font):
13744 Mention w32-list-proportional-fonts in the doc string.
13745
13746 2006-03-18 Kim F. Storm <storm@cua.dk>
13747
13748 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
13749 (ido-unc-hosts): New user option to explicitly define list of know
13750 UNC-style hosts for completion.
13751 (ido-cache-unc-host-shares-time): New user option.
13752 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
13753 New helper functions for UNC file-name support.
13754 (ido-may-cache-directory): Check for UNC host. Simplify.
13755 (ido-wash-history): Clean out old UNC hosts.
13756 (ido-nonreadable-directory-p): UNC hosts are always readable.
13757 (ido-directory-too-big-p): UNC hosts are never too big.
13758 (ido-set-current-directory): Handle UNC root path.
13759 (ido-file-name-all-completions): Complete UNC host names from
13760 ido-unc-hosts list. Cache UNC host shares.
13761 (ido-make-file-list-1): Don't filter UNC root.
13762 (ido-exhibit): Check for // in root directory, and switch to UNC
13763 mode by setting ido-current-directory to //.
13764
13765 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
13766
13767 * cus-edit.el (customize-changed-options): Mention explicit
13768 version number as default in prompt.
13769
13770 2006-03-17 Bill Wohler <wohler@newt.com>
13771
13772 * image.el (image-load-path-for-library): Minor docstring fix.
13773
13774 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
13775
13776 * textmodes/org.el (org-read-date): Include subgroup 5 into
13777 replacement text.
13778 (org-popup-calendar-for-date-prompt): Fix customization type.
13779
13780 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
13781
13782 * progmodes/gdb-ui.el (gud-watch): Provide completion.
13783 (gdb-continuation): New variable.
13784 (gdb-send): Deal with continuation lines.
13785
13786 * progmodes/gud.el (gud-gdb-complete-command)
13787 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
13788 expressions.
13789 (gud-tooltip-mode): Use buffer-local value.
13790
13791 2006-03-16 Kim F. Storm <storm@cua.dk>
13792
13793 * ido.el (ido-edit-input): Use selected match, if any.
13794
13795 2006-03-16 Bill Wohler <wohler@newt.com>
13796
13797 * image.el (image-load-path-for-library): Prefer user's images in
13798 image-load-path.
13799
13800 2006-03-16 Martin Rudalics <rudalics@gmx.at>
13801
13802 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
13803 when checking for attempt to drag leftmost or rightmost scrollbar.
13804
13805 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
13806
13807 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
13808 (gdb-force-mode-line-update): New function.
13809 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
13810 (gdb-exited): Use them.
13811 (gdb-signal): New function.
13812 (gdb-annotation-rules): Provide a rule for it.
13813
13814 2006-03-16 Kenichi Handa <handa@m17n.org>
13815
13816 * international/mule.el (auto-coding-regexp-alist): Add entries
13817 for Unicode BOM.
13818
13819 * sort.el (sort-build-lists): Temporarily bind
13820 inhibit-field-text-motion to t.
13821
13822 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
13823
13824 * locate.el (locate-command, locate-make-command-line)
13825 (locate-fcodes-file, locate-update-command)
13826 (locate-prompt-for-command, locate, locate-with-filter)
13827 (locate-get-file-positions): Doc fixes.
13828 (locate-buffer-name, locate-header-face): Remove leading `*' in
13829 defcustom.
13830 (locate-filter-output): Use `keep-lines' instead of its alias
13831 `delete-non-matching-lines'.
13832 (locate-get-filename, locate-get-dirname): Add introductory comment.
13833 (locate-find-directory-other-window): Give appropriate error
13834 message if used outside main listing.
13835
13836 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13837
13838 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
13839 the new extend-region feature.
13840 (font-lock-after-change-function): Update correspondingly.
13841 * jit-lock.el (jit-lock-after-change): Update correspondingly.
13842 * progmodes/grep.el (font-lock-lines-before): Don't disable.
13843
13844 2006-03-15 Bill Wohler <wohler@newt.com>
13845
13846 * image.el (image-load-path-for-library): Fix example by not
13847 recommending that one binds image-load-path. Just defvar it to
13848 placate compiler and only use it if previously defined.
13849
13850 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
13851
13852 * textmodes/org.el (org-insert-centered): Use `string-width' to
13853 make underlining work for wide characters.
13854 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
13855 TAB to `org-cycle', to make sure that no binding in
13856 `outline-mode-map' can supercede it.
13857
13858 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
13859
13860 * allout.el: Increment version to 2.2.1 in file commentary.
13861
13862 (allout-version): Increment to 2.2.1.
13863
13864 (allout-default-layout): New customization variable, used when the
13865 file lacks a specific allout-layout. Uses allout-layout-type for
13866 recursively nested definition.
13867
13868 (allout-layout-type): Widget defining allout layouts, necessary for
13869 self-recursive definition.
13870
13871 (allout-mode): Incorporate allout-default-layout as fallback for
13872 allout-layout.
13873
13874 (allout-layout): Mark as 'safe-local-variable', and refer mention
13875 fallback to `allout-default-layout' in absence of a specified value.
13876 (allout-passphrase-verifier-string)
13877 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
13878
13879 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
13880
13881 (allout-get-encryption-passphrase-verifier): Use correct name of
13882 passphrase verifier in docstring.
13883
13884 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
13885
13886 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
13887 elements.
13888 (gdb-find-watch-expression): Make it work for arrays too.
13889 Follow change to gdb-var-list.
13890 (gud-watch): Allow the user to enter variable name with a prexix
13891 arg. Create keybindings.
13892 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
13893 (gdb-var-list-children-handler, gdb-var-update-handler)
13894 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
13895 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
13896 Follow change to gdb-var-list.
13897 (gdb-starting): Don't show the overlay arrows when program is running.
13898
13899 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
13900 gdb-var-list.
13901
13902 2006-03-14 Bill Wohler <wohler@newt.com>
13903
13904 * image.el (image-load-path-for-library): Pass value of path
13905 rather than symbol. Always return list of directories.
13906 Guarantee that image directory comes first.
13907
13908 2006-03-14 Alan Mackenzie <acm@muc.de>
13909
13910 * font-core.el (font-lock-extend-region\(-function\)?.):
13911 New function/variable.
13912
13913 * font-lock.el (font-lock-after-change-function):
13914 Call font-lock-extend-region. Obey font-lock-lines-before.
13915 (font-lock-default-fontify-region): Remove reference to
13916 font-lock-lines-before.
13917
13918 * jit-lock.el (jit-lock-after-change):
13919 Call font-lock-extend-region. Obey font-lock-lines-before.
13920
13921 2006-03-14 David Ponce <david@dponce.com>
13922
13923 * tree-widget.el (tree-widget-themes-load-path)
13924 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13925
13926 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
13927
13928 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
13929 (rcirc-print): Mark the start of text at the end of the prompt.
13930 (rcirc-track-minor-mode): Add autoload cookie.
13931 (rcirc-update-activity-string): Add space to front of mode-line
13932 indicator.
13933
13934 2006-03-13 Miles Bader <miles@gnu.org>
13935
13936 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
13937 (rcirc-abbrev-nick): Remove function.
13938 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
13939
13940 2006-03-13 David Ponce <david@dponce.com>
13941
13942 * tree-widget.el: Handle themes across all occurrences of the main
13943 themes sub-directory found in tree-widget-themes-load-path.
13944 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13945 (tree-widget--locate-sub-directory): Return all occurrences.
13946 (tree-widget-themes-path): New function.
13947 Replace tree-widget-themes-directory, and return a list of directories.
13948 (tree-widget-set-parent-theme)
13949 (tree-widget-lookup-image): Use it.
13950
13951 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
13952
13953 * textmodes/org.el (org-link-search): Avoid self-matching of
13954 links, allow target text to be distributed over several lines.
13955 (org-search-not-link): New function.
13956 (org-set-regexps-and-options, org-get-current-options):
13957 New startup options.
13958 (org-export-as-html): Take odd-level setting from local variable.
13959 (org-fontify-emphasized-text): New option.
13960 (org-set-font-lock-defaults): Include emphasized text.
13961 (org-follow-mhe-link): Allow folder-only links, fix folder name.
13962 (org-font-lock): Customize group renamed from `org-faces'.
13963
13964 2006-03-13 John Paul Wallington <jpw@pobox.com>
13965
13966 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
13967 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
13968
13969 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
13970
13971 * cus-start.el (all): Delete :version keyword for members of the
13972 fringe group, since the entire group is new in 22.1.
13973
13974 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
13975
13976 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
13977 map if value is hexadecimal (an address).
13978 (gud-watch): Only search roots for existing watch expressions.
13979 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
13980 prevent caching problems with speedbar-update-directory-contents.
13981
13982 2006-03-12 Juri Linkov <juri@jurta.org>
13983
13984 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
13985 before comparing with `low' and `warn'.
13986
13987 * info.el (Info-dir-remove-duplicates): Move point to the
13988 beginning of the current line after deleting the entries from
13989 redundant heading. Use marker for `limit' and compare it with
13990 point before calling `re-search-forward'.
13991
13992 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
13993
13994 * simple.el (yank): Fix typo in docstring.
13995
13996 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
13997
13998 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
13999 messages, where "D" is the 6th character.
14000
14001 2006-03-11 Eli Zaretskii <eliz@gnu.org>
14002
14003 * simple.el (yank): Fix last change.
14004
14005 2006-03-11 David Ponce <david@dponce.com>
14006
14007 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
14008 merging elements from the standard ispell-dictionary-alist.
14009 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
14010 alist, and return the new alist.
14011
14012 2006-03-11 Richard Stallman <rms@gnu.org>
14013
14014 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
14015
14016 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
14017 the way it is implemented is too unclean.
14018
14019 * simple.el (kill-region, yank): Doc fix.
14020
14021 * battery.el (battery-echo-area-format): Doc fix.
14022 (battery-mode-line-format): Likewise.
14023 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
14024 (battery-linux-proc-acpi): Ignore batteries that say "charged".
14025
14026 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
14027
14028 * progmodes/octave-mod.el (octave-indent-for-comment):
14029 Behave according to do string.
14030
14031 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
14032
14033 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
14034 Be visible only if major mode is Mail Mode.
14035
14036 * textmodes/flyspell.el (flyspell-external-point-words)
14037 (flyspell-process-localwords): Fix last changes.
14038
14039 2006-03-11 Eli Zaretskii <eliz@gnu.org>
14040
14041 * calendar/holidays.el (list-holidays): Doc fix.
14042
14043 * international/mule.el (auto-coding-alist): Add .odt
14044 (OpenOffice's open document) files.
14045
14046 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
14047 document) files. Mention in the doc string the need to sync with
14048 auto-coding-alist.
14049
14050 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
14051
14052 * files.el (hack-local-variables-confirm): Don't prompt for ! if
14053 enable-local-variables is set to always query, or there is no
14054 savable variable.
14055
14056 2006-03-10 Bill Wohler <wohler@newt.com>
14057
14058 * image.el (image-load-path-for-library): Merge at least three
14059 functions from Gnus and MH-E into this one function that can now
14060 be shared.
14061
14062 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
14063
14064 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
14065 gdb-remove-mouse-face and remove help-echo too.
14066 (gdb-enqueue-input): Correct conditional clause.
14067
14068 2006-03-10 Glenn Morris <rgm@gnu.org>
14069
14070 * calendar/calendar.el (calendar-holidays): Doc fix.
14071 * calendar/holidays.el (list-holidays): Doc fix.
14072
14073 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
14074
14075 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
14076 it gets called in gdb-prompt anyway.
14077 (gdb-use-separate-io-buffer): Only restore window arrangement for
14078 gdb-many-windows.
14079 (gdb-enqueue-input): Make it harder to send GDB input when program
14080 is running.
14081 (gdb-buffer-list): New variable.
14082 (gdb-remove-mouse-face): New function.
14083 (gdb-starting): Use it when GDB input won't get sent.
14084
14085 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
14086
14087 * help.el (view-lossage): Remove trailing whitespace before
14088 inserting "\n".
14089
14090 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
14091
14092 * files.el (hack-local-variables-confirm):
14093 Set coding-system-for-read to nil before writing to .emacs.
14094
14095 * arc-mode.el (archive-extract): Check if an existing buffer name
14096 comes from a different archive.
14097
14098 * help.el (describe-key-briefly): If KEY is a down event, read and
14099 discard the up event.
14100
14101 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
14102
14103 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
14104 be edited and use font-lock-warning-face for any changes.
14105
14106 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
14107 (gdb-edit-value): Use it to report any errors.
14108
14109 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
14110
14111 * help.el (describe-key): Remove leftover test code.
14112
14113 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
14114
14115 * textmodes/org.el: Move defvars out of eval-when-compile.
14116 Use buffer-file-name variable.
14117 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
14118 arg `file'.
14119 (org-level-faces): Remove startup dependency.
14120 (org-cycle, org-map-tree, org-scan-tags)
14121 (org-remember-handler): Don't call `outline-level' directly.
14122 (org-mhe-search-all-folders): New option.
14123 (org-mhe-get-message-folder-from-index)
14124 (org-mhe-get-message-folder): Fix indexing search.
14125 (org-format-agenda-item): Handle nil TAGS argument.
14126 (org-cleaned-string-for-export, org-activate-target-links)
14127 (org-make-target-link-regexp): Deal with empty radio target list.
14128 (org-tag): New face.
14129 (org-get-level-face): New function.
14130 (org-set-font-lock-defaults): Simplify setup for headlines.
14131 (org-complete): Pass common substring to `display-completion-list'.
14132
14133 2006-03-06 David Ponce <david@dponce.com>
14134
14135 * tree-widget.el: Update Commentary header.
14136 (tree-widget-theme-name): Ignore parent themes.
14137 (tree-widget-set-parent-theme): New function.
14138 (tree-widget-set-theme): Use it.
14139 (tree-widget-set-image-properties): Move definition. Does nothing
14140 if image properties have already been set.
14141 (tree-widget-image-properties): Move definition. Receive an image
14142 name. Set the :pointer property.
14143 (tree-widget-lookup-image): Doc fix. Search in parent themes.
14144 Don't set the :pointer image property.
14145 (tree-widget-convert-widget): New function. Handle :dynargs
14146 compatibility here.
14147 (tree-widget): Use it to :convert-widget. Add the :expander-p
14148 predicate to control when the :expander function is entered.
14149 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
14150 (tree-widget-value-create): Handle :expander-p. widget-apply
14151 :expander.
14152 (tree-widget-expander-p): New function. Default value of the
14153 :expander-p property.
14154
14155 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
14156
14157 * help.el (describe-key): Properly handle the return value of
14158 read-key-sequence when grabbing an up-event. Cleanup mouse-1
14159 remaps. Handle string and vector `follow-link' values.
14160
14161 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
14162
14163 * complete.el (PC-expand-many-files): Try be more careful when parsing
14164 the shell's output.
14165
14166 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
14167
14168 * outline.el (hide-sublevels): Provide better interactive default.
14169
14170 2006-03-06 Kenichi Handa <handa@m17n.org>
14171
14172 * international/fontset.el (create-fontset-from-fontset-spec):
14173 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
14174
14175 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
14176
14177 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
14178 backslashes instead of one in regexp.
14179 (gud-tooltip-dereference): Add missing optional argument.
14180
14181 2006-03-04 John Paul Wallington <jpw@pobox.com>
14182
14183 * wdired.el (toplevel): Require `cl' at compile-time.
14184
14185 2006-03-04 Andreas Schwab <schwab@suse.de>
14186
14187 * server.el (server-process-filter): Handle errors during
14188 evaluation of the argument.
14189
14190 2006-03-03 John Paul Wallington <jpw@pobox.com>
14191
14192 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
14193 escape parentheses at beginning of line.
14194 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
14195 (t-mouse-mode): Remove period from end of error message.
14196
14197 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
14198
14199 * textmodes/flyspell.el (flyspell-process-localwords):
14200 Be case-sensitive.
14201
14202 2006-03-03 Martin Rudalics <rudalics@gmx.at>
14203
14204 * cus-edit.el (custom-quote): Remove function, since it has been
14205 moved to custom.el.
14206
14207 * font-lock.el (lisp-font-lock-keywords-2)
14208 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
14209 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
14210 they have no special meaning.
14211
14212 * midnight.el (clean-buffer-list): Handle case where base-buffer of
14213 indirect buffer gets killed before indirect buffer. Use dolist.
14214
14215 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
14216
14217 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
14218 value instead of a literal constant (1) on more pauses.
14219
14220 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
14221
14222 * textmodes/flyspell.el (flyspell-external-point-words):
14223 Be case-sensitive.
14224
14225 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
14226
14227 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
14228 with "www".
14229
14230 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
14231
14232 * allout.el: Restablish intermediate missing comment header to
14233 preserve outline structure.
14234 (allout-beginning-of-current-entry): Skip invisible text.
14235 (allout-open-topic): Fix opening a topic at end-of-buffer.
14236 (allout-minor-mode): Move nearer to allout-mode function.
14237
14238 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
14239
14240 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
14241
14242 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
14243
14244 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
14245 is nil.
14246
14247 * progmodes/gud.el (gud-speedbar-menu-items):
14248 Use buffer-local-value and add missing :visible keyword.
14249
14250 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
14251
14252 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
14253
14254 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
14255 must be `follow-link'.
14256
14257 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
14258
14259 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
14260 formatting: No nested anchors.
14261 (org-all-targets): Fix bug with XEmacs compatibility.
14262 (org-read-date): Add (require 'parse-time).
14263 (org-set-tags): Fix bug with extra inserted space.
14264 (org-export-html-style): Define a style class for targets.
14265 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
14266 (org-hide-leading-stars): New option.
14267 (org-hide): New face.
14268 (org-set-font-lock-defaults): Allow to hide leading stars.
14269 (org-get-legal-level, org-tr-level): New functions.
14270 (org-odd-levels-only): New option.
14271 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
14272 (org-demote, org-promote): Deal with double-star levels.
14273 (org-convert-to-odd-levels): New command.
14274
14275 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
14276
14277 * speedbar.el (speedbar-update-localized-contents): Try to
14278 preserve window-start.
14279 (speedbar-update-directory-contents): Try to preserve window-start
14280 and window-point.
14281 (speedbar-update-special-contents): Don't move back to start of window.
14282
14283 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
14284 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
14285 speedbar-timer-fn.
14286 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
14287 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
14288 instead of gdb-speedbar-timer-fn.
14289
14290 2006-02-28 Jay Belanger <belanger@truman.edu>
14291
14292 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
14293 (math-compose-expr): Use latex option when calling
14294 `math-compose-tex-matrix' for latex mode.
14295
14296 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
14297
14298 * speedbar.el: Re-instate comments about developing for speedbar
14299 [this is what info and gdb-ui use even if better methods exist now].
14300
14301 * t-mouse.el: New file.
14302 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
14303 (t-mouse-lispy-buffer-posn-from-coords): Remove.
14304 (t-mouse-make-event-element): Use posn-at-x-y instead.
14305 (t-mouse-make-event): Deal with Fedora Core 3.
14306 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
14307 (t-mouse-mouse-position-function): New function. Use it instead
14308 of advising mouse-position.
14309 (t-mouse-mode): New minor mode.
14310 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
14311
14312 2006-02-27 Glenn Morris <rgm@gnu.org>
14313
14314 * calendar/calendar.el (calendar-holidays): Doc fix.
14315
14316 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
14317
14318 * progmodes/gdb-ui.el (gdb-source-window): New variable.
14319 Re-introduce the concept of a source window.
14320 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
14321 consistency with get-buffer-create.
14322 (def-gdb-auto-update-handler, gdb-info-locals-handler)
14323 (gdb-data-list-register-values-handler)
14324 (gdb-stack-list-locals-handler): Try to preserve window-start as
14325 well as window-point.
14326 (gdb-display-source-buffer): New function (old concept).
14327 (gdb-goto-breakpoint): Use it.
14328
14329 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
14330 for gdb-ui/gdb-mi (old concept).
14331
14332 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
14333
14334 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
14335 binding.
14336
14337 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
14338
14339 * textmodes/reftex-sel.el (reftex-select-label-map)
14340 (reftex-select-bib-map): Add `follow-mouse' binding.
14341
14342 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
14343
14344 * jka-cmpr-hook.el (jka-compr-compression-info-list)
14345 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
14346 Give :set functions to provide automatic updating.
14347 Update docstring. Give compiler defvars early in the file
14348 and move the defcustoms to a later spot where all called functions
14349 are defined.
14350 (jka-compr-file-name-handler-entry): Doc fix.
14351 (jka-compr-compression-info-list--internal)
14352 (jka-compr-mode-alist-additions--internal)
14353 (jka-compr-load-suffixes--internal): New variables.
14354 (jka-compr-install): Set the three above variables.
14355 Update `load-file-rep-suffixes' instead of `load-suffixes'.
14356 (jka-compr-update, jka-compr-set): New functions.
14357 (auto-compression-mode): Doc fix.
14358
14359 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
14360 Update `load-file-rep-suffixes' instead of `load-suffixes'.
14361 Use jka-compr-compression-info-list--internal,
14362 jka-compr-mode-alist-additions--internal and
14363 jka-compr-load-suffixes--internal.
14364
14365 * files.el (load-library):
14366 * loadhist.el (file-loadhist-lookup):
14367 * startup.el (command-line):
14368 * subr.el (locate-library):
14369 * emacs-lisp/autoload.el (update-directory-autoloads):
14370 * emacs-lisp/find-func.el (find-library-suffixes):
14371 Use `get-load-suffixes' instead of `load-suffixes'.
14372
14373 * subr.el (locate-library):
14374 * emacs-lisp/find-func.el (find-library-name):
14375 Use `load-file-rep-suffixes' instead of '("").
14376
14377 2006-02-26 Kim F. Storm <storm@cua.dk>
14378
14379 * ido.el (ido-save-history, ido-load-history): Simplify.
14380 Don't use find-file-noselect to avoid interference from other modes.
14381
14382 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
14383
14384 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
14385 to use the default shell if filename is not available.
14386 Reported by Giorgos Keramidas.
14387
14388 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
14389
14390 * progmodes/etags.el (tags-completion-table): Do completion from
14391 all the tables in the current list, as documented in the manual.
14392
14393 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14394
14395 * CC Mode Update to 5.31.3.
14396
14397 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14398
14399 * progmodes/cc-mode.el (c-postprocess-file-styles):
14400 Bind inhibit-read-only to t, around the call to
14401 c-remove-any-local-eval-or-mode-variables, so that it works on a
14402 RO file.
14403
14404 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14405
14406 * progmodes/cc-awk.el: Correct a typo.
14407
14408 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14409
14410 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
14411 c-hungry-delete-backwards, at the request of RMS. Leave the old
14412 name as an alias.
14413
14414 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14415
14416 * progmodes/cc-mode.el: Correct a typo.
14417
14418 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14419
14420 * progmodes/cc-defs.el: Update the version number to 5.31.3.
14421
14422 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14423
14424 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
14425 brace-else-brace (error due to mbeg, mend being undefined).
14426
14427 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14428
14429 * progmodes/cc-mode.el: File Local variables: Solve the problem
14430 where both `mode' and c-file-offsets are specified: `mode' will
14431 overwrite c-f-o's settings:
14432 (c-remove-any-local-eval-or-mode-variables): New function.
14433 (c-postprocess-file-styles): Call the above new function, within
14434 c-tentative-buffer-change, to splat `mode' and `eval' before the
14435 second hack-local-variables.
14436
14437 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14438
14439 * progmodes/cc-mode.el:
14440 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
14441 (c-after-change): Protect the match data with save-match-data.
14442 It was getting corrupted by c-after-change-check-<>-operators.
14443
14444 * cc-defs.el: [Supersedes patch V1.38]:
14445 (top level): Check for a buggy font-lock-compile-keywords ONLY in
14446 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
14447
14448 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
14449 with save-match-data. It was being corrupted when Font Lock was
14450 not enabled.
14451
14452 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14453
14454 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
14455 Mode and Subword Mode.
14456
14457 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
14458 real labels ("case 1:" or "foo:") from non-labels ("public:").
14459 (c-forward-objc-directive): Replace c-forward-token-2 with crude
14460 coding; c-f-t-2 doesn't move over a token at EOB.
14461
14462 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
14463
14464 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
14465 (c-update-modeline): Concatenate the minor mode indicators
14466 directly onto mode-name, removing c-submode-indicators.
14467 Sometimes, c-s-i got separated from the mode name on the mode line.
14468
14469 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
14470 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
14471
14472 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14473
14474 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
14475 error message when there's an evaluation error to show whether
14476 it's loaded from source or not.
14477 (c-filter-ops): Make it available at runtime too to work when
14478 `c-make-init-lang-vars-fun' needs to evaluate from source.
14479
14480 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
14481
14482 * help.el (help): Revert last part of 2006-02-23 change (deletion
14483 of the `provide' call).
14484
14485 2006-02-23 Juri Linkov <juri@jurta.org>
14486
14487 * compare-w.el (compare-windows-highlight): Add new value
14488 `persistent' and change :type from `boolean' to `choice'.
14489 (compare-windows-overlays1, compare-windows-overlays2):
14490 New internal variables.
14491 (compare-windows-highlight): If compare-windows-highlight is
14492 `persistent', add current overlays to compare-windows-overlays[12]
14493 instead of adding compare-windows-dehighlight to pre-command-hook.
14494 (compare-windows-dehighlight): Delete all overlays from
14495 compare-windows-overlays[12].
14496
14497 * info.el (Info-search): Don't bind search-spaces-regexp to
14498 Info-search-whitespace-regexp in non-regexp isearch mode.
14499
14500 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
14501
14502 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
14503
14504 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
14505
14506 * textmodes/org.el (org-xemacs-p)
14507 (org-export-html-show-new-buffer, org-table-may-need-update)
14508 (org-insert-item, org-mhe-get-message-real-folder)
14509 (org-mhe-get-message-folder-from-index)
14510 (org-mhe-get-message-folder, org-mhe-get-message-num)
14511 (org-mhe-get-header, org-make-org-heading-search-string)
14512 (org-make-org-heading-camel, org-table-sort-lines)
14513 (org-format-org-table-html, org-format-table-table-html):
14514 Fix typos in docstrings.
14515
14516 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
14517
14518 * textmodes/org.el (org-cleaned-string-for-export)
14519 (org-solidify-link-text): New function.
14520 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
14521 XEmacs, just to silence the compiler.
14522 (org-export-as-ascii, org-export-as-html-and-open):
14523 Use `org-cleaned-string-for-export' and create internal links.
14524 (org-follow-mhe-link): Require mh-e, use folder.
14525
14526 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
14527
14528 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
14529
14530 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
14531 gdb-debug-log-length.
14532 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
14533 it a real ring but...
14534 (gud-gdba-marker-filter): ...make it work like mark-ring.
14535 (gdb-enable-debug): Rename from gdb-enable-debug-log.
14536 (gdb-mouse-jump): New function. Add bindings.
14537
14538 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
14539
14540 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
14541 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
14542 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
14543 (gdb-debug-log-length): Customize it's length.
14544 (gud-watch, gdb-var-create-handler): Display function::var format
14545 but don't use to create variable object.
14546 (gdb-var-create-handler): Use message-box in place of message.
14547 (gdb-stopped): Call gdb-exited if signalled.
14548
14549 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
14550
14551 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
14552
14553 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
14554
14555 * textmodes/reftex.el (reftex-locate-file): Search all extensions
14556 if `reftex-try-all-extensions' is set.
14557
14558 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
14559 fail silently when there is no valid argument at point.
14560 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
14561 `fail-silently' argument. From a patch by David Reiter.
14562
14563 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
14564 New commands.
14565 (org-mark-ring): New variable.
14566 (org-mark-ring-length): New option.
14567 (org-open-at-point, org-goto, org-open-file): Push old position
14568 onto the mark ring.
14569 (org-add-hook): New function.
14570 (org-export-table-remove-special-lines): New option.
14571 (org-skip-comments, org-format-org-table-html): Respect new
14572 option `org-export-table-remove-special-lines'.
14573 (org-open-file): Allow special command configuration for
14574 directory link.
14575 (org-file-apps): Fix bugs in customize type, added setting
14576 for directories.
14577 (org-activate-tags, org-format-agenda-item, org-complete)
14578 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
14579 (org-get-tags, org-get-buffer-tags, org-open-at-point)
14580 (org-link-search, org-make-org-heading-search-string)
14581 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
14582 (org-radio-targets, org-file-link-context-use-camel-case)
14583 (org-activate-camels): New options.
14584 (org-update-radio-target-regexp, org-all-targets)
14585 (org-make-target-link-regexp, org-activate-target-links):
14586 New functions.
14587 (org-make-org-heading-search-string): New function.
14588 (org-store-link, org-insert-link): Use new option
14589 `org-file-link-context-use-camel-case'.
14590 (org-activate-camels): Use new option `org-activate-camels'.
14591 (org-link-regexp): Add mhe prefix.
14592 (org-open-at-point, org-store-link): Support for mhe links.
14593 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
14594 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
14595 (org-mhe-get-header, org-follow-mhe-link): New functions.
14596 (org-remove-angle-brackets, org-add-angle-brackets):
14597 New functions.
14598 (org-bracket-link-regexp): New constant.
14599 (org-read-date): Fix bug that was rejecting all typed dates.
14600 (org-link-search): Make hierarchy above visible after a match.
14601 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
14602 (org-store-link): Fix bug with link creation when cursor is in
14603 an empty line.
14604 (org-open-at-point): Fix bug with matching a link.
14605 Fixed buggy argument sequence in call to `org-view-tags'.
14606 (org-compile-prefix-format): Set `org-prefix-has-tag'.
14607 (org-prefix-has-tag): New variable.
14608 (org-format-agenda-item): Remove tags from headline
14609 if appropriate.
14610 (org-agenda-remove-tags-when-in-prefix): New option.
14611
14612 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
14613
14614 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
14615 Fix the regular expressions.
14616
14617 2006-02-21 Richard M. Stallman <rms@gnu.org>
14618
14619 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
14620 if there's no other specific basis.
14621
14622 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
14623 as variables at all.
14624 (unsafep-variable): Rename arg; doc fix.
14625
14626 * abbrevlist.el (list-one-abbrev-table): Add autoload.
14627
14628 * calendar/appt.el (diary-selective-display): Add defvar.
14629
14630 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
14631
14632 * isearch.el (search-whitespace-regexp): Fix custom type.
14633
14634 * help.el (describe-key-briefly): Compute interactive args
14635 in same was as before previous change.
14636
14637 * files.el (enable-local-variables): Doc fix.
14638
14639 2006-02-21 Kim F. Storm <storm@cua.dk>
14640
14641 * fringe.el: Cleanup as file is now pre-loaded.
14642 (fringe-bitmaps): Initialize unconditionally.
14643 (fringe-mode, set-fringe-style): Remove autoload cookies.
14644
14645 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
14646
14647 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
14648 `horizontal-bar'.
14649 (fringe-cursor-alist): Use `horizontal-bar'.
14650
14651 2006-02-20 Kim F. Storm <storm@cua.dk>
14652
14653 * fringe.el (fringe-bitmaps): Update to new bitmap names.
14654 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
14655
14656 * loadup.el: Load "fringe" on window systems.
14657
14658 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
14659
14660 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
14661 out of scope components.
14662
14663 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
14664 default.
14665
14666 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
14667
14668 * custom.el (customize-mark-to-save, customize-mark-as-set):
14669 Load the symbol first.
14670
14671 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
14672
14673 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
14674 strech spec so it doesn't display as "^J" on the header line
14675 when `Buffer-menu-use-header-line' is t.
14676
14677 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
14678
14679 * speedbar.el (speedbar-make-button): Keep text properties
14680 of string arguments if desired.
14681
14682 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
14683 expessions.
14684
14685 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
14686 of speedbar.
14687
14688 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
14689
14690 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
14691 to value of `read-file-name-completion-ignore-case'.
14692
14693 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
14694
14695 * custom.el (customize-mark-as-set): Push to `user' theme.
14696
14697 * cus-edit.el (custom-save-variables): Allow unthemed values.
14698 (customize-set-variable): Push setting to `user' theme.
14699
14700 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
14701
14702 * progmodes/gud.el: Don't require font-lock as it's now
14703 automatically loaded.
14704 (gud-speedbar-buttons): Replace gdb-var-changed with
14705 gdb-force-update.
14706
14707 * progmodes/gdb-ui.el (gdb-force-update): Rename from
14708 gdb-var-changed.
14709 (gdb-post-prompt): Use it.
14710 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14711 (gdb-var-update-handler, gdb-var-delete)
14712 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
14713 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
14714 gdb-force-update in gdb-post-prompt.
14715 (gdb-reset): Clear watch expressions from speedbar when quitting.
14716
14717 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14718
14719 * viper-cmd.el (viper-insert-state-post-command-sentinel)
14720 (viper-change-state-to-vi, viper-change-state-to-emacs):
14721 Make aware of cursor coloring in the Emacs state.
14722 (viper-special-read-and-insert-char): Use read-char-exclusive.
14723 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
14724
14725 * viper-init.el (viper-emacs-state-cursor-color): New variable.
14726
14727 * viper-util.el (viper-save-cursor-color)
14728 (viper-get-saved-cursor-color-in-replace-mode)
14729 (viper-get-saved-cursor-color-in-insert-mode)
14730 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
14731 state.
14732 (viper-get-saved-cursor-color-in-emacs-mode): New function.
14733
14734 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
14735 (ediff-ignore-case-option3, ediff-actual-diff-options)
14736 (ediff-actual-diff3-options): New variables to control case sensitivity.
14737 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
14738 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
14739 (ediff-toggle-ignore-case): New function.
14740 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
14741
14742 * ediff-help.el (ediff-long-help-message-narrow2)
14743 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
14744 (ediff-long-help-message-word-mode): Add ignore-case command.
14745 (ediff-help-for-quick-help): Add ignore-case command.
14746
14747 * ediff-merg.el: Move provide to the end.
14748
14749 * ediff-ptch.el: Move provide to the end.
14750
14751 * ediff-wind.el: Move provide to the end.
14752
14753 * ediff-mult.el: Move provide to the end.
14754 (ediff-set-meta-overlay): Enable follow-link.
14755
14756 * ediff.el: Move provide to the end.
14757 Break recursive load cycle in eval-when-compile.
14758 (ediff-patch-buffer): Better heuristics.
14759
14760 * ediff-util.el: Move provide to the end.
14761 Break recursive load cycle in eval-when-compile.
14762 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
14763 defuns.
14764 (ediff-submit-report): Pass the values of ediff-diff3-program,
14765 ediff-diff3-options.
14766
14767 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
14768
14769 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
14770 the opening bracket of the following bracketing pairs: {}, [], (), <>,
14771 `' (for example, in the docstring of `windmove-default-keybindings').
14772
14773 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
14774
14775 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
14776 shadow face. Don't provide binding to edit variable when it is
14777 out of scope.
14778
14779 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
14780 (gdb-var-update-handler): Detect out of scope variables with pre
14781 GDB 6.4 too.
14782 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
14783 Reset status of variable objects to nil in update handlers.
14784 (gdb-var-update-handler-1): Detect when a variable object comes
14785 in scope. setcar on var changes gdb-var-list directly.
14786
14787 2006-02-17 Juri Linkov <juri@jurta.org>
14788
14789 * ffap.el (ffap) <defface>: Add explicit face declaration.
14790 (ffap-highlight): Use face `ffap' directly instead of checking
14791 for its existence.
14792
14793 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
14794 `visible-ok' of `other-buffer' to find the right original buffer.
14795
14796 * info.el (Info-search): Skip `Local Variables' node.
14797
14798 2006-02-17 Juri Linkov <juri@jurta.org>
14799
14800 * info.el (Info-find-file): Check for symbols `apropos', `history',
14801 `toc' in the input filename, and return these symbols as is.
14802 (Info-find-node-2): Set Info-current-file to symbols `apropos',
14803 `history', `toc' instead of strings.
14804 (Info-set-mode-line): For non-string Info-current-file use the
14805 symbol's name inside **.
14806 (Info-isearch-push-state): Add quote before Info-current-file and
14807 Info-current-node.
14808 (Info-isearch-pop-state): Use `equal' instead of `string='.
14809 (Info-extract-pointer, Info-following-node-name): Use
14810 `match-string-no-properties' instead of `match-string'.
14811 (Info-up): Check `old-file' for `stringp'.
14812 (Info-history): Use `equal' instead of `string-equal'.
14813 Check `file' for `stringp'.
14814 (Info-history): Use symbol `history' instead of string as first arg
14815 of `Info-find-node'.
14816 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
14817 `toc' instead of string.
14818 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
14819 instead of `buffer-substring', and `match-string-no-properties'
14820 instead of `match-string'.
14821 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
14822 instead of strings.
14823 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
14824 Use symbol `apropos' instead of string.
14825 (Info-copy-current-node-name): Check `Info-current-file' for
14826 `stringp' and construct a command with `Info-find-node' from it.
14827 (Info-fontify-node): Use `match-string-no-properties' instead of
14828 `match-string' and check file names for `stringp'.
14829 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
14830 `history', `toc' instead of strings.
14831
14832 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
14833
14834 * files.el: Rearrange functions and variables in the file local
14835 variables section.
14836
14837 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
14838
14839 * files.el: Add truncate-lines, ispell-check-comments and
14840 ispell-local-dictionary as safe local variables.
14841
14842 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
14843
14844 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
14845 out of scope variables.
14846 (gud-speedbar-buttons): Use unless.
14847
14848 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
14849 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
14850 (gdb-show-changed-values): Also use for out of scope variables.
14851 (gdb-var-update-handler-1): Note if variable goes out of scope.
14852
14853 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
14854
14855 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
14856 default to global variable values for unsupplied args.
14857 (rcirc-get-buffer-create): Fix bug with setting the target.
14858 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
14859 test for rcirc-always-use-server-buffer-flag here.
14860 (rcirc-response-formats): Add %N, which is a facified nick. %n
14861 uses the default face. Change the ACTION format string. If the
14862 "nick" is the server, don't print anything for that field.
14863 Comment fixes.
14864 (rcirc-target-buffer): Don't test
14865 rcirc-always-use-server-buffer-flag here.
14866 (rcirc-print): Squeeze extra spaces out of the text before message.
14867 (rcirc-put-nick-channel): Strip potential "@" char from nick
14868 before adding them to nick table.
14869 (rcirc-url-regexp): Improve to match address like "foo.com".
14870
14871 2006-02-17 Eli Zaretskii <eliz@gnu.org>
14872
14873 * allout.el (allout-hidden-p): Move this defsubst before
14874 allout-overlay-interior-modification-handler, where it is first
14875 used.
14876
14877 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
14878
14879 * allout.el: Use allout invisible-text overlays instead of
14880 selective display for concealed text. Also, lots of general
14881 cleanup, and improved compatibility code.
14882
14883 (allout-version): Incremented, corrected, revised, and refined
14884 module commentary.
14885
14886 (provide 'allout): Moved to the bottom, added a require of overlay.
14887
14888 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
14889 `except-current'.
14890 (allout-write-file-hook-handler): Minimize delay.
14891 (count-trailing-whitespace-region): New function so
14892 auto-encryption of current topic can resituate cursor exactly.
14893 PGP/GPG encryption trims trailing whitespace from lines, which
14894 must be accounted for across encryption then decryption.
14895
14896 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
14897 just plain "\C-c", to avoid intruding on user's keybinding space.
14898
14899 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
14900 parameter, so user request to provide a new password is done.
14901
14902 (allout-outside-normal-auto-fill-function, allout-auto-fill):
14903 Refined mechanism for auto-filling behavior while in allout mode.
14904
14905 (allout-mode): Explicitly specify the mode map in the docstring.
14906 Clarify provision for various write-file hook var names.
14907 Adjusted for invisible-text overlays instead of selective-display.
14908
14909 (allout-depth): Really return 0 if not within any topic. This
14910 rectifies `allout-beginning-of-level' and sequence numbering
14911 errors that occur when cutting and pasting numbered topics.
14912 Changed from a in-line subst to a regular function, as well.
14913
14914 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
14915
14916 (allout-end-of-subtree, allout-end-of-subtree)
14917 (allout-end-of-entry, allout-end-of-current-heading)
14918 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
14919 (allout-show-children, allout-show-to-offshoot)
14920 (allout-hide-current-entry, allout-show-current-entry): Rectified
14921 handling of trailing blank lines between items.
14922
14923 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
14924 (allout-current-depth, allout-unprotected, allout-hidden-p)
14925 (allout-on-current-heading-p, allout-listify-exposed)
14926 (allout-chart-subtree, allout-goto-prefix)
14927 (allout-back-to-current-heading, allout-get-body-text)
14928 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
14929 (allout-hide-region-body, allout-toggle-subtree-encryption)
14930 (allout-encrypt-string, allout-encrypted-key-info)
14931 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
14932 (allout-file-vars-section-data): Adjusted for use with
14933 invisible-text overlays instead of selective-display.
14934
14935 (allout-kill-line, allout-kill-topic, allout-yank-processing):
14936 Reworked for use with invisible text overlays.
14937
14938 (allout-current-topic-collapsed-p): New function.
14939
14940 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
14941 to know when to close the containing topic.
14942
14943 (allout-pre-command-business, allout-post-command-business):
14944 Simplify undo-batching and dynamic isearch exposure.
14945
14946 (allout-set-overlay-category): New for invisible-text overlays.
14947 Sets properties of allout-overlay-category, used by
14948 allout-flag-region to set invisible-text overlay properties.
14949 (allout-get-invisibility-overlay): Get the first qualifying
14950 invisibility overlay, so we can find the extent of it.
14951 (allout-back-to-visible-text): Get to just before the beginnining
14952 of the current invisibility overlay, if any.
14953
14954 (allout-overlay-insert-in-front-handler)
14955 (allout-overlay-interior-modification-handler)
14956 (allout-before-change-handler, allout-isearch-end-handler): New
14957 functions to handle extraordinary actions affecting concealed
14958 text.
14959
14960 (allout-flag-region): Use overlays instead of selective-display
14961 for invisible text - by inheritence from the properties of
14962 allout-overlay-category in mainline Emacs, and applied
14963 property-by-property in XEmacs, some recent versions of which
14964 don't inherit the properties from the category. Provisions to
14965 respond to concealed-text edits simplified drastically.
14966
14967 (allout-isearch-rectification, allout-isearch-was-font-lock)
14968 (allout-isearch-expose, allout-enwrap-isearch)
14969 (allout-isearch-abort, allout-pre-was-isearching)
14970 (allout-isearch-prior-pos, allout-isearch-did-quit)
14971 (allout-isearch-dynamic-expose)
14972 (allout-hide-current-entry-completely): Functions deleted.
14973
14974 (allout-undo-aggregation): Explicit undo aggregation no longer
14975 necessary due to transition away from selective-display.
14976
14977 (set-allout-regexp, allout-up-current-level)
14978 (allout-next-visible-heading, allout-forward-current-level)
14979 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
14980 (allout-kill-line, allout-yank-processing, allout-show-children)
14981 (allout-expose-topic, allout-old-expose-topic)
14982 (allout-listify-exposed, allout-insert-latex-header)
14983 (allout-toggle-subtree-encryption, allout-encrypt-string)
14984 (remove-from-invisibility-spec, allout-hide-current-subtree):
14985 Ditched unused variables.
14986
14987 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
14988
14989 * textmodes/ispell.el (ispell-change-dictionary): Call
14990 ispell-buffer-local-dict instead of
14991 ispell-accept-buffer-local-defs.
14992 (ispell-local-dictionary-alist): Accept as valid any coding-system
14993 supported by Emacs.
14994 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
14995 changed to iso-8859-3.
14996
14997 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
14998
14999 * speedbar.el (speedbar-frame-width): Make an inline function
15000 instead of a macro. Use frame-width.
15001 (speedbar-try-completion, speedbar-update-contents)
15002 (speedbar-timer-fn): Use consp.
15003 (speedbar-update-localized-contents): Try to preserve point.
15004
15005 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
15006 (menu): Re-order menu items.
15007 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
15008 field.
15009 (gdb-var-update-handler-1): Use it for GDB 6.4+.
15010 (gdb-post-prompt): Speed things by not forcing update.
15011
15012 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
15013
15014 * wid-edit.el (widget-button-click): For mouse-1, cancel button
15015 press and perform default action if we get a mouse movement event.
15016
15017 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
15018
15019 * calendar/icalendar.el (icalendar--get-event-property)
15020 (icalendar--get-event-property-attributes): Fix typos in
15021 docstrings.
15022
15023 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
15024 docstring.
15025
15026 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
15027
15028 * bs.el (bs-mode): Use `buffer-disable-undo'.
15029 (bs--get-file-name): Simplify.
15030 (bs-show-in-buffer): Mark the buffer as not modified.
15031
15032 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
15033
15034 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
15035 widget-button-click.
15036
15037 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
15038 (custom-mode): Update docstring.
15039
15040 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
15041 binding.
15042
15043 * files.el (hack-local-variables-confirm): Allow scrolling if the
15044 file variable list is too long. Kill temp buffer after use.
15045
15046 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
15047
15048 * progmodes/gud.el (gdb): Improve doc string.
15049 (gdb-script-font-lock-keywords): Expand allowed character set.
15050
15051 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
15052 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
15053 (gdb-separate-io-interrupt, gdb-separate-io-quit)
15054 (gdb-separate-io-stop, gdb-separate-io-eof):
15055 Rename from gdb-inferior-* to gdb-separate-*.
15056 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
15057
15058 2006-02-14 Jay Belanger <belanger@truman.edu>
15059
15060 * calc/calc-arith.el (math-check-known-scalarp): Make sure
15061 expression is a symbol before checking that it is bound.
15062
15063 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
15064 test to see if equation can be solved.
15065
15066 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
15067
15068 * wid-edit.el (widget-button-click): Use :pressed-face property
15069 for overlay face, if it exists.
15070
15071 * cus-edit.el (custom-manual, custom-add-see-also)
15072 (custom-add-parent-links, custom-group-link): Add :pressed-face
15073 property to links.
15074
15075 * files.el (hack-local-variables): Remove ignored variables before
15076 checking if any variables need setting.
15077
15078 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15079
15080 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
15081
15082 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
15083
15084 * help.el (where-is): Fix message for remapped commands.
15085
15086 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
15087 Fix typos in docstrings.
15088
15089 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
15090
15091 * files.el (safe-local-variable-values): New option.
15092 (hack-local-variables-prop-line): Return a list of variable-value
15093 pairs if MODE-ONLY is non-nil.
15094 (hack-local-variables): Construct list of variable-value pairs,
15095 and apply or reject them in one go. Ask for confirmation if
15096 variables are not known safe.
15097 (hack-local-variables-confirm): Complete rewrite. Support
15098 `safe-local-variable-values'.
15099 (enable-local-variables): Update docstring to reflect new
15100 behavior.
15101 (ignored-local-variables): Ignore ignored-local-variables and
15102 safe-local-variable-values.
15103 (safe-local-variable-p): New function.
15104 (risky-local-variable-p): `safe-local-variable' property check
15105 moved to safe-local-variable-p.
15106 (hack-one-local-variable): Checks moved to hack-local-variables.
15107
15108 (byte-compile-dynamic, c-basic-offset, c-file-style)
15109 (c-indent-level, comment-column, fill-column, fill-prefix)
15110 (indent-tabs-mode, kept-new-versions, no-byte-compile)
15111 (no-update-autoloads, outline-regexp, page-delimiter)
15112 (paragraph-start, paragraph-separate, sentence-end)
15113 (sentence-end-double-space tab-width, version-control):
15114 Add `safe-local-variable' property.
15115
15116 * find-lisp.el: Delete nonexistent `autocompile' file variable.
15117
15118 * icomplete.el, play/landmark.el: Change nonexistent
15119 `outline-layout' file variable to `allout-layout'.
15120
15121 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
15122
15123 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
15124 (gdb-get-changed-registers): Test value of gud-minor-mode relative
15125 to gud-comint-buffer.
15126 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
15127 gdb-ui.el for gdb-mi.el.
15128 (gdb-post-prompt, gdb-get-changed-registers): Move test for
15129 registers buffer to gdb-get-changed-registers.
15130 (gdb-breakpoint-regexp): New regexp. Allow toggling and
15131 deletion of catchpoints (throw and catch).
15132 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
15133 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
15134 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
15135 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
15136 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
15137
15138 2006-02-13 Jay Belanger <belanger@truman.edu>
15139
15140 * calc/calc-arith.el (math-check-known-matrixp): Make sure
15141 expression is a symbol before checking that it is bound.
15142
15143 2006-02-13 Richard M. Stallman <rms@gnu.org>
15144
15145 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
15146 for the minibuffer too, but not if resize-mini-windows will interfere.
15147
15148 * help.el (describe-key-briefly, describe-key): Do all arg-reading
15149 inside `interactive' spec.
15150 (describe-key-briefly-internal, describe-key-internal):
15151 Functions merged back into their callers.
15152
15153 2006-02-13 Martin Rudalics <rudalics@gmx.at>
15154
15155 * info.el (info-xref-visited): Inherit from info-xref too.
15156 (Info-set-mode-line): Replace occurrences of `%' by `%%'
15157 when propertizing Info-current-file and Info-current-node.
15158
15159 2006-02-13 Juri Linkov <juri@jurta.org>
15160
15161 * tumme.el (tumme-thumbnail-storage): Fix docstring.
15162 (tumme-thumb-name): Fix per-directory format.
15163
15164 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
15165
15166 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
15167
15168 2006-02-12 Miles Bader <miles@gnu.org>
15169
15170 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
15171
15172 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
15173
15174 * tumme.el: Remove history section. If someone needs the it, it
15175 can always be found in CVS.
15176
15177 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
15178
15179 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
15180 about the Thumbnail Managing Standard option.
15181
15182 2006-02-12 Richard M. Stallman <rms@gnu.org>
15183
15184 * subr.el (substitute-key-definition): Doc fix.
15185
15186 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
15187
15188 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
15189
15190 * info.el (Info-mode): Doc fix.
15191
15192 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
15193
15194 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
15195
15196 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
15197 because on Solaris a POSIX compatible "id" is needed. Reported by
15198 Magnus Henoch <mange@freemail.hu>.
15199
15200 2006-02-12 Juri Linkov <juri@jurta.org>
15201
15202 * tumme.el: Remove todo item about Thumbnail Managing Standard.
15203 (tumme) <defgroup>: Change :group to `multimedia'.
15204 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
15205 Managing Standard.
15206 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
15207 Fix dostring.
15208 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
15209 and %y. Fix docstring.
15210 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
15211 (tumme-cmd-create-standard-thumbnail-command): New user options.
15212 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
15213 is `standard'. Fix docstring.
15214 (tumme-thumb-width, tumme-thumb-height): New user options.
15215 (tumme-external-viewer): Try to find various viewers.
15216 (tumme-get-thumbnail-image): Use `create-image' instead of
15217 constructing the `image' structure.
15218 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
15219 `standard'.
15220 (tumme-thumb-name): Add file name generation for standard storage.
15221 Simplify code for other storages.
15222 (tumme-thumb-name): Use width %w and height %h instead of size %s.
15223 Add modification time %m and thumbnail-nq8 %q.
15224 Use `tumme-cmd-create-standard-thumbnail-command' if
15225 tumme-thumbnail-storage is `standard'.
15226 (tumme-dired-insert-marked-thumbs): New autoload command.
15227 (tumme-dired-after-readin-hook): New function.
15228 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
15229 `tumme-thumb-size'.
15230 (tumme-display-image): Replace size-x %x and size-y %y with
15231 width %w and height %h.
15232
15233 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
15234 `tumme-dired-insert-marked-thumbs'.
15235
15236 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
15237
15238 * tumme.el (tumme-write-tag): Fix small bug (file name did not
15239 include path).
15240 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
15241 matching tag.
15242
15243 2006-02-12 Miles Bader <miles@gnu.org>
15244
15245 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
15246 New variables.
15247 (rcirc-abbrev-nick): New function.
15248 (rcirc-format-response-string): Rewrite to use the formats in
15249 `rcirc-response-formats' and expand escape sequences therein.
15250 A text-property `rcirc-text' is added over the actual response
15251 text to make easy to find inside the returned string.
15252 (rcirc-print): When filling, just look for the `rcirc-text'
15253 text-property to find the appropriate fill prefix, instead of
15254 using hardwired patterns.
15255
15256 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
15257
15258 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
15259 Managing Standard.
15260
15261 2006-02-11 Kim F. Storm <storm@cua.dk>
15262
15263 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
15264 Don't use insert-buffer; do insert-buffer-substring directly.
15265 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
15266
15267 2006-02-11 Martin Rudalics <rudalics@gmx.at>
15268
15269 * files.el (revert-buffer, recover-file): Replace buffer-read-only
15270 with inhibit-read-only. Suggested by Stefan Monnier.
15271 (revert-buffer): Let insert-file-contents discard
15272 buffer-undo-list. Simplify code.
15273 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
15274
15275 2006-02-11 Eli Zaretskii <eliz@gnu.org>
15276
15277 * menu-bar.el (menu-bar-select-yank): Add a doc string.
15278
15279 * help.el (describe-key-briefly): Now a wrapper for
15280 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
15281 to t. Populate yank-menu if empty.
15282 (describe-key-briefly-internal): Renamed from describe-key-briefly.
15283 (describe-key): Now a wrapper for describe-key-internal. Bind
15284 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
15285 (describe-key-internal): Renamed from describe-key.
15286
15287 2006-02-11 Milan Zamazal <pdm@zamazal.org>
15288
15289 * progmodes/glasses.el (glasses-separator): Doc fix.
15290 (glasses-original-separator): New defcustom.
15291 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
15292
15293 2006-02-11 Martin Rudalics <rudalics@gmx.at>
15294
15295 * mwheel.el (mouse-wheel-up-event): Doc fix.
15296
15297 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
15298
15299 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
15300 (tumme-dir): New function. Copied from thumbs.el.
15301
15302 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
15303
15304 * desktop.el (desktop-outvar): Fix typo.
15305 (desktop-save-buffer-p): Doc fix.
15306
15307 * subr.el (substitute-key-definition): Fix typo.
15308
15309 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15310
15311 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
15312 when window-system is mac.
15313
15314 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
15315
15316 2006-02-10 Kim F. Storm <storm@cua.dk>
15317
15318 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
15319 indirect-function instead of using condition-case.
15320
15321 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
15322
15323 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
15324 less `colloquial'...
15325
15326 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
15327
15328 * tumme.el: Add a couple of todo items.
15329
15330 2006-02-09 Lars Hansen <larsh@soem.dk>
15331
15332 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
15333 (highlight-changes-mode): Don't change desktop-locals-to-save.
15334
15335 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
15336
15337 * image-mode.el (image-toggle-display): Clear image cache if using
15338 filename.
15339
15340 2006-02-09 Masatake YAMATO <jet@gyve.org>
15341
15342 * dired-x.el (dired-guess-shell-alist-default): Add .man as
15343 a `dired-man' target.
15344
15345 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
15346 boundary of symbols.
15347
15348 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
15349
15350 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
15351
15352 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
15353
15354 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
15355 `mapcar'; return nil.
15356
15357 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
15358
15359 * mouse.el (mouse-drag-track): Don't change window if we rebind to
15360 some other event.
15361
15362 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
15363
15364 * net/rcirc.el (rcirc-startup-channels-alist):
15365 Add irc.freenode.net and #emacs as defaults.
15366 (rcirc-ignore-all-activity-flag): Remove variable.
15367 (rcirc-authinfo): New variable.
15368 (rcirc-authinfo-filename): Remove variable.
15369 (rcirc-always-use-server-buffer-flag): New flag.
15370 (rcirc): M-x rcirc will automatically connect without prompting.
15371 C-u M-x rcirc will prompt. Use rcirc-connect to create a
15372 connection in lisp.
15373 (rcirc-process-server-response-1): Remove everything but the nick
15374 portion of the sender so it doesn't need to be done everywhere
15375 else. Update related code.
15376 (global-map): Remove global keybindings.
15377 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
15378 (rcirc-send-input): Split into several functions.
15379 (rcirc-process-input-line, rcirc-process-message)
15380 (rcirc-process-command): New functions.
15381 (rcirc-target-buffer): New function to determine where to route
15382 messages.
15383 (rcirc-user-nick): Save match data.
15384 (rcirc-toggle-ignore-buffer-activity)
15385 (rcirc-update-activity-string): Remove global ignore functionality,
15386 which can be done now by toggling rcirc-track-minor-mode.
15387 (rcirc-track-minor-mode-map): New keymap.
15388 (rcirc-track-minor-mode): New minor-mode.
15389 (ignore): Make the ignore output nicer. Always print it when
15390 adding or removing nicks.
15391 (rcirc-url-regexp): Improve.
15392 (rcirc-mangle-text): Remove properties before using text in the
15393 modeline.
15394 (rcirc-authenticate): Authentication data comes from
15395 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
15396 (rcirc-server-prefix): Inherit from rcirc-server.
15397
15398 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
15399
15400 * Makefile.in (compile): Append "|| true" to the end of the `find'
15401 command, like compile-always does.
15402
15403 2006-02-08 Sam Steingold <sds@gnu.org>
15404
15405 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
15406 output from a dead connection.
15407
15408 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
15409
15410 * dired.el (dired-mode-map): Add more bindings for tumme.
15411
15412 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
15413
15414 * wdired.el (wdired-mode-map): Use remap.
15415 (wdired-get-filename): Massage.
15416 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
15417 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
15418 `keymap' property rather than `local-map'.
15419
15420 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
15421
15422 * tumme.el (tumme-get-thumbnail-image): New utility function.
15423 Suggested by from Chong Yidong.
15424 (tumme-dired-with-window-configuration): Rename from
15425 `tumme-dired'. Add code to save window configuration.
15426 (tumme-restore-window-configuration): New command to restore the
15427 window configuration that `tumme-dired-with-window-configuration'
15428 saves before it changes the window configuration.
15429 (tumme-show-all-from-dir): New command to display thumbnails for
15430 all files in a directory entered by the user, like M-x thumbs.
15431 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
15432 have been created.
15433 (tumme-display-thumbnail-original-image): Call `display-buffer'.
15434 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
15435 Remove obsolete test function.
15436
15437 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
15438
15439 * vc.el (small-temporary-file-directory): Remove defvar; there's
15440 a defcustom for it in files.el.
15441
15442 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
15443 Fix typo in message.
15444 (tumme-gallery-generate): Fix typo in `error' message.
15445 (tumme-display-window-height-correction)
15446 (tumme-display-window-width-correction, tumme-line-up-dynamic)
15447 (tumme-line-up-interactive): Dox fixes.
15448 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
15449 (tumme-restore-window-configuration, tumme-format-properties-string)
15450 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
15451 Fix typos in docstrings.
15452
15453 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
15454
15455 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
15456
15457 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
15458
15459 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
15460 User should use hook if desired.
15461
15462 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
15463 buffer if necessary.
15464 (gdb-delete-frame-or-window): New function.
15465 (gdb-breakpoints-mode-map): Bind "q" to it.
15466
15467 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
15468
15469 * textmodes/nroff-mode.el: Clean up name space.
15470 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
15471 (nroff-mode): Obey the global setting of nroff-electric-mode.
15472 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
15473
15474 * calendar/calendar.el (calendar-increment-month): Typo in last change.
15475
15476 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
15477
15478 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
15479
15480 2006-02-06 Lars Hansen <larsh@soem.dk>
15481
15482 * generic-x.el (etc-fstab-generic-mode): Add file system types
15483 cifs and usbdevfs. Allow special chars in file names.
15484
15485 2006-02-05 Jay Belanger <belanger@truman.edu>
15486
15487 Update copyright notices of the files in lisp/calc.
15488
15489 2006-02-05 Romain Francoise <romain@orebokech.com>
15490
15491 Update copyright notices of all files in the lisp/play directory.
15492
15493 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
15494
15495 * ldefs-boot.el: Regenerate.
15496
15497 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
15498
15499 2006-02-05 Kim F. Storm <storm@cua.dk>
15500
15501 * files.el (magic-mode-regexp-match-limit): New defvar.
15502 (set-auto-mode): Use it to limit magic-mode-alist matching.
15503
15504 2006-02-04 Eli Zaretskii <eliz@gnu.org>
15505
15506 * info.el (Info-index, Info-mode): Improve the description of the
15507 `i' command.
15508
15509 * ldefs-boot.el: Regenerate.
15510
15511 2006-02-03 Werner Lemberg <wl@gnu.org>
15512
15513 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
15514 greedy to find the closing bracket in \*[...] and similar
15515 expressions. This is a first rough fix -- many additional
15516 refinements are necessary to make nroff mode really usable with groff.
15517
15518 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
15519
15520 * international/mule-cmds.el (set-locale-environment):
15521 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
15522 libX11.
15523
15524 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
15525
15526 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
15527 archive are created in archive-tmpdir.
15528
15529 2006-02-02 John Paul Wallington <jpw@pobox.com>
15530
15531 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
15532 (ibuffer-fontification-alist): Use it.
15533 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
15534 to "* z" and the Ibuffer Mark menu.
15535
15536 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
15537
15538 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
15539
15540 * textmodes/table.el (*table--cell-describe-mode)
15541 (*table--cell-describe-bindings): Undo last change since
15542 print-help-return-message is not obsoleted by anything at all.
15543
15544 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
15545
15546 * emulation/cua-base.el (cua-mode): Doc fix.
15547
15548 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
15549
15550 * dframe.el (dframe-handle-make-frame-visible)
15551 (dframe-handle-iconify-frame, dframe-get-focus)
15552 (dframe-select-attached-frame, dframe-power-click)
15553 (dframe-frame-mode): Fix typos in docstrings.
15554
15555 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
15556 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
15557 Fix typos in docstrings.
15558
15559 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
15560 (hi-lock-face-buffer, hi-lock-font-lock-hook)
15561 (hi-lock-archaic-interface-message-used)
15562 (hi-lock-file-patterns-range): Fix typos in docstrings.
15563
15564 * savehist.el (savehist-loaded, savehist-load, savehist-install)
15565 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
15566
15567 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
15568 Fix typo in docstring.
15569
15570 * net/newsticker.el (newsticker--decode-iso8601-date)
15571 (newsticker--set-customvar, newsticker--buffer-insert-item)
15572 (newsticker--do-run-auto-mark-filter)
15573 (newsticker--parse-generic-feed): Doc fixes.
15574 (newsticker--retrieval-timer-list, newsticker-url-list)
15575 (newsticker-hide-immortal-items-in-echo-area)
15576 (newsticker-hide-obsolete-items-in-echo-area)
15577 (newsticker-new-item-face, newsticker--enclosure)
15578 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
15579 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
15580 (newsticker--parse-generic-feed, newsticker--cache-contains)
15581 (newsticker--stat-num-items, newsticker-download-enclosures):
15582 Fix typos in docstrings.
15583
15584 * net/rcirc.el (rcirc-debug): Doc fix.
15585 (rcirc-fill-column, rcirc-receive-message-hooks)
15586 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
15587 (rcirc-mode, rcirc-generate-new-buffer-name)
15588 (rcirc-startup-channels, rcirc-ignore-update-automatic)
15589 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
15590 Fix typos in docstrings.
15591 (rcirc-print): "?\ " -> "?\s".
15592 (rcirc-cmd-join): Improve argument/docstring consistency.
15593
15594 2006-02-01 Mark A. Hershberger <mah@everybody.org>
15595
15596 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
15597 before narrow-to-region.
15598
15599 2006-02-01 Richard M. Stallman <rms@gnu.org>
15600
15601 * simple.el (move-beginning-of-line): Scan properly for invis change.
15602
15603 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
15604
15605 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
15606
15607 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
15608 change bit only when id-format is 'integer. Reported by Matt
15609 Hodges <M.P.Hodges@rl.ac.uk>.
15610
15611 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
15612
15613 * hilit-chg.el (highlight-changes-initial-state)
15614 (highlight-changes-global-initial-state): Doc fixes.
15615 (highlight-changes-global-modes, global-highlight-changes):
15616 Fix typos in docstrings.
15617
15618 2006-02-01 Kim F. Storm <storm@cua.dk>
15619
15620 * emulation/cua-base.el (cua-mode): Mention that CUA enables
15621 transient-mark-mode in doc string.
15622
15623 2006-01-31 Richard M. Stallman <rms@gnu.org>
15624
15625 * replace.el (multi-occur): Doc fix.
15626 (multi-occur-in-matching-buffers): Rename from
15627 multi-occur-by-filename-regexp. Prefix arg says match
15628 buffer names instead of file names.
15629
15630 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
15631
15632 * bs.el: Allow non-default values of `bs-header-lines-length'.
15633 (bs--running-in-xemacs): Remove (not needed anymore).
15634 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
15635 instead of `shrink-window', thus avoiding having to compute the
15636 height of the window.
15637 (bs--up): Wrap around even when there's no header.
15638 (bs--down): Use `forward-line' instead of `next-line'.
15639
15640 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
15641
15642 * image-mode.el (image-toggle-display): Use file name if possible,
15643 instead of unnecessarily allocating a (possibly huge) lisp string.
15644
15645 2006-01-30 John Paul Wallington <jpw@pobox.com>
15646
15647 * subr.el (toplevel): Define `cl-assertion-failed' condition here
15648 because the `assert' macro signals it at runtime.
15649
15650 * emacs-lisp/cl.el (toplevel): Remove definition of
15651 `cl-assertion-failed' condition.
15652
15653 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
15654
15655 * thumbs.el (thumbs-marked-list): Make buffer-local and
15656 permanent-local.
15657 (thumbs-insert-thumb): Make help-echo non-sticky.
15658 (thumbs-file-alist): Use eolp as check for (non)-image.
15659
15660 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
15661
15662 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
15663 (ediff-before-session-group-setup-hooks)
15664 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
15665 Fix typos in docstrings.
15666
15667 * window.el (bw-dir, bw-eqdir, balance-windows)
15668 (split-window-keep-point): Fix typos in docstrings.
15669
15670 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
15671 (org-quote-string, org-calendar-to-agenda-key)
15672 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
15673 (org-show-following-heading, org-tags-column)
15674 (org-use-tag-inheritance, org, org-allow-space-in-links)
15675 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
15676 (org-enable-table-editor, org-calc-default-modes)
15677 (org-table-allow-automatic-line-recalculation)
15678 (org-export-html-style, org-export-with-fixed-width)
15679 (org-export-with-sub-superscripts, org-special-keyword)
15680 (org-formula, org-time-grid, org-table-may-need-update)
15681 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
15682 (org-goto-quit, org-get-indentation, org-end-of-item)
15683 (org-move-item-down, org-move-item-up)
15684 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
15685 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
15686 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
15687 (org-agenda-log-mode, org-agenda-toggle-diary)
15688 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
15689 (org-agenda-file-to-end, org-agenda-no-heading-message)
15690 (org-agenda-get-closed, org-format-agenda-item)
15691 (org-cmp-priority, org-cmp-category, org-cmp-time)
15692 (org-agenda-change-all-lines, org-agenda-diary-entry)
15693 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
15694 (org-link-search, org-camel-to-words, org-open-file)
15695 (org-remember-handler, org-table-convert-region)
15696 (org-table-move-row-down, org-table-move-row-up)
15697 (org-table-copy-region, org-table-wrap-region)
15698 (org-table-toggle-vline-visibility)
15699 (org-table-get-vertical-vector, org-table-modify-formulas)
15700 (org-table-get-specials, org-recalc-commands)
15701 (org-table-rotate-recalc-marks, org-table-eval-formula)
15702 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
15703 (org-level-color-stars-only, org-insert-heading):
15704 Fix typos in docstrings.
15705 (last-arg): Add defvar.
15706
15707 * makefile.w32-in (WINS): Add erc.
15708 (MH_E_SRC): Update (copied from lisp/Makefile.in).
15709
15710 2006-01-29 Bill Wohler <wohler@newt.com>
15711
15712 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
15713 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
15714 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
15715 (mh-autoloads): Don't use comments on otherwise empty lines.
15716
15717 2006-01-29 Edward O'Connor <ted@oconnor.cx>
15718
15719 * emulation/viper.el (viper-major-mode-modifier-list):
15720 Add insert-state and vi-state entries for erc-mode.
15721 (viper-go-away, viper-set-hooks): Add and remove
15722 viper-comint-mode-hook from erc-mode-hook as appropriate.
15723
15724 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
15725
15726 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
15727
15728 * bs.el (bs--format-aux): Implement `middle' alignment as
15729 described in the docstring for `bs-attributes-list'.
15730 (bs--get-name): Simplify. Don't pad the buffer name.
15731
15732 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
15733
15734 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
15735 English aspell dictionary is installed, use the first entry of
15736 ispell-dictionary-alist-1.
15737
15738 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15739
15740 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15741 Doc fix.
15742
15743 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
15744
15745 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
15746 for `process-file', in order to let it work for older Emacsen too.
15747
15748 2006-01-27 Eli Zaretskii <eliz@gnu.org>
15749
15750 * international/latexenc.el: Add a suitable `coding:' tag.
15751 (latexenc-find-file-coding-system): Undo last change.
15752
15753 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
15754
15755 * international/latexenc.el (latexenc-find-file-coding-system):
15756 Make sure latexenc-main-file is a regular file and is readable.
15757
15758 2006-01-27 Andre Spiegel <spiegel@gnu.org>
15759
15760 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
15761 Pass FILE to vc-user-login-name.
15762
15763 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
15764
15765 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
15766
15767 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
15768 there are no more images to display.
15769 (thumbs-mark, thumbs-unmark): Revert change so that they move to
15770 the next image.
15771
15772 2006-01-26 Richard M. Stallman <rms@gnu.org>
15773
15774 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
15775
15776 * wid-edit.el (advertised-widget-backward): New alias.
15777 (widget-keymap): Use advertised-widget-backward for S-TAB.
15778
15779 * tumme.el: Correct the keywords.
15780 (tumme-dir-max-size): Use defvar.
15781 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
15782
15783 * simple.el (move-beginning-of-line): Take account of fields.
15784 (clone-indirect-buffer-other-window): Take args like
15785 clone-indirect-buffer, and work like it.
15786
15787 * help-fns.el (describe-function): Don't pass `nil' as default.
15788
15789 * files.el (risky-local-variable-p): Follow var aliases.
15790
15791 * subr.el (lazy-completion-table): Doc fix.
15792
15793 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
15794 global binding of `line'.
15795
15796 2006-01-25 Andre Spiegel <spiegel@gnu.org>
15797
15798 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
15799 Tramp.
15800
15801 * vc.el (vc-default-dired-state-info): Pass FILE to
15802 vc-user-login-name.
15803 (vc-default-update-changelog): Don't use vc-user-login-name, we
15804 don't need it here.
15805
15806 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
15807 no longer necessary.
15808
15809 2006-01-25 Kenichi Handa <handa@m17n.org>
15810
15811 * international/mule.el (decode-char): Avoid the overhead of
15812 calling utf-lookup-subst-table-for-decode if
15813 utf-translate-cjk-mode is nil.
15814 (encode-char): Avoid the overhead of calling
15815 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
15816 nil.
15817
15818 2006-01-22 Kenichi Handa <handa@m17n.org>
15819
15820 * international/mule.el (make-subsidiary-coding-system): Reset
15821 `coding-system-define-form' property of subsidiaries to nil.
15822 Avoid duplicated entry in coding-system-alist.
15823 (make-coding-system): Avoid duplicated entry in
15824 coding-system-alist.
15825 (define-coding-system-alias): Likewise.
15826
15827 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
15828
15829 * completion.el: Minor fixes in introductory comment.
15830 (completion-def-wrapper): Fix alist.
15831
15832 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
15833
15834 * thumbs.el (thumbs-new-image-size): New function.
15835 (thumbs-increment-image-size-element)
15836 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
15837 (thumbs-decrement-image-size): Delete.
15838 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
15839 temp files and use to resize.
15840 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
15841 Use increment argument to enlarge/shrink. Preserve point.
15842 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
15843 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
15844 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
15845 (thumbs-mark, thumbs-unmark): Preserve point.
15846 (thumbs-modify-image): Keep old temp files and use to modify.
15847 Cleanup old temp files at load time. Preserve point.
15848 (thumbs-view-image-mode-map): Use new command names.
15849
15850 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
15851
15852 * log-view.el (log-view-minor-wrap): First rev is the one at point.
15853
15854 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
15855 the nastiest part of the cyclic dependency.
15856 (cal-menu-update): Use dotimes and calendar-increment-month.
15857
15858 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
15859 (calendar-week-start-day): Add an :initializer.
15860 (calendar-mode-map): Use suppress-keymap, and command remapping.
15861 (describe-calendar-mode): Setup xref-stack info for the back button.
15862 (calendar-star-date): Insert before delete.
15863 (calendar-set-mode-line): Add file-modified info if applicable.
15864 (calendar-increment-month): New function.
15865
15866 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
15867
15868 * font-lock.el (lisp-font-lock-keywords-2):
15869 Recognize "& keywords" only at word boundaries.
15870
15871 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
15872
15873 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
15874 and permanent-local.
15875 (thumbs-max-image-number): New variable.
15876 (thumbs-do-thumbs-insertion): Use them.
15877 (thumbs-per-line): Change default to 4.
15878 (thumbs-marked-list): Rename from thumbs-markedL.
15879 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
15880 (thumbs-rename-images): Use -list instead of L for internal variables.
15881 (thumbs-call-convert): Use call-process instead of shell-command.
15882 (thumbs-insert-thumb): Add filename as help-echo to each image.
15883 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
15884 Give dir to thumbs-show-thumbs-list.
15885 (thumbs-show-thumbs-list): Set default-directory to that of images.
15886 (thumbs-dired-show): Rename from thumbs-dired-show-all.
15887 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
15888 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
15889 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
15890
15891 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
15892
15893 * ses.el (ses-read-cell): Provide a default value.
15894
15895 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
15896
15897 * term/w32-win.el (image-library-alist): Add additional names for
15898 GIF library.
15899
15900 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
15901
15902 * international/latexenc.el (latexenc-find-file-coding-system):
15903 Add file-regular-p check.
15904
15905 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
15906
15907 * simple.el (clone-buffer): Don't show the new buffer in the same
15908 window.
15909
15910 2006-01-23 Juri Linkov <juri@jurta.org>
15911
15912 * faces.el (link, link-visited): New faces based on default values
15913 of `info-xref' and `info-xref-visited'.
15914
15915 * info.el (info-xref): Inherit from `link'.
15916 (info-xref-visited): Inherit from `link-visited'.
15917
15918 * cus-edit.el (custom-buffer-create-internal): Use widget type
15919 `custom-manual' instead of `info-link' and don't set properties
15920 `button-face' and `mouse-face' explicitly.
15921 (custom-browse-group-tag, custom-browse-variable-tag)
15922 (custom-browse-face-tag): Inherit from widget class
15923 `custom-group-link' instead of `push-button'.
15924 (custom-button-unraised): Inherit from `underline' face.
15925 (custom-link): Inherit from `link' face. Fix doc and group.
15926 (custom-add-parent-links, custom-group-value-create): Don't set
15927 properties `button-face' and `mouse-face' explicitly for
15928 `custom-group-link' widget.
15929 (custom-group-link): Add properties `button-face' and `mouse-face'
15930 to widget definition.
15931 (custom-field-keymap): New variable. Put `custom-field-keymap' to
15932 editable-field's :keymap property.
15933 (custom-mode): Fix docstring: substitute keybindings for
15934 `widget-forward' and `widget-backward' from `widget-keymap',
15935 `widget-complete' from `custom-field-keymap', replace old
15936 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
15937
15938 * desktop.el (desktop-load-file): Check for `fboundp' before
15939 calling `symbol-function'.
15940
15941 * simple.el (clone-buffer, clone-indirect-buffer)
15942 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
15943 `read-string'. Fix prompts.
15944
15945 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
15946
15947 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
15948
15949 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
15950
15951 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
15952
15953 * startup.el (inhibit-splash-screen, initial-scratch-message):
15954 Doc fixes.
15955
15956 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
15957
15958 Sync with Tramp 2.0.52.
15959
15960 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
15961 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
15962 `tramp-unload-tramp' for checklist.
15963
15964 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
15965 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
15966 (tramp-unload-file-name-handler-alist)
15967 (tramp-unload-tramp): New defuns.
15968 (tramp-advice-PC-expand-many-files): New defadvice.
15969 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
15970 removed.
15971 (tramp-handle-expand-file-name): Remove double slash.
15972 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
15973 It doesn't matter, because it will be converted later on.
15974 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
15975 implementation was just heuristic.
15976 (tramp-post-connection): Set uid and gid properties.
15977 (tramp-convert-file-attributes): Set file's gid change bit.
15978 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
15979 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
15980 in case of su(do)? methods. The home directory of the local user
15981 will be taken else.
15982 (tramp-open-connection-telnet)
15983 (tramp-open-connection-rsh, tramp-open-connection-su)
15984 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
15985 local shell prompt could hurt. Reported by Romain Francoise
15986 <romain@orebokech.com>.
15987 (tramp-let-maybe): Add `edebug-form-spec' property.
15988 (tramp-handle-expand-file-name): Bind `default-directory' locally
15989 to "/" in order to avoid problems with UNC shares or Cygwin
15990 mounts.
15991 (tramp-md5-function): Fix typo in error message.
15992
15993 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
15994
15995 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
15996 for byte-compiler pacification.
15997
15998 2006-01-22 Andre Spiegel <spiegel@gnu.org>
15999
16000 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
16001 ID-FORMAT `string'. This allows us to get rid of
16002 `vc-user-login-name UID'.
16003
16004 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
16005
16006 2006-01-22 John Paul Wallington <jpw@pobox.com>
16007
16008 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
16009
16010 2006-01-21 Martin Rudalics <rudalics@gmx.at>
16011
16012 * emacs-lisp/find-func.el (find-definition-noselect)
16013 (find-variable-noselect): Search variables in C source code too.
16014 (find-function-C-source, find-function-noselect, find-function)
16015 (find-function-other-frame, find-variable-noselect, find-variable)
16016 (find-variable-other-frame, find-variable-at-point):
16017 Fix docstrings.
16018
16019 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
16020
16021 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
16022
16023 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
16024
16025 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
16026 Default to disabling the "Save affix" question.
16027
16028 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
16029
16030 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
16031 the first arg to run-python.
16032
16033 2006-01-21 Eli Zaretskii <eliz@gnu.org>
16034
16035 * startup.el (command-line-1): Handle --no-desktop if desktop.el
16036 is not loaded.
16037
16038 2006-01-20 Jay Belanger <belanger@truman.edu>
16039
16040 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
16041 limit is 0.
16042
16043 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
16044 the correct variable.
16045
16046 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
16047
16048 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
16049 link. Fixed buggy argument sequence in call to `org-view-tags'.
16050 (org-compile-prefix-format): Set `org-prefix-has-tag'.
16051 (org-prefix-has-tag): New variable.
16052 (org-format-agenda-item): Remove tags from headline if
16053 appropriate.
16054 (org-agenda-remove-tags-when-in-prefix): New option.
16055 (org-get-tags-at): New function.
16056
16057 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
16058
16059 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
16060 (thumbs-find-image): Move image name and number from buffer name
16061 to mode name. Set thumbs-buffer. Preserve point so that large
16062 images remain visible.
16063 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
16064 order.
16065 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
16066 mode name.
16067 (thumbs-next-image, thumbs-previous-image): Make them work.
16068
16069 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
16070
16071 * cus-edit.el (custom-buffer-create-internal): State in the text above
16072 the whole buffer buttons that they do not operate on hidden items.
16073 (custom-face-menu): Use `custom-face-save' instead of
16074 `custom-face-save-command'.
16075 (custom-face-save-command): Make it an alias for `custom-face-save'
16076 and declare it obsolete.
16077 (custom-face-save): Doc fix.
16078
16079 * dired.el (dired-no-confirm): Add quote.
16080 (dired-subdir-alist-pre-R): Add quote in
16081 `make-variable-buffer-local' form and remove unbalanced parenthesis.
16082
16083 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
16084
16085 * textmodes/table.el (table-mode-indicator): Typo in last change.
16086
16087 2006-01-19 Richard M. Stallman <rms@gnu.org>
16088
16089 * outline.el (hide-leaves): Don't call outline-end-of-heading.
16090 Fixes bug reported in Nov 2005.
16091
16092 * isearch.el (isearch-forward): Doc fix.
16093
16094 * dired.el (dired-move-to-filename-regexp): Define as alias.
16095 (dired-no-confirm): Use defcustom.
16096 (dired-subdir-alist-pre-R): Put defvar at top level.
16097
16098 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
16099
16100 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16101 Mark as risky.
16102
16103 * simple.el (set-mark-command): Doc fix.
16104 (clone-indirect-buffer-other-window):
16105 Read arg like clone-indirect-buffer.
16106 (move-beginning-of-line): Skip invisible newlines.
16107
16108 2006-01-19 Masatake YAMATO <jet@gyve.org>
16109
16110 * progmodes/cpp.el (cpp-edit-load): Make the order of
16111 listed conditions in a base C code buffer and its associate
16112 CPP Edit buffer the same.
16113
16114 2006-01-19 Kenichi Handa <handa@m17n.org>
16115
16116 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
16117 (rmail-mime-feature): Likewise.
16118 (rmail-require-mime-maybe): Use display-warning to show a warning
16119 message.
16120
16121 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
16122 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
16123
16124 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
16125
16126 * array.el: Move defvars out of eval-when-compile.
16127 (array-make-template): Replace undeclared global var with a local one.
16128 (array-mode): Inline initialization functions.
16129 (array-init-local-variables, array-init-max-row)
16130 (array-init-max-column, array-init-columns-per-line)
16131 (array-init-field-width, array-init-rows-numbered)
16132 (array-init-line-length, array-init-lines-per-row): Remove.
16133
16134 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
16135 (doc-mode-map): Define explicitly.
16136 (doctor-txtype): Use mapc.
16137
16138 * textmodes/table.el: Move defvars out of eval-when-compile.
16139 Remove harmful code meant to avoid byte-compiler warnings.
16140 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
16141 specification that checks table-fixed-width-mode directly.
16142 (table-recognize-region, table-recognize-cell):
16143 Use restore-buffer-modified-p.
16144 (table-fixed-width-mode): Remove code that refreshes
16145 table-fixed-mode-indicator.
16146 (*table--cell-describe-bindings, *table--cell-describe-mode):
16147 Avoid obsolete name print-help-return-message.
16148 (table--test-cell-list): Don't use replace-regexp from elisp.
16149 (table--point-entered-cell-function, table--point-left-cell-function):
16150 Don't set table-fixed-mode-indicator, use force-mode-line-update.
16151
16152 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
16153 that was after the end of file. Use buffer-file-name variable.
16154 (org-timestamp-change): Use with-current-buffer.
16155 (org-todo-list): Don't unnecessarily define a new buffer-local var.
16156 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
16157 `file'.
16158
16159 * progmodes/fortran.el: Move defvars out of eval-when-compile.
16160 (fortran-break-line): Remove unused var `opoint'.
16161 (fortran-abbrev-start): Obey help-event-list.
16162
16163 2006-01-18 Jesper Harder <harder@phys.au.dk>
16164
16165 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
16166
16167 2006-01-18 Masatake YAMATO <jet@gyve.org>
16168
16169 * progmodes/make-mode.el (makefile-imake-mode): New mode
16170 derived from makefile-mode.
16171 (makefile-imake-mode-syntax-table): New syntax table
16172 derived from makefile-mode-syntax-table.
16173 (makefile-mode): Write about makefile-imake-mode in doc string.
16174 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
16175 (makefile-imake-font-lock-keywords): New font lock keywords.
16176
16177 * files.el (auto-mode-alist): Add Imakefile.
16178
16179 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
16180
16181 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
16182 loading the file rather than when turning on flyspell-mode.
16183
16184 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
16185
16186 * cus-edit.el (customize-rogue): Minor doc fix.
16187
16188 2006-01-17 Juri Linkov <juri@jurta.org>
16189
16190 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
16191 instead of the file at the mark as default if the file at the mark
16192 is the same as the file at point or if dired-dwim-target-directory
16193 is not the same as the current directory and the mark is not active.
16194
16195 * log-view.el (log-view-minor-wrap): Use the same logic to get
16196 revisions as `log-view-diff'.
16197
16198 * info.el (Info-revert-find-node): Check for Info-current-file
16199 before preserving new-history.
16200
16201 * man.el (Man-heading-regexp): Add `/'.
16202
16203 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
16204 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
16205
16206 2006-01-16 Juri Linkov <juri@jurta.org>
16207
16208 * faces.el (mode-line-faces): New defgroup.
16209 (mode-line-highlight): Move definition after new defgroup.
16210 (mode-line, mode-line-inactive, mode-line-highlight):
16211 Replace :group `modeline' with `mode-line-faces'.
16212 (mode-line-buffer-id): New face.
16213 (modeline-buffer-id): New face alias.
16214 (vertical-border): Remove :group `modeline'.
16215
16216 * bindings.el (propertized-buffer-identification): Use face
16217 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
16218 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
16219 (mode-line-buffer-identification-keymap): For mouse-1 replace
16220 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
16221 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
16222 mouse-3.
16223
16224 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
16225 Buffer-menu-buffer. Doc fix.
16226 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
16227 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
16228 `Buffer-menu-buffer'.
16229
16230 * info.el (Info-mode-line-node-keymap): New defvar.
16231 (Info-set-mode-line): Use `stringp' to check Info-current-file.
16232 Propertize Info-current-node with `mode-line-buffer-id' and
16233 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
16234
16235 * time.el (display-time-mail-face): Replace :group `faces' with
16236 `mode-line-faces'.
16237
16238 2006-01-16 Kenichi Handa <handa@m17n.org>
16239
16240 * international/code-pages.el: Add autoload cookies for cp125[0345678].
16241
16242 * language/european.el (cp1252): New alias for windows-1252.
16243
16244 * international/mule.el (autoload-coding-system): Prepare for EOL
16245 variants.
16246
16247 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
16248
16249 * term.el (term-raw-map): Add mapping for insert.
16250 (term-send-insert): New.
16251 (term-mode): Make variables local here instead of doing it in
16252 `term-emulate-terminal'.
16253 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
16254 Scroll reverse needs to take into account the scroll region.
16255 Saving and restoring the cursor should save the color attributes too.
16256 (term-reset-terminal): Reset the scroll region.
16257 (term-handle-ansi-escape): Cursor up and down should take into
16258 account the scroll region.
16259 (term-set-scroll-region): Rename from `term-scroll-region'.
16260 Move to 0,0 after setting the region.
16261 (term-handle-scroll): Handle scroll up.
16262 (term-down): Fix off by one error.
16263 (term-delete-lines): Do not delete outside the scroll region.
16264 (term-insert-lines): Take into account the scroll region.
16265
16266 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
16267
16268 * textmodes/ispell.el (ispell-internal-change-dictionary)
16269 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
16270 (start, end): Move declaration outside of eval-when-compile.
16271
16272 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
16273 (flyspell-mode-on): Use it.
16274
16275 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
16276 ispell-kill-ispell-hook.
16277
16278 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
16279
16280 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16281 (Custom-reset-saved): Do not ask for confirmation in single option
16282 buffers.
16283
16284 2006-01-13 Richard M. Stallman <rms@gnu.org>
16285
16286 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
16287
16288 2006-01-13 Romain Francoise <romain@orebokech.com>
16289
16290 * add-log.el (add-change-log-entry, change-log-merge):
16291 Conditionally use `hard-newline'.
16292
16293 2006-01-13 Martin Rudalics <rudalics@gmx.at>
16294
16295 * wid-edit.el (widget-field-end): If the overlay is no longer
16296 associated with a buffer, behave as if the overlay didn't exist.
16297
16298 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
16299 Make sure the links use the `custom-link' face.
16300
16301 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
16302
16303 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
16304 (ld-script-mode): Don't set indent-line-function since we don't
16305 have one.
16306
16307 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
16308
16309 * textmodes/org.el (org-open-file): Use mailcap for selecting an
16310 application.
16311 (org-file-apps-defaults-gnu): Use mailcap as the default for
16312 selecting an application on a UNIX system.
16313 (org-agenda-show-tags): New command.
16314 (org-table-insert-hline): Keep cursor in current table line.
16315 (org-table-convert): Offset effect of modifying
16316 `org-table-insert-hline'.
16317 (org-format-agenda-item): New optional argument TAG.
16318 (org-compile-prefix-format): Handle %T format for the tag.
16319 (org-expand-wide-chars): New function.
16320 (org-table-insert-row, org-table-insert-hline):
16321 Use `org-expand-wide-chars'.
16322 (org-open-file): Fix bug in program launch.
16323 (org-get-time-of-day): Fix bug with times before 1am.
16324 (org-agenda-menu): Add tags commands.
16325
16326 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
16327
16328 * textmodes/ispell.el (ispell-init-process): Include the used
16329 dictionary in ispell process start message.
16330 (ispell-internal-change-dictionary): When flyspell-mode is active
16331 and dictionary is changed, make sure ispell process is restarted
16332 and flyspell word cache cleared out for the current buffer.
16333 (ispell-change-dictionary): Make sure flyspell word cache is
16334 cleared out in all buffers with active flyspell mode when
16335 dictionary is globally changed.
16336 Call ispell-internal-change-dictionary after dictionary change.
16337
16338 2006-01-13 Eli Zaretskii <eliz@gnu.org>
16339
16340 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
16341
16342 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
16343 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
16344 years. Fix small differences wrt Makefile.in.
16345 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
16346 Makefile.in does.
16347
16348 2006-01-12 Bill Wohler <wohler@newt.com>
16349
16350 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
16351 mh-search.el.
16352
16353 2006-01-12 Masatake YAMATO <jet@gyve.org>
16354
16355 * progmodes/ld-script.el: Update copyright year.
16356
16357 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
16358
16359 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
16360 Don't add widget if setting undefined.
16361
16362 2006-01-12 John Paul Wallington <jpw@pobox.com>
16363
16364 * help-fns.el (describe-variable): Remove newlines from void
16365 variable output.
16366
16367 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
16368
16369 * wdired.el (wdired-mode-map): Add help echo for
16370 wdired-abort-changes.
16371
16372 * man.el (Man-file-name-regexp): Adjust for a list of files.
16373
16374 2006-01-12 Masatake YAMATO <jet@gyve.org>
16375
16376 * progmodes/ld-script.el (auto-mode-alist): Support
16377 suffix conventions used in netbsd and eCos.
16378
16379 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
16380
16381 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
16382 (custom-variable-menu, custom-face-menu, custom-group-menu)
16383 (Custom-mode-menu): Change names of menu items. (As discussed on
16384 emacs-devel.)
16385 (custom-face-menu): Add "Undo Edits" item.
16386
16387 * startup.el (init-file-user): defcustom -> defvar.
16388
16389 * tooltip.el (tooltip-mode): Doc fix.
16390
16391 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
16392
16393 * reveal.el (reveal-post-command): window-buffer signals an error on
16394 dead windows rather than returning nil.
16395 (reveal-open-new-overlays): An overlay might die while we open others.
16396
16397 2006-01-11 Bill Wohler <wohler@newt.com>
16398
16399 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
16400 phrasing in docstring.
16401
16402 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
16403 can give some systems gas. Add new file mh-buffers.el.
16404
16405 2006-01-06 Masatake YAMATO <jet@gyve.org>
16406
16407 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
16408 C preprocessor forward ported from GNU Emacs 21.2.
16409
16410 * progmodes/asm-mode.el (asm-font-lock-keywords):
16411 Use `cpp-font-lock-keywords'.
16412
16413 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
16414
16415 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
16416 of $ for "\\.ld[s]?".
16417
16418 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
16419
16420 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
16421 (tcl-indent-line): Return `noindent' if inside a string.
16422
16423 * progmodes/flymake.el (flymake-split-string): Remove more than one
16424 empty string at beg/end of the result.
16425 (flymake-find-buildfile, flymake-find-possible-master-files):
16426 Use expand-file-name.
16427 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
16428 since expand-file-name does it for us. Use directory-file-name.
16429 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
16430 (flymake-ler-get-type, flymake-ler-get-text)
16431 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
16432 (flymake-current-line-no): Remove spurious interactive spec.
16433 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
16434 (flymake-check-include): Remove arg inc-path merged into inc-name.
16435 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
16436 Arg regexp-list replaced by a simple regexp.
16437 (flymake-master-make-header-init, flymake-master-tex-init):
16438 Correspondingly replace regexp-list with a regexp. Fix regexp.
16439
16440 2006-01-10 Simon Josefsson <jas@extundo.com>
16441
16442 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
16443 describing AUTH PLAIN fix.
16444
16445 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
16446
16447 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
16448 (report-emacs-bug): Don't record initial prompt text.
16449 Instead, add text properties to prompting text.
16450 (report-emacs-bug-hook): Delete prompting text.
16451
16452 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
16453
16454 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
16455 `dirs'. Adjust callers.
16456
16457 2006-01-09 John Paul Wallington <jpw@gnu.org>
16458
16459 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
16460
16461 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
16462
16463 * reveal.el (reveal-open-new-overlays): New extracted fun.
16464 (reveal-close-old-overlays): Idem. Check overlays's liveness before
16465 using them. Simplify the code.
16466 (reveal-post-command): Use them. Fix up obsolete windows in
16467 reveal-open-spots.
16468
16469 * progmodes/flymake.el: Use `require' rather than autoload for
16470 XEmacs's overlays.
16471 (flymake-get-common-file-prefix, flymake-build-relative-filename):
16472 Delete. Use file-relative-name instead.
16473 (flymake-get-syntax-check-program-args, flymake-perl-init):
16474 Simplify the resulting code.
16475
16476 * log-view.el (log-view-file-re, log-view-message-re): Add support
16477 for DaRCS output.
16478
16479 2006-01-09 Alex Schroeder <alex@gnu.org>
16480
16481 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
16482 identifiers sometimes added in square brackets at the beginning of
16483 subject lines.
16484
16485 2006-01-07 Richard M. Stallman <rms@gnu.org>
16486
16487 * cus-edit.el (Custom-set, Custom-save): Doc fix.
16488 (Custom-reset-current, Custom-reset-saved): Change question text.
16489 (Custom-reset-standard): Likewise.
16490 (custom-variable-reset-saved): Doc fix.
16491
16492 2006-01-07 Eli Zaretskii <eliz@gnu.org>
16493
16494 * startup.el (init-file-user): Doc fix.
16495
16496 2006-01-07 Alex Schroeder <alex@gnu.org>
16497
16498 * mail/rmail.el (rmail-current-subject): New function.
16499 (rmail-current-subject-regexp): New function.
16500 (rmail-next-same-subject): Use it.
16501
16502 * mail/rmailsum.el (rmail-summary-by-topic):
16503 Use rmail-current-subject and rmail-current-subject-regexp.
16504 (rmail-summary-next-same-subject): Ditto.
16505
16506 * net/rcirc.el (rcirc-send-input): No longer check whether the
16507 process is open, since not all commands need an open process.
16508 (rcirc-send-string): Check whether the process is open before
16509 sending anything.
16510 (rcirc-ignore-list): New option.
16511 (rcirc-ignore-list-automatic): New variable.
16512 (rcirc-print): Take rcirc-ignore-list into account.
16513 (rcirc-cmd-ignore): New command.
16514 (rcirc-ignore-update-automatic): New function.
16515 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
16516 list if ignored nicks.
16517 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
16518
16519 2006-01-06 David Reitter <david.reitter@gmail.com>
16520
16521 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
16522 reflect the address to which the report will be sent.
16523
16524 2006-01-06 Eli Zaretskii <eliz@gnu.org>
16525
16526 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
16527 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
16528
16529 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
16530
16531 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
16532
16533 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
16534 the doc string: "functoin" => "function".
16535 * ldefs-boot.el: Likewise.
16536
16537 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
16538 message text: "Duplicat" => "Duplicate".
16539
16540 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
16541
16542 * files.el (basic-save-buffer-2): If backing-up failed, reset
16543 buffer-backed-up to nil.
16544
16545 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
16546
16547 * progmodes/gud.el (gdb-script-skip-to-head)
16548 (gdb-script-calculate-indentation): Indent for breakpoint command
16549 lists also.
16550
16551 2006-01-05 Bill Wohler <wohler@newt.com>
16552
16553 * Makefile.in (compile-always): Add mh-autoloads dependency.
16554 (bootstrap): Remove mh-autoloads dependency, as compile dependency
16555 provides it.
16556 (updates): Remove mh-autoloads dependency, since it probably has
16557 already run recently (via recompile).
16558
16559 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
16560
16561 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
16562 argument `force' to disable the flyspell-last-buffer optimization.
16563 (flyspell-mode-on): Use it.
16564
16565 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
16566 flymake-simple-cleanup.
16567 (flymake-allowed-file-name-masks): Use this new default.
16568 All the functions are now called in the right buffer rather than
16569 passing the buffer as argument.
16570 (flymake-process-sentinel): Switch to buffer before calling cleanup.
16571 (flymake-parse-err-lines): Remove redundant buffer arg.
16572 (flymake-get-program-dir): Comment out unused function.
16573 (flymake-start-syntax-check, flymake-start-syntax-check-process):
16574 Remove redundant buffer argument.
16575 (flymake-get-real-file-name, flymake-simple-java-cleanup)
16576 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
16577
16578 2006-01-05 Richard M. Stallman <rms@gnu.org>
16579
16580 * info.el (Info-find-node): Don't record previous node if have none.
16581 (info): Go to directory only if history is empty.
16582
16583 * simple.el (mark): Doc fix.
16584
16585 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16586
16587 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
16588 already of desired type.
16589 (mac-ae-list): Coerce parameter to "list" type.
16590 (mac-dispatch-apple-event): Replace cadr part of event with a
16591 dummy position so that event-start returns it.
16592
16593 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
16594
16595 * textmodes/org.el (org-end-of-subtree): New function.
16596 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
16597 Use `org-end-of-subtree'.
16598 (org-agenda, org-agenda-convert-date): Protect calls to
16599 `fit-window-to-buffer'.
16600 (org-tags-view): Force matching of sublevels when doing a
16601 todo-only search. Define the correct redo command, including the
16602 arguments.
16603 (org-agenda-redo): Display message.
16604 (org-check-for-org-mode): New function.
16605 (org-agenda-type): New variable.
16606 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
16607 Set `org-agenda-type'.
16608 (org-agenda-check-type): New function.
16609 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
16610 (org-agenda-week-view, org-agenda-day-view)
16611 (org-agenda-next-date-line, org-agenda-previous-date-line)
16612 (org-agenda-log-mode, org-agenda-toggle-diary)
16613 (org-agenda-toggle-time-grid, org-agenda-date-later)
16614 (org-agenda-date-prompt, org-agenda-diary-entry)
16615 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
16616 (org-agenda-convert-date, org-agenda-menu):
16617 Use `org-agenda-check-type'.
16618 (org-make-overlay, org-delete-overlay)
16619 (org-detatch-overlay, org-move-overlay, org-overlay-put):
16620 New compatibility functions.
16621 (org-calendar-select-mouse): New command.
16622
16623 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
16624
16625 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
16626 (Custom-reset-standard): Fix y-or-n-p messages.
16627 (custom-link): New face for links.
16628 (custom-buffer-create-internal, custom-manual): Use it.
16629 (custom-face-save): Push to theme-face before setting face spec.
16630
16631 * wid-edit.el (widget-default-mouse-face-get): New function.
16632 (widget-specify-button): Handle mouse-face like button-face.
16633
16634 * custom.el (load-theme): Clear old theme settings if reloading.
16635
16636 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
16637
16638 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
16639 "Erase Customization" button back to same position it occupies in
16640 the individual State menus.
16641
16642 2006-01-04 Kim F. Storm <storm@cua.dk>
16643
16644 * wid-edit.el (key-sequence): Rework widget to read key binding
16645 using `kbd' syntax. Use C-q to insert literal key, event, or code.
16646 (widget-key-sequence-default-value): Default value for empty sequence.
16647 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
16648 (widget-key-sequence-read-event): New command for C-q.
16649 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
16650 (widget-key-sequence-value-to-external): New functions.
16651
16652 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
16653
16654 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
16655 Use expand-file-name.
16656 (flymake-delete-temp-directory): Use expand-file-name,
16657 file-name-directory, and directory-file-name.
16658 (flymake-strrchr): Delete.
16659 (flymake-start-syntax-check): Don't pass the redundant buffer argument
16660 to the init-f function.
16661 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
16662 (flymake-init-find-buildfile-dir)
16663 (flymake-init-create-temp-source-and-master-buffer-copy)
16664 (flymake-simple-make-init-impl, flymake-simple-make-init)
16665 (flymake-master-make-init, flymake-master-make-header-init)
16666 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
16667 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
16668 (flymake-xml-init): Remove corresponding redundant buffer argument.
16669 (flymake-allowed-file-name-masks): Remove last elems that are equal to
16670 the default anyway. Clean up regexps.
16671
16672 * progmodes/flymake.el (flymake-temp-source-file-name)
16673 (flymake-master-file-name, flymake-temp-master-file-name)
16674 (flymake-base-dir): New buffer-local vars.
16675 (flymake-buffer-data, flymake-get-buffer-value)
16676 (flymake-set-buffer-value): Replace those hash-tables by the new
16677 buffer-local vars. Update callers.
16678
16679 * progmodes/flymake.el (flymake-check-start-time)
16680 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
16681 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
16682 Move definition, so we can remove redundant earlier declaration.
16683 (flymake-replace-regexp-in-string, flymake-split-string)
16684 (flymake-get-temp-dir): Use defalias.
16685 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
16686 (flymake-xemacs-window-edges): Remove unused function.
16687 (flymake-get-point-pixel-pos): Move.
16688 (flymake-pid-to-names, flymake-reg-names)
16689 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
16690 Replace by a simple list flymake-processes and by process-buffer.
16691 Update callers. Other than simplify the code, it uses buffers rather
16692 than buffer-names so it doesn't get confused by uniquify.
16693 (flymake-buffer-data): The global value should just be nil.
16694
16695 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
16696 Optimize the body of a defalias like any other code.
16697
16698 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
16699 Make sure we've setup font-lock's vars. It may influence which
16700 function we then call.
16701 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
16702 here since it's too late anyway.
16703
16704 2006-01-03 Romain Francoise <romain@orebokech.com>
16705
16706 * startup.el (fancy-splash-tail, normal-splash-screen):
16707 Update copyright year.
16708
16709 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
16710
16711 * mouse.el (mouse-drag-track): Rename, from
16712 `mouse-drag-region-1'. Includes optional argument required to
16713 enable post-drag event processing (e.g. delete region keys).
16714 Can be used without this argument to track a mouse region and operate
16715 on it as soon as the drag completes.
16716 (mouse-drag-region): Use `mouse-drag-track'.
16717
16718 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
16719
16720 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
16721 Move to `custom-buffer' group.
16722
16723 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
16724 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
16725 (custom-theme-insert-face-marker, custom-theme-variable-menu)
16726 (custom-theme-face-menu): New variables.
16727 (custom-theme-add-variable, custom-theme-variable-action)
16728 (custom-variable-reset-theme, custom-theme-delete-variable)
16729 (custom-face-reset-theme, custom-theme-face-action)
16730 (custom-theme-delete-face, custom-theme-merge-theme)
16731 (custom-theme-add-face, custom-theme-visit-theme): New functions.
16732
16733 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
16734
16735 * custom.el: Move Custom Themes commentary to start of theme code.
16736 (custom-known-themes): Rename `standard' theme to `changed'.
16737 (custom-push-theme): Caller no longer specifies what theme to use
16738 when doing `reset'---the setting is simply removed from the theme.
16739 Delete MODE from `theme-value' and `theme-settings' properties.
16740 (custom-declare-theme): Ignore &rest args since we don't use them.
16741
16742 (custom-loaded-themes): Delete variable.
16743 (custom-theme-load-themes, custom-theme-loaded-p)
16744 (custom-theme-value): Delete functions.
16745
16746 (custom-declare-theme): Signal error on invalid theme names.
16747 (provide-theme): custom-loaded-themes was deleted.
16748 (load-theme): Load the file unconditionally.
16749 (enable-theme): Call `load-theme' if theme is undefined.
16750 (custom-enabled-themes): Only update value for successful loads.
16751 (disable-theme): Complete from enabled themes when interactive.
16752 (custom-variable-theme-value): Calculate theme value directly.
16753
16754 (custom-theme-reset-variables, custom-reset-variables): Mark as
16755 XEmacs compatibility functions. We don't actually use these.
16756
16757 * cus-edit.el (custom-variable-state-set):
16758 Use custom-variable-theme-value instead of custom-theme-value.
16759 (custom-face-state-set): Rename `standard' theme to `changed'.
16760 (custom-save-variables, custom-save-faces): Delete unneeded
16761 references to custom-reset-variables.
16762 (custom-save-resets): Delete function.
16763 (custom-save-variables, custom-save-faces): MODE argument deleted.
16764 (custom-save-variables, custom-save-faces): Ignore theme values.
16765
16766 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
16767 compatibility function.
16768
16769 2006-01-01 Richard M. Stallman <rms@gnu.org>
16770
16771 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
16772 (Custom-reset-current, Custom-reset-saved): Likewise.
16773 (Custom-reset-standard): Show message if aborted.
16774 (custom-mode): Doc fix, describing those commands.
16775
16776 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
16777 put on event-kind property.
16778
16779 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
16780
16781 * custom.el (provide-theme): Ban `user' theme name.
16782 (custom-enabling-themes): New variable.
16783 (enable-theme): Don't enable user if custom-enabling-themes is t.
16784 (custom-enabled-themes): Make it a defcustom.
16785 (custom-theme-recalc-face): No-op if face is undefined.
16786
16787 * cus-edit.el (custom-button-mouse): New variable.
16788 (custom-button-mouse): New face.
16789 (custom-raised-buttons, custom-mode): Use it.
16790
16791 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
16792
16793 2005-12-31 Eli Zaretskii <eliz@gnu.org>
16794
16795 * progmodes/gud.el (gud-display-line): Support hl-line in the
16796 source buffer.
16797
16798 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
16799
16800 * mouse.el (mouse-drag-window-above): Verify that the found window
16801 overlaps with the given window in the horizontal dimension.
16802
16803 2005-12-31 Eli Zaretskii <eliz@gnu.org>
16804
16805 * Makefile.in (cvs-update): New target.
16806
16807 * makefile.w32-in (cvs-update): Ditto.
16808
16809 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
16810
16811 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
16812 (custom-new-theme-mode-map): New variable.
16813
16814 2005-12-30 Richard M. Stallman <rms@gnu.org>
16815
16816 * custom.el (custom-load-themes): Function deleted.
16817
16818 * cus-edit.el (custom-save-loaded-themes): Function deleted.
16819 (custom-save-variables): Don't delete or add custom-load-themes call.
16820
16821 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
16822
16823 * cus-start.el: Add `visible-cursor'.
16824
16825 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
16826 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
16827 (flymake-process-filter): Switch to buffer before calling it instead.
16828 (flymake-post-syntax-check, flymake-highlight-err-lines)
16829 (flymake-delete-own-overlays, flymake-parse-err-lines)
16830 (flymake-start-syntax-check, flymake-start-syntax-check-process)
16831 (flymake-count-lines, flymake-parse-residual):
16832 Remove constant buffer argument.
16833 (flymake-start-syntax-check-for-current-buffer): Remove.
16834 Update callers to use flymake-start-syntax-check instead.
16835 (flymake-display-err-menu-for-current-line):
16836 Remove unused var `mouse-pos'.
16837 (flymake-restore-formatting): Comment out unused function.
16838 (flymake-report-status, flymake-report-fatal-status): Remove buffer
16839 argument, use current-buffer instead. Update callers.
16840
16841 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16842
16843 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
16844 buffer-local because choose-completion-delete-max-match requires
16845 that we set completion-ignore-case (i.e., binding via let is not
16846 sufficient).
16847 (bibtex-complete): Always set completion-ignore-case and
16848 choose-completion-string-functions. The latter is needed because
16849 choose-completion-string-functions keeps its value if we quit the
16850 *Completions* buffer without requesting a completion.
16851
16852 2005-12-30 Andreas Schwab <schwab@suse.de>
16853
16854 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
16855
16856 2005-12-30 Eli Zaretskii <eliz@gnu.org>
16857
16858 * jit-lock.el (jit-lock-chunk-size): Doc fix.
16859
16860 2005-12-30 Juri Linkov <juri@jurta.org>
16861
16862 * locate.el (locate-fcodes-file, locate-header-face)
16863 * progmodes/delphi.el (delphi-other-face)
16864 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
16865
16866 * paren.el (show-paren-match, show-paren-mismatch): Use existing
16867 group `paren-showing-faces'.
16868
16869 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
16870 (goto-address): Fix docstring.
16871
16872 * net/webjump.el (webjump-sample-sites): Update URLs.
16873
16874 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
16875
16876 * subr.el (cancel-change-group): Add listp around pending-undo-list.
16877
16878 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
16879
16880 * font-lock.el (font-lock-compile-keywords): Signal an error when
16881 font-lock-set-defaults hasn't been called.
16882
16883 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
16884
16885 * subr.el (noreturn, 1value): Doc fixes.
16886
16887 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16888
16889 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
16890 that assoc-string returns nil.
16891
16892 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16893
16894 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
16895 (bibtex-entry-type-str, bibtex-empty-field-re)
16896 (bibtex-search-backward-string, bibtex-preamble-prefix)
16897 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
16898 (bibtex-any-valid-entry-type): New variable.
16899 (bibtex-parse-field-name): Simplify.
16900 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
16901 (bibtex-preamble-prefix): Include left delimiter.
16902 (bibtex-search-forward-field, bibtex-search-backward-field):
16903 Allow unbounded search past entry boundaries (required by bibtex-pop).
16904 (bibtex-text-in-field-bounds): Use push.
16905 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
16906 (bibtex-parse-preamble, bibtex-valid-entry)
16907 (bibtex-beginning-first-field): New functions.
16908 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
16909 (bibtex-map-entries): Fix docstring.
16910 (bibtex-flash-head): New arg prompt. Simplify.
16911 (bibtex-enclosing-field): Include code of bibtex-inside-field.
16912 (bibtex-insert-kill): Simplify. Always insert text past the
16913 current field or entry.
16914 (bibtex-format-entry): Use bibtex-parse-field.
16915 (bibtex-pop): Use bibtex-beginning-of-entry and
16916 bibtex-end-of-entry to initiate the search. Insert empty field if
16917 we found ourselves.
16918 (bibtex-print-help-message): New args field and comma.
16919 Handle entry keys.
16920 (bibtex-make-field): Use bibtex-beginning-of-entry.
16921 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
16922 invalid entry.
16923 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
16924 Handle preambles. Simplify code for thorough test.
16925 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
16926 New arg comma. Handle entry heads.
16927 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
16928 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
16929 New arg comma.
16930 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
16931 (bibtex-fill-field): Simplify.
16932 (bibtex-fill-entry): Use bibtex-beginning-first-field and
16933 bibtex-parse-field.
16934 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
16935 (bibtex-complete): Use bibtex-parse-preamble.
16936
16937 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
16938
16939 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
16940 Display name of expression instead of convenience variable.
16941 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
16942
16943 * progmodes/gud.el (gud-tooltip-dereference): Rename from
16944 toggle-gud-tooltip-dereference.
16945 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
16946 (gud-tooltip-tips): ...here when dereferencing.
16947
16948 2005-12-28 Bill Wohler <wohler@newt.com>
16949
16950 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
16951
16952 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
16953
16954 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
16955 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
16956 (vc-annotate-display-autoscale): Adjust call.
16957 (vc-annotate-display-default): Adjust call. Make arg compulsory.
16958 Fix interactive spec.
16959 (vc-annotate-time-span): Remove.
16960 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
16961 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
16962 (vc-annotate-display-select): Use new name.
16963
16964 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
16965 (vc-annotate-mode-menu): Remove left-over redundant declaration.
16966 Correct the construction of span entries. Simplify.
16967 (vc-annotate-display-select): Fix the nil case.
16968 (vc-annotate): Remove obsolete (and now broken) code.
16969 (vc-annotate-extract-revision-at-line): Remove obsolete code.
16970 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
16971
16972 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
16973
16974 * subr.el (lazy-completion-table): Correct typo in docstring.
16975
16976 * startup.el (command-line): Use `custom-reevaluate-setting' for
16977 `send-mail-function'.
16978
16979 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
16980
16981 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
16982
16983 * mail/smtpmail.el (smtpmail-try-auth-methods):
16984 Send credentials together with "AUTH PLAIN" command.
16985
16986 2005-12-27 Richard M. Stallman <rms@gnu.org>
16987
16988 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
16989 mouse-2, go back to previously selected window, so it's selected
16990 when mouse-2 command runs.
16991
16992 2005-12-27 Juri Linkov <juri@jurta.org>
16993
16994 * descr-text.el (describe-text-sexp): Use square brackets for
16995 button [Show] to distinguish it from the property value `show'.
16996 (describe-property-list): Use `insert-text-button' with
16997 `help-face' type instead of putting face in quotes, because button
16998 is not created automatically for a list of faces.
16999 (describe-text-properties-1): Put button-type value in quotes to
17000 distinguish from plain text "button".
17001 (describe-char): Display code point values in hex. Don't use
17002 `symbol-name' for `current-input-method' because it is a string.
17003 Use `insert-text-button' with `help-face' type instead of putting
17004 hardcoded face in quotes, because button is not created automatically.
17005
17006 2005-12-27 Richard M. Stallman <rms@gnu.org>
17007
17008 * progmodes/glasses.el (glasses-face): More specific custom type.
17009
17010 * files.el (set-visited-file-name): Doc fix.
17011
17012 * textmodes/flyspell.el (flyspell-external-point-words):
17013 Use local var buffer-scan-pos to advance scan for next misspelling.
17014 Advance it only after we find the misspelling.
17015
17016 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
17017
17018 * textmodes/flyspell.el (flyspell-external-point-words):
17019 New criteria for finding the misspelling in the buffer.
17020
17021 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
17022
17023 * help-mode.el (help-insert-string): Set help-xref-stack-item
17024 rather than call help-setup-xref.
17025
17026 * descr-text.el (describe-char): Revert previous changes for
17027 optional buffer argument.
17028
17029 2005-12-27 Juri Linkov <juri@jurta.org>
17030
17031 * help-mode.el (help-insert-string): New function. Save buffer
17032 contents in cases where it is impossible to recompute the old contents.
17033
17034 * descr-text.el (describe-char): Set help-xref-stack-item
17035 explicitly after buffer has been generated.
17036
17037 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17038
17039 * cus-start.el (all): Add x-gtk-show-hidden-files.
17040
17041 2005-12-26 Richard M. Stallman <rms@gnu.org>
17042
17043 * replace.el (perform-replace): Calculate match-again
17044 before skipping read-only matches.
17045
17046 * paren.el (paren-showing-faces): New group.
17047 (show-paren-match, show-paren-mismatch): Move to that group.
17048
17049 * button.el (button): Put into group `basic-faces'.
17050
17051 * progmodes/make-mode.el: Remove faces from group `faces'.
17052
17053 * apropos.el (apropos, apropos-value): Doc fix.
17054 (apropos-documentation): Doc fix.
17055
17056 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
17057
17058 * subr.el (lazy-completion-table): Remove argument `args'.
17059
17060 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17061 Don't use the `args' argument of lazy-completion-table.
17062
17063 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
17064
17065 * descr-text.el (describe-char): Add optional argument for buffer.
17066 Set buffer appropriately. Call help-setup-xref.
17067 Suggested by Stefan Monnier.
17068
17069 2005-12-26 Juri Linkov <juri@jurta.org>
17070
17071 * descr-text.el: Require `help-fns' at runtime. Don't require
17072 `button' for byte compilation.
17073 (describe-text-widget): Add `help-echo' for first button.
17074 Use `help-info' for second.
17075 (describe-property-list): Use `help-argument-name' instead of `italic'.
17076 (describe-text-category): Add prompt to interactive spec.
17077 Call `help-setup-xref'.
17078 (describe-char): Use `help-character-set'. Add `help-echo' for
17079 code point. Use `help-input-method'. Remove superfluous insert.
17080
17081 2005-12-25 Richard M. Stallman <rms@gnu.org>
17082
17083 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
17084 at point, in case of narrowing.
17085
17086 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
17087
17088 * locate.el (locate-header-face): Allow nil in type.
17089
17090 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
17091
17092 2005-12-25 Romain Francoise <romain@orebokech.com>
17093
17094 * battery.el (battery-linux-proc-acpi): Also try
17095 `/proc/acpi/thermal_zone/THM0/temperature'.
17096
17097 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
17098
17099 * custom.el (custom-push-theme): Fix docstring.
17100
17101 * cus-edit.el (custom-variable-set, custom-variable-save)
17102 (custom-variable-save): Custom-quote widget values.
17103 (customize-save-variable): Fix custom-push-theme call.
17104
17105 2005-12-24 Eli Zaretskii <eliz@gnu.org>
17106
17107 * w32-fns.el (w32-batch-update-autoloads): New function.
17108
17109 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
17110 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
17111 from the command line.
17112
17113 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
17114
17115 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
17116 reset means to remove setting from theme entirely. Don't keep
17117 expanding theme-settings list; delete old entries if necessary.
17118
17119 * cus-edit.el (custom-buffer-create-internal): Move "Erase
17120 customization" button one line up.
17121 (custom-themed): New face.
17122 (custom-magic-alist): New value, THEMED, for theme settings.
17123 (custom-variable-state-set, custom-face-state-set):
17124 Check theme-value instead of saved-value.
17125 (custom-variable-reset-standard, custom-face-reset-standard):
17126 Remove theme setting entirely. Recalculate new values.
17127 (custom-variable-set, custom-variable-set)
17128 (custom-variable-reset-saved, custom-variable-reset-backup)
17129 (custom-face-set, custom-face-reset-saved): Update `user' theme.
17130 (custom-variable-save): Fix typos.
17131
17132 2005-12-23 Juri Linkov <juri@jurta.org>
17133
17134 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
17135 Add autoload cookies.
17136 (edebug-outside-d-c-i-n-s-w): New variable.
17137 (edebug-display, edebug-outside-excursion): Use it to save the
17138 original value of default-cursor-in-non-selected-windows.
17139 Set default-cursor-in-non-selected-windows to t while Edebug
17140 is active.
17141 (edebug-mode, edebug-eval-mode): Doc fix.
17142
17143 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
17144 with `buffer-substring-no-properties' to remove common substring
17145 highlighting.
17146
17147 * info.el (info-other-window, info): Rename function argument
17148 `file' to `file-or-node'.
17149 (Info-complete-menu-item): Use local variable `complete-nodes' to
17150 keep the global value of `Info-complete-nodes' unchanged for
17151 subsequent completions.
17152 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
17153
17154 * simple.el (get-next-valid-buffer, last-buffer)
17155 (next-error-buffer-p, next-error-find-buffer)
17156 (minibuffer-history-sexp-flag): Doc fix.
17157
17158 * savehist.el (savehist-mode-hook): Add `:group'.
17159
17160 * log-view.el: Call autoload for vc-find-version.
17161 (log-view-current-file): Adjust subgroup numbers.
17162 (log-view-current-tag): Add `length'.
17163
17164 2005-12-23 Richard M. Stallman <rms@gnu.org>
17165
17166 * vc.el (vc-annotate-car-last-cons): Defn moved up.
17167
17168 2005-12-23 Juri Linkov <juri@jurta.org>
17169
17170 * hi-lock.el (hi-lock-archaic-interface-message-used)
17171 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
17172 (hi-lock-mode): Display "Hi" in the mode line only when
17173 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
17174 (hi-lock-write-interactive-patterns):
17175 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
17176 (hi-lock-set-pattern, hi-lock-set-file-patterns)
17177 (hi-lock-font-lock-hook): Set 3rd arg `how' of
17178 font-lock-add-keywords to t.
17179
17180 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
17181
17182 * hi-lock.el (hi-lock-highlight-range): New variable.
17183 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
17184 only if font-lock-fontified is non-nil. Remove overlays.
17185 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
17186 font-lock-fontified is non-nil, otherwise use overlays (instead of
17187 text properties).
17188 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
17189 New variables.
17190 (hi-lock-string-serialize): New function.
17191
17192 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17193
17194 * menu-bar.el (menu-find-file-existing): New function.
17195 (menu-bar-file-menu): Use menu-find-file-existing for Open.
17196
17197 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
17198
17199 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
17200
17201 * vc.el: Remove unnecessary leading * in docstrings.
17202 (vc-annotate-mode-map): Move initialization into declaration.
17203 (vc-static-header-alist): Nitpick on the regexp.
17204 (vc-default-init-version): New fun.
17205 (vc-register): Use it.
17206 (vc-insert-headers): Use dolist.
17207 (vc-annotate-get-backend): Remove unused function.
17208 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
17209 (vc-annotate-mode): Remove corresponding call.
17210 (vc-annotate-car-last-cons): Simplify.
17211 (vc-annotate-buffers): Remove var.
17212 (vc-annotate-backend): Make it buffer-local.
17213 (vc-annotate): Move the interaction to the interactive spec.
17214 Add a `buf' argument.
17215 (vc-annotate-warp-version): Use this new `buf' argument to avoid
17216 killing&creating a vc-annotate buffer, which is very disruptive when
17217 the buffers are shown in dedicated frames.
17218
17219 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
17220
17221 * descr-text.el: Add FSF as maintainer.
17222 (describe-text-mode, describe-text-mode-map)
17223 (describe-text-mode-hook, describe-text-done): Delete. Use normal
17224 help-mode.
17225 (describe-text-widget, describe-text-sexp)
17226 (describe-property-list, describe-text-category)
17227 (describe-text-properties, describe-text-properties-1)
17228 (describe-char): Use help buttons instead of widgets.
17229 (describe-char-unicodedata-file): Make URL link in doc string.
17230
17231 2005-12-22 Richard M. Stallman <rms@gnu.org>
17232
17233 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
17234 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
17235 Don't include buttons that write a file when there's no file.
17236 (custom-variable-menu, custom-face-menu, custom-group-menu):
17237 Don't include commands that write a file when there's no file.
17238 (customize-browse): Reword the top-of-buffer help intro.
17239 (custom-buffer-create-internal): Fix previous change.
17240 (customize-changed-options-previous-release): Prev release is 21.1.
17241 (customize-changed-options): Doc fix.
17242 (customize-changed): New alias.
17243 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
17244 Say "standard values".
17245 (Custom-reset-standard): Doc fix.
17246 (custom-face-reset-standard): Doc fix.
17247
17248 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
17249
17250 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
17251 even if font-lock-mode is non-nil since it may be t without having
17252 turned on font-lock-mode-internal.
17253 (font-lock-choose-keywords): Minor optimization.
17254 (font-lock-add-keywords, font-lock-remove-keywords)
17255 (font-lock-set-defaults): Don't call make-local-variable on a variable
17256 that we know to already be local.
17257
17258 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
17259
17260 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
17261 messages if in the minibuffer.
17262
17263 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
17264
17265 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
17266 (tex-mode-flyspell-verify, flyspell-get-word)
17267 (flyspell-external-point-words): Don't use point-min/max uselessly.
17268
17269 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
17270 by Kevin Rodgers. Instead, just hide the completions buffer if we
17271 don't need to show it.
17272
17273 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
17274
17275 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
17276
17277 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
17278
17279 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
17280 delete-windows-on with an inexistent buffer.
17281
17282 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
17283
17284 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17285 Delete defcustom variable :tag names.
17286
17287 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
17288
17289 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
17290 (log-view-font-lock-keywords): Ajust subgroup numbers.
17291 (log-view-current-tag): Don't hard code the number of subgroups.
17292
17293 2005-12-20 Juri Linkov <juri@jurta.org>
17294
17295 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
17296 (tooltip-x-offset, tooltip-y-offset): Doc fix.
17297
17298 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
17299 (menu-bar-non-minibuffer-window-p): Instead of checking
17300 display-multi-frame-p, use selected-frame when menu-updating-frame
17301 is nil.
17302
17303 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
17304
17305 * align.el (align-rules-list): Use [ \t] instead of \s-
17306 for column separators in text mode.
17307
17308 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
17309
17310 * help-mode.el (help-customize-variable, help-customize-face):
17311 Don't pop help-xref-stack as help-follow no longer pushes
17312 anything on to it.
17313
17314 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
17315
17316 * textmodes/org.el (org-agenda-custom-commands): New option.
17317 (org-agenda): Offer custom commands on splash screen.
17318 (org-make-tags-matcher): Parser for Boolean logic added.
17319 (org-agenda-set-tags): New command.
17320 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
17321 (org-set-tags): Efficiency improvements.
17322 (org-auto-align-tags): New option.
17323 (org-todo, org-demote, org-promote): Realign tags.
17324 (org-tags-completion-function): Use also "&" and "|" as separators.
17325 (org-org-menu): Agenda commands simplified.
17326
17327 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
17328
17329 * cus-edit.el (customize-apropos, customize-apropos-options):
17330 Docstring changes.
17331
17332 * font-lock.el (font-lock): Add tags to the links in the defgroup.
17333
17334 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
17335
17336 * longlines.el (longlines-mode): Wrap while widened.
17337 (longlines-decode-region, longlines-encode-region): Compute max
17338 just once.
17339
17340 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17341
17342 * cus-edit.el (mac): New group.
17343
17344 * cus-start.el (all): Add user options in macterm.c. Add test for
17345 Mac-related built-ins. Fix test for GTK-related built-ins.
17346
17347 * term/mac-win.el (mac-handle-language-change)
17348 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
17349 (mac-services-open-selection, mac-services-mail-selection)
17350 (mac-services-mail-to, mac-services-insert-text)
17351 (mac-dispatch-apple-event): Add docstrings.
17352 (x-get-selection, mac-select-convert-to-string): Select coding
17353 system from `utf-16be' and `utf-16le' using `byteorder'.
17354
17355 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
17356
17357 * subr.el (lazy-completion-table): Don't be fooled if the var holds
17358 a "list" (lambda ...) rather than a real completion list.
17359
17360 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
17361 lexical-let when encountering ((lambda (...) ...) ...).
17362
17363 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
17364
17365 * progmodes/sh-script.el (sh-mode):
17366 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
17367 * textmodes/picture.el (picture-mode): Update docstrings.
17368
17369 2005-12-17 Eli Zaretskii <eliz@gnu.org>
17370
17371 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
17372 commands enclosed in $(ARGQUOTE)s should not be split between two
17373 lines, as that will break with GNU Make >3.80, when sh.exe is used
17374 and arg quoting is with '..'.
17375 (autoloads): Don't break the quoted --eval expression between
17376 several lines.
17377
17378 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
17379
17380 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
17381 Capture error from printing circular structures.
17382
17383 2005-12-17 Martin Rudalics <rudalics@gmx.at>
17384
17385 * wid-edit.el (widget-checkbox-action): Clear undo info.
17386
17387 2005-12-16 Bill Wohler <wohler@newt.com>
17388
17389 * menu-bar.el (kill-this-buffer): Set a good example by using menu
17390 bar, not menubar in comment.
17391
17392 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
17393
17394 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
17395 After-change-functions should not clobber the match data.
17396
17397 2005-12-16 Juri Linkov <juri@jurta.org>
17398
17399 * simple.el (choose-completion): Use `buffer-substring-no-properties'
17400 instead of `buffer-substring'.
17401 (completion-common-substring): Doc fix.
17402 (completion-setup-function): Use minibuffer-completion-contents
17403 instead of minibuffer-contents. Don't set common-string-length
17404 initially. Remove special handling of partial-completion-mode.
17405 Move computation of completion-base-size into one cond.
17406 Call completion-base-size-function in mainbuf. In computation of
17407 completion-base-size for file name completion don't move point to
17408 the end of the minibuffer. Move computation of common-string-length
17409 into one cond. Start putting faces only when common-string-length>=0.
17410 Add condition to put completions-common-part when
17411 common-string-length>0.
17412
17413 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
17414 place point at the first different character in the minibuffer
17415 even if this position is at the beginning of the minibuffer.
17416
17417 * info.el (Info-read-node-name-1): In completion-base-size-function's
17418 lambda return 1 if common-substring or minibuffer-completion-contents
17419 starts with (, and 0 otherwise.
17420
17421 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
17422 Use `crm-current-element' for second arg of `display-completion-list'.
17423
17424 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
17425
17426 * files.el (set-auto-mode): Look for an interpreter specified on
17427 the first line also if search for mode specification succeeded,
17428 but the mode is not known.
17429
17430 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
17431
17432 * textmodes/org.el (org-tags-match-list-sublevels): New option.
17433 (org-open-at-point): Implement tag searches as links.
17434 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
17435 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
17436 (org-tags-sparse-tree, org-tags-view, org-set-tags)
17437 (org-agenda-dispatch): New commands.
17438 (org-use-tag-inheritance, org-tags-column): New options.
17439 (org-tab-follows-link, org-return-follows-link): New options.
17440 (org-tags): New customize group.
17441 (org-start-icalendar-file): Get local time zone.
17442 (org-tags-completion-function): New function.
17443 (org-set-font-lock-defaults): Make sure links will also be
17444 highlighted inside headlines.
17445
17446 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
17447
17448 * term.el (term-emulate-terminal):
17449 Let term-handle-ansi-terminal-messages override what Bash says about
17450 its current directory.
17451
17452 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17453
17454 * bindings.el (last-buffer): Move to simple.el.
17455 * simple.el (last-buffer): Move here.
17456 (get-next-valid-buffer): New function.
17457 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
17458 (prev-buffer): Ditto. Rename to `previous-buffer'.
17459
17460 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
17461 * bindings.el (global-map): Ditto.
17462
17463 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
17464
17465 * cus-edit.el: Introductory comment change.
17466 (custom-magic-alist): Change message string for the `rogue' state.
17467
17468 2005-12-15 Richard M. Stallman <rms@gnu.org>
17469
17470 * tooltip.el: Delete defcustom variable :tag names.
17471
17472 * complete.el (partial-completion-mode): Doc fix.
17473
17474 * textmodes/flyspell.el (flyspell-external-point-words):
17475 Use save-excursion to ensure we don't move backward in the
17476 search loop, not even one character.
17477 (flyspell-delete-all-overlays): Use remove-overlays directly.
17478
17479 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
17480 (ispell-start-process): Set that variable.
17481 Clear ispell-buffer-local-name.
17482 (ispell-internal-change-dictionary):
17483 Set ispell-current-dictionary after killing process.
17484 (ispell-buffer-local-dict):
17485 Don't set spell-personal-dictionary after killing process.
17486 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
17487 (ispell-tex-skip-alists, ispell-html-skip-alists)
17488 (ispell-skip-region-alist): Mark as risky.
17489
17490 * net/newsticker.el (newsticker--retrieval-timer-list)
17491 (newsticker--display-timer, newsticker-running-p)
17492 (newsticker-ticker-running-p): Definitions moved up.
17493
17494 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
17495
17496 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
17497
17498 2005-12-15 David Ponce <david@dponce.com>
17499
17500 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
17501 (recentf-edit-list, recentf-open-files): Signal an error when
17502 there is no recent file.
17503
17504 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
17505
17506 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
17507 read-only except for texinfo-format-region evaluation.
17508
17509 2005-12-14 Richard M. Stallman <rms@gnu.org>
17510
17511 * vc.el (vc-default-previous-version, vc-default-next-version)
17512 (vc-do-command): Doc fixes.
17513
17514 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17515
17516 * textmodes/bibtex.el (bibtex-expand-strings)
17517 (bibtex-autokey-expand-string, bibtex-name-part)
17518 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
17519 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
17520 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
17521 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
17522 (bibtex-entry-postfix, bibtex-known-entry-type-re)
17523 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
17524 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
17525 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
17526 (bibtex-beginning-of-last-entry): Remove.
17527 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
17528 message if comma is missing but buffer is read-only.
17529 (bibtex-parse-field-text): Handle whitespaces at the end of field
17530 text. Return 3-element list with beginning and end of field text
17531 and end of field.
17532 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
17533 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
17534 (bibtex-search-forward-field, bibtex-search-backward-field):
17535 Search always delimited by limits of entry. Use more efficient
17536 search algorithms.
17537 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
17538 bibtex-end-of-name-in-field.
17539 (bibtex-text-in-field-bounds): Handle BibTeX strings when
17540 extracting the content of a field.
17541 (bibtex-text-in-field): Use search limits.
17542 (bibtex-parse-string-prefix): Handle empty string keys based on
17543 bibtex-string-empty-key.
17544 (bibtex-parse-string): Fix docstring.
17545 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
17546 (bibtex-preamble-prefix, bibtex-strings): New functions.
17547 (bibtex-skip-to-valid-entry): Include preceding whitespace in
17548 BibTeX entries (consistent with other BibTeX functions).
17549 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
17550 (bibtex-search-entry): Fix docstring. Simplify.
17551 (bibtex-flash-head, bibtex-complete-string-cleanup)
17552 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
17553 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
17554 (bibtex-parse-entry): New optional arg content.
17555 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
17556 Use bibtex-text-in-field-bounds.
17557 (bibtex-print-help-message): Handle BibTeX strings and preambles.
17558 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
17559 bibtex-parse-string-postfix.
17560 (bibtex-find-text-internal): New function.
17561 (bibtex-remove-delimiters): Use it.
17562 (bibtex-find-text): Use it. New optional arg help.
17563 (bibtex-complete): Handle BibTeX string and preamble entries.
17564 (bibtex-Preamble): Fix order of closing delimiters.
17565
17566 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
17567
17568 * vc.el (vc-default-revert): New fun.
17569
17570 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
17571
17572 2005-12-14 Romain Francoise <romain@orebokech.com>
17573
17574 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
17575 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
17576 (font-lock-remove-keywords): Likewise.
17577
17578 2005-12-14 Juri Linkov <juri@jurta.org>
17579
17580 * log-view.el (log-view-diff): Doc fix.
17581
17582 * isearch.el (isearch-query-replace): Use (mark) instead of
17583 isearch-opoint if mark is active in transient-mark-mode.
17584
17585 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
17586
17587 * isearch.el (isearch-query-replace): Check for isearch-other-end.
17588
17589 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
17590
17591 * progmodes/cpp.el (cpp-face): New widget.
17592 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
17593
17594 2005-12-14 Juri Linkov <juri@jurta.org>
17595
17596 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
17597 around `erase-buffer' and `insert'.
17598
17599 * descr-text.el (describe-text-properties): Replace buffer name
17600 "*Help-2*" with "*Help*<2>".
17601 (describe-char): Add functions print-help-return-message,
17602 toggle-read-only. Use help-setup-xref with nil to not store
17603 describe-char in help-xref-stack. Use help-make-xrefs to
17604 make [back] button.
17605
17606 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
17607
17608 * wdired.el (wdired-old-point): New internal variable.
17609 (wdired-change-to-wdired-mode): Set it buffer-locally.
17610 (wdired-abort-changes): Restore point after aborting changes.
17611
17612 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
17613
17614 * vc.el (vc-do-command): Add a new value t for okstatus.
17615
17616 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
17617 frame in case of errors.
17618
17619 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17620
17621 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
17622 so it comes after "On the Left" in the menu.
17623
17624 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
17625
17626 * cus-edit.el (customize-apropos, customize-apropos-options)
17627 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
17628
17629 2005-12-12 Bill Wohler <wohler@newt.com>
17630
17631 * vc-svn.el (vc-svn-registered): Fix problem of visiting
17632 non-writable Subversion-controlled files by saving window
17633 configuration before calling vc-do-command. vc-do-command calls
17634 pop-to-buffer on error which is unexpected during registration.
17635
17636 2005-12-12 Jay Belanger <belanger@truman.edu>
17637
17638 * calc/README: Update the summary of changes.
17639
17640 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
17641
17642 * descr-text.el (describe-char): Rework last fix to solve the problem
17643 is the same way it's solved for everything else in that function
17644 (i.e. by extracting the info before setting up the *Help* buffer).
17645
17646 2005-12-12 Kim F. Storm <storm@cua.dk>
17647
17648 * subr.el (version-regexp-alist): Allow space as separator before
17649 non-numeric part, e.g. "1.0 alpha".
17650 (version-to-list): Interpret .X.Y version as 0.X.Y version.
17651
17652 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
17653
17654 * textmodes/org.el (org-agenda, org-timeline, org-todo):
17655 Implement Logging and the keep-modes setting.
17656 (org-get-category): Make sure a string is returned.
17657 (org-log-done): New function.
17658 (org-log-done, org-closed-string): New options.
17659
17660 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17661
17662 * tooltip.el (tooltip-y-offset): Change default to 20.
17663
17664 2005-12-12 Richard M. Stallman <rms@gnu.org>
17665
17666 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
17667
17668 * frame.el (display-hourglass): Doc fix.
17669
17670 * help.el (help-for-help-internal): Simplify entry for `a'.
17671
17672 * info.el (Info-on-current-buffer): Doc fix.
17673 (info-insert-file-contents): Don't test (featurep 'jka-compr).
17674
17675 * startup.el (inhibit-splash-screen): Make this the real name.
17676 (inhibit-startup-message): Make this the alias.
17677 (command-line): Find only simple.el, and use its directory
17678 to fill in other preloaded files' names.
17679 (command-line): Deactivate the mark if deactivate-mark is set.
17680
17681 * international/mule.el (load-with-code-conversion):
17682 Bind deactivate-mark.
17683
17684 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
17685
17686 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
17687
17688 * cus-edit.el (customize-apropos): Avoid listing an option more
17689 than once under different aliases. No longer list user options
17690 that are not defined with defcustom (unless a prefix arg is given).
17691 Doc fix.
17692 (customize-apropos-options): Doc fix.
17693
17694 2005-12-11 Juri Linkov <juri@jurta.org>
17695
17696 * frame.el (set-background-color, set-foreground-color)
17697 (set-cursor-color, set-mouse-color, set-border-color):
17698 Add explicit prompts to read colors by `facemenu-read-color'.
17699 (show-trailing-whitespace, blink-cursor-delay)
17700 (blink-cursor-interval, display-hourglass, hourglass-delay):
17701 Remove tags.
17702 (display-hourglass, hourglass-delay): Doc fix.
17703 (cursor-in-non-selected-windows): Capitalize words in tag.
17704
17705 * faces.el (frame-background-mode): Replace `choice-item' keywords
17706 with `const' to not make [default] button. Change default value tag
17707 from `default' to `automatic'. Doc fix.
17708 (trailing-whitespace) <defface>: Change group `whitespace' to
17709 `whitespace-faces'.
17710
17711 2005-12-11 Richard M. Stallman <rms@gnu.org>
17712
17713 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
17714
17715 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17716
17717 * term/mac-win.el: Create keymap for mac-apple-event-map.
17718
17719 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
17720
17721 * tooltip.el (tooltip-mode): Move to start of file so that it
17722 appears at top of customize buffer.
17723
17724 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17725 Add the gud groupname.
17726 (gud-tooltip-mode): Add the tooltip groupname.
17727 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
17728 avoid conflict with tooltip-use-echo-area.
17729
17730 2005-12-10 Romain Francoise <romain@orebokech.com>
17731
17732 * help.el (help-for-help-internal): Add `r' in doc string.
17733
17734 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17735
17736 * align.el (align-regexp, align-highlight-rule):
17737 Use region-beginning and region-end instead of point and mark, so that
17738 repetition (with `repeat-complex-command') recomputes the region
17739 bounds.
17740
17741 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
17742
17743 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17744 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17745 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
17746 (balance-windows): Rewrite using the above new functions.
17747
17748 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
17749
17750 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
17751 react if global-hi-lock-mode seems intended.
17752 (global-hi-lock-mode): Renamed from hi-lock-mode.
17753 (hi-lock-archaic-interface-message-used)
17754 (hi-lock-archaic-interface-deduce): New variables.
17755 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
17756 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
17757 (hi-lock-find-patterns, hi-lock-font-lock-hook):
17758 Replace hi-lock-buffer-mode with hi-lock-mode.
17759
17760 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
17761
17762 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
17763 completion list, even after a partial completion has been
17764 inserted in the current buffer. If there are more than 1
17765 completion, redisplay the *Completions* buffer; if the
17766 completion is unique, delete the *Completions* window.
17767
17768 2005-12-10 Eli Zaretskii <eliz@gnu.org>
17769
17770 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
17771 strings and long subject lines that were broken into multiple
17772 lines at arbitrary places. Handle subjects that have "Re: " in
17773 the middle.
17774
17775 2005-12-10 John W. Eaton <jwe@octave.org>
17776
17777 * emacs/octave-mod.el (octave-electric-space): Don't indent
17778 comments or strings if octave-auto-indent is nil.
17779
17780 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17781
17782 * term/mac-win.el: Require url when compiling.
17783 Call mac-process-deferred-apple-events after loading init files.
17784 (mac-apple-event-map): New defvar. Define event handlers in it.
17785 (core-event, internet-event): New Apple event class symbols.
17786 (open-application, reopen-application, open-documents)
17787 (print-documents, open-contents, quit-application)
17788 (application-died, show-preferences, autosave-now, get-url):
17789 New Apple event ID symbols.
17790 (about): New HICommand ID symbol.
17791 (mac-event-spec, mac-event-ae): New macros.
17792 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
17793 (mac-ae-selection-range, mac-ae-text-for-search)
17794 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
17795 (mac-application-menu-map): Remove keymap. Handlers for HICommand
17796 and Services menu events are now defined in mac-apple-event-map.
17797 (mac-drag-n-drop): Remove selection range handling.
17798
17799 2005-12-10 Kenichi Handa <handa@m17n.org>
17800
17801 * simple.el (zap-to-char):
17802 * isearch.el (isearch-process-search-char): Translate CHAR by
17803 translation-table-for-input.
17804
17805 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
17806
17807 * foldout.el (foldout-exit-fold): Properly hide subtree.
17808
17809 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
17810
17811 * files.el (save-buffer):
17812 * international/ucs-tables.el (ucs-set-table-for-input):
17813 * mail/mail-extr.el (mail-extract-address-components):
17814 * mail/sendmail.el (mail-mode): Reformat doc string.
17815
17816 2005-12-09 Juri Linkov <juri@jurta.org>
17817
17818 * isearch.el (isearch-highlight): Change main overlay priority
17819 from 1 to 1001. Simplify.
17820 (isearch-lazy-highlight-update): Change lazy overlay priority
17821 from 0 to 1000.
17822
17823 * replace.el (replace-highlight): Change overlay priority from
17824 1 to 1001.
17825
17826 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
17827 Change overlay priority from 1 to 1001. Reuse existing overlay.
17828
17829 * compare-w.el (compare-windows-highlight): Change overlay
17830 priority from 1 to 1000.
17831
17832 * menu-bar.el (menu-bar-edit-menu): Add listp around
17833 pending-undo-list to disable menu item "undo" when pending
17834 undo list is empty.
17835
17836 * locate.el (locate): Disable undo in *Locate* buffer.
17837
17838 2005-12-09 Kim F. Storm <storm@cua.dk>
17839
17840 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
17841
17842 2005-12-09 David Ponce <david@dponce.com>
17843
17844 * recentf.el: Improvement of the menu code.
17845 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
17846 instead of menu hook.
17847 (recentf-show-menu, recentf-hide-menu): New functions.
17848 (recentf-menu-customization-changed, recentf-mode): Use them.
17849 (recentf-menu-action, recentf-max-menu-items)
17850 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
17851 (recentf-arrange-by-rule-others)
17852 (recentf-arrange-by-rules-min-items)
17853 (recentf-arrange-by-rule-subfilter): Don't use
17854 `recentf-menu-customization-changed'.
17855 (recentf-arrange-rules): Likewise. Accept functions to compute
17856 sub-menu titles.
17857 (recentf-menu-filter): Likewise. Doc fix.
17858 (recentf-menu-value-shortcut): Doc fix.
17859 (recentf-dump-variable): Quote atom value.
17860 (recentf-make-menu-items): Update to use it as a menu filter.
17861 (recentf-match-rule): New function.
17862 (recentf-arrange-by-rule): Use it.
17863 (recentf-indirect-mode-rule): New function.
17864 (recentf-build-mode-rules): Use it.
17865 (recentf-dir-rule): New function.
17866 (recentf-arrange-by-dir): Use it.
17867 (recentf-filter-changer-current): Rename from
17868 `recentf-filter-changer-state'. All references updated.
17869 (recentf-filter-changer-alist): Update filter names.
17870 (recentf-filter-changer-select): New function.
17871 (recentf-filter-changer): Use it. Make a sub-menu from filters
17872 available in `recentf-filter-changer-alist'.
17873 (recentf-data-cache, recentf-clear-data)
17874 (recentf-update-menu): Remove. All references updated.
17875 (recentf-match-rule-p, recentf-build-dir-rules)
17876 (recentf-filter-changer-goto-next)
17877 (recentf-filter-changer-get-current)
17878 (recentf-filter-changer-get-next): Remove.
17879
17880 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
17881
17882 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
17883 buffer "Reset" button to "Reset to Current" for consistency with
17884 the State buttons.
17885
17886 2005-12-08 John Paul Wallington <jpw@pobox.com>
17887
17888 * ibuf-ext.el (define-ibuffer-filter filename):
17889 If `dired-directory' is a list then really use its car.
17890
17891 2005-12-08 Kim F. Storm <storm@cua.dk>
17892
17893 * emulation/cua-rect.el (cua--rectangle-aux-replace):
17894 Fix indention of text on right side of replaced rectangle.
17895
17896 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
17897
17898 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
17899 No need to check gud-comint-buffer is bound.
17900 (gdb): Prevent multiple debugging when first session uses gdba.
17901
17902 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17903
17904 CC Mode update to 5.31.
17905
17906 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
17907 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
17908 We might do this function properly in the future).
17909
17910 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
17911 New macros c-sentence-end and c-default-value-sentence end, to cope
17912 with Emacs 22's new function `sentence-end'.
17913
17914 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17915
17916 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
17917 compat issue using `c-put-overlay' and `c-delete-overlay'.
17918
17919 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
17920 New compat macros to handle overlays/extents.
17921
17922 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17923
17924 * progmodes/cc-fix.el: Add definitions of the macros push and pop
17925 (for GNU Emacs 20.4).
17926
17927 * progmodes/cc-defs.el:
17928 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
17929
17930 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
17931 highlighting mechanism so it will work in XEmacs too.
17932
17933 * progmodes/cc-defs.el: Insert c-int-to-char.
17934
17935 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
17936 call to the new macro c-int-to-char. This solves XEmacs's
17937 regarding characters as different from integers.
17938
17939 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17940
17941 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
17942 New internal helper.
17943
17944 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
17945 construct to make the indirect face lookup work in XEmacs.
17946
17947 (c-cpp-matchers): Append the negation char face to the existing
17948 fontification, so that the cpp face doesn't disappear.
17949 Use `c-make-syntactic-matcher' to avoid negation chars in comments
17950 and strings.
17951
17952 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
17953 to map to `font-lock-negation-char-face' in emacsen where it exists.
17954
17955 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17956
17957 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
17958
17959 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
17960 Rename "c-subword-move-mode" as "c-subword-mode".
17961
17962 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
17963 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
17964
17965 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17966
17967 * progmodes/cc-mode.el: Added autoload directive for
17968 `c-subword-move-mode' for use in older emacsen.
17969
17970 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17971
17972 * progmodes/cc-mode.el:
17973 (i): Insert a binding for C-c C-backspace into
17974 c-bind-special-erase-keys which works in TTYs.
17975 (ii): Make sure that when file styles are used, any explicitly
17976 given style variables take priority over those in the style.
17977 Do this by calling `hack-local-variables' a second time.
17978
17979 * progmodes/cc-vars.el: Add language specific customization
17980 widgets for AWK to c-doc-comment-style, c-require-final-newline
17981 and c-default-style. Add a defcustom for awk-mode-hook.
17982 Give c-syntactic-element and c-syntactic-context doc-strings by
17983 directly setting their `variable-documentation' propery.
17984 This allows Emacs 22.1 to read these with C-h v.
17985
17986 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
17987
17988 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17989
17990 * progmodes/cc-fonts.el, cc-vars.el
17991 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
17992 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
17993 Masatake YAMATO.
17994
17995 (c-doc-comment-style): Made GtkDoc default in C mode.
17996
17997 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
17998 and C-c C-<delete>.
17999
18000 (c-bind-special-erase-keys): New function for use on
18001 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
18002
18003 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
18004 <delete> key behavior in XEmacs according to `delete-forward-p'.
18005 C.f. `c-electric-delete'.
18006
18007 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18008
18009 * progmodes/cc-mode.el: Give c-hungry-backspace and
18010 c-hungry-delete-forward permanent key bindings.
18011
18012 * progmodes/cc-cmds.el (c-electric-semi&comma):
18013 Bind c-syntactic-context for calls to "criteria functions", for
18014 consistency with other calls to user functions.
18015
18016 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
18017 `current-prefix-arg', since this might be the prefix arg to a
18018 command which calls c-indent-command as a function. Change the
18019 interactive spec from "p" to "P".
18020
18021 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
18022 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
18023 was difficult to understand.
18024
18025 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18026
18027 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
18028 first char of an identifier.
18029
18030 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
18031 +" syntax in C++.
18032
18033 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18034
18035 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
18036 auto-fill doesn't split a c-comment's last word from a hanging
18037 "*/" when a space is typed between them after fill-column.
18038
18039 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
18040
18041 * progmodes/cc-styles.el (c-set-style)
18042 (c-setup-paragraph-variables): Abort the command if we're not in a
18043 CC Mode buffer.
18044
18045 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
18046 with blank comment-prefix, and a blank line as the comment's
18047 second line.
18048
18049 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18050
18051 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
18052 Incorporate the patterns added in the Emacs development branch
18053 for the new Emacs 22 face `font-lock-negation-char-face'.
18054
18055 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
18056 of "red" since it stands out better in xterms and DOS terminals.
18057
18058 * progmodes/cc-engine.el (c-literal-faces):
18059 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
18060
18061 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18062
18063 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
18064 forcibly enable c-electric-flag.
18065
18066 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
18067 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
18068 after the comment-prefix of a C-style comment will close that comment.
18069
18070 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18071
18072 * progmodes/cc-fonts.el (c-basic-matchers-before)
18073 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
18074 in Pike.
18075
18076 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
18077 digraphs.
18078
18079 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
18080 (c-cpp-message-directives, c-cpp-include-directives)
18081 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
18082 (c-cpp-expr-directives): Introduce new language constants to
18083 control cpp syntax in a cleaner way.
18084
18085 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
18086
18087 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
18088
18089 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
18090 (c-multiline-string-start-char): New language constants and
18091 variables to specify how newlines in string literals work.
18092
18093 (c-font-lock-invalid-string): Use them.
18094
18095 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
18096 unbalanced close brace is entered. Optimization by avoiding going
18097 back over arbitrarily large blocks. Removed hints that this
18098 function only would be relevant/useful in AWK.
18099
18100 (c-electric-brace): Indent syntactically after the cleanups since
18101 lineup functions might do it differently then.
18102
18103 * progmodes/cc-engine.el, cc-langs.el
18104 (c-opt-op-identifier-prefix): New language constant and variable.
18105
18106 (c-just-after-func-arglist-p, c-after-special-operator-id)
18107 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
18108
18109 * progmodes/cc-align.el, cc-engine.el
18110 (c-after-special-operator-id): New helper to handle C++ operator
18111 identifiers.
18112
18113 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
18114 (c-guess-basic-syntax): Handle C++ operator identifiers in
18115 declarations.
18116
18117 * progmodes/cc-langs.el (c-assignment-operators): Add the
18118 trigraph version of ^= too.
18119
18120 * progmodes/cc-langs.el (c-assignment-operators): Add the
18121 trigraph version of |= in C++.
18122
18123 * progmodes/cc-fonts.el (c-font-lock-declarators):
18124 Handle `c-decl-hangon-kwds' after the identifier name.
18125
18126 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
18127 whether an arglist is "nonempty", ignore a comment after the open
18128 paren if it isn't followed by a non-comment token on the same line.
18129
18130 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
18131 Enable heuristics below the point to cope with classes inside special
18132 brace lists in Pike.
18133
18134 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18135
18136 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
18137
18138 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18139
18140 * progmodes/cc-guess.el (cc-guess-install): New function to
18141 install an already guessed style in another buffer.
18142
18143 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
18144 sets `inhibit-read-only' - `c-save-buffer-state' should be used
18145 anyway if the change always is undone.
18146
18147 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18148
18149 Implement togglable electricity:
18150
18151 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
18152 saying when it should be used.
18153
18154 * progmodes/cc-engine.el: Add the new buffer-local variable,
18155 c-electric-flag.
18156
18157 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
18158 c-toggle-auto-newline.
18159
18160 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
18161 c-toggle-auto-newline. Remove the binding for
18162 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
18163 c-toggle-electric-state.
18164
18165 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
18166
18167 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
18168 c-\(forward\|backward\)-subword.
18169 (c-update-modeline): Add the new modeline flag `l' for
18170 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
18171 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
18172 Make the old name an alias of the new name.
18173 (c-toggle-electric-state): New function.
18174 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
18175 Adapt these functions to do electric things only when
18176 c-electric-flag is non-nil.
18177 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
18178 new functions from c-electric-brace.
18179 (c-point-syntax): Add a check for "virtual semicolons" in AWK
18180 mode, so that the tentative extra newline doesn't change the
18181 syntax of the following brace.
18182 (c-electric-brace): Restructure by extracting the above functions.
18183 Tidy up the coding somewhat.
18184 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
18185 restructure a bit.
18186
18187 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18188
18189 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
18190 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
18191
18192 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
18193 (c-submode-indicators): Change name from `c-auto-hungry-string'
18194 since it's now used to track another submode.
18195
18196 (c-update-modeline): Convert to function and extended to check
18197 `c-subword-move-mode'.
18198
18199 (c-forward-into-nomenclature, c-backward-into-nomenclature):
18200 Convert to compat aliases for `c-forward-subword' and
18201 `c-backward-subword'.
18202
18203 * progmodes/cc-subword.el: New functions and minor mode to handle
18204 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
18205
18206 (c-forward-subword, c-backward-subword, c-mark-subword)
18207 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
18208 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
18209 Functions corresponding to the standard word handling functions.
18210
18211 (c-subword-move-mode): Minor mode that replaces all the standard
18212 word handling functions with their subword equivalences.
18213
18214 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18215
18216 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
18217 entry for one-liner-defun.
18218
18219 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
18220 name in its def-edebug-spec.
18221
18222 * progmodes/cc-cmds.el (c-electric-brace): Make the
18223 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
18224 compacts space before a comment, if this will make things fit on
18225 one line.
18226
18227 Introduce an "awk" style, mainly for auto-newline and clean-ups.
18228
18229 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
18230
18231 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
18232 clean-up one-liner-defun.
18233
18234 * progmodes/cc-styles.el: Add the new "awk" style.
18235
18236 * progmodes/cc-vars.el: Add description of one-liner-defun to
18237 c-cleanup-list's doc-string. New user options,
18238 c-max-one-liner-length. In c-default-style, set the default style
18239 for AWK to "awk".
18240
18241 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18242
18243 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
18244 macros inside labels.
18245
18246 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
18247 `c-at-statement-start-p' and `c-at-expression-start-p'.
18248
18249 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
18250 error if the mark isn't set.
18251
18252 * progmodes/cc-engine.el (c-guess-continued-construct)
18253 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
18254 accurately detect functions inside functions.
18255
18256 * progmodes/cc-engine.el (c-at-expression-start-p): New function
18257 like `c-at-statement-start-p' that additionally recognizes commas
18258 and expression parentheses as delimiters.
18259
18260 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
18261 to avoid heuristics that doesn't work for unclosed blocks.
18262 (c-at-statement-start-p): New function.
18263
18264 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
18265 Objective-C directives, e.g. directives spanning lines should work
18266 reasonably well now.
18267
18268 (c-put-c-type-property, c-clear-c-type-property): New helpers.
18269
18270 (c-forward-objc-directive): New function to move over any ObjC
18271 directive.
18272
18273 (c-just-after-func-arglist-p, c-guess-basic-syntax)
18274 (c-basic-matchers-before): Use it.
18275
18276 (c-font-lock-objc-iip-decl): Remove.
18277
18278 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
18279 in the template arglist recognition.
18280
18281 * progmodes/cc-styles.el (c-style-alist): Fix several
18282 inconsistencies in the Whitesmith style.
18283
18284 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
18285 New lineup function to get lines after Whitesmith style blocks
18286 correctly indented.
18287
18288 (c-lineup-whitesmith-in-block): Back out the compensation for
18289 opening parens since it's done using `add' lists in the style
18290 definition instead. Don't use the anchor position since it varies
18291 too much between the syntactic symbols. :P
18292
18293 * progmodes/cc-vars.el (c-valid-offset): Update.
18294
18295 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
18296 lists where the offsets are combined according to several
18297 different methods: `first', `min', `max', and `add'.
18298 Report offset evaluation errors with `c-benign-error' so that some kind
18299 of reindentation still is done.
18300
18301 * progmodes/cc-engine.el (c-guess-basic-syntax):
18302 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
18303 `arglist-close'.
18304
18305 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
18306 situations for `arglist-cont-nonempty' and `arglist-close'.
18307
18308 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
18309
18310 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
18311 cc-bytecomp-boundp' in a number of places.
18312
18313 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
18314 macro related issue.
18315
18316 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18317
18318 * progmodes/cc-awk.el: Change the terminology of regexps: A char
18319 list is now [asdf], a char class [:alpha:].
18320 Include code for char classes.
18321 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
18322 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
18323
18324 Remove (nearly all of) the cruft associated with AWK Mode's former
18325 concept of "virtual semicolons":
18326
18327 Adapt c-beginning-of-statement, c-end-of-statement (together with
18328 subfunctions) to use the new notion of "virtual semicolon" in
18329 place of the old awkward special handling for AWK. There remains
18330 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
18331 * progmodes/cc-cmds.el:
18332 (c-ascertain-adjacent-literal): In the backwards direction, now
18333 recognises AWK regexp delimiters as string delimiters.
18334 (c-after-statement-terminator-p): Adapt for virtual semicolons;
18335 check more rigorously for "end of macro".
18336 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
18337 virtual semicolons;
18338 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
18339 out the code for forward movement into ...
18340 (c-end-of-statement): Now contains the code for forward movement,
18341 adapted for virtual semicolons.
18342
18343 * progmodes/cc-engine.el:
18344 (c-ws*-string-limit-regexp): New regexp.
18345 (c-forward-single-comment, c-backward-single-comment): Comment out
18346 the (now redundant) "special" AWK stuff.
18347
18348 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
18349 c-string-par-start, c-string-par-separate to be more like Text
18350 Mode than Fundamental Mode.
18351
18352 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18353
18354 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
18355 to the fontified region so that fontification doesn't occur
18356 outside it (could happen e.g. when fontifying a line with an
18357 unfinished declaration).
18358
18359 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18360
18361 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
18362 start of the file. ^L now separate sections of the file.
18363 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
18364 (c-awk-one-line-possibly-open-string-re)
18365 (c-awk-regexp-one-line-possibly-open-char-class-re)
18366 (c-awk-one-line-possibly-open-regexp-re)
18367 (c-awk-one-line-non-syn-ws*-re): New defonsts.
18368 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
18369
18370 Amend the concept of "virtual semicolons" (in the indentation
18371 engine) for languages like AWK, such that they are now
18372 conceptually attached to end of the last token of a statement, not
18373 the end of the line. (In AWK Mode, however, the pertinent text
18374 property is still physically set on the EOL.) Remove the specific
18375 tests for awk-mode, thus facilitating the introduction of other
18376 language modes where EOLs can end statements.
18377 (Note: The funtionality in cc-cmds.el, specifically
18378 c-beginning/end-of-statement has yet to be amended.)
18379
18380 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
18381 New macros.
18382
18383 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
18384 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
18385 c-vsemi-status-unknown-p-fn (in a new page).
18386
18387 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
18388 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
18389 numerous awkward forms like
18390 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
18391 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
18392 variable before-ws-ip, the place just after char-before-ip appears.
18393
18394 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
18395 a comment.
18396
18397 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18398
18399 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
18400 `c-tentative-buffer-changes'.
18401
18402 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
18403 convert to macro to choose between Emacs and XEmacs at compile time.
18404
18405 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
18406
18407 (c-tentative-buffer-changes): New macro to handle temporary buffer
18408 changes in a convenient way.
18409
18410 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
18411 for `c-tentative-buffer-changes'.
18412
18413 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
18414 the checks for paren sexps between the point and the keyword, to
18415 avoid some false alarms.
18416
18417 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
18418 Fixed a situation where an error could be thrown for unbalanced
18419 parens. Changed to make use of c-keyword-member' to avoid some
18420 repeated regexp matches.
18421
18422 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
18423 These language variable are no longer necessary.
18424
18425 (c-block-stmt-kwds): New language constant used by
18426 c-looking-at-inexpr-block'.
18427
18428 (c-guess-basic-syntax): Remove an optional check that looked at
18429 the existence of the now removed language variables.
18430
18431 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
18432 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
18433 object instantiation expressions as declarations in some contexts.
18434 This bug only affected languages where the declarator can't be
18435 enclosed in parentheses.
18436
18437 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
18438 insert newlines before and after substatement braces.
18439
18440 * progmodes/cc-engine.el: Improved the heuristics for recognizing
18441 function declaration headers and the handling of C++ style member
18442 init lists.
18443
18444 (c-just-after-func-arglist-p): Rewritten to use
18445 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
18446
18447 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
18448
18449 (c-guess-basic-syntax): Adapt case 5B for the new
18450 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
18451 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
18452 covers all cases now).
18453
18454 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
18455
18456 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18457
18458 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
18459 c-string-par-start/separate c-sentence-end-with-esc-eol,
18460 initialised in c-setup-paragraph-variables, used in string
18461 scanning subroutines of c-beginning-of-statement.
18462
18463 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
18464 which precedes the newly inserted `{'.
18465
18466 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18467
18468 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
18469 function for declaration level blocks. It should now cope with
18470 templates better and also be a lot more comprehensible.
18471
18472 (c-looking-at-decl-block): The new function.
18473
18474 (c-search-uplist-for-classkey): The old one. It's now a wrapper
18475 for compatibility.
18476
18477 (c-add-class-syntax, c-guess-continued-construct)
18478 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
18479
18480 (c-decl-block-key): Change to tell apart ambiguous and
18481 unambiguous keywords. Pike specials are now handled directly in
18482 the code instead.
18483
18484 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
18485 New language constants and variables to make the backward skip in
18486 `c-looking-at-decl-block' as tight as possible.
18487
18488 (c-nonsymbol-token-char-list): New language constant.
18489
18490 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
18491 find balanced template arglists backwards.
18492
18493 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
18494 making char classes for `c-syntactic-skip-backward'.
18495
18496 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
18497 16D - can't be a class-close at that point.
18498
18499 * progmodes/cc-engine.el (c-guess-basic-syntax)
18500 (c-add-class-syntax): Don't narrow out the enclosing declaration
18501 level. This makes everything a lot easier, and it was actually
18502 only four small places that needed it to work. Some places that
18503 previously did `widen' are removed now, which has the effect that
18504 `c-guess-basic-syntax' never will look at things outside the
18505 current narrowment now. The anchor position for `topmost-intro'
18506 is affected by this, but it was so bogus it was basically useless
18507 before, and now it's equally bogus but in a slightly different way.
18508
18509 (c-narrow-out-enclosing-class): Gone.
18510
18511 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
18512 the narrowed region.
18513
18514 (c-least-enclosing-brace): Remove silly optional argument.
18515
18516 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
18517 the point could be left directly after an open paren when finding
18518 the beginning of the first decl in the block.
18519
18520 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
18521 Specify which submatch to use.
18522
18523 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
18524
18525 (c-decl-start-re): No longer any need for special treatment of
18526 ObjC due to the above.
18527
18528 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
18529 presumably follows C in that regard.
18530
18531 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
18532 New language constants to specify operator tokens inside
18533 identifiers in a more high level way.
18534
18535 (c-opt-identifier-prefix-key): New internal language constant.
18536
18537 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
18538 (c-identifier-start, c-identifier-key): Now completely calculated
18539 from other constants.
18540
18541 (c-identifier-last-sym-match): Decommission since it's no longer used.
18542
18543 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
18544
18545 * progmodes/cc-engine.el (c-forward-name): Remove the
18546 optimization when c-identifier-key is equal to c-symbol-key since
18547 it doesn't work in byte compiled files. Don't record empty
18548 regions as identifiers.
18549
18550 * progmodes/cc-langs.el (c-filter-ops): New helper function to
18551 simplify access to `c-operators' and its likes.
18552
18553 (c-operator-list, c-all-op-syntax-tokens)
18554 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
18555 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
18556 (c-primary-expr-regexp, c-cast-parens): Use it.
18557
18558 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
18559 an explicit language in functions.
18560
18561 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
18562 variant of adornment.
18563
18564 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
18565 variable.
18566
18567 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
18568 the Pike value.
18569
18570 * progmodes/cc-engine.el (c-on-identifier)
18571 (c-simple-skip-symbol-backward): Small fix for handling "-"
18572 correctly in `skip-chars-backward'. Affected the operator lfun
18573 syntax in Pike.
18574
18575 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
18576 diagnostic message about precompiled language vars not being used.
18577
18578 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
18579 "__attribute__" is followed by a parenthesis.
18580
18581 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
18582 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
18583 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
18584
18585 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
18586 Internal cleanups to properly detect the declared identifiers in
18587 various declarations.
18588
18589 (c-decl-start-kwds): New language constant to recognize
18590 declarations that can start anywhere. Used for class declarations
18591 in Pike.
18592
18593 (c-specifier-key, c-not-decl-init-keywords)
18594 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
18595 (c-find-decl-spots): Implement `c-decl-start-kwds'.
18596
18597 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
18598 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
18599 handling of the compiler specific extension keywords into a new
18600 language constant `c-decl-hangon-kwds' that defines keyword
18601 clauses to be ignored in declarations.
18602
18603 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
18604 past unrecognized tokens when handling `c-colon-type-list-kwds'.
18605 Necessary to stop at the declared identifier in e.g. IDL valuetype
18606 declarations.
18607
18608 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
18609 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
18610 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
18611 (c-forward-decl-or-cast-1): Recognize the declared identifier in
18612 class and enum declarations as such and not as part of the type.
18613
18614 (c-forward-decl-or-cast-1, c-forward-label): Relax the
18615 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
18616
18617 (c-forward-decl-or-cast-1): Don't disregard sure signs of
18618 declarations when there's some syntax error later on.
18619
18620 (c-complex-decl-matchers): Did away with a reference to
18621 `c-specifier-key'.
18622
18623 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
18624 value - this variable is always dynamically bound.
18625
18626 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
18627 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
18628 * cc-cmds.el, cc-defs.el: Change the policy for marking up
18629 functions that might do hidden buffer changes: All such internal
18630 functions are now marked instead of those that don't.
18631
18632 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
18633 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
18634 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
18635 (c-literal-type): Allow these functions to make hidden buffer changes,
18636 so that they are free to use text property caching later on.
18637
18638 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
18639 (c-electric-brace, c-electric-slash, c-electric-star)
18640 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
18641 (c-electric-paren, c-electric-continued-statement, c-indent-command)
18642 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
18643 (c-context-line-break): Add `c-save-buffer-state' calls to comply
18644 with the changed semantics of the functions above.
18645
18646 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
18647 when macros occur in obscure places. Optimized the sexp movement
18648 a bit.
18649
18650 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18651
18652 Enhancements for c-beginning-of-statement to work in AWK Mode:
18653
18654 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
18655 (completed statement) with `}' (statement completed by closing
18656 brace or semicolon) and `$' (statement completed by EOL).
18657
18658 (c-awk-virtual-semicolon-ends-prev-line-p)
18659 (c-awk-virtual-semicolon-ends-line-p)
18660 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
18661 (c-awk-at-statement-end-p): New functions.
18662
18663 * progmodes/cc-cmds.el: Simplify the structure of functions
18664 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
18665 two functions and c-beginning-of-statement to handle AWK Mode.
18666
18667 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
18668 c-backward-single-comment for AWK mode. Attempt to clarify their
18669 doc-strings.
18670
18671 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
18672
18673 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18674
18675 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
18676 label handling. Labels are now recognized in a uniform and more
18677 robust way, regardless of context. Text properties are put on all
18678 labels to recognize the following declarations better.
18679 Multiword labels are handled both in indentation and fontification for
18680 the benefit of language extensions like Qt. For consistency, keywords
18681 in labels are now fontified with the label face instead.
18682 That also applies to "case" and "default".
18683
18684 (c-beginning-of-statement-1): Fix some bugs in the label
18685 handling. Disregard `c-nonlabel-token-key' in labels that begin
18686 with `c-label-kwds'.
18687
18688 (c-find-decl-spots): Support that the callback adds more
18689 `c-decl-end' spots to find.
18690
18691 (c-forward-decl-or-cast-1): Don't treat a list of plain
18692 identifiers followed by a colon as a declaration.
18693
18694 (c-forward-label): New function to recognize labels.
18695
18696 (c-guess-basic-syntax): Replace uses of `c-label-key' with
18697 `c-forward-label'. Moved the label recognition cases (14 and 15)
18698 earlier since they aren't so context sensitive now. Handle labels
18699 on the top level gracefully. Moved access label recognition to
18700 the generic label case (CASE 15) - removed CASE 5E.
18701
18702 (c-font-lock-declarations): Add recognition of labels in the
18703 same round since we need to handle labels in parallell with other
18704 declarations to recognize both accurately. It should also improve
18705 speed.
18706
18707 (c-simple-decl-matchers, c-basic-matchers-after):
18708 Move `c-font-lock-labels' so that it only is used on decoration level 2
18709 since `c-font-lock-declarations' handles it otherwise.
18710
18711 (c-complex-decl-matchers): Remove the simplistic recognition of
18712 access labels.
18713
18714 (c-decl-prefix-re): Remove the kludges that was necessary to cope
18715 with labels earlier.
18716
18717 (c-decl-start-re): New language variable to make
18718 `c-font-lock-declarations' stop for the special protection labels
18719 in Objective-C that start with `@'.
18720
18721 (c-label-key): Remove since it's no longer used.
18722
18723 (c-recognize-colon-labels, c-label-prefix-re): New language
18724 constants to support recognition of generic colon-terminated labels.
18725
18726 (c-type-decl-end-used): `c-decl-end' is now used whenever there
18727 are colon terminated labels.
18728
18729 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
18730 first argument starts with a special brace list.
18731
18732 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
18733 (c-font-lock-declarations): Break out the declaration and cast
18734 recognition from `c-font-lock-declarations' to a new function, so
18735 that it can be used in the indentation engine.
18736
18737 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
18738 up to the start of the literal. Fixed bug with the point on the
18739 wrong side of the search limit that could happen when the start
18740 position is inside a literal.
18741
18742 * progmodes/cc-engine.el (c-parse-state)
18743 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
18744 so that it's kept a little bit back to increase the hit rate.
18745
18746 (c-parse-state): Change the macro handling and fixed some
18747 glitches. Macro context is checked more often than necessary now,
18748 but otoh less garbage conses are generated.
18749
18750 * progmodes/cc-engine.el (c-parse-state)
18751 (c-invalidate-state-cache): Cache the last position where
18752 `c-state-cache' applies. This can speed up refontification quite
18753 a bit in blocks where there are many non-brace parens before the point.
18754
18755 (c-state-cache-end): New variable for this.
18756
18757 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
18758 cache variable.
18759
18760 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
18761 get close initial continue positions when the start position is
18762 inside a literal or macro. Do not call the callback for spots
18763 before the start position (which can happen e.g. for `c-decl-end'
18764 spots inside comments). Optimize better in special cases when the
18765 region is a single line inside a literal or macro (typically when
18766 the current line is refontified).
18767
18768 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
18769 to `c-add-stmt-syntax' - there's no need to explicitly whack off
18770 entries from the paren state.
18771
18772 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
18773 special case for "else if" clauses.
18774
18775 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
18776 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
18777
18778 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
18779 New language variable to recognize the gcc extension with statement
18780 blocks inside expressions.
18781
18782 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
18783 it somewhat more comprehensible. The argument AT-BLOCK-START is
18784 no longer used and hence removed.
18785
18786 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
18787 to `c-add-stmt-syntax'.
18788
18789 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
18790 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
18791 This fixes bogus label recognition.
18792
18793 * progmodes/cc-engine.el (c-add-type, c-check-type)
18794 (c-forward-name, c-forward-type): Improve storage of template
18795 types in `c-found-types' so that they can be recognized better.
18796
18797 (c-syntactic-content): Add option to skip past nested parens.
18798
18799 * progmodes/cc-engine.el (c-forward-name):
18800 Set `c-last-identifier-range' all the time. It's less work that way.
18801 Handle that there might not be an identifier to store in
18802 `c-last-identifier-range'.
18803
18804 (c-forward-type): Handle that `c-last-identifier-range' might be
18805 nil from `c-forward-name'.
18806
18807 * progmodes/cc-defs.el (c-safe-scan-lists)
18808 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
18809
18810 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
18811 to work even if the form fails.
18812
18813 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
18814 down in a large file in one go.
18815
18816 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
18817
18818 * progmodes/cc-align.el (c-lineup-assignments): New lineup
18819 function which is like `c-lineup-math' but returns nil instead of
18820 `c-basic-offset' when it doesn't match.
18821
18822 (c-lineup-math): Change to use `c-lineup-assignments'.
18823
18824 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18825
18826 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
18827 c-beginning-of-statement. New subfunctions
18828 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
18829
18830 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18831
18832 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
18833 hardcoded char classes whereever possible. Changed a couple of
18834 places to use skip by syntax instead of skip by char class.
18835
18836 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
18837 Fix a bug in the regexp that caused extreme backtracking.
18838
18839 * progmodes/cc-langs.el (c-block-comment-starter)
18840 (c-block-comment-ender): New language constants to specify in a
18841 single place how block comments look.
18842
18843 (c-comment-start-regexp, c-block-comment-start-regexp)
18844 (comment-start, comment-end, comment-start-skip)
18845 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
18846 (c-syntactic-ws, c-nonempty-syntactic-ws)
18847 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
18848 `c-line-comment-starter', `c-block-comment-starter' and
18849 `c-block-comment-ender'.
18850
18851 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
18852 New language constants to break up things a bit.
18853
18854 (c-simple-ws): New language constant for simple whitespace.
18855
18856 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
18857
18858 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
18859 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
18860 newlines. Allow and ignore nil elements in the list.
18861
18862 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18863
18864 * progmodes/cc-cmds.el: Comment out a (n almost certainly
18865 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
18866
18867 * progmodes/cc-cmds.el: Tidy up the comments in
18868 c-beginning-of-statement and subfunctions.
18869
18870 * progmodes/cc-awk.el: Replace calls to put-text-property to the
18871 more flexible c-put-char-property and c-clear-char-properties.
18872 Add the author's email address.
18873
18874 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
18875
18876 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
18877 closing "*/" of a block comment.
18878
18879 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
18880 subfunctions) so that it works at BOB and EOB.
18881
18882 * progmodes/cc-cmds.el, cc-vars.el: More updating of
18883 c-beginning-of-statement, including new variable
18884 c-block-comment-start-regexp.
18885
18886 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18887
18888 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
18889 symbols from `*-font-lock-extra-types' so that there's no need to
18890 use `regexp-opt' on those lists.
18891
18892 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
18893 `c-type-modifier-kwds' is empty.
18894
18895 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
18896 there are several strings on the same line.
18897
18898 * progmodes/cc-engine.el (c-literal-limits): Remove the
18899 compatibility function for older emacsen. `c-literal-limits-fast'
18900 has now taken the place of this function.
18901
18902 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
18903 with older emacsen: We now require `pps-extended-state'.
18904
18905 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18906
18907 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
18908 which obviates the need to hack sentence-end. This now handles
18909 escaped newlines in strings correctly. Correct minor bugs in
18910 c-move-over-sentence and in c-beginning-of-statement.
18911
18912 * progmodes/cc-cmds.el (c-beginning-of-statement (and
18913 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
18914 that movement over macros and code are rigorously separated from
18915 eachother. Correct a few incidental bugs.
18916
18917 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
18918 Improve its doc-string. Improve the handling of certain specific cases.
18919
18920 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18921
18922 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
18923 (c-guess-basic-syntax): Change the way class-level labels are
18924 recognized; they can now contain essentially any symbols.
18925
18926 (c-opt-extra-label-key): New language variable to cope with the
18927 special protection label syntax in Objective-C.
18928
18929 (c-opt-access-key): Remove; this is now handled better by
18930 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
18931
18932 (c-complex-decl-matchers): Update to handle that
18933 `c-opt-access-key' no longer exists.
18934
18935 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
18936 improved label recognition in `c-beginning-of-statement-1'.
18937
18938 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
18939 Recognize bitfields better.
18940
18941 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
18942 Remove some cruft and fixed a bug that could cause it to go to a
18943 position further down.
18944
18945 * progmodes/cc-langs.el, cc-engine.el
18946 (c-beginning-of-statement-1): Improve detection of labels in
18947 declaration contexts.
18948
18949 (c-beginning-of-decl-1): Use it.
18950
18951 (c-nonlabel-token-key): New language constant and variable needed
18952 by `c-beginning-of-statement-1'.
18953
18954 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
18955 manifested itself due to the correction in `c-forward-sexp'.
18956
18957 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
18958 Make these behave as documented when used at the buffer limits.
18959
18960 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
18961 (c-type-decl-end-used): Made this a language variable.
18962
18963 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
18964 correctly when `combine-after-change-calls' is used together with
18965 temporary narrowings.
18966
18967 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18968 Report labels correctly when the start point is immediately after the
18969 colon.
18970
18971 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
18972 Remove since it isn't used anymore.
18973
18974 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
18975 bracket arglists such as template parens in C++.
18976
18977 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
18978 in the last check-in. Some optimization.
18979
18980 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
18981 where it could stop at the same level in a preceding sexp when
18982 PAREN-LEVEL is set.
18983
18984 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
18985 text property lookup only when it's needed.
18986
18987 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
18988 Change the policy for paren marked angle brackets to be more
18989 persistent; once marked they remain marked even when they're found
18990 to be unbalanced in the searched region. This should keep the
18991 paren syntax around even when individual lines are refontified in
18992 multiline template arglists.
18993
18994 (c-parse-and-markup-<>-arglists): New dynamically bound variable
18995 to control markup so that incorrect angle bracket arglists aren't
18996 marked in contexts where the correct value for
18997 `c-disallow-comma-in-<>-arglists' isn't known.
18998
18999 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
19000 argument has become `c-parse-and-markup-<>-arglists'.
19001
19002 (c-remove-<>-arglist-properties): Remove - no longer used.
19003
19004 (c-after-change-check-<>-operators): New function used on
19005 `after-change-functions' to avoid that "<" and ">" characters that
19006 are part of longer operators have paren syntax.
19007
19008 (c-<>-multichar-token-regexp): New language variable used by
19009 `c-after-change-check-<>-operators'.
19010
19011 (c-after-change): Call `c-after-change-check-<>-operators'.
19012
19013 (c-font-lock-<>-arglists): Use the context properties set by
19014 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
19015 correctly to avoid doing invalid markup.
19016
19017 (c-font-lock-declarations): Remove code that undoes the invalid
19018 markup done by `c-font-lock-<>-arglists'.
19019
19020 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
19021 after `c-font-lock-declarations'.
19022
19023 * progmodes/cc-engine.el (c-syntactic-skip-backward):
19024 Add paren-level feature.
19025
19026 (c-guess-basic-syntax): Improve the anchor position for
19027 `template-args-cont' in nested template arglists. There's still
19028 much to be desired in this area, though.
19029
19030 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19031
19032 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
19033 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
19034
19035 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19036
19037 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
19038 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
19039
19040 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
19041 it doesn't work no longer are supported.
19042
19043 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
19044 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
19045 requires support for the syntax-table' text property, which rules
19046 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
19047 cruft associated with those versions.
19048
19049 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
19050 for the `syntax-table' text property, which rules out Emacs 19 and
19051 XEmacs < 21.4. Removed various compatibility cruft associated
19052 with those versions.
19053
19054 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
19055 support for the `syntax-table' text property.
19056
19057 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
19058 variable and use an extra quoted face name instead. All the
19059 emacsen flavors handle that correctly.
19060
19061 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
19062 (c-font-lock-declarators, c-font-lock-declarations)
19063 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
19064 property to mark the items in in declarator lists to handle
19065 refontification inside multiline declarations better.
19066
19067 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
19068 construct like "a * b = c;" as a declaration.
19069
19070 2005-12-08 Kim F. Storm <storm@cua.dk>
19071
19072 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
19073 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
19074 select either meta, hyper, or super modifier for rectangle commands.
19075 (cua--rectangle-modifier-key): New defvar.
19076 (cua--M/H-key): Use it. Remove special case for `space'.
19077 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
19078 on X, to meta otherwise. Always bind C-return to toggle
19079 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
19080
19081 * emulation/cua-rect.el (cua-help-for-rectangle):
19082 Use cua--rectangle-modifier-key. Handle super modifier too.
19083 (cua--init-rectangles): Always bind C-return to toggle rectangle.
19084 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
19085
19086 * ido.el: Move Acknowledgements and History after Commentary.
19087 Minor changes to Commentary.
19088
19089 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
19090 keymap if cua--prefix-override-timer is `shift'.
19091 (cua--shift-control-prefix): New function; emulate "type prefix
19092 key twice" functionality to handle shifted prefix key override.
19093 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
19094 New commands.
19095 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
19096
19097 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
19098
19099 * textmodes/org.el (org-insert-heading): Try to do items before
19100 headings.
19101 (org-agenda-mode): Quote `org-agenda-mode-hook'.
19102 (org-insert-item): New function.
19103 (org-renumber-ordered-list): Don't skip to higher level lists.
19104
19105 2005-12-08 Juri Linkov <juri@jurta.org>
19106
19107 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
19108
19109 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
19110
19111 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
19112
19113 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
19114 the constructed function name fun-1.
19115
19116 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
19117 because such links don't lead to parent documentation.
19118
19119 2005-12-08 Kenichi Handa <handa@m17n.org>
19120
19121 * descr-text.el (describe-char): Use *Help-2* buffer if the
19122 current buffer is *Help*. Call describe-text-properties while
19123 setting the original buffer.
19124
19125 2005-12-07 Bill Wohler <wohler@newt.com>
19126
19127 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
19128 and causes problems with non-MH users (such as Gnus users).
19129
19130 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
19131
19132 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
19133 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
19134 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
19135 command "info sources". Move calls to GDB command "list".
19136 (gdb-find-file-hook): Just use gdb-source-file-list.
19137 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
19138 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
19139 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
19140 (gdb-data-list-register-values-handler): Use correct trigger name.
19141
19142 2005-12-07 Kim F. Storm <storm@cua.dk>
19143
19144 * ido.el (ido-completion-map): Rename from ido-mode-map.
19145 (ido-common-completion-map, ido-file-completion-map)
19146 (ido-file-dir-completion-map, ido-buffer-completion-map):
19147 Rename from ido-mode-....-map.
19148 (ido-init-completion-maps): Rename from ido-init-mode-maps.
19149 (ido-setup-completion-map): Rename from ido-define-mode-map.
19150 (ido-read-internal): Bind minibuffer-local-filename-completion-map
19151 to ido-completion-map.
19152
19153 2005-12-07 Kenichi Handa <handa@m17n.org>
19154
19155 * international/mule-cmds.el
19156 (set-display-table-and-terminal-coding-system): If the coding
19157 system specified in `unibyte-display' property is different from
19158 the arg coding-system, don't setup standard-display-table.
19159
19160 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
19161
19162 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
19163 that comments end at \n, regardless of selective-display.
19164
19165 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
19166
19167 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
19168 (gdb-version): New variables.
19169 (gdb-source-file-list, gdb-register-names)
19170 (gdb-changed-registers): New variables for use with GDB 6.4+.
19171 (gdb-ann3): Replace with...
19172 (gdb-init-1, gdb-init-2): ...two new functions.
19173 (gdba, gdb-prompt): Call gdb-init-1.
19174 (gdb-get-version): New function. Call gdb-init-2 from here.
19175 (gud-watch): Make it work with mouse events too.
19176 (gdb-post-prompt): Don't add to queue until GDB version is known.
19177 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
19178 (gdb-locals-mode): Use gdb-version.
19179 (gdb-memory-format-map, gdb-memory-unit-map)
19180 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
19181 (gdb-locals-font-lock-keywords-1)
19182 (gdb-locals-font-lock-keywords-2): New variables.
19183 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
19184 (gdb-set-gud-minor-mode-existing-buffers-1)
19185 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
19186 (gdb-var-update-1, gdb-var-update-handler-1)
19187 (gdb-data-list-register-values-handler)
19188 (gdb-data-list-register-values-custom)
19189 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
19190 (gdb-stack-list-locals-handler, gdb-get-register-names):
19191 New functions for use with GDB 6.4+.
19192 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
19193 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
19194 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
19195 (gdb-stack-list-locals-regexp)
19196 (gdb-data-list-register-names-regexp): New regexps for use with
19197 GDB 6.4+.
19198
19199 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
19200
19201 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
19202
19203 2005-12-06 Nozomu Ando <nand@mac.com>
19204
19205 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
19206 prompts work for AUTH PLAIN. Also reported by Steve Allan
19207 <seallan@verizon.net>.
19208
19209 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
19210
19211 * frame.el (set-frame-parameter): Add doc string.
19212
19213 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
19214
19215 * textmodes/org.el (org-occur-highlights): New variable.
19216 (org-highlight-new-match, org-remove-occur-highlights): New functions.
19217 (org-highlight-sparse-tree-matches): New option.
19218 (org-do-occur): New function.
19219 (org-get-heading): Make it work also at beginning of line.
19220 (org-category-table): New variable.
19221 (org-get-category-table, org-get-category)
19222 (org-camel-to-words, org-link-search): New functions.
19223 (org-select-this-todo-keyword): New variable.
19224 (org-todo-list): New command.
19225 (org-shiftright, org-shiftleft): New commands.
19226 (org-agenda-todo): Add prefix argument.
19227 (org-show-hierarchy-above): New option.
19228 (org-show-todo-tree): Numerical prefix creates tree for specific
19229 TODO keyword.
19230 (org-outline-level): New function, to assign a level to plain
19231 lists items.
19232 (org-cycle-include-plain-lists): New option.
19233 (org-mode): Use `org-outline-level' as value of `outline-level'.
19234 (org-cycle): Temporarily switch `outline-regexp' if
19235 `org-cycle-include-plain-lists' is non-nil.
19236 (org-start-icalendar-file): Fix format bug.
19237 (org-agenda-get-day-entries): Create category table.
19238 (org-agenda-get-todos, org-agenda-get-timestamps)
19239 (org-agenda-get-deadlines, org-agenda-get-scheduled)
19240 (org-agenda-get-blocks): Use `org-get-category'.
19241 (org-context-in-file-links): Rename from
19242 `org-line-numbers-in-file-links'.
19243
19244 2005-12-06 Romain Francoise <romain@orebokech.com>
19245
19246 * window.el (balance-windows): Delete extraneous third arg in call
19247 to `enlarge-window'.
19248
19249 2005-12-06 Kenichi Handa <handa@m17n.org>
19250
19251 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
19252
19253 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
19254
19255 * progmodes/gdb-ui.el (gdb-var-create-handler)
19256 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
19257 (gdb-var-list-children-handler, gdb-var-update-handler):
19258 Current buffer is already gdb-partial-output-buffer, don't
19259 make it current again.
19260
19261 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
19262
19263 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
19264 (list-buffers-noselect): Use it.
19265
19266 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
19267
19268 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
19269 (mail-yank-ignored-headers): Use regexp-opt.
19270 (mail-mode-map): Move initialization into declaration.
19271 (mail-sent-via): Remove unused shadowed var `to-line'.
19272 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
19273 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
19274 (mail-do-fcc): Use dolist and push.
19275 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
19276 (mail-yank-ignored-headers): Don't autoload.
19277
19278 2005-12-05 Kenichi Handa <handa@m17n.org>
19279
19280 * international/mule-cmds.el (set-language-info-internal): New fun.
19281 (set-language-info): Call set-language-info-internal to update
19282 language-info-alist. If LANG-ENV is the current one, call
19283 set-language-environment to make INFO effective now.
19284 (set-language-info-alist): Likewise.
19285 (locale-language-names): With locale "en", use English
19286 lang. env. but set the default codings to iso-8859-1.
19287
19288 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
19289
19290 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
19291 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
19292 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
19293 for plain strings.
19294 (gdb-frames-mode): Remove redundant call to font-lock-mode.
19295 (gdb-all-registers): Rename from toggle-gdb-all-registers.
19296 Create registers buffer if necessary. Echo new state in minibuffer.
19297 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
19298
19299 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
19300
19301 * info.el (Info-fontify-node): Match external links using
19302 non-directory part of filename.
19303
19304 2005-12-04 Juri Linkov <juri@jurta.org>
19305
19306 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
19307 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
19308 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
19309 because there is no customization option for it.
19310
19311 * font-lock.el (lisp-font-lock-keywords-1):
19312 Add define-global-minor-mode.
19313
19314 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
19315
19316 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
19317 properties on the constructed variable names.
19318
19319 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19320 Put `definition-name' properties on the constructed function names
19321 next-sym and prev-sym.
19322
19323 * emacs-lisp/find-func.el (find-function-regexp):
19324 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
19325 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
19326 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
19327 and easy-menu-define.
19328
19329 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
19330 easy-mmode-define-global-mode and define-global-minor-mode.
19331 (lisp-imenu-generic-expression): Add define-global-minor-mode.
19332
19333 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
19334 instead of easy-mmode-define-global-mode.
19335
19336 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19337 Use define-minor-mode instead of easy-mmode-define-minor-mode.
19338
19339 * cus-edit.el (customize-group, customize-group-other-window):
19340 Filter out autoloaded options from the group completion list by
19341 using heuristics that autoloaded groups don't have `custom-autoload'
19342 property on their symbols (they have only `custom-loads').
19343
19344 * simple.el (completion-setup-function): Put completions-common-part
19345 face on complete completion string too (i.e. completion string
19346 without completions-first-difference face).
19347
19348 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
19349
19350 2005-12-03 Eli Zaretskii <eliz@gnu.org>
19351
19352 * view.el (view-mode): Doc fix.
19353
19354 * disp-table.el (standard-display-european): Add to the warning
19355 message a reference to the doc string.
19356
19357 * play/yow.el (apropos-zippy): Call print-help-return-message,
19358 similar to other Help and Apropos commands.
19359
19360 * help.el (print-help-return-message): If pop-up-frames is
19361 non-nil, set up help-return-method to delete the help window and,
19362 possibly, its frame as well, and don't display message about
19363 scrolling the help window. Doc fix.
19364 (help-return-method): Doc fix.
19365
19366 2005-12-03 Martin Rudalics <rudalics@gmx.at>
19367
19368 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
19369 whereby names of length one or names starting with a
19370 symbol-constituent character would not be returned.
19371
19372 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
19373
19374 * subr.el (atomic-change-group): Add edebug and indentation spec.
19375
19376 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
19377
19378 * completion.el (save-completions-file-name): Fix typo in last change.
19379
19380 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19381
19382 * info.el: Move back/forward history to the beginning of the tool bar.
19383
19384 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
19385
19386 * allout.el (eval-when-compile): Remove unnecessary load of cl.
19387 Add fset of allout-real-isearch-abort during compile to fix
19388 byte-compilation warnings.
19389 (allout-mode-p): Move definition of this macro above all uses, or
19390 byte compilation in barren Emacs (eg, during Emacs build) will
19391 lack the definition.
19392 (allout-mode): Move this variable above any uses, or byte
19393 compilation will fail.
19394 (allout-resolve-xref): Remove use of personal file-reference function.
19395 (allout-toggle-current-subtree-encryption): Do the current (ie,
19396 visible containing) topic, rather than nearest around point. Doc fix.
19397 (allout-toggle-subtree-encryption): New function, workhorse that
19398 works on nearest topic containing point.
19399 (allout-encrypt-string): Signal requirement for newer version of pgg.
19400 (allout-resumptions): Doc fix.
19401
19402 2005-12-02 Eli Zaretskii <eliz@gnu.org>
19403
19404 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
19405
19406 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
19407
19408 * textmodes/flyspell.el (flyspell-external-point-words):
19409 Consider a misspelling as found in the string search if: (a) misspelling
19410 and found string lengths match, or (b) misspelling is found as
19411 element in a boundary-chars separated longer string, or (c)
19412 ispell-program-name is really ispell and misspelling is found as
19413 part of a TeX string. After successful match move beginning of
19414 search region to end of match. Warn about not found misspellings
19415 once the process is done.
19416 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
19417
19418 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
19419
19420 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
19421 tool bar (removed inadvertently).
19422
19423 2005-12-02 Juri Linkov <juri@jurta.org>
19424
19425 * log-view.el (log-view-diff): Clarify doc string.
19426
19427 2005-12-01 Bill Wohler <wohler@newt.com>
19428
19429 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
19430 triggers lm-verify errors.
19431
19432 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
19433
19434 * simple.el (transient-mark-mode, line-number-mode)
19435 (column-number-mode, size-indication-mode): Remove `:require nil'.
19436
19437 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
19438
19439 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
19440 in the margin also.
19441 (gdb-breakpoints-mode-map): Use D instead of d for
19442 gdb-delete-breakpoint.
19443 (gdb-get-frame-number): Require a number to match on.
19444 (gdb-threads-mode-map): Add follow-link binding.
19445
19446 2005-11-30 Jason Rumney <jasonr@gnu.org>
19447
19448 * isearch.el (isearch-mode-map): Avoid exiting search on
19449 language-change event.
19450
19451 2005-11-30 Romain Francoise <romain@orebokech.com>
19452
19453 * speedbar.el (speedbar-default-position): New defcustom.
19454 (speedbar-frame-reposition-smartly): Use it.
19455
19456 * dframe.el (dframe-reposition-frame-emacs): Fix position
19457 computation for `left' location.
19458 Update copyright year.
19459
19460 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
19461
19462 * help.el (help-map): Move initialization into declaration.
19463
19464 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
19465
19466 * help-fns.el (help-argument-name): Don't autoload.
19467 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
19468 to be re-loaded when customizing the `help' group.
19469
19470 2005-11-30 John Paul Wallington <jpw@gnu.org>
19471
19472 * help-fns.el (describe-function-1): Fill arglist output.
19473
19474 2005-11-30 Kim F. Storm <storm@cua.dk>
19475
19476 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
19477 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
19478 after revert-buffer (or anything else which kills all local variables).
19479
19480 * apropos.el (apropos-parse-pattern): Doc fix.
19481 Set apropos-regexp directly, rather than expecting callers to do so.
19482 (apropos-command, apropos, apropos-value, apropos-documentation):
19483 Simplify calls to apropos-parse-pattern.
19484
19485 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
19486
19487 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
19488 (hi-lock-face-phrase-buffer): Use hi-yellow face.
19489 (hi-lock-write-interactive-patterns): Use comment-region.
19490
19491 * longlines.el (longlines-mode): Add mail-setup-hook.
19492
19493 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
19494
19495 * simple.el (sendmail-user-agent-compose, next-line):
19496 Conditionally use hard-newline.
19497
19498 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
19499
19500 * international/latexenc.el (latex-inputenc-coding-alist):
19501 Reword doc string.
19502
19503 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
19504
19505 * help.el (describe-key-briefly, describe-key): Recognize default
19506 bindings.
19507
19508 2005-11-29 Romain Francoise <romain@orebokech.com>
19509
19510 * view.el (view-inhibit-help-message): New defcustom.
19511 (view-mode-enter): Use it.
19512
19513 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
19514
19515 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
19516 Preserve user position.
19517
19518 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
19519
19520 * font-lock.el: Throw error if facemenu is not loaded to prevent
19521 accidental change of loading order in loadup.el. (Suggested by RMS.)
19522
19523 * loadup.el: Add comment explaining why facemenu must be loaded
19524 before font-lock.
19525
19526 2005-11-28 Jay Belanger <belanger@truman.edu>
19527
19528 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
19529 (calc-dispatch-map): Add more keys for `calc-same-interface'.
19530
19531 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
19532
19533 * calc/calc-embed.el (calc-do-embedded): Update help message.
19534
19535 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
19536
19537 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19538
19539 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
19540
19541 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
19542 called-interactively-p.
19543 (elp-profilable-p): Rename from elp-not-profilable-p.
19544 Invert result and take into account macros and autoloaded functions.
19545 (elp-instrument-function): Update call.
19546 (elp-instrument-package): Update call. Add completion.
19547 (elp-pack-number): Use match-string.
19548 (elp-results-jump-to-definition-by-mouse): Merge into
19549 elp-results-jump-to-definition and then remove.
19550 (elp-output-insert-symname): Make help echo text single-line.
19551
19552 * replace.el (query-replace-map): Move initialization into declaration.
19553 (occur-engine): Use with-current-buffer.
19554 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
19555 (occur-mode-mouse-goto): Replace with an alias.
19556
19557 2005-11-28 Juri Linkov <juri@jurta.org>
19558
19559 * simple.el (quoted-insert): Let-bind input-method-function to nil.
19560
19561 * term/w32-win.el: Bind [S-tab] to [backtab].
19562
19563 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
19564 `Info-find-file' to t.
19565
19566 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
19567 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
19568 and same-window-regexps.
19569 (occur-next-error): Don't move point for arg 0.
19570
19571 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
19572
19573 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
19574
19575 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19576
19577 * log-edit.el (log-edit-changelog-use-first): New var.
19578 (log-edit-changelog-ours-p): Use it.
19579 (log-edit-insert-changelog): Set it with new arg `use-first'.
19580 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
19581 (log-edit-hook): Add them to the list of suggested options.
19582
19583 * textmodes/flyspell.el (flyspell-last-buffer): New var.
19584 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
19585 redundant work.
19586 (flyspell-mode-on): Use add-hook for after-change-functions.
19587 (flyspell-mode-off): Use remove-hook for after-change-functions.
19588 (flyspell-changes): Make it buffer-local.
19589 (flyspell-after-change-function): Make it non-interactive. Use push.
19590 (flyspell-post-command-hook): Check input-pending-p while processing
19591 the potentially long list of buffer changes.
19592
19593 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
19594
19595 * buff-menu.el (list-buffers-noselect): Display the selected
19596 frame's buffer list, not the global one.
19597
19598 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
19599
19600 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
19601 that (list last-input-event) works as in interactive spec.
19602
19603 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19604
19605 * loadup.el ("facemenu"): Load facemenu before font-lock, because
19606 `facemenu-keymap' needs to be defined when font-lock is loaded.
19607 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
19608
19609 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19610
19611 * completion.el: Remove useless leading * in defcustom docstrings.
19612 (save-completions-file-name): Use ~/.emacs.d if available.
19613 (completion-standard-syntax-table): Rename from
19614 cmpl-standard-syntax-table and fold initialization into declaration,
19615 thus removing cmpl-make-standard-completion-syntax-table.
19616 (completion-lisp-syntax-table, completion-c-syntax-table)
19617 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
19618 (cmpl-saved-syntax, cmpl-saved-point): Remove.
19619 (symbol-under-point, symbol-before-point)
19620 (symbol-under-or-before-point, symbol-before-point-for-complete)
19621 (add-completions-from-c-buffer): Use with-syntax-table.
19622 (make-completion): Don't return a list of completion entries.
19623 Update callers.
19624 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
19625 (completion-initialize): Rename from initialize-completions.
19626 (completion-find-file-hook): Rename from cmpl-find-file-hook.
19627 (kill-emacs-save-completions): Collect stats here.
19628 (save-completions-to-file, load-completions-from-file):
19629 Use with-current-buffer.
19630 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
19631 into a function. Move all calls to toplevel.
19632 (completion-lisp-mode-hook): New fun.
19633 (completion-c-mode-hook, completion-setup-fortran-mode):
19634 Set the syntax-table here. Use local-set-key.
19635 (completion-saved-bindings): New var.
19636 (dynamic-completion-mode): Make it into a proper minor mode.
19637 (load-completions-from-file): Remove unused var `num-uses'.
19638
19639 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
19640 constructor if it is explicitly overridden.
19641
19642 * complete.el (PC-completion-as-file-name-predicate):
19643 Use minibuffer-completing-file-name.
19644 (partial-completion-mode): Use find-file-not-found-functions.
19645 (PC-lisp-complete-symbol): Use with-syntax-table.
19646 (PC-look-for-include-file): Remove dead setq.
19647 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
19648 (PC-complete): Use with-current-buffer.
19649
19650 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
19651 escape single quotes.
19652
19653 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19654
19655 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
19656 of `if' whose condition always returned nil. Doc fix.
19657
19658 * buff-menu.el (Buffer-menu-revert-function): Make the selected
19659 window's buffer the current buffer around the call to
19660 `list-buffers-noselect'. This is necessary to mark that buffer
19661 with a `.' in the Buffer Menu when called from Lisp, for instance
19662 by Auto Revert Mode.
19663
19664 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
19665
19666 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
19667 attaching to it.
19668 (gdb-pre-prompt): Make sure gdb-error is reset.
19669
19670 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
19671 with a child process, detect it.
19672 (gud-speedbar-buttons): Match regexp more carefully.
19673
19674 2005-11-27 Richard M. Stallman <rms@gnu.org>
19675
19676 * mouse.el (mouse-drag-move-window-bottom):
19677 Use adjust-window-trailing-edge.
19678
19679 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19680
19681 * simple.el (blink-matching-open): Ignore
19682 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
19683 (blink-matching-paren-on-screen): Update docstring.
19684
19685 * paren.el (show-paren-mode): No longer change
19686 `blink-matching-paren-on-screen'.
19687
19688 2005-11-27 John Paul Wallington <jpw@pobox.com>
19689
19690 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
19691 (gdb-threads-select, gdb-edit-register-value):
19692 Use `posn-set-point' instead of `mouse-set-point' because the
19693 latter is not fbound when configured without X.
19694
19695 2005-11-27 Kim F. Storm <storm@cua.dk>
19696
19697 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
19698 existing face when partially highlighting a TAB in a rectangle.
19699
19700 2005-11-26 Kim F. Storm <storm@cua.dk>
19701
19702 * ido.el (ido-mode-map): Doc fix.
19703 (ido-mode-common-map, ido-mode-file-map)
19704 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
19705 (ido-define-mode-map): Rewrite. Select one of the new maps as
19706 parent for ido-mode-map instead of building from scratch.
19707 (ido-init-mode-maps): New defun to initialize new maps.
19708 (ido-mode): Call it.
19709 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
19710 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
19711
19712 2005-11-26 John Paul Wallington <jpw@pobox.com>
19713
19714 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
19715 `mouse-set-point' because the latter is not fbound when configured
19716 without X.
19717
19718 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
19719
19720 * files.el (file-relative-name): Doc fix.
19721
19722 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
19723
19724 * progmodes/octave-inf.el (inferior-octave-startup): Force a
19725 non-empty string for secondary prompt PS2.
19726
19727 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
19728
19729 * progmodes/compile.el (compilation-setup): Fix last change.
19730
19731 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
19732
19733 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
19734 (gdb-mouse-toggle-breakpoint-margin)
19735 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
19736 Add gdb-server-prefix to keep out of command history.
19737 (gdb-edit-register-value): New function.
19738 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
19739 (gdb-info-registers-custom): Use above map.
19740
19741 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
19742
19743 * custom.el (enable-theme): Signal error if argument is not a
19744 theme. Don't recalculate a face if it's not loaded yet.
19745
19746 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
19747 the `user' theme is in effect.
19748
19749 * info.el (Info-on-current-buffer): Record actual filename in
19750 Info-current-file, instead of t, or a fake filename if a non-file
19751 buffer. Make autoload.
19752 (Info-find-node, Info-revert-find-node): No need to check for
19753 Info-current-file nil.
19754 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
19755 Info-current-file is now never `t'.
19756 (Info-fontify-node): Many simplifications due to Info-current-file
19757 always being valid. Use Info-find-file to find node filename.
19758
19759 2005-11-25 David Kastrup <dak@gnu.org>
19760
19761 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
19762 new character, then delete" in order to preserve markers.
19763
19764 2005-11-25 David Ponce <david@dponce.com>
19765
19766 * recentf.el (recentf-arrange-by-rule): Handle a special
19767 `auto-mode-alist'-like "strip suffix" rule.
19768 (recentf-build-mode-rules): Handle second level auto-mode entries.
19769
19770 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
19771
19772 * viper-keym.el (viper-ESC-key): Use different values in terminal and
19773 window modes.
19774
19775 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
19776 jde-javadoc-checker-report-mode.
19777
19778 * ediff-wind (ediff-make-wide-display): Slight simplification.
19779
19780 * ediff.el (ediff-date): Change the date of last update.
19781
19782 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
19783
19784 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
19785 Use define-minor-mode, and make it a local mode. Turn on font-lock.
19786 (hi-lock-mode): New global minor mode.
19787 (turn-on-hi-lock-if-enabled): New function.
19788 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
19789 Change arguments to regexp and face instead of a font-lock pattern.
19790 Directly set face property, instead of refontifying.
19791 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
19792 (hi-lock-find-patterns): Use line-number-at-pos.
19793
19794 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
19795 arguments for hi-lock-set-pattern.
19796 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
19797 Call font-lock-fontify-buffer.
19798 (hi-lock-find-file-hook, hi-lock-current-line)
19799 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
19800
19801 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
19802 turned off.
19803
19804 * progmodes/compile.el (compilation-setup): Don't fiddle with
19805 font-lock-defaults.
19806
19807 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
19808
19809 * progmodes/gdb-ui.el (gdb-var-create-handler)
19810 (gdb-var-list-children-handler): Find values for all variable
19811 objects. gud-speedbar-buttons decides whether to display them.
19812
19813 2005-11-24 Romain Francoise <romain@orebokech.com>
19814
19815 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
19816 buffer name with a space.
19817
19818 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
19819
19820 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
19821 `org-export-local-list-max-depth'. Change default value to 3.
19822 (org-auto-renumber-ordered-lists)
19823 (org-plain-list-ordered-item-terminator): New options.
19824 (org-at-item-p, org-beginning-of-item, org-end-of-item)
19825 (org-get-indentation, org-get-string-indentation)
19826 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
19827 New functions.
19828 (org-move-item-down, org-move-item-up): New commands.
19829 (org-export-as-html): New classes for CSS support. Bug fix in
19830 regular expression detecting fixed-width regions. Respect
19831 `org-local-list-ordered-item-terminator'.
19832 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
19833 also a list item.
19834 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
19835 New item moving functions.
19836
19837 2005-11-24 Juri Linkov <juri@jurta.org>
19838
19839 * isearch.el (isearch-repeat): With empty search ring set
19840 `isearch-error' to the error string instead of signaling error
19841 with the function `error'.
19842
19843 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19844
19845 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
19846
19847 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
19848
19849 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
19850 and variable.
19851 (gdb-var-create-handler, gdb-var-list-children-handler):
19852 Don't match on "char **...".
19853 (gdb-var-update-handler): Find values for all variable objects.
19854 (gdb-info-frames-custom): Identify frames by leading "#".
19855
19856 * progmodes/gud.el (gud-speedbar-menu-items): Add
19857 gdb-speedbar-auto-raise as radio button.
19858 (gud-speedbar-buttons): Raise speedbar if requested.
19859 Don't match on "char **...".
19860 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
19861 Make it editable.
19862
19863 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
19864
19865 * info.el (Info-fontify-node): Handle the case where
19866 Info-current-file is t.
19867
19868 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
19869
19870 * simple.el (blink-matching-open): Fix off-by-one in last change.
19871
19872 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19873
19874 * term/mac-win.el: Don't change default directory.
19875
19876 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
19877
19878 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
19879 buffers correctly. (It used to throw an error in such buffers.)
19880 Make it ask for confirmation in group buffers and other Custom
19881 buffers containing more than one customization item.
19882
19883 2005-11-22 John Paul Wallington <jpw@gnu.org>
19884
19885 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
19886 property on mail and url overlays.
19887 (goto-address-at-point): Use `posn-set-point' instead of
19888 `mouse-set-point' because the latter is not fbound when configured
19889 without X.
19890
19891 2005-11-22 Lars Hansen <larsh@soem.dk>
19892
19893 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
19894 (ls-lisp-classify, ls-lisp-format): Delete call to
19895 ls-lisp-parse-symlink.
19896 (ls-lisp-handle-switches): Handle symlinks to directories as
19897 directories when ls-lisp-dirs-first in non-nil.
19898
19899 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
19900
19901 * startup.el (command-line): Make sure that loaddefs.el is handled
19902 correctly in load-history.
19903
19904 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
19905
19906 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
19907 (gdb-struct-string, gdb-array-string): New constants.
19908 (gdb-info-locals-handler): Use them.
19909 (gdb-reset): Reset gdb-var-list to nil.
19910
19911 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19912
19913 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
19914 in patterns.
19915
19916 2005-11-21 Juri Linkov <juri@jurta.org>
19917
19918 * custom.el (defcustom): Update link types in docstring.
19919
19920 2005-11-20 Martin Rudalics <rudalics@gmx.at>
19921
19922 * custom.el (defgroup): Add doc-string-elt info.
19923
19924 * widget.el (define-widget): Don't use declare for the doc-string-elt.
19925
19926 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
19927
19928 * newcomment.el (comment-enter-backward): Fix last fix.
19929
19930 * simple.el (blink-matching-open):
19931 * paren.el (show-paren-function): Allow new paren-class info.
19932
19933 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
19934
19935 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
19936 handled automagically.
19937
19938 2005-11-20 Andreas Schwab <schwab@suse.de>
19939
19940 * descr-text.el (describe-char): When copying overlays put them
19941 over the full char description instead of just the first character
19942 of it.
19943
19944 2005-11-20 Juri Linkov <juri@jurta.org>
19945
19946 * simple.el (what-cursor-position):
19947 * descr-text.el (describe-char): Use Lisp-readable syntax
19948 for octal and hex. Reorder decimal, octal and hex values.
19949 Remove excess whitespace in the output. Use `=' in `column='
19950 like in `point=' and `Hscroll='.
19951
19952 * international/mule-cmds.el (encoded-string-description):
19953 Use Lisp-readable syntax for hex.
19954
19955 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
19956
19957 * newcomment.el (comment-enter-backward): Handle the case where the
19958 comment is closed by EOB.
19959
19960 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
19961
19962 * longlines.el (longlines-before-revert-hook)
19963 (longlines-after-revert-hook): New functions.
19964 (longlines-mode): Turn off longlines temporarily when reverting.
19965 Add a message-setup-hook.
19966 (longlines-decode-buffer): New function.
19967 (longlines-wrap-line): Preserve marker positions.
19968
19969 2005-11-19 Andreas Schwab <schwab@suse.de>
19970
19971 * emacs-lisp/shadow.el: Handle compressed files.
19972
19973 2005-11-19 Romain Francoise <romain@orebokech.com>
19974
19975 * net/browse-url.el (browse-url-default-browser): Signal an error
19976 if no usable browser can be found, rather than try to load w3.
19977
19978 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
19979
19980 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
19981 replacing existing properties.
19982 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
19983 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
19984 tty specs.
19985 (rcirc-server-prefix, rcirc-server): New faces.
19986 (rcirc-url-regexp): Generate with rx macro.
19987 (rcirc-last-server-message-time): New variable.
19988 (rcirc-filter): Record time of last message.
19989 (rcirc-keepalive): Kill processes that did not send a message
19990 since the last ping.
19991 (rcirc-mode): Give rcirc-topic a local binding here.
19992
19993 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
19994
19995 * subr.el (read-passwd): Fontify the prompt as we do with other
19996 prompts.
19997
19998 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
19999
20000 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
20001 binding buffer-read-only to nil.
20002
20003 2005-11-19 Eli Zaretskii <eliz@gnu.org>
20004
20005 * complete.el (partial-completion-mode):
20006 Mention completion-auto-help in the doc string.
20007
20008 * man.el (Man-highlight-references): Doc fix. Reformat code in a
20009 more Lisp-ish way.
20010
20011 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
20012
20013 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
20014 digits, not 8, to avoid misalignment for files larger than 100MB.
20015
20016 2005-11-19 Eli Zaretskii <eliz@gnu.org>
20017
20018 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
20019 Mention "keyboard shortcuts" in the help text.
20020
20021 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20022
20023 * startup.el (fancy-splash-default-action): Discard only
20024 mouse-down and succeeding mouse-up events in the splash screen
20025 window so that drag-n-drop event can be processed.
20026
20027 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
20028
20029 * longlines.el (longlines-mode): Add hacks for mail-mode and
20030 message-mode.
20031
20032 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
20033
20034 * textmodes/org.el (org-table-sort-lines): New command.
20035 (org-tbl-menu): Add entry for `org-table-sort-lines'.
20036 (org-add-file): Command removed, use `org-agenda-file-to-front'
20037 instead.
20038 (org-export-icalendar): Use `org-icalendar-combined-name'.
20039 (org-cycle-agenda-files, org-agenda-file-to-end)
20040 (org-agenda-file-to-front): New commands.
20041 (org-table-tab-jumps-over-hlines, org-export-html-style):
20042 New options.
20043 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
20044 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
20045 New functions.
20046 (org-fill-paragraph): Call `org-table-align' in tables.
20047 (org-mode): Call `org-set-autofill-regexps'.
20048 (org-export-as-html): Support for local handformatted lists.
20049 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
20050 (org-export-local-list-max-depth): New option.
20051 (org-html-expand): Use `org-html-protect'.
20052
20053 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
20054
20055 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
20056 to "p".
20057 (gdb): Move definition of gud-pp to...
20058
20059 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
20060 speedbar.
20061 (gdb-find-watch-expression): New function.
20062
20063 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
20064
20065 * faces.el (face-attribute, set-face-attribute): Mention existence
20066 of `:ignore-defface' setting in docstring.
20067
20068 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
20069
20070 * simple.el (completion-setup-function): Fix last change.
20071
20072 2005-11-17 John Paul Wallington <jpw@pobox.com>
20073
20074 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
20075 Use `posn-set-point' instead of `mouse-set-point' because the
20076 latter is not fbound when configured without X.
20077
20078 * comint.el (comint-insert-input): Likewise.
20079
20080 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
20081
20082 * simple.el (hard-newline): New variable.
20083 (sendmail-user-agent-compose, next-line): Use it.
20084
20085 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
20086 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
20087 (mail-mail-reply-to, mail-mail-followup-to)
20088 (mail-position-on-field, mail-signature, mail-yank-original)
20089 (mail-attach-file): Likewise.
20090
20091 * mail/mailheader.el (mail-header-format)
20092 (mail-header-format-function): Likewise.
20093
20094 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
20095
20096 2005-11-17 Juri Linkov <juri@jurta.org>
20097
20098 * font-lock.el (font-lock-faces): Rename this defgroup from
20099 `font-lock-highlighting-faces'.
20100 (font-lock-comment-face, font-lock-comment-delimiter-face)
20101 (font-lock-string-face, font-lock-doc-face)
20102 (font-lock-keyword-face, font-lock-builtin-face)
20103 (font-lock-function-name-face, font-lock-variable-name-face)
20104 (font-lock-type-face, font-lock-constant-face)
20105 (font-lock-warning-face, font-lock-negation-char-face)
20106 (font-lock-preprocessor-face)
20107 (font-lock-regexp-grouping-backslash)
20108 (font-lock-regexp-grouping-construct): Rename :group from
20109 `font-lock-highlighting-faces' to `font-lock-faces'.
20110
20111 * cus-edit.el (lisp, c, tex):
20112 * progmodes/ada-mode.el (ada):
20113 * progmodes/asm-mode.el (asm):
20114 * progmodes/cperl-mode.el (cperl-faces):
20115 * progmodes/cpp.el (cpp):
20116 * progmodes/dcl-mode.el (dcl):
20117 * progmodes/f90.el (f90):
20118 * progmodes/fortran.el (fortran):
20119 * progmodes/icon.el (icon):
20120 * progmodes/idlwave.el (idlwave-misc):
20121 * progmodes/m4-mode.el (m4):
20122 * progmodes/make-mode.el (makefile):
20123 * progmodes/meta-mode.el (meta-font):
20124 * progmodes/modula2.el (modula2):
20125 * progmodes/octave-mod.el (octave):
20126 * progmodes/pascal.el (pascal):
20127 * progmodes/perl-mode.el (perl):
20128 * progmodes/prolog.el (prolog):
20129 * progmodes/ps-mode.el (PostScript-edit):
20130 * progmodes/scheme.el (scheme):
20131 * progmodes/sh-script.el (sh-script):
20132 * progmodes/simula.el (simula):
20133 * progmodes/tcl.el (tcl):
20134 * textmodes/nroff-mode.el (nroff):
20135 * textmodes/reftex-vars.el (reftex-fontification-configurations):
20136 * textmodes/sgml-mode.el (sgml):
20137 * textmodes/texinfo.el (texinfo):
20138 Add :link (custom-group-link font-lock-faces) to defgroup.
20139
20140 * hi-lock.el (hi-lock): Rename this defgroup from
20141 `hi-lock-interactive-text-highlighting'. Change parent group from
20142 `faces' to `font-lock'. Add link to the manual.
20143 (hi-lock-mode, hi-lock-file-patterns-range)
20144 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
20145 `hi-lock-interactive-text-highlighting' to `hi-lock'.
20146 (hi-lock-faces): Add :group `faces'.
20147
20148 * cus-edit.el (custom-variable-prompt): Clarify the code.
20149
20150 * faces.el (face-read-string): Set the default value arg of
20151 completing-read.
20152
20153 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
20154
20155 * rfn-eshadow.el (file-name-shadow-properties)
20156 (file-name-shadow-tty-properties, file-name-shadow-mode):
20157 Remove autoloads, because the file is now preloaded.
20158
20159 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
20160
20161 * printing.el (easy-menu-intern): Don't define.
20162 (pr-get-symbol): Use easy-menu-intern only if defined.
20163
20164 * simple.el (blink-matching-open): Simplify a bit.
20165 (completion-setup-function): Fix the case of partial-completion-mode
20166 when the minibuffer's contents start with "-".
20167 Obey completion-base-size-function even when
20168 minibuffer-completing-file-name is non-nil.
20169
20170 2005-11-16 Richard M. Stallman <rms@gnu.org>
20171
20172 * net/eudcb-ph.el (eudc-ph-open-session):
20173 Use set-process-query-on-exit-flag.
20174
20175 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
20176
20177 * international/ucs-tables.el (ucs-set-table-for-input):
20178 Use make-local-variable, not make-variable-buffer-local.
20179
20180 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
20181 Improve warning message text.
20182
20183 * savehist.el (savehist-save-hook): Add :group.
20184
20185 * menu-bar.el (menu-bar-help-menu):
20186 Rename Find Extra Packages to External Packages.
20187
20188 * cus-edit.el (Custom-reset-standard): Verify that
20189 :custom-standard-value prop exists before calling it.
20190
20191 * apropos.el (apropos-calc-scores): Use apropos-pattern.
20192
20193 2005-11-16 Martin Rudalics <rudalics@gmx.at>
20194
20195 * wid-edit.el (color): Enclose %t in %{...%}.
20196
20197 * cus-edit.el (face): Enclose %t in %{...%}.
20198
20199 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
20200
20201 * savehist.el (savehist-mode-hook): Re-add the var.
20202 (savehist-mode): Use it.
20203
20204 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
20205
20206 * textmodes/flyspell.el: Fix commenting convention.
20207 Remove unnecessary leading * in custom docstrings.
20208 (flyspell-emacs): Remove unused var.
20209 (flyspell-delete-region-overlays): Use remove-overlays.
20210 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
20211 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
20212 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
20213 (flyspell-debug-signal-word-checked): Use with-current-buffer.
20214 (make-flyspell-overlay): Don't locally reuse a global name.
20215 (flyspell-highlight-incorrect-region)
20216 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
20217 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
20218 (flyspell-notify-misspell): Remove unused args `start' and `end'.
20219 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
20220 Wrap calls to accept-process-output inside with-local-quit since it's
20221 often called from a post-command-hook.
20222 (flyspell-correct-word, flyspell-auto-correct-word):
20223 Use ispell-send-string.
20224 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
20225
20226 * calendar/diary-lib.el (diary-list-entries): Also hide the
20227 terminating newline.
20228
20229 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
20230
20231 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
20232 window-system, to allow fonts on tty.
20233
20234 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
20235
20236 * progmodes/gud.el (gud-speedbar-item-info): New function.
20237 (gud-install-speedbar-variables): Use it to display data type
20238 of watch expression as a tooltip in speedbar.
20239
20240 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
20241
20242 * font-core.el (global-font-lock-mode): Add :version keyword,
20243 because default was changed.
20244
20245 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
20246
20247 * startup.el (command-line): Use `custom-reevaluate-setting' for
20248 `file-name-shadow-mode'.
20249
20250 * loadup.el: Preload rfn-eshadow.
20251
20252 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
20253 Add :version keyword.
20254 (file-name-shadow-properties, file-name-shadow-tty-properties)
20255 (file-name-shadow): Add :version keyword.
20256
20257 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
20258 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
20259 in the custom-group property of the symbol frames and the fringe
20260 group got no link to its parent group frames.
20261 Doc fix.
20262
20263 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20264
20265 * progmodes/gud.el (gud-stop-subjob): New function.
20266 (gud-menu-map, gud-tool-bar-map): Use it.
20267
20268 2005-11-16 Kim F. Storm <storm@cua.dk>
20269
20270 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
20271 than kill it.
20272 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
20273 to a more useful/logical place.
20274
20275 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20276
20277 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
20278 go buttons complementary.
20279
20280 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
20281
20282 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
20283 (rfn-eshadow-sifn-equal): New function.
20284 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
20285
20286 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
20287
20288 * viper-utils.el (viper-non-word-characters-reformed-vi):
20289 Quote `-' in string.
20290
20291 * viper.el (viper-emacs-state-mode-list): Ensure that
20292 rcirc-mode buffers come up in Emacs state.
20293
20294 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
20295 operation.
20296
20297 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
20298
20299 * term.el (term-termcap-format): Fix typos.
20300 (term-down): Fix the negative argument case.
20301
20302 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20303
20304 * progmodes/gdb-ui.el: Remove face-alias left over from change on
20305 2005-08-15.
20306 (gdb-ann3): New command gud-go.
20307 (menu): Accomodate gdb-mi.el.
20308 (gdb-assembler-custom): Make buffer of selected window current
20309 so that set-window-point works.
20310
20311 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
20312 buttons and include new ones.
20313
20314 2005-11-16 Kim F. Storm <storm@cua.dk>
20315
20316 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
20317 (gud-menu-map): Use it.
20318
20319 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
20320
20321 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
20322 that works correctly for Custom and that does not override a user
20323 who disables it.
20324
20325 * help-mode.el (help-make-xrefs, help-xref-on-pp)
20326 (help-xref-interned, help-follow): Make hyperlinks for variables
20327 that are unbound, but have a non-nil variable-documentation property.
20328
20329 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
20330 mode hook. (It conflicted with defcustoms for some mode hooks.)
20331 Use the `variable-documentation' property to give the mode hook a
20332 docstring and expand that docstring.
20333
20334 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
20335
20336 * savehist.el (savehist-mode): Don't bother with
20337 `custom-set-minor-mode'.
20338 (savehist-coding-system): Check XEmacs version.
20339 (history-length): Declare also at run time.
20340 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
20341 Don't set the customize state.
20342 (savehist-minibuffer-hook): Special case for when
20343 minibuffer-history-variable is equal to t.
20344
20345 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
20346
20347 * files.el (write-file): Refresh VC status.
20348
20349 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
20350 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
20351 than fundamental-mode to see if the mode was set.
20352
20353 2005-11-14 Romain Francoise <romain@orebokech.com>
20354
20355 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
20356 dummy function in `eval-when-compile' to avoid compiler warning.
20357 Require `man' at compile time.
20358
20359 2005-11-14 Jay Belanger <belanger@truman.edu>
20360
20361 * calc-alg.el (calcFunc-write-out-power): Rename it to
20362 calcFunc-powerexpand.
20363 (math-write-out-power): Rename it to math-powerexpand; have it
20364 handle negative exponents.
20365 (calc-writeoutpower): Rename it to calc-powerexpand.
20366
20367 * calc-ext.el: Change calcFunc-writeoutpower and
20368 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
20369 autoloads.
20370 Add calcFunc-ldiv to autoloads.
20371
20372 * calc-arith.el (calcFunc-ldiv): New function.
20373
20374 * calc.el (calc-left-divide): New function.
20375
20376 2005-11-14 Juri Linkov <juri@jurta.org>
20377
20378 * cus-edit.el (custom-variable-prompt): Set the default value arg
20379 of completing-read.
20380
20381 * cus-dep.el (custom-make-dependencies): Reverse the list of
20382 found dependencies.
20383
20384 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
20385
20386 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
20387 Highlighting" entry, it is on by default now.
20388 (menu-bar-options-save): Do not save global-font-lock-mode.
20389
20390 2005-11-13 Richard M. Stallman <rms@gnu.org>
20391
20392 * textmodes/flyspell.el (flyspell-large-region):
20393 Call flyspell-accept-buffer-local-defs.
20394
20395 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
20396
20397 * textmodes/flyspell.el (flyspell-notify-misspell):
20398 Fix misspelling of "Misspelling".
20399 (flyspell-process-localwords): New function.
20400 (flyspell-large-region): Call flyspell-process-localwords and
20401 flyspell-delete-region-overlays.
20402 (flyspell-delete-region-overlays): New function.
20403 (flyspell-delete-all-overlays): Call that.
20404
20405 2005-11-13 Richard M. Stallman <rms@gnu.org>
20406
20407 * help.el (help-for-help-internal): Improve doc of C-h a.
20408 (describe-key): Improve prompt; doc fix.
20409
20410 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
20411
20412 * vc-svn.el (vc-svn-registered): Catch all errors.
20413
20414 * cus-dep.el (custom-make-dependencies): Typo.
20415
20416 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
20417
20418 * net/tramp-util.el (top): Fix compilation warning.
20419
20420 2005-11-13 Kim F. Storm <storm@cua.dk>
20421
20422 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
20423
20424 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
20425
20426 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
20427 (gud-speedbar-buttons): Match on "const char *" too.
20428
20429 * progmodes/gdb-ui.el (gdb-var-create-handler)
20430 (gdb-var-list-children-handler): Match on "const char *" too.
20431 (gdb-var-evaluate-expression-handler): Match on empty string.
20432 (gdb-var-update-handler): Only call
20433 gdb-var-evaluate-expression-handler when required.
20434
20435 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
20436
20437 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
20438 selected window. This still doesn't work for speedbar.
20439 (gud-speedbar-buttons): Handle string expressions properly.
20440
20441 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
20442 (gdb-var-create-handler): Handle string expressions properly.
20443 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
20444 Handle string expressions properly. Move "type" field into regexp.
20445
20446 2005-11-12 Karl Fogel <kfogel@red-bean.com>
20447
20448 * bookmark.el (bookmark-maybe-message): New function to reduce
20449 code duplication: invokes `message' iff baud-rate is high enough.
20450 (bookmark-write-file): Use above instead of an inline conditional.
20451 (bookmark-load): Same.
20452
20453 2005-11-12 Karl Fogel <kfogel@red-bean.com>
20454
20455 * bookmark.el (bookmark-write-file): Don't visit the destination
20456 file, just write the data to it using write-region. This is
20457 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
20458 change to avoid visiting the file in the first place.
20459
20460 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
20461
20462 * hi-lock.el (hi-lock-mode): Set the default value of
20463 font-lock-defaults.
20464
20465 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
20466
20467 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
20468 arg to `file-attributes'.
20469 (find-lisp-format): The UID and GID can now be strings.
20470
20471 2005-11-12 Kim F. Storm <storm@cua.dk>
20472
20473 * help.el (help-map): Bind C-h d to apropos-documentation.
20474
20475 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
20476 when point is at end-of-buffer.
20477
20478 * apropos.el (apropos-match-face): Doc fix.
20479 (apropos-sort-by-scores): Add new choice `verbose'.
20480 (apropos-documentation-sort-by-scores): New defcustom.
20481 (apropos-pattern): Now contains the pattern entered by the user.
20482 (apropos-pattern-quoted): New defvar.
20483 (apropos-regexp): New defvar, containing the regexp corresponding
20484 to apropos-pattern.
20485 (apropos-all-words-regexp): Rename from apropos-all-regexp.
20486 (apropos-read-pattern): New defun. Use it to read pattern arg in
20487 interactive calls; returns list of words for a word list, and
20488 string for a regexp.
20489 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
20490 parses a list of words or regexp as returned by apropos-read-pattern.
20491 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
20492 (apropos-score-doc): Return a very high score if the string
20493 entered by the user matches literally.
20494 (apropos-variable): Doc fix. Use apropos-read-pattern.
20495 (apropos-command): Doc fix. Use apropos-read-pattern and
20496 apropos-parse-pattern. Call apropos-print with nosubst=t.
20497 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
20498 apropos-parse-pattern.
20499 (apropos-documentation): Doc fix. Use apropos-read-pattern and
20500 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
20501 apropos-documentation-sort-by-scores. Call apropos-print with
20502 nosubst=t.
20503 (apropos-documentation-internal): Pass doc string through
20504 substitute-key-definition before adding text properties.
20505 Highlight substring matching literal user input if possible.
20506 (apropos-documentation-check-doc-file): Remove locals beg and end.
20507 Fix calculation of score (as added twice). Pass doc string through
20508 substitute-key-definition before adding text properties.
20509 (apropos-documentation-check-elc-file): Pass doc string through
20510 substitute-key-definition before adding text properties.
20511 Highlight substring matching literal user input if possible.
20512 (apropos-print): Add new arg NOSUBST; if set, command and variable
20513 doc strings have already been passed through substitute-key-definition.
20514 Add code to handle apropos-accumulator items without score element
20515 for backwards compatibility (e.g. with woman package).
20516 Only show scores if apropos-sort-by-scores is `verbose'.
20517
20518 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
20519
20520 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
20521 Add jka-compr-load-suffixes to load-suffixes.
20522
20523 * jka-compr.el: Require jka-cmpr-hook.
20524 (jka-compr-info-compress-message, jka-compr-info-compress-program)
20525 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
20526 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
20527 (jka-compr-info-can-append, jka-compr-info-strip-extension)
20528 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
20529 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
20530 (jka-compr-uninstall): Remove entries from
20531 jka-compr-added-to-file-coding-system-alist after they are used.
20532 (jka-compr-error): Remove unused var `curbuf'.
20533 (jka-compr-file-local-copy): Remove unused var `notfound'.
20534
20535 2005-11-10 Romain Francoise <romain@orebokech.com>
20536
20537 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
20538
20539 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
20540
20541 * progmodes/gud.el (gud-menu-map): Move parentheses.
20542 (gdb): New command gud-pv.
20543
20544 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
20545
20546 * tar-mode.el: Remove spurious or unnecessary leading stars
20547 in docstrings.
20548 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
20549 (tar-parse-octal-integer-safe): Use mapc.
20550 (tar-header-block-summarize): Remove unused var `ck'.
20551 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
20552 cleared before. Obey default-enable-multibyte-characters.
20553 Use mapconcat. Simplify setting of tar-header-offset.
20554 (tar-mode-map): Move initialization inside delcaration.
20555 (tar-flag-deleted): Use `abs'.
20556 (tar-expunge-internal): Remove unused var `line'.
20557 (tar-expunge-internal): Don't hardcode point-min==1.
20558 (tar-expunge): Widen while doing set-buffer-multibyte.
20559 (tar-rename-entry): Use file-name-coding-system.
20560 (tar-alter-one-field): Don't hardcode point-min==1.
20561 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
20562 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
20563
20564 2005-11-10 Masatake YAMATO <jet@gyve.org>
20565
20566 * add-log.el (add-log-current-defun): Handle class::method
20567 notation of c++. Fix incorrect comment.
20568
20569 2005-11-10 Alan Mackenzie <acm@muc.de>
20570
20571 * help-fns.el (describe-variable): Make C-h v work when a variable
20572 has variable documentation yet is unbound.
20573
20574 2005-11-10 Masatake YAMATO <jet@gyve.org>
20575
20576 * man.el (Man-highlight-references): Set an empty
20577 string to `Man-arguments' if it is nil.
20578 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
20579
20580 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
20581
20582 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
20583 commenting conventions.
20584
20585 * cus-dep.el (custom-make-dependencies): Simplify.
20586 Better follow the commenting conventions.
20587
20588 2005-11-09 Richard M. Stallman <rms@gnu.org>
20589
20590 * apropos.el (apropos-pattern): Rename from apropos-regexp.
20591 (apropos-orig-pattern): Rename from apropos-orig-regexp.
20592 All uses changed.
20593 (apropos-rewrite-regexp): Doc fix.
20594 (apropos-variable, apropos-command, apropos, apropos-value):
20595 Change prompt; carry through the argument renaming.
20596
20597 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
20598
20599 * find-lisp.el: Require dired.
20600 (find-lisp-find-dired-internal): Do not call
20601 `abbreviate-file-name' on DIR.
20602
20603 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
20604
20605 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
20606
20607 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
20608
20609 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
20610 when using the speedbar.
20611 (gdb): New command gud-pp.
20612 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
20613
20614 2005-11-09 Juri Linkov <juri@jurta.org>
20615
20616 * replace.el (occur-excluded-properties): New defcustom.
20617 (occur-1, occur-engine, occur-accumulate-lines): Use it.
20618
20619 2005-11-08 Jay Belanger <belanger@truman.edu>
20620
20621 * calc/calc-units.el (math-convert-units): Replace any composite
20622 unit by its definition.
20623
20624 2005-11-08 Lars Hansen <larsh@soem.dk>
20625
20626 * emacs-lisp/autoload.el (update-directory-autoloads):
20627 Add obsolete function alias.
20628
20629 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
20630
20631 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
20632 comment-indent-function.
20633 (lisp-comment-indent): Replace by an alias for comment-indent-default.
20634
20635 * reveal.el (reveal-post-command): Rework the handling of
20636 reveal-open-spots, so as to be more reliable. There were several
20637 tricky corner cases where an open spot might be lost, or where
20638 a closed spot might end up on the list of open spots.
20639 Only reveal text that's ellipsised.
20640
20641 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
20642
20643 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
20644
20645 2005-11-07 John Paul Wallington <jpw@gnu.org>
20646
20647 * ibuffer.el (ibuffer): Search iconified frames too when
20648 getting Ibuffer buffer's window.
20649
20650 2005-11-06 Richard M. Stallman <rms@gnu.org>
20651
20652 * progmodes/compile.el (compilation-internal-error-properties):
20653 save-excursion around the computation of MARKER.
20654
20655 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
20656
20657 * textmodes/flyspell.el (flyspell-external-point-words):
20658 flyspell-get-word returns a list, not just a string.
20659
20660 2005-11-06 John Paul Wallington <jpw@pobox.com>
20661
20662 * ibuffer.el (ibuffer): Search all visible frames when getting
20663 Ibuffer buffer's window.
20664
20665 2005-11-07 Masatake YAMATO <jet@gyve.org>
20666
20667 * man.el (Man-reference-regexp): Accept spaces between
20668 `Man-name-regexp' and `Man-section-regexp'.
20669 (Man-apropos-regexp): New variable.
20670 (Man-abstract-xref-man-page): Use value for `Man-target-string'
20671 if available.
20672 (Man-highlight-references, Man-highlight-references0):
20673 Handle the case when `Man-arguments' includes "-k".
20674 (Man-highlight-references0): Rename the argument `TARGET-POS' to
20675 `TARGET'. `TARGET' can be a number, function or nil.
20676
20677 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
20678
20679 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
20680 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
20681 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
20682 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
20683 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
20684 (gdb-send-item): Use buffer-local-value and simplify.
20685
20686 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
20687
20688 * startup.el (command-line): Use `custom-reevaluate-setting' for
20689 `global-font-lock-mode'.
20690
20691 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
20692 by default, except in batch mode or when the -D option is given.
20693
20694 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
20695 specified keyword args on to `define-minor-mode'. Update docstring.
20696
20697 2005-11-05 Romain Francoise <romain@orebokech.com>
20698
20699 * replace.el (occur-engine): Add marker at end of line, too.
20700
20701 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
20702
20703 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20704 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20705 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20706 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20707 argument to all these routines, so the passphrase can be managed
20708 externally and passed in to the system.
20709 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20710 pgg-add-passphrase-to-cache function.
20711
20712 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20713 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20714 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20715 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20716 argument to all these routines, so the passphrase can be managed
20717 externally and passed in to the system.
20718 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20719 function.
20720
20721 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
20722
20723 * font-lock.el: Don't deal with font-lock-face-attributes here,
20724 move the code ...
20725
20726 * startup.el (command-line): ... here. Use face-spec-set instead
20727 of custom-declare-face.
20728
20729 * faces.el (face-spec-set): Reset the face if spec is not nil.
20730
20731 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
20732
20733 * newcomment.el (comment-region-internal): Box more tightly in the
20734 common case where there's no TAB in the boxed text.
20735
20736 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20737
20738 * info.el (info-tool-bar-map): Use images prev-node, next-node and
20739 up-node.
20740
20741 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
20742
20743 * newsticker.el: Commentary updated. Code formatting changed.
20744 (newsticker-version): Change to "1.9".
20745 (newsticker, newsticker-feed): Doc fix.
20746 (newsticker-url-list): Doc fix. Add option "Weekly".
20747 (newsticker-retrieval-interval): Add option "Weekly".
20748 (newsticker-headline-processing): Doc fix.
20749 (newsticker-auto-mark-filter): Remove.
20750 (newsticker-auto-mark-filter-list): New.
20751 (newsticker-layout, newsticker-sort-method): Doc fix.
20752 (newsticker-hide-old-items-in-newsticker-buffer)
20753 (newsticker-heading-format, newsticker-item-format)
20754 (newsticker-desc-format): Doc fix.
20755 (newsticker-show-all-rss-elements): Remove.
20756 (newsticker-show-all-news-elements): New.
20757 (newsticker-faces, newsticker-ticker): Doc fix.
20758 (remove-from-invisibility-spec): Code formatting.
20759 (newsticker--process-ids): New.
20760 (newsticker-mode): Doc fix.
20761 (newsticker-mode): Change mode-line-format.
20762 (newsticker-start): Remove debug output.
20763 (newsticker-start-ticker): Doc fix. Add autoload cookie.
20764 (newsticker-w3m-show-inline-images): Code formatting.
20765 (newsticker-next-item): Call `force-mode-line-update'.
20766 (newsticker-previous-item): Call `force-mode-line-update'.
20767 (newsticker-next-feed): Call `force-mode-line-update'.
20768 (newsticker-previous-feed): Call `force-mode-line-update'.
20769 (newsticker-mark-all-items-at-point-as-read): Code formatting.
20770 (newsticker-show-old-items): Do not show descs.
20771 (newsticker-hide-entry): Hide too much.
20772 (newsticker-hide-entry, newsticker-show-entry)
20773 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
20774 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
20775 (newsticker-toggle-auto-narrow-to-item): Code formatting.
20776 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
20777 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
20778 (newsticker-get-news): Call `force-mode-line-update'.
20779 Collect process ids.
20780 (newsticker--sentinel): Change coding system handling.
20781 Move image retrieval to new functions newsticker--get-logo-url-*.
20782 Move feed parsing to new functions newsticker--parse-*.
20783 Update list of process ids.
20784 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
20785 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
20786 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
20787 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
20788 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
20789 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
20790 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
20791 (newsticker--decode-coding-string): Remove.
20792 (newsticker--decode-numeric-entities): Check input. Format code.
20793 (newsticker--remove-whitespace): Check input.
20794 (newsticker--do-forget-preformatted): Doc fix.
20795 (newsticker--decode-rfc822-date): Allow for missing time.
20796 (newsticker--update-process-ids): New.
20797 (newsticker--image-sentinel): Change comment.
20798 (newsticker--image-read): Change error message.
20799 (newsticker--imenu-goto): Doc fix. Show headline title.
20800 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
20801 (newsticker--buffer-do-insert-text): Clean whitespace in
20802 html-rendered headline title. Code formatting.
20803 Call `newsticker--buffer-print-extra-elements'.
20804 (newsticker--buffer-print-extra-element): Remove.
20805 (newsticker--buffer-print-extra-elements): New.
20806 (newsticker--buffer-do-print-extra-element): New.
20807 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
20808 large sizes.
20809 (newsticker--run-auto-mark-filter)
20810 (newsticker--do-run-auto-mark-filter):
20811 Use `newsticker-auto-mark-filter-list'.
20812
20813 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
20814
20815 * net/rcirc.el: Use split-string OMIT-NULLS argument.
20816 (rcirc-print): Force redisplay before running hooks. Do long
20817 buffer truncation after making new text read-only. Deal with nil
20818 text when decoding strings. If TARGET is nil, use either the
20819 currently selected buffer, if it is an rcirc buffer and of the
20820 same process or the process buffer.
20821 (rcirc-mode): Remove header-line. Recompute short buffer names.
20822 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
20823 (rcirc-short-buffer-name): Add variable.
20824 (rcirc-kill-buffer-hook): Recompute short buffer names.
20825 Remove nick from private channel.
20826 (rcirc-send-input): Send command text to current-buffer.
20827 Don't clear overlay arrow here.
20828 (rcirc-short-buffer-name): Return a short buffer name.
20829 (rcirc-update-short-buffer-names, rcirc-abbreviate)
20830 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
20831 buffer-name abbreviations.
20832 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
20833 Do not touch nick-table when killing a parted channel.
20834 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
20835 Clear arrow from current buffer if it is now hidden.
20836 (rcirc-current-buffer): Add variable.
20837 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20838 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
20839 Remove -face from names.
20840 (rcirc-update-activity-string): Print "DND" when globally ignoring
20841 activity.
20842 (rcirc-ignore-buffer-activity-flag): Rename from
20843 rcirc-ignore-channel-activity.
20844 (rcirc-ignore-all-activity-flag): Doc fix.
20845 (rcirc-channels): Remove variable.
20846 (rcirc-kill-buffer-hook):
20847 (rcirc-get-buffer-create): Add nick to private channel.
20848 (rcirc-multiline-edit-submit): Remove tabs.
20849 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
20850 folded.
20851 (rcirc-remove-nick-channel): Bug fix.
20852 (rcirc-toggle-ignore-buffer-activity): Rename from
20853 rcirc-toggle-ignore-channel-activity.
20854 (rcirc-record-activity): Add buffers to the front of the list.
20855 (rcirc-update-activity): Remove killed buffers from list.
20856 (rcirc-process-server-response-1): Remove last argument if it is
20857 null before calling handler.
20858 (rcirc): Add "rcirc" defcustom prefix.
20859 (rcirc-prompt): Simplify default prompt.
20860 Use custom-initialize-default.
20861 (rcirc-private-chats): Remove variable.
20862 (rcirc-prompt): Change initialization.
20863 (rcirc-version): Remove function.
20864 (rcirc-id-string): Add constant.
20865 (rcirc-last-buffer): Remove variable.
20866 (rcirc-buffer-alist): Add variable.
20867 (rcirc-connect): Update variable setup.
20868 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
20869 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
20870 default.
20871 (rcirc-handler-generic): Trigger activity.
20872 (rcirc-send-message): Create the buffor of the target.
20873 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
20874 (rcirc-get-buffer): Just return nil if there is no matching buffer.
20875 (rcirc-multiline-edit-cancel): Remove function.
20876 (rcirc-set-last-buffer): Remove function.
20877 (rcirc-get-any-buffer): Add function.
20878 (rcirc-join-channels): Don't print /join text.
20879 (rcirc-toggle-ignore-channel-activity): Add and update echo area
20880 messages.
20881 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
20882 (rcirc-handler-NOTICE): Recognize CTCP responses.
20883 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
20884 constructing TOPIC string for buffers we are not JOINed.
20885 (rcirc-handler-CTCP-response): Add handler.
20886 (rcirc-multiline-edit-submit): Restore the window-configuration
20887 before adjusting point.
20888 (rcirc): Add customization group.
20889 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
20890 (rcirc-user-full-name, rcirc-startup-channels-alist)
20891 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
20892 (rcirc-ignore-all-activity-flag, rcirc-time-format)
20893 (rcirc-input-ring-size, rcirc-read-only-flag)
20894 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
20895 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
20896 Change defvar to defcustom.
20897 (rcirc-update-prompt): Add optional ALL arg, which will update
20898 prompts in all rcirc buffers. Regexp quote replacement text.
20899 (rcirc-fill-column): Accept frame-width as a value.
20900 (rcirc-set-changed): Add function.
20901 (rcirc-next-active-buffer): Write more meaningful messages.
20902 (rcirc-faces): Add customization group.
20903 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
20904 (rcirc-nick-in-message-face, rcirc-prompt-face)
20905 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
20906 (with-rcirc-process-buffer): Move before first usage.
20907 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
20908 (rcirc-debug-flag): Rename from `rcirc-log-p'.
20909 (rcirc-debug): Rename from `rcirc-log'.
20910 (rcirc-format-response-string): Do not print `-' chars for a
20911 NOTICE with no sender. Simplify output of server responses.
20912
20913 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
20914
20915 (rcirc-browse-url-map, rcirc-browse-url-at-point)
20916 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
20917 Make urls mouse and RET clickable.
20918
20919 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
20920
20921 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
20922
20923 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
20924
20925 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20926 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20927 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20928 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20929 argument to all these routines, so the passphrase can be managed
20930 externally and passed in to the system.
20931 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20932 pgg-add-passphrase-to-cache function.
20933
20934 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20935 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20936 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20937 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20938 argument to all these routines, so the passphrase can be managed
20939 externally and passed in to the system.
20940 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20941 function.
20942
20943 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
20944
20945 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
20946 from goto-address-url-regexp.
20947
20948 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
20949
20950 * textmodes/org.el (org-read-date, org-goto-calendar)
20951 (org-recenter-calendar, org-agenda-goto-calendar):
20952 Temporarily clear `calendar-move-hook'.
20953
20954 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
20955
20956 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
20957 merging.
20958
20959 * ediff-util.el (ediff-previous-difference): Don't skip regions that
20960 have merge clashes.
20961
20962 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20963
20964 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20965 Undo previous change.
20966
20967 * startup.el (command-line): Use `custom-reevaluate-setting' for
20968 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
20969 tty-register-default-colors on Mac.
20970
20971 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
20972
20973 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
20974 (gdb-buffer-type): Make it automatically buffer local...
20975 (gdb-get-create-buffer): ...and set it accordingly.
20976 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
20977 actually work.
20978
20979 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
20980
20981 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
20982 not red.
20983
20984 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
20985
20986 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
20987 case GUD buffer is not visible.
20988 (gdb-goto-breakpoint): Try to force display in source buffer.
20989 (gdb-frame-gdb-buffer): Copy other similar functions.
20990 (gdb-restore-windows): Don't display source if not asked for.
20991 (gdb-assembler-buffer-name): Don't capitalise.
20992
20993 2005-11-03 Richard M. Stallman <rms@gnu.org>
20994
20995 * wid-edit.el (key-sequence): New widget type.
20996
20997 * simple.el (set-mark-command-repeat-pop): New variable.
20998 (set-mark-command): Only interpret plan C-@ after a pop as a pop
20999 if set-mark-command-repeat-pop is true.
21000
21001 * info.el (Info-fontify-node): Don't display extra "see" if there
21002 already is one here.
21003
21004 * mouse.el: Fix special handling of DEL after dragging a region:
21005 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
21006 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
21007
21008 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
21009
21010 * textmodes/ispell.el (ispell-command-loop): Change `i' description
21011 not to assume it pertains to an affix.
21012
21013 * textmodes/flyspell.el (flyspell-post-command-hook):
21014 Bind deactivate-mark to prevent deactivation.
21015
21016 2005-11-03 Lars Hansen <larsh@soem.dk>
21017
21018 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
21019 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
21020 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
21021
21022 2005-11-03 Romain Francoise <romain@orebokech.com>
21023
21024 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
21025 Update copyright years.
21026
21027 2005-11-03 Sam Steingold <sds@gnu.org>
21028
21029 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21030 Use system-type instead of window-system because window-system is not
21031 correctly defined during loadup.
21032
21033 2005-11-02 Mark A. Hershberger <mah@everybody.org>
21034
21035 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
21036 (xml-parse-tag): Join strings separated by a comment properly.
21037
21038 2005-11-02 Andreas Schwab <schwab@suse.de>
21039
21040 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
21041
21042 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
21043
21044 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
21045 (byte-optimize-pure-func): Quote the eval'd value.
21046
21047 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
21048 Rename from perl-font-lock-syntactic-face-function.
21049 Change the calling convention so it can be used as a font-lock MATCHER.
21050 Do the parse-partial-sexp loop outselves.
21051 (perl-font-lock-syntactic-keywords): Use it.
21052 (perl-mode): Don't set font-lock-syntactic-face-function any more.
21053
21054 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
21055
21056 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
21057 disassembly buffer too.
21058 (gdb-exited): Remove overlay arrows when execution has finished.
21059 (gdb-info-frames-custom, gdb-info-threads-custom)
21060 (gdb-info-registers-custom): Don't add inappropriate text
21061 properties if inferior is not active.
21062
21063 2005-11-02 Glenn Morris <rgm@gnu.org>
21064
21065 * progmodes/fortran.el (fortran-blink-match):
21066 Use `blink-matching-delay'.
21067
21068 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
21069
21070 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
21071
21072 2005-11-02 Lars Hansen <larsh@soem.dk>
21073
21074 * net/tramp.el (tramp-action-out-of-band): Handle scp message
21075 "Permission denied".
21076
21077 2005-11-01 Richard M. Stallman <rms@gnu.org>
21078
21079 * textmodes/flyspell.el (flyspell-external-point-words):
21080 Pass nil to flyspell-get-word.
21081
21082 2005-11-02 Kim F. Storm <storm@cua.dk>
21083
21084 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
21085 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
21086
21087 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
21088
21089 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
21090 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
21091 (calendar-mouse-print-dates): Add optional `event' argument.
21092 Update interactive-spec.
21093 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
21094 Use `calendar-event-to-date' instead of `event'.
21095
21096 2005-11-02 Masatake YAMATO <jet@gyve.org>
21097
21098 * progmodes/ld-script.el (ld-script-builtins):
21099 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
21100 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
21101 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
21102
21103 2005-11-01 Romain Francoise <romain@orebokech.com>
21104
21105 * vc-sccs.el: Update copyright year.
21106 * ezimage.el: Likewise.
21107
21108 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
21109
21110 * info.el (Info-fontify-node): Use `string-width' for fontifying
21111 underlined titles.
21112
21113 2005-11-01 Juri Linkov <juri@jurta.org>
21114
21115 * info.el (Info-fontify-node): Downcase node header keywords Node,
21116 Prev, Next, Up before comparison.
21117 (Info-history): Insert absolute directory name, and put invisible
21118 property on it.
21119
21120 2005-11-01 Juri Linkov <juri@jurta.org>
21121
21122 * info.el (Info-file-supports-index-cookies): New variable.
21123 (Info-find-node-2): Check makeinfo version for index cookie support.
21124 (Info-index-nodes): Search for nodes with index cookies only when
21125 Info-file-supports-index-cookies is t. Otherwise, search nodes
21126 with "Index" in the node name.
21127 (Info-index-node): Search index cookie in the current node only when
21128 Info-file-supports-index-cookies is t. Otherwise, check the word
21129 "Index" in the node name.
21130 (Info-find-emacs-command-nodes): Remove code that searches nodes
21131 with "Index" node name in the top menu.
21132
21133 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
21134
21135 * progmodes/scheme.el (scheme-mode-variables): Use the default
21136 comment-indent-function.
21137
21138 * faces.el (face-attribute): Handle the case where a face inherits from
21139 a non-existent face.
21140
21141 * simple.el (eval-expression-print-format): Use lisp-readable syntax
21142 for octal and hexa output, and merge the char into the paren.
21143 (kill-new): Use push.
21144 (copy-to-buffer): Use with-current-buffer.
21145 (completion-setup-function): Move code in loop to remove redundancy.
21146 (minibuffer-local-must-match-map): Don't add bindings that duplicate
21147 those inherited from minibuffer-local-completion-map.
21148
21149 * savehist.el (savehist-mode) <defcustom>:
21150 Use custom-set-minor-mode if available.
21151 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
21152 and emit a message if applicable.
21153
21154 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
21155
21156 * savehist.el: Sync up to version 19.
21157 (savehist-mode): New minor mode.
21158 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
21159 (savehist-length): Remove (use history-length instead).
21160 (savehist-file-modes): Rename from savehist-modes.
21161 (savehist-save-hook, savehist-loaded): New vars.
21162 (savehist-load): Use savehist-mode. Try to smooth up transition from
21163 old format to new format.
21164 (savehist-install): Allow savehist-autosave-interval to be nil.
21165 (savehist-save): Run the new hook. Be more careful to only trim the
21166 history variables.
21167 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
21168 (savehist-printable): Print into a buffer rather than char-by-char.
21169
21170 2005-11-01 John Wiegley <johnw@newartisans.com>
21171
21172 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
21173 toggle-ignore keybinding (C-a). The author said it had been
21174 disabled much earlier due to a possible incompatibility, but after
21175 many months of usage I have encountered no problems (and it is a
21176 rather useful option, especially for switching to " *temp*").
21177
21178 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
21179 support for OS/X's AddressBook, by calling out to the open source
21180 program "contacts" (installable through Fink).
21181
21182 * net/eudc.el (eudc-expand-inline): If the
21183 `eudc-multiple-match-handling-method' is set to `all', delete the
21184 query string before inserting the query result.
21185
21186 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
21187 flag, to prevent Eshell from using the system ls when
21188 `eshell-ls-insert-directory' is in used.
21189 (eshell-ls-insert-directory): Disable font-lock in directory
21190 buffer so that Eshell's own fontification is seen. This broke
21191 recently due to changes in font-lock, so this goes back to version
21192 21 behavior.
21193
21194 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
21195
21196 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
21197 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
21198 (gdb-many-windows): Doc fix.
21199
21200 2005-10-31 Romain Francoise <romain@orebokech.com>
21201
21202 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
21203
21204 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
21205
21206 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
21207 that global-font-lock-mode can be enabled by default.
21208
21209 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
21210 (font-lock-add-keywords, font-lock-remove-keywords)
21211 (font-lock-fontify-buffer): Remove autoload cookies.
21212
21213 * jit-lock.el (jit-lock-register): Likewise.
21214
21215 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
21216
21217 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
21218
21219 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
21220 intact if there is no gud-comint-buffer.
21221
21222 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
21223
21224 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
21225 old prompt comint-prompt-read-only is t and GDB commands are
21226 issued from tool bar etc.
21227
21228 2005-10-31 Masatake YAMATO <jet@gyve.org>
21229
21230 * vc.el (vc-directory-exclusion-list): Add "{arch}".
21231
21232 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
21233
21234 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
21235 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
21236
21237 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
21238
21239 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
21240 starting at beginning of line. Fontification is messed up when
21241 `open-paren-in-column-0-is-defun-start' set to t.
21242 Reported by John Paul Wallington <jpw@pobox.com>.
21243
21244 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
21245
21246 * comint.el (comint-send-input): Call `comint-update-fence' when
21247 `comint-process-echoes' and `comint-prompt-read-only' are both
21248 non-nil, to avoid leftover read-only newline.
21249
21250 2005-10-30 Richard M. Stallman <rms@gnu.org>
21251
21252 * textmodes/flyspell.el (flyspell-external-point-words):
21253 Detect when WORD can't be checked properly because
21254 flyspell-get-word finds just part of it, and move on.
21255
21256 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
21257 boundarychar for Polish.
21258 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
21259 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
21260
21261 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
21262
21263 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
21264 (gdb-registers-font-lock-keywords): Delete.
21265 (gdb-registers-mode): Don't fontify.
21266 (gdb-info-registers-custom): Use text properties instead as, in
21267 future, changed register values will use font-lock-warning-face.
21268 (gdb-local-font-lock-keywords): Rename to...
21269 (gdb-locals-font-lock-keywords): ...for consistency.
21270
21271 2005-10-30 Andre Spiegel <spiegel@gnu.org>
21272
21273 * vc.el (vc-switch-backend): Better error message if the buffer is
21274 not visiting a file under version control.
21275
21276 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
21277
21278 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
21279
21280 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
21281 ~/.emacs.d/.emacs.
21282
21283 2005-10-29 Richard M. Stallman <rms@gnu.org>
21284
21285 * replace.el (occur-mode-mouse-goto): Always go to other window.
21286 (occur-mode-goto-occurrence): Always switch in same window.
21287
21288 * simple.el (undo): Display message at end, not at start.
21289
21290 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
21291 New arg REUSE-CELL.
21292 (cancel-timer-internal): New function.
21293 (timer-event-handler): Use cancel-timer-internal,
21294 and pass the cell it returns to timer-activate...
21295
21296 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
21297 (jit-lock-deferred-fontify, jit-lock-context-fontify)
21298 (jit-lock-after-change): Test memory-full.
21299
21300 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
21301
21302 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21303 part of the decoded armor to find the key-identifier.
21304 (pgg-gpg-lookup-key-owner): New function to return the
21305 human-readable identifier of a key owner.
21306 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21307 key itself.
21308 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21309 the key value) if we have a key and can match it against a secret
21310 key. Also, added a note pointing out fact that the prompt only
21311 indicates the first matching key.
21312
21313 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21314 pgg-decrypt-region.
21315 (pgg-pending-timers): A new hash for tracking the passphrase cache
21316 timers, so that new ones supercede old ones.
21317 (pgg-add-passphrase-to-cache): Rename from
21318 `pgg-add-passphrase-cache' to reduce confusion (all callers
21319 changed). Modified to cancel old timers when new ones are added.
21320 (pgg-remove-passphrase-from-cache): Rename from
21321 `pgg-remove-passphrase-cache' to reduce confusion (all callers
21322 changed). Modified to cancel old timers when their keys are
21323 removed from the cache.
21324 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21325 XEmacs, an indirection to delete-itimer.
21326 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21327 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21328 users can only check cache without risk of prompting. Correct bug in
21329 notruncate behavior.
21330 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21331 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21332 Add informative docstrings.
21333 (pgg-decrypt): Convey provided passphrase in subordinate call to
21334 pgg-decrypt-region.
21335
21336 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21337 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21338 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21339 `passphrase' argument, so the passphrase can be managed externally
21340 and then passed in to the system.
21341
21342 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21343 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21344 so the passphrase cache can be used reliably with identifiers
21345 besides a pgp packet's key id.
21346
21347 * pgg-gpg.el (pgg-pgp-encrypt-region)
21348 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21349 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21350 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21351 argument to all these routines, so the passphrase can be managed
21352 externally and passed in to the system.
21353
21354 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21355 `notruncate' argument, so the passphrase cache can be used
21356 reliably with identifiers besides a pgp packet's key id.
21357
21358 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
21359
21360 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21361 symmetric encryption.
21362 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21363 encrypted session key.
21364 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21365 message ask for the passphrase in a proper way.
21366
21367 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21368 New user commands for symmetric encryption.
21369
21370 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
21371
21372 * textmodes/conf-mode.el (conf-assignment-sign)
21373 (conf-assignment-regexp): Fix docstrings.
21374 (conf-mode-initialize): New function.
21375 (conf-mode): Remove optional args. Use delay-mode-hooks to
21376 recognize recursive calls.
21377 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
21378 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
21379 (conf-xdefaults-mode): Use define-derived-mode and
21380 conf-mode-initialize.
21381
21382 2005-10-29 Romain Francoise <romain@orebokech.com>
21383
21384 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
21385
21386 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
21387
21388 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21389 part of the decoded armor to find the key-identifier.
21390 (pgg-gpg-lookup-key-owner): New function to return the
21391 human-readable identifier of a key owner.
21392 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21393 key itself.
21394 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21395 the key value) if we have a key and can match it against a secret
21396 key. Also, added a note pointing out fact that the prompt only
21397 indicates the first matching key.
21398
21399 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21400 pgg-decrypt-region.
21401 (pgg-pending-timers): A new hash for tracking the passphrase cache
21402 timers, so that new ones supercede old ones.
21403 (pgg-add-passphrase-to-cache): Rename from
21404 `pgg-add-passphrase-cache' to reduce confusion (all callers
21405 changed). Modified to cancel old timers when new ones are added.
21406 (pgg-remove-passphrase-from-cache): Rename from
21407 `pgg-remove-passphrase-cache' to reduce confusion (all callers
21408 changed). Modified to cancel old timers when their keys are
21409 removed from the cache.
21410 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21411 XEmacs, an indirection to delete-itimer.
21412 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21413 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21414 users can only check cache without risk of prompting. Correct bug in
21415 notruncate behavior.
21416 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21417 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21418 Add informative docstrings.
21419 (pgg-decrypt): Convey provided passphrase in subordinate call to
21420 pgg-decrypt-region.
21421
21422 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
21423
21424 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21425 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21426 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21427 `passphrase' argument, so the passphrase can be managed externally
21428 and then passed in to the system.
21429
21430 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21431 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21432 so the passphrase cache can be used reliably with identifiers
21433 besides a pgp packet's key id.
21434
21435 * pgg-gpg.el (pgg-pgp-encrypt-region)
21436 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21437 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21438 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21439 argument to all these routines, so the passphrase can be managed
21440 externally and passed in to the system.
21441
21442 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21443 `notruncate' argument, so the passphrase cache can be used
21444 reliably with identifiers besides a pgp packet's key id.
21445
21446 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
21447
21448 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21449 symmetric encryption.
21450 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21451 encrypted session key.
21452 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21453 message ask for the passphrase in a proper way.
21454
21455 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21456 New user commands for symmetric encryption.
21457
21458 2005-10-28 Bill Wohler <wohler@newt.com>
21459
21460 * help-mode.el (help-url): New button type. Calls browse-url.
21461 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
21462 Similar to Info nodes: URL `url'.
21463 (help-make-xrefs): Create help-url buttons for
21464 help-xref-url-regexp matches.
21465
21466 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
21467
21468 * tool-bar.el (tool-bar-add-item-from-menu)
21469 (tool-bar-local-item-from-menu): Fix doc strings.
21470
21471 2005-10-28 Romain Francoise <romain@orebokech.com>
21472
21473 * ldefs-boot.el: Update.
21474
21475 * subr.el (locate-library): Move from help-fns.el.
21476 * help-fns.el (locate-library): Move to subr.el.
21477
21478 2005-10-28 Richard M. Stallman <rms@gnu.org>
21479
21480 * net/tramp.el (tramp-completion-mode): defvar moved up.
21481
21482 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
21483
21484 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
21485
21486 * files.el (find-file-noselect): Use %d to format large file size.
21487
21488 * bindings.el (mode-line-format): Add %e.
21489
21490 * loadup.el ("facemenu"): Load unconditionally.
21491 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
21492 ("x-dnd"): Load, when appropriate.
21493
21494 * startup.el (command-line): Call before-init-hook earlier.
21495 Warn about some bad characters in -u user name.
21496
21497 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
21498 (flyspell-external-point-words): Error if misspelled word is not found.
21499 Set flyspell-large-region-beg at end of word.
21500
21501 2005-10-28 Andreas Schwab <schwab@suse.de>
21502
21503 * view.el (View-revert-buffer-scroll-page-forward):
21504 Use view-page-size-default.
21505
21506 2005-10-28 Juri Linkov <juri@jurta.org>
21507
21508 * international/quail.el (quail-get-current-str): Translate last
21509 raw character for deterministic input methods.
21510
21511 2005-10-27 Jay Belanger <belanger@truman.edu>
21512
21513 * calc/calc-ext.el: Add functions to autoloads.
21514 (math-identity-matrix-p, math-ident-row-p): New functions.
21515
21516 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
21517 multiplication by an identity matrix; don't turn multiplication by
21518 an inverse matrix into division.
21519 (math-div-symbol-fancy): Replace division by matrices with
21520 multiplication by inverse.
21521
21522 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
21523
21524 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
21525 (calc-writeoutpower): New functions.
21526
21527 2005-10-27 Romain Francoise <romain@orebokech.com>
21528
21529 * replace.el (occur-engine): Include colon in mouse-face highlight.
21530
21531 * dired-x.el: Change Maintainer field.
21532
21533 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
21534
21535 * longlines.el (longlines-mode): Bind after-change-functions to
21536 nil during initial decoding and final encoding.
21537
21538 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
21539
21540 * term.el (term-emulate-terminal, term-handle-colors-array)
21541 (term-handle-ansi-escape): Specify the terminfo capabilities
21542 implemented.
21543
21544 2005-10-26 Richard M. Stallman <rms@gnu.org>
21545
21546 * info.el (Info-fontify-node): Fix detection of sentence-break
21547 before *Note.
21548
21549 2005-10-26 Romain Francoise <romain@orebokech.com>
21550
21551 * smerge-mode.el: Add `tools' to file keywords.
21552
21553 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
21554
21555 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
21556 when the fringe is not available.
21557
21558 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
21559 (def-gdb-auto-update-trigger): Simplify construction.
21560 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
21561 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
21562 defined explicitly.
21563 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
21564 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
21565 defined explicitly.
21566 (gdb-info-locals-custom): Remove as it's a no-op.
21567
21568 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
21569
21570 * longlines.el (longlines-mode): Remove narrowing before
21571 performing the initial decoding or final encoding.
21572
21573 2005-10-25 Romain Francoise <romain@orebokech.com>
21574
21575 * emacs-lisp/find-func.el (find-library-name): Also strip
21576 extension if library name ends in .el, to take advantage of
21577 `find-library-suffixes'.
21578
21579 2005-10-25 Richard M. Stallman <rms@gnu.org>
21580
21581 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
21582
21583 2005-10-25 Juri Linkov <juri@jurta.org>
21584
21585 * textmodes/texinfo.el (texinfo-mode): Change charset of one
21586 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
21587
21588 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21589
21590 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
21591 (blackbox-redefine-key): Add argument `map'.
21592
21593 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
21594 regions when moving the jit-lock-context-unfontify-pos boundary.
21595
21596 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
21597
21598 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
21599
21600 2005-10-25 Masatake YAMATO <jet@gyve.org>
21601
21602 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
21603
21604 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
21605
21606 * play/blackbox.el (blackbox-redefine-key): New function.
21607 (blackbox-mode-map): Use it to remap existing bindings for cursor
21608 motion instead of binding literal keys.
21609
21610 2005-10-25 Glenn Morris <rgm@gnu.org>
21611
21612 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
21613 diary does not end in a newline. Do not assume a blank line at
21614 the start of the diary file.
21615
21616 2005-10-25 Kenichi Handa <handa@m17n.org>
21617
21618 * international/quail.el (quail-translate-key): If the input
21619 method is deterministic and failed to handle the last key, restart
21620 the key handling loop from an appropriate key.
21621
21622 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
21623
21624 * vc.el (vc-dired-mode): Extend comment for binding of
21625 `directory-listing-before-filename-regexp'.
21626
21627 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21628
21629 * textmodes/texinfo.el (texinfo-mode):
21630 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
21631 not to unnecessarily expose emacs-mule's internal char codes.
21632
21633 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
21634
21635 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
21636 Display hand pointer and help-echo on disabled icon too.
21637 (gdb-mouse-until): New function.
21638 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
21639
21640 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
21641
21642 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
21643 with 2005-10-23 change to doctor.el.
21644
21645 * finder.el (finder-mode-map): Add follow-link binding.
21646
21647 2005-10-25 Kim F. Storm <storm@cua.dk>
21648
21649 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
21650 to gdb-mouse-toggle-breakpoint-fringe.
21651 (gdb-mouse-toggle-breakpoint-margin): Rename from
21652 gdb-mouse-toggle-breakpoint. Fix doc.
21653 (gdb-mouse-toggle-breakpoint-fringe): New defun.
21654 (gdb-put-string): Add optional SPROPS arg. Add props to string.
21655 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
21656 string properties also for fringe breakpoint bitmaps.
21657
21658 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
21659
21660 * textmodes/org.el (org-start-icalendar-file): Fix format form.
21661
21662 2005-10-25 Masatake YAMATO <jet@gyve.org>
21663
21664 * simple.el (completion-common-substring):
21665 Use `completion-common-substring' prior to `completion-base-size'.
21666
21667 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
21668
21669 * savehist.el: Require CL while compiling.
21670 (savehist-history-variables): Remove.
21671 (savehist-save-minibuffer-history, savehist-additional-variables)
21672 (savehist-minibuffer-history-variables): New vars.
21673 (savehist-save): Use them.
21674 (savehist-uninstall, savehist-minibuffer-hook): New funs.
21675 (savehist-install): New fun, extracted from savehist-load.
21676 (savehist-load): Use them.
21677
21678 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
21679
21680 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
21681 a dummy doc-string-elt property.
21682 (defalias, defvaralias, define-category): Add a docstring property.
21683
21684 * image.el (defimage):
21685 * widget.el (define-widget):
21686 * custom.el (defface, defcustom): Add `doc-string' declaration.
21687
21688 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
21689 (defadvice): Add `doc-string' declaration.
21690
21691 * emacs-lisp/byte-run.el (macro-declaration-function):
21692 Handle `doc-string' declarations.
21693 (define-obsolete-function-alias, define-obsolete-variable-alias):
21694 Add `doc-string' declaration.
21695
21696 2005-10-24 Kenichi Handa <handa@m17n.org>
21697
21698 * international/utf-7.el (utf-7): Add autoload cookie.
21699
21700 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
21701
21702 2005-10-24 Eli Zaretskii <eliz@gnu.org>
21703
21704 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
21705 list of directories passed to batch-update-autoloads. Add "." to
21706 the list of the echoed directories.
21707
21708 * pgg-def.el:
21709 * pgg-gpg.el:
21710 * pgg-parse.el:
21711 * pgg-pgp.el:
21712 * pgg-pgp5.el:
21713 * pgg.el: Moved here from the gnus subdirectory.
21714
21715 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
21716
21717 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
21718 in case comint-prompt-read-only is set to t.
21719
21720 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
21721 in case comint-prompt-read-only is set to t.
21722
21723 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
21724
21725 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
21726 Now a string.
21727 (icalendar-import-format): Handle CLASS, STATUS, URL.
21728 Rename `subject' to `summary'.
21729 (icalendar-import-format-summary): Rename from
21730 `icalendar-import-format-subject'.
21731 (icalendar-import-format-url, icalendar-import-format-status)
21732 (icalendar-import-format-class): New variables.
21733 (icalendar--rris): Take variable argument list.
21734 (icalendar--datestring-to-isodate): Remove unnecessary
21735 calendar-style check when converting dates with explicit month names.
21736 (icalendar-export-region): Change return type of conversion
21737 subroutines. Bury current buffer unless error occurred.
21738 (icalendar--convert-to-ical)
21739 (icalendar--parse-summary-and-rest): New functions.
21740 (icalendar--convert-ordinary-to-ical)
21741 (icalendar--convert-weekly-to-ical)
21742 (icalendar--convert-yearly-to-ical)
21743 (icalendar--convert-block-to-ical)
21744 (icalendar--convert-cyclic-to-ical)
21745 (icalendar--convert-anniversary-to-ical): Change return type.
21746 Strip trailing blanks from subject.
21747 (icalendar--convert-sexp-to-ical): Change return type.
21748 Strip trailing blanks from subject. Handle simple sexp
21749 entries as generated by icalendar.el.
21750 (icalendar--convert-float-to-ical)
21751 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
21752 (icalendar-import-file): Doc fix.
21753 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
21754 Correct call to icalendar--rris.
21755 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
21756 `summary'.
21757 (icalendar--add-diary-entry): Rename `subject' to `summary'.
21758
21759 2005-10-24 Romain Francoise <romain@orebokech.com>
21760
21761 * server.el (server-sentinel): Set query-on-exit flag to nil on
21762 new client processes (it isn't inherited from the server process).
21763
21764 * replace.el (occur-engine): Rearrange text properties.
21765
21766 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
21767
21768 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
21769 case-fold-search is nil.
21770 (debug-help-follow): Use help-xref-interned directly.
21771
21772 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
21773
21774 * thumbs.el (thumbs-image-type): Add .pbm.
21775
21776 2005-10-23 Richard M. Stallman <rms@gnu.org>
21777
21778 * faces.el (inhibit-face-set-after-frame-default): New variable.
21779 (set-face-attribute): Bind it.
21780 (face-set-after-frame-default): Test it.
21781
21782 * help-fns.el (describe-simplify-lib-file-name): New function.
21783 (describe-function-1, describe-variable): Use it.
21784
21785 * faces.el (describe-face): Use describe-simplify-lib-file-name.
21786
21787 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
21788 Eliminate nil as possible value.
21789 (tooltip-hide-delay): Reduce internal-border-width.
21790
21791 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
21792 (menu-bar-file-menu) <new-file>: Likewise.
21793
21794 * simple.el (line-move-finish): Ignore fields computing LINE-END.
21795
21796 * international/mule.el (load-with-code-conversion):
21797 Pass full file name to `eval-buffer' unless preloading.
21798
21799 * textmodes/flyspell.el (flyspell-large-region):
21800 Call ispell-check-version.
21801
21802 * textmodes/ispell.el (ispell-local-dictionary-overridden):
21803 Fix the make-variable-buffer-local call that was supposed
21804 to be for this variable.
21805 (ispell-aspell-supports-utf8): Doc fix.
21806 (ispell-find-aspell-dictionaries): Preserve elements of
21807 ispell-dictionary-alist for dictionaries that aspell doesn't report.
21808 (ispell-aspell-find-dictionary): Return nil on error.
21809
21810 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
21811 (doctor-symptoms): Likewise.
21812
21813 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
21814
21815 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
21816
21817 * cus-edit.el (custom-button, custom-button-pressed): New vars.
21818 (custom-raised-buttons): Add :set spec.
21819 (custom-button-unraised, custom-button-pressed-unraised):
21820 New faces, so that custom-raised-buttons actually does something.
21821 (custom-mode): Use custom-button and custom-button-pressed.
21822
21823 * wid-edit.el (widget-specify-button): Don't ignore
21824 widget-mouse-face on graphic terminals.
21825 (widget-move-and-invoke): Cleanup.
21826
21827 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
21828
21829 * whitespace.el (whitespace-cleanup): Doc fix.
21830
21831 2005-10-23 Romain Francoise <romain@orebokech.com>
21832
21833 * emulation/viper.el (viper-set-hooks): Quote forms passed to
21834 `eval-after-load' to avoid evaluating their result.
21835
21836 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
21837
21838 * files.el (directory-listing-before-filename-regexp):
21839 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
21840
21841 * dired.el (dired-move-to-filename-regexp): Remove.
21842 All occurrences replaced by `directory-listing-before-filename-regexp'.
21843
21844 * dired-x.el, locate.el, vc.el:
21845 Replace `dired-move-to-filename-regexp' by
21846 `directory-listing-before-filename-regexp'. In vc.el it is
21847 overwritten locally; maybe this can be handled in files.el too.
21848
21849 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
21850 replaced by `directory-listing-before-filename-regexp'.
21851
21852 2005-10-23 Andreas Schwab <schwab@suse.de>
21853
21854 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
21855 and eval-next-after-load.
21856
21857 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
21858
21859 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
21860 exist, create it.
21861
21862 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
21863
21864 * allout.el: Remove autoloads for mailcrypt and crypt++.
21865 Require pgg, pgg-gpg during compilation.
21866 (allout-version): Increment version number to 2.1, and use a literal
21867 rather than RCS Id.
21868 (allout-default-encryption-scheme): Remove.
21869 (allout-passphrase-verifier-handling)
21870 (allout-passphrase-verifier-string)
21871 (allout-file-passphrase-verifier-string)
21872 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
21873 (allout-passphrase-hint-handling): Rename and simplify.
21874 (allout-init): Use `find-file-hook' if available, otherwise
21875 `find-file-hooks'.
21876 (allout-mode): Use `write-file-functions' if available, otherwise
21877 `local-write-file-hooks' and, instead of making auto-save-hook
21878 buffer local, make the write-file-hook activity contingent to
21879 allout-mode.
21880 (allout-mode): Use key-binding substitution in the docstring.
21881 (allout-kill-line): Spell-out kill ring data structure mutation
21882 instead of using byte-compiler-complaint-provoking `pop'.
21883 (allout-insert-listified): Use `insert' rather than `insert-string'
21884 (allout-toggle-current-subtree-encryption): Update docstring, adjust
21885 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
21886 (allout-encrypt-string): Totally revamped vis new underlying
21887 encryption facilities.
21888 (allout-mc-activate-passwd): Remove.
21889 (allout-obtain-passphrase): New, more or less replaces
21890 allout-mc-activate-passwd.
21891 (allout-encrypted-key-info): More or less replaces
21892 allout-encrypted-text-type.
21893 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
21894 (my-mark-marker): Use `(featurep 'xemacs)'.
21895
21896 2005-10-23 Lars Hansen <larsh@soem.dk>
21897
21898 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
21899 (byte-compile-file-form-defmumble, byte-compile-defun)
21900 (byte-compile-defmacro): Use it.
21901 (byte-compile-form): Don't call byte-compile-set-symbol-position
21902 when a byte-compile handler is called.
21903
21904 2005-10-22 Romain Francoise <romain@orebokech.com>
21905
21906 * savehist.el (savehist-history-variables): Add `grep-find-history'.
21907
21908 * subr.el (eval-after-load): Convert library name to an absolute
21909 file name using locate-library, since load-history no longer has
21910 library names in it.
21911
21912 2005-10-22 Richard M. Stallman <rms@gnu.org>
21913
21914 * files.el (make-temp-file): Move from subr.el.
21915 * subr.el (make-temp-file): Move to files.el.
21916
21917 * window.el (get-buffer-window-list): Move from subr.el.
21918 * subr.el (get-buffer-window-list): Move to window.el.
21919
21920 * image.el (image-load-path): Use eval-at-startup to initialize.
21921
21922 * subr.el (eval-at-startup): New macro.
21923
21924 * subr.el: Much rearrangement of functions and division
21925 into pages. No code changes.
21926
21927 2005-10-22 Kenichi Handa <handa@m17n.org>
21928
21929 * tar-mode.el (tar-extract): Be sure to call
21930 find-operation-coding-system if set-auto-coding doesn't find a
21931 coding system.
21932
21933 2005-10-22 Kim F. Storm <storm@cua.dk>
21934
21935 * image.el (image-type-header-regexps): Rename from image-type-regexps.
21936 Change users.
21937 (image-type-file-name-regexps): New defconst.
21938 (image-type-from-data): Simplify loop.
21939 (image-type-from-buffer): New defun.
21940 (image-type-from-file-header): Use it instead of image-type-from-data.
21941 Use image-search-load-path instead of only looking in data-directory.
21942 (image-type-from-file-name): New defun.
21943 (image-search-load-path): Change `pathname' to `filename'.
21944 Make PATH arg optional, default to image-load-path.
21945
21946 2005-10-21 Richard M. Stallman <rms@gnu.org>
21947
21948 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
21949
21950 * textmodes/paragraphs.el (sentence-end-base): New variable.
21951 (sentence-end): Use sentence-end-base.
21952
21953 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
21954
21955 * font-lock.el (font-lock-default-fontify-region): Check the multiline
21956 property independently from the font-lock-multiline variable.
21957
21958 2005-10-21 Richard M. Stallman <rms@gnu.org>
21959
21960 * emacs-lisp/find-func.el (find-library-name): Doc fix.
21961
21962 * startup.el (command-line): Convert library names
21963 in `load-history' to absolute file names.
21964
21965 * subr.el (symbol-file): Doc fix.
21966
21967 * loadhist.el (file-loadhist-lookup): Call locate-library
21968 instead of find-library-name. Don't try converting
21969 abs file names to library names, since load-history no longer
21970 has library names in it.
21971 (file-dependents, file-provides, file-requires): Doc fixes.
21972
21973 2005-10-21 Juri Linkov <juri@jurta.org>
21974
21975 * progmodes/etags.el (tags-table-mode): New function.
21976 (tags-verify-table): Replace initialize-new-tags-table with
21977 tags-table-mode.
21978
21979 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
21980 default value.
21981 (desktop-modes-not-to-save): Add tags-table-mode to the
21982 default value.
21983
21984 * info.el (Info-index-next): Add total number of index
21985 alternatives to the message.
21986
21987 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
21988 backward only space (instead of space and period) before looking
21989 at sentence end.
21990
21991 * simple.el (set-variable): Use user-variable-p instead of symbolp.
21992 Add the old variable value as 4th default-value arg of read-string.
21993
21994 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21995
21996 * cus-face.el (custom-declare-face): Make face from X resources
21997 also on Mac.
21998
21999 * disp-table.el (standard-display-g1, standard-display-graphic):
22000 Refuse to use string glyphs also on Mac.
22001 (standard-display-european): Don't set terminal coding system also
22002 on Mac.
22003
22004 * frame.el (display-screens): Use x-display-screens also on Mac.
22005
22006 2005-10-21 Romain Francoise <romain@orebokech.com>
22007
22008 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
22009
22010 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
22011
22012 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
22013 and $? into sexps.
22014
22015 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
22016 warning face on open-paren-in-column-0.
22017
22018 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
22019 boundary case. Fix typo.
22020 Suggested by Martin Rudalics <rudalics@gmx.at>.
22021
22022 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
22023
22024 * textmodes/org.el (org-combined-agenda-icalendar-file)
22025 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
22026 (org-export-icalendar-this-file)
22027 (org-export-icalendar-all-agenda-files)
22028 (org-export-icalendar-combine-agenda-files): New commands.
22029 (org-export-icalendar, org-print-icalendar-entries)
22030 (org-start-icalendar-file, org-finish-icalendar-file)
22031 (org-ical-ts-to-string): New functions.
22032 (org-read-date, org-goto-calendar)
22033 (org-agenda-goto-calendar): Inhibit displaying diary entries by
22034 call to `calendar'.
22035 (orgtbl-setup): Remove the :keys arguments from the menu description.
22036 (org-after-save-iCalendar-file-hook): New variable.
22037
22038 2005-10-21 Kenichi Handa <handa@m17n.org>
22039
22040 * language/vietnamese.el (tcvn-5712): Make it an alias of
22041 vietnamese-tcvn coding-system.
22042
22043 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
22044
22045 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
22046 group id is given.
22047
22048 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
22049
22050 * progmodes/sh-script.el (sh-escaped-line-re): New var.
22051 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
22052 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
22053 whose line is either continued or ends with a comment.
22054
22055 2005-10-20 Romain Francoise <romain@orebokech.com>
22056
22057 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
22058
22059 * replace.el (occur-engine): Add follow-link property.
22060
22061 * font-core.el (font-lock-mode): Doc fix.
22062
22063 2005-10-20 Richard M. Stallman <rms@gnu.org>
22064
22065 * net/rcirc.el: New file.
22066
22067 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
22068
22069 * term.el (term-term-name): Initialize to "eterm-color".
22070
22071 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
22072
22073 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
22074 for encryption functionality.
22075 Move allout customization subgroup from `editing' to `outlines' group.
22076 Fix commentary keywords to legitimate ones.
22077 Update author info (using my current email address, obscurified).
22078 (allout-encrypt-string, allout-encryption-produce-work-buffer)
22079 (allout-encrypted-topic-p, allout-encrypted-text-type)
22080 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
22081 (allout-situate-encryption-key-verifier)
22082 (allout-get-encryption-key-verifier, allout-verify-key)
22083 (allout-next-topic-pending-encryption)
22084 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
22085 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
22086 (outline-key-verifier-handling, outline-key-hint-handling)
22087 (outline-encrypt-unencrypted-on-saves): New defcustoms.
22088 (allout-file-key-verifier-string, allout-encryption-scheme)
22089 (allout-key-verifier-string, allout-key-hint-string)
22090 (allout-after-save-decrypt): New variables.
22091 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
22092 (allout-after-saves-handler): New hook functions.
22093 (allout-post-command-business): Do allout-after-save-decrypt.
22094 (allout-enable-file-variable-adjustment): Custom var to enable
22095 mechanism for adding and adjusting settings of Emacs file variables.
22096 (allout-adjust-file-variable, allout-file-vars-section-data):
22097 New functions, implement the mechanism.
22098 (outlineify-sticky): Use the file vars mechanism.
22099 (allout-inhibit-protection, allout-during-write-cue)
22100 (allout-override-protect, allout-before-change-protect): Remove.
22101 (allout-flag-region, allout-open-topic): Adjust read-only text.
22102 (allout-open-line-not-read-only): Add to facilitate read-only
22103 text based protection.
22104 (allout-kill-line): Revise to adjust read-only text, clue the
22105 user about the inhibition.
22106 (allout-unprotected): Use unwind-protect.
22107 (allout-shift-in, allout-shift-out): Disallow manually shifting a
22108 topic deeper than the offspring depth of the previous topic -
22109 avoiding confusing "containment discontinuities".
22110 (allout-reindent-bodies): Fix retention of body relative hanging
22111 indent during promotion of collapsed bodies.
22112 (allout-open-topic): Make it easy to open new topic with same
22113 bullet as current topic - topic creation functions provided with
22114 any universal argument provokes now prompt for bullet, defaulting
22115 to the bullet of the previous topic.
22116 (allout-plain-bullets-string, allout-distinctive-bullets-string):
22117 Plain bullet alternates `.' period and `,' comma only. All other
22118 bullets are relegated to special status (but customizable).
22119 (allout-end-of-entry): Rename from allout-end-of-current-entry
22120 since it actually operates w.r.t. most immediately containing
22121 entry, visible or not.
22122 (allout-hide-current-entry, allout-show-current-entry): Use the
22123 revised version.
22124 (allout-old-expose-topic): Solidify deprecation.
22125 (allout-end-of-subtree): Add so we can span concealed as well
22126 as visible topics.
22127 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
22128 (allout-end-of-current-heading): Tweak to just respect the first line.
22129 (allout-get-body-text): Add.
22130 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
22131 when invoked interactively.
22132 (allout-up-current-level): Use `interactive-p'.
22133 (allout-mode, allout-init): Miscellaneous docstring and
22134 operational refinements, as well as hookups of new encryption stuff.
22135 (allout-beginning-of-current-entry): Now works as advertised.
22136 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
22137 (allout-isearch-rectification): Refine condition for isearching.
22138 (allout-isearch-abort, allout-enwrap-isearch)
22139 (allout-flag-region, my-region-active-p): Relocate some macros.
22140 (allout-title): Fallback title is (buffer-name), not
22141 non-existing (current-buffer-name).
22142 (subst-char-in-string): Define if absent (for some XEmacs versions).
22143
22144 2005-10-20 Jari Aalto <jari.aalto@cante.net>
22145
22146 * mail/sendmail.el (mail-setup-hook, mail-aliases)
22147 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
22148 (mail-citation-prefix-regexp, mail-signature-file)
22149 (mail-default-headers, mail-bury-selects-summary)
22150 (mail-send-nonascii): Add autoload cookies.
22151
22152 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
22153
22154 * frame.el (blink-cursor-mode): Add `mac' to the list of
22155 window-system's that support blinking cursor.
22156
22157 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
22158
22159 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
22160
22161 2005-10-20 Eli Zaretskii <eliz@gnu.org>
22162
22163 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
22164 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
22165 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
22166
22167 2005-10-20 Kim F. Storm <storm@cua.dk>
22168
22169 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
22170 (ido-set-current-directory): Don't add / after final @.
22171 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
22172 Explicitly handle ange-ftp completion oddities.
22173 (ido-make-file-list): Don't rotate list at tramp root to avoid
22174 triggering tramp file handler for expand-file-name via get-file-buffer.
22175
22176 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
22177
22178 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
22179
22180 2005-10-19 Jay Belanger <belanger@truman.edu>
22181
22182 * calc/calc-units.el (math-standard-units): Add units, adjust
22183 symbols and update values.
22184 (math-unit-prefixes): Add more prefixes.
22185
22186 2005-10-19 Romain Francoise <romain@orebokech.com>
22187
22188 * bookmark.el (bookmark-menu-heading): New face.
22189 (bookmark-bmenu-list): Use it.
22190 Don't fiddle with `baud-rate' at top-level.
22191
22192 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
22193
22194 * image.el (create-image, find-image): Mention max-image-size in
22195 docstring.
22196
22197 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
22198
22199 * savehist.el (savehist-load): Revert to checking XEmacs.
22200
22201 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
22202 Various docstring and line-width fixups.
22203 (conf-mode): Use cond.
22204 Set font-lock-defaults. Don't set comment-use-syntax.
22205
22206 2005-10-18 David Ponce <david@dponce.com>
22207
22208 * tree-widget.el (tree-widget-button-click): New function.
22209 (tree-widget-button-keymap): Use it.
22210
22211 2005-10-18 Romain Francoise <romain@orebokech.com>
22212
22213 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
22214 (bookmark-bmenu-hide-filenames): Add follow-link property.
22215 Improve help-echo text.
22216
22217 * ffap.el (find-file-at-point): Doc fix.
22218
22219 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22220
22221 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
22222
22223 2005-10-18 Masatake YAMATO <jet@gyve.org>
22224
22225 Install to the CVS repository what I forgot to install in my
22226 2005-10-16 changes.
22227
22228 * progmodes/python.el (python-complete-symbol): Pass the common
22229 prefix substring of completion to `display-completion-list'.
22230
22231 * textmodes/org.el (org-complete): Ditto.
22232
22233 2005-10-18 Masatake YAMATO <jet@gyve.org>
22234
22235 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
22236
22237 * woman.el (WoMan-xref-man-page): New button type derived
22238 from `Man-abstract-xref-man-page'.
22239 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
22240
22241 * man.el (Man-abstract-xref-man-page): New button type.
22242 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
22243 (Man-highlight-references): Add new optional argument `xref-man-type'.
22244
22245 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
22246
22247 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
22248
22249 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
22250
22251 * cus-edit.el (Custom-move-and-invoke): Delete.
22252 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
22253
22254 * wid-edit.el (widget-move-and-invoke): New function, from
22255 Custom-move-and-invoke.
22256
22257 2005-10-17 Bill Wohler <wohler@newt.com>
22258
22259 Move all remaining images from lisp/toolbar to etc/images, move
22260 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
22261 the low resolution images in their own directory (low-color).
22262
22263 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
22264 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
22265 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
22266 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
22267 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
22268 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
22269 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
22270
22271 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
22272 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
22273 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
22274 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
22275 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
22276 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
22277 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
22278 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
22279 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
22280 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
22281 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
22282 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
22283 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
22284 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
22285 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
22286
22287 To conform with convention, replace the underscore (_) in the
22288 following image names with dash (-) or (/) as appropriate.
22289
22290 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
22291 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
22292 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
22293 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
22294 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
22295 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
22296 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
22297 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
22298 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
22299 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
22300 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
22301 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
22302 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
22303 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
22304 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
22305
22306 * info.el (info-tool-bar-map): Replace underscores in image names
22307 with dashes.
22308
22309 * makefile.w32-in (WINS): Remove toolbar.
22310
22311 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
22312
22313 * tool-bar.el: Move to lisp from toolbar. Now that
22314 toolbar is empty, it should be deleted when folks run "cvs up -P".
22315
22316 2005-10-18 Jay Belanger <belanger@truman.edu>
22317
22318 * calc/calc-store.el (calc-store-into): Get the proper variable name
22319 to display in message.
22320
22321 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
22322
22323 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
22324 expressions display in speedbar for all buffers when debugging.
22325 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
22326
22327 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
22328 (speedbar-insert-button, speedbar-make-button):
22329 Use add-text-properties.
22330 (speedbar-update-localized-contents)
22331 (speedbar-update-directory-contents)
22332 (speedbar-update-special-contents): Use dolist.
22333 (speedbar-buffer-easymenu-definition): Add a menu separator.
22334
22335 2005-10-17 Jason Rumney <jasonr@gnu.org>
22336
22337 * makefile.w32-in: Use $(lisp) consistently.
22338 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
22339 for shell specific generation of mh-autoloads.
22340
22341 2005-10-17 Richard M. Stallman <rms@gnu.org>
22342
22343 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
22344
22345 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
22346
22347 * jit-lock.el (jit-lock-fontify-now):
22348 Move jit-lock-context-unfontify-pos to avoid wasted work.
22349
22350 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
22351
22352 * net/tramp.el (tramp-completion-mode): New defvar. Used in
22353 `tramp-completion-mode' for checking if we are in completion mode.
22354 (tramp-completion-handle-file-name-all-completions): Reorder code
22355 in order to complete for file names only in case there are no
22356 method/user/host completions. This is necessary for cooperation
22357 with ido. Reported by Kim F. Storm <storm@cua.dk>.
22358
22359 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
22360
22361 * longlines.el (longlines-search-forward)
22362 (longlines-search-backward): Match any number of spaces.
22363
22364 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
22365
22366 * diff-mode.el (diff-mode): Doc fix.
22367
22368 2005-10-16 David Reitter <david.reitter@gmail.com>
22369
22370 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
22371 as default on darwin and windows systems.
22372
22373 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
22374
22375 * arc-mode.el (archive-zip-extract): Doc fix.
22376
22377 2005-10-16 Romain Francoise <romain@orebokech.com>
22378
22379 * mouse.el (mouse-1-click-follows-link): Doc fix.
22380
22381 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22382
22383 * savehist.el: Don't require CL at runtime.
22384 (savehist-xemacs): Remove.
22385 (savehist-coding-system): Use utf-8 if present, regardless of religion.
22386 (savehist-no-conversion): Use (featurep 'xemacs).
22387 (savehist-load): Check existence of start-itimer rather than XEmacs.
22388 Use an idle timer.
22389 (savehist-process-for-saving): Replace use of CL funs `subseq' and
22390 `delete-if-not'.
22391
22392 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
22393
22394 * savehist.el: Newer version.
22395 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
22396 (savehist-last-checksum, savehist-no-conversion): New vars.
22397 (savehist-autosave, savehist-process-for-saving, savehist-printable):
22398 New functions.
22399 (savehist-load, savehist-save): Use them.
22400 (savehist-delimit): Remove.
22401
22402 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22403
22404 * progmodes/compile.el (compilation-goto-locus): Display the
22405 compilation buffer first and the source buffer second, in case they're
22406 in overlapping frames. Don't raise the compilation frame if it was the
22407 selected window upon entry. Pass the `other-window' arg to
22408 pop-to-buffer.
22409
22410 * info.el (Info-fontify-node): Use dolist.
22411 Change add-text-properties to put-text-property.
22412
22413 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22414
22415 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
22416 bound of search.
22417
22418 2005-10-16 Masatake YAMATO <jet@gyve.org>
22419
22420 * dabbrev.el (dabbrev-completion): Pass the common
22421 prefix substring of completion to `display-completion-list'.
22422
22423 * filecache.el (file-cache-minibuffer-complete)
22424 (file-cache-complete): Ditto.
22425
22426 * tempo.el (tempo-display-completions): Ditto.
22427
22428 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
22429
22430 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
22431
22432 * eshell/em-hist.el (eshell-list-history): Ditto.
22433
22434 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
22435
22436 * mail/mailalias.el (mail-complete): Ditto.
22437
22438 * progmodes/etags.el (complete-tag): Ditto.
22439
22440 * progmodes/make-mode.el (makefile-complete): Ditto.
22441
22442 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
22443
22444 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
22445
22446 * progmodes/pascal.el (pascal-complete-word)
22447 (pascal-show-completions): Ditto.
22448
22449 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
22450
22451 * simple.el (completion-common-substring): New variable.
22452 (completion-setup-function): Use `completion-common-substring'
22453 to put faces.
22454
22455 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22456
22457 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
22458 (x-get-selection, mac-select-convert-to-string): Convert from/to
22459 UTF-16 clipboard data as in native byte order, no BOM.
22460
22461 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
22462
22463 * progmodes/gud.el (gud-tool-bar-map): Rename the images
22464 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
22465 (gud-sentinel): Use speedbar-frame to check for speedbar.
22466
22467 2005-10-15 Richard M. Stallman <rms@gnu.org>
22468
22469 * savehist.el: New file.
22470
22471 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
22472
22473 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
22474 Fix bug in \bf fontification.
22475
22476 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
22477
22478 * pcvs.el (cvs-edit-log-files): New var.
22479 (cvs-mode-edit-log): New arg `file'.
22480 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
22481 Instead force the use of the original file and nothing else.
22482 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
22483 the cvs-minor-wrap-function is set.
22484 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
22485
22486 2005-10-14 Bill Wohler <wohler@newt.com>
22487
22488 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
22489 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
22490 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
22491 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
22492 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
22493 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
22494 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
22495 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
22496 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
22497 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
22498 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
22499 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
22500 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
22501 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
22502 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
22503
22504 * progmodes/gud.el (gud-tool-bar-map): Rename the images
22505 appropriately (for example, gud-break to gud/break).
22506
22507 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
22508
22509 * longlines.el (longlinges-search-function)
22510 (longlines-search-forward, longlines-search-backward): New functions.
22511 (longlines-mode): Set isearch-search-fun-function to
22512 longlinges-search-function.
22513
22514 * mouse.el (mouse-drag-region-1): Handle the case where a
22515 double-click event is bound to an arbitrary function.
22516
22517 2005-10-14 David Ponce <david@dponce.com>
22518
22519 * recentf.el (recentf-track-opened-file)
22520 (recentf-track-closed-file, recentf-update-menu)
22521 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
22522 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
22523 mouse-1-click-follows-link.
22524
22525 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22526
22527 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
22528 Gnome file-manager.png. Suggested by
22529 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
22530
22531 * toolbar/README: Add diropen.xpm.
22532
22533 2005-10-13 Bill Wohler <wohler@newt.com>
22534
22535 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
22536 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
22537
22538 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
22539
22540 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
22541 Don't waste the byte-compiler's time on constant data.
22542
22543 2005-10-13 Kenichi Handa <handa@m17n.org>
22544
22545 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
22546 byte with `escape-glyph' face.
22547
22548 * international/fontset.el (ccl-encode-unicode-font):
22549 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
22550 Handle the case that ucs-mule-to-mule-unicode translates a character to
22551 ASCII (usually for IPA characters).
22552
22553 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
22554
22555 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
22556 Don't hide the underline of titles if font-lock-mode is disabled.
22557
22558 2005-10-12 Bill Wohler <wohler@newt.com>
22559
22560 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
22561 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
22562 files in MH-E-SRC have been updated.
22563 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
22564
22565 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
22566
22567 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
22568 (mixal-mode-syntax-table): Add \n as end-comment.
22569 (mixal-operation-codes-alist): Immediately initialize to full value.
22570 (mixal-add-operation-code): Remove.
22571 (mixal-describe-operation-code): Make the arg non-optional.
22572 Use the interactive spec instead.
22573 Use mixal-operation-codes-alist rather than mixal-operation-codes.
22574 (mixal-font-lock-keywords): Don't highlight comments here any more.
22575 (mixal-font-lock-syntactic-keywords): New var.
22576 (mixal-mode): Use it. Fix comment-start-skip.
22577
22578 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22579
22580 * startup.el (command-line-x-option-alist): -nb => -nbi.
22581
22582 2005-10-12 Kim F. Storm <storm@cua.dk>
22583
22584 * startup.el (fancy-splash-default-action): Discard mouse click in
22585 the splash screen window, as it has no sensible meaning in the
22586 next window to be selected. Fixes error reported by Jan D.
22587
22588 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
22589
22590 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
22591
22592 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
22593
22594 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
22595 Try to fix up minor layout issues like indentation, line break, etc...
22596 (mixal-mode-syntax-table): Don't try to specify comment syntax,
22597 because it doesn't work.
22598 (mixal-operation-codes): Add some more codes.
22599 (mixal-font-lock-keywords): Process comments here.
22600 (mixal-mode): mixasm no longer needs -g option.
22601
22602 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
22603
22604 * progmodes/sh-script.el (sh-tmp-file):
22605 Use mktemp -t. Finish support for es and rc shells.
22606
22607 2005-10-11 Jay Belanger <belanger@truman.edu>
22608
22609 * calc/calcalg2.el (calc-integral): With an argument, compute the
22610 definite integral.
22611
22612 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
22613
22614 * mouse.el (mouse-drag-region-1): Don't try to catch a
22615 double-click when doing follow-link (it's overridden anyway).
22616
22617 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
22618
22619 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
22620 (autoload-print-form-outbuf): Add docstring.
22621
22622 2005-10-11 Juri Linkov <juri@jurta.org>
22623
22624 * info.el (Info-mode-menu): Delete menu item "Edit".
22625 (Info-mode): Delete description of Info-edit from docstring,
22626 and rearrange descriptions of Info commands in the order
22627 they are documented in the Info manual.
22628
22629 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
22630
22631 * calendar/appt.el (appt-check): Use diary-selective-display var.
22632
22633 2005-10-10 Richard M. Stallman <rms@gnu.org>
22634
22635 * net/newsticker.el (newsticker-start, newsticker-show-news):
22636 Add autoload cookies.
22637
22638 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
22639
22640 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
22641
22642 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
22643
22644 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
22645
22646 2005-10-10 Jay Belanger <belanger@truman.edu>
22647
22648 * calc/calc-arith.el (math-check-known-scalarp)
22649 (math-check-known-matrixp): Check the values of arguments that are
22650 variables.
22651 (math-check-known-square-matrixp): New function.
22652 (math-known-square-matrixp): Use math-check-known-square-matrixp.
22653 (math-super-types): Add sqmatrix type.
22654
22655 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
22656 mode name `square' to `sqmatrix'.
22657
22658 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
22659 mode name `square' to `sqmatrix'.
22660
22661 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
22662
22663 * progmodes/etags.el (select-tags-table-mode): Don't use
22664 selective-display.
22665 (tags-select-tags-table): Pass `button' to the action function.
22666 (select-tags-table): Place the side-info on button properties rather
22667 than in hidden text. Abbreviate file names.
22668 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
22669 (select-tags-table-select): Add `button' argument.
22670 Get side-info from the button property rather than from hidden text.
22671
22672 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
22673
22674 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
22675 (gud-speedbar-buttons): Preserve point if possible.
22676 (gud-sentinel): Restore previous speedbar display type.
22677
22678 * progmodes/gdb-ui.el (gdba): Improve diagram.
22679 (def-gdb-auto-update-handler, gdb-info-locals-handler)
22680 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
22681 Call get-buffer-window once.
22682
22683 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
22684
22685 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
22686 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
22687 (pascal-indent-command): Remove unused var `ind'.
22688 (pascal-indent-case): Remove unused var `oldpos'.
22689 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
22690 since it's now used as a proper minor mode map.
22691 (pascal-outline): Rename to pascal-outline-mode.
22692 (pascal-outline-mode): Use define-minor-mode.
22693 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
22694 selective-display.
22695
22696 2005-10-10 Andreas Schwab <schwab@suse.de>
22697
22698 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
22699 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
22700
22701 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
22702 outside source directory.
22703
22704 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
22705
22706 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
22707 C-x' as a prefix.
22708 (orgtbl-mode-map): Full keymap instead of sparse, because all
22709 `self-insert-command' keys are redefined in this map.
22710 (org-export-as-html): Specify charset for HTML file, by taking it
22711 from the coding system.
22712
22713 2005-10-10 Kenichi Handa <handa@m17n.org>
22714
22715 * textmodes/flyspell.el (flyspell-check-word-p):
22716 If unread-command-events is non-empty, don't call sit-for.
22717
22718 2005-10-09 Richard M. Stallman <rms@gnu.org>
22719
22720 * font-lock.el (font-lock-syntactic-keywords)
22721 (font-lock-keywords): Doc fixes.
22722
22723 * textmodes/flyspell.el (flyspell-external-point-words):
22724 Simplify logic, and don't try to check for consecutive appearances
22725 of one incorrect word.
22726
22727 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
22728
22729 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
22730 separator.
22731
22732 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
22733 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
22734 (gud-expansion-speedbar-buttons): New function.
22735 (gud-speedbar-buttons): Check for gud-comint-buffer.
22736
22737 2005-10-09 Bill Wohler <wohler@newt.com>
22738
22739 * Makefile.in (updates): Add mh-loaddefs dependency.
22740
22741 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
22742
22743 * speedbar.el (speedbar-file-key-map): Fix typo.
22744
22745 2005-10-09 Daniel Brockman <daniel@brockman.se>
22746
22747 * cus-start.el (line-spacing): Add custom spec.
22748
22749 2005-10-09 Romain Francoise <romain@orebokech.com>
22750
22751 * textmodes/ispell.el (ispell-check-version): Fix last change.
22752
22753 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22754
22755 * term/x-win.el: Remove -i, --icon-type from comment.
22756
22757 * startup.el (command-line-x-option-alist): Remove options -i,
22758 -itype, --icon-type, added -nb, --no-bitmap-icon.
22759
22760 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
22761
22762 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
22763 instead of :active.
22764
22765 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
22766
22767 * textmodes/ispell.el (ispell-check-version):
22768 Ignore hyphen, and all that follows, in aspell's version text.
22769
22770 2005-10-08 Jay Belanger <belanger@truman.edu>
22771
22772 * calc/calc-arith.el (math-known-square-matrixp): New function.
22773 (math-pow-fancy): Check for matrices before distributing exponent
22774 across products.
22775
22776 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
22777 fullscreen keypad. Suggested by Luc Teirlinck.
22778 (calc-keypad-show-input): Add space for formatting.
22779
22780 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
22781 Add square matrix option.
22782
22783 * calc/calc-poly.el (math-expand-term): Check for matrices instead
22784 of checking calc-matrix-mode when deciding how to expand.
22785
22786 * calc/calc.el (calc-set-mode-line): Add square matrix option.
22787
22788 2005-10-08 Lars Hansen <larsh@soem.dk>
22789
22790 * net/tramp.el (tramp-perl-directory-files-and-attributes):
22791 Add error handling.
22792 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
22793
22794 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
22795
22796 Sync with Tramp 2.0.51.
22797
22798 * net/tramp.el (tramp-handle-set-visited-file-modtime)
22799 (tramp-handle-insert-file-contents, tramp-handle-write-region):
22800 Insert special handling for `last-coding-system-used', again
22801 it still seems to be necessary (unlike stated before).
22802 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
22803 (tramp-password-prompt-regexp): There might be other words before
22804 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
22805 (tramp-chunksize): Improve docstring.
22806 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
22807 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
22808 Christian Joergensen <bugs@razor.dk>.
22809
22810 2005-10-07 Glenn Morris <rgm@gnu.org>
22811
22812 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
22813 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
22814 precision'.
22815
22816 2005-10-07 Romain Francoise <romain@orebokech.com>
22817
22818 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
22819 (ibuffer-do-shell-command-pipe-replace)
22820 (ibuffer-do-shell-command-file, ibuffer-do-eval)
22821 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
22822 (ibuffer-do-revert, ibuffer-do-replace-regexp)
22823 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
22824 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
22825 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
22826 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
22827 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
22828 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
22829 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
22830 Autoload file sans suffix.
22831
22832 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
22833
22834 2005-10-07 David Ponce <david@dponce.com>
22835
22836 * recentf.el (recentf-menu-open-all-flag): New option.
22837 (recentf-digit-shortcut-command-name): New function.
22838 (recentf--shortcuts-keymap): New variable.
22839 (recentf-menu-shortcuts): New variable.
22840 (recentf-make-menu-items): Initialize it. Replace the "More..."
22841 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
22842 (recentf-menu-value-shortcut): New function.
22843 (recentf-make-menu-item): Use it. No more in-lined.
22844 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
22845 (recentf-open-most-recent-file): Rename from
22846 `recentf-open-file-with-key'. Don't depend on key binding.
22847 (recentf-mode-map): New variable.
22848 (recentf-mode): Use it.
22849
22850 2005-10-06 Bill Wohler <wohler@newt.com>
22851
22852 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
22853
22854 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
22855 (MH-E-SRC): New. Used by mh-autoloads.
22856 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
22857 files in MH-E-SRC have been updated.
22858 (compile, recompile, bootstrap): Depend on mh-autoloads.
22859
22860 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
22861
22862 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
22863 gud-break and gud-remove icons when the fringe is not available.
22864
22865 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
22866 Typo.
22867
22868 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
22869
22870 * play/zone.el (zone): Wrap body with save-window-excursion.
22871
22872 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
22873
22874 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
22875 Use the new `list-only' arg to diary-list-entries.
22876
22877 * calendar/diary-lib.el: Use overlays rather than selective-display.
22878 (diary-selective-display): New var.
22879 (diary-header-line-format): Use it.
22880 (diary-list-entries): Add argument `list-only'.
22881 Put the buffer in diary-mode. Don't add \^M at beg and end.
22882 Replace \^M by invisible overlays.
22883 (diary-unhide-everything): Replace \^M by invisible overlays.
22884 (print-diary-entries): Look for overlays rather than \^M.
22885 Add a space to the temp buffer name.
22886 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
22887 Put the buffer in diary-mode.
22888 (list-sexp-diary-entries): Replace \^M by invisible overlays.
22889 (diary-anniversary): Make the year arg optional.
22890 (diary-time-regexp): New const.
22891 (diary-font-lock-keywords): Use it to accept a few more time formats.
22892
22893 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
22894
22895 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
22896
22897 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
22898 Fix bug introduced 2005-07-03: Use (car (last ...))
22899 to faithfully reproduce replaced artist-last.
22900 (artist-set-arrow-points-for-poly): Likewise.
22901 Suggested by Johan Bockg\e,Ae\e(Brd.
22902
22903 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
22904
22905 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
22906 * wid-edit.el (widget):
22907 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
22908 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
22909
22910 2005-10-06 Kenichi Handa <handa@m17n.org>
22911
22912 * international/mule-cmds.el (set-language-environment):
22913 Fix setting up of case-table for unibyte mode.
22914
22915 * simple.el (what-cursor-position): If the character is displayed
22916 by some `display' text property, show that. Don't use
22917 single-key-description for eight-bit characters in multibyte mode.
22918
22919 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
22920
22921 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
22922 (gdb-ann3): Set it.
22923 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
22924 (gdb-info-frames-custom): Use inverse-video for first five
22925 characters of selected frame only.
22926 (gdb-get-frame-number): Select frame even when point is on frame
22927 number.
22928
22929 2005-10-06 Masatake YAMATO <jet@gyve.org>
22930
22931 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
22932 Put `font-lock-function-name-face'.
22933 (gdb-info-frames-custom): Put `font-lock-function-name-face'
22934 and `font-lock-variable-name-face'
22935 (gdb-registers-font-lock-keywords): New font lock keywords definition.
22936 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
22937 (gdb-memory-font-lock-keywords): New font lock keywords definition.
22938 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
22939 (gdb-local-font-lock-keywords): New font lock keywords definition.
22940 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
22941 (gdb-threads-font-lock-keywords): New font lock keywords definition.
22942 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
22943
22944 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
22945
22946 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
22947 (ediff-merge-region-is-non-clash-to-skip): Previously called
22948 ediff-merge-region-is-non-clash.
22949
22950 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
22951 Use insert-buffer-substring.
22952
22953 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
22954 selecting files to patch. Also bug fixes.
22955
22956 * ediff-util.el (ediff-setup): Bug fix.
22957 (ediff-next-difference): Never skip clashes that differ in white
22958 space only.
22959
22960 * ediff-wind.el (ediff-setup-control-frame)
22961 (ediff-destroy-control-frame): Check the menubar feature.
22962
22963 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
22964 (viper-refresh-mode-line): Use make-local-variable to localize
22965 some vars instead of make-variable-buffer-local. Suggested by
22966 Stefan Monnier.
22967
22968 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
22969 (viper-restore-cursor-type, viper-set-insert-cursor-type):
22970 Use make-local-variable instead of make-variable-buffer-local.
22971 Suggested by Stefan Monnier.
22972
22973 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
22974 (viper-comint-mode-hook): Use make-local-variable on
22975 require-final-newline.
22976 (viper-non-hook-settings): Don't use make-variable-buffer-local.
22977
22978 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
22979
22980 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
22981 also the second char of a comment-start sequence.
22982 (scheme-sexp-comment-syntax-table): New var.
22983 (lambda, define): Set their scheme-doc-string-elt property.
22984 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
22985 Use lisp-font-lock-syntactic-face-function now that it properly
22986 handles |...| symbols.
22987 (scheme-mode-variables): Set lisp-doc-string-elt-property,
22988 parse-sexp-lookup-properties and font-lock-extra-managed-props.
22989
22990 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
22991 bit from # to |.
22992 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
22993
22994 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
22995 (lisp-doc-string-elt-property): New var.
22996 (lisp-font-lock-syntactic-face-function): Use it.
22997 Rewrite to recognize docstrings even for forms not at toplevel.
22998
22999 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
23000 annotation on the | part of #| rather than on the # part.
23001 (scheme-font-lock-syntactic-face-function): New function, to
23002 distinguish strings from |...| symbols.
23003 (scheme-mode-variables): Use it. Also fix up the font-lock-time
23004 syntax-table so that #|...|# is properly highlighted.
23005
23006 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
23007 Don't mark as docstring the 3rd elem of an unknown toplevel form.
23008
23009 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
23010
23011 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
23012 and C-e.
23013
23014 * emacs-lisp/eldoc.el: Move comments into docstrings.
23015 (eldoc-message-commands): Initialize in its declaration.
23016 Add move-beginning-of-line and move-end-of-line.
23017 (eldoc-add-command, eldoc-add-command-completions)
23018 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
23019
23020 * outline.el (outline-mark-subtree): Activate the mark.
23021
23022 * calendar/appt.el (appt-time-regexp): New var.
23023 (appt-add, appt-make-list): Use it.
23024 (appt-convert-time): Clean up.
23025
23026 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
23027 Don't set any syntax-table property here.
23028 (tex-font-lock-verb): New function. Do it here.
23029 (tex-font-lock-syntactic-keywords): Use it.
23030
23031 2005-10-04 Richard M. Stallman <rms@gnu.org>
23032
23033 * wid-edit.el (widget-file-complete): Get the widget start point
23034 the right way. Default directory to `/' if file has none.
23035
23036 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
23037
23038 * textmodes/flyspell.el (flyspell-mode-on):
23039 Call ispell-maybe-find-aspell-dictionaries.
23040
23041 * textmodes/ispell.el (ispell-word, ispell-region):
23042 Call ispell-maybe-find-aspell-dictionaries.
23043 (ispell-accept-buffer-local-defs):
23044 Don't call ispell-maybe-find-aspell-dictionaries.
23045
23046 2005-10-04 Richard M. Stallman <rms@gnu.org>
23047
23048 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
23049
23050 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
23051
23052 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
23053 instead of `fboundp' in order to allow for anonymous functions.
23054
23055 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
23056
23057 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
23058 case the user clicks on the link while another window is selected.
23059 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
23060
23061 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
23062 functionality.
23063 (dframe-help-echo): Save point in case mouse tracking is off.
23064
23065 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
23066
23067 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
23068
23069 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23070
23071 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
23072 not change the global value of those vars.
23073
23074 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
23075 make-local-variable which we do not need any more.
23076
23077 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
23078
23079 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
23080 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
23081 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
23082 (speedbar-path-line): Define obsolete aliases.
23083 (speedbar-line-directory): Doc fix.
23084
23085 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
23086 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
23087 instead of speedbar-line-path.
23088
23089 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23090
23091 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
23092 to nil if dropping on a window. Handle dropping on a minibuffer window
23093 like dropping on a non-window part of Emacs.
23094
23095 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23096
23097 * net/ange-ftp.el: Use with-current-buffer.
23098 (ange-ftp-insert-directory): Do not follow symlinks any more.
23099
23100 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
23101 Remove interactive spec.
23102
23103 2005-10-03 Kim F. Storm <storm@cua.dk>
23104
23105 * ido.el (ido-mode): Use custom-initialize-set.
23106
23107 2005-10-02 Richard M. Stallman <rms@gnu.org>
23108
23109 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
23110 Use insert-buffer-substring.
23111
23112 * net/tramp.el: Pacify byte compiler warnings in pacification code.
23113 (tramp-handle-file-local-copy): Use insert-buffer-substring.
23114
23115 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
23116
23117 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
23118 in last change.
23119 (ange-ftp-insert-directory): Fix up the search for the case where
23120 `file' is absolute.
23121
23122 2005-10-02 Romain Francoise <romain@orebokech.com>
23123
23124 * progmodes/compile.el (compile-goto-error): Delete extra paren.
23125
23126 2005-10-02 Andreas Schwab <schwab@suse.de>
23127
23128 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
23129 directory component in the session info.
23130
23131 2005-10-01 Richard M. Stallman <rms@gnu.org>
23132
23133 * comint.el (comint-redirect-subvert-readonly): Doc fix.
23134
23135 * simple.el (next-error-internal): New function.
23136
23137 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
23138 (compilation-start): Pass new arg to compilation-buffer-name.
23139 (compile-goto-error): Use next-error-internal.
23140
23141 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
23142
23143 * speedbar.el: Remove RCS tag.
23144 (speedbar-check-read-only): Handle non-existent files.
23145
23146 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
23147
23148 * info.el (Info-speedbar-hierarchy-buttons)
23149 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
23150
23151 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23152
23153 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
23154 Do not match newline.
23155 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
23156 (bibtex-summary): Remove unnecessary save-excursion.
23157 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
23158
23159 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23160
23161 * term/mac-win.el: Add charset info for "iso10646-1".
23162 Modify default fontset to use ATSUI-compatible fonts for some charsets
23163 if available.
23164
23165 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
23166
23167 * speedbar.el: Re-apply arch tag.
23168 (speedbar-version): Rename to version 1.0. Suggested by Eric
23169 M. Ludlam.
23170 Reapply two changes from Emacs CVS' version of speedbar lost
23171 during the merge:
23172 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
23173 (speedbar-frame-parameters): Improve customize type.
23174
23175 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
23176
23177 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
23178 (ange-ftp-file-directory-p): Fix the symlink case.
23179 (ange-ftp-insert-directory): When listing a single file, get a list of
23180 the parent buffer and extract the relevant line. Inspired from a patch
23181 by Katsumi Yamaoka <yamaoka@jpl.org>.
23182 (ange-ftp-file-name-sans-versions): Simplify.
23183
23184 2005-09-30 Bill Wohler <wohler@newt.com>
23185
23186 Move MH-E image files from toolbar and mail directories into
23187 etc/images.
23188
23189 * mail/reply2.*: Move to etc/images/mail/reply*.
23190
23191 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
23192 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
23193 etc/images.
23194
23195 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
23196 * toolbar/reply*: Move to etc/images/mail.
23197
23198 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
23199
23200 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
23201
23202 * speedbar.el: New version 1.0pre3.
23203
23204 Frame management code (including timer, and mouse click specifics)
23205 moved to dframe.el:
23206 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
23207 (speedbar-timer): Removed. Use dframe-timer.
23208 (speedbar-close-frame): Removed. Use dframe-close-frame.
23209 (speedbar-activity-change-focus-flag): Removed. Use
23210 dframe-activity-change-focus-flag.
23211 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
23212 dframe-update-speed.
23213
23214 (speedbar-current-frame): New macro. Use this instead of the
23215 variable speedbar-frame.
23216
23217 (speedbar-use-images, speedbar-expand-image-button-alist)
23218 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
23219
23220 (speedbar-find-image-on-load-path): Removed. Replaced by
23221 defezimage in ezimage.el.
23222 (speedbar-expand-image-button-alist): Removed. Replaced by
23223 ezimage-expand-image-button-alist in ezimage.el.
23224
23225 (speedbar-ignored-directory-regexp)
23226 (speedbar-add-ignored-directory-regexp)
23227 (speedbar-ignored-directory-expressions)
23228 (speedbar-line-directory, speedbar-buffers-line-directory)
23229 (speedbar-directory-line, speedbar-buffers-line-directory):
23230 Renamed, replacing `path' with `directory'.
23231
23232 (speedbar-create-directory, speedbar-expand-line-descendants)
23233 (speedbar-toggle-line-expansion)
23234 (speedbar-contract-line-descendants): New commands.
23235
23236 (speedbar-query-confirmation-method, speedbar-select-frame-method)
23237 (speedbar-use-tool-tips-flag): New options.
23238
23239 (speedbar-check-read-only, speedbar-require-version)
23240 (speedbar-insert-separator, speedbar-buffers-tail-notes)
23241 (speedbar-handle-delete-frame, speedbar-try-completion)
23242 (speedbar-update-localized-contents): New functions.
23243
23244 (speedbar-incompatible-version, speedbar-ro-to-do-point)
23245 (speedbar-object-read-only-indicator): New variables.
23246
23247 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
23248 New hooks.
23249
23250 (speedbar-separator-face): New face.
23251
23252 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
23253 (speedbar-ignored-modes): Add fundamental-mode.
23254 (speedbar-directory-unshown-regexp): Add . directories.
23255
23256 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
23257 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
23258 `]' for full expand/close.
23259 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
23260
23261 (speedbar-check-vc): Support hidden files.
23262 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
23263 (speedbar-this-file-in-vc): Use vc-state if available. If VC
23264 state is nil, it is not checked out.
23265
23266 (speedbar-line-text, speedbar-line-token): Support expand buttons
23267 with no text.
23268 (speedbar-refresh): Universal argument acts as power-click.
23269 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
23270 that buffer to get variable values.
23271
23272 And many other bugfixes.
23273
23274 * dframe.el, ezimage.el, sb-image.el: New files.
23275
23276 * sb-*.xpm: Remove files. New image files installed into
23277 etc/images/ezimage.
23278
23279 2005-09-30 Kenichi Handa <handa@m17n.org>
23280
23281 * ps-mule.el (ps-mule-show-warning): If a character is in
23282 ps-print-translation-table, don't treat it as non-printable.
23283
23284 2005-09-30 David Ponce <david@dponce.com>
23285
23286 * tree-widget.el (tree-widget-themes-load-path): New variable.
23287 (tree-widget-themes-directory): Doc fix.
23288 (tree-widget-image-formats) [Emacs]: Doc fix.
23289 (tree-widget--locate-sub-directory): New function.
23290 (tree-widget-themes-directory): Use it.
23291
23292 * recentf.el (recentf-filename-handlers): Rename from
23293 `recentf-filename-handler'. Allow a list of functions.
23294 (recentf-menu-items-for-commands): Fix :help strings.
23295 (recentf-apply-filename-handlers): New function.
23296 (recentf-expand-file-name): Use it.
23297 (recentf-cleanup): Remove duplicates too.
23298
23299 2005-09-29 Juri Linkov <juri@jurta.org>
23300
23301 * faces.el: Rearrange face definitions to be in the same order as
23302 their face descriptions in "(emacs)Standard Faces".
23303
23304 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
23305
23306 * tooltip.el (tooltip): Add group `basic-faces'.
23307
23308 * buff-menu.el (Buffer-menu-buffer): Remove group
23309 `font-lock-highlighting-faces'.
23310
23311 * progmodes/compile.el (compilation-error, compilation-warning)
23312 (compilation-info, compilation-line-number, compilation-column-number):
23313 Change group from `font-lock-highlighting-faces' to `compilation'.
23314
23315 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
23316 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
23317 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
23318 (vhdl-font-lock-reserved-words-face)
23319 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
23320 `font-lock-highlighting-faces'.
23321
23322 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
23323
23324 2005-09-28 Kim F. Storm <storm@cua.dk>
23325
23326 * emulation/cua-base.el: Set CUA move property on additional commands:
23327 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
23328 forward-sexp, backward-sexp, forward-list, backward-list.
23329
23330 2005-09-28 Romain Francoise <romain@orebokech.com>
23331
23332 * comint.el (comint-show-output): Really set point at the
23333 beginning of the output when not using `comint-use-prompt-regexp'.
23334
23335 2005-09-27 Jay Belanger <belanger@truman.edu>
23336
23337 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
23338 in TeX mode.
23339
23340 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
23341
23342 * textmodes/org.el (org-table-sum): Fix format string.
23343
23344 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
23345 Quote face names.
23346
23347 2005-09-26 Romain Francoise <romain@orebokech.com>
23348
23349 * isearch.el (isearch-forward-regexp): Close doc string.
23350
23351 2005-09-25 Richard M. Stallman <rms@gnu.org>
23352
23353 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
23354
23355 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
23356
23357 * progmodes/compile.el (compilation-error-properties):
23358 When getting the file from the previous error message,
23359 correctly decode the new data format.
23360
23361 * progmodes/cc-cmds.el (c-electric-paren):
23362 Call old-blink-paren only for close-paren.
23363
23364 2005-09-24 Andreas Schwab <schwab@suse.de>
23365
23366 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
23367 condition.
23368
23369 2005-09-25 Romain Francoise <romain@orebokech.com>
23370
23371 * dired-aux.el (dired-copy-file-recursive):
23372 * dired.el (dired-delete-file):
23373 * ediff-mult.el (ediff-dir-diff-copy-file):
23374 * ediff-util.el (ediff-test-save-region):
23375 * forms.el (forms-mode):
23376 * ido.el (ido-file-internal, ido-delete-file-at-head):
23377 * log-edit.el (log-edit-done):
23378 * ses.el (ses-yank-resize):
23379 * play/gomoku.el (gomoku-human-plays, gomoku)
23380 (gomoku-human-resigns, gomoku-prompt-for-other-game)
23381 (gomoku-offer-a-draw):
23382 * play/landmark.el (lm-human-resigns, lm):
23383 * net/eudcb-ldap.el (eudc-ldap-check-base):
23384 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
23385 * progmodes/ebrowse.el (ebrowse-find-pattern):
23386 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
23387 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
23388 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
23389
23390 * vc.el (vc-delete-file):
23391 * play/gomoku.el (gomoku-terminate-game, gomoku)
23392 (gomoku-prompt-for-move, gomoku-human-takes-back):
23393 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
23394 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
23395
23396 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
23397
23398 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
23399 color rxvt terminals by using the code xterm.el used to use before
23400 2005-04-09 in order to match the colors used by rxvt.
23401
23402 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23403
23404 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
23405 colors rxvt-unicode terminals by using the same code as xterm.el.
23406
23407 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
23408
23409 * textmodes/tex-mode.el (tex-font-lock-append-prop)
23410 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
23411 new symbol used for the tex-verbatim face.
23412
23413 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
23414
23415 * woman.el (woman-file-name):
23416 * wid-edit.el (widget-file-prompt-value)
23417 (widget-coding-system-prompt-value):
23418 * w32-fns.el (set-w32-system-coding-system):
23419 * vc.el (vc-version-diff, vc-annotate):
23420 * textmodes/reftex-auc.el (reftex-arg-cite)
23421 (reftex-arg-index-tag):
23422 * textmodes/refer.el (refer-get-bib-files):
23423 * textmodes/artist.el (artist-figlet-choose-font):
23424 * terminal.el (terminal-emulator):
23425 * replace.el (occur-read-primary-args):
23426 * rect.el (string-rectangle, string-insert-rectangle):
23427 * ps-print.el (ps-print-preprint):
23428 * progmodes/pascal.el (pascal-goto-defun):
23429 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
23430 * progmodes/compile.el (compilation-find-file):
23431 * printing.el (pr-interactive-n-up):
23432 * play/animate.el (animate-birthday-present):
23433 * net/rcompile.el (remote-compile):
23434 * man.el (man, Man-goto-section, Man-follow-manual-reference):
23435 * mail/rmailsum.el (rmail-summary-search-backward)
23436 (rmail-summary-search):
23437 * mail/rmailout.el (rmail-output-read-rmail-file-name)
23438 (rmail-output-read-file-name):
23439 * mail/rmail.el (rmail-search, rmail-search-backwards):
23440 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
23441 * locate.el (locate):
23442 * international/quail.el (quail-show-keyboard-layout):
23443 * international/mule.el (set-buffer-file-coding-system)
23444 (revert-buffer-with-coding-system, set-file-name-coding-system)
23445 (set-terminal-coding-system, set-keyboard-coding-system)
23446 (set-next-selection-coding-system):
23447 * international/mule-diag.el (describe-coding-system)
23448 (describe-font, describe-fontset):
23449 * international/mule-cmds.el (universal-coding-system-argument)
23450 (search-unencodable-char, describe-input-method)
23451 (set-language-environment, describe-language-environment):
23452 * international/codepage.el (codepage-setup):
23453 * international/code-pages.el (codepage-setup):
23454 * info.el (Info-search, Info-follow-reference)
23455 (Info-search-backward):
23456 * emacs-lisp/advice.el (ad-read-advised-function)
23457 (ad-read-advice-class, ad-clear-cache, ad-activate)
23458 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
23459 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
23460 (ad-read-regexp):
23461 * ediff-util.el (ediff-toggle-regexp-match):
23462 * ediff-ptch.el (ediff-prompt-for-patch-file):
23463 * dired-aux.el (dired-diff):
23464 * diff.el (diff):
23465 * cus-edit.el (custom-variable-prompt):
23466 * calendar/timeclock.el (timeclock-ask-for-project):
23467 * calc/calcalg3.el (calc-get-fit-variables):
23468 * calc/calc-store.el (calc-edit-variable)
23469 (calc-permanent-variable):
23470 * vc-mcvs.el (vc-mcvs-register):
23471 * shadowfile.el (shadow-define-literal-group):
23472 * woman.el (woman-file-name):
23473 * vc.el (vc-version-diff, vc-merge):
23474 * textmodes/reftex-index.el (reftex-index-complete-tag):
23475 * format.el (format-decode-buffer, format-decode-region):
23476 * emulation/viper-cmd.el (viper-read-string-with-history):
23477 * emacs-lisp/debug.el (cancel-debug-on-entry):
23478 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
23479 * ediff.el (ediff-merge-revisions)
23480 (ediff-merge-revisions-with-ancestor, ediff-revision):
23481 * completion.el (interactive-completion-string-reader):
23482 * calc/calc-prog.el (calc-user-define-formula):
23483 Follow convention for reading with the minibuffer.
23484
23485 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
23486
23487 * progmodes/python.el (python-describe-symbol): Add globals() and
23488 locals() to the arguments of emacs.ehelp.
23489
23490 2005-09-24 Magnus Henoch <mange@freemail.hu>
23491
23492 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
23493 New function, code extracted from ispell-valid-dictionary-list.
23494 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
23495 Call it.
23496
23497 2005-09-24 Eli Zaretskii <eliz@gnu.org>
23498
23499 * subr.el (version-regexp-alist): Extend valid syntax for version
23500 strings: allow any of the characters -,_,+ to separate the
23501 alpha/beta/rc part from the version part. Doc fix.
23502 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
23503
23504 2005-09-23 David Reitter <david.reitter@gmail.com>
23505
23506 * mail/mailclient.el: New file.
23507
23508 2005-09-23 Richard M. Stallman <rms@gnu.org>
23509
23510 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
23511 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
23512 Doc fixes.
23513
23514 * progmodes/cc-mode.el (c-font-lock-init):
23515 Specify font-lock-lines-before.
23516
23517 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
23518
23519 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
23520 whole conflict.
23521
23522 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
23523
23524 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
23525 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
23526 of `remap' feature when available. Additional key bindings for
23527 better tty support.
23528 (org-mode-restart, org-force-self-insert): New commands.
23529 (org-time-stamp-inactive): New command.
23530 (org-remap): New function.
23531 (org-table-auto-blank-field, org-level-color-stars-only): New options.
23532 (org-enable-fixed-width-editor): Move to `org-structure'
23533 customization group.
23534 (org-self-insert-command, orgtbl-self-insert-command): Modify to
23535 blank field after field motion commands.
23536
23537 2005-09-23 Kenichi Handa <handa@m17n.org>
23538
23539 * international/mule-cmds.el (set-language-environment):
23540 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
23541 have to call utf-translate-cjk-load-tables.
23542
23543 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
23544
23545 * mouse.el (mouse-move-drag-overlay): Fix last change.
23546
23547 2005-09-22 David Ponce <david@dponce.com>
23548
23549 * tree-widget.el (tree-widget-value-create): Fix previous change.
23550
23551 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
23552
23553 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
23554
23555 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
23556
23557 * mouse.el (mouse-move-drag-overlay): New function.
23558 (mouse-drag-region-1): Use it.
23559 Try to simplify a bit the state handling. Handle clicks on links
23560 inside intangible areas.
23561 (mouse-save-then-kill): Minor simplification.
23562 (mouse-secondary-overlay): Make it always non-nil instead of
23563 recreating it each time.
23564 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
23565 (mouse-kill-secondary, mouse-secondary-save-then-kill):
23566 Simplify accordingly.
23567
23568 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
23569
23570 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
23571
23572 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
23573
23574 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
23575 (ediff-file-name-sans-prefix): Treat nil as an empty string.
23576 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
23577 to patch.
23578
23579 * ediff-util.el: Use insert-buffer-substring.
23580
23581 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
23582
23583 * emulation/viper-cmd.el (viper-change-state): Don't move over the
23584 field boundaries in the minibuffer.
23585 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
23586 (viper-minibuffer-post-command-hook): New hook.
23587 (viper-line): Don't move cursor at bolp.
23588
23589 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
23590
23591 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
23592 avoid compiler warnings.
23593
23594 * emulation/viper-macs.el (ex-map): Better messages.
23595
23596 * emulation/viper-utils.el (viper-beginning-of-field): New function.
23597
23598 * emulation/viper.el: Replace make-variable-buffer-local with
23599 viper-make-variable-buffer-local everywhere, to avoid warnings.
23600
23601 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23602
23603 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
23604 Delete unused var `old-selected-window'.
23605 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
23606 (mouse-drag-secondary): Delete unused var `start-frame'.
23607
23608 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23609
23610 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
23611
23612 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23613
23614 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
23615 Re-indent within 80 columns. Use inhibit-read-only.
23616
23617 2005-09-19 Romain Francoise <romain@orebokech.com>
23618
23619 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
23620
23621 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23622
23623 * font-lock.el (font-lock-default-fontify-region): Don't add a line
23624 unconditionally, since the after-change-function already did it.
23625
23626 2005-09-19 Miles Bader <miles@gnu.org>
23627
23628 * net/newsticker.el: Get rid of CVS keyword.
23629
23630 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
23631
23632 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
23633 The prompt is formatted later.
23634
23635 2005-09-19 David Ponce <david@dponce.com>
23636
23637 * tree-widget.el (tree-widget-value-create): Save the converted
23638 tree :node widget.
23639
23640 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
23641
23642 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
23643 variable `message'.
23644
23645 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
23646
23647 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
23648 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
23649 <slawomir.nowaczyk.847@student.lu.se>.
23650
23651 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
23652
23653 * image.el (image-load-path): Use symbol `data-directory' instead
23654 of its value, for backward compatibility with packages that bind
23655 it during `find-image'. Suggested by Katsumi Yamaoka.
23656 (image-search-load-path): Handle symbols whose values are strings.
23657
23658 2005-09-18 Romain Francoise <romain@orebokech.com>
23659
23660 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
23661 with-current-buffer form in save-excursion.
23662
23663 2005-09-18 Deepak Goel <deego@gnufans.org>
23664
23665 * apropos.el (apropos-command): Fix `message' call: first arg
23666 should be a format spec. In this and all other cases that appear
23667 below and elsewhere in the source code, I made a change only when
23668 two conditions were satisfied: [1] I can think of a possibility
23669 that the arguments would cause an error, for example, the code in
23670 question relies on external variables such as filenames. [2] I
23671 was sure that the arg to `message' could not have been nil in the code.
23672
23673 * textmodes/tildify.el (tildify-region): Ditto.
23674
23675 * textmodes/reftex-index.el (reftex-index-change-entry)
23676 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
23677 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
23678 * textmodes/org.el (org-complete, org-deadline, org-schedule)
23679 (org-priority, org-table-sum):
23680 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
23681 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
23682 (flyspell-word, flyspell-display-next-corrections):
23683 * textmodes/bibtex.el (bibtex-print-help-message):
23684 * textmodes/artist.el (artist-key-set-point-poly):
23685 * term/mac-win.el (mac-services-insert-text):
23686 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
23687 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
23688 (vhdl-port-paste-testbench, vhdl-compose-new-component)
23689 (vhdl-compose-configuration):
23690 * progmodes/sh-script.el (sh-blink, sh-show-indent)
23691 (sh-set-indent, sh-learn-line-indent):
23692 * progmodes/ps-mode.el (ps-mode-target-column):
23693 * progmodes/idlwave.el (idlwave-make-tags)
23694 (idlwave-scan-library-catalogs):
23695 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
23696 * progmodes/gud.el (gud-jdb-analyze-source):
23697 * progmodes/flymake.el (flymake-log):
23698 * progmodes/ebnf2ps.el (ebnf-generate-region):
23699 * progmodes/cmacexp.el (c-macro-expansion):
23700 * progmodes/ada-xref.el (ada-treat-cmd-string):
23701 * progmodes/ada-mode.el (ada-create-case-exception-substring)
23702 (ada-justified-indent-current, ada-batch-reformat):
23703 * play/zone.el (zone):
23704 * play/landmark.el (lm-move):
23705 * play/decipher.el (decipher-show-alphabet):
23706 * net/newsticker.el (newsticker--display-jump)
23707 (newsticker--display-scroll):
23708 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
23709 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
23710 * mail/feedmail.el (feedmail-dump-message-to-queue):
23711 * eshell/esh-proc.el (eshell-remove-process-entry):
23712 * emulation/ws-mode.el (ws-last-error):
23713 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
23714 (viper-record-kbd-macro):
23715 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
23716 * emacs-lisp/lisp-mnt.el (lm-report-bug):
23717 * emacs-lisp/find-func.el (find-function-noselect):
23718 * calendar/timeclock.el (timeclock-status-string)
23719 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
23720 (timeclock-when-to-leave-string):
23721 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
23722 * calc/calc-units.el (calc-enter-units-table):
23723 * calc/calc-mode.el (calc-mode-record-mode):
23724 * woman.el (woman-mini-help):
23725 * wdired.el (wdired-change-to-wdired-mode):
23726 * vc.el (vc-retrieve-snapshot):
23727 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
23728 * startup.el (display-startup-echo-area-message):
23729 * simple.el (set-goal-column):
23730 * ses.el (ses-command-hook, ses-recalculate-cell):
23731 * server.el (server-process-filter):
23732 * printing.el (pr-interface-txt-print, pr-interface-printify)
23733 (pr-interface-ps):
23734 * pcvs.el (cvs-help):
23735 * log-edit.el (log-edit, log-edit-mode-help):
23736 * iswitchb.el (iswitchb-possible-new-buffer):
23737 * isearch.el (isearch-edit-string):
23738 * image-mode.el (image-mode, image-minor-mode):
23739 * ibuf-macs.el (define-ibuffer-filter):
23740 * hi-lock.el (hi-lock-find-patterns):
23741 * files.el (toggle-read-only):
23742 * ediff-util.el (ediff-copy-diff)
23743 (ediff-write-merge-buffer-and-maybe-kill):
23744 * echistory.el (Electric-history-undefined):
23745 * dnd.el (dnd-insert-text):
23746 * dired-aux.el (dired-query):
23747 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
23748 * bookmark.el (bookmark-bmenu-locate):
23749 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
23750 Fix `message' calls to ensure first arg is a format string.
23751 The change was made only when these two conditions were satisfied:
23752 [1] when there is a possibility that the arguments would cause an error
23753 for example, if the code in question relies on external variables
23754 such as filenames, and
23755 [2] if the arg to `message' could not have been nil in the code.
23756
23757 * pcomplete.el (pcomplete--help): Fix `message' format spec.
23758 Not having a %s would be weird, though not technically wrong.
23759
23760 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23761
23762 * term/mac-win.el (mac-add-charset-info): Doc fix.
23763
23764 2005-09-17 Romain Francoise <romain@orebokech.com>
23765
23766 * shell.el (shell-resync-dirs): Handle echoing processes more
23767 reliably. Don't insert resync command if `comint-process-echoes'
23768 is non-nil.
23769
23770 2005-09-17 Magnus Henoch <mange@freemail.hu>
23771
23772 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
23773 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
23774 aspell versions >= 0.60.
23775 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
23776 only if ispell-aspell-supports-utf8 is non-nil.
23777
23778 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
23779
23780 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
23781 buffer-local value to lisp-indent-function.
23782
23783 2005-09-17 Milan Zamazal <pdm@zamazal.org>
23784
23785 * progmodes/glasses.el (glasses-make-readable): If
23786 glasses-separator differs from underscore, put appropriate
23787 overlays over underscore characters.
23788 (glasses-convert-to-unreadable): If glasses-separator differs from
23789 underscore, try to convert glasses-separator characters to
23790 underscores.
23791
23792 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
23793
23794 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
23795 Use with-syntax-table and dolist.
23796
23797 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
23798
23799 * textmodes/reftex-auc.el:
23800 * textmodes/reftex-cite.el:
23801 * textmodes/reftex-dcr.el:
23802 * textmodes/reftex-global.el:
23803 * textmodes/reftex-parse.el:
23804 * textmodes/reftex-ref.el:
23805 * textmodes/reftex-sel.el:
23806 * textmodes/reftex-toc.el:
23807 * textmodes/reftex-vars.el:
23808 * textmodes/reftex.el: Small changes to remove compiler warnings.
23809
23810 * textmodes/reftex-index.el: Likewise.
23811 (reftex-query-index-phrase): More efficient use of markers.
23812
23813 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
23814
23815 * image.el (image-load-path): New variable.
23816 (image-search-load-path): New function.
23817 (find-image): Search for images in `image-load-path'.
23818
23819 2005-09-15 Richard M. Stallman <rms@gnu.org>
23820
23821 * follow.el: Change Maintainer field.
23822
23823 2005-09-15 David Ponce <david@dponce.com>
23824
23825 * recentf.el (recentf-save-file-modes): New option.
23826 (recentf-save-list): Use it.
23827
23828 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
23829
23830 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
23831 (mode-line-mule-info, mode-line-modified): Move bindings from
23832 mouse-3 to mouse-1.
23833
23834 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
23835
23836 * simple.el (sendmail-user-agent-compose): Revert last change.
23837
23838 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
23839
23840 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
23841 Use with-current-buffer.
23842 (ange-ftp-gwp-start): Remove unused var `gw-user'.
23843 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
23844 (ange-ftp-insert-directory): Remove unused var `short'.
23845 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
23846
23847 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
23848 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
23849
23850 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
23851 (check-calendar-holidays, diary-list-entries): Autoload.
23852 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
23853 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
23854
23855 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
23856 which mistakenly removed a call to display-buffer.
23857
23858 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
23859
23860 * obsolete/iso-insert.el: Move to obsolete/ from international/.
23861
23862 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
23863
23864 * progmodes/hideshow.el
23865 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
23866 (hs-allow-nesting): New user var.
23867 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
23868 (hs-hide-block-at-point): When nesting allowed,
23869 if there is already an overlay in place, delete it.
23870 (hs-safety-is-job-n): Delete func; remove call sites.
23871 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
23872 (hs-overlay-at): New func.
23873 (hs-already-hidden-p, hs-show-block): Use it.
23874 (hs-hide-all): Don't pre-clean if nesting allowed.
23875 (hs-show-all): Temporarily disallow
23876 nesting around call to `hs-discard-overlays'.
23877
23878 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
23879
23880 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
23881 Delete unused local var.
23882
23883 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
23884
23885 * help-fns.el (describe-categories): "?\ " -> "?\s".
23886 (help-do-arg-highlight): Recognize also ARG-n, as in
23887 `move-to-left-margin' (ARG+n is already recognized). Simplify.
23888
23889 * international/codepage.el (dos-unsupported-char-glyph):
23890 * net/newsticker.el (tool-bar-map, w3-mode-map)
23891 (w3m-minor-mode-map):
23892 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
23893 (ent-alist):
23894 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
23895
23896 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
23897
23898 * custom.el (custom-push-theme): Handle the case where a symbol is
23899 bound but face properties have not yet been assigned.
23900
23901 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
23902 Fix behavior if noerase is `t' and there is no mail buffer.
23903
23904 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
23905 if `continue' is nil, rather than signal an error.
23906
23907 2005-09-12 Richard M. Stallman <rms@gnu.org>
23908
23909 * font-lock.el (font-lock-keywords): Add autoload.
23910
23911 * help-fns.el (describe-variable): Rearrange to put source link
23912 in a predictable place.
23913
23914 * net/newsticker.el: New file.
23915
23916 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
23917
23918 * calendar/calendar.el (calendar-for-loop): Add edebug info.
23919 (calendar-basic-setup): Use the new nil arg.
23920 (number-of-diary-entries): Move to diary-lib.el.
23921
23922 * calendar/diary-lib.el: Use with-current-buffer, match-string.
23923 (diary-list-entries): Use with-syntax-table and dolist.
23924 Rename from list-diary-entries.
23925 Use number-of-diary-entries if `number' is nil.
23926 (diary, diary-view-entries): Use this new name and new nil arg value.
23927 (number-of-diary-entries): Move from calendar.el.
23928 (diary-unhide-everything): New function.
23929 (include-other-diary-files, fancy-diary-display)
23930 (diary-show-all-entries, make-diary-entry): Use it.
23931 (diary-mail-entries): Use buffer-string.
23932 (mark-diary-entries): Fix long standing paren typo.
23933 (diary-sexp-entry): Use count-lines.
23934 (make-diary-entry): Avoid `previous-line'.
23935 (diary-mode-map): New var.
23936 (diary-mode): Redraw cal after saving. Setup header-line.
23937 (fancy-diary-display-mode): Use local-set-key.
23938
23939 * startup.el (command-line): Try calling various terminal-init-foo-bar
23940 functions by stripping hyphenated suffixes from $TERM.
23941
23942 * files.el (normal-mode): Check boundness of font-lock-keywords.
23943
23944 2005-09-12 Richard M. Stallman <rms@gnu.org>
23945
23946 * progmodes/compile.el: Don't decide a file's directory
23947 until the user actually tries to go there.
23948 (compilation-next-error-function):
23949 Pass compilation-find-file the directory from the file-struct.
23950 (compilation-internal-error-properties): Separate local FILE-STRUCT
23951 from FILE. Doc the args better. Rename arg FMT to FMTS.
23952 (compilation-find-file): Arg DIR renamed to DIRECTORY.
23953 Expand it, and if nil, use default-directory.
23954 (compilation-get-file-structure): Don't mix specified directory
23955 with default directory. Put specified directory into
23956 file-struct. Don't make the file name absolute.
23957
23958 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
23959 (compile-command): Add autoload.
23960 (compilation-disable-input): Add autoload.
23961
23962 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
23963
23964 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
23965 strings of the variables it can override.
23966 (time-stamp): New (as yet undocumented) time-stamp-format escapes
23967 %Q and %q, for fully-qualified domain name and unqualified host name.
23968
23969 2005-09-11 Kim F. Storm <storm@cua.dk>
23970
23971 * emacs-lisp/authors.el (authors-aliases): Update list.
23972 (authors-fixed-entries): Update mldrag.el entry.
23973
23974 2005-09-10 Alan Mackenzie <acm@muc.de>
23975
23976 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
23977 from the region narrowed to.
23978
23979 2005-09-10 Magnus Henoch <mange@freemail.hu>
23980
23981 * textmodes/ispell.el (ispell-check-version): Signal an error if
23982 aspell version is less than 0.60.
23983
23984 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
23985
23986 * progmodes/octave-inf.el (inferior-octave-startup):
23987 Resync current dir at the end.
23988
23989 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
23990
23991 * woman.el (woman-topic-at-point-default):
23992 Rename to woman-use-topic-at-point-default.
23993 (woman-topic-at-point): Rename to woman-use-topic-at-point.
23994 (woman-file-name): Reflect renames above. Automatically use the
23995 word at point as topic if woman-use-topic-at-point is non-nil.
23996 Otherwise offer it as default but don't insert it in the
23997 minibuffer. Also use `test-completion' instead of `assoc' as
23998 suggested by Stefan Monnier.
23999
24000 2005-09-10 Andre Spiegel <spiegel@gnu.org>
24001
24002 * vc.el (vc-directory, vc-update-change-log): Throw an error on
24003 the attempt to do it over Tramp. This is not yet supported.
24004
24005 2005-09-10 Eli Zaretskii <eliz@gnu.org>
24006
24007 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
24008 (menu-bar-non-minibuffer-window-p): New functions.
24009 ("Split Window", "Save As..."): Use them.
24010 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
24011 ("Print Buffer", "Truncate Long Lines in this Buffer"):
24012 Use menu-bar-menu-frame-live-and-visible-p.
24013 ("Save Buffer", "Insert File", "Open Directory...")
24014 ("Open File...", "Visit New File..."):
24015 Use menu-bar-non-minibuffer-window-p.
24016 (kill-this-buffer-enabled-p, dired <menu-enable>):
24017 Use menu-bar-non-minibuffer-window-p.
24018
24019 2005-09-09 Eli Zaretskii <eliz@gnu.org>
24020
24021 * cus-start.el (all): Don't complain about fringe-related
24022 built-ins if fringes are not supported. Ditto about
24023 selection-related built-ins. Fix the test for GTK-related built-ins.
24024
24025 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
24026 ("Postscript Print Buffer", "Print Region", "Save As...")
24027 ("Save", "Insert File...", "Open Directory...")
24028 ("Open File...", "Visit New File..."")
24029 ("Truncate Long Lines in this Buffer"): Don't look at
24030 menu-updating-frame if this display does not support multiple frames.
24031
24032 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24033
24034 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
24035
24036 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
24037
24038 * woman.el: Format- and whitespace-related changes.
24039
24040 2005-09-09 Eli Zaretskii <eliz@gnu.org>
24041
24042 * woman.el: Fix my email address.
24043
24044 2005-09-08 Richard M. Stallman <rms@gnu.org>
24045
24046 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
24047 (sh-mode): Locally set skeleton-pair-default-alist.
24048
24049 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
24050
24051 * progmodes/flymake.el: Require `compile' unconditionally.
24052
24053 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
24054
24055 * woman.el (woman-file-name): Provide a default, not initial input.
24056
24057 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
24058
24059 * font-lock.el (font-lock-support-mode): Doc fix.
24060
24061 * descr-text.el (describe-property-list): Handle non-symbol prop names.
24062
24063 2005-09-08 Richard M. Stallman <rms@gnu.org>
24064
24065 * simple.el (blink-matching-open): Get rid of text props from
24066 the string shown in echo area. Don't permanently set point.
24067 Some rearrangements.
24068
24069 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
24070
24071 * recentf.el (recentf-filename-handler): Add custom choice
24072 `abbreviate-file-name'.
24073
24074 * msb.el (msb--very-many-menus): Fix typo.
24075
24076 * disp-table.el (standard-display-european): Don't set
24077 enable-multibyte-characters to nil.
24078
24079 2005-09-08 David Ponce <david@dponce.com>
24080
24081 * recentf.el (recentf-show-file-shortcuts-flag): New option.
24082 (recentf-expand-file-name): Doc fix.
24083 (recentf-dialog-mode-map): Define digit shortcuts.
24084 (recentf--files-with-key): New variable.
24085 (recentf-show-digit-shortcut-filter): New function.
24086 (recentf-open-files-items): New function.
24087 (recentf-open-files): Use it.
24088 (recentf-open-file-with-key): New command.
24089
24090 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
24091
24092 * buff-menu.el (Buffer-menu-sort-by-column): New function.
24093 Suggested by Kim F. Storm.
24094 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
24095 (Buffer-menu-make-sort-button): Use global keymap.
24096
24097 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
24098
24099 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
24100 (Man-getpage-in-background-advice): Remove defadvice; it isn't
24101 necessary any longer with the remapped command.
24102 (Man-bgproc-sentinel-advice): Remove defadvice which counts
24103 formatting time only.
24104
24105 * net/tramp.el (tramp-action-password)
24106 (tramp-multi-action-password): Compile the password prompt from
24107 `method', `user' and `host'. Sometimes it isn't obvious which
24108 password to enter, for example with remote files offered by
24109 recentf.el, or with multiple steps. Suggested by Robert Marshall
24110 <robert@chezmarshall.freeserve.co.uk>.
24111
24112 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
24113
24114 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
24115 Fix regexp for when "s///" is at the beginning of line.
24116
24117 2005-09-07 Jay Belanger <belanger@truman.edu>
24118
24119 * calc/calc-poly.el (math-expand-term): Multiply out any powers
24120 when in matrix mode.
24121
24122 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
24123
24124 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
24125 non-anonymous functions.
24126
24127 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
24128
24129 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
24130 when using a header line. Otherwise, use mouse-1-click-follows-link.
24131
24132 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
24133 can't be moved; don't signal an error.
24134
24135 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
24136
24137 * cus-theme.el (custom-theme-write-faces): Save the current face
24138 spec, not the defface spec.
24139
24140 * custom.el (custom-known-themes): Clarify meaning of "standard".
24141 (custom-push-theme): Save old values in the standard theme.
24142 (disable-theme): Correct typo.
24143 (custom-face-theme-value): Deleted unused function.
24144 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
24145
24146 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
24147
24148 * progmodes/compile.el (compilation-goto-locus): Take into account
24149 iconified frames when determining whether the buffer is
24150 already visible.
24151 Don't reset window height if the window already existed.
24152
24153 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
24154
24155 * custom.el (load-theme): Rename from require-theme.
24156 Add interactive spec.
24157 (enable-theme): Rename from custom-enable-theme.
24158 Add interactive spec.
24159 (disable-theme): Rename from custom-disable-theme.
24160 Add interactive spec.
24161 (custom-make-theme-feature): Doc fix.
24162 (custom-theme-directory): Doc fix.
24163 (provide-theme): Call enable-theme.
24164
24165 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
24166
24167 * obsolete/lazy-lock.el (lazy-lock-mode):
24168 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
24169 font-lock-mode if it's off. Print a warning instead.
24170
24171 * progmodes/compile.el (compilation-start): Ignore errors if the
24172 process died before we get to send-eof.
24173
24174 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
24175 Undo last change. Enclosing the result in quotes broke things on Unix
24176 since tex-send-command passes it through shell-quote-argument.
24177 (tex-send-command): Pass `file' through convert-standard-filename
24178 when possible.
24179 (tex-uptodate-p): Handle the case where TeX hasn't put additional
24180 info in a transcript.
24181
24182 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
24183
24184 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
24185 fix compilation warning. Reorder the key definitions to group
24186 together keys emitted by the current version of xterm.
24187
24188 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
24189 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
24190 Reorder predicates to correct min-color usage.
24191
24192 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
24193
24194 * longlines.el (longlines-mode): Inhibit read-only when encoding.
24195 Kill local variables when longlines-mode is turned off.
24196
24197 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
24198
24199 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
24200
24201 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
24202
24203 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
24204
24205 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
24206 (font-lock-lines-before): Change default to being inactive.
24207 (font-lock-default-fontify-region): Obey font-lock-lines-before.
24208 (font-lock-after-change-function): Don't handle f-l-lines-before here.
24209
24210 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
24211
24212 * net/tramp.el (tramp-handle-make-auto-save-file-name):
24213 Deactivate temporarily advice if active (not needed for Emacs 22,
24214 but for backwards compatibility).
24215 (tramp-exists-file-name-handler): Rewrite. First implementation
24216 was too simple.
24217 (tramp-advice-make-auto-save-file-name):
24218 Call `tramp-handle-make-auto-save-file-name' (again, just for
24219 backwards compatibility).
24220
24221 2005-08-31 Reto Zimmermann <reto@gnu.org>
24222
24223 * progmodes/vhdl-mode.el
24224 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
24225 (vhdl-end-p): Fix indentation bug "else" after "-- when".
24226 (vhdl-set-default-project): New function (easier setting of default).
24227 (vhdl-port-copy): Handle extended identifiers for generics.
24228 (vhdl-compiler-alist): Better description for error message regexp.
24229 (vhdl-make): Query for target, use previous as default.
24230 (vhdl-port-copy): Fix port copy for port names starting with "signal".
24231 (vhdl-font-lock-keywords-2): Fix fontification for record
24232 el. assign.
24233 (vhdl-speedbar-make-subpack-line): Add package body link.
24234 (vhdl-generate-makefile-1): Not include itself as dependency.
24235 (vhdl-font-lock-init): Highlight c-preprocessor directives.
24236 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
24237 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
24238 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
24239 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
24240 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
24241 (vhdl-import-project): Add string argument for `error'.
24242 (vhdl-compose-configuration)
24243 (vhdl-compose-configuration-architecture): Add configuration
24244 declaration generation.
24245 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
24246 (vhdl-trailer-re): Add "record" keyword (better indentation).
24247 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
24248 "[^ \t-\"]+".
24249 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
24250 (vhdl-testbench-entity-file-name)
24251 (vhdl-testbench-architecture-file-name): Allow separate
24252 customization of testbench file names.
24253 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
24254 (vhdl-get-visible-signals): Allow newline within alias declaration.
24255 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
24256 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
24257 (member-ignore-case): Alias for missing function in XEmacs.
24258 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
24259 (vhdl-update-sensitivity-list): Ignore case on read signals.
24260 (vhdl-replace-string): Adjust case only for file names.
24261 (vhdl-update-sensitivity-list): Fix search for read signals.
24262 (vhdl-update-sensitivity-list): Exclude formal parameters.
24263 (vhdl-get-visible-signals): Include aliases of signals.
24264 (vhdl-get-visible-signals): Fix signal name searching.
24265 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
24266 (vhdl-fixup-whitespace-region): Fix for character
24267 literals (e.g. `:').
24268
24269 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
24270
24271 * ansi-color.el (comint-last-output-start):
24272 * bs.el (font-lock-verbose):
24273 * diff-mode.el (add-log-buffer-file-name-function):
24274 * dired-x.el (vm-folder-directory):
24275 * faces.el (help-xref-stack-item):
24276 * files.el (font-lock-keywords):
24277 * find-lisp.el (dired-buffers, dired-subdir-alist):
24278 * ido.el (cua-inhibit-cua-keys):
24279 * log-view.el (cvs-minor-wrap-function):
24280 * outline.el (font-lock-warning-face):
24281 * simple.el (compilation-current-error):
24282 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
24283 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
24284 * tooltip.el (comint-prompt-regexp):
24285 * w32-fns.el (explicit-shell-file-name):
24286 * term/mac-win.el (mac-charset-info-alist)
24287 (mac-services-selection, mac-system-script-code):
24288 * term/tty-colors.el (msdos-color-values):
24289 * term/w32-win.el (xlfd-regexp-registry-subnum):
24290 * term/x-win.el (x-keysym-table, x-selection-timeout)
24291 (x-session-id, x-session-previous-id):
24292 * textmodes/ispell.el (mail-yank-prefix):
24293 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
24294 * textmodes/org.el (calc-embedded-close-formula)
24295 (calc-embedded-open-formula)
24296 (font-lock-unfontify-region-function):
24297 * textmodes/reftex-global.el (isearch-next-buffer-function)
24298 (TeX-master):
24299 * textmodes/reftex.el (font-lock-keywords):
24300 * textmodes/tex-mode.el (font-lock-comment-face)
24301 (font-lock-doc-face):
24302 * textmodes/texinfo.el (outline-heading-alist):
24303 Add defvars.
24304
24305 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
24306 (artist-spray-chars, artist-mode-init, artist-replace-string)
24307 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
24308 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
24309 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
24310
24311 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
24312 (conf-align-assignments): "?\ " -> "?\s".
24313
24314 * textmodes/reftex-index.el (TeX-master): Add defvar.
24315 (reftex-index-phrases-marker): Move up defvar.
24316
24317 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
24318 (reftex-toc-include-labels-indicator)
24319 (reftex-toc-include-index-indicator)
24320 (reftex-toc-max-level-indicator): Move up declarations.
24321
24322 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
24323 of args to `tramp-run-real-handler', even if it's empty in this case.
24324
24325 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24326
24327 * dired.el (dired-move-to-filename-regexp): Add date format for
24328 Mac OS X 10.3 in East Asian locales.
24329
24330 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
24331
24332 * files.el (make-auto-save-file-name): Add file name handler call
24333 if applicable.
24334
24335 * net/tramp.el (tramp-file-name-handler-alist)
24336 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
24337 (tramp-handle-make-auto-save-file-name): Rename from
24338 `tramp-make-auto-save-file-name'.
24339 (tramp-exists-file-name-handler): New defun.
24340 (tramp-advice-make-auto-save-file-name): Make defadvice only when
24341 `make-auto-save-file-name' is not a magic file name operation.
24342
24343 2005-08-30 Richard M. Stallman <rms@gnu.org>
24344
24345 * files.el (risky-local-variable-p):
24346 Match `-predicates' and `-commands.
24347
24348 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
24349 (custom-save-all): Visit the file if necessary;
24350 kill the buffer if we created it.
24351 (custom-save-delete): Don't visit file or kill buffer here.
24352
24353 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
24354
24355 * textmodes/org.el (org-special-keyword): New face.
24356 (org-table-copy-down, org-table-eval-formula)
24357 (org-table-recalculate, org-init-section-numbers):
24358 Use `string-to-number' instead of `string-to-int'.
24359 (org-get-location): Use `insert-buffer-substring' instead of
24360 `insert-buffer'.
24361 (org-modify-diary-entry-string): New function.
24362 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
24363 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
24364 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
24365 active region.
24366 (org-export-as-html): Handle QUOTE keyword.
24367 (org-quote-string): New option.
24368 (org-bookmark-jump-unhide): New function, used for
24369 `bookmark-after-jump-hook'.
24370 (org-diary-default-entry): Apply only when not called through
24371 `org-agenda'.
24372
24373 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
24374
24375 * net/eudc.el (mode-popup-menu):
24376 * play/handwrite.el (ps-printer-name, ps-lpr-command):
24377 * progmodes/ada-mode.el (compile-auto-highlight)
24378 (skeleton-further-elements):
24379 * progmodes/autoconf.el (font-lock-syntactic-keywords):
24380 * progmodes/cmacexp.el (msdos-shells):
24381 * progmodes/compile.el (font-lock-extra-managed-props)
24382 (font-lock-keywords, font-lock-maximum-size)
24383 (font-lock-support-mode):
24384 * progmodes/grep.el (font-lock-lines-before):
24385 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
24386 * progmodes/mixal-mode.el (compile-command):
24387 * progmodes/perl-mode.el (font-lock-comment-face)
24388 (font-lock-doc-face, font-lock-string-face):
24389 * progmodes/prolog.el (comint-prompt-regexp):
24390 * progmodes/sh-script.el (font-lock-comment-face)
24391 (font-lock-set-defaults, font-lock-string-face):
24392 * progmodes/sql.el (font-lock-keyword-face)
24393 (font-lock-set-defaults, font-lock-string-face):
24394 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
24395 (itimer-version, lazy-lock-defer-contextually)
24396 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
24397 Add defvars.
24398
24399 * progmodes/cperl-mode.el (cperl-electric-lbrace)
24400 (cperl-electric-keyword, cperl-electric-pod)
24401 (cperl-electric-backspace, cperl-forward-re)
24402 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
24403 (vc-rcs-header, vc-sccs-header): Add defvars.
24404
24405 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
24406 (font-lock-syntactic-keywords, gud-find-expr-function):
24407 Add defvars.
24408
24409 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
24410 (gdb-frame-parameters): Declare before use.
24411
24412 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
24413 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
24414 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
24415 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
24416
24417 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
24418 (idlwave-help-with-source): Use `insert-buffer-substring', not
24419 `insert-buffer'.
24420
24421 2005-08-29 Juri Linkov <juri@jurta.org>
24422
24423 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
24424 Put outline-back-to-heading function call inside save-excursion.
24425
24426 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
24427
24428 * man.el (Man-init-defvars, Man-translate-references)
24429 (Man-support-local-filenames, Man-highlight-references):
24430 * progmodes/sql.el (sql-interactive-mode):
24431 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
24432
24433 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
24434 (compilation-mode-font-lock-keywords): Add defvars.
24435 (checkdoc-interactive-loop): "?\ " -> "?\s".
24436
24437 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
24438 (font-lock-doc-face, font-lock-string-face)
24439 (font-lock-keywords-case-fold-search): Add defvars.
24440 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
24441
24442 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
24443 Don't pass X and Y (they are ignored anyway).
24444 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
24445 (mouse-delete-window): Make arguments optional.
24446
24447 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
24448 (caesar-translate-table, minor-modes, news-buffer-save)
24449 (news-group-name, news-minor-modes): Add defvars.
24450
24451 * emacs-lisp/lselect.el (mouse-highlight-priority)
24452 (x-lost-selection-functions, zmacs-regions):
24453 * emacs-lisp/pp.el (font-lock-verbose):
24454 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
24455 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
24456 (ses-mode-map):
24457 * emacs-lisp/tcover-unsafep.el (safe-functions):
24458 * international/mule-cmds.el (mac-system-coding-system)
24459 (mac-system-locale):
24460 * language/ethio-util.el (rmail-current-message)
24461 (rmail-message-vector):
24462 * language/thai-util.el (thai-auto-composition-mode):
24463 * mail/metamail.el (rmail-current-message, rmail-message-vector):
24464 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
24465 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
24466 (vm-primary-inbox, vm-spool-files):
24467 * mail/rmail.el (deleted-head, font-lock-fontified)
24468 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
24469 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
24470 (total-messages):
24471 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
24472 (rmail-summary-mode-map):
24473 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
24474 (rmail-last-label, rmail-last-multi-labels)
24475 (rmail-summary-vector, rmail-total-messages):
24476 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
24477 * mail/rmailsum.el (msgnum):
24478 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
24479 (rmail-current-message):
24480 * obsolete/fast-lock.el (font-lock-face-list):
24481 * obsolete/rnewspost.el (mail-reply-buffer):
24482 * obsolete/scribe.el (compile-command):
24483 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
24484
24485 2005-08-28 John Paul Wallington <jpw@gnu.org>
24486
24487 * ibuf-ext.el (ibuffer-auto-update-changed):
24488 Use `frame-or-buffer-changed-p' to check whether we need to update.
24489 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
24490 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
24491 as a `frame-or-buffer-changed-p' state vector instead.
24492
24493 2005-08-27 Romain Francoise <romain@orebokech.com>
24494
24495 * textmodes/makeinfo.el (makeinfo-compile):
24496 Use `compilation-start'. Set `next-error-function' according to
24497 `disable-errors'.
24498 (makeinfo-next-error): New function.
24499 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
24500 (makeinfo-buffer): Likewise.
24501
24502 * progmodes/compile.el (compilation-start): Add autoload cookie.
24503
24504 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
24505 * textmodes/sgml-mode.el: Likewise.
24506 * progmodes/python.el: Likewise.
24507
24508 2005-08-27 Eli Zaretskii <eliz@gnu.org>
24509
24510 * simple.el (blink-matching-paren-distance): Document the meaning
24511 of nil value, and allow to customize to nil.
24512
24513 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
24514 command.com, not command.exe.
24515
24516 2005-08-26 John Wiegley <johnw@newartisans.com>
24517
24518 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
24519 code around a bit so that an extraneous nil argument is not added
24520 to a command when no args are given.
24521
24522 * eshell/esh-arg.el (eshell-parse-double-quote): If a
24523 double-quoted argument resolves to nil, return it as an empty
24524 string rather than as nil. This made it impossible to pass "" to
24525 a shell script as a null string argument.
24526
24527 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
24528
24529 * outline.el (outline-invent-heading): New fun.
24530 (outline-promote, outline-demote): Use it.
24531 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
24532 (outline-end-of-subtree): Remove unused var `opoint'.
24533
24534 2005-08-26 David Reitter <david.reitter@gmail.com>
24535
24536 * menu-bar.el (truncate-lines, write-file, print-buffer)
24537 (ps-print-buffer-faces, ps-print-buffer, split-window):
24538 Disable menu items when the frame they refer to is invisible, or when
24539 they refer to a buffer and the minibuffer is selected.
24540
24541 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
24542
24543 * progmodes/flymake.el (flymake-highlight-err-lines):
24544 Use save-excursion around flymake-highlight-line to preserve point.
24545
24546 2005-08-26 Eli Zaretskii <eliz@gnu.org>
24547
24548 * progmodes/octave-mod.el: Change Author and Maintainer address.
24549 (octave-maintainer-address): Change Kurt's email address.
24550 * progmodes/octave-inf.el: Change Author and Maintainer address.
24551 * progmodes/octave-hlp.el: Change Author and Maintainer address.
24552
24553 2005-08-26 Kim F. Storm <storm@cua.dk>
24554
24555 * subr.el (version-list-<, version-list-<=, version-list-=):
24556 Rename from integer-list-*.
24557 (version-list-not-zero): Likewise. Fix while loop.
24558 (version=): Use version-list-= instead of string-equal.
24559
24560 2005-08-26 Richard M. Stallman <rms@gnu.org>
24561
24562 * outline.el (outline-promote): Try shortening the heading.
24563 As last resort, read the heading to use.
24564 (outline-demote): As last resort, read the heading to use.
24565
24566 2005-08-26 Romain Francoise <romain@orebokech.com>
24567
24568 * progmodes/compile.el (compilation-start): Doc fix.
24569
24570 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
24571 (antlr-font-lock-additional-keywords): Fix reference to
24572 `antlr-font-lock-literal-regexp' erroneously changed during the
24573 mass face rename.
24574 (antlr-run-tool): Use `compilation-start'.
24575
24576 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
24577 instead of the obsolete `compile-internal'.
24578
24579 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
24580
24581 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
24582 (number, original-date):
24583 * calendar/cal-china.el (date):
24584 * calendar/cal-coptic.el (date):
24585 * calendar/cal-french.el (date):
24586 * calendar/cal-hebrew.el (date, entry, number, original-date):
24587 * calendar/cal-islam.el (date, number, original-date):
24588 * calendar/cal-iso.el (date):
24589 * calendar/cal-julian.el (date):
24590 * calendar/cal-mayan.el (date):
24591 * calendar/cal-menu.el (date, event):
24592 * calendar/cal-persia.el (date):
24593 * calendar/lunar.el (date):
24594 * calendar/solar.el (date): Add defvars.
24595
24596 * emerge.el:
24597 * ibuffer.el:
24598 * info-xref.el:
24599 * obsolete/bg-mouse.el:
24600 * obsolete/sun-curs.el:
24601 * obsolete/swedish.el: Move the `defvar's to the top level.
24602
24603 * smerge-mode.el (smerge-refined-change): Add :group.
24604
24605 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
24606
24607 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
24608 (smerge-keep-n): Remove props.
24609 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
24610 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
24611 now that it's done in smerge-keep-n.
24612 (smerge-refined-change): New face.
24613 (smerge-refine-chopup-region, smerge-refine-highlight-change)
24614 (smerge-refine): New funs.
24615 (smerge-basic-map): Bind smerge-refine.
24616
24617 2005-08-25 Juri Linkov <juri@jurta.org>
24618
24619 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
24620 compilation-process-setup-function and compilation-disable-input
24621 in grep-mode instead of let-bindings in grep.
24622
24623 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
24624 Delete "Automatic File De/compression" (auto-compression-mode).
24625
24626 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
24627
24628 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
24629 Silence warning about non-existent variable.
24630
24631 2005-08-25 Richard M. Stallman <rms@gnu.org>
24632
24633 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
24634 Rename "Describe Key" to "Describe Key or Mouse Operation".
24635
24636 * mail/mailalias.el (build-mail-aliases): Delete comments
24637 from the contents before processing them.
24638
24639 * isearch.el (isearch-edit-string): Erase the Search prompt
24640 if user enters an empty string and there is no default.
24641
24642 * comint.el (comint-file-name-prefix): Add autoload.
24643
24644 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
24645
24646 * subr.el (play-sound): Rearrange to avoid warning.
24647
24648 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
24649
24650 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
24651 New hook.
24652 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
24653
24654 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
24655
24656 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
24657
24658 * custom.el (custom-theme-set-variables): Sort minor modes last.
24659
24660 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24661
24662 * subr.el (version-separator, version-regexp-alist): New vars used by
24663 version comparison funs.
24664 (integer-list-<, integer-list-=, integer-list-<=)
24665 (integer-list-not-zero): New funs for integer list comparison.
24666 (version-to-list, version=, version<, version<=): New funs for version
24667 comparison.
24668
24669 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
24670
24671 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
24672 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
24673 time to silence the byte-compiler.
24674
24675 * ibuffer.el (ibuffer-compile-make-eliding-form)
24676 (ibuffer-check-formats): Use `with-no-warnings' to hide references
24677 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
24678 so it's silly to get warnings for it).
24679 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
24680 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
24681 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
24682 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
24683 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
24684 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
24685 Defvar at compile time.
24686 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
24687 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
24688 Declare them before use.
24689
24690 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
24691 (info-xref-good, info-xref-bad): Defvar at compile time.
24692
24693 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
24694 Use `let*' instead of `let'.
24695
24696 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
24697 (*mouse-y*, menu, char): Defvar at compile time.
24698 (sc::menu): Declare it before use.
24699 (sc::pack-one-line): Use `let', not `let*'.
24700
24701 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
24702 (mail-send-hook): Defvar at compile time.
24703
24704 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
24705 Defvar at compile time.
24706
24707 * term/sun-mouse.el (current-global-mousemap)
24708 (current-local-mousemap): Declare them before use.
24709
24710 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
24711
24712 * bookmark.el (bookmark-after-jump-hook): New hook.
24713 (bookmark-jump): Run `bookmark-after-jump-hook'.
24714
24715 2005-08-23 Juri Linkov <juri@jurta.org>
24716
24717 * faces.el (minibuffer-prompt): Doc fix.
24718
24719 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
24720
24721 * progmodes/xscheme.el: Trivial changes to silence warnings.
24722 (xscheme-previous-mode, xscheme-previous-process-state):
24723 Add defvars.
24724 (xscheme-last-input-end, xscheme-process-command-line)
24725 (xscheme-process-name, xscheme-buffer-name)
24726 (xscheme-expressions-ring-max, xscheme-expressions-ring)
24727 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
24728 (xscheme-control-g-synchronization-p)
24729 (xscheme-control-g-disabled-p, xscheme-string-receiver)
24730 (default-xscheme-runlight, xscheme-runlight)
24731 (xscheme-runlight-string, xscheme-process-filter-state)
24732 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
24733 Move to beginning of file.
24734 (scheme-interaction-mode-commands-alist)
24735 (scheme-interaction-mode-map, scheme-debugger-mode-map):
24736 Declare them before use. Note: the initialization code for the
24737 variables has not been moved because it uses functions that reference
24738 the variables.
24739 (xscheme-control-g-message-string, xscheme-process-filter-alist)
24740 (xscheme-prompt-for-expression-map): Declare them before use.
24741 (scheme-debugger-mode-commands): "?\ " -> "?\s".
24742
24743 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
24744
24745 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
24746
24747 2005-08-22 Juri Linkov <juri@jurta.org>
24748
24749 * faces.el (set-face-underline): Delete this duplicate function
24750 and make an obsolete alias to set-face-underline-p.
24751 (set-face-underline-p): Use docstring of set-face-underline.
24752 (describe-face): Create hyperlink to parent face.
24753
24754 * info.el (Info-insert-dir): Use save-excursion around
24755 insert-buffer-substring.
24756 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
24757 (Info-escape-percent): Delete function.
24758 (Info-fontify-node): Replace Info-escape-percent by
24759 replace-regexp-in-string with REP arg set to lambda that
24760 duplicates `%' and preserves text properties.
24761
24762 * progmodes/compile.el (compilation-disable-input): Doc fix.
24763 (define-compilation-mode): Doc fix and refill.
24764 (kill-compilation): Use `mode-name' in the error message.
24765 (compilation-find-file): Use `compilation-error' in the
24766 read-file-name's prompt.
24767
24768 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
24769
24770 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
24771 (smerge-auto-leave): Make undo re-enable the mode.
24772 (debug-ignored-errors): Add the user-error of impossible resolution.
24773 (smerge-resolve): Move things around a bit, in preparation for later.
24774 (smerge-diff): Don't fail if the buffer has no associated file.
24775 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
24776 (smerge-conflict-overlay): New function.
24777 (smerge-match-conflict): Don't add text properties here.
24778 (smerge-find-conflict): Instead, add an overlay here.
24779 Also check for the case where we're inside a conflict already, so as to
24780 obviate the need for font-lock-multiline, which is unbearably slow with
24781 large conflicts and ciomplex font-lock patterns.
24782 (smerge-remove-props): Remove overlay rather than text-properties.
24783 (smerge-mode): Don't set font-lock-multiline.
24784 Remove overlays when turned off.
24785
24786 2005-08-21 Kim F. Storm <storm@cua.dk>
24787
24788 * ido.el (ido-ignore-item-p): Use save-match-data.
24789 Bind case-fold-search to ido-case-fold locally.
24790
24791 2005-08-20 Richard M. Stallman <rms@gnu.org>
24792
24793 * files.el (normal-mode): If font lock is on, turn it off and on.
24794
24795 * subr.el (replace-regexp-in-string): Doc fix.
24796
24797 * startup.el (command-line-1): Don't suppress startup screen
24798 due to existing processes.
24799
24800 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
24801
24802 * progmodes/compile.el (compilation-disable-input): Default to nil.
24803
24804 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
24805
24806 * progmodes/compile.el (compilation-disable-input): New defcustom.
24807 (compilation-start): If compilation-disable-input is non-nil, send
24808 EOF to the compilation process.
24809
24810 2005-08-20 Eli Zaretskii <eliz@gnu.org>
24811
24812 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
24813 Run the argument of tex-shell-cd-command through
24814 convert-standard-filename, to get the correct style of slashes on
24815 Windows, and enclose the result in quotes, in case the file name
24816 includes whitespace or other special characters.
24817
24818 2005-08-19 Andreas Schwab <schwab@suse.de>
24819
24820 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
24821 process.
24822
24823 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
24824
24825 * cus-start.el (minibuffer-prompt-properties): Correct typo.
24826
24827 2005-08-18 Kim F. Storm <storm@cua.dk>
24828
24829 * scroll-lock.el: Fix errors due to incorrect line wrapping.
24830
24831 2005-08-18 Richard M. Stallman <rms@gnu.org>
24832
24833 * scroll-lock.el: New file.
24834
24835 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
24836
24837 * dired.el (dired-move-to-end-of-filename):
24838 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
24839
24840 2005-08-18 Kim F. Storm <storm@cua.dk>
24841
24842 * ido.el (ido-everywhere): Fix defcustom :set function to disable
24843 rather than toggle mode when custom value is nil.
24844 (ido-everywhere): Fix defun doc string.
24845
24846 2005-08-17 Richard M. Stallman <rms@gnu.org>
24847
24848 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
24849 as tag instead of "Inviolable".
24850
24851 2005-08-17 Kim F. Storm <storm@cua.dk>
24852
24853 * windmove.el (windmove-coordinates-of-position): Remove.
24854 (windmove-coordinates-of-window-position): Remove.
24855 (windmove-reference-loc): Use posn-at-point instead.
24856
24857 * subr.el (insert-for-yank-1): Doc fix.
24858
24859 * ido.el (ido-enter-matching-directory): Rename from
24860 ido-enter-single-matching-directory. Change `slash' choice to
24861 `only'. Add `first' choice.
24862 (ido-exhibit): Adapt to above changes.
24863
24864 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
24865
24866 * Makefile.in: Expand comment about building loaddefs.el.
24867
24868 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
24869
24870 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
24871 Comment use of defadvice.
24872
24873 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
24874
24875 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
24876
24877 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
24878 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
24879 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
24880 * progmodes/idlw-shell.el, progmodes/ld-script.el,
24881 * progmodes/which-func.el, ruler-mode.el, strokes.el,
24882 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
24883 for backward compatibility for faces that did not appear in the
24884 previous Emacs release.
24885
24886 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
24887
24888 2005-08-15 Kim F. Storm <storm@cua.dk>
24889
24890 * emulation/cua-base.el (cua-delete-region): Return t if
24891 deleted region was non-empty.
24892 (cua-replace-region): Inhibit overwrite-mode for
24893 self-insert-command if replaced region was non-empty.
24894 (cua--explicit-region-start, cua--status-string): Make them
24895 buffer-local at top-level...
24896 (cua-mode): ...rather than when mode is enabled.
24897
24898 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
24899
24900 * progmodes/vhdl-mode.el (vhdl-emacs-21):
24901 Set t for Emacs 21, 22, and so on.
24902
24903 2005-08-15 David Ponce <david@dponce.com>
24904
24905 * tree-widget.el: Update Commentary header.
24906 (tree-widget-theme): Doc fix.
24907 (tree-widget-space-width): New option.
24908 (tree-widget-image-properties): Look up in the default theme too.
24909 (tree-widget--cursors): Only for images with arrow pointer shape.
24910 (tree-widget-lookup-image): Pointer shape is hand by default.
24911 (tree-widget-icon): Rename generic icon widget from
24912 `tree-widget-control'.
24913 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
24914 derive from `tree-widget-icon'.
24915 (tree-widget-handle): Improve default look and feel of the text
24916 representation.
24917 (tree-widget): Rename :*-control properties to :*-icon properties.
24918 Add :action and :help-echo properties.
24919 (tree-widget-after-toggle-functions): Move.
24920 (tree-widget-close-node, tree-widget-open-node): Remove.
24921 (tree-widget-before-create-icon-functions): New hook.
24922 (tree-widget-value-create): Update to allow customization of icons
24923 and nodes at run-time via that new hook.
24924 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
24925 (tree-widget-icon-action, tree-widget-icon-help-echo)
24926 (tree-widget-action, tree-widget-help-echo): New functions.
24927
24928 2005-08-15 Kim F. Storm <storm@cua.dk>
24929
24930 * ido.el (ido-buffer-internal): Use with-no-warnings.
24931 (ido-make-merged-file-list): Use while-no-input.
24932
24933 2005-08-15 Richard M. Stallman <rms@gnu.org>
24934
24935 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
24936 (flyspell-large-region): Fix doc and custom type.
24937
24938 2005-08-14 Richard M. Stallman <rms@gnu.org>
24939
24940 * files.el (interpreter-mode-alist): Doc fix.
24941
24942 * mail/rmail.el (rmail-nonignored-headers): New variable.
24943 (rmail-clear-headers): Use it.
24944 (rmail-reply): Better handling of mail-followup-to header.
24945
24946 * progmodes/sh-script.el (sh-font-lock-keywords-var):
24947 Rename variable from sh-font-lock-keywords. In the `shell' entry,
24948 don't try to refer to executable-font-lock-keywords.
24949 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
24950 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
24951 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
24952 (sh-mode): Set comment-start-skip, local-abbrev-table,
24953 imenu-case-fold-search.
24954 (sh-set-shell): Don't set them here.
24955 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
24956 Don't cache the results in the original alist; don't ever modify
24957 that alist.
24958
24959 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
24960
24961 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
24962 empty.
24963
24964 2005-08-15 Andreas Schwab <schwab@suse.de>
24965
24966 * desktop.el: Put autoload cookie at risky-local-variable declarations.
24967
24968 * dired.el, info.el, mail/rmail.el: Revert last change.
24969
24970 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
24971
24972 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
24973 modification in `eval-after-load' form.
24974 * info.el: Likewise.
24975 * mail/rmail.el: Likewise.
24976
24977 2005-08-14 Juri Linkov <juri@jurta.org>
24978
24979 * progmodes/compile.el (compilation-mode-font-lock-keywords):
24980 Remove highlighting of "Compilation started". Highlight only
24981 the word "finished" in "Compilation finished". Add highlighting
24982 of "interrupt", "killed", "terminated" and the exit code.
24983 (compilation-start): Add newline after header. Use exactly the
24984 same time stamp format as the finishing message.
24985 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
24986
24987 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
24988 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
24989 Add highlighting of "interrupt", "killed", "terminated".
24990
24991 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
24992 enabled and the current command is self-insert-command, call it
24993 explicitly with overwrite-mode bound to nil, to not allow it
24994 to delete the character after the selected region.
24995
24996 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
24997
24998 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
24999 move-end-of-line, end-of-line, and beginning-of-line to the list
25000 of commands after which the echo area is updated.
25001
25002 2005-08-12 Eli Zaretskii <eliz@gnu.org>
25003
25004 * cus-edit.el (custom-save-all, custom-save-delete):
25005 Bind recentf-exclude to exclude custom-file.
25006
25007 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
25008
25009 * mail/rmailsum.el (rmail-summary-end-of-message): New command
25010 to go to the bottom of the mail message. Added to
25011 `rmail-summary-mode-map' with key "/".
25012 (rmail-summary-show-message): New (internal) function for use by
25013 both `rmail-summary-beginning/end-of-message'.
25014 (rmail-summary-beginning-of-message): Change to use
25015 rmail-summary-show-message.
25016
25017 * mail/rmail.el (rmail-end-of-message): New command to go to the
25018 end of the current message. Added to `rmail-mode-map' with key "/".
25019 (rmail-beginning-of-message): Fix to work as documented.
25020 (rmail-mode): Change documentation.
25021
25022 * progmodes/compile.el (compilation-start): Add the line
25023 "Compilation started" with compilation start time.
25024 (compilation-mode-font-lock-keywords): Add `started' to keywords.
25025
25026 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
25027
25028 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
25029 of menu items.
25030
25031 2005-08-11 Richard M. Stallman <rms@gnu.org>
25032
25033 * simple.el (pop-global-mark): Reverse test of widen-automatically.
25034
25035 * battery.el (battery-status-function): Don't use ignore-errors.
25036
25037 2005-08-11 Lute Kamstra <lute@gnu.org>
25038
25039 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
25040 define-obsolete-variable-alias.
25041
25042 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
25043
25044 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
25045 (ange-ftp-send-cmd): Revert last change, and expand
25046 the comment explaining the problem.
25047
25048 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
25049
25050 * ldefs-boot.el: Update.
25051
25052 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
25053 item to "Time, Load and Mail". Change help echo text.
25054
25055 * time.el (display-time-use-mail-icon, display-time-format)
25056 (display-time-string-forms): Shorten first line of docstrings.
25057
25058 2005-08-10 Lars Hansen <larsh@soem.dk>
25059
25060 * desktop.el (desktop-buffer-mode-handlers):
25061 Make non-customizable. Add autoload cookie. Change initial value to
25062 nil; add elements in respective modules instead. Fix doc string.
25063 (desktop-load-file): New function.
25064 (desktop-minor-mode-handlers): New autoloaded variable.
25065 (desktop-create-buffer): Call minor mode handlers.
25066 Use desktop-load-file to load major and minor mode modules prior to
25067 checking for a handler.
25068 (desktop-save): Don't add nil to desktop-minor-modes for minor
25069 modes with nil function in desktop-minor-mode-table. Don't delete
25070 desktop file before rewriting it.
25071 (desktop-locals-to-save): Add autoload cookie. Don't make
25072 automatically buffer-local. Add variables column-number-mode,
25073 size-indication-mode, indent-tabs-mode,
25074 indicate-buffer-boundaries, indicate-empty-lines and
25075 show-trailing-whitespace.
25076 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
25077 regexps. Don't use desktop-clear-preserve-buffers-regexp.
25078 (desktop-clear-preserve-buffers-regexp): Delete.
25079 (desktop-clear-preserve-buffers): Update initial value and docstring.
25080 (desktop-save-buffer): Fix doc string.
25081
25082 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
25083 (hilit-chg-desktop-restore): New function.
25084 (highlight-changes-mode): Add highlight-changes-mode to
25085 desktop-locals-to-save.
25086
25087 * dired.el: Add handler to desktop-buffer-mode-handlers.
25088 (dired-restore-desktop-buffer): Remove autoload cookie.
25089 (dired-mode): Add autoload cookie.
25090
25091 * info.el: Add handler to desktop-buffer-mode-handlers.
25092 (Info-restore-desktop-buffer): Remove autoload cookie.
25093 (Info-mode): Add autoload cookie.
25094
25095 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
25096 (mh-restore-desktop-buffer): Remove autoload cookie.
25097 (mh-folder-mode): Add autoload cookie.
25098
25099 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
25100 (rmail-restore-desktop-buffer): Remove autoload cookie.
25101
25102 2005-08-11 Masatake YAMATO <jet@gyve.org>
25103
25104 * hexl.el (hexl-address-region):
25105 (hexl-ascii-region, hexl-font-lock-keywords):
25106 (hexl-highlight-line-range): Use the term "region"
25107 instead of "area" for consistency with the other symbols
25108 defined in hexl.el.
25109
25110 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
25111
25112 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
25113 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
25114 out by Juri Linkov). Add `display-battery-mode'.
25115
25116 2005-08-09 Juri Linkov <juri@jurta.org>
25117
25118 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25119 Remove `-text' from face variable names.
25120 (compilation-error-file-name, compilation-warning-file-name)
25121 (compilation-info-file-name): Delete faces.
25122 (compilation-line-number, compilation-column-number):
25123 Remove face underlining.
25124 (compilation-message-face): Set to `underline' value by default.
25125 (compilation-error-face, compilation-warning-face)
25126 (compilation-info-face): Remove `-file-name' from face names.
25127 (compilation-error-text-face, compilation-warning-text-face)
25128 (compilation-info-text-face): Delete face variables.
25129 (compilation-text-face): Delete function.
25130
25131 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
25132 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
25133 (grep-error-face): Set to `compilation-error' instead of
25134 `compilation-error-face' (which is redefined to `grep-hit-face' in
25135 grep buffers).
25136 (grep-mode-font-lock-keywords): Remove `-text' from face variable
25137 names. Use `grep-error-face' instead of `compilation-error-text-face'.
25138
25139 * dired-aux.el (dired-do-query-replace-regexp):
25140 Use `query-replace-read-args'.
25141
25142 * replace.el (query-replace-read-from, query-replace-read-to)
25143 (query-replace-read-args): Rename arg `string' to `prompt'.
25144
25145 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
25146
25147 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
25148
25149 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
25150 uploading files.
25151 (ange-ftp-canonize-filename): Handle file names beginning with ~
25152 correctly.
25153
25154 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
25155
25156 * textmodes/fill.el (canonically-space-region)
25157 (fill-context-prefix, fill-french-nobreak-p)
25158 (fill-delete-newlines, fill-comment-paragraph)
25159 (justify-current-line): "?\ " -> "?\s".
25160
25161 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
25162
25163 * textmodes/fill.el (fill-nonuniform-paragraphs):
25164 Improve argument/docstring consistency.
25165
25166 2005-08-09 Richard M. Stallman <rms@gnu.org>
25167
25168 * textmodes/ispell.el (ispell-word): More fboundp checks.
25169
25170 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
25171 (find-file-noselect-1): Call it here, only if RAWFILE.
25172 (normal-mode): Always set some major mode.
25173 (save-some-buffers-action-alist): Change some explanation strings.
25174 (file-name-non-special): In the `quote' method, use unwind-protect.
25175
25176 2005-08-09 Magnus Henoch <mange@freemail.hu>
25177
25178 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
25179 (ispell-have-aspell-dictionaries): New variable.
25180 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
25181 (ispell-get-aspell-config-value): New function.
25182 (ispell-aspell-find-dictionary): New function.
25183 (ispell-aspell-add-aliases): New function.
25184 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
25185 appropriate. Don't look for ispell dictionaries if we use aspell.
25186 (ispell-menu-map): Don't build a submenu of dictionaries.
25187
25188 2005-08-09 Richard M. Stallman <rms@gnu.org>
25189
25190 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
25191 (sql-read-passwd): Use read-passwd.
25192
25193 * progmodes/idlw-toolbar.el (idlwave-toolbar)
25194 (idlwave-toolbar-is-possible): Add defvars.
25195
25196 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
25197 Avoid warnings.
25198
25199 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
25200 (idlwave-system-class-info, idlwave-executive-commands-alist):
25201 Use defvar.
25202
25203 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
25204
25205 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
25206 Avoid warnings.
25207
25208 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
25209 and content-type: headers.
25210
25211 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
25212
25213 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
25214 and rename some of them to be more self-explanatory.
25215
25216 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
25217
25218 * startup.el (command-line-1): Implement -scriptload.
25219
25220 * replace.el (occur-engine): Initial *Occur* output not undoable.
25221
25222 * menu-bar.el (menu-bar-file-menu): Rename some menu items
25223 and improve help strings.
25224
25225 * isearch.el (isearch-repeat): When changing direction,
25226 mark search successful.
25227
25228 * ediff-init.el: Use (featurep 'xemacs).
25229
25230 * comint.el (send-invisible): Identify buffer, if not selected.
25231
25232 * align.el: Delete autoload for c-guess-basic-syntax.
25233
25234 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
25235
25236 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
25237 Improve argument/docstring consistency. Doc fixes.
25238 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
25239 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
25240 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
25241 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
25242 (r2bv-organization, r2bv-pages, r2bv-primary-author)
25243 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
25244 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
25245 Defvar at compile time.
25246
25247 2005-08-09 Juri Linkov <juri@jurta.org>
25248
25249 * info.el: Replace `info' with upper-case `Info' where appropriate.
25250 (info-title-1, info-title-2, info-title-3, info-title-4)
25251 (info-menu-header): Move up face definitions.
25252 (info-menu-star): Rename from `info-menu-5'.
25253 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
25254 (Info-fontify-visited-nodes): Fix docstring.
25255 (Info-hide-note-references): Fix docstring.
25256 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
25257 menu items in the same way as on cross-references.
25258 (info-apropos): Fix sorting order and formatting to be like in the
25259 stand-alone Info browser. Display error messages for 1 sec.
25260 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
25261 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
25262 from the menu bar.
25263 (Info-insert-dir): Restore point after calling
25264 `insert-buffer-substring'.
25265
25266 2005-08-08 Richard M. Stallman <rms@gnu.org>
25267
25268 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
25269 (recompute-lucid-menubar): Add defvars.
25270
25271 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
25272
25273 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
25274
25275 * net/net-utils.el (run-dig): Rename from `dig'.
25276
25277 * play/gametree.el (gametree-mode): Use make-local-variable,
25278 not make-variable-buffer-local.
25279
25280 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
25281
25282 * ansi-color.el (ansi-color-make-extent)
25283 (ansi-color-set-extent-face): Use fboundp, not functionp.
25284
25285 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
25286 not make-variable-buffer-local.
25287
25288 * bookmark.el (Info-current-file): Add defvar.
25289 (bookmark-jump-noselect): Use with-no-warnings.
25290
25291 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
25292
25293 * ebuff-menu.el (Helper-return-blurb): Add defvar.
25294
25295 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
25296
25297 * find-file.el (ada-procedure-start-regexp)
25298 (ada-package-start-regexp): Add defvars.
25299
25300 * info.el (Info-insert-dir): Use insert-buffer-substring.
25301
25302 * xml.el (xml-att-def-re): Add defvar.
25303
25304 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
25305 calling convention.
25306
25307 * subr.el (while-no-input): Return t if there is input.
25308
25309 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
25310
25311 * cus-start.el (all): Add `overflow-newline-into-fringe'.
25312
25313 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
25314
25315 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
25316 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
25317
25318 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
25319
25320 * cmuscheme.el (scheme-start-file): Replace reference to
25321 `user-emacs-directory' by "~/.emacs.d/".
25322
25323 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
25324
25325 * info.el (Info-dir-remove-duplicates): Avoid case folding
25326 in loop; instead, keep downcased strings for comparison.
25327 Suggested by Helmut Eller.
25328
25329 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
25330
25331 Sync with Tramp 2.0.50.
25332
25333 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
25334 XEmacs case; not necessary anymore.
25335 (tramp-user-regexp): Allow "@" as part of user name.
25336 (tramp-handle-set-visited-file-modtime)
25337 (tramp-handle-insert-file-contents)
25338 (tramp-handle-write-region): No special handling for
25339 `last-coding-system-used, because this is done in
25340 `tramp-accept-process-output' now.
25341 (tramp-accept-process-output): New defun.
25342 (tramp-process-one-action, tramp-process-one-multi-action)
25343 (tramp-wait-for-regexp, tramp-wait-for-output)
25344 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
25345 Howells <dhowells@redhat.com>.
25346 (clear-visited-file-modtime): Defadvice removed. The check for
25347 unset buffer's modtime does not need to be based on
25348 `tramp-buffer-file-attributes'. Suggested by RMS.
25349 (tramp-message): Insert "\n" if not being at beginning of line.
25350 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
25351 sequence with same logic.
25352 (tramp-completion-handle-expand-file-name): Discard call of
25353 `tramp-drop-volume-letter'. It is not necessary, and there have
25354 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
25355 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
25356 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
25357 should always be visible.
25358 (tramp-handle-insert-directory, tramp-setup-complete)
25359 (tramp-set-process-query-on-exit-flag)
25360 (tramp-append-tramp-buffers): Pacify byte-compiler.
25361 (tramp-bug): Delete non-existing variables from list.
25362 Apply `tramp-load-report-modules' as pre-hook.
25363 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
25364 `shell-prompt-pattern' because of non-7bit characters.
25365 Reported by Sebastian Luque <sluque@mun.ca>.
25366 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
25367 (tramp-match-string-list): Remove function.
25368 (tramp-wait-for-regexp): Remove call of that function.
25369 Suggested by Kim F. Storm <storm@cua.dk>.
25370 (tramp-set-auto-save-file-modes): Use octal integer code #o600
25371 instead of octal character code ?\600. The latter resulted in a
25372 syntax error with XEmacs.
25373
25374 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
25375 XEmacs case; not necessary anymore.
25376 (tramp-smb-handle-write-region): No special handling for
25377 `last-coding-system-used, because this is done in
25378 `tramp-accept-process-output' now.
25379 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
25380
25381 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
25382
25383 * wid-edit.el (widget-choice-value-create):
25384 Unconditionally respect user choice. Set :explicit-choice back to nil
25385 when no longer needed.
25386 (widget-choice-action): Unconditionally respect user choice.
25387 Eliminate :explicit-choice-value.
25388
25389 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
25390
25391 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
25392 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
25393 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
25394 running new function `toggle-indicate-empty-lines'.
25395 Rename "Customize" item to "Customize fringe".
25396 Rename "Indicators" item to "Buffer boundaries" and change help echo.
25397 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
25398 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
25399 Delete "Empty lines only" item.
25400 (menu-bar-showhide-fringe-ind-customize): New function.
25401 (menu-bar-showhide-fringe-ind-mixed)
25402 (menu-bar-showhide-fringe-ind-box)
25403 (menu-bar-showhide-fringe-ind-right)
25404 (menu-bar-showhide-fringe-ind-left)
25405 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
25406 instead of `fringe-indicators'.
25407
25408 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
25409
25410 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
25411 Change the date of last update.
25412
25413 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
25414
25415 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
25416 (viper-exec-yank, viper-put-back): Don't display modification msg
25417 if in the minibuffer.
25418
25419 * viper-init.el (viper-replace-overlay-cursor-color)
25420 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
25421 Make variables frame local.
25422
25423 * viper-util.el (viper-append-filter-alist): Use append instead of
25424 nconc.
25425
25426 * viper.el (viper-vi-state-mode-list)
25427 (viper-emacs-state-mode-list): Move help-mode and
25428 completion-list-mode from the first list to the second.
25429 (viper-mode): Docstring.
25430 (viper-go-away, viper-non-hook-settings): Don't localize
25431 minor-mode-alist in newer Emacsen. Add advice to
25432 set-cursor-color. Don't bind "\C-c\\".
25433
25434 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
25435
25436 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
25437 (scheme-macro-expand-command): New user options.
25438 (scheme-trace-procedure, scheme-expand-current-form): New commands.
25439 (scheme-form-at-point, scheme-start-file)
25440 (scheme-interactively-start-process): New functions.
25441 (scheme-get-process): New function, extracted from `scheme-proc'.
25442 (run-scheme): Call `scheme-start-file' to get start file, and pass
25443 it to `make-comint'.
25444 (switch-to-scheme, scheme-proc):
25445 Call `scheme-interactively-start-process' if no Scheme buffer/process
25446 is available.
25447
25448 2005-08-06 Juri Linkov <juri@jurta.org>
25449
25450 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25451 Use `compilation-text-face', `compilation-info-text-face' and
25452 `compilation-error-text-face' instead of `font-lock-keyword-face'.
25453 (compilation-error): New face.
25454 (compilation-error-file-name): Inherit from
25455 `compilation-error' instead of `font-lock-warning-face'.
25456 (compilation-warning-file-name): Inherit from
25457 `compilation-warning' instead of `font-lock-warning-face'.
25458 (compilation-info, compilation-error-file-name)
25459 (compilation-warning-file-name, compilation-info-file-name)
25460 (compilation-line-number, compilation-column-number): Doc fix.
25461 (compilation-error-text-face, compilation-warning-text-face)
25462 (compilation-info-text-face): New face variables.
25463 (compilation-line-face, compilation-column-face)
25464 (compilation-enter-directory-face)
25465 (compilation-leave-directory-face): Doc fix.
25466 (compilation-text-face): New function.
25467
25468 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
25469 instead of 1 to display binary file names as info file links.
25470 (grep-error-face): Use `compilation-error-face' instead of
25471 `font-lock-keyword-face'.
25472 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
25473 and `compilation-warning-text-face' instead of
25474 `font-lock-keyword-face'. Use `compilation-error-text-face'
25475 instead of `grep-error-face'.
25476
25477 2005-08-05 Kenichi Handa <handa@m17n.org>
25478
25479 * international/code-pages.el: Add autoload cookies for all coding
25480 systems.
25481
25482 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
25483
25484 * cus-start.el (all): Put undo.c where it alphabetically belongs.
25485
25486 2005-08-04 Juri Linkov <juri@jurta.org>
25487
25488 * progmodes/compile.el (compilation-mode-map):
25489 * progmodes/grep.el (grep-mode-map):
25490 Bind TAB to `compilation-next-error' and [backtab] to
25491 `compilation-previous-error'.
25492
25493 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
25494 matching line numbers, column numbers and their ranges with regexp
25495 matching only line numbers.
25496 (grep-context-face): New face variable.
25497 (grep-mode-font-lock-keywords): Use it.
25498
25499 * faces.el (read-face-name): Delete duplicate faces.
25500
25501 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
25502
25503 * thumbs.el (thumbs-find-image): Don't make variables
25504 automatically buffer local.
25505 (thumbs-current-tmp-filename, thumbs-current-image-filename)
25506 (thumbs-image-num): Make automatically buffer local.
25507 (thumbs-show-thumbs-list): Use `make-local-variable', not
25508 `make-variable-buffer-local'.
25509 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
25510
25511 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
25512 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
25513 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
25514 (bother, bye, canyou, chatlst, continue, deathlst, describe)
25515 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
25516 (feelings-about, foullst, found, hello, history, howareyoulst)
25517 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
25518 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
25519 (neglst, obj, object, owner, please, problems, qlist)
25520 (random-adjective, relation, remlst, repetitive-shortness)
25521 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
25522 (shortlst, something, sportslst, stallmanlst, states, subj)
25523 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
25524 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
25525 Defvar at compile time.
25526
25527 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
25528 not `make-variable-buffer-local'.
25529
25530 2005-08-02 Kim F. Storm <storm@cua.dk>
25531
25532 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
25533 rectangle overlay in selected window.
25534
25535 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
25536
25537 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
25538 instead of display group. Make `indicate-buffer-boundaries'
25539 customizable through Custom.
25540
25541 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
25542
25543 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
25544 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
25545 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
25546 (gdb-put-string): Fix typos in docstrings.
25547
25548 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
25549
25550 Update copyright notices of files in progmodes directory for
25551 release of Emacs 22.1.
25552
25553 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
25554
25555 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
25556 Don't barf if the GUD buffer has been killed.
25557
25558 2005-08-01 Kim F. Storm <storm@cua.dk>
25559
25560 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
25561
25562 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
25563
25564 * simple.el (next-error-follow-minor-mode):
25565 make-variable-buffer-local -> make-local-variable.
25566
25567 * emacs-lisp/cl-extra.el: Require CL also when compiling.
25568
25569 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
25570 (byte-compile-form-make-variable-buffer-local): New functions to warn
25571 about misuses of make-variable-buffer-local where make-local-variable
25572 was meant.
25573
25574 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
25575
25576 * bs.el (bs-attributes-list): Doc fix.
25577 (bs): Update url-link.
25578
25579 * desktop.el (desktop-save-buffer): Fix typos in docstring.
25580 (desktop-load-default): Simplify.
25581
25582 * ibuffer.el (ibuffer-columnize-and-insert-list)
25583 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
25584 (ibuffer-unmark-all, ibuffer-toggle-marks)
25585 (ibuffer-unmark-forward, ibuffer-unmark-backward)
25586 (ibuffer-compile-make-format-form, ibuffer-format-column)
25587 (ibuffer-current-buffers-with-marks)
25588 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
25589 (ibuffer): Doc fix.
25590 (ibuffer-mode): Fix typo in docstring.
25591 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
25592 with `define-obsolete-variable-alias'.
25593 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
25594
25595 2005-07-29 Kenichi Handa <handa@m17n.org>
25596
25597 * international/mule-cmds.el (select-message-coding-system):
25598 Be sure to use LF for end-of-line. If no coding system is decided,
25599 return iso-8859-1-unix.
25600
25601 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
25602
25603 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
25604 (ange-ftp-pending-error-line): New vars.
25605 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
25606 to handle the non-fatal no-route-to-host messages.
25607 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
25608
25609 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
25610
25611 * isearch.el (isearch-mode-map, isearch-other-meta-char)
25612 (isearch-quote-char, isearch-printing-char)
25613 (isearch-text-char-description): "?\ " -> "?\s".
25614 (isearch-lazy-highlight-cleanup)
25615 (isearch-lazy-highlight-initial-delay)
25616 (isearch-lazy-highlight-interval)
25617 (isearch-lazy-highlight-max-at-a-time)
25618 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
25619 Declare with define-obsolete-*-alias macros.
25620 (isearch-forward): Fix typo in docstring.
25621 (search-invisible, search-ring-yank-pointer)
25622 (regexp-search-ring-yank-pointer): Doc fixes.
25623
25624 * recentf.el (recentf-menu-append-commands-p): Declare with
25625 `define-obsolete-variable-alias'.
25626 (recentf-max-saved-items, recentf-menu-filter)
25627 (recentf-arrange-by-rule-subfilter): Doc fixes.
25628 (recentf-menu-append-commands-flag)
25629 (recentf-initialize-file-name-history, recentf-expand-file-name)
25630 (recentf-clear-data): Fix typos in docstrings.
25631
25632 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
25633
25634 * progmodes/gdb-ui.el: Smarten comments.
25635 (gdb-info-breakpoints-custom): Use nowarn when finding file.
25636
25637 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
25638
25639 * term/apollo.el (terminal-init-apollo): New function containing
25640 all former top level forms in the file.
25641 * term/bobcat.el (terminal-init-bobcat):
25642 * term/cygwin.el (terminal-init-cygwin):
25643 * term/iris-ansi.el (terminal-init-iris-ansi):
25644 * term/linux.el (terminal-init-linux):
25645 * term/news.el (terminal-init-news):
25646 * term/rxvt.el (terminal-init-rxvt):
25647 * term/sun.el (terminal-init-sun):
25648 * term/tvi970.el (terminal-init-tvi970):
25649 * term/vt100.el (terminal-init-vt100):
25650 * term/vt102.el (terminal-init-vt102):
25651 * term/vt125.el (terminal-init-vt125):
25652 * term/vt200.el (terminal-init-vt200):
25653 * term/vt201.el (terminal-init-vt201):
25654 * term/vt220.el (terminal-init-vt220):
25655 * term/vt240.el (terminal-init-vt240):
25656 * term/vt300.el (terminal-init-vt300):
25657 * term/vt320.el (terminal-init-vt320):
25658 * term/vt400.el (terminal-init-vt400):
25659 * term/vt420.el (terminal-init-vt420):
25660 * term/wyse50.el (terminal-init-wyse50):
25661 * term/xterm.el (terminal-init-xterm): Likewise.
25662
25663 * term/README: Describe the terminal-init-* functionality.
25664
25665 * startup.el (command-line): After loading the terminal initialization
25666 file call the corresponding terminal initialization function.
25667
25668 2005-07-27 Kenichi Handa <handa@m17n.org>
25669
25670 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
25671 negative.
25672
25673 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
25674 (ps-mule-composition-prologue): Fix for the case that
25675 RelativeCompose is false.
25676
25677 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
25678
25679 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
25680
25681 * descr-text.el (describe-char): Handle the case where the list of
25682 chars is displayed in a separate frame.
25683 Be a bit more discriminating when looking for the char.
25684
25685 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
25686
25687 * bookmark.el (bookmark-automatically-show-annotations)
25688 (bookmark-read-annotation-text-func): Doc fixes.
25689 (bookmark-save): Improve argument/docstring consistency.
25690 (bookmark-get-bookmark, bookmark-get-bookmark-record)
25691 (bookmark-alist-from-buffer)
25692 (bookmark-upgrade-file-format-from-0)
25693 (bookmark-grok-file-format-version)
25694 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
25695 (bookmark-read-annotation-mode)
25696 (bookmark-insert-current-bookmark, bookmark-jump)
25697 (bookmark-exit-hook): Fix typos in docstrings.
25698 (bookmark-exit-hooks): Define as obsolete alias.
25699 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
25700 not `bookmark-exit-hooks'. Fix docstring.
25701 (bookmark-bmenu-select): "?\ " -> "?\s".
25702
25703 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
25704
25705 * startup.el (command-line): Fix typo.
25706
25707 2005-07-24 Richard M. Stallman <rms@gnu.org>
25708
25709 * tooltip.el (tooltip-mode): Test emacs-basic-display,
25710 not emacs-quick-startup.
25711
25712 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
25713
25714 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
25715 (reb-next-match, reb-show-subexp): Use `with-selected-window'
25716 instead of `reb-with-current-window'.
25717 (reb-prev-match): Likewise. Also, don't move left if the search
25718 was unsuccessful.
25719 (reb-initialize-buffer): New function.
25720 (re-builder, reb-change-syntax): Use it.
25721
25722 * man.el (Man-goto-page): Make second argument NOERROR optional.
25723
25724 2005-07-23 Richard M. Stallman <rms@gnu.org>
25725
25726 * man.el (Man-bgproc-sentinel): Check here for failure to find
25727 any man page in the output, and report the error here.
25728 (Man-arguments): Make it permanent local.
25729 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
25730 (Man-mode): Pass t for NOERROR.
25731
25732 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
25733 (grep-mode-font-lock-keywords):
25734 Don't use compilation-...-face for messages that are not file names.
25735
25736 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25737 Don't use compilation-...-face for messages that are not file names.
25738
25739 2005-07-22 Juri Linkov <juri@jurta.org>
25740
25741 * startup.el (normal-splash-screen): Update menu name.
25742
25743 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
25744
25745 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
25746
25747 * term/xterm.el: Load term/rxvt if the terminal is actually an
25748 rxvt terminal.
25749 (xterm-rxvt-set-background-mode): Remove, not used anymore.
25750
25751 * term/rxvt.el (function-key-map): Use substitute-key-definition
25752 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
25753
25754 * term/cygwin.el: New file.
25755
25756 2005-07-22 Kim F. Storm <storm@cua.dk>
25757
25758 * image-file.el (insert-image-file, image-file-yank-handler):
25759 Fix last change to maintain a (unique) yank-handler on yanked images.
25760
25761 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
25762
25763 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
25764 of the file size (as in "177B" for 177 bytes). This happens with
25765 "ls -lh" on FreeBSD.
25766
25767 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
25768
25769 * hilit-chg.el (highlight-changes-global-initial-state)
25770 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
25771 (hilit-chg-fixup, highlight-changes-mode):
25772 Fix typos in docstrings.
25773 (highlight-changes-global-modes, highlight-changes-rotate-faces):
25774 Doc fixes.
25775
25776 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
25777
25778 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
25779 mode function using `eval-after-load'.
25780
25781 2005-07-21 Kim F. Storm <storm@cua.dk>
25782
25783 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
25784 included when reporting an Emacs crash, and tell about the DEBUG file.
25785
25786 * image-file.el (insert-image-file): Add yank-handler.
25787 (image-file-yank-handler): Yank handler to make unique copies of
25788 images when they are yanked into a buffer next to each other.
25789
25790 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
25791
25792 * comint.el (comint-use-prompt-regexp, comint-send-input)
25793 (comint-source-default, comint-extract-string)
25794 (comint-get-source, comint-word, comint-completion)
25795 (comint-source, comint-prompt-read-only, comint-update-fence):
25796 Fix typos in docstrings.
25797 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
25798 Declare with define-obsolete-*-alias macros.
25799 (comint-previous-matching-input-from-input)
25800 (comint-next-matching-input-from-input)
25801 (comint-previous-matching-input, comint-next-matching-input)
25802 (comint-forward-matching-input):
25803 Improve argument/docstring consistency.
25804
25805 * desktop.el (desktop-clear-preserve-buffers-regexp):
25806 Also preserve the *server* buffer.
25807
25808 * simple.el (clone-indirect-buffer): Doc fix.
25809 (fixup-whitespace, just-one-space)
25810 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
25811 (next-error, next-error-highlight)
25812 (next-error-highlight-no-select, next-error-last-buffer)
25813 (next-error-buffer-p, next-error-find-buffer, next-error)
25814 (previous-error, next-error-no-select, previous-error-no-select)
25815 (open-line, split-line, minibuffer-prompt-width, kill-new)
25816 (binary-overwrite-mode): Fix typos in docstrings.
25817 (set-fill-column): Fix typo in message.
25818
25819 * skeleton.el (skeleton-proxy-new): Doc fix.
25820
25821 * strokes.el (strokes-load-hook): Doc fix.
25822 (strokes-grid-resolution, strokes-get-grid-position)
25823 (strokes-renormalize-to-grid, strokes-read-stroke)
25824 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
25825 (strokes-global-map): Fix typos in docstrings.
25826 (strokes-help): Doc fix. Fix help message and pass it through
25827 `substitute-command-keys'.
25828
25829 * tempo.el (tempo-insert-prompt, tempo-interactive)
25830 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
25831 (tempo-insert-string-functions, tempo-local-tags)
25832 (tempo-define-template, tempo-insert-template)
25833 (tempo-insert-prompt-compat, tempo-is-user-element)
25834 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
25835 Fix typos in docstrings.
25836
25837 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
25838 (vcursor-key-bindings, vcursor-use-vcursor-map)
25839 (vcursor-find-window, vcursor-scroll-down)
25840 (vcursor-disable, vcursor-beginning-of-buffer)
25841 (vcursor-end-of-buffer): Fix typos in docstrings.
25842 (vcursor-relative-move, vcursor-get-char-count):
25843 Improve argument/docstring consistency.
25844
25845 * version.el: "?\ " -> "?\s".
25846
25847 * wid-edit.el (widget-default-create, widget-after-change)
25848 (widget-default-format-handler, widget-checklist-add-item)
25849 (widget-radio-add-item, widget-choose, widget-specify-secret)
25850 (widget-field-value-create, widget-field-value-get)
25851 (widget-editable-list-format-handler)
25852 (widget-editable-list-entry-create, widget-group-value-create)
25853 (widget-documentation-link-add)
25854 (widget-documentation-string-value-create): "?\ " -> "?\s".
25855 (widget-convert-text): Doc fix.
25856 (widget-narrow-to-field, widget-field-find)
25857 (widget-url-link-action, widget-emacs-library-link-action)
25858 (widget-color-notify): Fix typos in docstrings.
25859
25860 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
25861 (x-select-text, set-w32-system-coding-system)
25862 (w32-add-charset-info): Fix typos in docstrings.
25863
25864 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
25865 (cua-enable-cua-keys, cua-use-hyper-key)
25866 (cua-virtual-rectangle-edges): Fix typos in docstrings.
25867 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
25868
25869 * net/tramp.el (tramp-handle-load): Fix typo in error message.
25870
25871 * emacs-lisp/re-builder.el (regexp-builder): Declare with
25872 `defalias' instead of faking it.
25873
25874 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
25875 (eshell-ls-missing, eshell-ls-dired-initial-args)
25876 (eshell-ls-use-in-dired): Fix typos in docstrings.
25877
25878 2005-07-20 Kim F. Storm <storm@cua.dk>
25879
25880 * emulation/cua-base.el (cua-mode): Improve doc string.
25881
25882 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
25883
25884 * abbrev.el (expand-region-abbrevs): Doc fix.
25885 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
25886 Improve argument/docstring consistency.
25887
25888 * arc-mode.el (archive-get-descr, archive-alternate-display):
25889 Doc fixes.
25890 (archive-l-e): Improve argument/docstring consistency.
25891 (archive-tmpdir, archive-unixdate, archive-unixtime)
25892 (archive-chmod-entry): Fix typos in docstrings.
25893 (archive-unflag, archive-unflag-backwards)
25894 (archive-unmark-all-files): "?\ " -> "?\s".
25895
25896 * buff-menu.el (Buffer-menu-unmark): Doc fix.
25897 (Buffer-menu-not-modified, Buffer-menu-execute)
25898 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
25899 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
25900
25901 * composite.el (compose-string, encode-composition-rule)
25902 (compose-last-chars): Fix typos in docstrings.
25903
25904 * desktop.el (desktop-enable, desktop-basefilename):
25905 Declare with `define-obsolete-variable-alias'.
25906 (desktop-internal-v2s): Don't quote keywords.
25907 (desktop-clear): "?\ " -> "?\s".
25908
25909 * dired.el (dired-align-file, dired-flag-backup-files)
25910 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
25911 (dired-listing-switches, dired-ls-F-marks-symlinks)
25912 (dired-dwim-target, dired-load-hook, dired-mode-hook)
25913 (dired-directory, dired-faces, dired, dired-revert)
25914 (dired-mode, dired-summary, dired-view-file)
25915 (dired-copy-filename-as-kill, dired-delete-file)
25916 (dired-no-confirm, dired-unmark-all-marks)
25917 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
25918 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
25919 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
25920 Fix typos in message strings.
25921
25922 * dired-x.el (virtual-dired): Declare with `defalias'.
25923 (dired-mark-unmarked-files, dired-local-variables-file)
25924 (dired-omit-here-always): Doc fix.
25925 (dired-omit-mode, dired-find-subdir)
25926 (dired-enable-local-variables, dired-clean-up-buffers-too)
25927 (dired-extra-startup, dired-mark-extension, dired-jump)
25928 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
25929 (dired-smart-shell-command, dired-guess-shell-alist-user)
25930 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
25931 (dired-x-bind-find-file, dired-x-submit-report):
25932 Fix typos in docstrings.
25933 (dired-mark-unmarked-files): "?\ " -> "?\s".
25934
25935 * dirtrack.el (dirtrack-list): Fix typos in docstring.
25936
25937 * faces.el (describe-face): "?\ " -> "?\s".
25938 (read-all-face-attributes, read-face-font, modify-face)
25939 (face-attr-construct, italic): Fix typos in docstrings.
25940 (frame-update-face-colors): Declare with
25941 `define-obsolete-function-alias'.
25942
25943 * files.el (find-file-noselect, recode-file-name): Doc fixes.
25944 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
25945 (magic-mode-alist, buffer-file-numbers-unique)
25946 (write-file-functions, get-free-disk-space):
25947 Fix typos in docstrings.
25948 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
25949 (write-contents-hooks, write-file-hooks):
25950 Declare with `define-obsolete-variable-alias'.
25951
25952 * forms-d2.el (arch-rj): Fix typo in docstrings.
25953 (arch-tocol): Likewise. "?\ " -> "?\s".
25954
25955 * frame.el (set-frame-font, cursor-in-non-selected-windows):
25956 Fix typo in docstring.
25957 (set-screen-width, set-screen-height): Delete redundant info in
25958 doctrings.
25959 (new-frame, screen-height, screen-width): Declare with
25960 `define-obsolete-function-alias'.
25961 (delete-frame-hook, blink-cursor): Declare with
25962 `define-obsolete-variable-alias'.
25963
25964 * paths.el (prune-directory-list): Fix typos in docstring.
25965
25966 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
25967 (cvs-prefix-get): Fix typos in docstrings.
25968
25969 * ps-print.el (ps-extend-face-list, ps-extend-face)
25970 (ps-print-background-image): Fix typos in docstrings.
25971 (ps-default-fg, ps-default-bg): Doc fixes.
25972
25973 * s-region.el (s-region-bind): Doc fix.
25974 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
25975
25976 * textmodes/org.el (org-table-formula-substitute-names)
25977 (org-table-get-vertical-vector): Doc fixes.
25978 (org-table-recalculate): Remove unused argument to `message'.
25979
25980 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
25981
25982 * textmodes/org.el (org-table-column-names)
25983 (org-table-column-name-regexp)
25984 (org-table-named-field-locations): New variables.
25985 (org-archive-subtree): Protect `this-command' when calling
25986 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
25987 the kill buffer.
25988 (org-complete): Remove fixed-formula completion.
25989 (org-edit-formulas-map): New variable.
25990 (org-table-edit-formulas): New command.
25991 (org-finish-edit-formulas, org-abort-edit-formulas)
25992 (org-show-variable, org-table-get-vertical-vector): New functions.
25993 (org-table-maybe-eval-formula): Handle `:=' fields.
25994 (org-table-get-stored-formulas, org-table-store-formulas)
25995 (org-table-get-formula, org-table-modify-formulas)
25996 (org-table-replace-in-formulas): Handle named field formulas.
25997 (org-table-get-specials): Store locations of named fields.
25998
25999 2005-07-19 Juri Linkov <juri@jurta.org>
26000
26001 * progmodes/grep.el (grep-regexp-alist)
26002 (grep-mode-font-lock-keywords, grep-process-setup):
26003 Use default GNU grep match color "01;31m" instead of "01;41m".
26004 (grep-regexp-alist, grep-mode-font-lock-keywords):
26005 Use `\\[[0-9]*m' instead of `\\[00m'.
26006 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
26007 sgr_start where its handling is more important. Use the real
26008 length of sgr_start instead of constant 8.
26009 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
26010 specially. Delete all remaining escape sequences.
26011 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
26012 (grep-regexp-alist): Make hyperlink only for binary file name
26013 instead of the whole line.
26014 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
26015 (grep-mode): Add autoload.
26016
26017 * emacs-lisp/find-func.el (find-function-regexp):
26018 Add `define-compilation-mode'.
26019
26020 2005-07-19 Juri Linkov <juri@jurta.org>
26021
26022 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
26023 (compare-windows-sync-string-size, compare-windows-recenter)
26024 (compare-windows-highlight, compare-windows): Add version 22.1.
26025 (compare-windows) <defface>: Inherit from lazy-highlight instead
26026 of duplicating its default value.
26027
26028 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
26029 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
26030
26031 * descr-text.el (describe-char): Create link buttons for `charset'
26032 and `code point'. Add the current input method name with a link
26033 button to `to input' field. Print face names of display table
26034 characters in `The display table entry is displayed by' section
26035 instead of printing face-id in the `display' field.
26036 Guess hardcoded faces and create a link button for them.
26037 Skip empty fields when calculating max-width.
26038 Treat `widget-create' specially while inserting strings from the
26039 collected field list.
26040 (describe-char-after): Made obsolete in version 22.1, not 21.5.
26041
26042 * diff-mode.el (diff-file-header): Change foreground color from
26043 yellow to green on light backgrounds.
26044 (diff-context): Inherit from `shadow' only for color/grayscale
26045 with more than 88 colors.
26046 (diff-indicator-removed, diff-indicator-added)
26047 (diff-indicator-changed): New faces.
26048 (diff-font-lock-keywords): Use new faces. Regroup rules.
26049 Add "^---$" for `normal' diff format. Fontify `#' lines with
26050 font-lock-comment-delimiter-face and font-lock-comment-face.
26051 Add `#' to ^[^...] in the rule for `diff-context-face'.
26052
26053 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
26054 a button-like box. Inherit from `highlight' on low colors.
26055 (shadow): Use shades of gray only for color/grayscale with
26056 more than 88 colors. Use green for light backgrounds with
26057 8 colors, and yellow for dark backgrounds with 8 colors.
26058
26059 * font-lock.el (font-lock-regexp-grouping-backslash):
26060 Don't inherit from escape-glyph (use bold for all cases).
26061
26062 * info.el (info-xref-visited): Use light foreground color `violet'
26063 for dark backgrounds instead of dark color `magenta3'.
26064 (info-title-1): Use `yellow' color for dark backgrounds.
26065
26066 * isearch.el (isearch): Use not-too-dark magenta3 instead of
26067 too-light magenta2.
26068
26069 * replace.el (match): Use slightly more light RoyalBlue3 instead
26070 of dark RoyalBlue4.
26071
26072 * wid-edit.el (widget-inactive): Inherit from `shadow'.
26073
26074 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
26075
26076 * novice.el (disabled-command-hook): Declare it with
26077 `define-obsolete-variable-alias'.
26078
26079 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
26080 (desktop-buffer-misc-functions, desktop-buffer-handlers)
26081 (desktop-load-default): Add release to obsolescence info.
26082 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
26083 (desktop-append-buffer-args, desktop-read):
26084 Fix typos in docstrings.
26085 (desktop-kill): Fix typo in message.
26086 (desktop-save): Doc fix.
26087
26088 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
26089
26090 * viper-cmd.el (viper-escape-to-state): Bug fix.
26091 (viper-envelop-ESC-key): Change the definition of fast
26092 keysequence so it'll work with keyboard macros.
26093
26094 * ediff.el (ediff-patch-buffer): Change the docstring.
26095
26096 2005-07-19 Kenichi Handa <handa@m17n.org>
26097
26098 * international/mule-cmds.el (select-safe-coding-system): Try to
26099 use an auto-coding (if any) before anything else. If the found
26100 auto-coding is invalid, show a warning message.
26101
26102 * international/mule.el (find-auto-coding): New function created
26103 by modifying the body of set-auto-coding.
26104 (set-auto-coding): Use find-auto-coding to find a coding.
26105
26106 2005-07-18 Richard M. Stallman <rms@gnu.org>
26107
26108 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
26109 not isearch-mode-end-hook-error.
26110 (allout-before-change-protect): Fix error message.
26111
26112 2005-07-18 Juri Linkov <juri@jurta.org>
26113
26114 * allout.el (allout-mode):
26115 * calculator.el (calculator-copy):
26116 * custom.el (custom-known-themes):
26117 * dired.el (dired-desktop-buffer-misc-data)
26118 (dired-restore-desktop-buffer):
26119 * dired-x.el (dired-omit-marker-char):
26120 * files.el (basic-save-buffer):
26121 * font-core.el (font-lock-mode):
26122 * calendar/calendar.el (calendar-goto-hebrew-date)
26123 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
26124 (calendar-goto-persian-date):
26125 * language/ethio-util.el (ethio-sera-to-fidel-region):
26126 * textmodes/picture.el (picture-mode):
26127 Delete duplicate duplicate words.
26128
26129 2005-07-18 Juri Linkov <juri@jurta.org>
26130
26131 * isearch.el (isearch-mode-map): Remove key bindings for regexp
26132 chars * ? } |.
26133 (isearch-fallback): Don't call `isearch-process-search-char'.
26134 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
26135 (isearch-process-search-char): Call `isearch-fallback' for regexp
26136 chars * ? } |.
26137 (isearch-return-char): Make obsolete with `make-obsolete' instead
26138 of simply documenting it as obsolete in the docstring.
26139 (isearch-fallback): Refill docstring.
26140
26141 * international/isearch-x.el
26142 (isearch-process-search-multibyte-characters): Remove unneeded
26143 `concat'. Add intermediate values to `junk-hist' instead of
26144 `minibuffer-history'. Test the length of `str'.
26145
26146 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
26147
26148 * allout.el (allout-resolve-xref): Fix typos in error strings.
26149 (allout-before-change-protect): Remove unneeded `concat'.
26150
26151 * array.el (array-mode, array-reconfigure-rows)
26152 (untabify-backward): Fix typos in docstrings.
26153 (array-reconfigure-rows): Use `insert-buffer-substring', not
26154 `insert-buffer'.
26155
26156 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
26157 * progmodes/ada-mode.el (ada-make-body):
26158 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
26159
26160 * dired.el (dired-log):
26161 * tar-mode.el (tar-subfile-save-buffer):
26162 * play/zone.el (zone-pgm-stress-destress):
26163 Use `insert-buffer-substring', not `insert-buffer'.
26164
26165 2005-07-17 Simon Josefsson <jas@extundo.com>
26166
26167 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
26168
26169 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
26170
26171 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
26172 Add plain auth method.
26173 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
26174
26175 2005-07-17 Kim F. Storm <storm@cua.dk>
26176
26177 * ido.el (dired-other-window): Add ido property.
26178
26179 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
26180
26181 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26182 Fix typo in docstring.
26183 (byte-compile-interactive-only-functions): Add `insert-buffer' and
26184 `insert-file-literally'.
26185
26186 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
26187 info and delete redundant message. Doc fix.
26188 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
26189 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
26190
26191 2005-07-16 Richard M. Stallman <rms@gnu.org>
26192
26193 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
26194 (byte-compile-and): Use byte-compile-and-recursion.
26195 (byte-compile-or-recursion): New function.
26196 (byte-compile-or): Use that.
26197 (byte-compile-if): Guard the else-clause too.
26198 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
26199
26200 * isearch.el (isearch-mode-end-hook-quit): New variable.
26201 (isearch-done): Bind it.
26202 (isearch-mode-end-hook): Doc fix.
26203
26204 * allout.el (allout-isearch-did-quit): Variable deleted.
26205 (allout-real-isearch-abort): Function name no longer used.
26206 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
26207 (allout-isearch-rectification): isearch-mode always exists.
26208 Don't set allout-isearch-did-quit.
26209 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
26210 allout-isearch-did-quit.
26211 (allout-enwrap-isearch): Just add the hook.
26212 (allout-isearch-abort): Function deleted.
26213 (allout-pre-command-business): Avoid warning.
26214
26215 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
26216 Correctly avoid warnings.
26217 (pascal-outline): Likewise.
26218
26219 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
26220
26221 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
26222
26223 * play/tetris.el (tetris-mode): Avoid warning.
26224
26225 * play/snake.el (snake-mode): Avoid warning.
26226
26227 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
26228 (gamegrid-set-display-table): Avoid warning.
26229 (gamegrid-set-timer): Likewise.
26230 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
26231 (gamegrid-add-score-with-update-game-score-1): Take FILE
26232 as argument.
26233 (gamegrid-add-score-with-update-game-score): Pass that argument.
26234 Rename have-shared-game-dir to gamegrid-shared-game-dir.
26235
26236 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
26237
26238 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
26239 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
26240
26241 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
26242 and insert-file.
26243
26244 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
26245 (sc-ask): Avoid warnings.
26246
26247 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
26248 (eshell-hist-initialize): Use that var the natural way.
26249
26250 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
26251
26252 * emacs-lisp/re-builder.el (reb-cook-regexp):
26253 Avoid warning calling lre-compile-string.
26254 (reb-color-display-p): Avoid warning.
26255
26256 * calculator.el (calculator-last-input): Guard uses
26257 of event-key and key-press-event-p.
26258 (event-key, key-press-event-p): Delete definitions.
26259
26260 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
26261 (find-gc-source-directory, find-gc-subrs-callers)
26262 (find-gc-noreturn-list, find-gc-source-files)
26263 (find-gc-subrs-called): Vars renamed and defvar'd.
26264
26265 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
26266 (checkdoc-overlay-put, checkdoc-delete-overlay)
26267 (checkdoc-overlay-start, checkdoc-overlay-end)
26268 (checkdoc-mode-line-update, checkdoc-char=):
26269 Define such that compiler knows they are defined.
26270 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
26271 (checkdoc-read-event): Delete. Use read-event directly.
26272
26273 * whitespace.el (whitespace-make-overlay)
26274 (whitespace-overlay-put, whitespace-delete-overlay)
26275 (whitespace-overlay-start, whitespace-overlay-end):
26276 Define such that compiler knows they are defined.
26277 (whitespace): Move conditional inside.
26278
26279 * tempo.el (tempo-insert-template): Suppress warning.
26280
26281 * ediff-diff.el (longlines-mode): Add defvar.
26282
26283 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
26284
26285 * server.el: Bind "C-x #" in a way that works even if C-x is
26286 redefined to a command key, not a prefix key.
26287
26288 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
26289
26290 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
26291 cl-make-type-test till execution time.
26292
26293 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
26294
26295 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
26296 arg ARG and use it.
26297
26298 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
26299
26300 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
26301
26302 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
26303
26304 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26305 a defcustom with two :set or :type keywords.
26306
26307 2005-07-15 Richard M. Stallman <rms@gnu.org>
26308
26309 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
26310 Don't give ^M comment-end syntax.
26311
26312 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
26313
26314 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
26315 Don't consider gdbmi (gdb-mi.el has its own update functions).
26316 (gdb-var-delete): Make it work for gdbmi as well.
26317 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
26318
26319 * progmodes/gud.el (etags, sdb): Only require etags when needed.
26320 (gud-speedbar-menu-items): Correct logic for enabling items.
26321
26322 2005-07-15 Kim F. Storm <storm@cua.dk>
26323
26324 * ido.el: Fix commentary.
26325 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
26326 Use with-no-warnings around ffap-guesser.
26327 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
26328 Let bind minibuffer-completing-file-name to t.
26329
26330 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
26331
26332 * startup.el (site-run-file, keyboard-type): Doc fixes.
26333 (command-line): Check for "--basic-display" argument; also for
26334 "--quick", not "--bare-bones" (which was renamed).
26335 (fancy-splash-text): Add missing item "Getting New Versions".
26336 (normal-splash-screen): Fix typos and improve consistency with
26337 `fancy-splash-text'. Update copyright year.
26338
26339 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
26340 valid binding for `help-char'.
26341
26342 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
26343
26344 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
26345
26346 * term.el (term-mode): Disable cua-mode for term buffers.
26347
26348 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
26349
26350 * add-log.el (add-log-mailing-address, change-log-merge):
26351 Doc fixes.
26352 (change-log-get-method-definition): Fix typo in docstring.
26353
26354 2005-07-14 Kim F. Storm <storm@cua.dk>
26355
26356 * emulation/cua-base.el:
26357 (cua--pre-command-handler-1, cua--pre-command-handler)
26358 (cua--post-command-handler-1, cua--post-command-handler):
26359 Split in two. Check (buffer local) value of cua-mode.
26360 (cua-selection-mode): New command.
26361
26362 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
26363
26364 * custom.el (custom-initialize-safe-set)
26365 (custom-initialize-safe-default): Doc fixes.
26366
26367 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26368 and simplify :init-value again.
26369
26370 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26371 and simplify :init-value again. Delete autoload.
26372
26373 * startup.el (command-line): Use `custom-reevaluate-setting' again
26374 for tooltip-mode.
26375
26376 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26377 a defcustom with two :initialize keywords.
26378
26379 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
26380
26381 * allout.el (my-mark-marker, allout-isearch-prior-pos)
26382 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
26383 (allout-post-command-business, allout-flag-region)
26384 (isearch-reenable-font-lock, allout-yank)
26385 (allout-insert-latex-header, allout-insert-latex-trailer)
26386 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
26387 (allout-latex-verb-quote): Fix typos in docstrings.
26388 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
26389 (allout-unprotected, allout-prefix-data):
26390 Improve argument/docstring consistency.
26391 (allout-chart-subtree): Fix argument spec.
26392 (allout-open-topic): Rename `use_sib_bullet' argument to
26393 `use-sib-bullet'. Doc fix.
26394
26395 * whitespace.el (whitespace-check-buffer-leading)
26396 (whitespace-check-buffer-trailing)
26397 (whitespace-check-buffer-indent)
26398 (whitespace-check-buffer-spacetab)
26399 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
26400 (whitespace-check-leading-whitespace)
26401 (whitespace-check-trailing-whitespace)
26402 (whitespace-check-spacetab-whitespace)
26403 (whitespace-check-indent-whitespace)
26404 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
26405 (whitespace-modes): Fix typos in docstrings.
26406 (defgroup, defcustom): Doc fixes.
26407
26408 * winner.el (winner-mode, winner-boring-buffers)
26409 (winner-pending-undo-ring): Doc fixes.
26410 (winner-ring): Remove unneeded `progn'.
26411 (winner-equal): `defsubst' it.
26412 (winner-redo): Fix message.
26413
26414 2005-07-13 Kim F. Storm <storm@cua.dk>
26415
26416 * simple.el (line-move-1): Always use vertical-motion to
26417 do the last (or only) line move to ensure some movement.
26418 Undo 2005-06-23 change--don't check for overlays.
26419
26420 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26421
26422 * term/mac-win.el (ccl-encode-mac-roman-font)
26423 (ccl-encode-mac-centraleurroman-font)
26424 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
26425 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
26426 Change charset-id boundary of dimension to ?\xef.
26427 (mac-char-fontspec-list): New constant.
26428 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
26429 argument. Nil uses itself as family in font-spec. Previous
26430 behavior for nil is now provided by non-nil non-string argument.
26431 All callers changed. Add font-specs for Mac fonts to
26432 "fontset-default" unless iso8859-1 fonts are installed.
26433
26434 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
26435
26436 * progmodes/sh-script.el (sh-get-indent-info): Only indent
26437 a continuation line if the \ is preceded by SPC or TAB.
26438 (sh-get-indent-info): Simplify.
26439 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
26440 Use with-current-buffer.
26441
26442 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
26443 when the matched text is empty.
26444
26445 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
26446
26447 * startup.el (command-line): Revert to previous handling of
26448 tooltip-mode. Explain in comment why the complexity is needed.
26449
26450 * tooltip.el (tooltip-mode): Revert to previous implementation of
26451 its defcustom.
26452
26453 * frame.el (blink-cursor-mode): Revert to previous implementation
26454 of its defcustom. Update comment.
26455
26456 2005-07-12 Lars Hansen <larsh@soem.dk>
26457
26458 * desktop.el: Update e-mail address.
26459
26460 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26461
26462 * term/mac-win.el (mac-services-mail-selection)
26463 (mac-services-mail-to): New functions.
26464 (mac-application-menu-map): Bind them.
26465
26466 2005-07-12 wulei <milton@wulei.net> (tiny change)
26467
26468 * progmodes/gdb-ui.el: Add note about buffering with Windows.
26469
26470 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
26471
26472 * custom.el (custom-reevaluate-setting): Doc fix.
26473
26474 2005-07-11 Jay Belanger <belanger@truman.edu>
26475
26476 * calc/calc.el (calc-embedded-announce-formula-alist)
26477 (calc-embedded-open-close-plain-alist)
26478 (calc-embedded-open-close-mode-alist): Add checks for additional
26479 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
26480
26481 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
26482
26483 * custom.el (custom-enable-theme): Don't add theme to
26484 `custom-enabled-themes' with `push' because there is no
26485 setf-method for `delq'.
26486
26487 2005-07-11 Richard M. Stallman <rms@gnu.org>
26488
26489 * custom.el (custom-declare-variable): Doc fix.
26490
26491 * dired-aux.el (dired-compare-directories): Remove "." and ".."
26492 from the alists.
26493
26494 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
26495 Do nothing if edebug-active.
26496
26497 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
26498 (edebug-display): Do it here instead.
26499
26500 2005-07-10 Richard M. Stallman <rms@gnu.org>
26501
26502 * cus-face.el (custom-theme-set-faces): Make it work.
26503 (custom-reset-faces): Doc fix.
26504 (custom-theme-reset-internal-face, custom-theme-face-value):
26505 Functions deleted.
26506
26507 * custom.el (custom-push-theme): Maintain list of the settings
26508 of a given theme in its theme-settings property.
26509 Maintain position of old settings in the theme-value
26510 or theme-face property.
26511 (custom-enabled-themes): New variable.
26512 (custom-theme-enabled-p): New function.
26513 (provide-theme): Update custom-enabled-themes.
26514 Disable and reenable the `user' theme.
26515 (require-theme): Doc fix.
26516 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
26517 (custom-theme-value, custom-theme-variable-value): Likewise.
26518 (custom-theme-reset-internal): Likewise.
26519 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
26520 (custom-enable-theme, custom-disable-theme): New functions.
26521 (custom-variable-theme-value, custom-face-theme-value): Likewise.
26522 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
26523 (custom-theme-reset-variables): Simplify.
26524 (deftheme, custom-declare-theme, custom-make-theme-feature):
26525 Definitions moved.
26526
26527 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
26528
26529 * longlines.el (longlines-show-region)
26530 (longlines-unshow-hard-newlines): Recognize hard newlines by
26531 non-nil hard property, instead of t.
26532
26533 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
26534
26535 * viper-cmd.el (viper--key-maps): New variable.
26536 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
26537 emulation-mode-map-alists.
26538 (viper-envelop-ESC-key): Use viper-subseq.
26539 (viper-search-forward/backward/next): Disable debug-on-error.
26540
26541 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26542 (viper-ESC-key): New defcustoms.
26543
26544 * viper-macs.el (ex-map-read-args): Use viper-subseq.
26545
26546 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
26547 (viper-subseq): Copy of subseq from cl.el.
26548
26549 * viper.el (viper-go-away, viper-set-hooks): Use
26550 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
26551
26552 * viper-mous.el (viper-current-frame-saved): Use defvar.
26553
26554 * viper-init.el: Get rid of -face in face names.
26555
26556 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
26557 Make it work with longlines mode.
26558
26559 * ediff-mult.el (ediff-meta-mode-hook): New variable.
26560
26561 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
26562
26563 * ediff-init.el: Get rid of -face in face names.
26564
26565 2005-07-10 Richard M. Stallman <rms@gnu.org>
26566
26567 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
26568 and with-timeout-unsuspend.
26569
26570 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
26571 and with-timeout-unsuspend.
26572
26573 * emacs-lisp/timer.el (with-timeout-timers): New variable.
26574 (with-timeout): Bind that variable to record timers.
26575 (with-timeout-suspend, with-timeout-unsuspend): New functions.
26576
26577 * emacs-lisp/debug.el (debug-help-follow): New function.
26578 (debugger-mode-map): Use that instead of help-follow.
26579 (debugger-setup-buffer): Use eval-buffer-list
26580 to handle eval-buffer frames.
26581
26582 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
26583
26584 * timezone.el (timezone-parse-date): Change first regexp
26585 so it will not mistakenly match dates with no time zone.
26586
26587 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
26588
26589 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
26590
26591 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
26592
26593 * custom.el (custom-initialize-safe-set)
26594 (custom-initialize-safe-default): New functions.
26595
26596 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26597 and simplify :init-value.
26598
26599 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26600 and simplify :init-value. Delete obsolete comment.
26601
26602 * startup.el (command-line): Use `custom-reevaluate-setting' to
26603 handle `tooltip-mode'. Delete obsolete comment.
26604
26605 * files.el (set-visited-file-name): Avoid calling
26606 `file-name-nondirectory' with a nil argument.
26607
26608 2005-07-09 Richard M. Stallman <rms@gnu.org>
26609
26610 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
26611 was called with nil for the buffer, handle the read position right.
26612 Handle read position for eval-region, too.
26613
26614 2005-07-09 Juri Linkov <juri@jurta.org>
26615
26616 * fringe.el (fringe-mode): Add period in docstring.
26617 (fringe-query-style): Build prompt depending on `all-frames' arg.
26618
26619 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
26620 to not create links to unrelated functions in the Help buffer.
26621
26622 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
26623 Doc fix.
26624
26625 * simple.el (next-error-hook): New variable.
26626 (next-error): Use it. Doc fix.
26627
26628 * textmodes/ispell.el (ispell-command-loop): Add current
26629 dictionary name and program name to mode-line-format.
26630 (ispell-region, ispell-process-line): Add current dictionary name
26631 and program name to messages.
26632
26633 2005-07-08 Jay Belanger <belanger@truman.edu>
26634
26635 * calc/calc.el (calc-embedded-announce-formula-alist)
26636 (calc-embedded-open-close-formula-alist)
26637 (calc-embedded-open-close-word-alist)
26638 (calc-embedded-open-close-plain-alist)
26639 (calc-embedded-open-close-new-formula-alist)
26640 (calc-embedded-open-close-mode-alist)
26641 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
26642 (calc-embedded-mode-hook): New variables.
26643
26644 * calc/calc-embed.el (calc-embedded-firsttime)
26645 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
26646 New variables.
26647 (calc-do-embedded): Use calc-embedded-firsttime,
26648 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
26649 determine whether or not to run hooks.
26650 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
26651 calc-embedded-firsttime-formula appropriately.
26652 Set calc-embedded delimiter variables according to mode.
26653
26654 2005-07-08 Richard M. Stallman <rms@gnu.org>
26655
26656 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
26657 Check for "emacs", etc., as entire symbol, not just as word.
26658 (checkdoc-file-comments-engine): Use regexp-quote on FN.
26659
26660 * files.el (set-visited-file-name): Report the error
26661 for "empty filename" earlier.
26662 (kill-some-buffers): Ignore buffers already dead.
26663
26664 * fringe.el (fringe-mode): Doc fix.
26665
26666 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26667 Check for (featurep 'xemacs) and turn off warnings in what it guards.
26668 Use unwind-protect to ensure byte-compile-unresolved-functions
26669 is updated.
26670
26671 * whitespace.el (whitespace-buffer-leading-cleanup):
26672 Simplify w/ skip-chars-forward.
26673 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
26674
26675 * mail/rmail.el (rmail-only-expunge): Fix paren error.
26676 Unconditionally try to leave point at the same old place.
26677
26678 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
26679
26680 * comint.el (comint-postoutput-scroll-to-bottom)
26681 (comint-show-maximum-output): Take scroll-margin into consideration.
26682
26683 2005-07-08 Kim F. Storm <storm@cua.dk>
26684
26685 * ido.el (ido-use-filename-at-point): New choice `guess'.
26686 (ido-file-internal): Try ffap-guesser if selected.
26687
26688 * ido.el (ido-before-fallback-functions): New hook.
26689 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
26690 (ido-read-file-name): Run it.
26691
26692 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
26693
26694 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
26695 strings rather than a list of symbols to the completion function.
26696
26697 2005-07-07 Jay Belanger <belanger@truman.edu>
26698
26699 * calc/calc-units.el (math-apply-units): Change the places in
26700 which units are simplified.
26701
26702 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
26703
26704 * cus-edit.el (customize-option, customize-option-other-window):
26705 Make them handle aliases.
26706
26707 * custom.el (custom-variable-p): Make it recursively follow
26708 aliases. Mention that in the docstring.
26709
26710 2005-07-07 Richard M. Stallman <rms@gnu.org>
26711
26712 * cus-start.el (exec-path): Use `directory' instead of `file'.
26713 Fix tag for nil.
26714
26715 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
26716
26717 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
26718 when called non-interactively. Doc fix.
26719
26720 2005-07-07 Lute Kamstra <lute@gnu.org>
26721
26722 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
26723 new address as well.
26724
26725 2005-07-07 Kenichi Handa <handa@m17n.org>
26726
26727 * international/mule.el (make-coding-system):
26728 Describe `ascii-incompatible' property in the docstring.
26729 (set-file-name-coding-system): Signal an error if coding-system is
26730 ascii-incompatible.
26731 (set-keyboard-coding-system): Likewise.
26732
26733 * international/mule-cmds.el (set-default-coding-systems):
26734 Don't set default-file-name-coding-system and
26735 default-keyboard-coding-system if coding-system is ASCII-incompatible.
26736
26737 * international/utf-16.el: Declare that all UTF-16-based coding
26738 systems are ASCII-incompatible.
26739
26740 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
26741
26742 * progmodes/gud.el: Require font-lock for displaying errors.
26743 Used by gdb-ui.el.
26744
26745 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
26746
26747 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
26748 values for the pattern lists which are `read'able but not
26749 `append'able (like symbols).
26750
26751 2005-07-06 Richard M. Stallman <rms@gnu.org>
26752
26753 * progmodes/flymake.el (flymake-float-time): Instead of
26754 with-no-warnings, test for XEmacs.
26755 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
26756 to avoid warning.
26757
26758 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
26759
26760 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
26761
26762 2005-07-05 Lute Kamstra <lute@gnu.org>
26763
26764 * battery.el: Add support for Darwin (with much debugging help
26765 from Samuel Lauber <sam124@operamail.com>).
26766 (battery-status-function, battery-echo-area-format)
26767 (battery-mode-line-format): Add support for pmset on Darwin.
26768 (battery-load-low, battery-load-critical): New user options.
26769 (battery-pmset): New function.
26770
26771 2005-07-05 Lute Kamstra <lute@gnu.org>
26772
26773 Update FSF's address in GPL notices.
26774
26775 * textmodes/page-ext.el: Update FSF's address.
26776
26777 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
26778
26779 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
26780 filling from using prefix when filling a single-line docstring.
26781
26782 * progmodes/flymake.el: Remove useless eval-when-compile.
26783
26784 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
26785
26786 2005-07-04 Richard M. Stallman <rms@gnu.org>
26787
26788 * textmodes/org.el (org-file-apps-defaults-gnu):
26789 Rename from org-file-apps-defaults-linux.
26790 (org-default-apps): Don't test system-type for `linux'.
26791 (org-file-apps): Doc fix.
26792
26793 2005-07-04 David Ponce <david@dponce.com>
26794
26795 * tree-widget.el: Improve header Commentary section.
26796 (tree-widget) [defgroup]
26797 (tree-widget-image-enable, tree-widget-themes-directory)
26798 (tree-widget-theme, tree-widget-image-properties-emacs)
26799 (tree-widget-image-properties-xemacs, tree-widget-create-image)
26800 (tree-widget-image-formats, tree-widget-control)
26801 (tree-widget-empty-control, tree-widget-leaf-control
26802 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
26803 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
26804 (tree-widget-keep, tree-widget-after-toggle-functions)
26805 (tree-widget-open-node, tree-widget-close-node): Doc fix.
26806 (tree-widget-open-control, tree-widget-close-control): Fix doc and
26807 :help-echo message.
26808 (tree-widget-set-theme): Doc fix. Use `string-equal'.
26809 (tree-widget-image-properties): Doc fix. Clearer implementation.
26810 (tree-widget--cursors): New constant.
26811 (tree-widget-lookup-image): New function split from
26812 `tree-widget-find-image'. Clearer implementation.
26813 (tree-widget-find-image): Use it.
26814 (tree-widget-button-keymap): Use `set-keymap-parent'.
26815 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
26816 Define the sub-widgets here.
26817 (tree-widget-node): Check that :node is not a tree-widget.
26818 (tree-widget-get-super, tree-widget-open-control)
26819 (tree-widget-close-control, tree-widget-empty-control)
26820 (tree-widget-leaf-control, tree-widget-guide)
26821 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
26822 (tree-widget-no-handle, tree-widget-value-delete)
26823 (tree-widget-map): Remove.
26824 (tree-widget-children-value-save): Doc fix. Simplified.
26825 (tree-widget-value-create): Update according to previous changes.
26826
26827 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
26828
26829 * textmodes/org.el: Leading space replaced by TABS.
26830 (org-recalc-marks, org-table-rotate-recalc-marks)
26831 (org-table-get-specials): Treat "^" and "_" marks.
26832 (org-table-justify-field-maybe): Optional argument NEW.
26833 (org-table-eval-formula): Parsing of the format simplified.
26834 New modes C,I. Honor the %= parameter in the current table.
26835 Avoid unnecessary re-align by using the NEW argument to
26836 `org-table-justify-field-maybe'.
26837 (org-calc-default-modes): Default for date-format mimicks org-mode.
26838 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
26839
26840 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
26841
26842 * cus-face.el (custom-theme-set-faces): Make it handle face
26843 aliases whose alias declarations are pre- or autoloaded.
26844
26845 2005-07-04 Juri Linkov <juri@jurta.org>
26846
26847 * faces.el (read-face-name): Put the code for getting a face name
26848 from the buffer before adding the faces from the `face' property.
26849 Use `completing-read-multiple' instead of `completing-read'.
26850 Require `crm'. Add default value and post-process the returned
26851 list of faces.
26852
26853 * emacs-lisp/crm.el (crm-find-current-element)
26854 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
26855
26856 * emacs-lisp/lisp-mode.el (eval-defun-1):
26857 * emacs-lisp/edebug.el (edebug-eval-defun):
26858 Remove unnecessary quotes.
26859
26860 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
26861
26862 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
26863 (prolog-indent-level): Fix typo in docstring.
26864
26865 * info.el (Info-history, Info-history-forward)
26866 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
26867
26868 * add-log.el (add-change-log-entry):
26869 * comint.el (comint-dynamic-list-input-ring)
26870 (comint-dynamic-list-completions):
26871 * dabbrev.el (dabbrev-expand):
26872 * delim-col.el (delimit-columns-rectangle-line):
26873 * diff-mode.el (diff-context->unified, diff-reverse-direction)
26874 (diff-unified->context):
26875 * ediff-init.el (ediff-abbrev-jobname):
26876 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
26877 (ediff-replace-session-activity-marker-in-meta-buffer):
26878 * info.el (Info-summary):
26879 * lpr.el (printify-region):
26880 * printing.el (pr-create-interface):
26881 * ps-print.el (ps-print-quote):
26882 * ses.el (ses-column-widths, ses-print-cell)
26883 (ses-adjust-print-width, ses-center):
26884 * shell.el (shell-file-name-quote-list):
26885 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
26886 (strokes-fill-current-buffer-with-whitespace)
26887 (strokes-xpm-for-stroke, strokes-list-strokes)
26888 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
26889 * term.el (term-dynamic-list-input-ring)
26890 (term-dynamic-list-completions):
26891 * calc/calc.el (math-format-stack-value):
26892 * emacs-lisp/edebug.el (edebug-display-freq-count):
26893 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
26894 (delphi-new-comment-line):
26895 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
26896 * progmodes/executable.el (executable-set-magic):
26897 * progmodes/python.el (inferior-python-mode):
26898 * progmodes/scheme.el (scheme-mode-syntax-table):
26899 * progmodes/sh-script.el (sh-maybe-here-document):
26900 * progmodes/sql.el (sql-copy-column):
26901 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
26902 * textmodes/bibtex.el (bibtex-mode):
26903 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
26904 (sgml-auto-attributes):
26905 * textmodes/table.el (table-insert, table-shorten-cell)
26906 (table--generate-source-scan-lines, table-delete-row)
26907 (*table--cell-delete-char, table--spacify-frame)
26908 (table--horizontally-shift-above-and-below)
26909 (table--cell-insert-char, table--cell-blank-str)
26910 (table--fill-region-strictly):
26911 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
26912 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
26913
26914 * add-log.el (change-log):
26915 * apropos.el (apropos):
26916 * comint.el (comint-completion, comint-source):
26917 * dabbrev.el (dabbrev):
26918 * delim-col.el (columns):
26919 * diff-mode.el (diff-mode):
26920 * ediff.el (ediff):
26921 * ediff-diff.el (ediff-diff):
26922 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
26923 * ediff-mult.el (ediff-mult):
26924 * ediff-ptch.el (ediff-ptch):
26925 * ediff-wind.el (ediff-window):
26926 * facemenu.el (facemenu):
26927 * indent.el (indent):
26928 * info.el (info):
26929 * jka-cmpr-hook.el (compression, jka-compr):
26930 * lpr.el (lpr):
26931 * outline.el (outlines):
26932 * pcmpl-cvs.el (pcmpl-cvs):
26933 * pcmpl-rpm.el (pcmpl-rpm):
26934 * printing.el (printing):
26935 * ps-print.el (postscript, ps-print, ps-print-horizontal)
26936 (ps-print-vertical, ps-print-headers, ps-print-font)
26937 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
26938 (ps-print-background, ps-print-printer, ps-print-page)
26939 (ps-print-miscellany):
26940 * ses.el (ses):
26941 * shell.el (shell, shell-directories, shell-faces):
26942 * startup.el (initialization):
26943 * strokes.el (strokes):
26944 * term.el (term):
26945 * uniquify.el (uniquify):
26946 * w32-vars.el (w32):
26947 * calc/calc.el (calc):
26948 * emacs-lisp/bytecomp.el (bytecomp):
26949 * emacs-lisp/cl-indent.el (lisp-indent):
26950 * emacs-lisp/edebug.el (edebug):
26951 * emacs-lisp/elp.el (elp):
26952 * emacs-lisp/testcover.el (testcover):
26953 * emacs-lisp/trace.el (trace):
26954 * emulation/viper-ex.el (viper-ex):
26955 * emulation/viper-mous.el (viper-mouse):
26956 * mail/mailalias.el (mailalias):
26957 * mail/supercite.el (supercite, supercite-frames)
26958 (supercite-attr, supercite-cite, supercite-hooks):
26959 * net/rcompile.el (remote-compile):
26960 * net/rlogin.el (rlogin):
26961 * obsolete/ooutline.el (outlines):
26962 * progmodes/delphi.el (delphi):
26963 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
26964 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
26965 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
26966 (ebnf-optimization):
26967 * progmodes/etags.el (etags):
26968 * progmodes/executable.el (executable):
26969 * progmodes/idlwave.el (idlwave):
26970 * progmodes/pascal.el (pascal):
26971 * progmodes/prolog.el (prolog):
26972 * progmodes/python.el (python):
26973 * progmodes/scheme.el (scheme):
26974 * progmodes/sh-script.el (sh, sh-script):
26975 * progmodes/sql.el (SQL):
26976 * progmodes/tcl.el (tcl):
26977 * textmodes/bibtex.el (bibtex, bibtex-autokey):
26978 * textmodes/enriched.el (enriched):
26979 * textmodes/makeinfo.el (makeinfo):
26980 * textmodes/sgml-mode.el (sgml):
26981 * textmodes/table.el (table-hooks):
26982 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
26983 * textmodes/texinfo.el (texinfo):
26984 * textmodes/two-column.el (two-column):
26985 Finish `defgroup' description with period.
26986
26987 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
26988 * eshell/esh-var.el (eshell-var):
26989 * progmodes/vhdl-mode.el (vhdl-testbench):
26990 * textmodes/org.el (org): Fix typos in docstrings.
26991
26992 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
26993 consistency.
26994
26995 * progmodes/flymake.el (flymake-find-file): Remove.
26996 (flymake-float-time): Use `with-no-warnings'.
26997 (flymake-check-start-time, flymake-check-was-interrupted)
26998 (flymake-err-info, flymake-is-running, flymake-last-change-time)
26999 (flymake-new-err-info): `defvar' at compile time.
27000
27001 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
27002
27003 * replace.el (occur-hook): Doc fix.
27004 (occur-1): Don't call `occur-hook' if there are no matches.
27005
27006 2005-07-03 Richard M. Stallman <rms@gnu.org>
27007
27008 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
27009 global-map, save the same map.
27010 (global-map): Don't alter it at top level.
27011 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
27012 Then alter it here instead.
27013 (tpu-edt-off): Set global-map to the saved one.
27014
27015 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
27016 All references simplified.
27017 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
27018 (zmacs-regions): Add defvar.
27019 (repeat-complex-command-map): Everything about that deleted.
27020
27021 * textmodes/artist.el (artist-key-is-drawing)
27022 (artist-key-endpoint1, artist-key-poly-point-list)
27023 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
27024 (artist-key-compl-table, artist-rb-save-data)
27025 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
27026 Don't put them in eval-when-compile.
27027 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
27028
27029 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
27030 Use with-no-warnings.
27031
27032 * net/browse-url.el (dos-windows-version): Add defvar.
27033
27034 * mail/supercite.el (filladapt-prefix-table): Add defvar.
27035
27036 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
27037 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
27038 (rmail-new-summary-line-count): Rename from new-summary-line-count.
27039 Add defvar.
27040 (rmail-summary-beginning-of-message): Use with-no-warnings.
27041 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
27042
27043 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
27044 Use with-no-warnings.
27045
27046 * emulation/vi.el (vi-mark-region): Use c-mark-function.
27047 (c-mark-function): Add point-moving-unit property.
27048 (vi-goto-line): Use with-no-warnings.
27049
27050 * emulation/edt.el (edt-last-copied-word): Add defvar.
27051 (zmacs-region-stays): Likewise.
27052 (edt-mark-section-wisely): Use c-mark-function for C.
27053 Use makr-defun for Fortran.
27054 (time-string): defvar deleted.
27055 (edt-display-the-time): Don't set time-string.
27056
27057 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
27058
27059 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27060 Don't warn when name is not constant
27061 or for defining the group `emacs'.
27062
27063 * tooltip.el (gud-tooltip-mode): Add defvar.
27064
27065 * startup.el (default-frame-background-mode): Add defvar.
27066
27067 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
27068
27069 * info.el (tool-bar-map): Add defvar.
27070
27071 * dired.el (dnd-protocol-alist): Add defvar.
27072
27073 * dired-aux.el (dired-query): Display question with answer, when
27074 the user answers.
27075
27076 * custom.el (custom-add-option): Doc fix.
27077
27078 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
27079
27080 2005-07-03 Eli Zaretskii <eliz@gnu.org>
27081
27082 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
27083 bogus name from the last change.
27084
27085 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
27086
27087 * custom.el (custom-declare-variable): Fix typos in comment.
27088 (custom-known-themes): Doc fix.
27089 (custom-theme-directory): New defcustom.
27090 (require-theme): Make it check `custom-theme-directory'.
27091
27092 * cus-theme.el (custom-new-theme-mode): New function.
27093 (custom-theme-name, custom-theme-variables, custom-theme-faces)
27094 (custom-theme-description): Add compiler defvars.
27095 (customize-create-theme): Add doc to the "*New Custom Theme*"
27096 buffer. Use `custom-new-theme-mode'.
27097 (custom-theme-write): Put the created buffer in emacs-lisp-mode
27098 and save it to the `custom-theme-directory'. Make this the
27099 default directory of the buffer.
27100
27101 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
27102
27103 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
27104 Fix unbalanced parentheses.
27105
27106 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
27107
27108 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
27109 into flymake-mode and delegate to flymake-mode.
27110
27111 * find-file.el (ff-which-function-are-we-in): Clean up.
27112
27113 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
27114
27115 * replace.el (occur-rename-buffer): Fix docstring.
27116
27117 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
27118 (edt-last-copied-word, edt-learn-macro-count)
27119 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
27120 (edt-rect-start-point, edt-user-global-map, rect-start-point)
27121 (time-string, zmacs-region-stays):
27122 * emulation/edt-mapper.el (edt-save-function-key-map)
27123 (EDT-key-name): `defvar' to silence the byte-compiler.
27124
27125 2005-07-02 Martin Rudalics <rudalics@gmx.at>
27126
27127 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
27128 font-lock-regexp-backslash. Doc fix.
27129 (font-lock-regexp-backslash-grouping-construct): Rename from
27130 font-lock-regexp-backslash-construct. Doc fix.
27131 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
27132 grouping constructs.
27133
27134 2005-07-02 Eli Zaretskii <eliz@gnu.org>
27135
27136 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
27137 updating all the prerequisites.
27138
27139 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
27140
27141 * textmodes/org.el (org-agenda-start-on-weekday)
27142 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
27143 (org-agenda-use-time-grid, org-archive-location)
27144 (org-allow-space-in-links, org-usenet-links-prefer-google)
27145 (org-enable-table-editor, org-export-default-language)
27146 (org-export-html-show-new-buffer, org-fill-paragraph)
27147 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
27148 (org-goto-quit, org-occur, org-eval-in-calendar)
27149 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
27150 (org-agenda-diary-entry, org-remember-help)
27151 (org-table-convert-region, org-at-table-p)
27152 (org-table-move-row-down, org-table-move-row-up)
27153 (org-table-copy-region, org-table-toggle-vline-visibility)
27154 (org-table-get-stored-formulas, org-table-get-specials)
27155 (org-recalc-commands, org-table-eval-formula)
27156 (org-table-formula-substitute-names, orgtbl-make-binding)
27157 (org-format-org-table-html, org-format-table-table-html)
27158 (org-format-table-table-html-using-table-generate-source)
27159 (org-customize): Fix typos in docstrings.
27160 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
27161 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
27162 (org-back-to-heading): Doc fixes.
27163 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
27164 (org-agenda-change-all-lines, org-get-header):
27165 Improve argument/docstring consistency.
27166 (orgtbl-error): Fix error message.
27167
27168 * progmodes/flymake.el (flymake-find-possible-master-files)
27169 (flymake-master-file-compare, flymake-get-line-err-count)
27170 (flymake-highlight-line, flymake-gui-warnings-enabled):
27171 Fix typos in docstrings.
27172 (flymake-parse-line, flymake-get-project-include-dirs-function)
27173 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
27174 Doc fixes.
27175 (flymake-get-project-include-dirs-function)
27176 (flymake-make-err-menu-data):
27177 Improve argument/docstring consistency.
27178
27179 2005-07-01 Lute Kamstra <lute@gnu.org>
27180
27181 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
27182 Catch errors with ignore-errors. Use temporary buffer.
27183 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
27184
27185 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
27186 background color faces.
27187 (facemenu-set-foreground, facemenu-set-background):
27188 Use facemenu-set-face-from-menu.
27189 (facemenu-set-face-from-menu): Treat face names that start with
27190 "fg:" or "bg:" as special.
27191 (facemenu-add-new-color): Don't create faces. Simplify.
27192
27193 2005-06-30 Richard M. Stallman <rms@gnu.org>
27194
27195 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
27196 (crm-find-current-element): Likewise.
27197
27198 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
27199
27200 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
27201
27202 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
27203
27204 * arc-mode.el (archive-extract): Make it work as a mouse binding.
27205 (archive-mouse-extract): Make it an obsolete alias.
27206 (archive-mode-map): Don't use archive-mouse-extract any more.
27207 (archive-mode, archive-extract): write-contents-hooks ->
27208 write-contents-functions.
27209 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
27210 first arg.
27211 (archive-rename-entry): Update the call.
27212 (archive-zip-summarize): Remove unused var `method'.
27213 (archive-lzh-summarize): Remove unused var `creator'.
27214
27215 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
27216 dedicated frame upon exit.
27217
27218 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
27219 (archive-zip-extract, archive-zip-expunge)
27220 (archive-zip-update, archive-zip-update-case): Use executable-find.
27221 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
27222 Use restore-buffer-modified-p.
27223 (archive-extract, archive-add-new-member, archive-write-file-member):
27224 Use with-current-buffer.
27225 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
27226
27227 2005-06-30 Andreas Schwab <schwab@suse.de>
27228
27229 * progmodes/gud.el (gud-filter): Remove unneeded progn.
27230
27231 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
27232
27233 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
27234
27235 2005-06-30 Juri Linkov <juri@jurta.org>
27236
27237 * faces.el (vertical-border): Inherit from mode-line-inactive
27238 only on tty.
27239
27240 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
27241
27242 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
27243 example, -NLINES in the `occur' docstring).
27244
27245 * replace.el (occur-1): When no matches are found, do not set the
27246 `buffer-read-only' and modified flags for the occur buffer,
27247 because it is deleted.
27248
27249 * emulation/cua-base.el (cua-check-pending-input)
27250 (cua-repeat-replace-region, cua-mode, cua-debug)
27251 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
27252 Fix typos in docstrings.
27253
27254 * emulation/cua-gmrk.el (cua-toggle-global-mark)
27255 (cua-cut-region-to-global-mark)
27256 (cua--cut-rectangle-to-global-mark):
27257 Remove period from end of messages.
27258
27259 * emulation/cua-rect.el (cua-do-rectangle-padding):
27260 Remove period from end of messages.
27261 (cua--rectangle-seq-format): Fix typo in docstring.
27262 (cua-sequence-rectangle, cua-fill-char-rectangle):
27263 Improve argument/docstring consistency.
27264
27265 2005-06-29 Juri Linkov <juri@jurta.org>
27266
27267 * faces.el (default-frame-background-mode): New internal variable.
27268 (frame-set-background-mode): Use it.
27269
27270 * startup.el (normal-top-level): Set default-frame-background-mode
27271 instead of frame-background-mode. Before setting it, test for its
27272 nil value. Remove tests for frame-background-mode and frame
27273 parameter `reverse'. Add test for "unspecified-fg".
27274
27275 * term/xterm.el (xterm-rxvt-set-background-mode):
27276 * term/rxvt.el (rxvt-set-background-mode):
27277 Set default-frame-background-mode instead of frame-background-mode.
27278
27279 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
27280
27281 * simple.el (set-variable): Warn about obsolete user variables.
27282
27283 * imenu.el (imenu--completion-buffer):
27284 * mouse.el (mouse-buffer-menu-alist):
27285 * msb.el (msb-invisible-buffer-p):
27286 * calendar/diary-lib.el (diary-header-line-format):
27287 * emacs-lisp/pp.el (pp-buffer):
27288 * progmodes/cperl-mode.el (cperl-do-auto-fill):
27289 * textmodes/picture.el (picture-replace-match):
27290 Change space constants followed by a sexp to "?\s ".
27291
27292 * play/decipher.el (decipher-loop-with-breaks):
27293 * textmodes/texinfo.el (texinfo-insert-@item): Change space
27294 constants "protected" from end of line by a comment to "?\s".
27295
27296 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
27297
27298 * font-lock.el (save-buffer-state): Use `declare'.
27299
27300 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
27301 reset the syntax-table to cperl-mode-syntax-table.
27302 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
27303 "foo_print_bar" is not matched as a reserved keyword.
27304
27305 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
27306
27307 * textmodes/org.el (orgtbl-setup): New function, for delayed
27308 setup for the orgtbl commands.
27309 (org-calc-default-modes): New option.
27310 (orgtbl-make-binding): Use `defun' to get better help display.
27311 (org-diary): Call `org-compile-prefix-format'.
27312 (org-table-formula-substitute-names): New function.
27313 (org-agenda-day-view, org-agenda-week-view): New commands.
27314 (org-agenda-toggle-week-view): Command removed.
27315 (org-tbl-menu): Split off from org-org-menu.
27316 (org-mode): Move removal of outline-mode menus to here.
27317 (org-table-formula-debug): New option.
27318 (org-table-insert-row): Keep first field if just "#" or "*".
27319 (org-mode): Paragraph regexps fixed.
27320 (org-table-recalculate-regexp): New constant.
27321 (org-table-justify-field-maybe): Avoid replace if not necessary.
27322 (org-copy-special, org-cut-special): Use `call-interactively'.
27323 (org-table-copy-region): Take region from `interactive' call.
27324 (org-trim): Return string even if no match.
27325 (org-formula): New face.
27326 (org-set-font-lock-defaults): No longer highlight "FIXME".
27327 But highlight formula-related fields in table.
27328 (org-table-p): Use regexp, not fontification.
27329 (org-table-align): Handle white space at end of line.
27330 (org-table-formula-evaluate-inline): New option.
27331 (org-mode): Auto-wrapping in comment lines turned off.
27332 (org-table-copy-down): Evaluate only in copied field, not in
27333 destination.
27334 (org-table-current-formula): Variable removed.
27335 (org-table-store-formulas, org-table-get-stored-formulas)
27336 (org-table-modify-formulas, org-table-replace-in-formulas)
27337 (org-table-maybe-eval-formula): New functions.
27338 (org-table-get-formula): Modify to use stored formulas.
27339 (org-table-insert-column, org-table-delete-column)
27340 (org-table-move-column): Call `org-table-modify-formulas'.
27341 (org-complete): Add completion for keyword formulas.
27342 (orgtbl-mode): Pull orgtbl-mode-map to start of
27343 minor-mode-map-alist.
27344
27345 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
27346
27347 * progmodes/python.el (python-check): Require `compile' before
27348 modifying its variables.
27349
27350 * newcomment.el (comment-indent-default): Don't get fooled by an early
27351 end of buffer.
27352
27353 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27354
27355 * ps-print.el (ps-print-version): Fix version number.
27356
27357 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
27358
27359 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
27360
27361 2005-06-28 Richard M. Stallman <rms@gnu.org>
27362
27363 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
27364 (flyspell-local-mouse-map): Declaration deleted.
27365 (flyspell-mouse-map): Bind only mouse-2.
27366 (flyspell-mode-map): Don't test flyspell-use-local-map.
27367 (flyspell-overlay-keymap-property-name): Var deleted.
27368 (flyspell-mode-on): Don't make local bindings for
27369 flyspell-mouse-map and flyspell-mode-map.
27370 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
27371
27372 * textmodes/ispell.el (ispell-word): Do not ignore short words.
27373
27374 * progmodes/compile.el (compilation-next-error-function):
27375 Don't switch buffers; operate on the current buffer.
27376
27377 * progmodes/compile.el (compilation-error-file-name)
27378 (compilation-warning-file-name, compilation-info-file-name)
27379 (compilation-line-number, compilation-column-number): New faces.
27380 (compilation-error-face, compilation-warning-face)
27381 (compilation-info-face, compilation-line-face)
27382 (compilation-column-face): Use them.
27383
27384 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
27385
27386 * comint.el (comint-password-prompt-regexp): Accept ", try again".
27387
27388 * bindings.el (global-map): Bind insertchar and its variants.
27389
27390 2005-06-27 Richard M. Stallman <rms@gnu.org>
27391
27392 * textmodes/artist.el (artist-text-overwrite)
27393 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
27394
27395 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27396
27397 * ps-print.el: It was not working the page selection for printing.
27398 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
27399 (ps-print-version): New version 6.6.7.
27400 (ps-end-sheet): New fun.
27401 (ps-header-sheet, ps-end-job): Call it.
27402
27403 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
27404
27405 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
27406
27407 2005-06-27 Lute Kamstra <lute@gnu.org>
27408
27409 * facemenu.el (facemenu-unlisted-faces): Add foreground and
27410 background color faces.
27411 (facemenu-get-face): Delete function.
27412 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
27413 (facemenu-add-new-color): Make second argument mandatory.
27414 Create the appropriate face and return it. Simplify.
27415 (facemenu-set-foreground, facemenu-set-background): Don't check if
27416 color is defined. Use return value of facemenu-add-new-color.
27417
27418 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
27419
27420 * progmodes/gud.el (gud-filter): Add missing argument to
27421 with-selected-window.
27422
27423 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
27424
27425 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
27426 a :require to the defcustom.
27427
27428 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
27429 defcustoms corresponding to minor modes.
27430
27431 2005-06-26 David Ponce <david@dponce.com>
27432
27433 * recentf.el: Require tree-widget instead of wid-edit.
27434 (recentf-filename-handler): Fix widget :type.
27435 (recentf-cancel-dialog, recentf-open-more-files)
27436 (recentf-open-files-action): Doc fix.
27437 (recentf-dialog-goto-first): New function.
27438 (recentf-dialog-mode-map): Set parent keymap first.
27439 (recentf-dialog-mode): Define with define-derived-mode.
27440 Don't display continuation lines in dialogs.
27441 (recentf-edit-list): Rename from recentf-edit-selected-items.
27442 (recentf-edit-list-select): Rename from recentf-edit-list-action.
27443 Simplify.
27444 (recentf-edit-list-validate): New function.
27445 (recentf-edit-list): Update accordingly.
27446 (recentf-open-files-item-shift): Remove.
27447 (recentf-open-files-item): Convert menu elements into tree and
27448 link widgets. Don't create the widgets.
27449 (recentf-open-files): Update accordingly.
27450 (recentf-save-list): Untabify.
27451
27452 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
27453
27454 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
27455 (keep-lines): Add INTERACTIVE arg. Never delete lines only
27456 partially contained in the active region. Do not take active
27457 region into account when called from Lisp, unless INTERACTIVE arg
27458 is non-nil. Use `forward-line' instead of `beginning-of-line' to
27459 avoid trouble with fields. Make marker point nowhere when no
27460 longer used. Always return nil. Doc fix.
27461 (flush-lines): Add INTERACTIVE arg. Do not take active region
27462 into account when called from Lisp, unless INTERACTIVE arg is
27463 non-nil. Use `forward-line' instead of `beginning-of-line' to
27464 avoid trouble with fields. Make marker point nowhere when no
27465 longer used. Always return nil. Doc fix.
27466 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
27467 interchangeable. Do not take active region into account when
27468 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
27469 message in echo area when called from Lisp, unless INTERACTIVE arg
27470 is non-nil. Avoid saying "1 occurrences". Do not use markers.
27471 Return the number of matches. Doc fix.
27472 (occur): Doc fix.
27473 (perform-replace): Make comment follow double space convention for
27474 the sake of `outline-minor-mode'.
27475
27476 * faces.el (facep): Doc fix.
27477
27478 2005-06-25 Richard M. Stallman <rms@gnu.org>
27479
27480 * facemenu.el (facemenu-enable-faces-p): New function.
27481 (facemenu-background-menu, facemenu-foreground-menu)
27482 (facemenu-face-menu): Add menu-enable property.
27483
27484 * jka-compr.el (jka-compr-insert-file-contents):
27485 Special handling if cannot find the uncompression program.
27486
27487 * cus-face.el (custom-face-attributes): Add autoload.
27488
27489 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
27490 Bind comment-indent-function locally.
27491
27492 * window.el (save-selected-window): Use save-current-buffer.
27493
27494 * subr.el (with-selected-window): Use save-current-buffer.
27495
27496 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
27497 and with-current-buffer.
27498
27499 2005-06-24 Richard M. Stallman <rms@gnu.org>
27500
27501 * simple.el (line-move-1): Fix previous change.
27502
27503 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
27504
27505 * replace.el (occur-1): Set `buffer-read-only' and the
27506 buffer-modified flag before running `occur-hook' to protect
27507 against unintentional buffer switches that can lead to data loss.
27508
27509 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
27510
27511 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
27512 (gud-gdb-marker-filter): Use font-lock-warning-face for any
27513 initial error.
27514
27515 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
27516 after fresh input.
27517 (gdb-var-create-handler): Put name of expression in quotes.
27518
27519 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
27520
27521 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
27522 elements of RING in order, and without bogus nil elements.
27523
27524 2005-06-23 Richard M. Stallman <rms@gnu.org>
27525
27526 * simple.el (set-variable): Args renamed; doc fix.
27527 (line-move-1): When there are overlays around, use vertical-motion.
27528
27529 * faces.el (escape-glyph): Use brown against light background.
27530 (nobreak-space): Rename from no-break-space.
27531 Fix previous change.
27532
27533 * dired-aux.el (dired-do-copy): Fix arg prompt.
27534
27535 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
27536
27537 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
27538
27539 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
27540 rather than "Distributor".
27541
27542 2005-06-23 Lute Kamstra <lute@gnu.org>
27543
27544 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
27545 (debug-on-entry): Use it. New interactive declaration that uses
27546 function-called-at-point.
27547
27548 2005-06-23 Kim F. Storm <storm@cua.dk>
27549
27550 * subr.el (save-match-data): Add comment about using evaporate arg
27551 to set-match-data.
27552
27553 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
27554
27555 * cus-edit.el (customize-face)
27556 (customize-face-other-window): Handle face aliases.
27557
27558 * faces.el (face-documentation, set-face-attribute)
27559 (face-spec-set): Handle face aliases.
27560
27561 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
27562
27563 * help-mode.el (help-make-xrefs): If a symbol representing a face
27564 name is not followed by the word "face", it could still be a
27565 function or variable name, so don't bypass other checks.
27566
27567 2005-06-22 Juri Linkov <juri@jurta.org>
27568
27569 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
27570 Replace aliased functions with calls where second arg `inherit' is t.
27571
27572 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
27573
27574 * progmodes/gdb-ui.el (gdb-error): New variable.
27575 (gdb-error): New function.
27576 (gdb-annotation-rules): Act on error-begin and error annotations.
27577 (gdb-concat-output): Use font-lock-warning-face for errors.
27578
27579 2005-06-22 Miles Bader <miles@gnu.org>
27580
27581 * bindings.el (propertized-buffer-identification): Use renamed
27582 `Buffer-menu-buffer' face.
27583
27584 * faces.el (vertical-border): Rename from `vertical-divider'.
27585 (escape-glyph): Change dark-background color back to `cyan'.
27586
27587 2005-06-21 Juri Linkov <juri@jurta.org>
27588
27589 * faces.el (face-user-default-spec): Try getting `customized-face'
27590 prior to `saved-face'.
27591 (frame-background-mode): Refill docstring.
27592
27593 * emacs-lisp/lisp-mode.el (eval-defun-1):
27594 * emacs-lisp/edebug.el (edebug-eval-defun):
27595 Set `saved-face' temporarily to nil before calling form.
27596 Set `customized-face' to the new spec after that.
27597
27598 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
27599
27600 * subr.el (1value, lambda, key-substitution-in-progress):
27601 Doc fixes.
27602
27603 * autoinsert.el (auto-insert-alist):
27604 * ses.el (ses-call-printer):
27605 * subr.el (noreturn):
27606 * emacs-lisp/lisp.el (check-parens):
27607 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
27608 * net/browse-url.el (browse-url-mosaic):
27609 * progmodes/cc-defs.el (c-safe-scan-lists):
27610 * progmodes/ebnf-abn.el (ebnf-abn-lex):
27611 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
27612 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
27613 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
27614 * progmodes/ebnf-iso.el (ebnf-iso-lex):
27615 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
27616
27617 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
27618
27619 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
27620
27621 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
27622
27623 * calendar/appt.el (appt-make-list): Activate the package, if
27624 not already active (for backwards compatibility).
27625
27626 2005-06-20 Kim F. Storm <storm@cua.dk>
27627
27628 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
27629
27630 2005-06-20 Miles Bader <miles@gnu.org>
27631
27632 * faces.el (vertical-divider): New face.
27633
27634 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
27635
27636 * simple.el (kill-whole-line): Doc fix.
27637 (next-error-buffer-p, next-error-find-buffer)
27638 (clone-indirect-buffer): Fix typos in docstrings.
27639 (comment-line-break-function): Doc fix: don't say variable
27640 is automatically buffer-local (it isn't).
27641
27642 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
27643
27644 * net/tramp-ftp.el (top):
27645 * net/tramp-smb.el (top):
27646 * net/tramp-util.el (top):
27647 * net/tramp-uu.el (top):
27648 * net/tramp-vc.el (top):
27649 * net/tramp.el (top): Revert copyright years back to original
27650 ones. Tramp has a life outside GNU Emacs.
27651
27652 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
27653
27654 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
27655
27656 2005-06-18 Juri Linkov <juri@jurta.org>
27657
27658 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
27659 end of first regexp to limit the match to the position between
27660 line number and source line with same separator character as used
27661 between file name and line number. In the second regexp limit
27662 mouse-face area to file name and line number by adding new group
27663 for them and referring it in HYPERLINK arg.
27664 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
27665 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
27666 previous line where grep markers may be already removed.
27667
27668 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
27669
27670 * progmodes/ps-mode.el: Update version and maintainer's email address.
27671
27672 2005-06-18 Steve Youngs <steve@xemacs.org>
27673
27674 * net/browse-url.el (browse-url-browser-function)
27675 (browse-url-default-browser): Add firefox.
27676 (browse-url-firefox-program, browse-url-firefox-arguments)
27677 (browse-url-firefox-startup-arguments)
27678 (browse-url-firefox-new-window-is-tab): New defcustoms.
27679 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
27680
27681 2005-06-17 Richard M. Stallman <rms@gnu.org>
27682
27683 * startup.el (command-line): Warn if specified user name has
27684 no home directory.
27685
27686 * term.el (term-get-old-input, term-input-filter, term-input-sender)
27687 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
27688
27689 * longlines.el (longlines-mode, longlines-show-hard-newlines):
27690 Doc fixes.
27691
27692 * faces.el (underline): Try bold if terminal doesn't support underline.
27693
27694 * mail/sendmail.el (mail-setup-with-from): New variable.
27695 (mail-insert-from-field): New function.
27696 (sendmail-send-it): Call it.
27697 (mail-setup): Optionally call it here.
27698
27699 * term/linux.el: Call tty-no-underline.
27700
27701 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
27702
27703 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
27704
27705 2005-06-17 Miles Bader <miles@gnu.org>
27706
27707 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
27708 (ediff-current-diff-C, ediff-current-diff-Ancestor)
27709 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
27710 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
27711 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
27712 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
27713 Remove "-face" suffix from face names.
27714 (ediff-current-diff-face-A, ediff-current-diff-face-B)
27715 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27716 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27717 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27718 (ediff-even-diff-face-A, ediff-even-diff-face-B)
27719 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27720 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27721 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27722 New backward-compatibility aliases for renamed faces.
27723 (ediff-current-diff-face-A, ediff-current-diff-face-B)
27724 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27725 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27726 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27727 (ediff-even-diff-face-A, ediff-even-diff-face-B)
27728 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27729 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27730 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27731 Use renamed ediff faces.
27732
27733 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
27734 Remove "-face" suffix from face names.
27735 (eshell-test-ok-face, eshell-test-failed-face):
27736 New backward-compatibility aliases for renamed faces.
27737 (eshell-run-test): Use renamed eshell-test faces.
27738
27739 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
27740 face name.
27741 (eshell-prompt-face): New backward-compatibility alias for renamed
27742 face.
27743 (eshell-emit-prompt): Use renamed eshell-prompt face.
27744
27745 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
27746 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
27747 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
27748 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
27749 Remove "-face" suffix from face names.
27750 (eshell-ls-directory-face, eshell-ls-symlink-face)
27751 (eshell-ls-executable-face, eshell-ls-readonly-face)
27752 (eshell-ls-unreadable-face, eshell-ls-special-face)
27753 (eshell-ls-missing-face, eshell-ls-archive-face)
27754 (eshell-ls-backup-face, eshell-ls-product-face)
27755 (eshell-ls-clutter-face):
27756 New backward-compatibility aliases for renamed faces.
27757 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
27758
27759 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
27760 Remove "-face" suffix from face name.
27761 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
27762 instead of literal face.
27763
27764 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
27765
27766 * emacs-lisp/warnings.el (display-warning, lwarn)
27767 (warning-minimum-log-level): Doc fixes.
27768 (warning-minimum-level, warning-minimum-log-level):
27769 Add :debug to :type choices.
27770
27771 * progmodes/ada-mode.el (ada-format-paramlist)
27772 (ada-get-indent-case, ada-check-matching-start)
27773 (ada-check-defun-name, ada-goto-matching-decl-start)
27774 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
27775 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
27776 (ada-make-subprogram-body): Follow error conventions.
27777 (ada-case-exception-file, ada-indent-comment-as-code)
27778 (ada-indent-handle-comment-special, ada-indent-renames)
27779 (ada-indent-return, ada-search-directories-internal)
27780 (ada-tab-policy, ada-case-exception-substring)
27781 (ada-other-file-alist, ada-matching-start-re)
27782 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
27783 (ada-imenu-generic-expression, ada-compile-goto-error)
27784 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
27785 (ada-popup-menu, ada-add-extensions, ada-mode)
27786 (ada-region-selected, ada-create-case-exception)
27787 (ada-create-case-exception-substring, ada-after-keyword-p)
27788 (ada-activate-keys-for-case, ada-adjust-case-region)
27789 (ada-adjust-case-buffer, ada-format-paramlist)
27790 (ada-scan-paramlist, ada-insert-paramlist)
27791 (ada-indent-newline-indent)
27792 (ada-indent-newline-indent-conditional)
27793 (ada-justified-indent-current, ada-goto-previous-word)
27794 (ada-indent-current, ada-get-indent-open-paren)
27795 (ada-get-indent-paramlist, ada-get-indent-end)
27796 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
27797 (ada-get-indent-block-start, ada-get-indent-subprog)
27798 (ada-get-indent-noindent, ada-get-indent-label)
27799 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
27800 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
27801 (ada-goto-stmt-end, ada-goto-next-word)
27802 (ada-check-matching-start, ada-check-defun-name)
27803 (ada-goto-matching-decl-start, ada-goto-matching-start)
27804 (ada-goto-matching-end, ada-search-ignore-string-comment)
27805 (ada-in-decl-p, ada-looking-at-semi-or)
27806 (ada-looking-at-semi-private, ada-in-paramlist-p)
27807 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
27808 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
27809 (ada-next-procedure, ada-previous-procedure, ada-next-package)
27810 (ada-previous-package, ada-create-menu)
27811 (ada-fill-comment-paragraph-justify)
27812 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
27813 (ada-other-file-name, ada-last-which-function-line)
27814 (ada-last-which-function-subprog, ada-which-function)
27815 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
27816 (ada-gen-treat-proc, ada-check-emacs-version)
27817 (ada-continuation-indent, ada-align-region-separate):
27818 Fix typos in docstrings.
27819 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
27820
27821 2005-06-16 Lute Kamstra <lute@gnu.org>
27822
27823 * simple.el (fundamental-mode): Run after-change-major-mode-hook
27824 conditionally.
27825
27826 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
27827
27828 * comint.el (comint-replace-by-expanded-filename)
27829 (comint-prompt-regexp, comint-delimiter-argument-list)
27830 (comint-preinput-scroll-to-bottom):
27831 * info.el (Info-hide-cookies-node):
27832 * ls-lisp.el (ls-lisp-classify):
27833 * find-file.el (ff-search-directories, ff-special-constructs)
27834 (ff-find-other-file):
27835 * font-lock.el (font-lock-keywords):
27836 * shell.el (shell-prompt-pattern)
27837 (shell-dynamic-complete-functions, shell-mode)
27838 (shell-delimiter-argument-list):
27839 * term.el (term-replace-by-expanded-filename)
27840 (term-prompt-regexp, term-delimiter-argument-list):
27841 * woman.el (woman-ignore, woman0-if):
27842 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
27843 * emacs-lisp/elint.el (elint-init-env):
27844 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
27845 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
27846 * language/ethio-util.el (ethio-tilde-escape)
27847 (ethio-use-three-dot-question):
27848 * net/zone-mode.el (zone-mode-load-time-setup):
27849 * progmodes/cc-align.el (c-lineup-argcont):
27850 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
27851 * progmodes/cperl-mode.el (cperl-set-style-back):
27852 * progmodes/inf-lisp.el (inferior-lisp-prompt):
27853 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
27854 Fix spellings in docstrings.
27855
27856 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
27857 * progmodes/modula2.el (m2-for): Fix spellings.
27858
27859 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
27860
27861 * simple.el (undo-more): Don't use `format' on `error' arguments.
27862 Improve argument/docstring consistency.
27863 (pending-undo-list): Doc fix.
27864
27865 * smerge-mode.el (smerge-ensure-match):
27866 * emulation/vip.el (vip-ex):
27867 * net/zone-mode.el (zone-mode-update-serial):
27868 * progmodes/idlwave.el (idlwave-complete):
27869 * progmodes/vhdl-mode.el (vhdl-visit-file)
27870 (vhdl-compose-wire-components):
27871 Don't use `format' on `error' arguments.
27872
27873 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
27874 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
27875 (tooltip-help-tips): Fix typos in docstrings.
27876
27877 2005-06-16 David Ponce <david@dponce.com>
27878
27879 * tree-widget.el (tree-widget-value-create): Simplify last change.
27880
27881 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
27882
27883 * ido.el (ido-incomplete-regexp): New variable.
27884 (ido-set-matches-1): Handle invalid-regexp error and set
27885 ido-incomplete-regexp.
27886 (ido-incomplete-regexp): New face.
27887 (ido-completions): Use it.
27888 (ido-complete, ido-exit-minibuffer, ido-completions):
27889 Handle incomplete regexps.
27890 (ido-completions): Add check for complete match when entering a regexp.
27891
27892 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
27893
27894 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
27895
27896 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
27897
27898 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
27899 by field delimiters.
27900
27901 2005-06-15 David Ponce <david@dponce.com>
27902
27903 * tree-widget.el: eval-and-compile inlined functions so they will
27904 be available at run-time too.
27905 (tree-widget-super-format-handler)
27906 (tree-widget-format-handler): Remove.
27907 (tree-widget-value-create): Handle the :indent property.
27908
27909 2005-06-15 Miles Bader <miles@gnu.org>
27910
27911 * progmodes/which-func.el (which-func): Only inherit
27912 `font-lock-function-name-face' when that makes sense against the
27913 default mode-line face, otherwise set the face color explicitly.
27914
27915 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
27916 faces instead of (non-existent) variables.
27917
27918 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
27919
27920 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
27921 (iswitchb-get-matched-buffers): Likewise. Simplify.
27922
27923 2005-06-14 Miles Bader <miles@gnu.org>
27924
27925 * progmodes/ld-script.el (ld-script-location-counter):
27926 Remove "-face" suffix from face name.
27927 (ld-script-location-counter-face):
27928 New backward-compatibility alias for renamed face.
27929 (ld-script-location-counter-face): Use renamed face.
27930
27931 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
27932 (cperl-hash): Remove "-face" suffix from face names.
27933 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
27934 New backward-compatibility aliases for renamed faces.
27935 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
27936 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
27937
27938 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
27939 name.
27940 (which-func-face): New backward-compatibility alias for renamed face.
27941 (which-func-format): Use renamed which-func face.
27942
27943 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
27944 (vhdl-function, vhdl-directive, vhdl-reserved-word)
27945 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
27946 names.
27947 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
27948 (vhdl-speedbar-configuration, vhdl-speedbar-package)
27949 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
27950 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
27951 (vhdl-speedbar-architecture-selected)
27952 (vhdl-speedbar-configuration-selected)
27953 (vhdl-speedbar-package-selected)
27954 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
27955 names.
27956 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
27957 Use renamed faces.
27958 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
27959 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
27960 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
27961 Use renamed faces.
27962 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
27963 names.
27964 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
27965 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
27966 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
27967 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
27968 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
27969 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
27970
27971 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
27972 face name.
27973 (sh-heredoc-face): New backward-compatibility alias for renamed face.
27974 (sh-heredoc-face): Use renamed sh-heredoc face.
27975
27976 * progmodes/idlw-help.el (idlwave-help-link):
27977 Remove "-face" suffix from face name.
27978 (idlwave-help-link-face):
27979 New backward-compatibility alias for renamed face.
27980 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
27981
27982 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
27983 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
27984 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
27985 New backward-compatibility aliases for renamed faces.
27986 (idlwave-shell-disabled-breakpoint-face)
27987 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
27988
27989 * progmodes/flymake.el (flymake-errline, flymake-warnline):
27990 Remove "-face" suffix from face names.
27991 (flymake-errline-face, flymake-warnline-face):
27992 New backward-compatibility aliases for renamed faces.
27993 (flymake-highlight-line): Use renamed flymake faces.
27994
27995 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
27996 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
27997 (ebrowse-member-class, ebrowse-progress):
27998 Remove "-face" suffix from face names.
27999 (ebrowse-tree-mark-face, ebrowse-root-class-face)
28000 (ebrowse-file-name-face, ebrowse-default-face)
28001 (ebrowse-member-attribute-face, ebrowse-member-class-face)
28002 (ebrowse-progress-face):
28003 New backward-compatibility aliases for renamed faces.
28004 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
28005 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
28006 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
28007 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
28008
28009 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
28010 antlr-syntax)
28011 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
28012 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
28013 names.
28014 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
28015 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
28016 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
28017 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
28018 backward-compatibility aliases for renamed faces.
28019 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
28020 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
28021 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
28022 remove "font-lock-". Use renamed antlr-mode faces.
28023 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
28024 literal face-names with face variable references.
28025
28026 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
28027 face name.
28028 (Buffer-menu-buffer-face): New backward-compatibility alias for
28029 renamed face.
28030 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
28031
28032 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
28033
28034 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
28035 Eliminate "-face" suffix.
28036 (makefile-targets): Inherit from font-lock-function-name-face and
28037 eliminate "-face" suffix.
28038 (makefile-shell): Remove attributes and eliminate "-face" suffix.
28039 (makefile-*-font-lock-keywords): Append makefile-targets in rule
28040 actions, instead of prepending, to make it less visible.
28041 (makefile-previous-dependency, makefile-match-dependency):
28042 Don't match a target on a continuation line.
28043
28044 * files.el (auto-mode-alist): Put Makefile in gmake mode.
28045
28046 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
28047
28048 * progmodes/gdb-ui.el (menu): Re-order menu items.
28049 (gdb-tooltip-print): Respect tooltip-use-echo-area.
28050
28051 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
28052 Define in tooltip.el.
28053 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
28054 (gud-tooltip-tips): Respect tooltip-use-echo-area and
28055 gud-tooltip-echo-area.
28056
28057 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
28058 backward compatibility and make obsolete.
28059 (tooltip-help-tips): Use tooltip-use-echo-area.
28060 (tooltip-show-help-function): Rename to...
28061 (tooltip-show-help): ...this, because it is a function.
28062 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
28063
28064 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
28065
28066 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
28067 (edebug-print-length, edebug-print-level, edebug-print-circle)
28068 (edebug-modify-breakpoint, edebug-eval-last-sexp)
28069 (edebug-eval-print-last-sexp): Doc fixes.
28070
28071 2005-06-14 Kim F. Storm <storm@cua.dk>
28072
28073 * ido.el (ido-mode): Make a new keymap every time we enable ido,
28074 as the coverage buffer/file/both may change.
28075
28076 2005-06-14 Lute Kamstra <lute@gnu.org>
28077
28078 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
28079 and run-mode-hooks. Simplify.
28080
28081 * mail/rmailedit.el (rmail-edit-mode):
28082 * progmodes/octave-inf.el (inferior-octave-mode):
28083 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
28084
28085 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
28086 and run-mode-hooks.
28087 (recentf-edit-list, recentf-open-files): Don't call
28088 kill-all-local-variables directly.
28089
28090 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
28091
28092 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
28093
28094 * emacs-lisp/byte-run.el (make-obsolete)
28095 (define-obsolete-function-alias): Rename arguments FUNCTION and
28096 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
28097 (make-obsolete-variable, define-obsolete-variable-alias):
28098 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
28099 respectively.
28100
28101 * isearchb.el (isearchb-activate):
28102 * pcvs.el (cvs-mode):
28103 * ses.el (ses-load):
28104 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
28105 * net/tramp.el (tramp-find-file-exists-command)
28106 (tramp-find-shell):
28107 * progmodes/ada-mode.el (ada-create-case-exception)
28108 (ada-create-case-exception-substring, ada-make-subprogram-body):
28109 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
28110 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
28111 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
28112 * textmodes/org.el (org-promote, org-evaluate-time-range)
28113 (org-agenda-next-date-line, org-agenda-previous-date-line)
28114 (org-agenda-error, org-open-at-point, org-table-move-row)
28115 (org-format-table-table-html-using-table-generate-source)
28116 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
28117 * textmodes/reftex.el (reftex-access-scan-info):
28118 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
28119 (reftex-toc-promote-prepare): Follow error conventions.
28120
28121 * diff-mode.el (diff-mode): Fix typo in docstring.
28122
28123 * forms.el (forms--intuit-from-file): Fix reference to
28124 `forms-number-of-fields' in error message.
28125 (forms-print): Fix quoting in error message.
28126
28127 * forms.el (forms-mode):
28128 * emulation/vi.el (vi-goto-insert-state):
28129 * progmodes/flymake.el (flymake-new-err-info)
28130 (flymake-start-syntax-check-for-current-buffer)
28131 (flymake-simple-cleanup):
28132 * eshell/esh-var.el (eshell/export):
28133 * progmodes/gud.el (xdb):
28134 * textmodes/flyspell.el (flyspell-incorrect-hook)
28135 (flyspell-maybe-correct-transposition)
28136 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
28137
28138 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
28139
28140 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
28141 minibuffer prompt.
28142
28143 2005-06-13 Kim F. Storm <storm@cua.dk>
28144
28145 * subr.el (add-to-ordered-list): New defun.
28146
28147 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
28148 add cua--keymap-alist to emulation-mode-map-alists.
28149
28150 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
28151
28152 * subr.el (complete-in-turn): New macro.
28153 (dynamic-completion-table, lazy-completion-table): Add debug info.
28154
28155 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
28156 in preference to face aliases.
28157
28158 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
28159 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
28160 Remove unused vars `start' and `firstline'.
28161 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
28162 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
28163
28164 2005-06-13 Eli Zaretskii <eliz@gnu.org>
28165
28166 * cus-start.el (all): Don't complain about missing GTK-related
28167 variables, unless either `gtk' is boundp or this isn't a
28168 `windows-nt' build.
28169
28170 2005-06-13 Lute Kamstra <lute@gnu.org>
28171
28172 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
28173 run-mode-hooks.
28174
28175 * ediff-mult.el (ediff-meta-mode):
28176 * ediff-util.el (ediff-mode): Use run-mode-hooks.
28177
28178 * ledit.el (ledit-mode): Use delay-mode-hooks.
28179
28180 * woman.el (woman-mode-line-format): Delete constant.
28181 (woman-mode-map): Initialize it properly.
28182 (woman-mode): Set mode-class property to special.
28183 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
28184 Set major-mode and mode-name. Don't set mode-line-format directly.
28185 (Man-getpage-in-background): Don't reference woman-mode-line-format.
28186
28187 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
28188 string argument obsolete.
28189
28190 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
28191
28192 * textmodes/org.el (org-CUA-compatible): New option.
28193 (org-disputed-keys): New variable.
28194 (org-key): New function.
28195 (orgtbl-make-binding): Add docstring to the created function.
28196 (org-mode): Set paragraph start/separate regexps.
28197 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
28198 (org-archive-location, org-archive-mark-done)
28199 (org-archive-stamp-time): New options.
28200 (org-archive-subtree): New command.
28201 (org-fill-paragraph): New function.
28202 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
28203 (org-fake-empty-table-line): Function removed.
28204 (org-format-org-table-html): Do not create empty table lines at
28205 separator lines. Improved table header treatment.
28206 (org-link-format): New option.
28207 (org-make-link): New function.
28208 (org-insert-link, org-store-link): Use org-make-link.
28209 (org-open-file): Quote file name for shell command, to allow
28210 spaces in file names.
28211 (org-link-regexp): Fix bug with mailto link.
28212 (org-link-maybe-angles-regexp, org-protected-link-regexp):
28213 New constants.
28214 (org-export-as-html): Deal with the optional angles around a link.
28215 Better treatment of file: links.
28216 (org-open-at-point): Replace @{ and @} with < and >.
28217 (org-run-mode-hooks): Function removed.
28218 (org-agenda-mode): No longer use `org-run-mode-hooks'.
28219
28220 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
28221
28222 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
28223 MI command -data-list-register-values.
28224 (gdb-post-prompt): Indent properly.
28225
28226 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
28227
28228 * hilit-chg.el (highlight-changes-colors): Rename from
28229 `highlight-changes-colours'.
28230 (highlight-changes-colours): Keep as obsolete alias.
28231 (highlight-changes-face-list): Doc fix.
28232 (hilit-chg-make-list): Use `highlight-changes-colors'.
28233
28234 2005-06-12 Mark A. Hershberger <mah@everybody.org>
28235
28236 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
28237 defun-prompt-regexp.
28238
28239 2005-06-12 Eli Zaretskii <eliz@gnu.org>
28240
28241 * loadup.el: Don't say we are dumping under 2 names on windows-nt
28242 and cygwin.
28243
28244 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
28245 Don't use an old loaddefs.el, as in Makefile.in.
28246
28247 2005-06-12 Lute Kamstra <lute@gnu.org>
28248
28249 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
28250
28251 * man.el (Man-mode-map): Initialize it properly.
28252 (Man-mode): Set mode-class property to special.
28253
28254 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
28255
28256 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
28257
28258 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
28259 A newline is needed in the docstring there.
28260
28261 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
28262 Doc fixes.
28263
28264 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28265
28266 * printing.el: Doc fix. The menubar is no more changed when printing
28267 is loaded, it only changes when pr-menu-bind or pr-update-menus is
28268 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
28269 (pr-version): New version number (6.8.4).
28270 (pr-menu-bind): New command.
28271 (pr-update-menus): Docstring and code fix.
28272 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
28273 Docstring fix.
28274 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
28275 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
28276
28277 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
28278
28279 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
28280 "Returns" to "return", document useful return values, etc.
28281
28282 2005-06-11 Alan Mackenzie <acm@muc.de>
28283
28284 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
28285 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
28286 (adaptive-file-function): Minor amendment to doc-string.
28287
28288 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
28289
28290 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
28291 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
28292 Fix :type--it is `integer', not `string'.
28293
28294 * faces.el (modeline-highlight): Rename from (the erroneous)
28295 `modeline-higilight'.
28296
28297 2005-06-11 Lute Kamstra <lute@gnu.org>
28298
28299 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
28300 lisp-interaction-mode-map but make it the parent.
28301 (edebug-eval-mode): Use define-derived-mode.
28302
28303 2005-06-11 Andreas Schwab <schwab@suse.de>
28304
28305 * bindings.el: Add binding of `ESC functionkey' for every
28306 `M-functionkey'.
28307 * hexl.el (hexl-mode-map): Likewise.
28308
28309 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
28310
28311 * progmodes/compile.el (compilation-error-regexp-alist-alist)
28312 [msft]: update regexp for newer msft compilers.
28313
28314 2005-06-10 Mark A. Hershberger <mah@everybody.org>
28315
28316 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
28317 ATTLIST portions of included DTDs.
28318 (xml-parse-dtd): Eliminate use of inefficient match-data.
28319
28320 2005-06-10 Miles Bader <miles@gnu.org>
28321
28322 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
28323 (mpuz-text): Remove "-face" suffix from face names.
28324 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
28325 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
28326 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
28327
28328 * play/gomoku.el (gomoku-O, gomoku-X):
28329 Remove "-face" suffix from face names.
28330 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
28331 New backward-compatibility aliases for renamed faces.
28332 (gomoku-font-lock-keywords): Use renamed gomoku faces.
28333
28334 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
28335
28336 * thumbs.el: Fixes for changes of 2005-06-09.
28337 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
28338 as a directory.
28339 (thumbs-thumbname): Remove directory separator from format string;
28340 `thumbs-thumbsdir' now returns a valid directory name.
28341 (thumbs-temp-dir): New defsubst.
28342 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
28343 Use it.
28344
28345 * cus-edit.el (minibuffer):
28346 * files.el (make-backup-file-name-function):
28347 * filesets.el (filesets-external-viewers):
28348 * hilit-chg.el (highlight-changes-colours)
28349 (highlight-changes-face-list, highlight-changes-rotate-faces):
28350 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
28351 * kmacro.el (kmacro-call-macro):
28352 * log-edit.el (log-edit-changelog-full-paragraphs):
28353 * mouse.el (mouse-1-click-follows-link):
28354 * skeleton.el (skeleton-autowrap):
28355 * subr.el (insert-for-yank-1):
28356 * tempo.el (tempo-insert-region):
28357 * terminal.el (terminal-emulator):
28358 * time.el (display-time-mail-face):
28359 * vc.el (vc-annotate):
28360 * vcursor.el (vcursor-copy-line):
28361 * woman.el (woman-bold-headings, woman-ignore)
28362 (woman-default-faces, woman-monochrome-faces):
28363 * calendar/todo-mode.el (todo-insert-threshold):
28364 * emulation/pc-select.el (pc-select-selection-keys-only)
28365 (pc-selection-mode):
28366 * emulation/vip.el (vip-find-char-forward):
28367 * emulation/viper-cmd.el (viper-find-char-forward):
28368 * international/mule-cmds.el
28369 (select-safe-coding-system-accept-default-p)
28370 (input-method-exit-on-invalid-key):
28371 * international/mule-diag.el (describe-coding-system):
28372 * international/ucs-tables.el (unify-8859-on-encoding-mode):
28373 * net/browse-url.el (browse-url-xterm-program):
28374 * obsolete/lazy-lock.el (lazy-lock-mode):
28375 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
28376 (cperl-mode):
28377 * progmodes/cpp.el (cpp-face-light-name-list)
28378 (cpp-face-dark-name-list):
28379 * progmodes/delphi.el (delphi-newline-always-indents):
28380 Fix spellings in docstrings.
28381
28382 * ido.el (ido-mode, ido-file-extensions-order)
28383 (ido-default-file-method, ido-default-buffer-method)
28384 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
28385 (ido-decorations, ido-read-file-name-as-directory-commands)
28386 (ido-read-file-name-non-ido, ido-work-directory-list)
28387 (ido-ignore-item-temp-list, ido-current-directory)
28388 (ido-magic-forward-char, ido-enter-find-file)
28389 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
28390 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
28391
28392 2005-06-10 Lute Kamstra <lute@gnu.org>
28393
28394 * play/dunnet.el (dun-mode): Use define-derived-mode.
28395 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
28396 obsolete alias.
28397
28398 * play/doctor.el (doctor-mode-map): Remove defvar.
28399 (doctor-mode): Use define-derived-mode.
28400
28401 * mail/mspools.el (mspools-mode):
28402 * net/eudc-hotlist.el (eudc-hotlist-mode):
28403 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
28404
28405 2005-06-10 Miles Bader <miles@gnu.org>
28406
28407 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
28408 Remove "-face" suffix from face names.
28409 (flyspell-incorrect-face, flyspell-duplicate-face):
28410 New backward-compatibility aliases for renamed faces.
28411 (flyspell-mode-on, make-flyspell-overlay)
28412 (flyspell-highlight-incorrect-region)
28413 (flyspell-highlight-duplicate-region)
28414 (flyspell-display-next-corrections)
28415 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
28416
28417 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
28418 from face name.
28419 (texinfo-heading-face): New backward-compatibility alias for
28420 renamed face.
28421 (texinfo-heading-face): Use renamed texinfo-heading face.
28422
28423 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
28424 suffix from face names.
28425 (tex-math-face, tex-verbatim-face):
28426 New backward-compatibility aliases for renamed faces.
28427 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
28428 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
28429 literal face name.
28430
28431 * textmodes/table.el (table-cell): Remove "-face" suffix from face
28432 name.
28433 (table-cell-face): New backward-compatibility alias for renamed face.
28434 (table--put-cell-face-property, table--update-cell-face):
28435 Use renamed table-cell face.
28436
28437 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
28438 from face name.
28439 (sgml-namespace-face): New backward-compatibility alias for
28440 renamed face.
28441 (sgml-namespace-face): Use renamed sgml-namespace face.
28442
28443 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
28444 (org-level-4, org-level-5, org-level-6, org-level-7)
28445 (org-level-8, org-warning, org-headline-done)
28446 (org-deadline-announce, org-scheduled-today)
28447 (org-scheduled-previously, org-link, org-done, org-table)
28448 (org-time-grid): Remove "-face" suffix from face names.
28449 (org-level-1-face, org-level-2-face, org-level-3-face)
28450 (org-level-4-face, org-level-5-face, org-level-6-face)
28451 (org-level-7-face, org-level-8-face, org-warning-face)
28452 (org-headline-done-face, org-deadline-announce-face)
28453 (org-scheduled-today-face, org-scheduled-previously-face)
28454 (org-link-face, org-done-face, org-table-face)
28455 (org-time-grid-face):
28456 New backward-compatibility aliases for renamed faces.
28457 (org-level-faces, org-set-font-lock-defaults, org-timeline)
28458 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
28459 (org-agenda-get-timestamps, org-agenda-get-scheduled)
28460 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
28461
28462 * emulation/viper-init.el (viper-search, viper-replace-overlay)
28463 (viper-minibuffer-emacs, viper-minibuffer-insert)
28464 (viper-minibuffer-vi): Remove "-face" suffix from face names.
28465 (viper-search-face, viper-replace-overlay-face)
28466 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28467 (viper-minibuffer-vi-face):
28468 New backward-compatibility aliases for renamed faces.
28469 (viper-search-face, viper-replace-overlay-face)
28470 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28471 (viper-minibuffer-vi-face): Use renamed viper faces.
28472
28473 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
28474 Remove "-face" suffix from face names.
28475 (testcover-nohits-face, testcover-1value-face):
28476 New backward-compatibility aliases for renamed faces.
28477 (testcover-mark): Use renamed testcover faces.
28478
28479 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
28480 face name.
28481 (diary-button-face): New backward-compatibility alias for renamed face.
28482 (diary-entry): Use renamed diary-button face.
28483
28484 * calendar/calendar.el (diary, calendar-today, holiday)
28485 (mark-visible-calendar-date): Remove "-face" suffix from face names.
28486 (diary-face, calendar-today-face, holiday-face):
28487 New backward-compatibility aliases for renamed faces.
28488 (eval-after-load "facemenu", diary-entry-marker)
28489 (calendar-today-marker, calendar-holiday-marker, diary-face):
28490 Use renamed calendar faces.
28491
28492 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
28493 (compare-windows-face): New backward-compatibility alias for
28494 renamed face.
28495 (compare-windows-highlight): Use renamed compare-windows face.
28496
28497 * strokes.el (strokes-char): Remove "-face" suffix from face name.
28498 (strokes-char-face): New backward-compatibility alias for renamed face.
28499 (strokes-encode-buffer): Use renamed strokes-char face.
28500
28501 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
28502 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
28503 Remove "-face" suffix from face names.
28504 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
28505 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
28506 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
28507 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
28508 Use renamed pcvs faces.
28509 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
28510 * pcvs-defs.el (cvs-mode-map): Likewise.
28511 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
28512
28513 * info.el (info-title-1, info-title-2, info-title-3)
28514 (info-title-4): Remove "-face" suffix from and downcase face names.
28515 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
28516 (Info-title-4-face):
28517 New backward-compatibility aliases for renamed faces.
28518 (Info-fontify-node): Use renamed info faces.
28519
28520 * hilit-chg.el (highlight-changes, highlight-changes-delete):
28521 Remove "-face" suffix from face names.
28522 (highlight-changes-face, highlight-changes-delete-face):
28523 New backward-compatibility aliases for renamed faces.
28524 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
28525 (hilit-chg-make-list): Use renamed highlight-changes faces.
28526
28527 * generic-x.el (show-tabs-tab, show-tabs-space):
28528 Remove "-face" suffix from face names.
28529 (show-tabs-tab-face, show-tabs-space-face):
28530 New backward-compatibility aliases for renamed faces.
28531 (show-tabs-generic-mode-font-lock-defaults-1)
28532 (show-tabs-generic-mode-font-lock-defaults-2):
28533 Use renamed show-tabs faces.
28534
28535 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
28536 (smerge-markers): Remove "-face" suffix from face names.
28537 (smerge-mine-face, smerge-other-face, smerge-base-face)
28538 (smerge-markers-face):
28539 New backward-compatibility aliases for renamed faces.
28540 (smerge-mine-face, smerge-other-face, smerge-base-face)
28541 (smerge-markers-face): Use renamed smerge faces.
28542
28543 * log-view.el (log-view-file, log-view-message): Remove "-face"
28544 suffix from face names.
28545 (log-view-file-face, log-view-message-face):
28546 New backward-compatibility aliases for renamed faces.
28547 (log-view-file-face, log-view-message-face): Use renamed log-view
28548 faces.
28549
28550 * paren.el (show-paren-match, show-paren-mismatch):
28551 Remove "-face" suffix from face names.
28552 (show-paren-match-face, show-paren-mismatch-face):
28553 New backward-compatibility aliases for renamed faces.
28554 (show-paren-function): Use renamed show-paren faces.
28555
28556 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
28557 (ruler-mode-margins, ruler-mode-fringes)
28558 (ruler-mode-column-number, ruler-mode-fill-column)
28559 (ruler-mode-comment-column, ruler-mode-goal-column)
28560 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
28561 suffix from face names.
28562 (ruler-mode-default-face, ruler-mode-pad-face)
28563 (ruler-mode-margins-face, ruler-mode-fringes-face)
28564 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
28565 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
28566 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
28567 New backward-compatibility aliases for renamed faces.
28568 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
28569 (ruler-mode-column-number, ruler-mode-fill-column)
28570 (ruler-mode-comment-column, ruler-mode-goal-column)
28571 (ruler-mode-tab-stop, ruler-mode-current-column)
28572 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
28573 faces.
28574
28575 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
28576 face name.
28577 (whitespace-highlight-the-space): Use renamed face.
28578 (whitespace-highlight-face): New backward-compatibility alias for
28579 renamed face.
28580
28581 * woman.el (woman-italic, woman-bold, woman-unknown)
28582 (woman-addition, woman-symbol-face):
28583 Remove "-face" suffix from face names.
28584 (woman-italic-face, woman-bold-face, woman-unknown-face)
28585 (woman-addition-face):
28586 New backward-compatibility aliases for renamed faces.
28587 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
28588 (woman-decode-region, woman-replace-match)
28589 (woman-display-extended-fonts, woman-special-characters)
28590 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
28591 Use renamed woman faces.
28592
28593 * longlines.el (longlines-visible-face): Face removed.
28594
28595 * diff-mode.el (diff-header, diff-file-header, diff-index)
28596 (diff-hunk-header, diff-removed, diff-added, diff-changed)
28597 (diff-function, diff-context, diff-nonexistent): Remove "-face"
28598 suffix from face names.
28599 (diff-header-face, diff-file-header-face, diff-index-face)
28600 (diff-hunk-header-face, diff-removed-face, diff-added-face)
28601 (diff-changed-face, diff-function-face, diff-context-face)
28602 (diff-nonexistent-face): New backward-compatibility aliases for
28603 renamed faces.
28604 (diff-header-face, diff-file-header-face)
28605 (diff-index, diff-index-face, diff-hunk-header)
28606 (diff-hunk-header-face, diff-removed, diff-removed-face)
28607 (diff-added, diff-added-face, diff-changed-face, diff-function)
28608 (diff-function-face, diff-context-face, diff-nonexistent)
28609 (diff-nonexistent-face): Use renamed diff-mode faces.
28610
28611 * progmodes/compile.el (compilation-warning-face)
28612 (compilation-info-face): Remove "-face" suffix from face names.
28613 (compilation-warning-face, compilation-info-face):
28614 New backward-compatibility aliases for renamed faces.
28615 (compilation-warning-face, compilation-info-face):
28616 Use renamed compilation faces.
28617
28618 * add-log.el (change-log-date, change-log-name)
28619 (change-log-email, change-log-file, change-log-list)
28620 (change-log-conditionals, change-log-function)
28621 (change-log-acknowledgement): Remove "-face" suffix from face names.
28622 (change-log-date-face, change-log-name-face)
28623 (change-log-email-face, change-log-file-face)
28624 (change-log-list-face, change-log-conditionals-face)
28625 (change-log-function-face, change-log-acknowledgement-face):
28626 New backward-compatibility aliases for renamed faces.
28627 (change-log-font-lock-keywords): Use renamed change-log faces.
28628
28629 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
28630 (custom-set, custom-changed, custom-saved, custom-button)
28631 (custom-button-pressed, custom-documentation, custom-state)
28632 (custom-comment, custom-comment-tag, custom-variable-tag)
28633 (custom-variable-button, custom-face-tag, custom-group-tag-1)
28634 (custom-group-tag): Remove "-face" suffix from face names.
28635 (custom-magic-alist, custom-magic-value-create)
28636 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
28637 (custom-invalid-face, custom-rogue-face, custom-modified-face)
28638 (custom-set-face, custom-changed-face, custom-saved-face)
28639 (custom-button-face, custom-button-pressed-face)
28640 (custom-documentation-face, custom-state-face)
28641 (custom-comment-face, custom-comment-tag-face)
28642 (custom-variable-tag-face, custom-variable-button-face)
28643 (custom-face-tag-face, custom-group-tag-face-1)
28644 (custom-group-tag-face):
28645 New backward-compatibility aliases for renamed faces.
28646
28647 * wid-edit.el (widget-documentation, widget-button)
28648 (widget-field, widget-single-line-field, widget-inactive)
28649 (widget-button-pressed): "-face" suffix removed from face names.
28650 (widget-documentation-face, widget-button-face)
28651 (widget-field-face, widget-single-line-field-face)
28652 (widget-inactive-face, widget-button-pressed-face):
28653 New backward-compatibility aliases for renamed faces.
28654 (widget-documentation-face, widget-button-face)
28655 (widget-button-pressed-face, widget-specify-field)
28656 (widget-specify-inactive): Use renamed widget faces.
28657
28658 2005-06-10 Kenichi Handa <handa@m17n.org>
28659
28660 * term/x-win.el (x-clipboard-yank): Remove condition-case
28661 wrapping.
28662
28663 2005-06-11 Kenichi Handa <handa@m17n.org>
28664
28665 * add-log.el (change-log-font-lock-keywords): Make the regexp for
28666 date lines stricter.
28667
28668 2005-06-10 Zhang Wei <id.brep@gmail.com>
28669
28670 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
28671 of x-get-selection.
28672
28673 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
28674
28675 * comint.el (comint-mode, comint-snapshot-last-prompt):
28676 * frame.el (frame-current-scroll-bars):
28677 * term.el (term-mode, term-check-proc, term-input-sender)
28678 (term-simple-send, term-extract-string, term-word)
28679 (term-match-partial-filename):
28680 * window.el (window-current-scroll-bars):
28681 * emulation/cua-base.el (cua-normal-cursor-color)
28682 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
28683 (cua-global-mark-cursor-color):
28684 * mail/undigest.el (rmail-forward-separator-regex):
28685 Fix typos in docstrings.
28686
28687 * comint.el (comint-check-proc, make-comint-in-buffer)
28688 (comint-source-default): Doc fixes.
28689
28690 * term.el (term-send-string): Improve argument/docstring consistency.
28691
28692 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
28693
28694 * comint.el (comint-send-input): Bind `inhibit-read-only' around
28695 call to `delete-region'.
28696 (comint-mode-hook): Do not enable Font Lock by default.
28697
28698 2005-06-09 Lute Kamstra <lute@gnu.org>
28699
28700 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
28701 could be void.
28702
28703 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
28704
28705 * emacs-lisp/debug.el (debugger-will-be-back): New var.
28706 (debug): Use it.
28707 (debugger-step-through, debugger-continue, debugger-jump)
28708 (debugger-return-value): Set it when needed.
28709 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
28710 Use inhibit-read-only.
28711
28712 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
28713
28714 * window.el (shrink-window-if-larger-than-buffer)
28715 (window-size-fixed): Fix typo in docstring.
28716
28717 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
28718 thumbnails directory on loading.
28719 (thumbs-conversion-program): Use `eq' to check the system type,
28720 not `equal'.
28721 (thumbs-temp-dir): Initialize to `temporary-file-directory',
28722 not "/tmp". Fix docstring.
28723 (thumbs-thumbsdir): New function to return the thumbnails
28724 directory, creating it if needed.
28725 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
28726 (thumbs-temp-file): Delete variable and make it into a function.
28727 (thumbs-resize-image, thumbs-modify-image): Use it.
28728 (thumbs-kill-buffer): Simplify.
28729 (thumbs-gensym): Defalias or duplicate CL `gensym'.
28730 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
28731 docstrings.
28732
28733 2005-06-09 Kim F. Storm <storm@cua.dk>
28734
28735 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
28736 set-match-data to free markers in match-data.
28737
28738 * replace.el (replace-match-data): Pass RESEAT arg `t' to
28739 match-data to unchain markers in match-data.
28740
28741 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
28742
28743 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
28744 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
28745 unnecessary now.
28746
28747 2005-06-08 Richard M. Stallman <rms@gnu.org>
28748
28749 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
28750 give the variable a doc string that doesn't say don't set it directly.
28751
28752 * textmodes/ispell.el (ispell-check-version):
28753 Use match-string-no-properties.
28754 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
28755 (ispell-buffer-local-words): Likewise.
28756
28757 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
28758 except on terminals with enough colors to really display it.
28759 (makefile-dependency-regex): Delete spurious `bb'.
28760
28761 * faces.el (escape-glyph): Use blue once again in last case.
28762 (no-break-space): Redefine so that it isn't invisible on a tty.
28763
28764 2005-06-08 Kim F. Storm <storm@cua.dk>
28765
28766 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
28767 also when reading directory name.
28768
28769 2005-06-08 Lute Kamstra <lute@gnu.org>
28770
28771 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
28772 (flyspell-mode-line-string): Remove autoload cookie.
28773 (flyspell-mode): Remove defvar.
28774
28775 2005-06-07 Lute Kamstra <lute@gnu.org>
28776
28777 * textmodes/org.el (org-run-mode-hooks): New function.
28778 (org-agenda-mode): Use it.
28779
28780 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
28781
28782 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
28783
28784 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
28785
28786 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
28787
28788 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
28789
28790 * font-lock.el (font-lock-add-keywords): Doc fix.
28791
28792 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
28793
28794 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
28795 (tex-compile-default): In the absence of any history, use the order in
28796 tex-compile-alist to choose the preferred command.
28797 (tex-compile-commands): Reorder a bit.
28798
28799 * textmodes/flyspell.el (flyspell-auto-correct-binding)
28800 (flyspell-incorrect-face, flyspell-duplicate-face):
28801 Use (X)Emacs-agnostic code.
28802 (flyspell-mode-map): Don't overwrite at each load. Remove code
28803 redundant with the subsequent add-minor-mode. Merge Emacs and
28804 XEmacs code.
28805 (flyspell-word): Minor simplification.
28806 (flyspell-math-tex-command-p): Quieten the byte-compiler.
28807 (flyspell-external-point-words): Remove unused vars `size' and `start'.
28808 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
28809 Merge the corresponding Emacs code.
28810 (flyspell-correct-word, flyspell-xemacs-popup):
28811 Use flyspell-do-correct.
28812
28813 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
28814 a dedicated window.
28815
28816 * international/latexenc.el (latexenc-find-file-coding-system):
28817 Undo part of last patch, to turn off a compiler warning.
28818
28819 2005-06-06 Juri Linkov <juri@jurta.org>
28820
28821 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
28822 Rename `tmm-inactive-face' to `tmm-inactive'.
28823
28824 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
28825
28826 * iswitchb.el: Rename faces.
28827
28828 2005-06-06 Kim F. Storm <storm@cua.dk>
28829
28830 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
28831 (cua-global-mark): Remove -face suffix from face names.
28832
28833 * emulation/cua-gmrk.el (cua--init-global-mark):
28834 Remove cua-global-mark face setup.
28835
28836 2005-06-06 Richard M. Stallman <rms@gnu.org>
28837
28838 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
28839 just like other allowed characters.
28840 (makefile-match-dependency): Exclude leading and training whitespace
28841 from the range of regexp subexp 1.
28842 (makefile-macroassign-regex): Don't try to match the body,
28843 just the name of the macro being defined.
28844
28845 * info.el (Info-read-node-name-2): New function.
28846 (Info-read-node-name-1): Use that.
28847 Add a completion-base-size-function property.
28848
28849 * simple.el (completion-setup-function): Look for
28850 completion-base-size-function property of minibuffer-completion-table.
28851
28852 * files.el (locate-file-completion): Doc fix.
28853
28854 * printing.el: Don't call pr-update-menus; user must do that.
28855
28856 * emacs-lisp/debug.el (debugger-window): New variable.
28857 (debug): Use debugger-window if it is set and still alive.
28858 Record debugger-window for next entry.
28859
28860 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
28861
28862 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
28863
28864 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
28865 (hack-one-local-variable, hack-local-variables)
28866 (hack-local-variables-prop-line): Pass that arg.
28867
28868 2005-06-06 Kim F. Storm <storm@cua.dk>
28869
28870 * ido.el (ido-first-match, ido-only-match, ido-subdir)
28871 (ido-indicator): Remove -face suffix from face names.
28872
28873 2005-06-06 Juri Linkov <juri@jurta.org>
28874
28875 * font-lock.el (font-lock-regexp-backslash)
28876 (font-lock-regexp-backslash-construct): New faces.
28877 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
28878 after `('. Add `while-no-input' to control structures.
28879
28880 * faces.el (no-break-space, shadow): New faces.
28881 (escape-glyph): Use less loud colors pink2 and red4.
28882
28883 * diff-mode.el (diff-context-face)
28884 * dired.el (dired-ignored)
28885 * rfn-eshadow.el (file-name-shadow)
28886 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
28887
28888 * info.el (Info-title-1-face): Use green instead of yellow because
28889 bold yellow is not readable on light backgrounds.
28890
28891 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
28892 before selecting the desired mode to not spend time fontifying
28893 old contents.
28894
28895 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
28896
28897 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
28898 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
28899
28900 * ps-print.el (ps-default-fg, ps-default-bg):
28901 Fix typos in docstrings.
28902
28903 * isearchb.el (isearchb): Don't pass a spurious second argument to
28904 `iswitchb-completions'.
28905
28906 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
28907
28908 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
28909 to preserve point.
28910 (gdb-find-file-hook): Add doc string.
28911
28912 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
28913 C dereferenced pointer expression.
28914 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
28915
28916 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
28917
28918 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
28919 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
28920 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
28921 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
28922 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
28923 Make background transparent.
28924
28925 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
28926
28927 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
28928 (font-lock-remove-keywords): Doc fix.
28929 (font-lock-mode-major-mode): Compiler defvar.
28930 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
28931
28932 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
28933 (font-lock-mode): Update `font-lock-mode-major-mode'.
28934 (font-lock-set-defaults): Compiler defvar.
28935 (font-lock-default-function): Take `font-lock-mode-major-mode'
28936 into account.
28937
28938 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
28939 keep track of which major mode it enabled the minor mode for.
28940 Use find-file-hook again. Update docstring.
28941
28942 * simple.el (eval-expression-print-level)
28943 (eval-expression-print-length, eval-expression-debug-on-error):
28944 Doc fixes.
28945
28946 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
28947
28948 * iswitchb.el (iswitchb-single-match-face)
28949 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
28950 (iswitchb-invalid-regexp-face): New faces.
28951 (iswitchb-completions): Use them.
28952 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
28953 now marked as an obsolete alias.
28954 (iswitchb-read-buffer): Remove check for bound font variables.
28955 (iswitchb-invalid-regexp): New free variable.
28956 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
28957 set iswitchb-invalid-regexp.
28958 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
28959 invalid regexps.
28960 (iswitchb-completions): Add check for complete match when entering
28961 a regexp.
28962 (iswitchb-completions): Remove require-match argument.
28963 (iswitchb-exhibit): Fix caller.
28964 (iswitchb-common-match-inserted): New variable.
28965 (iswitchb-complete, iswitchb-completion-help): Use it.
28966
28967 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
28968
28969 * url-http.el (url-http-chunked-encoding-after-change-function):
28970 Use `url-http-debug' instead of `message'.
28971
28972 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
28973
28974 * url-http.el (url-http-parse-headers): Pass redirected URL as a
28975 callback argument.
28976
28977 2005-06-04 Kim F. Storm <storm@cua.dk>
28978
28979 * simple.el (line-move): Only call sit-for when moving backwards.
28980
28981 * ido.el (ido-make-merged-file-list-1): New defun split from
28982 ido-make-merged-file-list.
28983 (ido-make-merged-file-list): Bind throw-on-input around call to
28984 ido-make-merged-file-list-1. Return input-pending-p if
28985 interrupted by more input available.
28986 (ido-read-internal): Handle input-pending-p return value from
28987 ido-make-merged-file-list.
28988
28989 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
28990
28991 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
28992 compatibility code.
28993
28994 * international/latexenc.el (latexenc-find-file-coding-system):
28995 Don't inherit the EOL part of the coding-system from the
28996 tex-main buffer. Fit within 80 columns.
28997
28998 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
28999
29000 * tmm.el (tmm-inactive-face): New face.
29001 (tmm-remove-inactive-mouse-face): New function.
29002 (tmm-prompt, tmm-add-one-shortcut)
29003 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
29004 but not selectable.
29005
29006 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
29007
29008 * faces.el (face-equal): Improve argument/docstring consistency.
29009
29010 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
29011
29012 * progmodes/make-mode.el (makefile-targets-face)
29013 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
29014 (makefile-bsdmake-dependency-regex)
29015 (makefile-makepp-rule-action-regex)
29016 (makefile-bsdmake-rule-action-regex): New constants.
29017 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
29018
29019 * progmodes/compile.el (compilation-error-regexp-alist-alist):
29020 Allow (...) within `...' for makepp messages.
29021
29022 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
29023
29024 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
29025
29026 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
29027 "." files are deleted from all file lists before comparison.
29028
29029 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
29030 (viper-ESC-key): Made them customizable.
29031
29032 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
29033
29034 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
29035
29036 * autorevert.el (auto-revert-buffers): Use save-match-data.
29037
29038 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
29039
29040 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
29041 menu items with a nil command binding.
29042
29043 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
29044
29045 * emacs-lisp/cl-macs.el (defsetf):
29046 Improve argument/docstring consistency.
29047
29048 * faces.el (list-faces-display): Improve the formatting by
29049 computing the maximum length required for any face-name (reworked
29050 patch of 1999-01-11, accidentally deleted on 1999-07-21).
29051 (internal-find-face): Remove redundant info in docstring.
29052
29053 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
29054
29055 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
29056 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
29057 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
29058 (gdb-assembler-custom): Improve regexps.
29059 (def-gdb-auto-update-handler): Use window point to preserve point.
29060
29061 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
29062
29063 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
29064
29065 2005-05-31 Jay Belanger <belanger@truman.edu>
29066
29067 * calc/calc-embed.el (calc-embedded-word): Change argument passed
29068 to calc-embedded.
29069 (calc-embedded-make-info): Have plain prefix argument select
29070 entire line.
29071
29072 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
29073
29074 * faces.el (list-faces-display): Signal error if passed a regexp
29075 that matches no face name.
29076
29077 * simple.el (filter-buffer-substring): Fix typo in docstring.
29078
29079 2005-05-31 Richard M. Stallman <rms@gnu.org>
29080
29081 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
29082 (vhdl-emacs-21): Doc fix.
29083 (vhdl-mode): Unconditionally set comment-padding.
29084 (vhdl-fixup-whitespace-region): Insert spaces only where
29085 there are none.
29086 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
29087
29088 2005-05-30 John Wiegley <johnw@newartisans.com>
29089
29090 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
29091 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
29092 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
29093 `directory-sep-char' to ?/, and all uses of `string-to-int' to
29094 `string-to-number'.
29095
29096 2005-05-30 Jay Belanger <belanger@truman.edu>
29097
29098 * calc/calc.el (calc-bug-address): Fix docstring.
29099 (calc-window-hook, calc-trail-window-hook): New variables.
29100 (calc-trail-display): Restore use of calc-trail-window-hook.
29101 (calc): Restore use of calc-window-hook.
29102
29103 2005-05-31 Masatake YAMATO <jet@gyve.org>
29104
29105 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
29106
29107 * help-fns.el (help-C-file-name): Add autoload mark for
29108 `find-function-noselect'.
29109
29110 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
29111
29112 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
29113 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
29114
29115 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
29116
29117 * calendar/diary-lib.el (mark-included-diary-files): Only kill
29118 included diary buffer if it was not already being visited.
29119 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
29120
29121 * calendar/icalendar.el (top-level): Do not require appt.
29122
29123 * mail/supercite.el (sc-select-attribution): Only use a list
29124 element from sc-attrib-selection-list if it returns a string.
29125 Reported by Davide G. M. Salvetti <salve@debian.org>.
29126
29127 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
29128
29129 * thumbs.el (thumbs-thumbname): The resulting thumbname now
29130 includes a hash value to improve its uniqueness, and has a ".jpg"
29131 extension. Also, it is now a valid filename on all systems.
29132 (thumbs-make-thumb): Use `let', not `let*'.
29133 (thumbs-show-thumbs-list): Check for JPEG availability.
29134
29135 2005-05-30 Richard M. Stallman <rms@gnu.org>
29136
29137 * filesets.el (filesets-menu-ensure-use-cached):
29138 Prevent warning when emacs-version>= is undefined.
29139
29140 * printing.el (pr-interactive-n-up): Use string-to-number.
29141
29142 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
29143
29144 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
29145 Warn only when name to be defined is quoted.
29146
29147 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
29148
29149 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
29150 Make regexp more robust.
29151 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
29152 Force regeneration of disassembly.
29153
29154 2005-05-29 Jay Belanger <belanger@truman.edu>
29155
29156 * calc/calc.el (calc-user-invocation): Check if
29157 calc-invocation-macro is non-nil.
29158
29159 2005-05-29 Juri Linkov <juri@jurta.org>
29160
29161 * add-log.el (change-log-font-lock-keywords):
29162 Add `+' to e-mail regexp to accept mail address with keywords.
29163
29164 * man.el (Man-name-regexp): Add `:' to accept qualified names.
29165
29166 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
29167
29168 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
29169
29170 * ielm.el (inferior-emacs-lisp-mode): Ditto.
29171
29172 2005-05-29 Richard M. Stallman <rms@gnu.org>
29173
29174 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29175 Undo the change that moves to end of the current word.
29176
29177 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
29178
29179 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
29180 Throw error when count <= 0 to ensure input is a number.
29181 (gdb-read-memory-custom): Pick up address from buffer.
29182 (gdb-memory-mode): Allow user to increment and decrement
29183 memory address from header line.
29184
29185 2005-05-29 Richard M. Stallman <rms@gnu.org>
29186
29187 * flyspell.el (flyspell-version): Function deleted.
29188 (flyspell-auto-correct-previous-hook): Doc fix.
29189
29190 * jit-lock.el (jit-lock-function, jit-lock-after-change):
29191 Do nothing if memory is full.
29192
29193 * font-lock.el (font-lock-fontify-syntactically-region):
29194 Pass t for GREEDY to looking-back.
29195
29196 * saveplace.el (save-place-alist-to-file): Write the file
29197 using write-region.
29198
29199 * subr.el (looking-back): New argument GREEDY.
29200
29201 * progmodes/compile.el (compilation-start): Set the mode
29202 before inserting the initial text.
29203
29204 * progmodes/which-func.el (which-func-update-1): Turn the mode
29205 off in case of error by setting which-func-mode.
29206
29207 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
29208
29209 * flyspell.el (flyspell-auto-correct-previous-word):
29210 Narrow down to what's on the screen, and recenter overlays
29211 at the end of the next word.
29212
29213 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
29214
29215 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
29216 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
29217 (flyspell-abbrev-p): Default to nil.
29218 (flyspell-use-global-abbrev-table-p): Doc fix.
29219 (flyspell-large-region): Allow nil as value.
29220 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
29221
29222 (mail-mode-flyspell-verify): More robust handling
29223 of `mail-header-separator'. More efficient signature detection.
29224 Allow for regexp metacharacters in message-header-separator.
29225 Adding `To' not to be checked in mail-mode-flyspell-verify.
29226
29227 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
29228 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
29229 Bind flyspell-auto-correct-binding.
29230 Bind C-. and C-, .
29231 (flyspell-mode-map): Likewise.
29232 (flyspell-mode): Doc fix.
29233 (flyspell-accept-buffer-local-defs): Preserve current buffer.
29234 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
29235 (flyspell-word-cache-result): New var, always local.
29236 (flyspell-check-pre-word-p): Doc fix.
29237 (flyspell-check-changed-word-p): Handle spc like newline.
29238 (flyspell-post-command-hook): Set flyspell-word-cache-result.
29239 (flyspell-word-search-backward, flyspell-word-search-forward):
29240 New functions.
29241 (flyspell-word): Return t if nothing to check.
29242 When parsing TeX code, check for after } or \.
29243 Use flyspell-word-search-backward to find previous word.
29244 Return nil if duplicated word.
29245 For word already checked, return same value as last time.
29246 Set flyspell-word-cache-result after checking.
29247 Don't clobber the return value.
29248 (flyspell-get-word): Major rewrite.
29249 (flyspell-external-point-words): New locals pword, pcount.
29250 Fix size used in progress message.
29251 Find the proper corresponding word in flyspell-large-region-buffer.
29252 (flyspell-region): Check for flyspell-large-region = nil.
29253 (flyspell-highlight-incorrect-region): Clean up overlays in region.
29254 (flyspell-auto-correct-word): Check that WORD is a cons.
29255 (flyspell-correct-word): Likewise.
29256
29257 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
29258
29259 * progmodes/make-mode.el (makefile-rule-action-regex)
29260 (makefile-macroassign-regex, makefile-makepp-mode)
29261 (makefile-bsdmake-mode): Continuation lines may be empty.
29262 Reported by Joshua Varner.
29263 (makefile-makepp-font-lock-keywords): Add $(stem).
29264
29265 2005-05-28 Karl Berry <karl@gnu.org>
29266
29267 * textmodes/tex-mode.el: Now that tex-send-command calls
29268 shell-quote-argument (2005-03-31 change), remove all calls to
29269 shell-quote-argument; they all end up invoking tex-send-command.
29270 The double quoting loses on filenames with non-safe characters,
29271 such as "@". Reported by Frederik Fouvry.
29272
29273 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
29274
29275 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
29276 about preserving point.
29277
29278 2005-05-27 Jay Belanger <belanger@truman.edu>
29279
29280 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
29281 Info-goto-node.
29282
29283 * calc/calc-embed.el (calc-embed-arg): New variable.
29284 (calc-do-embedded-activate, calc-embedded-activate-formula)
29285 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
29286 variable by new variable.
29287 (calc-embedded-make-info): Replace undeclared variable by new
29288 variable. When selecting region with positive prefix
29289 argument, use end of previous line instead of beginning of line.
29290
29291 * calc/calc-aent.el (calc-arg-values): Declare it.
29292
29293 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
29294 Declare them.
29295
29296 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
29297
29298 * calc/calc.el (calc-alg-map): Declare it.
29299
29300 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
29301
29302 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
29303
29304 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
29305 (gdb-registers-buffer, toggle-gdb-all-registers):
29306 Toggle display of floating point registers.
29307 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
29308
29309 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
29310 (toggle-gud-tooltip-dereference):
29311 Rename from gud-toggle-tooltip-dereference.
29312
29313 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
29314
29315 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
29316
29317 2005-05-27 Jay Belanger <belanger@truman.edu>
29318
29319 * calc/calc-prog.el (calc-kbd-report): Remove.
29320 (calc-kbd-query): Rewrite.
29321
29322 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
29323
29324 * image.el (image-library-alist): Move to image.c.
29325 (image-type-available-p): Doc fix.
29326
29327 2005-05-27 Lute Kamstra <lute@gnu.org>
29328
29329 * calc/calc.el (calc):
29330 * outline.el (outline-1, outline-2, outline-3, outline-4)
29331 (outline-5, outline-6, outline-7, outline-8):
29332 * textmodes/dns-mode.el (dns-mode):
29333 * textmodes/sgml-mode.el (sgml-namespace-face):
29334 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
29335 (tex-verbatim-face, tex-use-reftex):
29336 * textmodes/texinfo.el (texinfo-heading-face):
29337 Specify customization group.
29338
29339 * longlines.el: Don't require easy-mmode.
29340 (longlines-visible-face): Specify customization group.
29341
29342 2005-05-27 Kenichi Handa <handa@m17n.org>
29343
29344 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
29345 encoding table of windows-1251.
29346
29347 * international/ucs-tables.el (ucs-set-table-for-input):
29348 If translation-table-for-input of a coding system is a symbol, get
29349 its translation-table property.
29350
29351 * international/code-pages.el: Don't register a coding system into
29352 non-iso-charset-alist more than once.
29353 (cp-make-coding-system): Likewise.
29354
29355 2005-05-26 John Wiegley <johnw@newartisans.com>
29356
29357 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
29358 `eshell-resume-eval' is wrapped in a list, it indicates that the
29359 command was run asynchronously. In that case, unwrap the value
29360 before checking the delimiter value.
29361
29362 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
29363 character before a space at the end of a line is \, assume the space
29364 is part of the last argument rather than a final argument separator.
29365
29366 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
29367 is in use, and the target is `t' or `nil' (which are the most common
29368 values), don't assume that the symbol target is a buffer.
29369
29370 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
29371
29372 * calendar/calendar.el (calendar-mode-line-format):
29373 Use mode-line-highlight as mouse-face.
29374
29375 * time.el (display-time-string-forms, display-time-update):
29376 Use mode-line-highlight as mouse-face.
29377
29378 2005-05-26 Jay Belanger <belanger@truman.edu>
29379
29380 * calc/calc.el (calc-language-alist): Remove extra defvar.
29381
29382 2005-05-26 Lute Kamstra <lute@gnu.org>
29383
29384 * arc-mode.el (archive-mode):
29385 * bookmark.el (bookmark-read-annotation-mode)
29386 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
29387 * bs.el (bs-mode):
29388 * calc/calc-yank.el (calc-edit-mode):
29389 * calc/calc.el (calc-mode, calc-trail-mode):
29390 * calculator.el (calculator-mode):
29391 * chistory.el (command-history-mode):
29392 * comint.el:
29393 * cus-edit.el (custom-mode):
29394 * descr-text.el (describe-text-mode):
29395 * ebuff-menu.el (Electric-buffer-menu-mode):
29396 * ediff-util.el (ediff-mode):
29397 * emacs-lisp/re-builder.el (reb-mode):
29398 * emulation/vi.el (vi-mode-setup):
29399 * emulation/ws-mode.el (wordstar-mode):
29400 * eshell/esh-mode.el (eshell-mode):
29401 * forms.el (forms-mode):
29402 * help-mode.el (help-mode):
29403 * hexl.el (hexl-mode):
29404 * ibuffer.el (ibuffer-mode):
29405 * ielm.el (inferior-emacs-lisp-mode):
29406 * info.el (Info-mode, Info-edit-mode):
29407 * international/swedish.el:
29408 * ledit.el (ledit-from-lisp-mode):
29409 * locate.el (locate-mode):
29410 * mail/rmail.el (rmail-mode):
29411 * mail/rmailedit.el (rmail-edit-mode):
29412 * mail/rmailsum.el (rmail-summary-mode):
29413 * mail/supercite.el (sc-electric-mode):
29414 * net/eudc.el (eudc-mode):
29415 * net/quickurl.el (quickurl-list-mode):
29416 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
29417 * obsolete/ooutline.el (outline-mode):
29418 * obsolete/options.el (Edit-options-mode):
29419 * obsolete/rnews.el (news-mode):
29420 * obsolete/rnewspost.el (news-reply-mode):
29421 * play/5x5.el (5x5-mode):
29422 * play/decipher.el (decipher-mode, decipher-stats-mode):
29423 * play/gomoku.el (gomoku-mode):
29424 * play/snake.el (snake-mode):
29425 * play/solitaire.el (solitaire-mode):
29426 * play/tetris.el (tetris-mode):
29427 * progmodes/ada-mode.el (ada-mode):
29428 * progmodes/antlr-mode.el (antlr-mode):
29429 * progmodes/autoconf.el (autoconf-mode):
29430 * progmodes/dcl-mode.el (dcl-mode):
29431 * progmodes/delphi.el (delphi-mode):
29432 * progmodes/ebrowse.el (ebrowse-tree-mode)
29433 (ebrowse-electric-list-mode, ebrowse-member-mode)
29434 (ebrowse-electric-position-mode):
29435 * progmodes/f90.el (f90-mode):
29436 * progmodes/fortran.el (fortran-mode):
29437 * progmodes/icon.el (icon-mode):
29438 * progmodes/idlw-help.el (idlwave-help-mode):
29439 * progmodes/idlw-shell.el (idlwave-shell-mode):
29440 * progmodes/idlwave.el (idlwave-mode):
29441 * progmodes/inf-lisp.el (inferior-lisp-mode):
29442 * progmodes/m4-mode.el (m4-mode):
29443 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
29444 * progmodes/modula2.el (modula-2-mode):
29445 * progmodes/octave-inf.el (inferior-octave-mode):
29446 * progmodes/octave-mod.el (octave-mode):
29447 * progmodes/pascal.el (pascal-mode):
29448 * progmodes/sh-script.el (sh-mode):
29449 * progmodes/sql.el (sql-mode, sql-interactive-mode):
29450 * progmodes/vhdl-mode.el (vhdl-mode):
29451 * progmodes/xscheme.el (scheme-interaction-mode):
29452 * replace.el (occur-mode):
29453 * ses.el (ses-mode):
29454 * simple.el (completion-list-mode):
29455 * skeleton.el:
29456 * speedbar.el (speedbar-mode):
29457 * term.el (term-mode):
29458 * terminal.el (terminal-edit-mode):
29459 * textmodes/reftex-index.el (reftex-index-mode)
29460 (reftex-index-phrases-mode):
29461 * textmodes/reftex-sel.el (reftex-select-label-mode)
29462 (reftex-select-bib-mode):
29463 * textmodes/reftex-toc.el (reftex-toc-mode):
29464 * wdired.el (wdired-change-to-wdired-mode):
29465 * wid-browse.el (widget-browse-mode):
29466 Use run-mode-hooks.
29467
29468 * array.el (array-mode):
29469 * calendar/todo-mode.el (todo-mode):
29470 * man.el (Man-mode):
29471 * play/landmark.el (lm-mode):
29472 * play/mpuz.el (mpuz-mode):
29473 Use kill-all-local-variables and run-mode-hooks.
29474
29475 * subr.el (delay-mode-hooks): Specify indentation.
29476
29477 2005-05-26 Mark A. Hershberger <mah@everybody.org>
29478
29479 * xml.el (xml-substitute-special): Don't die for undefined xml
29480 entities.
29481
29482 2005-05-26 Jay Belanger <belanger@truman.edu>
29483
29484 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
29485 of nil.
29486
29487 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
29488
29489 * progmodes/gdb-ui.el (gdb-frame-address):
29490 Rename from gdb-current-address.
29491 (gdb-previous-frame-address): Rename from gdb-previous-address.
29492 (gdb-selected-frame): Rename from gdb-current-frame.
29493 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
29494 (gdb-frame-number): Rename from gdb-current-stack-level.
29495 (gdb-ann3): Match new mode-name for disassembly buffer.
29496 Extend initialization of variables.
29497 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
29498 (gdb-memory-mode): Use mouse-face in header line.
29499 (gdb-assembler-buffer-name): Call it disassembly and give frame
29500 in mode line.
29501 (gdb-source-spec-regexp, gdb-assembler-custom)
29502 (gdb-invalidate-assembler, gdb-frame-handler):
29503 Make robust to leading zeroes in address format.
29504
29505 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
29506
29507 * textmodes/org.el (org-mode): Use `define-derived-mode' to
29508 define `org-mode'.
29509 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
29510
29511 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
29512
29513 * log-edit.el (log-edit-changelog-entries): Distinguish between
29514 filenames like xfns.c and fns.c.
29515
29516 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
29517
29518 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
29519 point after reverting.
29520 (Buffer-menu-make-sort-button): Handle the case where
29521 `Buffer-menu-use-header-line' is nil.
29522
29523 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
29524
29525 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
29526 New funcs. In minibuffer-local-completion-map bind `]', `/'
29527 and `:' to them.
29528
29529 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
29530
29531 * startup.el (normal-top-level): Allow modification of load-path while
29532 we're iterating over it.
29533
29534 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
29535
29536 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
29537 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
29538 (thumbs-resize-interactive, thumbs-insert-image)
29539 (thumbs-insert-thumb, thumbs-dired-show-marked)
29540 (thumbs-find-image-at-point, thumbs-delete-images)
29541 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
29542 (thumbs-increment-image-size, thumbs-decrement-image-size):
29543 Fix typos in docstrings.
29544
29545 2005-05-24 Andre Spiegel <spiegel@gnu.org>
29546
29547 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
29548 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
29549 (cperl-mode): Use them.
29550
29551 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
29552
29553 * window.el (quit-window, shrink-window-if-larger-than-buffer):
29554 Doc fixes.
29555
29556 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
29557
29558 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
29559 Bind C-d to gdb-inferior-io-eof.
29560
29561 * dired.el (dired-dnd-popup-notice): Use message-box.
29562
29563 2005-05-23 Masatake YAMATO <jet@gyve.org>
29564
29565 * bindings.el (mode-line-major-mode-keymap):
29566 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
29567
29568 * faces.el (mode-line-highlight): New face.
29569
29570 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
29571 as mouse-face.
29572
29573 * bindings.el (top-level, help-echo, mode-line-modified)
29574 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
29575 as mouse-face.
29576
29577 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
29578
29579 * progmodes/cc-engine.el (c-guess-basic-syntax):
29580 Remove spurious call to `zerop'.
29581
29582 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
29583
29584 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
29585
29586 CC Mode update to 5.30.10:
29587
29588 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
29589 could go past the limit in decoration level 2, thereby causing
29590 errors during interactive fontification.
29591
29592 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
29593 the file is evaluated interactively.
29594
29595 * cc-engine.el (c-guess-basic-syntax): Handle operator
29596 declarations somewhat better in C++.
29597
29598 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
29599 make use of `run-mode-hooks' which has been added in Emacs 21.1.
29600 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
29601 (awk-mode): Use it.
29602 (make-local-hook): Suppress warning about obsoleteness.
29603
29604 * cc-engine.el, cc-align.el, cc-cmds.el
29605 (c-append-backslashes-forward, c-delete-backslashes-forward)
29606 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
29607 Compensate for return value from `forward-line' when it has moved
29608 but not to a different line due to eob.
29609
29610 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
29611 `objc-method-intro' and `objc-method-args-cont'.
29612
29613 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
29614
29615 CC Mode update to 5.30.10:
29616
29617 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
29618 in the copyright statement. Incidentally, change "along with GNU
29619 Emacs" to "along with this program" where it occurs.
29620
29621 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
29622 so that it is interactive, hence can be found by M-x awk-mode
29623 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
29624 <gmorris+emacs@ast.cam.ac.uk>.
29625
29626 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
29627 Mode's regexps.
29628
29629 2005-05-23 Kevin Ryde <user42@zip.com.au>
29630
29631 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
29632 c-parse-state, to avoid a lisp error (on bad code).
29633
29634 2005-05-23 Lute Kamstra <lute@gnu.org>
29635
29636 * subr.el (font-lock-defaults): Remove defvar as it's already
29637 defined in font-core.el.
29638
29639 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
29640
29641 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
29642
29643 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
29644 more general and work when GDB variable "print pretty" is on,
29645 as with Emacs, for example.
29646
29647 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
29648
29649 * font-core.el: Update comment.
29650
29651 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
29652 Use `after-change-major-mode-hook' instead of `find-file-hook'.
29653
29654 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
29655
29656 2005-05-22 Eli Zaretskii <eliz@gnu.org>
29657
29658 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
29659 and `yank-handler' in the doc strings.
29660
29661 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
29662
29663 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
29664
29665 2005-05-22 Richard M. Stallman <rms@gnu.org>
29666
29667 * help.el (describe-key): Move print-help-return-message call
29668 out of conditional.
29669
29670 * progmodes/etags.el (list-tags): Use with-no-warnings.
29671
29672 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
29673 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
29674 (starttls-extra-args, starttls-extra-arguments): Add defvars.
29675
29676 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
29677
29678 * language/viet-util.el (viet-viscii-nonascii-translation-table):
29679 Add defvar.
29680
29681 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
29682 Use defvar, not defconst.
29683
29684 * hexl.el (hexl-follow-line): Use with-no-warnings.
29685
29686 * emulation/tpu-extras.el: Use write-file-functions instead of
29687 write-file-hooks.
29688
29689 * dired.el (dired-font-lock-keywords): Fontify files with junk
29690 extensions even if marked by -F.
29691
29692 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
29693
29694 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
29695 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
29696 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
29697 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
29698 (concatenate, list-length, get*, getf, cl-remprop):
29699 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
29700 (etypecase, progv, lexical-let, lexical-let*)
29701 (multiple-value-bind, multiple-value-setq, shiftf):
29702 Improve argument/docstring consistency.
29703
29704 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
29705
29706 2005-05-22 Andre Spiegel <spiegel@gnu.org>
29707
29708 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
29709 doesn't exist.
29710
29711 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
29712 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
29713
29714 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
29715
29716 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
29717 already deleted variables: auto-fill-hook, blink-paren-hook,
29718 lisp-indent-hook, inhibit-local-variables, unread-command-event,
29719 suspend-hooks, comment-indent-hook, meta-flag,
29720 before-change-function, after-change-function,
29721 font-lock-doc-string-face.
29722
29723 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
29724
29725 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
29726
29727 2005-05-21 Eli Zaretskii <eliz@gnu.org>
29728
29729 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
29730 rmail-dont-reply-to.
29731
29732 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
29733
29734 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
29735 literal blank when splitting new-header-values.
29736
29737 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
29738
29739 * calendar/cal-menu.el (cal-menu-update): Add separator as a
29740 string so that tmm doesn't create a completion entry for it.
29741
29742 * textmodes/table.el (table-disable-menu): Ditto.
29743
29744 2005-05-21 Richard M. Stallman <rms@gnu.org>
29745
29746 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
29747
29748 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
29749
29750 * net/rcompile.el (remote-compile): Use compilation-start.
29751
29752 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
29753
29754 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
29755
29756 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
29757 Default to makefile-bsdmake-mode on BSD systems.
29758
29759 * imenu.el (imenu-generic-expression, imenu--generic-function'):
29760 REGEXP may also be a search function now. The part of doc-string
29761 for describing the structure was 95% identical to that of
29762 `imenu--generic-function'. Unify it there.
29763
29764 * progmodes/make-mode.el (makefile-imenu-generic-expression):
29765 Use function to find dependencies, because regexp alone is so complex,
29766 it easily goes into an endless loop.
29767 (makefile-makepp-mode): Also add submenu for Perl functions
29768 defined in the makefile.
29769 (makefile-bsdmake-mode): Special imenu-generic-expression no
29770 longer needed, due to function call.
29771 (makefile-match-dependency): Take BOUND into account when checking
29772 if we're through.
29773
29774 2005-05-20 Jay Belanger <belanger@truman.edu>
29775
29776 * calc/calc-units.el (calc-invalidate-units-table):
29777 Use inhibit-read-only.
29778 (math-build-units-table-buffer): Use view-mode.
29779
29780 2005-05-20 David Kastrup <dak@gnu.org>
29781
29782 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
29783 easy-menu-add is not a nop on Emacs; and clarify when to call it.
29784
29785 2005-05-20 Lute Kamstra <lute@gnu.org>
29786
29787 * diff-mode.el (diff-header-face, diff-file-header-face)
29788 (diff-index-face, diff-hunk-header-face, diff-removed-face)
29789 (diff-added-face, diff-changed-face, diff-function-face)
29790 (diff-context-face, diff-nonexistent-face): Put them in the
29791 diff-mode customization group.
29792
29793 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
29794
29795 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
29796
29797 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
29798
29799 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
29800 Minor regexp-optimization.
29801
29802 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
29803
29804 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
29805 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
29806 (org-agenda-add-time-grid-maybe): New function.
29807 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
29808 (org-table-create): `dotimes' instead of `mapcar'.
29809 (org-xor): Simplify implementation.
29810 (org-agenda): `inhibit-redisplay' turned on.
29811 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
29812 a consistent line after a state change.
29813 (org-agenda-remove-times-when-in-prefix): New option.
29814 (org-prefix-has-time): New variable.
29815 (org-parse-time-string): Optional argument NODEFAULT.
29816 (org-format-agenda-item): Parse items for time-of-day
29817 specifications and move these into the prefix if possible.
29818 (org-agenda-priority): Get current heading, not previous heading
29819 during agenda remote editing.
29820
29821 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
29822
29823 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
29824 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
29825 (remove-duplicates, delete-duplicates, substitute)
29826 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
29827 (nsubstitute-if-not, find, find-if, find-if-not, position)
29828 (position-if, position-if-not, count, count-if, count-if-not)
29829 (mismatch, search, sort*, stable-sort, merge, member*)
29830 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
29831 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
29832 (intersection, nintersection, set-difference, nset-difference)
29833 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
29834 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
29835 (nsublis, tree-equal): Improve argument/docstring consistency.
29836
29837 * subr.el (send-string, send-region): Remove obsolescence declaration.
29838 (window-dot, set-window-dot, read-input, show-buffer)
29839 (eval-current-buffer, string-to-int):
29840 Add release number to obsolescence declarations.
29841
29842 2005-05-19 Kim F. Storm <storm@cua.dk>
29843
29844 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
29845 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
29846
29847 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
29848
29849 * faces.el (list-faces-display): Make back button respect optional
29850 regexp arg.
29851
29852 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
29853
29854 * calculator.el (calculator-radix-grouping-mode)
29855 (calculator-radix-grouping-digits, calculator-displayer)
29856 (calculator-radix-grouping-separator, calculator-copy-displayer):
29857 * dabbrev.el (dabbrev-search-these-buffers-only):
29858 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
29859 (diff-advance-after-apply-hunk, diff-mode-hook)
29860 (diff-minor-mode-prefix):
29861 * imenu.el (imenu-use-popup-menu):
29862 * jit-lock.el (jit-lock-context-time):
29863 * newcomment.el (comment-fill-column, comment-column)
29864 (comment-style, comment-padding, comment-multi-line)
29865 (comment-empty-lines, comment-auto-fill-only-comments):
29866 * reveal.el (reveal-around-mark):
29867 * uniquify.el (uniquify-buffer-name-style)
29868 (uniquify-after-kill-buffer-p)
29869 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
29870 (uniquify-min-dir-content, uniquify-separator)
29871 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
29872 * w32-vars.el (w32-fixed-font-alist):
29873 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
29874 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
29875 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
29876 * progmodes/perl-mode.el (perl-indent-level)
29877 (perl-continued-statement-offset, perl-continued-brace-offset)
29878 (perl-brace-offset, perl-brace-imaginary-offset)
29879 (perl-label-offset, perl-indent-continued-arguments)
29880 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
29881 * progmodes/tcl.el (tcl-indent-level)
29882 (tcl-continued-indent-level, tcl-auto-newline)
29883 (tcl-tab-always-indent, tcl-electric-hash-style)
29884 (tcl-help-directory-list, tcl-use-smart-word-finder)
29885 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
29886 (inferior-tcl-source-command):
29887 * textmodes/fill.el (enable-kinsoku):
29888 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
29889 * textmodes/table.el (table-yank-handler):
29890 Specify missing group (and type, if simple) in defcustom.
29891
29892 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
29893
29894 * progmodes/compile.el (compilation-finish-function): Fix defvar.
29895
29896 2005-05-19 Richard M. Stallman <rms@gnu.org>
29897
29898 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
29899
29900 * subr.el (event-basic-type): Don't get an error.
29901 (left-fringe-p): Function deleted.
29902
29903 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
29904 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
29905
29906 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
29907 in recursive copy.
29908
29909 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
29910
29911 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
29912
29913 * emacs-lisp/bytecomp.el
29914 (byte-compile-file-form-custom-declare-variable):
29915 Call byte-compile-nogroup-warn if appropriate.
29916
29917 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
29918 (compilation-set-window): Don't call left-fringe-p; do it directly.
29919
29920 2005-05-19 Jay Belanger <belanger@truman.edu>
29921
29922 * calc/calc-graph.el (calc-graph-format-data): Make sure
29923 var-PlotRejects is bound before trying to check its value.
29924
29925 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
29926
29927 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
29928 definition of this variable from reftex-global.el to reftex.el,
29929 because it is needed in the menu.
29930
29931 2005-05-19 Lute Kamstra <lute@gnu.org>
29932
29933 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
29934 years are fixed. Don't insert a space after a dash.
29935
29936 2005-05-19 Kim F. Storm <storm@cua.dk>
29937
29938 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
29939
29940 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
29941
29942 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
29943 strings, because (eq ... ?\\) is fairly frequent.
29944
29945 * progmodes/make-mode.el (makefile-add-this-line-targets):
29946 Simplify and integrate into `makefile-pickup-targets'.
29947 (makefile-add-this-line-macro): Simplify and integrate into
29948 `makefile-pickup-macros.
29949 (makefile-pickup-filenames-as-targets): Simplify.
29950 (makefile-previous-dependency, makefile-match-dependency):
29951 Don't stumble over `::'.
29952
29953 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
29954
29955 * subr.el (post-command-idle-hook, post-command-idle-delay):
29956 Remove obsoletion of post-command-idle-hook and
29957 post-command-idle-delay.
29958
29959 * faces.el (list-faces-display): Provide button when describe-face
29960 is called to take user back to the list of faces.
29961
29962 * help-fns.el (describe-variable): Remove hyperlinks in a
29963 variable's value as these are quite frequently inappropriate.
29964
29965 * follow.el (follow-submit-feedback, follow-mode):
29966 Remove references to post-command-idle-hook.
29967
29968 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
29969
29970 * progmodes/make-mode.el (makefile-previous-dependency)
29971 (makefile-match-dependency): Check for := (and in bsd mode also
29972 !=) to give a better result, even when font-lock is not on.
29973
29974 2005-05-18 Jay Belanger <belanger@truman.edu>
29975
29976 * calc/calc-help.el (calc-s-prefix-help):
29977 Add `calc-copy-special-constant' to help string.
29978
29979 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
29980
29981 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
29982
29983 2005-05-18 Jay Belanger <belanger@truman.edu>
29984
29985 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
29986 in linear factors are in proper order.
29987
29988 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
29989
29990 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
29991 Support for jurabib.
29992
29993 * textmodes/reftex.el (featurep): Define aliases for overlay
29994 commands, for XEmacs compatibility, and use these aliases in
29995 overlay initializations.
29996 (reftex-highlight): Use `reftex-move-overlay'.
29997 (reftex-unhighlight): Use `reftex-delete-overlay'.
29998 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
29999 (reftex-access-search-path): Use `reftex-uniquify' instead of
30000 `reftex-uniq'.
30001
30002 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
30003 `before-string' property modification enables for Emacs as well.
30004 (reftex-select-item): Use `reftex-delete-overlay'.
30005 (reftex-select-mark): Use `reftex-make-overlay' and
30006 `reftex-overlay-put'.
30007 (reftex-select-unmark): Use `reftex-delete-overlay' and
30008 `reftex-overlay-put'.
30009
30010 2005-05-18 Lute Kamstra <lute@gnu.org>
30011
30012 * emacs-lisp/lisp.el (check-parens): Fix docstring.
30013
30014 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
30015
30016 * add-log.el (add-change-log-entry):
30017 * array.el (array-make-template, array-reconfigure-rows)
30018 (array-init-max-row, array-init-max-column)
30019 (array-init-columns-per-line, array-init-field-width):
30020 * replace.el (replace-match-maybe-edit, perform-replace):
30021 * textmodes/spell.el (spell-region):
30022 Replace `read-input' by `read-string'.
30023
30024 * forms.el (forms-mode):
30025 * finder.el (finder-compile-keywords):
30026 * shadowfile.el (shadow-read-files):
30027 Replace `eval-current-buffer' by `eval-buffer'.
30028
30029 * terminal.el (te-pass-through):
30030 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
30031 (ange-ftp-raw-send-cmd):
30032 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
30033 (send-process-next-char, telnet-initial-filter, telnet):
30034 Replace `send-string' by `process-send-string'.
30035
30036 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
30037 (prolog-consult-region): Replace `send-string' by
30038 `process-send-string'; replace `send-region' by `process-send-region'.
30039
30040 * progmodes/delphi.el (delphi-log-msg):
30041 Replace `set-window-dot' by `set-window-point'.
30042
30043 * subr.el (window-dot, set-window-dot, read-input, send-string)
30044 (send-region, show-buffer, eval-current-buffer):
30045 Make really obsolete, as the comment says.
30046
30047 2005-05-17 Kim F. Storm <storm@cua.dk>
30048
30049 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
30050 (cua--init-keymaps): Bind C-return instead of S-return to set
30051 rectangle mark.
30052
30053 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
30054 instead of S-return to toggle/clear rectangle mark.
30055
30056 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
30057
30058 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
30059 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
30060 Also fontify plain strings assigned to variables, mostly so that a
30061 colon has a face and is thus not taken as a dependency separator.
30062 (makefile-previous-dependency): Inline the new matcher, because it
30063 is too complex to work in both directions.
30064 (makefile-match-dependency): Eliminate `backward' arg (see above).
30065 Completely reimplemented so as to not sometimes go into an endless
30066 loop. It should also be more efficient, because first it only
30067 searches for `:', instead of applying the very complex regexp.
30068 (makefile-mode): Cancel `font-lock-support-mode', because blocks
30069 to be fontified in one piece can be too long for JIT.
30070 Makefiles are never *that* big.
30071
30072 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
30073
30074 * dired.el (dired-mode): Simplify.
30075
30076 2005-05-17 Lute Kamstra <lute@gnu.org>
30077
30078 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
30079 defcustom for the mode hook variable.
30080
30081 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
30082 Emacs Lisp Reference Manual.
30083
30084 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
30085
30086 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
30087 (evenp, list*):
30088 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
30089 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
30090
30091 * net/tramp-smb.el (tramp-smb-open-connection):
30092 Pass `tramp-chunksize' as fifth (required) argument.
30093
30094 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
30095
30096 * font-lock.el (lisp-font-lock-keywords-1):
30097 Set `font-lock-negation-char-face' for [^...] char group.
30098 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
30099
30100 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
30101 a var, and refine it to mask one more level of nested vars.
30102 (makefile-rule-action-regex): Turn it into a var, and refine it so
30103 it recognizes backslashed continuation lines as belonging to the
30104 same command.
30105 (makefile-macroassign-regex): Refine it so it recognizes
30106 backslashed continuation lines as belonging to the same command.
30107 (makefile-var-use-regex): Don't look at the next char, because it
30108 might be the same one to be skipped by the initial [^$], leading
30109 to an overlooked variable use.
30110 (makefile-make-font-lock-keywords): Remove two parameters, which
30111 are now variables that some of the modes set locally.
30112 Handle dependency and rule action matching through functions, because
30113 regexps alone match too often. Dependency matching now comes
30114 last, so it can check, whether a colon already matched something else.
30115 (makefile-mode): Inform that font-lock improves makefile parsing
30116 capabilities.
30117 (makefile-match-dependency, makefile-match-action): New functions.
30118
30119 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
30120
30121 * emacs-lisp/cl-extra.el (equalp): Doc fix.
30122
30123 * align.el (align-regexp):
30124 * ansi-color.el (ansi-color-get-face):
30125 * array.el (array-reconfigure-rows, array-init-max-row)
30126 (array-init-max-column, array-init-columns-per-line)
30127 (array-init-field-width):
30128 * dired-aux.el (dired-trample-file-versions):
30129 * dired-x.el (dired-mark-sexp):
30130 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
30131 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
30132 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
30133 * faces.el (face-read-integer):
30134 * files.el (backup-extract-version, insert-directory):
30135 * hexl.el (hexl-insert-decimal-char):
30136 * server.el (server-process-filter):
30137 * shell.el (shell-extract-num):
30138 * startup.el (command-line-1):
30139 * term.el (term-command-hook):
30140 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
30141 (time-stamp-do-number):
30142 * time.el (display-time-update):
30143 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
30144 (timezone-fix-time):
30145 * vms-patch.el (vms-suspend-resume-hook):
30146 * calendar/appt.el (appt-convert-time):
30147 * calendar/cal-bahai.el (mark-bahai-diary-entries):
30148 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
30149 * calendar/cal-islam.el (mark-islamic-diary-entries):
30150 * calendar/calendar.el (calendar-cursor-to-date)
30151 (calendar-star-date):
30152 * calendar/diary-lib.el (diary-attrtype-convert)
30153 (mark-diary-entries, diary-entry-time):
30154 * calendar/solar.el (solar-get-number):
30155 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
30156 * emacs-lisp/re-builder.el (reb-display-subexp):
30157 * emulation/edt.el (edt-set-scroll-margins):
30158 * emulation/tpu-extras.el (tpu-set-scroll-margins):
30159 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
30160 (vip-get-ex-count):
30161 * emulation/viper-ex.el (viper-get-ex-token)
30162 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
30163 * international/fontset.el (fontset-plain-name):
30164 * mail/feedmail.el (feedmail-look-at-queue-directory):
30165 * mail/mailalias.el (mail-get-names):
30166 * mail/rmail.el (rmail-convert-to-babyl-format):
30167 * mail/rmailsum.el (rmail-make-basic-summary-line)
30168 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
30169 (rmail-summary-goto-msg):
30170 * mail/smtpmail.el (smtpmail-read-response):
30171 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
30172 (ange-ftp-vms-add-file-entry):
30173 * play/gametree.el (gametree-looking-at-ply)
30174 (gametree-current-branch-score):
30175 * progmodes/ada-xref.el (ada-prj-find-prj-file)
30176 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
30177 * progmodes/cperl-mode.el (condition-case):
30178 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
30179 (ebrowse-set-member-buffer-column-width)
30180 (ebrowse-select-1st-to-9nth):
30181 * progmodes/etags.el (etags-snarf-tag):
30182 * progmodes/flymake.el (flymake-parse-line):
30183 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
30184 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
30185 (idlwave-shell-menu-def):
30186 * progmodes/ps-mode.el (ps-run-goto-error):
30187 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
30188 (vhdl-speedbar-contract-level):
30189 * term/mac-win.el (x-handle-numeric-switch):
30190 * term/sun-mouse.el (sun-get-frame-data):
30191 * term/w32-win.el (x-handle-numeric-switch):
30192 * term/x-win.el (x-handle-numeric-switch):
30193 * textmodes/ispell.el (ispell-parse-output):
30194 * textmodes/nroff-mode.el (nroff-outline-level):
30195 * textmodes/reftex-cite.el (reftex-bib-sort-year)
30196 (reftex-bib-sort-year-reverse, reftex-format-citation):
30197 * textmodes/reftex-parse.el (reftex-init-section-numbers)
30198 (reftex-section-number):
30199 * textmodes/texinfmt.el (texinfo-paragraphindent):
30200 Replace `string-to-int' by `string-to-number'.
30201
30202 * international/latexenc.el: Add page marker to force the "Local
30203 Variables:" string out of the last page.
30204
30205 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
30206
30207 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
30208 tooltip-change-major-mode.
30209 (gud-tooltip-print-command): Remove case where gud-minor-mode
30210 is gdb ("--fullname").
30211 (gud-tooltip-tips): Turn GUD tooltips off for this case and
30212 explain to user.
30213
30214 2005-05-16 Jay Belanger <belanger@truman.edu>
30215
30216 * calc/calc-store.el (calc-copy-special-constant): New function.
30217
30218 * calc/calc-ext.el (calc-init-extensions): Add binding for
30219 `calc-copy-special-constant'.
30220
30221 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
30222 for the `calc-copy-special-constant' command.
30223
30224 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
30225
30226 * subr.el (left-fringe-p): New function.
30227
30228 * progmodes/compile.el (compilation-setup): Set local value of
30229 overlay-arrow-string to "" always.
30230 (compilation-set-window): Left fringe then don't scroll.
30231 No left fringe then no arrow and scroll message to top.
30232 (compilation-context-lines): Adjust doc string accordingly.
30233
30234 2005-05-16 Kim F. Storm <storm@cua.dk>
30235
30236 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
30237 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
30238 (ido-wide-find-dir-or-delete-dir): New command for M-d.
30239 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
30240 (ido-read-file-name): Handle commands with ido property value
30241 equal to find-file as reading a file name, to allow C-d to enter dired.
30242 (ibuffer-find-file): Add ido property with value find-file.
30243
30244 2005-05-15 Kim F. Storm <storm@cua.dk>
30245
30246 * subr.el (open-network-stream-nowait): Remove.
30247 (open-network-stream-server): Remove.
30248
30249 2005-05-15 Richard M. Stallman <rms@gnu.org>
30250
30251 * faces.el (describe-face): Output a definition link button.
30252
30253 * help-mode.el (help-face-def): New button type.
30254
30255 * emacs-lisp/copyright.el (copyright-fix-years):
30256 Match properly if the first year is 2-digit.
30257 Don't mess up the whitespace after the years by filling.
30258
30259 * dired-aux.el (dired-mark-confirm):
30260 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
30261
30262 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
30263 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
30264 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
30265
30266 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30267 Set font-lock-comment-start-skip.
30268
30269 * font-lock.el (font-lock-comment-start-skip): New variable.
30270 (font-lock-comment-end-skip): New variable.
30271 (font-lock-fontify-syntactically-region): Use them if non-nil.
30272
30273 2005-05-15 Jay Belanger <belanger@truman.edu>
30274
30275 * calc/calc-store.el (calc-store-value): Return a string rather
30276 than display it as a message.
30277 Use calc-var-name for variable name.
30278 (calc-store-into): Add the result of calc-store-value to message.
30279 (calc-copy-variable): Add a message.
30280 (calc-store-exchange): Improve error messages.
30281 (calc-store-binary, calc-store-map): Don't reset the values of
30282 special constants.
30283
30284 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
30285
30286 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
30287 manual to docstring.
30288
30289 * files.el (hack-local-variables-confirm): Add STRING argument.
30290 Make the function handle non file visiting buffers correctly.
30291 (hack-local-variables-prop-line, hack-local-variables)
30292 (hack-one-local-variable): Use STRING arg of
30293 `hack-local-variables-confirm'.
30294
30295 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
30296
30297 Sync with Tramp 2.0.49.
30298
30299 * net/tramp.el (tramp-handle-dired-call-process)
30300 (tramp-handle-insert-directory):`insert-buffer' cannot be used
30301 because the contents of the Tramp buffer is changed before
30302 insertion (`expand-file' and alike).
30303 (tramp-handle-insert-directory): If `localname' has an empty
30304 nondirectory name, it must not be quoted.
30305 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
30306 variable `tramp-chunksize'. Change callees.
30307 (tramp-open-connection-setup-interactive-shell): Check remote host
30308 for buggy `send-process-string' implementation.
30309 Set `tramp-chunksize' if found. Reported by Michael Kifer
30310 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
30311 (tramp-handle-shell-command): `insert-buffer' cannot be used
30312 because the contents of the Tramp buffer is changed before
30313 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
30314 <frederic.bothamy@free.fr>.
30315 (tramp-set-auto-save): Actions should be done for Tramp file name
30316 handler only. Ange-FTP has its own auto-save mechanism.
30317 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
30318 (tramp-set-auto-save-file-modes): Set file modes of
30319 `buffer-auto-save-file-name' to ?\600 as fallback solution.
30320 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
30321 (tramp-bug): Remove obsolete variable.
30322 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
30323 for presence of `mml-mode'. Make it running for older Emacsen as well.
30324
30325 2005-05-14 John Paul Wallington <jpw@pobox.com>
30326
30327 * ibuf-ext.el (define-ibuffer-filter filename):
30328 If `dired-directory' is a list, use its car.
30329
30330 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
30331
30332 * ibuffer.el (define-ibuffer-column filename):
30333 If `dired-directory' is a list, use its car.
30334
30335 2005-05-14 Richard M. Stallman <rms@gnu.org>
30336
30337 * subr.el (symbol-file): Doc fix.
30338
30339 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
30340 (byte-compile-form): Call byte-compile-nogroup-warn.
30341 (byte-compile-warning-types): Doc fix.
30342
30343 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
30344
30345 * progmodes/cc-engine.el (c-literal-faces):
30346 Add font-lock-comment-delimiter-face.
30347
30348 * net/net-utils.el (dig): Use with-no-warnings.
30349
30350 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
30351 (sc-recite-frame-alist, sc-default-cite-frame)
30352 (sc-default-uncite-frame, sc-default-recite-frame)
30353 (sc-attrib-selection-list, sc-rewrite-header-list):
30354 Mark as risky-local-variable.
30355
30356 * international/ogonek.el (ogonek-jak, ogonek-how):
30357 Don't use beginning-of-buffer.
30358
30359 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
30360
30361 * calendar/solar.el (solar-data-list): Move definition up.
30362
30363 * dnd.el (dnd-protocol-alist): Add autoload.
30364
30365 * progmodes/sh-script.el: Many doc usage fixes.
30366 (sh-indent-after-do): Change default to match common styles.
30367
30368 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
30369
30370 * files.el (interpreter-mode-alist)
30371 (auto-mode-interpreter-regexp): Doc fixes.
30372
30373 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
30374
30375 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
30376
30377 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
30378
30379 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
30380
30381 * dired.el (dired-mode): make-variable-buffer-local =>
30382 make-local-variable.
30383
30384 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30385
30386 * term/mac-win.el (mac-select-convert-to-string): Try coding
30387 systems in mac-script-code-coding-systems if specified one cannot
30388 encode string for `com.apple.traditional-mac-plain-text'.
30389
30390 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
30391
30392 * progmodes/make-mode.el (makefile-targets-face)
30393 (makefile-shell-face, makefile-makepp-perl-face): New faces.
30394 (makefile-dependency-regex): Fix it to not make the colon in
30395 $(var:a=b) special.
30396 (makefile-rule-action-regex): New regexp for highlighting embedded
30397 Shell strings.
30398 (makefile-macroassign-regex): Handle != for highlighting as
30399 embedded Shell strings.
30400 (makefile-var-use-regex): New const.
30401 (makefile-statements, makefile-automake-statements)
30402 (makefile-gmake-statements, makefile-makepp-statements)
30403 (makefile-bsdmake-statements): New consts.
30404 (makefile-make-font-lock-keywords): New function.
30405 (makefile-automake-font-lock-keywords)
30406 (makefile-gmake-font-lock-keywords)
30407 (makefile-makepp-font-lock-keywords)
30408 (makefile-bsdmake-font-lock-keywords): New consts.
30409 (makefile-mode-map): Add switchers between the various submodes.
30410 (makefile-mode): Document the availability of the variants.
30411 (makefile-automake-mode, makefile-gmake-mode)
30412 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
30413
30414 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
30415 new variants of makefile-mode.
30416
30417 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
30418
30419 * font-lock.el (font-lock-comment-delimiter-face): Fix up
30420 the inheritance.
30421
30422 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
30423
30424 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
30425 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
30426
30427 * files.el (normal-mode): Extend the scope of the
30428 `enable-local-variables' binding to include the `set-auto-mode' call.
30429 (magic-mode-alist): Doc fix.
30430
30431 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
30432
30433 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
30434 font-lock-comment-face rather than copying its setting.
30435
30436 2005-05-12 Andreas Schwab <schwab@suse.de>
30437
30438 * eshell/esh-mode.el (eshell-send-input): Doc fix.
30439
30440 2005-05-12 Lute Kamstra <lute@gnu.org>
30441
30442 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
30443 defcustom for the mode hook variable. Delete the last argument.
30444 * generic-x.el: Fix callers of define-generic-mode.
30445 (generic-x-modes): Delete group.
30446 (show-tabs-tab-face, show-tabs-space-face): Put them in the
30447 generic-x customization group.
30448
30449 2005-05-12 Kim F. Storm <storm@cua.dk>
30450
30451 * font-lock.el (font-lock-negation-char-face): Default to "off".
30452
30453 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
30454 font-lock-negation-char-face to ! in !=.
30455
30456 2005-05-12 Masatake YAMATO <jet@gyve.org>
30457
30458 * add-log.el (find-change-log): Fix typos in the docstring
30459 of function.
30460
30461 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
30462
30463 * international/latexenc.el (latexenc-find-file-coding-system):
30464 Avoid `re-search-forward' when looking for input encoding because
30465 of speed and safety. Better regular expressions for recognizing
30466 input encoding. Limit a search for TeX-master/tex-main-file to
30467 the local variable section.
30468
30469 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
30470
30471 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
30472 syntax of $ to "'" (quote).
30473
30474 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
30475
30476 * dnd.el (dnd-protocol-alist): Improve custom type.
30477
30478 * dired.el (dired-dnd-protocol-alist): New variable.
30479 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
30480 `dired-mode-hook' to the end.
30481
30482 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
30483
30484 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
30485 comment-end if comment-start-skip is not set.
30486 Obey the font-lock-comment-delimiter-face variables.
30487
30488 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
30489
30490 * files.el (executable-find): Move from executable.el. Use
30491 locate-file.
30492 * progmodes/executable.el (executable-find): Move to files.el.
30493
30494 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
30495 when trying to ensure forward progress.
30496
30497 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
30498
30499 * mouse-sel.el (mouse-sel-follow-link-p): New function.
30500 (mouse-select, mouse-select-internal, mouse-extend-internal):
30501 Use it to implement mouse-1-click-follows-link functionality.
30502
30503 2005-05-11 Richard M. Stallman <rms@gnu.org>
30504
30505 * font-lock.el (font-lock-fontify-syntactically-region):
30506 Use font-lock-comment-delimiter-face for comment delimiters.
30507
30508 2005-05-10 Jay Belanger <belanger@truman.edu>
30509
30510 * calc/calc-help.el (calc-m-prefix-help): Add mention of
30511 preserving embedded modes.
30512
30513 2005-05-10 Richard M. Stallman <rms@gnu.org>
30514
30515 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
30516
30517 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
30518 Move from ada-stmt.el.
30519 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
30520
30521 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
30522 Move to ada-mode.el.
30523 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
30524
30525 * cus-edit.el (custom-file): Call file-chase-links.
30526
30527 * files.el (read-directory-name): Fix previous change.
30528 (hack-local-variables-confirm): New function.
30529 (hack-local-variables-prop-line, hack-local-variables)
30530 (hack-one-local-variable): Use it.
30531
30532 2005-05-10 Lute Kamstra <lute@gnu.org>
30533
30534 * font-lock.el (font-lock-keywords-alist)
30535 (font-lock-removed-keywords-alist): Clarify docstrings.
30536
30537 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
30538
30539 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
30540 (gdb-source-info): Check for preprocessor info.
30541 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
30542 a macro for a function.
30543 (gdb-info-breakpoints-custom): Try to find file again if not already
30544 found (user might have used GDB dir command).
30545 (gdb-get-location): Update gdb-location-alist correctly for change
30546 to gdb-info-breakpoints-custom.
30547
30548 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
30549 (gud-tooltip-print-command): Add gdbmi case.
30550 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
30551 preprocessor info.
30552
30553 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
30554
30555 * startup.el (fancy-splash-insert): Fix typo in doc string.
30556
30557 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
30558
30559 * obsolete/float.el (string-to-float):
30560 * obsolete/hilit19.el (hilit-add-pattern):
30561 * obsolete/rnews.el (news-parse-range, news-select-message)
30562 (news-get-pruned-list-of-files): Replace `string-to-int' by
30563 `string-to-number'.
30564
30565 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
30566 `find-file-not-found-hooks'; use `add-hook'.
30567 (uncompress-while-visiting): Set `write-file-functions', not
30568 `write-file-hooks'; use `add-hook'.
30569
30570 2005-05-09 Kim F. Storm <storm@cua.dk>
30571
30572 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
30573 (cua-paste): Handle clipboard action.
30574 (cua--init-keymaps): Remap clipboard-kill-region and
30575 clipboard-kill-ring-save.
30576
30577 2005-05-08 Eli Zaretskii <eliz@gnu.org>
30578
30579 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30580 Improve commentary.
30581
30582 * simple.el (next-error-overlay-arrow-position): Revert the change
30583 made on 2005-04-30.
30584
30585 2005-05-07 Jay Belanger <belanger@truman.edu>
30586
30587 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
30588 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
30589 `calc-sel-reselect'.
30590
30591 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
30592 Calc is in embedded mode.
30593
30594 2005-05-07 Eli Zaretskii <eliz@gnu.org>
30595
30596 * progmodes/compile.el (compilation-setup):
30597 Set overlay-arrow-string to an empty string on text terminals.
30598
30599 * textmodes/ispell.el (ispell-program-name): Try looking for
30600 "aspell" along exec-path, and if found, use it as the default
30601 speller program.
30602
30603 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
30604
30605 * international/mule.el (sgml-xml-auto-coding-function):
30606 Recognize encoding='FOO' in single quotes as well as in double quotes.
30607
30608 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
30609
30610 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
30611 as well as `interactive', so that defmacro* would recognize
30612 `declare' forms.
30613
30614 2005-05-07 Eli Zaretskii <eliz@gnu.org>
30615
30616 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30617 Explain more about the LIGHTER arg's usage in the doc string.
30618 Add commentary to clarify what the code does. Fix the regexp that
30619 strips whitespace from LIGHTER. Quote LIGHTER before using it,
30620 since it could have characters special to regular expressions.
30621
30622 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
30623
30624 * replace.el (occur-1): Bind inhibit-read-only so that
30625 erase-buffer doesn't barf on read-only text properties (likewise
30626 for add-text-properties in occur-engine). Mark buffer as unmodified.
30627 (occur-engine): Don't set buffer-read-only here.
30628
30629 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
30630
30631 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
30632 list-buffers-directory. This caused the *cvs-commit* buffer to be
30633 sometimes mistakenly reused as a *cvs* buffer.
30634
30635 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
30636
30637 * tooltip.el: Move code for GUD tooltips into gud.el.
30638 (require): CL no longer needed to compile case.
30639 (tooltip-mode): Do not toggle functions for GUD tooltips.
30640 (tooltip-gud-tips-p): Remove. Replace with minor mode
30641 gud-tooltip-mode in gud.el.
30642 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
30643 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
30644 tooltip-gud prefix with gud-tooltip and obsolete.
30645 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
30646 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
30647 (tooltip-mouse-motion): Mouse movement functions/variable.
30648 Rename in gud.el by adding gud prefix.
30649 (tooltip-gud-original-filter, tooltip-gud-dereference)
30650 (tooltip-gud-event, tooltip-toggle-gud-tips)
30651 (tooltip-gud-process-output, tooltip-gud-print-command)
30652 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
30653 gud.el by replacing tooltip-gud prefix with gud-tooltip.
30654 (gdb-tooltip-print): Move to gdb-ui.el.
30655
30656 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
30657 (require): CL needed to compile case.
30658 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
30659 tooltip-gud-tips-p. Make it a minor-mode.
30660 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
30661 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
30662 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
30663 (gud-tooltip-change-major-mode)
30664 (gud-tooltip-activate-mouse-motions-if-enabled)
30665 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
30666 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
30667 (gud-tooltip-original-filter, gud-tooltip-dereference)
30668 (gud-tooltip-event, tooltip-toggle-gud-tips)
30669 (gud-tooltip-process-output, gud-tooltip-print-command)
30670 (gud-tooltip-tips): Move from tooltip.el.
30671
30672 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
30673 (gdb-cpp-define-alist-flags): Doc fix.
30674 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
30675 gud-tooltip-mode is t.
30676
30677 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
30678
30679 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
30680 evaporate if their text is deleted.
30681 (goto-address-at-point): Make it work as a mouse binding as well.
30682 (goto-address-at-mouse): Obsolete it. Update users.
30683
30684 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
30685
30686 * calendar/appt.el (top-level): No longer activate on load.
30687
30688 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
30689
30690 * calendar/cal-bahai.el (mark-bahai-diary-entries):
30691 * net/webjump.el (webjump):
30692 * progmodes/idlw-help.el (idlwave-do-context-help1)
30693 (idlwave-highlight-linked-completions):
30694 * textmodes/po.el (po-find-file-coding-system-guts):
30695 Replace `assoc-ignore-case' by `assoc-string'.
30696
30697 2005-05-06 Eli Zaretskii <eliz@gnu.org>
30698
30699 * files.el (locate-file): Doc fix.
30700
30701 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
30702 Remove the redundant test for ms-dos.
30703
30704 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
30705 look for the preprocessor with exec-suffixes. If not found in
30706 standard places, look in exec-path. Remove most of the tests that
30707 used system-type.
30708
30709 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
30710
30711 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
30712
30713 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
30714 file-name clash with jka-compr.el on 8+3 filesystems.
30715
30716 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30717
30718 * term/mac-win.el: Don't define or bind scroll bar functions if
30719 x-toolkit-scroll-bars is t.
30720 (x-select-text, x-get-selection-value): Clear
30721 x-last-selected-text-clipboard if x-select-enable-clipboard is
30722 nil.
30723 (PRIMARY): Put mac-scrap-name property.
30724 (mac-select-convert-to-file-url): New function.
30725 (public.file-url): New selection target type. Add to
30726 selection-converter-alist.
30727 (x-get-selection, x-selection-value): Handle it.
30728 (x-cut-buffer-or-selection-value): New alias.
30729
30730 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
30731
30732 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
30733 entry to avoid calling bibtex-find-entry with arg global
30734 being t. Remove arg key.
30735 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
30736 (bibtex-copy-summary-as-kill): Change accordingly.
30737
30738 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
30739
30740 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
30741 (org-agenda-date-later): Use with-current-buffer.
30742
30743 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
30744
30745 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
30746 (define-obsolete-variable-alias): Doc Fixes.
30747
30748 2005-05-06 Kim F. Storm <storm@cua.dk>
30749
30750 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
30751 vertical-motion when selective-display is active.
30752
30753 * ido.el (ido-setup-hook): New hook.
30754 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
30755 (ido-input-stack): New var.
30756 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
30757 ido-next-work-file binding to M-O.
30758 Bind M-f to ido-wide-find-file-or-pop-dir.
30759 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
30760 (ido-read-internal): Run ido-setup-hook.
30761 Catch quit in read-file-name and read-string to cancel edit.
30762 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
30763 Automatically pop-all when completing a directory name (RET).
30764 (ido-file-internal): Add with-no-warnings around ffap and dired code.
30765 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
30766 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
30767 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
30768 New functions for M-b/M-f to move among the directory components.
30769 (ido-make-merged-file-list): Catch quit to cancel merge.
30770 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
30771 (ido-completion-help): No warnings for ido-completion-buffer-full.
30772
30773 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
30774
30775 * font-lock.el (font-lock-negation-char-face): New face and variable.
30776 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
30777 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
30778 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
30779 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
30780
30781 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
30782
30783 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
30784 Fix typo in docstring.
30785
30786 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
30787 (ebrowse-print-statistics-line)
30788 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
30789
30790 * term/w32-win.el (image-library-alist): Add additional name for
30791 Xpm library.
30792
30793 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
30794
30795 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
30796 use gcc instead of cpp.
30797
30798 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
30799 (gdb-create-define-alist): Use it.
30800 (gdb-cpp-define-alist-program): Update for MS-DOS.
30801
30802 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
30803
30804 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
30805
30806 2005-05-04 Richard M. Stallman <rms@gnu.org>
30807
30808 * help.el (describe-key): No error when UNTRANSLATED is nil.
30809
30810 * simple.el (line-move-1): Fix previous change to signal errors
30811 appropriately.
30812
30813 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
30814
30815 * calendar/icalendar.el (icalendar-version): Now at 0.12.
30816 (icalendar-duration-correction): Remove.
30817 (icalendar--get-event-properties): Split result at commas.
30818 (icalendar--decode-isoduration): New optional argument
30819 DURATION-CORRECTION.
30820 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
30821 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
30822 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
30823 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
30824 (icalendar--convert-anniversary-to-ical): New functions, extracted
30825 from icalendar-export-region, with bug fixes.
30826 (icalendar-export-region): Use the above functions.
30827 (icalendar-import-buffer): Check before saving diary file.
30828 (icalendar--convert-recurring-to-diary)
30829 (icalendar--convert-non-recurring-all-day-to-diary)
30830 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
30831 extracted from icalendar--convert-ical-to-diary, with bug fixes.
30832 (icalendar--convert-ical-to-diary): Use the above functions.
30833
30834 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
30835
30836 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
30837 Remove these recent additions.
30838 (c-mode): Restore to before 2005-04-28.
30839
30840 * progmodes/cc-vars.el (cc-define-list-program): Remove this
30841 recent addition.
30842
30843 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
30844 (gdb-define-alist): New variables.
30845 (gdb-create-define-alist): New function.
30846 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
30847 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
30848 with string-to-number.
30849 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
30850
30851 * progmodes/gud.el: Replace string-to-int with string-to-number.
30852 (gud-find-file): Handle gdb-define-alist.
30853
30854 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
30855
30856 2005-05-02 Jay Belanger <belanger@truman.edu>
30857
30858 * calc/calc-aent.el (math-read-token):
30859 * calc/calc-bin.el (calc-word-size):
30860 * calc/calc-ext.el (calc-read-number-fancy):
30861 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
30862 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
30863 * calc/calc-frac.el (calc-over-notation):
30864 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
30865 (calc-graph-num-points, calc-graph-init):
30866 * calc/calc-prog.el (calc-read-parse-table-part)
30867 (calc-edit-macro-repeats):
30868 * calc/calc-yank.el (calc-do-grab-rectangle):
30869 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
30870 Replace `string-to-int' by `string-to-number'.
30871
30872 2005-05-02 Kim F. Storm <storm@cua.dk>
30873
30874 * kmacro.el: Use executing-kbd-macro-index variable.
30875
30876 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
30877
30878 * net/rlogin.el (rlogin-parse-words): Delete func.
30879 (rlogin): Use split-string, not rlogin-parse-words.
30880 Also, if there are option-like elements in the parsed args,
30881 take the host to be the first arg immediately following them.
30882 Suggested by Michael Mauger.
30883
30884 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
30885
30886 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
30887
30888 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
30889
30890 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
30891 (cc-mode-cpp-program): Rename to cc-define-list-program and
30892 move to cc-vars.el.
30893
30894 * progmodes/cc-vars.el (cc-define-list-program):
30895 Change to "gcc -E -dM -". Make customizable.
30896
30897 2005-05-02 Kim F. Storm <storm@cua.dk>
30898
30899 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
30900
30901 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
30902
30903 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
30904
30905 * international/mule-util.el (truncate-string): Remove alias and
30906 obsolete declaration.
30907
30908 * international/mule-cmds.el (update-iso-coding-systems):
30909 Remove alias and obsolete declaration.
30910
30911 * international/mule.el (coding-system-parent): Remove alias and
30912 obsolete declaration.
30913
30914 * subr.el (define-function, sref): Remove aliases and obsolete
30915 declarations.
30916 (chars-in-region): Remove obsolete declaration.
30917
30918 2005-05-01 Richard M. Stallman <rms@gnu.org>
30919
30920 * info.el (Info-mode): Set widen-automatically to nil, locally.
30921
30922 * simple.el (widen-automatically): New variable.
30923 (pop-global-mark): Obey widen-automatically.
30924
30925 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
30926
30927 * term/xterm.el (function-key-map): Call substitute-key-definition
30928 before the keymap size is increased by a lot of define-key calls.
30929
30930 2005-05-01 Richard M. Stallman <rms@gnu.org>
30931
30932 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
30933 Rename ARG to ELEMENT. Doc fix.
30934
30935 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
30936
30937 * allout.el (allout-exposure): Remove macro and obsolete declaration.
30938 Remove references to allout-exposure/change to allout-new-exposure.
30939
30940 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
30941 bytecode symbols.
30942
30943 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
30944 (compiled-function-p, focus-frame, unfocus-frame):
30945 Remove aliases and obsolete declarations.
30946 Back out inadvertent changes from previous commit.
30947
30948 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
30949
30950 * files.el (require-final-newline): Make Custom tags consistent
30951 with mode-require-final-newline.
30952 (mode-require-final-newline): Doc fix.
30953
30954 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
30955
30956 * international/latexenc.el (latexenc-find-file-coding-system):
30957 Fix regular expressions.
30958
30959 2005-05-01 David Kastrup <dak@gnu.org>
30960
30961 * international/latexenc.el (latexenc-find-file-coding-system):
30962 Fix regular expressions.
30963
30964 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
30965
30966 * subr.el (string-to-int): Make obsolete.
30967
30968 2005-04-30 Richard M. Stallman <rms@gnu.org>
30969
30970 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
30971
30972 * loadup.el: load jka-comp-hook.
30973
30974 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
30975 (jka-compr-handler): Add autoload. `put' calls moved
30976 to jka-comp-hook.el.
30977 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
30978 (jka-compr-inhibit): Autoload.
30979
30980 * jka-comp-hook.el: New file.
30981 Enable the mode by default.
30982
30983 * files.el (backup-buffer-copy): Use copy-file instead
30984 of write-region, and put back the 'excl.
30985
30986 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
30987
30988 * progmodes/flymake.el (flymake-split-string)
30989 (flymake-split-string, flymake-log, flymake-pid-to-names)
30990 (flymake-reg-names, flymake-get-source-buffer-name)
30991 (flymake-unreg-names, flymake-add-line-err-info)
30992 (flymake-add-err-info): Clarify docstrings.
30993 (flymake-popup-menu, flymake-make-emacs-menu)
30994 (flymake-make-xemacs-menu): Add docstrings.
30995 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
30996 Set variables directly throughout.
30997
30998 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
30999
31000 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
31001 exists. Initialize cc-define-alist.
31002 (c-mode): Add cc-create-define-alist locally to after-save-hook.
31003 If there is no file (Macroexpansion) don't create an alist.
31004
31005 2005-04-29 Sam Steingold <sds@gnu.org>
31006
31007 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
31008 (cc-create-define-alist): Use it instead of the hard-coded string.
31009
31010 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
31011
31012 * international/mule-conf.el (file-coding-system-alist): Fix regexp
31013 for latexenc.
31014
31015 2005-04-29 Lute Kamstra <lute@gnu.org>
31016
31017 * emacs-lisp/generic.el: Improve commentary section.
31018 (define-generic-mode): Improve docstring.
31019
31020 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
31021
31022 * textmodes/org.el (many places): Change to quiet the byte compiler.
31023 (org-prefix-format-compiled): New variable.
31024 (org-compile-prefix-format): New function.
31025 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
31026 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
31027 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
31028 (org-get-entries-from-diary): Use `org-get-time-of-day' for
31029 consistency with entries from `org-mode' files.
31030 (org-get-time-of-day): Fix bug with partial matches early in a line.
31031 (org-non-link-chars): New constant.
31032 (org-link-regexp): Respect `org-non-link-chars'.
31033 (org-agenda-day-view): Remove command.
31034 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
31035 (org-follow-bbdb-link, org-store-link): Search also company field.
31036 (org-highlight-overlay): New variable.
31037 (org-highlight, org-unhighlight): New functions.
31038 (org-agenda-mode): Add pre-command-hook to remove highlight.
31039 (org-evaluate-time-range): Behavior depends upon whether time stamp
31040 contains a time or not.
31041 (org-show-subtree, org-show-entry): New functions.
31042 (org-agenda-cleanup-fancy-diary): Remove empty lines.
31043
31044 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
31045
31046 * comint.el (comint-output-filter-functions): Add autoload cookie.
31047
31048 2005-04-28 Kim F. Storm <storm@cua.dk>
31049
31050 * ido.el (ido-everywhere): Fix last change.
31051
31052 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
31053
31054 * international/latexenc.el: New file.
31055 * international/mule-conf.el (file-coding-system-alist): For .tex,
31056 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
31057
31058 2005-04-28 Lute Kamstra <lute@gnu.org>
31059
31060 * font-lock.el (font-lock-add-keywords)
31061 (font-lock-remove-keywords): Clarify docstring.
31062 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
31063 Don't start docstrings with a `*'.
31064 (font-lock-update-removed-keyword-alist): Give it a docstring.
31065
31066 * generic-x.el: Update commentary section.
31067 Only require font-lock when compiling.
31068 Define all modes conditionally.
31069 Place all generic modes in the generic-x-modes customization group.
31070 (generic-x-modes): New customization group.
31071 (generic-default-modes, generic-mswindows-modes)
31072 (generic-unix-modes, generic-other-modes): New constants.
31073 (generic-define-mswindows-modes, generic-define-unix-modes):
31074 Update docstrings. Make them obsolete.
31075 (generic-extras-enable-list): New default value. Update docstring.
31076 Improve :type. Change :set function.
31077 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
31078 Fix docstring.
31079
31080 * emacs-lisp/generic.el (generic-mode-internal):
31081 Simplify font-lock-defaults.
31082 (define-generic-mode): Fix docstring.
31083
31084 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
31085
31086 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
31087 font-lock-face property to highlight matches.
31088
31089 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
31090
31091 * progmodes/cc-mode.el (cc-create-define-alist): New function.
31092 (cc-define-alist): New variable.
31093 (c-mode): Make it local and initialize it.
31094
31095 * progmodes/gdb-ui.el (gdb-active-process): New variable.
31096 (gdb-exited): New function.
31097 (gdb-annotation-rules): Use it.
31098 (gdb-starting): Set gdb-active-process to t.
31099 (gdb-stopping): Amend doc string.
31100 (gdb-reset): Set gdb-active-process to nil.
31101
31102 * tooltip.el (tooltip-gud-tips): Show the associated #define
31103 directives when a C program under GDB is not executing.
31104
31105 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
31106
31107 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
31108 font-lock-fontify-syntactic-keywords.
31109
31110 * font-lock.el (font-lock-default-fontify-region): Don't force
31111 parse-sexp-lookup-properties to nil.
31112
31113 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
31114
31115 * man.el (man-mode-syntax-table): Set up `:' to have
31116 word-constituent syntax.
31117
31118 2005-04-27 Lute Kamstra <lute@gnu.org>
31119
31120 * novice.el (disable-command): Don't add spurious newlines to the
31121 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
31122
31123 2005-04-26 Jay Belanger <belanger@truman.edu>
31124
31125 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
31126 than one window before deleting window.
31127
31128 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
31129
31130 * shell.el (shell-prompt-pattern): Doc fix.
31131 (shell-mode): Set paragraph-separate buffer locally to "\\'".
31132
31133 * comint.el (comint-prompt-regexp, comint-get-old-input)
31134 (comint-use-prompt-regexp)
31135 (comint-use-prompt-regexp-instead-of-fields)
31136 (comint-replace-by-expanded-history, comint-send-input)
31137 (comint-output-filter, comint-get-old-input-default)
31138 (comint-line-beginning-position, comint-bol, comint-show-output)
31139 (comint-backward-matching-input, comint-forward-matching-input)
31140 (comint-next-prompt, comint-previous-prompt):
31141 Rename `comint-use-prompt-regexp-instead-of-fields' to
31142 `comint-use-prompt-regexp'. Keep old name as alias and declare
31143 obsolete.
31144 (comint-use-prompt-regexp): Shorten first line of doc string.
31145
31146 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
31147 Set paragraph-separate buffer locally to "\\'".
31148
31149 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
31150 Adapt to above name change.
31151
31152 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
31153 (smbclient-prompt-regexp): Ditto.
31154
31155 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
31156
31157 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
31158
31159 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
31160 gdb-location-list.
31161 Break lines that are over 80 characters wide.
31162
31163 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
31164
31165 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
31166 New fun and var, to preserve compatibility.
31167
31168 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
31169
31170 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
31171
31172 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
31173 name to file-newer-than-file-p.
31174
31175 2005-04-26 Richard M. Stallman <rms@gnu.org>
31176
31177 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
31178
31179 * progmodes/python.el (python-mode):
31180 Use new name eldoc-documentation-function.
31181
31182 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
31183
31184 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31185 (eldoc-documentation-function):
31186 Rename from eldoc-print-current-symbol-info-function. Calls changed.
31187
31188 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
31189
31190 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
31191
31192 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
31193
31194 * term/xterm.el (function-key-map): Fix strings for
31195 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
31196 {C,S,A,C-S}-{f1-f12}.
31197
31198 2005-04-26 Kenichi Handa <handa@m17n.org>
31199
31200 * international/mule-cmds.el (select-safe-coding-system):
31201 Fix previous change.
31202
31203 2005-04-26 Lute Kamstra <lute@gnu.org>
31204
31205 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
31206
31207 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
31208 (font-lock-comment-delimiter-face): Ditto.
31209
31210 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
31211
31212 2005-04-25 Jay Belanger <belanger@truman.edu>
31213
31214 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
31215 to t while inserting information; use help-mode.
31216
31217 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
31218
31219 * term.el (ansi-term-color-vector): Use the xterm colors.
31220 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
31221
31222 2005-04-25 Lute Kamstra <lute@gnu.org>
31223
31224 * font-core.el (font-lock-defaults): Fix docstring.
31225
31226 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
31227
31228 2005-04-25 Kenichi Handa <handa@m17n.org>
31229
31230 * international/mule-cmds.el (select-safe-coding-system):
31231 Don't check consistency with coding: spec, etc if raw-text or
31232 no-conversion was found to be safe.
31233
31234 2005-04-24 Richard M. Stallman <rms@gnu.org>
31235
31236 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
31237 citation markers at start of each line.
31238
31239 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
31240 citation markers at start of each line.
31241
31242 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
31243
31244 * files.el (mode-require-final-newline): Fix previous change.
31245 (require-final-newline): Fix type label.
31246
31247 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
31248
31249 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
31250 statement in buffer (broken by 2004-11-24 change).
31251
31252 2005-04-24 Kim F. Storm <storm@cua.dk>
31253
31254 * ido.el (ido-everywhere): Save and restore old read-buffer-function
31255 and read-file-name-function values. Don't overwrite existing
31256 non-nil values if ido-mode is enabled without ido-everywhere.
31257
31258 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
31259
31260 * files.el (mode-require-final-newline): Minor doc fix.
31261
31262 2005-04-24 Eli Zaretskii <eliz@gnu.org>
31263
31264 * subr.el (syntax-after): Doc fix.
31265 (syntax-class): If argument is nil, return nil. Mask off upper 16
31266 bits, not 8 bits.
31267
31268 * files.el (mode-require-final-newline): Doc fix.
31269 (backup-buffer-copy): Fix last change.
31270
31271 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31272
31273 * term/mac-win.el: Require select. Set selection-coding-system to
31274 mac-system-coding-system. Call menu-bar-enable-clipboard.
31275 (x-last-selected-text-clipboard, x-last-selected-text-primary)
31276 (x-select-enable-clipboard): New variables.
31277 (x-select-text, x-get-selection, x-selection-value)
31278 (x-get-selection-value, mac-select-convert-to-string)
31279 (mac-services-open-file, mac-services-open-selection)
31280 (mac-services-insert-text): New functions.
31281 (CLIPBOARD, FIND): Put mac-scrap-name property.
31282 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
31283 (public.tiff): Put mac-ostype property.
31284 (selection-converter-alist): Add entries for them.
31285 (mac-application-menu-map): New keymap.
31286 (interprogram-cut-function, interprogram-paste-function): Set to
31287 x-select-text and x-get-selection-value, respectively.
31288 (split-window-keep-point): Set to t.
31289
31290 2005-04-23 Richard M. Stallman <rms@gnu.org>
31291
31292 * files.el (read-directory-name): Always pass non-nil
31293 DEFAULT-FILENAME arg to read-file-name.
31294 (backup-buffer-copy, basic-save-buffer-2): Take care against
31295 writing thru an unexpected existing symlink.
31296 (revert-buffer): In indirect buffer, revert the base buffer.
31297 (magic-mode-alist): Doc fix.
31298 (buffer-stale-function): Doc fix.
31299 (minibuffer-with-setup-hook): Avoid warning.
31300 (mode-require-final-newline): Doc and custom fix.
31301
31302 * follow.el (follow-end-of-buffer): Use with-no-warnings.
31303
31304 * font-lock.el (font-lock-comment-face): On terminals with few colors,
31305 use the default appearance.
31306 (font-lock-comment-delimiter-face): New face, new variable.
31307
31308 * imenu.el (imenu--generic-function): The official position of a
31309 definition is the start of the line that BEG is in.
31310
31311 * midnight.el (midnight-timer): Move defvar up.
31312
31313 * mouse.el (mouse-drag-region-1): Delete some debugging code.
31314
31315 * saveplace.el (save-place-to-alist): Use with-no-warnings.
31316
31317 * startup.el (command-line): Use with-no-warnings.
31318
31319 * window.el (window-size-fixed): New defvar.
31320
31321 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
31322
31323 * mail/rmail.el (rmail-font-lock-keywords):
31324 Use font-lock-comment-delimiter-face.
31325
31326 * mail/sendmail.el (mail-font-lock-keywords):
31327 Use font-lock-comment-delimiter-face.
31328
31329 * progmodes/compile.el (next-error-highlight-timer): New defvar.
31330
31331 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
31332
31333 * progmodes/compile.el (compilation-mode-font-lock-keywords):
31334 Specify t for LAXMATCH when matching directories.
31335 Save match data around compilation-compat-error-properties form.
31336
31337 2005-04-23 David Kastrup <dak@gnu.org>
31338
31339 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
31340 Mention that the autoloaded aliases should be kept for AUCTeX.
31341
31342 2005-04-23 Andreas Schwab <schwab@suse.de>
31343
31344 * isearch.el (isearch-forward): Doc fix.
31345
31346 2005-04-23 Eli Zaretskii <eliz@gnu.org>
31347
31348 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
31349 (jit-lock-stealth-nice): Change default value to 0.5.
31350
31351 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
31352
31353 * abbrev.el (write-abbrev-file): Write table entries in
31354 alphabetical order by table name.
31355
31356 2005-04-22 Kim F. Storm <storm@cua.dk>
31357
31358 * ido.el (ido-read-internal): Fix `list' completion.
31359
31360 2005-04-22 Kenichi Handa <handa@m17n.org>
31361
31362 * recentf.el (recentf-save-file-coding-system): New variable.
31363 (recentf-save-list): Encode the file by
31364 recentf-save-file-coding-system and add coding: tag.
31365
31366 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
31367
31368 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
31369
31370 2005-04-21 Lute Kamstra <lute@gnu.org>
31371
31372 * loadhist.el (unload-feature): Don't remove a function from hooks
31373 if it is about to be restored to an autoload . Remove functions
31374 that will become unbound from auto-mode-alist. Simplify the code.
31375
31376 * subr.el (assq-delete-all): New implementation that is linear,
31377 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
31378 (rassq-delete-all): New function.
31379
31380 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31381 Add size-indication-mode.
31382
31383 2005-04-21 Kenichi Handa <handa@m17n.org>
31384
31385 * international/mule-cmds.el: Add autoload for widget-value in
31386 eval-when-compile.
31387
31388 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
31389
31390 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31391 Add tooltip-mode.
31392
31393 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
31394
31395 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
31396
31397 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
31398 (inferior-lisp-filter-regexp, inferior-lisp-program)
31399 (inferior-lisp-load-command, inferior-lisp-prompt)
31400 (inferior-lisp-mode-hook, lisp-source-modes)
31401 (inferior-lisp-load-hook): defvar->defcustom.
31402 (inferior-lisp-program, inferior-lisp-prompt)
31403 (inferior-lisp-load-hook): Doc fixes.
31404 (inferior-lisp-install-letter-bindings): Small change in
31405 introductory comment.
31406
31407 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
31408
31409 * vc.el (vc-annotate-color-map): Change some colors so that text
31410 using them as foreground is readable on both white and black
31411 backgrounds.
31412
31413 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
31414
31415 * international/mule-conf.el (translation-table-for-input):
31416 Remove redundant declaration.
31417
31418 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
31419
31420 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
31421
31422 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
31423 (tooltip-toggle-gud-tips): New function.
31424
31425 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31426
31427 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
31428 right angle brackets.
31429
31430 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
31431
31432 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
31433
31434 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
31435
31436 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
31437 Remove. Update callers to use expand-file-name instead.
31438
31439 * subr.el (syntax-class): New function.
31440
31441 * simple.el (blink-matching-open): Use it.
31442
31443 * paren.el (show-paren-function): Use it to recognize parens that are
31444 also used in 2-char comment markers.
31445
31446 2005-04-19 Lute Kamstra <lute@gnu.org>
31447
31448 * loadhist.el (unload-feature): Update for new format of
31449 load-history. Simplify the code.
31450
31451 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31452
31453 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
31454 (mac-add-charset-info): New function. Initialize variable
31455 mac-charset-info-alist using it.
31456 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
31457 for translation.
31458 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
31459 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
31460 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
31461 New CCL programs.
31462
31463 2005-04-19 Kim F. Storm <storm@cua.dk>
31464
31465 * simple.el (next-buffer, prev-buffer, next-error)
31466 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31467 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
31468
31469 * bindings.el (next-buffer, prev-buffer, next-error)
31470 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31471 (clone-indirect-buffer-other-window): Move bindings from simple.el.
31472 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
31473 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
31474
31475 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
31476
31477 * isearch.el (isearch-edit-string): Make the search-ring available for
31478 minibuffer history commands.
31479 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
31480 the default history commands now work just as well.
31481 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
31482
31483 2005-04-18 Kim F. Storm <storm@cua.dk>
31484
31485 * emulation/cua-base.el (cua--pre-command-handler): Add more
31486 elaborate check for shift modifier on non-window systems.
31487
31488 2005-04-18 Lars Hansen <larsh@math.ku.dk>
31489
31490 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
31491
31492 2005-04-18 Kim F. Storm <storm@cua.dk>
31493
31494 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
31495 and make it optional. Don't test tooltip-gud-echo-area here.
31496 (tooltip-gud-process-output, gdb-tooltip-print):
31497 Pass tooltip-gud-echo-area to tooltip-show.
31498 (tooltip-help-tips): Remove second optional arg to tooltip-show.
31499
31500 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31501
31502 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
31503 `display-graphic-p' may not be bound yet.
31504
31505 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
31506
31507 * startup.el (command-line): No longer enable Xterm Mouse mode by
31508 default in terminals compatible with xterm.
31509
31510 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
31511
31512 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
31513
31514 * tooltip.el (tooltip-gud-echo-area): Rename from
31515 tooltip-use-echo-area.
31516 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
31517 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
31518 area independently of where help tooltips are displayed.
31519
31520 2005-04-17 David Kastrup <dak@gnu.org>
31521
31522 * cus-theme.el (custom-theme-write-variables): Quote variables
31523 where necessary.
31524
31525 2005-04-17 Richard M. Stallman <rms@gnu.org>
31526
31527 * simple.el (yank-excluded-properties): Add follow-link to value.
31528
31529 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
31530
31531 * startup.el (fancy-splash-max-time): Just 30 seconds.
31532 (fancy-splash-delay): Just 7.
31533 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
31534
31535 * loadhist.el (unload-feature): Update for new format of load-history.
31536 Simplify the code.
31537
31538 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
31539 (rmail-font-lock-keywords): Don't fontify the text of a citation.
31540
31541 * mail/sendmail.el (mail-font-lock-keywords):
31542 Don't fontify subject text.
31543 Don't fontify the text of a citation.
31544
31545 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
31546
31547 * comint.el (comint-output-filter): Run comint-output-filter-functions
31548 with point where the user had it.
31549
31550 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
31551
31552 * international/ucs-tables.el (ucs-set-table-for-input):
31553 Disable when using unify-on-decoding.
31554
31555 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
31556
31557 * emulation/cua-base.el (cua-global-mark-face): Add special case
31558 for displays supporting a high number of colors.
31559
31560 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
31561
31562 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
31563
31564 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
31565
31566 * filesets.el (filesets-add-buffer): If user supplies a name of a
31567 non-existing fileset, create a new fileset.
31568
31569 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
31570
31571 * textmodes/org.el (org-up-heading-all): Fix bug with
31572 `outline-up-heading-all'.
31573
31574 2005-04-16 Andreas Schwab <schwab@suse.de>
31575
31576 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
31577 /etc/permissions.d/* and /etc/aliases.d/*.
31578
31579 2005-04-16 Kenichi Handa <handa@m17n.org>
31580
31581 * international/code-pages.el (cp-make-coding-system):
31582 Set `translation-table-for-input' property value to the symbol
31583 ucs-mule-to-mule-unicode, not to that value.
31584 (pt154): Escape guillemet by `\'.
31585
31586 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
31587
31588 * loadup.el: Load tooltip if x-show-tip is fboundp.
31589
31590 * startup.el (command-line): Add comment.
31591
31592 * tooltip.el (tooltip-mode): Specify correct standard value for
31593 Custom in init-value.
31594
31595 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
31596
31597 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
31598 possible.
31599
31600 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
31601
31602 * textmodes/org.el (org-agenda-date-prompt): Rename from
31603 `org-agenda-date-today'.
31604 (org-evaluate-time-range): Insert at point instead of directly
31605 after time range.
31606 (org-first-headline-recenter, org-subtree-end-visible-p)
31607 (org-optimize-window-after-visibility-change): New functions
31608 (org-agenda-post-command-hook): Don't allow point at end of line,
31609 to make sure it always hits the text properties.
31610 (org-agenda-next-date-line, org-agenda-previous-date-line):
31611 New commands.
31612 (org-set-regexps-and-options): Category may contain white space.
31613 (org-agenda-get-deadlines, org-agenda-get-scheduled):
31614 Improve marker positions.
31615 (org-agenda-new-marker): Argument POS made optional.
31616 (org-agenda-get-timestamps): Deadlines which are done are listed
31617 in org-done-face now.
31618 (org-agenda-get-todos, org-agenda-get-timestamps)
31619 (org-agenda-get-deadlines, org-agenda-get-scheduled):
31620 Set `undone-face' and `done-face' properties.
31621 (org-last-todo-state-is-todo): New variable.
31622 (org-todo): Set `org-last-todo-state-is-todo'.
31623 (org-agenda-todo): Change face according to
31624 `org-last-todo-state-is-todo'. And change other lines referring to
31625 the same entry.
31626 (org-calendar-goto-agenda): New command.
31627 (org-calendar-to-agenda-key): New option.
31628 (org-startup-folded): New allowed value `content'.
31629 (org-set-regexps-and-options): Accept new value `content' for
31630 `org-startup-folded'.
31631 (org-get-current-options): Handle new value `content' for
31632 `org-startup-folded'.
31633 (org-insert-todo-heading): New command.
31634 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
31635 interactively in empty file and option
31636 `org-insert-mode-line-in-empty-file' has been set.
31637 (org-agenda-todo, org-agenda-priority): Modify to use
31638 `org-agenda-change-all-lines'.
31639 (org-warning-face): Change color on dark background.
31640
31641 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31642
31643 * international/mule-cmds.el (set-locale-environment): On Mac OS,
31644 use preferences AppleLocale and AppleLanguages, and variable
31645 mac-system-locale for default locale. On Mac OS Classic, use
31646 mac-system-coding-system for default coding systems.
31647
31648 * term/mac-win.el: Don't set file-name-coding-system.
31649 Decode variables system-name, emacs-build-system, user-login-name, and
31650 user-full-name by mac-system-coding-system on Mac OS Classic.
31651 (mac-system-coding-system): New variable.
31652
31653 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
31654
31655 * startup.el (command-line): Handle `xterm-mouse-mode' before
31656 reading init file.
31657
31658 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
31659
31660 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
31661
31662 * progmodes/sh-script.el (sh-here-document-word): Make it a
31663 defcustom. Doc fix.
31664 (sh-add): Bash uses $(( )) for arithmetic.
31665 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
31666 (sh-maybe-here-document): Remove quotes and leading whitespace
31667 from heredoc word when closing. Indent heredoc with tabs if word
31668 starts with "-".
31669
31670 2005-04-13 Richard M. Stallman <rms@gnu.org>
31671
31672 * simple.el (undo): Fix previous change.
31673
31674 * custom.el (defface): Doc fix.
31675
31676 2005-04-13 Lute Kamstra <lute@gnu.org>
31677
31678 * Makefile.in (DONTCOMPILE): Remove list.
31679 (compile, compile-always): Don't use DONTCOMPILE.
31680 (update-authors): Load the library in which batch-update-authors
31681 is defined.
31682 * makefile.w32-in (DONTCOMPILE): Remove list.
31683 (compile, compile-always): Fix comments.
31684 (update-authors): Load the library in which batch-update-authors
31685 is defined.
31686
31687 * generic-x.el (generic-mode-ini-file-find-file-hook):
31688 Rename to ini-generic-mode-find-file-hook.
31689 Keep generic-mode-ini-file-find-file-hook as an alias.
31690 (ini-generic-mode-find-file-hook): Rename from
31691 generic-mode-ini-file-find-file-hook. Fix docstring.
31692 (ini-generic-mode): Docstring change.
31693 (bat-generic-mode-run-as-comint): Silence the byte compiler.
31694
31695 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
31696 called from lisp.
31697
31698 * generic.el: Move to the emacs-lisp subdir.
31699
31700 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
31701
31702 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
31703 and C-S- function and cursor motion keys.
31704
31705 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
31706
31707 * startup.el (command-line): Enable Xterm Mouse mode by default.
31708 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
31709 for Custom. No longer show "Mouse" in mode line when enabled.
31710 Doc fix.
31711
31712 2005-04-12 Kim F. Storm <storm@cua.dk>
31713
31714 * emulation/cua-base.el (cua-rectangle-face)
31715 (cua-rectangle-noselect-face): Define face attributes here.
31716
31717 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
31718
31719 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31720
31721 * startup.el (command-line): Turn off blinking cursor if
31722 cursorBlink in resources is off or false.
31723
31724 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31725
31726 * term/mac-win.el (dnd): Require dnd.
31727 (mac-drag-n-drop): Call dnd-handle-one-url.
31728 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
31729 (kTextEncodingISOLatin2): Remove constants.
31730 (mac-script-code-coding-systems): New constant.
31731 (mac-handle-language-change): New function.
31732 (special-event-map): Bind it to `language-change' event.
31733 (mac-centraleurroman, mac-cyrillic): New coding systems.
31734 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
31735 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
31736 and mac-cyrillic-encoder to encode-mac-centraleurroman and
31737 encode-mac-cyrillic, respectively.
31738
31739 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31740
31741 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
31742 Don't set overlay-arrow-string to "=>" as this is done
31743 globally in C now.
31744
31745 2005-04-12 Lute Kamstra <lute@gnu.org>
31746
31747 * generic-x.el (rc-generic-mode, rul-generic-mode):
31748 Fix auto-mode-alist entries.
31749 (etc-fstab-generic-mode): Tweak fontification.
31750
31751 * generic.el (generic-make-keywords-list): Fix docstring.
31752 (generic-mode-internal): Simplify generic-font-lock-keywords.
31753
31754 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
31755
31756 * whitespace.el (whitespace-buffer-leading)
31757 (whitespace-buffer-trailing): Revert the incorrect test inversion.
31758 However, fix the highlight area for the leading and
31759 trailing whitespaces to show space.
31760
31761 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
31762
31763 * whitespace.el (whitespace-version): Bump to 3.5.
31764
31765 (whitespace-buffer-leading, whitespace-buffer-trailing):
31766 Invert sense of the test to highlight the whitespace.
31767
31768 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31769
31770 * progmodes/gud.el (gud-display-line): GUD uses its own
31771 overlay arrow now so don't set overlay-arrow-string.
31772 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
31773
31774 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
31775
31776 * term.el (term-ansi-current-bold, term-ansi-current-underline)
31777 (term-ansi-current-reverse, term-ansi-current-invisible)
31778 (term-ansi-face-already-done): Change to boolean.
31779 (term-reset-terminal, term-handle-colors-array): Handle the above
31780 vars accordingly.
31781 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
31782 (term-emulate-terminal): Use the new name.
31783
31784 * faces.el (secondary-selection): Use yellow1, not yellow.
31785 (trailing-whitespace): Use red1, not red.
31786
31787 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31788
31789 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
31790 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
31791 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
31792
31793 * cus-edit.el (dnd): New group.
31794
31795 * term/w32-win.el (dnd): Require dnd
31796 (w32-drag-n-drop): Call dnd-handle-one-url.
31797
31798 * x-dnd.el: Require dnd.
31799 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
31800 Call dnd-handle-one-url.
31801 (x-dnd-types-alist, x-dnd-insert-utf8-text)
31802 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
31803 to dnd-insert-text.
31804 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
31805 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
31806 (x-dnd-get-local-file-name, x-dnd-open-local-file)
31807 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
31808
31809 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
31810
31811 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
31812
31813 * wdired.el: Doc fixes.
31814 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
31815 (wdired-use-dired-vertical-movement): Rename from
31816 wdired-always-move-to-filename-beginning.
31817 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
31818 (wdired-change-to-wdired-mode): Change mode name.
31819 (wdired-newline): Delete.
31820
31821 2005-04-11 Richard M. Stallman <rms@gnu.org>
31822
31823 * whitespace.el (whitespace-highlight-the-space):
31824 Don't call whitespace-unhighlight-the-space here.
31825
31826 * simple.el (undo): Record t in undo-equiv-table
31827 for the redo record made by an undo-in-region.
31828
31829 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31830
31831 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
31832 (gdb-frame-inferior-io-buffer): New Functions to control
31833 display of separate IO buffer.
31834 (menu): Add them to menu-bar.
31835 (gdb-display-buffer): Check for buffer another frame.
31836 Protect GUD buffer.
31837 (gdb-setup-windows): Create IO buffer if not already there.
31838 (gdb-memory-mode): Remove purecopy noops.
31839
31840 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
31841
31842 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
31843 and pass to self-insert-command.
31844
31845 2005-04-11 Lute Kamstra <lute@gnu.org>
31846
31847 * generic.el: Commentary section cleanup.
31848 (generic): Delete.
31849 (generic-use-find-file-hook, generic-lines-to-scan)
31850 (generic-find-file-regexp, generic-ignore-files-regexp)
31851 (default-generic-mode, generic-mode-find-file-hook)
31852 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
31853 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
31854 (generic-use-find-file-hook, generic-lines-to-scan)
31855 (generic-find-file-regexp, generic-ignore-files-regexp)
31856 (default-generic-mode, generic-mode-find-file-hook)
31857 (generic-mode-ini-file-find-file-hook): Move from generic.el.
31858
31859 2005-04-10 Karl Fogel <kfogel@red-bean.com>
31860
31861 * bookmark.el (bookmark-write-file): Catch errors writing file.
31862 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
31863
31864 2005-04-10 Richard M. Stallman <rms@gnu.org>
31865
31866 * startup.el (fancy-splash-tail): Update copyright year.
31867 (command-line): Split part of -Q into -D.
31868 (emacs-basic-display): New defvar.
31869 (fancy-splash-text): Correct name of menu item.
31870
31871 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
31872
31873 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
31874 lines in one node.
31875
31876 * comint.el (comint-send-input): New arg ARTIFICIAL.
31877 Callers in this file changed.
31878
31879 * abbrev.el (define-abbrevs): Read system abbrevs properly.
31880
31881 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
31882
31883 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
31884
31885 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
31886 `ldap-search-internal'.
31887
31888 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
31889
31890 * files.el (set-auto-mode-1): Use line-end-position.
31891
31892 * international/latin-1.el:
31893 * international/latin-2.el:
31894 * international/latin-3.el:
31895 * international/latin-4.el:
31896 * international/latin-5.el:
31897 * international/latin-8.el:
31898 * international/latin-9.el: Give punctuation syntax to NBSP.
31899
31900 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
31901 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
31902 Use char-classes to accept non-ascii letters, accepted in some recent
31903 bibtex implementations.
31904
31905 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
31906
31907 * custom.el (custom-set-minor-mode): Any non-nil value for the
31908 variable should enable the mode when set through Custom.
31909
31910 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
31911
31912 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
31913 TAB binding so tab-always-indent is obeyed.
31914 (vhdl-minibuffer-local-map): Move initialization into declaration.
31915 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
31916 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
31917 (vhdl-hooked-abbrev): Avoid test for XEmacs.
31918 (vhdl-current-line): Use line-beginning-position.
31919 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
31920 with-output-to-temp-buffer, so the current position can be recorded.
31921
31922 2005-04-10 Masatake YAMATO <jet@gyve.org>
31923
31924 * progmodes/compile.el (compilation-error-regexp-alist-alist):
31925 Add regexp for gcov.
31926
31927 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
31928
31929 * calendar/time-date.el (time-to-seconds, seconds-to-time)
31930 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
31931 syntax which Emacs 20 doesn't support.
31932
31933 2005-04-09 Richard M. Stallman <rms@gnu.org>
31934
31935 * help.el (describe-key-briefly, describe-key):
31936 Replace strings as event types with "(any string)".
31937
31938 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
31939
31940 * arc-mode.el (archive-mode-map): Move initialization into
31941 the declaration. Override *all* bindings of `undo'.
31942 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
31943
31944 2005-04-09 Jay Belanger <belanger@truman.edu>
31945
31946 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
31947
31948 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
31949
31950 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
31951 (xterm-register-default-colors): Update color values computation
31952 to match xterm-200.
31953
31954 2005-04-09 Kenichi Handa <handa@m17n.org>
31955
31956 * international/code-pages.el (iso-latin-7): Fix the map.
31957
31958 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
31959
31960 * emacs-lisp/lisp.el (defun-prompt-regexp)
31961 (parens-require-spaces, buffer-end, end-of-defun)
31962 (insert-parentheses): Doc fixes.
31963
31964 2005-04-08 Kim F. Storm <storm@cua.dk>
31965
31966 * comint.el (comint-highlight-prompt): Fix face spec.
31967 * hi-lock.el (hi-green): Likewise.
31968
31969 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
31970
31971 * cus-edit.el (custom-modified-face):
31972 * comint.el (comint-highlight-input): Fix previous changes.
31973 * term.el (term-handle-ansi-escape): Add a comment.
31974
31975 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
31976
31977 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
31978 in the buffer and in whitespace-highlighted-space.
31979 (whitespace-unhighlight-the-space): Simplify.
31980 (whitespace-buffer): Simplify.
31981
31982 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
31983
31984 * textmodes/table.el (table-cell-face): Add special case for
31985 displays supporting a high number of colors.
31986 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
31987 (vhdl-font-lock-reserved-words-face)
31988 (vhdl-speedbar-architecture-face)
31989 (vhdl-speedbar-instantiation-face)
31990 (vhdl-speedbar-architecture-selected-face)
31991 (vhdl-speedbar-instantiation-selected-face): Likewise.
31992 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
31993 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
31994 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
31995 (ebrowse-root-class-face, ebrowse-member-attribute-face)
31996 (ebrowse-progress-face): Likewise.
31997 * progmodes/compile.el (compilation-info-face): Likewise.
31998 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
31999 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
32000 * calendar/calendar.el (diary-face): Likewise.
32001 * woman.el (woman-italic-face, woman-bold-face)
32002 (woman-unknown-face): Likewise.
32003 * wid-edit.el (widget-button-pressed-face): Likewise.
32004 * whitespace.el (whitespace-highlight-face): Likewise.
32005 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
32006 * pcvs-info.el (cvs-marked-face): Likewise.
32007 * info.el (info-xref): Likewise.
32008 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
32009 * hilit-chg.el (highlight-changes-face)
32010 (highlight-changes-delete-face): Likewise.
32011 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
32012 (hi-red-b): Likewise.
32013 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
32014 * font-lock.el (font-lock-keyword-face)
32015 (font-lock-function-name-face, font-lock-warning-face): Likewise.
32016 * cus-edit.el (custom-invalid-face, custom-modified-face)
32017 (custom-set-face, custom-changed-face, custom-variable-tag-face)
32018 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
32019 * comint.el (comint-highlight-prompt): Likewise.
32020
32021 2005-04-08 Lute Kamstra <lute@gnu.org>
32022
32023 * font-lock.el (font-lock-keywords): Docstring fixes.
32024
32025 2005-04-08 Kenichi Handa <handa@m17n.org>
32026
32027 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
32028 chars are more than a limit, print " and more..." at the tail.
32029
32030 2005-04-08 Kim F. Storm <storm@cua.dk>
32031
32032 * emacs-lisp/authors.el (authors-aliases): Update list.
32033 (authors-ignored-files): New list.
32034 (authors-fixed-entries): Fix typo.
32035 (authors-renamed-files-alist): Update list.
32036 (authors-add): Check authors-ignored-files.
32037
32038 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
32039
32040 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
32041 optional, to ensure backward compatibility.
32042
32043 2005-04-08 Stephen Eglen <stephen@gnu.org>
32044
32045 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
32046
32047 2005-04-08 Kim F. Storm <storm@cua.dk>
32048
32049 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
32050
32051 * mouse.el (mouse-on-link-p): Doc fix.
32052
32053 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
32054
32055 * ielm.el (ielm-prompt-read-only): Doc fix.
32056
32057 * comint.el (comint-prompt-read-only): Doc fix.
32058
32059 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
32060
32061 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
32062 ensure dired always handles wildcards passed to ffap.
32063 (find-file-at-point): Use it.
32064 (ffap-dired-wildcards): Doc fix.
32065
32066 2005-04-07 Juri Linkov <juri@jurta.org>
32067
32068 * simple.el (next-error-overlay-arrow-position): New defvar.
32069 Put "=>" on its property `overlay-arrow-string'. Add it to
32070 `overlay-arrow-variable-list'.
32071
32072 * progmodes/compile.el (compilation-setup):
32073 Set `next-error-overlay-arrow-position' to nil. Also set it to
32074 nil in the local hook `kill-buffer-hook'. Make local variable
32075 `overlay-arrow-string' and set it to "=>".
32076 (compilation-goto-locus): Set BOL position to
32077 `next-error-overlay-arrow-position' instead of
32078 `overlay-arrow-position'.
32079
32080 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
32081 locally instead of adding it to the global hook.
32082 (Info-kill-buffer): Move up.
32083
32084 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
32085
32086 * term/xterm.el (xterm-standard-colors): Update color values from
32087 xterm-200.
32088
32089 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
32090
32091 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
32092
32093 * fast-lock.el:
32094 * lazy-lock.el: Move them to the obsolete subdir.
32095
32096 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32097
32098 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
32099 (wdired-add-replace-advice): Remove.
32100 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
32101
32102 2005-04-06 Kim F. Storm <storm@cua.dk>
32103
32104 * startup.el (command-line): Add --bare-bones alias for -Q.
32105
32106 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32107
32108 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
32109 create the startup fontset if a font specification ends with
32110 `mac-roman'.
32111
32112 2005-04-06 Lute Kamstra <lute@gnu.org>
32113
32114 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
32115 change.
32116
32117 * emacs-lisp/copyright.el (copyright-update-year): Replace the
32118 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
32119
32120 2005-04-05 Lute Kamstra <lute@gnu.org>
32121
32122 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
32123 (define-generic-mode): Ditto. Fix debug declaration.
32124
32125 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
32126 Put them in the generic-x group.
32127
32128 * calendar/timeclock.el (timeclock): Doc fix.
32129
32130 * generic.el (define-generic-mode): Don't use custom-current-group.
32131 Document default :group value.
32132 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
32133 (define-global-minor-mode): Don't use custom-current-group.
32134
32135 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
32136
32137 * startup.el (command-line-1): Display startup-echo-area-message
32138 when fancy splash screen is in use.
32139
32140 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
32141 (sh-escaped-newline): New face.
32142 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
32143 newline, and use sh-escaped-newline face.
32144
32145 * progmodes/tcl.el (tcl-escaped-newline): New face.
32146 (tcl-builtin-list): New variable.
32147 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
32148 newlines. Fix keywords subexpression number.
32149
32150 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
32151
32152 * textmodes/org.el (org-diary-default-entry): Fix call to
32153 `add-to-diary-entry'.
32154
32155 2005-04-05 Kim F. Storm <storm@cua.dk>
32156
32157 * ediff-init.el: Use (featurep 'xemacs).
32158
32159 2005-04-05 David Ponce <david@dponce.com>
32160
32161 * cus-edit.el (face): Derive from symbol widget. Display sample
32162 of the current face on the fly.
32163 (widget-face-sample-face-get, widget-face-notify): New functions.
32164 (widget-face-value-create): Remove.
32165
32166 * wid-edit.el (widget-field-end): Temporarily remove field
32167 narrowing before to call `get-char-property'.
32168
32169 2005-04-04 Jay Belanger <belanger@truman.edu>
32170
32171 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
32172 (math-read-subscripts): New variable.
32173 (math-read-preprocess-string): Process subscripts.
32174
32175 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
32176
32177 * comint.el (comint-prompt-read-only): Doc fix.
32178
32179 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
32180 `-1'. Doc fix.
32181
32182 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
32183
32184 * textmodes/org.el (org-insert-mode-line-in-empty-file):
32185 Change default value to nil.
32186
32187 2005-04-04 Lute Kamstra <lute@gnu.org>
32188
32189 * autorevert.el (auto-revert-mode): Specify :group.
32190 * battery.el (display-battery-mode): Specify :group.
32191 * diff-mode.el (diff-minor-mode): Specify :group.
32192 * font-core.el (font-lock-mode): Specify :group.
32193 * hl-line.el (hl-line-mode): Specify :group.
32194 * iimage.el (iimage): New customization group.
32195 (iimage-mode): Specify :group.
32196 * longlines.el (longlines-mode): Specify :group.
32197 * master.el: Don't require easy-mmode.
32198 (master): New customization group.
32199 (master-mode): Specify :group.
32200 * msb.el (msb-mode): Specify :group.
32201 * reveal.el (reveal-mode): Specify :group.
32202 * simple.el (next-error-follow-minor-mode): Specify :group.
32203 * smerge-mode.el (smerge-mode): Specify :group.
32204 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
32205 * emulation/cua-base.el (cua-mode): Specify :group.
32206 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
32207 * language/thai-util.el (thai-auto-composition-mode)
32208 (thai-word-mode): Specify :group.
32209 * mail/supercite.el (sc-minor-mode): Specify :group.
32210 * progmodes/cwarn.el (cwarn-mode): Specify :group.
32211 * progmodes/flymake.el (flymake-mode): Specify :group.
32212 * progmodes/glasses.el (glasses-mode): Specify :group.
32213 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
32214 * textmodes/enriched.el (enriched-mode): Specify :group.
32215 * textmodes/refill.el (refill-mode): Specify :group.
32216
32217 * add-log.el (change-log-font-lock-keywords): Names in
32218 parenthesized lists can contain spaces.
32219
32220 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
32221
32222 * startup.el (fancy-splash-text): Shorten default text of
32223 "Emacs Tutorial" line. Also, if the current language env
32224 indicates an available tutorial file other than TUTORIAL,
32225 extract its title and append it to the line in parentheses.
32226 (fancy-splash-insert): If arg is a thunk, funcall it.
32227
32228 2005-04-04 Jay Belanger <belanger@truman.edu>
32229
32230 * calc.el (calc-language-alist): Add tags to customization type.
32231
32232 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
32233
32234 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
32235 Doc fix.
32236
32237 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
32238
32239 * add-log.el (change-log-font-lock-keywords): The manual
32240 describing a Change Log entry, says: (...) "Aside from these
32241 header lines, every line in the change log starts with a space or
32242 a tab.". The font-lock was not highlighting lines started with
32243 spaces, added support for it.
32244
32245 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32246
32247 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
32248 (bibtex-generate-url-list): Update docstring accordingly. Put the
32249 complex example in the docstring.
32250 (bibtex-font-lock-url): Use pop.
32251
32252 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
32253
32254 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
32255
32256 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
32257
32258 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
32259
32260 * filesets.el (filesets-set-default): Doc fix.
32261
32262 2005-04-03 Lute Kamstra <lute@gnu.org>
32263
32264 * generic.el (define-generic-mode): Add argument to specify
32265 keywords for defcustom.
32266 (default-generic-mode): Specify :group.
32267
32268 * generic-x.el: Specify :group for all generic modes.
32269
32270 * desktop.el (desktop-no-desktop-file-hook)
32271 (desktop-after-read-hook): Doc fix.
32272
32273 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
32274
32275 * simple.el (visible-mode): Use explicit :group keyword.
32276 This changes the group of `visible-mode-hook' from paren-blinking
32277 to editing-basics.
32278
32279 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
32280
32281 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
32282 mailbox specifications as well as URLs.
32283 (rmail-insert-inbox-text): Remove unused conditional branches.
32284
32285 2005-04-01 Jay Belanger <belanger@truman.edu>
32286
32287 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
32288 (calc-gnuplot-print-command): Move definitions to calc.el.
32289
32290 * calc/calc-embed.el (calc-embedded-announce-formula)
32291 (calc-embedded-open-formula, calc-embedded-close-formula)
32292 (calc-embedded-open-word, calc-embedded-close-word)
32293 (calc-embedded-open-plain, calc-embedded-close-plain)
32294 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
32295 (calc-embedded-open-mode, calc-embedded-close-mode):
32296 Move definitions to calc.el.
32297
32298 * calc/calc.el (calc-settings-file, calc-language-alist):
32299 Make customizable.
32300 (calc-embedded-announce-formula, calc-embedded-open-formula)
32301 (calc-embedded-close-formula, calc-embedded-open-word)
32302 (calc-embedded-close-word, calc-embedded-open-plain)
32303 (calc-embedded-close-plain, calc-embedded-open-new-formula)
32304 (calc-embedded-close-new-formula, calc-embedded-open-mode)
32305 (calc-embedded-close-mode, calc-gnuplot-name)
32306 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
32307 from other files and make customizable.
32308
32309 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
32310
32311 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
32312 Use buffer-live-p.
32313 (cvs-mode-run): Don't call cvs-update-header here.
32314 (cvs-run-process): Call cvs-update-header.
32315 Use process properties for cvs-postprocess and cvs-buffer so that
32316 the sentinel can behave better if the temp buffer is killed.
32317 Use a pipe rather than a tty, to better handle unexpected prompts.
32318 (cvs-sentinel): Rewrite. Call cvs-update-header.
32319
32320 2005-04-01 Andre Spiegel <spiegel@gnu.org>
32321
32322 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
32323 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
32324
32325 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
32326
32327 * generic.el (define-generic-mode): Add indentation rule.
32328
32329 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
32330
32331 * files.el (mode-require-final-newline): Make Custom correctly
32332 report a nil value and allow to set it to nil via Custom.
32333 Doc fix.
32334
32335 2005-04-01 Kenichi Handa <handa@m17n.org>
32336
32337 * international/characters.el: Enable the correct case setting for
32338 dotless-i and dotted-I.
32339
32340 2005-04-01 Kim F. Storm <storm@cua.dk>
32341
32342 * ido.el (ido-file-internal): Fall back to non-ido command if
32343 initial directory is on slow ftp (or tramp) host.
32344
32345 2005-03-31 Richard M. Stallman <rms@gnu.org>
32346
32347 * emacs-lisp/autoload.el (make-autoload):
32348 Handle define-global-minor-mode.
32349
32350 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
32351 Rename from easy-mmode-define-global-mode.
32352 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
32353
32354 * progmodes/scheme.el (scheme-mode-syntax-table):
32355 Update syntax of | and # for two-character comment syntax.
32356
32357 2005-03-31 Lute Kamstra <lute@gnu.org>
32358
32359 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
32360 (define-minor-mode): Call custom-current-group at load-time.
32361
32362 * generic.el (define-generic-mode): Add debug declaration.
32363 Add defcustom for the mode hook.
32364 (generic-mode-internal): Use run-mode-hooks.
32365
32366 2005-03-31 Kim F. Storm <storm@cua.dk>
32367
32368 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
32369 (mouse-fixup-help-message): New defun called by show_help_echo
32370 to fixup mouse-2 prefix in help messages when applicable.
32371
32372 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
32373
32374 2005-03-31 Kenichi Handa <handa@m17n.org>
32375
32376 * language/thai-word.el (thai-find-word-ends): Pay attention to
32377 the case that we reach the end of buffer.
32378
32379 * textmodes/fill.el (fill-text-properties-at): New function.
32380 (fill-newline): Use fill-text-properties-at instead of
32381 text-properties-at.
32382
32383 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
32384
32385 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
32386 not comint-quote-filename.
32387
32388 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
32389
32390 * help-fns.el (help-with-tutorial): Revert last change.
32391
32392 2005-03-31 Kim F. Storm <storm@cua.dk>
32393
32394 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
32395
32396 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
32397
32398 * calendar/cal-china.el: Update reference to "Calendrical
32399 Calculations" book; there's a new edition.
32400 * calendar/cal-coptic.el: Likewise.
32401 * calendar/cal-french.el: Likewise.
32402 * calendar/cal-hebrew.el: Likewise.
32403 * calendar/cal-islam.el: Likewise.
32404 * calendar/cal-iso.el: Likewise.
32405 * calendar/cal-julian.el: Likewise.
32406 * calendar/cal-mayan.el: Likewise.
32407 * calendar/cal-persia.el: Likewise.
32408 * calendar/calendar.el: Likewise.
32409 * calendar/holidays.el: Likewise.
32410 * calendar/lunar.el: Likewise.
32411 * calendar/solar.el: Likewise.
32412
32413 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
32414 white space from doc string.
32415
32416 2005-03-30 Jay Belanger <belanger@truman.edu>
32417
32418 * calc/calc-help.el (calc-full-help): Remove email address.
32419
32420 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
32421
32422 * help-fns.el (help-with-tutorial): Delete title line.
32423
32424 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
32425
32426 * calendar/cal-x.el (calendar-one-frame-setup)
32427 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
32428 rather than `symbol' for set-window-dedicated-p.
32429
32430 * calendar/appt.el (appt-buffer-name): Make it a constant.
32431 (appt-add): Doc fix.
32432
32433 * filesets.el (filesets-menu-path, filesets-menu-before)
32434 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
32435 (filesets-menu-cache-file): Use directory ~/.emacs.d.
32436 (filesets-add-submenu): Delete and use add-submenu instead.
32437
32438 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
32439
32440 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
32441 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
32442 (org-diary-default-entry): New function.
32443 (org-get-entries-from-diary): Better parsing of diary entries.
32444 (org-agenda-check-no-diary): New function.
32445 ("diary-lib"): Advice to function `add-to-diary-list', to allow
32446 linking to diary entries.
32447 (org-agenda-execute-calendar-command): New function.
32448 (org-agenda): Improve visible section in window.
32449 Use `org-fit-agenda-window'.
32450 (org-fit-agenda-window): New option.
32451 (org-move-subtree-down): Better handling of empty lines
32452 at end of subtree.
32453 (org-cycle): Numeric prefix is interpreted now as show-subtree N
32454 levels up.
32455 (org-fontify-done-headline): New option.
32456 (org-headline-done-face): New face.
32457 (org-set-font-lock-defaults): Use `org-headline-done-face'.
32458 (org-table-copy-down): Rename from `org-table-copy-from-above'.
32459 When current field is non-empty, it is copied to next row.
32460 (org-table-copy-from-above): Fix bug which made it
32461 impossible to copy fields containing only a single non-white character.
32462
32463 2005-03-30 Kim F. Storm <storm@cua.dk>
32464
32465 * kmacro.el (kmacro-end-macro): Isearch may store this command
32466 into the macro -- so ignore it when executing keyboard macro.
32467
32468 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
32469
32470 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
32471
32472 2005-03-29 Kenichi Handa <handa@m17n.org>
32473
32474 * language/thai.el ("Thai"): Set setup-function and exit-function
32475 for Thai language environment.
32476
32477 * language/thai-util.el: Require thai-word.
32478 (thai-word-mode-map): New variable.
32479 (thai-word-mode): New minor mode.
32480 (setup-thai-language-environment-internal): New function.
32481 (exit-thai-language-environment-internal): New function.
32482
32483 * language/thai-word.el (thai-word-table): Declare it by defvar,
32484 use dolist to initialize it.
32485 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
32486 (thai-fill-find-break-point): New functions.
32487
32488 2005-03-29 Richard M. Stallman <rms@gnu.org>
32489
32490 * simple.el (idle-update-delay): Move definition up.
32491 (set-mark): Doc fix.
32492
32493 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
32494
32495 * longlines.el: New file.
32496
32497 * simple.el (buffer-substring-filters): New variable.
32498 (filter-buffer-substring): New function.
32499 (kill-region, copy-region-as-kill): Use it.
32500
32501 * register.el (copy-to-register, append-to-register)
32502 (prepend-to-register): Use filter-buffer-substring.
32503
32504 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
32505
32506 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
32507 (gud-filter-pending-text): Move in front of gdb.
32508 (gud-overlay-arrow-position): New variable.
32509 (gud-sentinel, gud-display-line): Use it in place of
32510 overlay-arrow-position.
32511
32512 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
32513
32514 * progmodes/fortran.el (fortran-if-indent): Doc fix.
32515 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
32516 (fortran-font-lock-keywords-4): New variable.
32517 (fortran-blocks-re, fortran-end-block-re)
32518 (fortran-start-block-re): New constants, for hideshow.
32519 (hs-special-modes-alist): Add a Fortran entry.
32520 (fortran-mode-map): Bind fortran-end-of-block,
32521 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
32522 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
32523 (fortran-looking-at-if-then, fortran-end-of-block)
32524 (fortran-beginning-of-block): New functions, for hideshow.
32525
32526 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
32527 Doc fix. Tweak regexp.
32528 (f90-beginning-of-block): Push mark first.
32529
32530 2005-03-29 Jay Belanger <belanger@truman.edu>
32531
32532 * calc/calc.el: Update copyright date.
32533 (calc-version): Increase to 2.1.
32534 (calc-version-date): Remove.
32535
32536 * calc/calc-help.el: Update copyright date.
32537 (calc-full-help): Remove reference to calc-version-date.
32538 Update copyright date.
32539
32540 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
32541
32542 * vc.el (vc-do-command): Use a pipe for async processes, so password
32543 prompts don't show up at places where the user can't reply.
32544
32545 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
32546
32547 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
32548 on the file name we pass to the inferior shell.
32549
32550 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
32551
32552 * progmodes/which-func.el (which-function): Be robust in the face of an
32553 imenu--make-index-alist failure.
32554
32555 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
32556
32557 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
32558
32559 * progmodes/python.el (python-preoutput-filter): Fix last change.
32560
32561 2005-03-29 Lute Kamstra <lute@gnu.org>
32562
32563 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
32564 functions and compiled macros.
32565 (debug-convert-byte-code): Handle macros too.
32566 (debug-on-entry-1): Don't signal an error when trying to clear a
32567 function that is not set to debug on entry.
32568
32569 2005-03-29 Jay Belanger <belanger@truman.edu>
32570
32571 * calc/calc-lang.el: Add functions to math-function-table
32572 properties of tex and math.
32573
32574 2005-03-29 Kenichi Handa <handa@m17n.org>
32575
32576 * ps-mule.el (ps-mule-plot-string): Translate characters by
32577 ps-print-translation-table.
32578 (ps-mule-begin-job): Call find-charset-region/string with
32579 ps-print-translation-table.
32580 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
32581
32582 * ps-print.el (ps-print-translation-table): New variable.
32583 (ps-plot-region): Translate characters by ps-print-translation-table.
32584
32585 2005-03-29 Juri Linkov <juri@jurta.org>
32586
32587 * simple.el (next-error-highlight-timer): New variable.
32588
32589 * progmodes/compile.el (compilation-goto-locus):
32590 Use `next-error-highlight-timer' instead of `sit-for'.
32591
32592 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
32593
32594 * mail/supercite.el (sc-mail-field): Use assoc-string.
32595 (sc-get-address): Simplify regexps.
32596
32597 * files.el (minibuffer-with-setup-hook): New macro.
32598 (find-file-read-args): Use it to avoid let-binding
32599 minibuffer-with-setup-hook (which breaks turning on/off
32600 file-name-shadow-mode while in the prompt).
32601
32602 * complete.el (PC-read-include-file-name-internal):
32603 Use test-completion.
32604
32605 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
32606
32607 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
32608
32609 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
32610
32611 * window.el (window-buffer-height): Use count-screen-lines.
32612
32613 * progmodes/python.el (python-preoutput-leftover): New var.
32614 (python-preoutput-filter): Use it.
32615 (python-send-receive): Loop until all the result has been received.
32616
32617 2005-03-28 Juri Linkov <juri@jurta.org>
32618
32619 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
32620
32621 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
32622 "Recover Crashed Session".
32623 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
32624 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
32625 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
32626 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
32627 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
32628 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
32629 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
32630 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
32631
32632 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
32633 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
32634 Ediff Sessions", "Toggle use of separate control buffer frame",
32635 "Use separate frame for Ediff control buffer".
32636
32637 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
32638 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
32639 "Rename Bookmark", "Delete Bookmark".
32640
32641 * info.el (Info-mode-menu): Remove ellipsis from "Index".
32642 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
32643 Add `:active Info-index-alternatives' to "Next Matching Item".
32644
32645 * wdired.el (wdired-change-to-wdired-mode):
32646 Mention `wdired-abort-changes' key in the initial message.
32647
32648 * international/mule.el (auto-coding-alist): Associate non-ascii
32649 image filename extensions with `no-conversion'.
32650
32651 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
32652
32653 * international/iso-acc.el:
32654 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
32655
32656 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
32657
32658 * textmodes/sgml-mode.el (html-mode): Doc update.
32659
32660 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
32661
32662 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
32663
32664 * term.el (term-move-columns): Fix face after extending a line.
32665 (term-insert-spaces): Likewise.
32666 (term-reset-terminal): Fix off by one error.
32667
32668 2005-03-26 Eli Zaretskii <eliz@gnu.org>
32669
32670 * international/mule.el (auto-coding-alist): Add .xpi files.
32671
32672 * files.el (auto-mode-alist): Add .xpi files.
32673
32674 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
32675
32676 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
32677
32678 2005-03-26 Eli Zaretskii <eliz@gnu.org>
32679
32680 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
32681
32682 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
32683
32684 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
32685 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
32686
32687 * calendar/cal-move.el (calendar-beginning-of-year): Move the
32688 cursor to Jan 1 when needed.
32689 (calendar-end-of-year): Fix -/+ typo.
32690 Reported by Chong Yidong <cyd@stupidchicken.com>.
32691
32692 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
32693
32694 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
32695
32696 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
32697 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
32698
32699 2005-03-25 Richard M. Stallman <rms@gnu.org>
32700
32701 * filesets.el (filesets-init): Add autoload.
32702
32703 * mail/mailalias.el (mail-directory): Doc fix.
32704
32705 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
32706
32707 * mail/mailalias.el (mail-directory-process): Do nothing if
32708 mail-directory-process is an atom.
32709 (mail-get-names): Ignore mail-directory-names if it is an atom.
32710 (mail-directory-process defvar): Doc fix.
32711 (mail-names): Doc fix.
32712
32713 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
32714
32715 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
32716
32717 2005-03-26 Kenichi Handa <handa@m17n.org>
32718
32719 * international/mule-util.el (detect-coding-with-priority):
32720 Call update-coding-systems-internal before detect-coding-region.
32721
32722 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
32723
32724 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
32725 (gdb-frames-mode-map): Add follow-link property.
32726
32727 2005-03-25 Jay Belanger <belanger@truman.edu>
32728
32729 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
32730 for variables.
32731
32732 2005-03-25 Juri Linkov <juri@jurta.org>
32733
32734 * image-mode.el: Optimize image filename extension regexps in
32735 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
32736 in `auto-mode-alist'.
32737 (image-mode): Add `image-toggle-display-text' to local hook
32738 `change-major-mode-hook'. Display the image as an image by
32739 default. Set `cursor-type' and `truncate-lines' if the image
32740 is already displayed. Take into account the current mode (image
32741 or text) in message.
32742 (image-minor-mode): New minor mode.
32743 (image-mode-maybe, image-toggle-display-text): New functions.
32744 (image-toggle-display): Use called-interactively-p.
32745 Let-bind `inhibit-read-only' to t.
32746
32747 * image-mode.el (image-minor-mode): Set `cursor-type' and
32748 `truncate-lines' if the image is already displayed. Add turning
32749 image-minor-mode off to `change-major-mode-hook'. Add message.
32750 Call `image-toggle-display-text' after turning image-minor-mode off.
32751
32752 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
32753
32754 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
32755 Terminal.app, use utf-8.
32756 (set-display-table-and-terminal-coding-system): Add coding-system arg.
32757 (set-locale-environment): Use it.
32758
32759 * term/xterm.el: Undo last change, better done in mule-cmds.el.
32760
32761 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
32762
32763 * progmodes/python.el (python-close-block-statement-p)
32764 (python-outdent-p, python-current-defun): Use symbol-end.
32765
32766 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
32767
32768 * files.el (save-some-buffers): Doc fix.
32769
32770 2005-03-25 Werner Lemberg <wl@gnu.org>
32771
32772 * complete.el, thumbs.el: Replace `legal' with `valid'.
32773 * calendar/calendar.el: Replace `legal' with `valid'.
32774 * emacs-lisp/advice.el: Replace `legal' with `valid'.
32775 * mail/supercite.el: Replace `legal' with `valid'.
32776 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
32777 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
32778 Replace `legal' with `valid'.
32779 * textmodes/reftex-vars.el, textmodes/reftex.el:
32780 Replace `legal' with `valid'.
32781
32782 2005-03-25 Werner Lemberg <wl@gnu.org>
32783
32784 * calc/calc-forms.el, calc/calc-sel.el
32785 * midnight.el, vc-cvs.el
32786 * emacs-lisp/cl-macs.el
32787 * emulation/vip.el
32788 * eshell/esh-io.el, eshell/esh-var.el
32789 * mail/supercite.el
32790 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
32791 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
32792 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
32793 * progmodes/sh-script.el, progmodes/xscheme.el
32794 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
32795 * textmodes/reftex-index.el, textmodes/reftex-parse.el
32796 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
32797 * textmodes/reftex.el, textmodes/org.el:
32798 Replace `illegal' with `invalid'.
32799
32800 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32801
32802 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
32803 (flymake-find-buildfile, flymake-find-possible-master-files)
32804 (flymake-check-include, flymake-parse-line): Replace loops over the
32805 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
32806
32807 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
32808 Substitute file-name-as-directory in the rest of the file.
32809 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
32810 (flymake-replace-region): Remove unused arg `buffer'.
32811 (flymake-check-patch-master-file-buffer): Update calls to it.
32812 (flymake-add-err-info): Remove unused var `count'.
32813 (flymake-mode): Use define-minor-mode.
32814
32815 * progmodes/flymake.el: Use with-current-buffer.
32816 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
32817 flymake-replace-regexp-in-string, flymake-line-beginning-position)
32818 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
32819 Avoid testing for `xemacs'.
32820 (flymake-nop): Move.
32821 (flymake-region-has-flymake-overlays): Return the computed value.
32822 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
32823 Remove unused var `endline'.
32824 (flymake-get-line-count): Remove unused function.
32825 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
32826
32827 * emulation/vi.el:
32828 * generic.el:
32829 * hilit-chg.el (global-highlight-changes):
32830 * hi-lock.el (hi-lock-mode):
32831 * follow.el: find-file-hooks -> find-file-hook.
32832
32833 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
32834
32835 2005-03-24 Juri Linkov <juri@jurta.org>
32836
32837 * dired.el (dired-mode-map): Add menu item "Compare directories"
32838 for dired-compare-directories.
32839
32840 * dired-aux.el (dired-compare-directories): Add autoload cookie.
32841 Doc fix. Replace `read-file-name' with `read-directory-name'.
32842
32843 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32844
32845 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
32846
32847 2005-03-24 Jay Belanger <belanger@truman.edu>
32848
32849 * calc/calc-embed.el (calc-embedded-mode-change): Save all
32850 relevant mode settings in calc-embedded-original-modes when modes
32851 are permanently changed.
32852
32853 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32854
32855 * autoinsert.el: find-file-hooks -> find-file-hook.
32856
32857 2005-03-24 Lute Kamstra <lute@gnu.org>
32858
32859 * generic.el (generic-font-lock-defaults): Make it obsolete.
32860 (generic-font-lock-keywords): New variable to replace
32861 generic-font-lock-defaults.
32862 (generic-mode-set-font-lock): Delete it.
32863 (generic-mode-internal): Don't call generic-mode-set-font-lock.
32864 (generic-bracket-support): Add docstring.
32865
32866 * generic-x.el: Rename generic-font-lock-defaults to
32867 generic-font-lock-keywords throughout.
32868 (mailagent-rules-setup-function): Delete it.
32869 (mailagent-rules-generic-mode): Use anonymous function instead.
32870 (show-tabs-generic-mode-font-lock-defaults-1)
32871 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
32872 Quote faces.
32873 (show-tabs-tab-face, show-tabs-space-face): Specify background,
32874 not foreground.
32875
32876 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
32877 Recognize define-generic-mode.
32878
32879 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
32880
32881 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
32882 if there's no completion table.
32883
32884 2005-03-23 Miles Bader <miles@gnu.org>
32885
32886 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32887 Remove tty-specific variants, as they're no longer needed.
32888
32889 2005-03-23 Lute Kamstra <lute@gnu.org>
32890
32891 * generic-x.el: Code cleanup: make args constant whenever possible.
32892 (installshield-statement-keyword-list)
32893 (installshield-system-functions-list)
32894 (installshield-system-variables-list, installshield-types-list)
32895 (installshield-funarg-constants-list): Make them constants.
32896
32897 * generic.el (generic-make-keywords-list): Add autoload cookie.
32898
32899 * calendar/time-date.el: Add comment on time value formats.
32900 Don't require parse-time.
32901 (with-decoded-time-value): New macro.
32902 (encode-time-value): New function.
32903 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
32904 (days-to-time): Return a valid time value when arg is huge.
32905 (time-since): Use time-subtract.
32906 (time-to-number-of-days): Use time-to-seconds.
32907
32908 2005-03-23 David Ponce <david@dponce.com>
32909
32910 * recentf.el (recentf-keep): New option.
32911 (recentf-menu-action): Default to `find-file'.
32912 (recentf-keep-non-readable-files-flag)
32913 (recentf-keep-non-readable-files-p)
32914 (recentf-file-readable-p, recentf-find-file)
32915 (recentf-cleanup-remote): Remove.
32916 (recentf-include-p): More robust.
32917 (recentf-keep-p): New function.
32918 (recentf-remove-if-non-kept): Rename from
32919 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
32920 All callers updated.
32921 (recentf-menu-items-for-commands): Fix help string.
32922 (recentf-track-closed-file): Update. Doc fix.
32923 (recentf-cleanup): Update. Count removed files. Doc fix.
32924
32925 2005-03-23 Kim F. Storm <storm@cua.dk>
32926
32927 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32928 Don't inherit from fringe face (now happens automatically).
32929
32930 2005-03-22 Kim F. Storm <storm@cua.dk>
32931
32932 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
32933 position values.
32934
32935 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
32936
32937 * menu-bar.el (showhide-date-time): Remove.
32938 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
32939 (menu-bar-make-mm-toggle): Simplify.
32940
32941 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32942
32943 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
32944 Accept qualified variable and function names.
32945
32946 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
32947
32948 * bindings.el (completion-ignored-extensions):
32949 Remove ".lis" for `vax-vms'.
32950
32951 2005-03-22 Andreas Schwab <schwab@suse.de>
32952
32953 * generic-x.el: Revert last change.
32954 * ldefs-boot.el: Update.
32955
32956 2005-03-22 Jay Belanger <belanger@truman.edu>
32957
32958 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
32959 (calc-embedded-save-original-modes)
32960 (calc-embedded-restore-original-modes): New functions.
32961 (calc-do-embedded): Save original modes when entering embedded mode
32962 and restore when leaving embedded mode.
32963 (calc-embedded-modes-change): Change the value of
32964 calc-embedded-original-modes to reflect permanent changes.
32965
32966 2005-03-22 Lute Kamstra <lute@gnu.org>
32967
32968 * generic-x.el: Require generic again.
32969
32970 2005-03-22 Miles Bader <miles@gnu.org>
32971
32972 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32973 Tweak details to look good on both ttys and bitmap displays, light
32974 or dark background, etc.
32975
32976 2005-03-21 Kim F. Storm <storm@cua.dk>
32977
32978 * tooltip.el (tooltip-show-help-function): Check car and cdr of
32979 mouse position.
32980
32981 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
32982
32983 * icomplete.el: Don't forcibly turn on the mode upon load.
32984 (icomplete-mode): Use define-minor-mode.
32985 (icomplete-eoinput): Default to nil.
32986 (icomplete-minibuffer-setup): Remove autoload.
32987 (icomplete-tidy): Simplify.
32988 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
32989 in the initial state or if the user has modified the field.
32990 Fix handling of icomplete-max-delay-chars.
32991 Remove code that handles the oddball case where
32992 minibuffer-completion-table is an integer.
32993 Wrap icomplete-completions in while-no-input in case building
32994 completions takes more time than expected.
32995 (icomplete-completions): Simplify.
32996
32997 2005-03-21 Richard M. Stallman <rms@gnu.org>
32998
32999 * jka-compr.el (jka-compr-really-do-compress):
33000 Make variable buffer-local.
33001
33002 * image-mode.el: Handle .xpm files too.
33003 (image-toggle-display): Preserve modification flag.
33004
33005 * help.el (where-is): Don't mention aliases with no key bindings.
33006
33007 2005-03-21 Lute Kamstra <lute@gnu.org>
33008
33009 * generic.el: Fix commentary section. Don't require cl for
33010 compilation.
33011 (generic-mode-list): Add autoload cookie.
33012 (generic-use-find-file-hook, generic-lines-to-scan)
33013 (generic-find-file-regexp, generic-ignore-files-regexp)
33014 (generic-mode, generic-mode-find-file-hook)
33015 (generic-mode-ini-file-find-file-hook): Fix docstrings.
33016 (define-generic-mode): Make it a defmacro. Fix docstring.
33017 (generic-mode-internal): Code cleanup. Add autoload cookie.
33018 (generic-mode-set-comments): Code cleanup.
33019 * generic-x.el: Don't prevent compilation. Don't require generic.
33020 Follow coding conventions. Minor code cleanup.
33021 (etc-fstab-generic-mode): Add some keywords.
33022 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
33023 define-generic-mode like a function declaration.
33024
33025 2005-03-21 Jay Belanger <belanger@truman.edu>
33026
33027 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
33028 changing modes.
33029
33030 2005-03-21 Sam Steingold <sds@gnu.org>
33031
33032 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
33033
33034 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
33035
33036 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
33037 Add underscore to "f$ lexicals" regexp.
33038
33039 2005-03-20 Juri Linkov <juri@jurta.org>
33040
33041 * subr.el (progress-reporter-do-update): When `min-value' is equal
33042 to `max-value', set `percentage' to 0 and prevent division by zero.
33043
33044 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
33045
33046 Sync with Tramp 2.0.48.
33047
33048 * net/tramp.el (all): Change all addresses to .gnu.org.
33049 (tramp-append-tramp-buffers): New defun.
33050 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
33051 Catch `dont-send' signal.
33052 (tramp-set-auto-save-file-modes): Set always permissions, because
33053 there might be an old auto-saved file belonging to another
33054 original file. This could be a security threat. Reported by
33055 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
33056 Check for Emacs 21.3.50 removed.
33057
33058 * net/tramp-smb.el (all): Remove debug construct for
33059 `with-parsed-tramp-file-name'.
33060 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
33061 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
33062 No error message if DIRECTORY or FILENAME doesn't exist.
33063 (tramp-smb-open-connection): Check existence of
33064 `tramp-smb-program'.
33065
33066 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
33067
33068 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
33069 Properly handle the case where the `m' or `s' command's argument is not
33070 yet terminated.
33071 (perl-indent-new-calculate): New function.
33072 (perl-indent-line): Use it.
33073
33074 2005-03-20 Miles Bader <miles@gnu.org>
33075
33076 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
33077 in text-mode too. Change to new face names.
33078 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
33079 Add `:weight bold' attribute.
33080 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
33081
33082 2005-03-19 Juri Linkov <juri@jurta.org>
33083
33084 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
33085
33086 * international/mule.el (auto-coding-alist): Sync with
33087 `auto-mode-alist' by adding upper case archive file extensions
33088 and adding ear/war to jar extension.
33089
33090 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
33091
33092 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
33093 running, restart it.
33094
33095 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
33096
33097 * finder.el (finder-current-item): Throw an error on an empty line.
33098
33099 * man.el (Man-follow-manual-reference): If current-word returns
33100 nil, use "".
33101
33102 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
33103
33104 * simple.el (goto-line): Doc fix.
33105
33106 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
33107
33108 * files.el (save-buffer): Doc fix.
33109
33110 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
33111
33112 * recentf.el (recentf-cleanup-remote): New variable.
33113 (recentf-cleanup): Use it to conditionally check availability of
33114 remote files.
33115
33116 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
33117
33118 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
33119 function names.
33120
33121 2005-03-19 Eli Zaretskii <eliz@gnu.org>
33122
33123 * language/thai-word.el: New file.
33124
33125 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33126
33127 * files.el (backup-buffer): If the file's directory is not
33128 writable, use copy instead of move to backup the file.
33129
33130 2005-03-19 Eli Zaretskii <eliz@gnu.org>
33131
33132 * obsolete/keyswap.el: Moved to obsolete/ from term/.
33133
33134 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
33135
33136 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
33137 Use functionp instead of symbolp and fboundp. Reported by Drkm
33138 <darkman_spam@yahoo.fr>.
33139 (ps-print-version): New version 6.6.6.
33140
33141 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
33142
33143 * textmodes/table.el (table--line-column-position): New idiom.
33144 (table--row-column-insertion-point-p): New function to test
33145 validity of row and column insertion operation at a location.
33146 (table-global-menu, table-cell-menu): Use above functions for
33147 deterministic test operation.
33148 (table--editable-cell-p): Behave in deterministic fashion.
33149
33150 2005-03-18 Juri Linkov <juri@jurta.org>
33151
33152 * isearch.el (isearch-lazy-highlight-new-loop):
33153 Make arguments beg and end optional.
33154 (isearch-update): Remove optional arguments nil from
33155 isearch-lazy-highlight-new-loop.
33156 (isearch-lazy-highlight-search): Let-bind case-fold-search to
33157 isearch-lazy-highlight-case-fold-search instead of
33158 isearch-case-fold-search, and let-bind isearch-regexp to
33159 isearch-lazy-highlight-regexp.
33160 Use isearch-lazy-highlight-last-string instead of isearch-string.
33161
33162 * replace.el (perform-replace): Remove bindings of global
33163 variables isearch-string, isearch-regexp, isearch-case-fold-search.
33164 Add three new arguments to `replace-highlight'.
33165 (replace-highlight): Add arguments string, regexp, case-fold.
33166 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
33167 to allow isearch-lazy-highlight-new-loop to use these values
33168 to set corresponding isearch-lazy-highlight-* internal
33169 variables whose values lazy highlighting will use regardless of
33170 changes to global variables isearch-string, isearch-regexp,
33171 isearch-case-fold-search during lazy highlighting loop.
33172 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
33173 to `lazy-highlight-cleanup'.
33174
33175 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
33176 (ispell-highlight-face): Set default face to `isearch' when
33177 lazy highlighting is enabled.
33178 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
33179 priority to 1. Add lazy highlighting.
33180 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
33181 from `isearch-dehighlight'.
33182
33183 2005-03-18 David Ponce <david@dponce.com>
33184
33185 * files.el (hack-local-variables): Do a case-insensitive search
33186 for End.
33187
33188 2005-03-18 Juri Linkov <juri@jurta.org>
33189
33190 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
33191 `isearch-lazy-highlight-cleanup', add alias to old name and
33192 declare obsolete. Add release numbers to other obsolete vars.
33193 (isearch-done, isearch-lazy-highlight-new-loop):
33194 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
33195 (lazy-highlight-cleanup) <variable>: Doc fix.
33196 (isearch-lazy-highlight-update): Rename obsolete
33197 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
33198
33199 2005-03-18 Kenichi Handa <handa@m17n.org>
33200
33201 * language/thai-util.el: Fix categorization of Thai characters in
33202 thai-category-table.
33203 (thai-composition-pattern): Adjust it for the above change.
33204 (thai-self-insert-command, thai-compose-syllable): New functions.
33205 (thai-compose-region): Use thai-compose-syllable.
33206 (thai-compose-string): Likewise.
33207 (thai-composition-function): Likewise.
33208 (thai-auto-composition): New function.
33209 (thai-auto-composition-mode): New minor mode.
33210
33211 * language/thai.el: Fix patterns to be registered in
33212 composition-function-table.
33213
33214 * international/quail.el (quail-input-method): Locally bind
33215 inhibit-modification-hooks to t.
33216
33217 2005-03-17 Richard M. Stallman <rms@gnu.org>
33218
33219 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
33220 (perl-mode): Use run-mode-hooks.
33221
33222 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
33223 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
33224 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
33225
33226 * mail/sendmail.el (sendmail-send-it): Reenable the code
33227 to compute resend-to-address and use it.
33228
33229 * tar-mode.el (tar-mode): Turn off undo unconditionally.
33230
33231 * image-mode.el: New file.
33232
33233 * image.el (insert-sliced-image): Add autoload cookie.
33234
33235 * font-lock.el (font-lock-lines-before): New user option.
33236 (font-lock-after-change-function): Obey it.
33237
33238 * bindings.el (esc-map): Make M-g a prefix.
33239 Bind M-g g and M-g M-g to goto-line.
33240
33241 * faces.el (face-id): Doc fix.
33242
33243 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
33244
33245 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
33246 (rmail-show-message): Use rmail-unknown-mail-followup-to.
33247 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
33248
33249 * mail/sendmail.el (mail-yank-ignored-headers)
33250 (mail-font-lock-keywords, mail-mode-fill-paragraph):
33251 Add Mail-Followup-To and Mail-Reply-To headers.
33252 (mail-citation-hook): Add autoload cookie.
33253 (mail-mode): Doc fix.
33254 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
33255 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
33256 (mail-mode-fill-paragraph): Handle those headers.
33257 (mail-mailing-lists): New variable.
33258 (mail-mail-reply-to, mail-mail-followup-to): New functions.
33259
33260 2005-03-17 Juri Linkov <juri@jurta.org>
33261
33262 * isearch.el (isearch-fallback): Check for `(car previous)'
33263 before calling `isearch-other-end-state'.
33264
33265 2005-03-17 Kim F. Storm <storm@cua.dk>
33266
33267 * simple.el (move-beginning-of-line): Move to beginning of buffer
33268 line, as well as beginning of screen line.
33269
33270 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
33271
33272 * calendar/diary-lib.el (mark-diary-entries): Use new optional
33273 argument REDRAW rather than calendar-redrawing variable.
33274 * calendar/calendar.el (calendar-redrawing): Delete.
33275 (redraw-calendar): Do not bind calendar-redrawing.
33276
33277 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
33278
33279 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
33280 diary-file buffer.
33281
33282 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
33283
33284 * help.el (describe-mode): Allow a :minor-mode-function property to
33285 specify a different minor mode toggle function than the variable.
33286 * simple.el (auto-fill-function):
33287 * subr.el (add-minor-mode): Use it.
33288
33289 2005-03-16 Kenichi Handa <handa@m17n.org>
33290
33291 * language/ethio-util.el (sera-being-called-by-w3): New variable.
33292 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
33293 (ethio-fidel-to-sera-buffer): Likewise.
33294
33295 2005-03-16 Juri Linkov <juri@jurta.org>
33296
33297 * emacs-lisp/find-func.el (find-function-regexp):
33298 Add defun-emitting macro `menu-bar-make-toggle'.
33299
33300 * isearch.el: Put `isearch-scroll' property to
33301 `split-window-horizontally'.
33302
33303 * info.el: Update error messages for `debug-ignored-errors'.
33304 (Info-isearch-search): Doc fix.
33305 (Info-find-node): Move up code to go into info buffer before
33306 recording the node to the history.
33307 (Info-fontify-node): Fontify titles only if the next line
33308 has two or more `*', `=', `-', `.'.
33309 Display "go to this node" for empty (match-string 3).
33310
33311 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33312
33313 * term/mac-win.el: Add mouse pointer shape constants.
33314
33315 2005-03-15 Kim F. Storm <storm@cua.dk>
33316
33317 * simple.el (move-beginning-of-line): Use vertical-motion.
33318
33319 2005-03-15 Juri Linkov <juri@jurta.org>
33320
33321 * isearch.el (isearch-error): New variable.
33322 (isearch-invalid-regexp, isearch-within-brackets): Remove.
33323 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
33324 (isearch-within-brackets-state): Remove.
33325 (isearch-case-fold-search-state, isearch-pop-fun-state):
33326 Decrease frame index.
33327 (isearch-mode, isearch-top-state, isearch-push-state)
33328 (isearch-edit-string, isearch-abort, isearch-search-and-update)
33329 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
33330 (isearch-search, isearch-lazy-highlight-new-loop):
33331 Replace `isearch-invalid-regexp' with `isearch-error'.
33332 Remove `isearch-within-brackets'.
33333 (isearch-search): Add `search-failed' handler to `condition-case'.
33334 (isearch-lazy-highlight-search): Add `condition-case' to catch
33335 errors and allow `isearch-lazy-highlight-update' to try
33336 highlighting from the beginning of the window.
33337 (isearch-repeat): Move up code to set isearch-wrapped to t
33338 before calling isearch-wrap-function.
33339
33340 * info.el (Info-isearch-initial-node): New internal variable.
33341 (Info-search): Signal an error in isearch mode when search leaves
33342 the initial node. Signal an error when `bound' is non-nil and
33343 nothing was found in the current subfile.
33344 (Info-isearch-search): Remove `condition-case'.
33345 (Info-isearch-wrap): Don't wrap when search failed during leaving
33346 the initial node. If `Info-isearch-search' is nil, wrap around
33347 the current node.
33348 (Info-isearch-start): New fun.
33349 (Info-mode): Add buffer-local hook `Info-isearch-start' to
33350 `isearch-mode-hook'.
33351
33352 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33353
33354 * simple.el (normal-erase-is-backspace): Set default to t if
33355 running on Mac.
33356
33357 * term/mac-win.el (function-key-map): Sync with x-win.el.
33358
33359 2005-03-15 Kenichi Handa <handa@m17n.org>
33360
33361 * international/mule-cmds.el (locale-language-names): Modify the
33362 format of elements and add more entries.
33363 (locale-preferred-coding-systems): Add more entries.
33364 (set-locale-environment): Adjust for the change of
33365 locale-language-names.
33366
33367 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
33368
33369 * pcvs.el (smerge-ediff): Remove bogus autoload.
33370
33371 2005-03-14 Lute Kamstra <lute@gnu.org>
33372
33373 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
33374 Ignore a `*' at the beginning of a line.
33375
33376 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
33377 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
33378 subr.el.
33379 (dont-compile, eval-when-compile, eval-and-compile): Use declare
33380 to specify indentation.
33381
33382 * generic.el (define-generic-mode): Let generic-mode-list be a
33383 list of strings; test membership with equal.
33384
33385 2005-03-14 Kim F. Storm <storm@cua.dk>
33386
33387 * simple.el (next-line, previous-line): Add optional try-vscroll
33388 arg to recognize interactive use. Pass it on to line-move.
33389 (line-move): Don't perform auto-window-vscroll when defining or
33390 executing keyboard macro to ensure consistent behavior.
33391
33392 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
33393
33394 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
33395
33396 2005-03-13 Lute Kamstra <lute@gnu.org>
33397
33398 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
33399 debugger-setup-buffer so that backtrace marks the frames set to
33400 debug-on-exit and we don't have to do it manually. Set an extra
33401 debug-on-exit for macro's.
33402 (debugger-setup-buffer): Don't mark the top frame manually.
33403
33404 2005-03-12 Lute Kamstra <lute@gnu.org>
33405
33406 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
33407 lisp-indent-function throughout.
33408 (with-no-warnings): Set lisp-indent-function property.
33409
33410 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
33411
33412 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
33413 Add entry for backslash.
33414
33415 2005-03-12 Juri Linkov <juri@jurta.org>
33416
33417 * info.el (Info-search): Four fixes for backward search.
33418
33419 2005-03-11 Jay Belanger <belanger@truman.edu>
33420
33421 * calc/calc.el (calc-language-alist): New variable.
33422 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
33423 (calc-embedded-find-modes): Use calc-language-alist instead of
33424 calc-embedded-language-alist.
33425
33426 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
33427
33428 * calendar/calendar.el (calendar-redrawing): New internal
33429 variable.
33430 (redraw-calendar): Remove bogus save-excursion from previous
33431 change. Bind calendar-redrawing to t for mark-diary-entries.
33432 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
33433 calendar if that is why we were called.
33434
33435 2005-03-11 Kenichi Handa <handa@m17n.org>
33436
33437 * international/mule.el (make-coding-system): Set property
33438 coding-system-define-form to nil.
33439 (define-coding-system-alias): Likewise.
33440
33441 2005-03-11 Kenichi Handa <handa@m17n.org>
33442
33443 These changes are suggested by Dave Love <fx@gnu.org>.
33444
33445 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
33446 coding: tag.
33447 (adaptive-fill-regexp): Add more bullets.
33448 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
33449 regexps.
33450
33451 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
33452
33453 * help.el (describe-mode): Properly handle non-trivial lighters.
33454 Don't ignore minor modes that are not listed in minor-mode-list.
33455
33456 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
33457 feature ON when the user requests to turn it OFF.
33458
33459 2005-03-10 Lute Kamstra <lute@gnu.org>
33460
33461 * emacs-lisp/debug.el (debug-entry-code): Delete it.
33462 (implement-debug-on-entry): New function to replace debug-entry-code.
33463 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
33464 second argument as the 2005-03-07 change makes it obsolete.
33465 (debug-on-entry, cancel-debug-on-entry): Update call to
33466 debug-on-entry-1.
33467 (debug, debugger-setup-buffer): Comment update.
33468 (debugger-frame-number): Update to work with implement-debug-on-entry.
33469
33470 2005-03-10 Jay Belanger <belanger@truman.edu>
33471
33472 * calc/calc-embed.el (math-ms-args): Declare it.
33473 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
33474 math-ms-args.
33475 (calc-embedded-subst): Use math-multi-subst-rec to substitute
33476 variables.
33477
33478 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
33479
33480 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
33481 Use message-box.
33482
33483 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
33484 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
33485 (tooltip-gud-tips): Simplify.
33486 (tooltip-gud-tips-p): Remove superfluous :set.
33487 (tooltip-gud-modes): Add fortran-mode.
33488 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
33489
33490 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
33491
33492 2005-03-09 Kim F. Storm <storm@cua.dk>
33493
33494 * play/animate.el (animate-place-char): Use forward-line instead
33495 of next-line to improve performance.
33496
33497 2005-03-09 Simon Josefsson <jas@extundo.com>
33498
33499 * net/browse-url.el (browse-url-default-browser): Doc fix.
33500
33501 2005-03-09 Miles Bader <miles@gnu.org>
33502
33503 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
33504 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
33505
33506 2005-03-09 Kenichi Handa <handa@m17n.org>
33507
33508 * international/latin-1.el: Set case and syntax for 255 only if
33509 set-case-syntax-set-multibyte is nil.
33510
33511 * textmodes/ispell.el (ispell-insert-word): New function.
33512 (ispell-word): Use ispell-insert-word to insert a new word.
33513 (ispell-process-line): Likewise.
33514 (ispell-complete-word): Likewise.
33515
33516 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
33517
33518 * calendar/calendar.el (redraw-calendar): Preserve point.
33519 Reported by Matt Hodges <MPHodges@member.fsf.org>.
33520 (calendar-week-start-day): Move after definition of
33521 redraw-calendar. Delete buffer test, since redraw-calendar has
33522 that now.
33523
33524 * calendar/diary-lib.el (mark-diary-entries): Only call
33525 redraw-calendar in the first of any recursive calls.
33526 Reported by Alan Shutko <ats@acm.org>.
33527
33528 2005-03-08 Juri Linkov <juri@jurta.org>
33529
33530 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
33531 (html-horizontal-rule, html-line, html-image, html-checkboxes)
33532 (html-radio-buttons): Add a space before the trailing `/>' where
33533 sgml-xml-mode is non-nil.
33534 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
33535 the subsequent tag of the empty XML tag.
33536 (html-href-anchor): Don't set initial input to "http:".
33537 (html-image): Ask for the image URL and set point inside alt="".
33538 (html-name-anchor): Duplicate the name in the `id' attribute when
33539 sgml-xml-mode is non-nil.
33540 (html-paragraph): Remove \n before <p>.
33541 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
33542 instead of `checked' when sgml-xml-mode is non-nil.
33543
33544 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
33545 Remove 1 space before #RRGGBB to not truncate it on terminal
33546 windows w/o fringes. Remove 1 space between bg and fg examples
33547 to get more space.
33548 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
33549 avoid byte-compile warnings.
33550
33551 * image-file.el (image-file-handler): Put `safe-magic' property to
33552 `image-file-handler'.
33553
33554 * info.el (Info-isearch-search): Emulate word search in
33555 isearching through multiple Info nodes with Info-search.
33556 (Info-isearch-wrap): Allow isearch-word.
33557
33558 2005-03-08 Lute Kamstra <lute@gnu.org>
33559
33560 * emacs-lisp/debug.el (debugger-step-through): Make sure that
33561 stepping into the debugger's code is not possible.
33562 (debugger-jumping-flag): Docstring update.
33563
33564 2005-03-08 Jay Belanger <belanger@truman.edu>
33565
33566 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
33567 embedded mode begins.
33568 (calc-embedded-language-alist): New variable.
33569 (calc-embedded-find-modes): Use calc-embedded-language-alist to
33570 set default language mode.
33571
33572 2005-03-08 Kenichi Handa <handa@m17n.org>
33573
33574 * international/ccl.el (define-ccl-program): Fix docstring about
33575 extra 256 bytes assured for the output buffer.
33576
33577 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33578 Fix BUFFER_MAGNIFICATION to 2.
33579 (ccl-encode-mule-utf-16be-with-signature): Likewise.
33580
33581 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
33582
33583 * align.el (align-rules-list): Added an alignment rule for CSS
33584 declarations (applies to css-mode and html-mode buffers).
33585
33586 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
33587
33588 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
33589
33590 2005-03-07 Kim F. Storm <storm@cua.dk>
33591
33592 * simple.el (move-beginning-of-line): New command.
33593
33594 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
33595
33596 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
33597
33598 * emulation/cua-base.el: Put CUA move property on move-end-of-line
33599 and move-beginning-of-line.
33600
33601 * apropos.el (apropos-print): Omit command from M-x ... RET.
33602
33603 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
33604
33605 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
33606 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
33607
33608 2005-03-06 Richard M. Stallman <rms@gnu.org>
33609
33610 * bindings.el (esc-map): Bind M-g to goto-line.
33611
33612 * facemenu.el (global-map): Bind M-o, not M-g.
33613
33614 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
33615
33616 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
33617 "Open Directory" as for "Open File".
33618
33619 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
33620
33621 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
33622 (push-mark-command): Run activate-mark-hook.
33623
33624 2005-03-06 Richard M. Stallman <rms@gnu.org>
33625
33626 * help-mode.el (help-mode-finish): Don't alter the element
33627 in view-return-to-alist if there already is one.
33628
33629 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
33630 make sure the current buffer is the expected one.
33631
33632 * novice.el (disabled-command-function): Output in *Disabled Command*.
33633 Explicitly ignore non-keyboard events, and explicitly handle C-g.
33634
33635 * textmodes/flyspell.el (flyspell-large-region):
33636 Pass args differently for aspell.
33637
33638 * files.el (mode-require-final-newline): Doc fix.
33639
33640 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
33641
33642 * progmodes/which-func.el (which-function):
33643 Specify NOERROR when calling imenu--make-index-alist.
33644
33645 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
33646
33647 * simple.el (normal-erase-is-backspace): Define default value.
33648
33649 * custom.el (custom-theme-set-variables): Remove unused var
33650 `immediate'.
33651 (custom-reevaluate-setting): Simple function to handle variables
33652 that are defined before their default value can really be
33653 computed.
33654
33655 * startup.el (command-line): Use it for temporary-file-directory,
33656 small-emporary-file-directory, auto-save-file-name-transforms,
33657 blink-cursor-mode, and normal-erase-is-backspace.
33658
33659 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
33660 progress, even with buggy anchored keywords.
33661
33662 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
33663
33664 * simple.el (goto-line): Remove unbalanced final parenthesis.
33665
33666 2005-03-05 Richard M. Stallman <rms@gnu.org>
33667
33668 * simple.el (goto-line): Use a number at point as the default.
33669 With C-u as arg, switch buffers.
33670
33671 2005-03-05 Juri Linkov <juri@jurta.org>
33672
33673 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
33674 with `no-blinking-cursor'.
33675
33676 * startup.el (no-blinking-cursor): New defvar.
33677 (command-line): Add `--no-blinking-cursor' to longopts.
33678 Set `no-blinking-cursor' to t for command line arguments
33679 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
33680 with `no-blinking-cursor' in the condition for calling
33681 `blink-cursor-mode'.
33682
33683 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
33684
33685 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
33686 (menu-bar-options-save): Add blink-cursor-mode.
33687 (menu-bar-options-menu): Add blink-cursor-mode.
33688
33689 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
33690
33691 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
33692 (icalendar-export-file, icalendar-export-region)
33693 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
33694 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
33695
33696 2005-03-04 Lute Kamstra <lute@gnu.org>
33697
33698 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
33699 (debug-function-list): Ditto.
33700
33701 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
33702
33703 * textmodes/texinfmt.el (texinfo-append-refill):
33704 Redefine the types of line to which @refill
33705 is not appended by replacing a search for `@refill\\|@bye' with
33706 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
33707 itemize@refill' bug and the unfilled long lines bug.
33708 (texinfmt-version): Update number and date.
33709
33710 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
33711
33712 * international/code-pages.el (windows-1250, windows-125[2-8])
33713 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
33714
33715 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
33716
33717 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
33718 bound yet.
33719
33720 2005-03-02 Romain Francoise <romain@orebokech.com>
33721
33722 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
33723 buffer after removing limits.
33724 (ibuffer-pop-filter): Ditto.
33725 Update copyright.
33726
33727 2005-03-02 Miles Bader <miles@gnu.org>
33728
33729 * button.el (make-text-button): If the user doesn't specify a
33730 type, use the default. Rewrite to use `add-text-properties' and
33731 plist functions.
33732
33733 2005-03-01 Lute Kamstra <lute@gnu.org>
33734
33735 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
33736 (debugger-jumping-flag): New var.
33737 (debug-entry-code): Use it.
33738 (debugger-jump): Use debugger-jumping-flag and add
33739 debugger-reenable to post-command-hook.
33740 (debugger-reenable): Use debugger-jumping-flag and remove itself
33741 from post-command-hook.
33742 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
33743 debugger-reenable.
33744
33745 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
33746
33747 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
33748 inclusion of "itemize\\|", which may be unnecessary, is certainly
33749 inelegant, and stops refilling in itemize lists when formatting
33750 Japanese Texinfo files to Info.
33751 Update copyright to 2005.
33752
33753 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
33754
33755 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
33756 of an error if GDB can't find the source file.
33757
33758 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
33759
33760 * calendar/calendar.el (redraw-calendar): Work from any buffer,
33761 not just the calendar.
33762
33763 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
33764 first.
33765 (diary-redraw-calendar): New function.
33766 (make-diary-entry): Add diary-redraw-calendar to local
33767 write-contents-functions. Turn off selective display before
33768 inserting in diary.
33769
33770 2005-03-01 Kim F. Storm <storm@cua.dk>
33771
33772 * emacs-lisp/copyright.el (copyright-fix-years): New command.
33773
33774 2005-03-01 Lute Kamstra <lute@gnu.org>
33775
33776 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
33777 that debug-entry-code can be safely removed from a function while
33778 this code is being evaluated. Revert the 2005-02-27 change as the
33779 new implementation no longer requires it. Make sure that a
33780 function body containing just a string is not mistaken for a docstring.
33781 (debug): Skip one more frame in case of debug on entry.
33782 (debugger-setup-buffer): Delete one more frame line in case of
33783 debug on entry.
33784 (debugger-frame-number): Update to use the new text introduced by
33785 the 1999-11-03 change. Skip one more frame in case of debug on entry.
33786
33787 2005-02-28 Kim F. Storm <storm@cua.dk>
33788
33789 * double.el (double-translate-key): Call force-window-update after
33790 read-event to avoid crash in redisplay.
33791
33792 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
33793
33794 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
33795 (debug): Use it. Move the inhibit-trace earlier.
33796 (debug-entry-code): New const.
33797 (debug-on-entry-1): Use it.
33798
33799 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
33800
33801 * international/utf-16.el (ccl-encode-mule-utf-16le):
33802 Fix BUFFER_MAGNIFICATION to 2.
33803 (ccl-encode-mule-utf-16be): Likewise.
33804
33805 2005-02-28 Kenichi Handa <handa@m17n.org>
33806
33807 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33808 Fix BUFFER_MAGNIFICATION to 4.
33809 (ccl-encode-mule-utf-16be-with-signature): Likewise.
33810
33811 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
33812
33813 * speedbar.el (speedbar-update-flag): Doc fix.
33814 (speedbar-show-info-under-mouse): Give set-mouse-position the right
33815 argument.
33816
33817 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
33818
33819 * reveal.el (reveal-post-command): Don't try to reveal overlays which
33820 have a non-nil `invisible' property but are actually visible.
33821
33822 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
33823 for perldoc sections.
33824 (perl-outline-regexp, perl-outline-level): New var and function.
33825 (perl-mode): Use them.
33826
33827 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
33828
33829 * calendar/diary-lib.el (diary-remind): Discard any mark portion
33830 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
33831
33832 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
33833
33834 * cus-edit.el: Comment change.
33835 (custom-buffer-create-internal): Slightly reword text at top of
33836 Custom buffers. Mention there that saving an option edits the
33837 init file. Add link to Emacs manual node on `custom-file'.
33838 (custom-magic-alist): Rewrite individual State messages to use
33839 capitalized keywords. Doc fix.
33840
33841 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
33842
33843 * calendar/calendar.el (calendar-buffer): Move above
33844 calendar-week-start-day.
33845 (calendar-week-start-day): Doc fix. Add :set function.
33846 (calendar-minimum-window-height): New variable.
33847 (generate-calendar-window): Only resize window if selected-window
33848 is displaying the calendar buffer. Use new variable
33849 calendar-minimum-window-height.
33850 (generate-calendar): Reword error message.
33851 (calendar-mode-map): Bind DEL to scroll-other-window-down.
33852
33853 2005-02-27 Andreas Schwab <schwab@suse.de>
33854
33855 * vc.el (vc-do-command): Don't run command asynchronously when
33856 operating in a remote directory.
33857
33858 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
33859 change from sync with Tramp 2.0.47.
33860
33861 2005-02-27 Richard M. Stallman <rms@gnu.org>
33862
33863 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
33864
33865 * textmodes/flyspell.el (flyspell-mode-on):
33866 Call ispell-change-dictionary only if necessary.
33867
33868 * emacs-lisp/re-builder.el (regexp-builder): New function.
33869
33870 * register.el (describe-register-1): Explicitly handle
33871 yank-excluded-properties = t.
33872
33873 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
33874 (custom-magic-alist): Change the status descriptions again.
33875 (face widget-type): Total rewrite based on `restricted-sexp'
33876 to eliminate the confusing double hiding levels.
33877
33878 * emacs-lisp/debug.el (debug-on-entry-1):
33879 If function body is empty, add nil as body form.
33880
33881 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
33882
33883 * emacs-lisp/trace.el (inhibit-trace): New var.
33884 (trace-make-advice): Use it.
33885
33886 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
33887
33888 2005-02-26 Kim F. Storm <storm@cua.dk>
33889
33890 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
33891 (mouse-on-link-p, mouse-drag-region-1): Use it.
33892
33893 2005-02-25 Lute Kamstra <lute@gnu.org>
33894
33895 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
33896
33897 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
33898
33899 * frame.el (blink-cursor-mode): Add :group keyword.
33900
33901 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
33902
33903 * calendar/icalendar.el (icalendar--decode-isodatetime):
33904 New optional argument DAY-SHIFT.
33905 (icalendar-export-region): Fix coding-system-for-write.
33906 (icalendar--convert-ical-to-diary): Shift end-day of all-day
33907 events by one.
33908
33909 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
33910
33911 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
33912
33913 2005-02-24 Kim F. Storm <storm@cua.dk>
33914
33915 * international/iso-acc.el (iso-accents-compose): Fix crash
33916 during redisplay. Call force-window-update after read-event
33917 and delete-region to signal that window is not accurate.
33918
33919 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
33920
33921 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
33922 Remove unused and inexistent var `inhibit-trace'.
33923 (debugger-mode): Use run-mode-hooks.
33924 (debugger-list-functions): Add buttons; setup xref stack.
33925
33926 2005-02-23 Richard M. Stallman <rms@gnu.org>
33927
33928 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
33929 appointment says it was explicitly made.
33930 (appt-add): Set the 3rd element.
33931 (appt-make-list): Preserve explicit appointments.
33932
33933 * subr.el (find-tag-default): Catch errors in forward-sexp.
33934
33935 2005-02-23 Juri Linkov <juri@jurta.org>
33936
33937 * info.el (Info-isearch-search): New defcustom.
33938 (Info-isearch-search): Call the default isearch function
33939 when Info-isearch-search is nil.
33940 (Info-isearch-wrap): Use variable Info-isearch-search.
33941
33942 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
33943
33944 * cus-edit.el: Comment change.
33945
33946 2005-02-22 Kim F. Storm <storm@cua.dk>
33947
33948 * progmodes/hideif.el (hide-ifdef-use-define-alist):
33949 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
33950
33951 2005-02-22 Simon Josefsson <jas@extundo.com>
33952
33953 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
33954 New variable.
33955 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
33956 Oskarsson" <myrkraverk@users.sourceforget.net>.
33957
33958 2005-02-22 Kim F. Storm <storm@cua.dk>
33959
33960 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
33961 check that window of that event is the selected window.
33962 (mouse-drag-region-1): Compare mouse event window to selected
33963 window before setting point.
33964
33965 * tooltip.el (tooltip-show-help-function): Pass event to
33966 mouse-on-link-p so it can check selected window.
33967
33968 2005-02-22 Kenichi Handa <handa@m17n.org>
33969
33970 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
33971 (ps-mule-show-warning): New function.
33972 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
33973 characters are found.
33974
33975 * ps-print.el (ps-header-footer-string): Return a list of header
33976 and footer strings.
33977
33978 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
33979
33980 * pcvs.el (cvs-retrieve-revision): Fix thinko.
33981
33982 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
33983
33984 * frame.el (blink-cursor-mode): Use define-minor-mode.
33985
33986 * term/mac-win.el (function-key-map): Use char-names more consistently.
33987 (file-name-coding-system): Only set it for MacOS-9. The other case is
33988 already handled in mule-cmds.el (where it also works when mac-win.el
33989 is not used).
33990
33991 2005-02-21 Kenichi Handa <handa@m17n.org>
33992
33993 * international/mule.el (ctext-pre-write-conversion): Always use
33994 " *code-converting-work*" buffer for work.
33995
33996 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
33997
33998 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
33999
34000 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
34001
34002 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
34003
34004 * ses.el (undo-more): Restore defadvice, but only the part that
34005 allows changes outside the restricted area of the buffer.
34006
34007 2005-02-20 Kim F. Storm <storm@cua.dk>
34008
34009 * simple.el (line-move): Add fourth optional arg try-vscroll which
34010 must be set to perform auto-window-vscroll.
34011 When moving backwards and doing auto-window-vscroll, automatically
34012 vscroll to the last part of lines which are taller than the window.
34013 (next-line, previous-line): Set try-vscroll arg on line-move.
34014
34015 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
34016
34017 * replace.el (query-replace, query-replace-regexp)
34018 (replace-string, replace-regexp): When operating on region, make
34019 the minibuffer prompt say so.
34020
34021 * isearch.el (isearch-forward): Document isearch-query-replace and
34022 isearch-query-replace-regexp keybindings.
34023
34024 2005-02-19 Jay Belanger <belanger@truman.edu>
34025
34026 * calc/calc-aent.el (math-read-token): Add local variable.
34027
34028 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
34029 (calc-edit-top): Move declaration to earlier in file.
34030 (calc-edit-macro-repeats): Add local variables.
34031
34032 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
34033 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
34034 calcFunc-tanh.
34035 Adjust integration rule for calcFunc-tan.
34036
34037 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
34038
34039 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
34040 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
34041 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
34042 (viper-skip-separators): Bug fix.
34043 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
34044 particular major mode.
34045 (viper-del-backward-char-in-replace): Don't put deleted char on the
34046 kill ring.
34047
34048 * viper-ex.el (viper-color-display-p): New function.
34049 (viper-has-face-support-p): Use viper-color-display-p.
34050
34051 * viper-keym.el (viper-gnus-modifier-map): New keymap.
34052
34053 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
34054
34055 * viper-util.el (viper-glob-unix-files): Fix shell status check.
34056 (viper-file-remote-p): Make equivalent to file-remote-p.
34057
34058 * viper.el (viper-major-mode-modifier-list):
34059 Use viper-gnus-modifier-map.
34060
34061 2005-02-19 David Kastrup <dak@gnu.org>
34062
34063 * subr.el (subregexp-context-p): Fix garbled doc string by adding
34064 quoting.
34065
34066 2005-02-19 Jay Belanger <belanger@truman.edu>
34067
34068 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
34069 Remove extra definitions.
34070 (calc-coth): New function.
34071 (calcFunc-cot): Fix `let'.
34072
34073 2005-02-19 Eli Zaretskii <eliz@gnu.org>
34074
34075 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
34076 the reasons we use "type pc" in these faces.
34077
34078 * button.el (button): Ditto.
34079
34080 2005-02-19 Michael Mauger <mmaug@yahoo.com>
34081
34082 * replace.el (query-replace-read-from): Set the value of
34083 query-replace-from-history-variable to handle the case of an empty
34084 string entered to accept the suggested default.
34085
34086 * net/tramp.el (tramp-file-name-for-operation):
34087 Use dired-call-process instead of dired-call-process-command.
34088
34089 2005-02-19 Jay Belanger <belanger@truman.edu>
34090
34091 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
34092 (math-div-non-trig): New variables.
34093 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
34094 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
34095 (math-combine-prod, math-div-symb-fancy): Add simplifications for
34096 trig expressions.
34097
34098 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
34099
34100 * progmodes/gdb-ui.el (gdb-var-update-handler)
34101 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
34102 for watch expressions,
34103 (gdb-var-create-handler): Don't set speedbar-update-flag.
34104 (gdb-post-prompt): Simplify test for speedbar.
34105
34106 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
34107
34108 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
34109 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
34110 we use the syntax table of the correct buffer.
34111 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
34112 Felix Gatzemeier.
34113
34114 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
34115 (ediff-file-remote-p): Make synonymous with file-remote-p.
34116 In all deffaces ediff-*-face-*, use min-colors.
34117
34118 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
34119 ediff-recurse-to-subdirectories.
34120 (ediff-mark-if-equal): Check that the arguments are strings, use
34121 ediff-same-contents (after to Felix Gatzemeier).
34122
34123 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
34124 nil.
34125
34126 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
34127
34128 * log-view.el (log-view-message-re): Fix up Subversion regexp.
34129
34130 2005-02-18 David Kastrup <dak@gnu.org>
34131
34132 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
34133 use `mark-active' when defined.
34134
34135 2005-02-18 Kenichi Handa <handa@m17n.org>
34136
34137 * ps-print.el (ps-font-info-database): New entry
34138 ZapfChancery-MediumItalic with correct font name. Fix font name
34139 of the entry Zapf-Chancery-MediumItalic.
34140
34141 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
34142
34143 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
34144
34145 2005-02-16 Kim F. Storm <storm@cua.dk>
34146
34147 * ido.el (ido-fallback-command): Pass user input to fallback command.
34148
34149 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
34150
34151 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
34152 (gdb-find-file-hook): Add server prefix.
34153
34154 2005-02-16 Richard M. Stallman <rms@gnu.org>
34155
34156 * replace.el (perform-replace): Pass new args to replace-highlight.
34157 (replace-highlight): Take region args,
34158 and pass them to isearch-lazy-highlight-new-loop.
34159
34160 * novice.el (disabled-command-hook): Autoload the defalias
34161 and the make-obsolete-variable call.
34162
34163 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
34164
34165 * isearch.el (isearch-lazy-highlight-start-limit)
34166 (isearch-lazy-highlight-end-limit): New variables limit
34167 the region for highlighting.
34168 (isearch-lazy-highlight-new-loop): New args BEG and END.
34169 (isearch-lazy-highlight-search): Use the new vars.
34170 (isearch-lazy-highlight-update): Likewise.
34171
34172 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
34173
34174 * cus-start.el (all): Use default-boundp.
34175
34176 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
34177
34178 * menu-bar.el (menu-bar-select-frame): Handle current frame.
34179
34180 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
34181
34182 * autorevert.el (auto-revert-stop-on-user-input)
34183 (auto-revert-verbose): Doc fixes.
34184
34185 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
34186
34187 * international/mule-cmds.el (set-locale-environment): Remove call
34188 to set-selection-coding-system on Windows.
34189
34190 2005-02-15 Jay Belanger <belanger@truman.edu>
34191
34192 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
34193 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
34194 calcFunc-coth.
34195 (math-simplify-sqrt): Add simplifications.
34196
34197 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
34198 to list.
34199
34200 * calc/calc-ext.el: Add functions to autoloads.
34201
34202 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
34203 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
34204 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
34205 (math-csc-raw, math-cot-raw): New functions.
34206
34207 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
34208
34209 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
34210 the variable name in a message.
34211
34212 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
34213 calcFunc-csc, calcFunc-cot.
34214
34215 * calc/calcalg2.el: Add derivative and integration rules for
34216 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
34217 calcFunc-csch, calcFunc-coth.
34218 (math-do-integral-methods): Add to checks for when to use
34219 substitutions.
34220
34221 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
34222
34223 2005-02-15 Lute Kamstra <lute@gnu.org>
34224
34225 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
34226 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
34227 <monnier@iro.umontreal.ca>.
34228 (lisp-outline-level): Improve efficiency. Suggested by David
34229 Kastrup <dak@gnu.org>.
34230
34231 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
34232
34233 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
34234 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
34235 (gdb-set-gud-minor-mode-existing-buffers): New functions.
34236 (gdb-find-file-hook): New hook. Add it to find-file-hook.
34237 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
34238
34239 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
34240
34241 * cus-start.el (all): Comment change.
34242
34243 2005-02-14 Lute Kamstra <lute@gnu.org>
34244
34245 * cus-start.el (all): Check if symbol is void.
34246
34247 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
34248
34249 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
34250 optional argument to \cite.
34251
34252 2005-02-14 Richard M. Stallman <rms@gnu.org>
34253
34254 * cus-edit.el (custom-buffer-create-internal): Update help message.
34255 (custom-magic-alist): Update help messages.
34256
34257 * cus-start.el (all): Allow a var to specify a standard value.
34258
34259 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
34260
34261 * custom.el (custom-theme-set-variables): Handle variable aliases.
34262
34263 * frame.el (blink-cursor-timer): Doc fix.
34264 (blink-cursor): Make it an alias for `blink-cursor-mode' and
34265 declare obsolete.
34266 (blink-cursor-mode): Define with defcustom and use correct
34267 standard expression in that defcustom.
34268 * startup.el (command-line): Adapt to above changes in frame.el.
34269
34270 2005-02-11 Lute Kamstra <lute@gnu.org>
34271
34272 * apropos.el (apropos-score-doc): Prevent division by zero.
34273
34274 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
34275
34276 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
34277 (icalendar--get-event-property-attributes)
34278 (icalendar--get-event-properties)
34279 (icalendar--datetime-to-diary-date): New functions.
34280 (icalendar--split-value): Doc fix.
34281 (icalendar--datetime-to-noneuropean-date)
34282 (icalendar--datetime-to-european-date): New optional argument
34283 SEPARATOR. Return result as a string instead of a list.
34284 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
34285 (icalendar--convert-string-for-export): Rename arg S to STRING.
34286 (icalendar-export-region): Doc fix. Change name of error buffer.
34287 Save output buffer.
34288 (icalendar-import-file): Add blank at end of prompt.
34289 (icalendar-import-buffer): Doc fix. Do not switch to error
34290 buffer. Indicate status in return value.
34291 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
34292 buffer. Save output buffer. Handle exception from recurrence
34293 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
34294 events. Fix problems with weekly all-day events.
34295
34296 2005-02-10 Richard M. Stallman <rms@gnu.org>
34297
34298 * simple.el (eval-expression-print-format):
34299 Avoid warning about edebug-active.
34300
34301 * help.el (help-for-help-internal): Rename from help-for-help.
34302 (help-for-help): Define with defalias.
34303
34304 * font-core.el (font-lock-default-function): Use with-no-warnings.
34305
34306 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
34307
34308 * custom.el (defface): Doc fix.
34309
34310 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
34311
34312 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
34313 width 0" to prevent word wrapping problems.
34314
34315 2005-02-09 Kim F. Storm <storm@cua.dk>
34316
34317 * ido.el (ido-file-extensions-order): New defcustom.
34318 (ido-file-extension-lessp, ido-file-extension-aux)
34319 (ido-file-extension-order): New advanced file ordering.
34320 (ido-file-lessp): New simple file ordering.
34321 (ido-sort-list): Remove.
34322 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
34323 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
34324
34325 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
34326
34327 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
34328 that some versions of grep produce.
34329 (grep-mode-font-lock-keywords): Likewise.
34330
34331 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
34332
34333 * progmodes/gdb-ui.el (gdb-location-list): New variable.
34334 (gdb-cdir): Delete.
34335 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
34336 (gdb-source-info): Treat case when source file is in another
34337 directory properly.
34338 (gdb-get-location): New function.
34339
34340 2005-02-07 Jay Belanger <belanger@truman.edu>
34341
34342 * calc/calc-prog.el (calc-write-parse-table-part)
34343 (calc-fix-token-name): Fix a check for language type.
34344
34345 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
34346
34347 2005-02-07 Andre Spiegel <spiegel@gnu.org>
34348
34349 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
34350 as directory not writable.
34351
34352 2005-02-07 Kim F. Storm <storm@cua.dk>
34353
34354 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
34355 (cua--standard-movement-commands): Remove list.
34356 Instead, set CUA property value to move for movement commands.
34357 (cua-movement-commands): Remove. Users must set CUA prop instead.
34358 (cua--pre-command-handler): Check CUA property.
34359 (cua--init-keymaps): Don't remap undo commands.
34360 (cua-mode): Don't call cua--rectangle-on-off.
34361
34362 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
34363 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
34364 (cua--rect-undo-set-point): New var.
34365 (cua--rectangle-undo-boundary): Setup undo apply entry.
34366 (cua--rect-undo-handler): New function for rectangle undo.
34367 (cua--rect-start-position, cua--rect-end-position): Add.
34368 (cua--rectangle-post-command): Call cua--rectangle-set-corners
34369 for restored rectangle. Set point if cua--rect-undo-set-point.
34370
34371 2005-02-06 Jay Belanger <belanger@truman.edu>
34372
34373 * calc/calc-lang.el (calc-tex-language): Display more information
34374 in messages.
34375
34376 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
34377 in TeX mode.
34378
34379 2005-02-06 Richard M. Stallman <rms@gnu.org>
34380
34381 * emacs-lisp/lisp.el (buffer-end): Doc fix.
34382
34383 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
34384
34385 * net/ldap.el (ldap-search-internal): Support attributes with
34386 optional descriptions separated by a semi-colon, as in
34387 "userCertificate;binary".
34388
34389 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
34390
34391 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
34392 isn't a cons (i.e. the version is 0).
34393
34394 2005-02-05 Eli Zaretskii <eliz@gnu.org>
34395
34396 * help.el (help-for-help): Doc fix.
34397
34398 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
34399
34400 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
34401 GDB-Windows on the menu-bar as this works better.
34402
34403 2005-02-04 Jay Belanger <belanger@truman.edu>
34404
34405 * calc/calc-embed.el (calc-embedded-update): Don't put in
34406 unnecessary newlines. Adjust the end of formula marker.
34407
34408 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
34409 (math-latex-parse-two-args): New function.
34410
34411 2005-02-03 Lute Kamstra <lute@gnu.org>
34412
34413 * help-fns.el (help-with-tutorial): Make sure that users cannot
34414 remove the entire text of the tutorial by means of `undo'.
34415
34416 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
34417
34418 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
34419 in recent changes, where the ispell process was repeatedly
34420 killed & restarted.
34421
34422 * international/mule-cmds.el (set-locale-environment): Set file-name
34423 coding system to utf-8 on Darwin systems.
34424 (set-default-coding-systems): Don't set default-file-name-coding-system
34425 on Darwin systems.
34426
34427 2005-02-03 Richard M. Stallman <rms@gnu.org>
34428
34429 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
34430
34431 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
34432
34433 * faces.el (list-faces-display): Add optional argument.
34434
34435 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
34436
34437 * font-core.el (font-lock-default-function): Handle the rare case where
34438 only font-lock-keywords is set.
34439
34440 2005-02-02 Kenichi Handa <handa@m17n.org>
34441
34442 * international/characters.el: Cancel previous change for
34443 I-WITH-DOT-ABOVE and DOTLESS-i.
34444
34445 * international/latin-5.el: Cancel previous change.
34446
34447 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
34448
34449 * progmodes/gud.el: Correction to syntax in gud-menu-map.
34450
34451 2005-02-02 Kenichi Handa <handa@m17n.org>
34452
34453 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
34454 DOTLESS-i.
34455
34456 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
34457 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
34458
34459 * case-table.el (get-upcase-table): New function.
34460 (copy-case-table): Copy upcaes table too if non-nil.
34461 (set-case-syntax-delims): Maintain upcase table too.
34462 (set-case-syntax-pair): Likewise.
34463 (set-upcase-syntax, set-downcase-syntax): New functions.
34464 (set-case-syntax): Maintain upcase table too.
34465
34466 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
34467
34468 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
34469
34470 * progmodes/gud.el (gud-goto-info): New function.
34471 (gud-tool-bar-map): Use correct icon.
34472
34473 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
34474
34475 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
34476 When delegating, order args in the funcall correctly.
34477
34478 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
34479
34480 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
34481
34482 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
34483
34484 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
34485 buffer not visiting a file.
34486
34487 2005-01-31 Jay Belanger <belanger@truman.edu>
34488
34489 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
34490 bound on the line with the formula.
34491
34492 2005-01-31 Kim F. Storm <storm@cua.dk>
34493
34494 * ses.el (ses-create-cell-variable-range)
34495 (ses-destroy-cell-variable-range, ses-reset-header-string)
34496 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
34497 (ses-insert-row): Fix format of apply undo entries.
34498
34499 2005-01-31 Jay Belanger <belanger@truman.edu>
34500
34501 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
34502 parts.
34503
34504 * calc/calc-embed.el (calc-embedded-open-formula)
34505 (calc-embedded-close-formula): Ignore matrix environments.
34506
34507 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
34508 TeX mode.
34509
34510 * calc/calc-lang.el (math-function-table, math-oper-table)
34511 (math-variable-table): Adjust the LaTeX portions.
34512
34513 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
34514 (math-latex-ignore-words): New constant.
34515
34516 2005-01-31 Richard M. Stallman <rms@gnu.org>
34517
34518 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
34519 (ispell-local-dictionary): Doc fix.
34520 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
34521 Don't reinitialize at run time. Don't defcustom.
34522 All uses changed to append ispell-local-dictionary-alist,
34523 or check it first.
34524 (ispell-current-dictionary): New variable for dictionary in use.
34525 (ispell-dictionary): Now used only for global default.
34526 (ispell-start-process): Set ispell-current-dictionary,
34527 not ispell-dictionary.
34528 (ispell-change-dictionary): Use this only for setting
34529 user preferences.
34530 (ispell-internal-change-dictionary): New function
34531 to change the current dictionary in use.
34532 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
34533 Use ispell-current-dictionary.
34534 Handle ispell-local-dictionary-overridden.
34535 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
34536
34537 2005-01-31 Jay Belanger <belanger@truman.edu>
34538
34539 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
34540
34541 * calc/calc-ext.el: Add calc-latex-language to autoloads.
34542 (calc-mode-map): Add calc-latex-language.
34543
34544 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
34545 (math-latex-print-frac): New functions.
34546 (math-oper-table, math-function-table, math-variable-table)
34547 (math-complex-format, math-input-filter): Add latex properties.
34548 (calc-set-language): Set math-expr-special-function-mapping.
34549
34550 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
34551 (calc-write-parse-table-part): Add LaTeX support.
34552
34553 * calc/calc.el (calc-language): Adjust docstring.
34554 (calc-set-mode-line): Add LaTeX support.
34555 (math-expr-special-function-mapping): New variable.
34556 (math-tex-ignore-words): Add to list.
34557
34558 * calc/calccomp.el (math-compose-expr, math-compose-rows):
34559 Add LaTeX support.
34560 (math-compose-expr): Add support for special functions.
34561
34562 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
34563
34564 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
34565
34566 * progmodes/gdb-ui.el (gdb-memory-address)
34567 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
34568 (gdb-memory-mode-map, gdb-memory-format-keymap)
34569 (gdb-memory-format-menu, gdb-memory-unit-keymap)
34570 (gdb-memory-unit-menu): New variables for a buffer
34571 that lets the user examine program memory.
34572 (gdb-memory-set-address, gdb-memory-set-repeat-count)
34573 (gdb-memory-format-binary, gdb-memory-format-octal)
34574 (gdb-memory-format-unsigned, gdb-memory-format-signed)
34575 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
34576 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
34577 (gdb-memory-unit-word, gdb-memory-unit-halfword)
34578 (gdb-memory-unit-byte, gdb-memory-unit-menu)
34579 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
34580 (gdb-memory-mode, gdb-memory-buffer-name)
34581 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
34582 New functions for above buffer.
34583
34584 2005-01-30 Richard M. Stallman <rms@gnu.org>
34585
34586 * cus-edit.el (custom-bury-buffer): Function deleted.
34587 (custom-buffer-done-function): Option deleted.
34588 (custom-buffer-done-kill): New replacement option.
34589 (Custom-buffer-done): Call quit-window.
34590 (custom-buffer-create-internal): Update for above changes.
34591
34592 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
34593
34594 * simple.el (undo-ask-before-discard): New var.
34595 (undo-outer-limit-truncate): Implement it.
34596 (undo-extra-outer-limit): Doc update.
34597
34598 2005-01-29 Richard M. Stallman <rms@gnu.org>
34599
34600 * ses.el (undo-more): Delete defadvice.
34601 (ses-begin-change): Doc fix.
34602
34603 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
34604 instead of rebinding C-x u and C-_.
34605
34606 * files.el (normal-backup-enable-predicate): Return nil for files
34607 in /tmp, regardless of temporary-file-directory.
34608
34609 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
34610
34611 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
34612 (open-rectangle, delete-whitespace-rectangle-line)
34613 (clear-rectangle-line): If FILL, pass t instead of FILL
34614 for move-to-column's 2nd arg.
34615
34616 * simple.el (undo): Fix the test for continuing a series of undos.
34617 (undo-more): Set pending-undo-list to t when we reach end.
34618 (pending-undo-list): Move up defvar.
34619
34620 * wid-edit.el (widget-button-click):
34621 Shorten the range of the track-mouse binding.
34622
34623 * comint.el (comint-insert-input): Undo previous changes;
34624 use last-input-event in interactive spec.
34625
34626 2005-01-29 Eli Zaretskii <eliz@gnu.org>
34627
34628 * progmodes/compile.el (compilation-start): Bind buffer-read-only
34629 to nil before invoking call-process. Reset buffer's modified flag
34630 after fontifying it in the no-async branch.
34631
34632 * wid-edit.el (widget-specify-button): If mouse pointer shape
34633 cannot be changed, use mouse face instead.
34634
34635 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
34636
34637 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
34638 (gdb-goto-breakpoint): Make breakpoint handling work on template
34639 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
34640 (gdb-assembler-custom): Update to recognize breakpoint information
34641 added on 2005-01-19.
34642
34643 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
34644
34645 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
34646 (dsssl-mode): Use define-derived-mode.
34647 (scheme-mode-initialize): Remove.
34648 (scheme-mode): Use run-mode-hooks.
34649
34650 * cus-edit.el (customize-group-other-window)
34651 (custom-buffer-create-other-window): Don't override special-display-*.
34652 (custom-mode-map): Make it dense.
34653
34654 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
34655 sets the default value.
34656
34657 2005-01-28 Eli Zaretskii <eliz@gnu.org>
34658
34659 * descr-text.el: Add more keywords.
34660
34661 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
34662
34663 * speedbar.el: Avoid unnecessary use of locate-library.
34664
34665 * international/mule-cmds.el (standard-display-european-internal):
34666 Don't fiddle with latin-1 non-break space any more since it's now
34667 special cased in the C code.
34668 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
34669
34670 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
34671
34672 * cus-start.el (all): Add `undo-outer-limit'.
34673
34674 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
34675
34676 * textmodes/bibtex.el (bibtex-format-entry):
34677 Use `bibtex-empty-field-re' only on the text of fields, not on entire
34678 field lines.
34679 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
34680 not on part of a buffer.
34681
34682 2005-01-25 Lute Kamstra <lute@gnu.org>
34683
34684 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
34685 nonempty field text strings like "{letters\\macro{}more letters}".
34686 Clarify docstring.
34687 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
34688 (bibtex-entry-offset, bibtex-parse-association)
34689 (bibtex-parse-field-name): Fix typos in docstrings.
34690 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
34691
34692 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
34693
34694 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
34695 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
34696 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
34697 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
34698
34699 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
34700 isearch minor mode.
34701
34702 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
34703
34704 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
34705
34706 2005-01-24 Lute Kamstra <lute@gnu.org>
34707
34708 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
34709 CASECHARS and NOT-CASECHARS regular expressions of the
34710 "nederlands" and "nederlands8" dictionaries to prevent a "Range
34711 striding over charsets" error.
34712
34713 2005-01-24 Jay Belanger <belanger@truman.edu>
34714
34715 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
34716 display variable name.
34717
34718 2005-01-24 Kenichi Handa <handa@m17n.org>
34719
34720 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
34721 Fix setting of the element of encoded-kbd-iso2022-invocations.
34722
34723 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
34724
34725 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
34726 (gdb-threads-select): Change to also accept mouse events.
34727 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
34728 (gdb-threads-mouse-select): Delete.
34729
34730 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
34731
34732 * files.el (insert-directory): Take care of empty directory,
34733 listed without -a switch.
34734
34735 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
34736
34737 * textmodes/refill.el (refill-post-command-function):
34738 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
34739 to the list of functions that we should be careful not to undo.
34740 (refill-late-fill-paragraph-function): Remove.
34741 (refill-saved-state): New var.
34742 (refill-mode): Use it to save fill-paragraph-function.
34743 Save also the value of auto-fill-function.
34744
34745 * term/w32-win.el: Simplify code.
34746
34747 2005-01-23 Kim F. Storm <storm@cua.dk>
34748
34749 * simple.el (line-move): Adapt to new return value from
34750 pos-visible-in-window-p.
34751
34752 * simple.el (line-move): Fix last change. Check partial
34753 visibility at point rather than at window-start.
34754
34755 2005-01-22 Jason Rumney <jasonr@gnu.org>
34756
34757 * term/w32-win.el (xw-defined-colors): Remove debug-message.
34758
34759 2005-01-22 David Kastrup <dak@gnu.org>
34760
34761 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
34762
34763 2005-01-22 Eli Zaretskii <eliz@gnu.org>
34764
34765 * type-break.el (type-break-mode): Add a test for
34766 type-break-file-name being non-nil.
34767
34768 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
34769
34770 * net/eudc.el (top level): Call (message "") via progn, so that
34771 eudc-options-file is loaded.
34772
34773 2005-01-22 Kim F. Storm <storm@cua.dk>
34774
34775 * simple.el (line-move-1): Rename from line-move.
34776 (line-move): New function that adjusts vscroll for partially
34777 visible rows, and calls line-move-1 otherwise.
34778
34779 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
34780
34781 * pcomplete.el: Define pcomplete-read-event instead of read-event,
34782 since it's not a complete read-event implementation.
34783
34784 2005-01-20 Jay Belanger <belanger@truman.edu>
34785
34786 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
34787 for called function.
34788
34789 2005-01-20 Steven Tamm <steventamm@mac.com>
34790
34791 * term/mac-win.el (process-connection-type): Remove.
34792 Controlled now by s/darwin.h:PTY_ITERATION.
34793
34794 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
34795
34796 * window.el (handle-select-window): Don't switch window when we're
34797 in the minibuffer.
34798
34799 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
34800
34801 * subr.el (dotimes-with-progress-reporter): New macro.
34802
34803 * ses.el (ses-dotimes-msg): Remove macro.
34804 Use `dotimes-with-progress-reporter' instead.
34805
34806 2005-01-19 Steven Tamm <steventamm@mac.com>
34807
34808 * term/mac-win.el (process-connection-type): Use new
34809 operating-system-release variable to use ptys on Darwin 7 (OS X
34810 10.3) when using carbon build.
34811
34812 2005-01-19 Jay Belanger <belanger@truman.edu>
34813
34814 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
34815 flags if the last command was a tab or M-tab.
34816
34817 * calc/calc-prog.el (calc-user-define-edit): Put original formula
34818 in formula editing buffer.
34819
34820 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
34821
34822 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
34823 breakpoint image symbol in margin.
34824
34825 2005-01-19 Jay Belanger <belanger@truman.edu>
34826
34827 * calc/calc-prog.el (calc-execute-kbd-macro):
34828 Ignore calc-keep-arg-flag.
34829
34830 2005-01-19 Kenichi Handa <handa@m17n.org>
34831
34832 * textmodes/ispell.el (ispell-looking-at): New function.
34833 (ispell-process-line): Use ispell-looking-at to compare the ispell
34834 output and the buffer contents.
34835
34836 2005-01-18 Jay Belanger <belanger@truman.edu>
34837
34838 * calc/calc.el (calc-display-raw): Fix docstring.
34839
34840 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
34841
34842 * simple.el (blink-matching-open): Strip extra info from syntax.
34843
34844 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
34845 funny chars in the end-of-here-doc marker.
34846
34847 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
34848
34849 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
34850 that enable/disabled state of breakpoints is shown correctly in
34851 fringe and on ttys.
34852 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
34853 Add breakpoint information as text properties.
34854 (gdb-mouse-toggle-breakpoint):
34855 Rename to gdb-mouse-set-clear-breakpoint.
34856 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
34857 breakpoints in the margin.
34858 (gdb-remove-strings): Simplify.
34859
34860 2005-01-17 Jay Belanger <belanger@truman.edu>
34861
34862 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
34863 erasing buffer.
34864
34865 2005-01-17 Richard M. Stallman <rms@gnu.org>
34866
34867 * progmodes/grep.el (grep-find): Copy from `grep' the condition
34868 for calling grep-compute-defaults.
34869
34870 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
34871 if buffer is empty.
34872
34873 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
34874
34875 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
34876
34877 * hilit-chg.el (highlight-changes-mode): Don't autoload.
34878
34879 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
34880 non-preloaded variables.
34881
34882 2005-01-17 Steven Tamm <steventamm@mac.com>
34883
34884 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
34885 tex-shell cause to force interactivity when using pipes.
34886
34887 2005-01-17 Kim F. Storm <storm@cua.dk>
34888
34889 * simple.el (just-one-space): Make arg optional.
34890
34891 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
34892
34893 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
34894 posn-at-x-y to t to access left-margin.
34895
34896 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
34897
34898 Sync with Tramp 2.0.47.
34899
34900 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
34901 catching keep-date problems in cp/scp operations.
34902 (tramp-handle-copy-file): Don't call `set-file-modes'
34903 unconditionally. Specialized functions should know better what is
34904 necessary. This improves performance a little bit, and the
34905 functions could catch errors with `cp -p' and `scp -p'.
34906 (tramp-do-copy-or-rename-file-via-buffer)
34907 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
34908 when appropriate.
34909 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
34910 Call `set-file-modes' when appropriate.
34911 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
34912 Johnsson <isak@hypergene.com>.
34913 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
34914 of both Tramp buffer and debug buffer. Reported by Joakim Verona
34915 <joakim@verona.se>.
34916 (tramp-file-name-for-operation): Mark `shell-command' as magic for
34917 Emacs only.
34918
34919 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
34920 `find-file-hooks' and `dired-mode-hook'.
34921 (tramp-minor-mode-map): Respective map. Add remapping for
34922 `compile' and `recompile'.
34923 (tramp-remap-command, tramp-recompile): New defuns.
34924 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
34925 in buffer "*Compilation*". Call the commands asynchronously.
34926
34927 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
34928 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
34929 `shell-command', because it isn't magic in XEmacs. Reported by
34930 Adrian Aichner <adrian@xemacs.org>.
34931
34932 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
34933 `substitute-in-file-name.
34934 (tramp-smb-handle-substitute-in-file-name): New defun.
34935 (tramp-smb-advice-PC-do-completion): Delete advice.
34936
34937 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
34938
34939 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
34940 Fix error in deleting region.
34941
34942 2005-01-15 Richard M. Stallman <rms@gnu.org>
34943
34944 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
34945 In non-temp buffer, switch syntax table temporarily.
34946
34947 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
34948
34949 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
34950
34951 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
34952
34953 * imenu.el (imenu--split-menu): Copy menulist before sorting.
34954 (imenu--generic-function): Use START, not BEG, as pos of definition.
34955
34956 * simple.el (just-one-space): Argument specifies number of spaces.
34957
34958 * simple.el (eval-expression-print-format): Avoid warning
34959 about edebug-active.
34960
34961 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
34962
34963 * progmodes/sh-script.el: Code copied from make-mode.el
34964 with small changes,
34965 (sh-mode-map): Bind C-c C-\.
34966 (sh-backslash-column, sh-backslash-align): New variables.
34967 (sh-backslash-region, sh-append-backslash): New functions.
34968
34969 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
34970
34971 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
34972 (rmail-pop-password, rmail-pop-password-required): Move to
34973 rmail-obsolete group.
34974 (rmail-set-pop-password): Rename to rmail-set-remote-password.
34975 All callers updated.
34976 (rmail-get-pop-password): Rename to rmail-get-remote-password.
34977 Take an argument specifying whether it is POP or IMAP mailbox we
34978 are using. All callers updated.
34979 (rmail-pop-password-error): Rename to
34980 rmail-remote-password-error. Added mailutils-specific error message.
34981 (rmail-movemail-search-path)
34982 (rmail-movemail-variant-in-use): New variables.
34983 (rmail-remote-password, rmail-remote-password-required):
34984 New customization variables.
34985 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
34986 (rmail-parse-url): New function.
34987 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
34988 with GNU mailutils movemail.
34989
34990 2005-01-15 Kevin Ryde <user42@zip.com.au>
34991
34992 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
34993 suffix to space, $ or '$, to correctly position point when going
34994 to @table style constants like DBL_MAX.
34995
34996 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
34997
34998 * type-break.el (type-break-mode, type-break-file-time)
34999 (type-break-file-keystroke-count, type-break-choose-file):
35000 Don't store data in or load data from the file if type-break-file-name
35001 is nil.
35002 (type-break-file-name): Doc update as per the above.
35003
35004 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
35005
35006 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
35007 lookup-key might return nil; handle that.
35008
35009 2005-01-15 Alan Mackenzie <acm@muc.de>
35010
35011 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
35012 rather than the element found, thus enabling the tree to be setcar'd.
35013
35014 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
35015
35016 * textmodes/org.el (org-show-following-heading): New option.
35017 (org-show-hierarchy-above): Use `org-show-following-heading'.
35018 (org-cycle): Documentation fix.
35019
35020 * textmodes/org.el (orgtbl-optimized): New option
35021 (orgtbl-mode): New command, a minor mode.
35022 (orgtbl-mode-map): New variable.
35023 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
35024 (orgtbl-error, orgtbl-self-insert-command)
35025 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
35026
35027 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
35028 a local variable in each org-mode buffer.
35029
35030 * textmodes/org.el (org-set-regexps-and-options): Rename from
35031 `org-set-regexps'. Added checking for STARTUP keyword.
35032 (org-get-current-options): Add STARTUP options.
35033 (org-table-insert-row): Make mode intelligent about when
35034 realignment is needed.
35035 (org-self-insert-command, org-delete-backward-char, org-delete-char):
35036 New commands.
35037 (org-enable-table-editor): New default value `optimized'.
35038 (org-table-blank-field): Support blanking regions if active.
35039
35040 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
35041
35042 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
35043 if the year is not given.
35044
35045 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
35046 Add new escapes %m and %M, fixed bug with %F by adding
35047 save-match-data.
35048 (reftex-reference): Remove ?. from list of spaces.
35049 (reftex-label-info): Add automatic label prefix recognition.
35050
35051 * textmodes/reftex-index.el (reftex-index-next-phrase):
35052 Add slave parameter to call of `reftex-index-this-phrase'.
35053 (reftex-index-this-phrase): New optional argument.
35054 (reftex-index-region-phrases): Add slave parameter to call of
35055 `reftex-index-this-phrase'.
35056 (reftex-display-index): New argument redo.
35057 (reftex-index-rescan): Add `redo' to arguments of
35058 `reftex-display-index'.
35059 (reftex-index-Rescan, reftex-index-revert)
35060 (reftex-index-switch-index-tag): Add `redo' to arguments of
35061 `reftex-display-index'.
35062 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
35063 indexing. Fix bug with matching is there is a quote before or
35064 after the word.
35065
35066 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
35067 Fix bug when collecting citation keys in lines with comments.
35068 (reftex-citation): Prefix argument no longer rescans the document,
35069 but forces prompting for optional arguments of cite macros.
35070 (reftex-do-citation): Prompting for optional arguments implemented.
35071
35072 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
35073 Add optional arguments to most cite commands.
35074 (reftex-cite-cleanup-optional-args): New option
35075 (reftex-cite-prompt-optional-args): New option.
35076 (reftex-trust-label-prefix): New option.
35077
35078 * textmodes/reftex-toc.el (reftex-toc-find-section):
35079 Add push-mark before changing the position in the buffer.
35080
35081 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
35082 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
35083
35084 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
35085
35086 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
35087 more carefully.
35088
35089 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
35090
35091 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
35092 (sgml-mode): Use it.
35093 (sgml-get-context): Better keep track of implicitly closed tags.
35094
35095 2005-01-13 Kenichi Handa <handa@m17n.org>
35096
35097 * textmodes/ispell.el: These changes are to fix misalignment error
35098 caused by equivalent characters of different Emacs charsets.
35099 (ispell-unified-chars-table): New variable.
35100 (ispell-get-decoded-string): New function.
35101 (ispell-get-casechars, ispell-get-not-casechars)
35102 (ispell-get-otherchars): Call ispell-get-decoded-string.
35103
35104 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
35105
35106 * custom.el (custom-declare-variable): Just put symbol instead
35107 of (defvar . symbol) in `current-load-list'.
35108
35109 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
35110
35111 * emacs-lisp/elint.el: Fixed typo in Commentary section.
35112
35113 2005-01-12 Jay Belanger <belanger@truman.edu>
35114
35115 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
35116 to create a Calc summary.
35117
35118 2005-01-12 Kim F. Storm <storm@cua.dk>
35119
35120 * mouse.el (mouse-on-link-p): Change functionality and doc
35121 string to comply with latest description in lisp ref.
35122
35123 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
35124
35125 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
35126 Enable mouse clicks on mode-line, header-line and margin.
35127 (event-type): Give mouse event symbols an `event-kind' property
35128 with value `mouse-click'.
35129
35130 2005-01-12 Juri Linkov <juri@jurta.org>
35131
35132 * facemenu.el (list-colors-display): Add new arg buffer-name.
35133 Use it. Fix docstring. Replace code for identifying duplicate
35134 colors by the name with call to `list-colors-duplicates' which
35135 identifies duplicate colors by the value unless the color
35136 is one of special Windows colors. Set truncate-lines to t.
35137 Print sorted duplicate color names on each line. Indent to 22
35138 \(the longest color name in rgb.txt) instead of 20. Optimize.
35139 (list-colors-duplicates): New function.
35140 (facemenu-color-name-equal): Delete function.
35141
35142 * facemenu.el (list-colors-print): New function created from code
35143 in list-colors-display. Print #RRGGBB at the window right edge.
35144 (list-colors-display): When temp-buffer-show-function is not
35145 defined, call list-colors-print from temp-buffer-show-hook
35146 to get the right value of window-width in list-colors-print
35147 after the buffer is displayed.
35148
35149 * simple.el (pop-mark): Move deactivate-mark out of conditional
35150 part to deactivate the active mark regardless of the state of the
35151 mark ring.
35152
35153 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
35154 variables line in desktop files.
35155
35156 2005-01-12 Juri Linkov <juri@jurta.org>
35157
35158 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
35159 Bring together isearch highlight related options.
35160 (lazy-highlight): Replace group `replace' by `matching'.
35161 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35162 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35163 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
35164 and declare them obsolete.
35165 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
35166 (isearch-faces): Remove defgroup.
35167 (isearch-overlay, isearch-highlight, isearch-dehighlight):
35168 Move isearch highlighting code closer to lazy highlighting code.
35169
35170 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
35171 (query-replace-highlight, query-replace-lazy-highlight)
35172 (query-replace): Move definitions to the beginning of the file.
35173
35174 2005-01-11 Juri Linkov <juri@jurta.org>
35175
35176 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
35177 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
35178 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
35179
35180 * info.el (Info-history-forward): New variable.
35181 (Info-select-node): Reset Info-history-forward to nil.
35182 (Info-last): Turn into defalias.
35183 (Info-history-back): Rename from Info-last.
35184 Add current node to Info-history-forward.
35185 (Info-history-forward): New fun.
35186 (Info-mode-map): Replace Info-last by Info-history-back.
35187 Bind Info-history-forward to "r".
35188 (Info-mode-menu): Replace Info-last by Info-history-back.
35189 Fix menu item text. Add menu item for Info-history-forward.
35190 (info-tool-bar-map): Replace Info-last by Info-history-back.
35191 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
35192 for Info-history-forward.
35193 (Info-mode): Replace Info-last by Info-history-back in docstring.
35194 Add local variable Info-history-forward.
35195 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
35196
35197 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
35198
35199 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
35200 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
35201 Ignore select-window events rather than fiddle with
35202 mouse-autoselect-window.
35203
35204 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
35205
35206 * type-break.el (type-break-mode): Fix previous change.
35207
35208 2005-01-10 Jay Belanger <belanger@truman.edu>
35209
35210 * calc/calc-ext.el (calc-reset): Reset when inside embedded
35211 calculator; only reset when point is inside a calculator.
35212 Don't adjust the window height if the window takes up the whole height
35213 of the frame.
35214
35215 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
35216
35217 * ebuff-menu.el (Electric-buffer-menu-mode):
35218 Preserve value of buffer-local var header-line-format.
35219
35220 2005-01-09 Jay Belanger <belanger@truman.edu>
35221
35222 * calc/calc.el (calc-mode-var-list-restore-saved-values):
35223 Make sure settings file exists before accessing it.
35224
35225 * calc/calc-embed.el (calc-embedded-subst):
35226 Replace math-multi-subst-rec, which is only supposed to be called
35227 by math-multi-subst, by math-multi-subst.
35228
35229 2005-01-09 Andre Spiegel <spiegel@gnu.org>
35230
35231 * vc.el (vc-allow-async-revert): New user option.
35232 (vc-disable-async-diff): New internal variable.
35233 (vc-revert-buffer): Use them to disable asynchronous diff.
35234
35235 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
35236 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
35237 asynchronously if vc-disable-async-diff is t.
35238
35239 2005-01-09 Jay Belanger <belanger@truman.edu>
35240
35241 * calc/calc.el (defcalcmodevar): New macro.
35242 (calc-mode-var-list-restore-default-values)
35243 (calc-mode-var-list-restore-saved-values): New functions.
35244 (calc-mode-var-list): Use defcalcmodevar to define it.
35245 (calc-always-load-extensions, calc-line-numbering)
35246 (calc-line-breaking, calc-display-just, calc-display-origin)
35247 (calc-number-radix, calc-leading-zeros, calc-group-digits)
35248 (calc-group-char, calc-point-char, calc-frac-format)
35249 (calc-prefer-frac, calc-hms-format, calc-date-format)
35250 (calc-float-format, calc-full-float-format, calc-complex-format)
35251 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
35252 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
35253 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
35254 (calc-matrix-brackets, calc-language, calc-language-option)
35255 (calc-left-label, calc-right-label, calc-word-size)
35256 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
35257 (calc-display-raw, calc-internal-prec, calc-angle-mode)
35258 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
35259 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
35260 (calc-window-height, calc-display-trail, calc-show-selections)
35261 (calc-use-selections, calc-assoc-selections)
35262 (calc-display-working-message, calc-auto-why, calc-timing)
35263 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
35264 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
35265 (calc-gnuplot-default-device, calc-gnuplot-default-output)
35266 (calc-gnuplot-print-device, calc-gnuplot-print-output)
35267 (calc-gnuplot-geometry, calc-graph-default-resolution)
35268 (calc-graph-default-resolution-3d, calc-invocation-macro)
35269 (calc-show-banner): Use defcalcmodevar to declare them and set
35270 their default values.
35271
35272 * calc/calc-ext.el (calc-reset): Restore saved values of variables
35273 instead of default values (but restore default values if there is
35274 an argument of 0).
35275
35276 2005-01-09 David Kastrup <dak@gnu.org>
35277
35278 * desktop.el (desktop-restore-eager): Fix typo in type.
35279
35280 2005-01-08 Richard M. Stallman <rms@gnu.org>
35281
35282 * cus-edit.el (customize): Delete :link.
35283
35284 2005-01-08 Jay Belanger <belanger@truman.edu>
35285
35286 * calc/calc.el (calc-mode): Remove the extension from the
35287 `calc-settings-file' file name when loading it.
35288
35289 2005-01-08 Kim F. Storm <storm@cua.dk>
35290
35291 * info.el (Info-mode-map, Info-next-link-keymap)
35292 (Info-prev-link-keymap, Info-up-link-keymap):
35293 Map follow-link to mouse-face.
35294 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
35295
35296 2005-01-08 Jay Belanger <belanger@truman.edu>
35297
35298 * calc/calc.el (calc-settings-file): Change default value.
35299 Suggested by cgw in a comment in calc-mode.el.
35300
35301 * calc/calc-mode.el (calc-settings-file-name):
35302 Compare calc-settings-file to user-init-file instead of ~/.emacs.
35303 Replace ~/.emacs in a prompt by calc-settings-file.
35304
35305 2005-01-07 Lars Hansen <larsh@math.ku.dk>
35306
35307 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
35308 (desktop-lazy-idle-delay): New customizable variables.
35309 (desktop-buffer-args-list): New variable.
35310 (desktop-append-buffer-args): New function.
35311 (desktop-save): Call desktop-append-buffer-args for some buffers.
35312 (desktop-lazy-create-buffer): New function.
35313 (desktop-idle-create-buffers): New function.
35314 (desktop-read): Add message about buffers to restore lazily.
35315 (desktop-lazy-abort): New command.
35316 (desktop-clear): Call desktop-lazy-abort.
35317 (desktop-lazy-complete): New command.
35318
35319 2005-01-06 Richard M. Stallman <rms@gnu.org>
35320
35321 * emacs-lisp/find-func.el (find-face-definition):
35322 Rename from find-face.
35323
35324 2005-01-06 Kim F. Storm <storm@cua.dk>
35325
35326 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
35327
35328 * man.el (Man-xref-man-page, Man-xref-header-file)
35329 (Man-xref-normal-file): Add follow-link property.
35330
35331 2005-01-06 Jay Belanger <belanger@truman.edu>
35332
35333 * calc/calc-units.el: Make sure the proper macro definitions are
35334 available when compiling.
35335
35336 2005-01-06 Juri Linkov <juri@jurta.org>
35337
35338 * isearch.el (isearch-lazy-highlight-update):
35339 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
35340
35341 2005-01-06 Miles Bader <miles@gnu.org>
35342
35343 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
35344 (isearch-lazy-highlight-face): Use new name.
35345
35346 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
35347
35348 * uniquify.el (uniquify-rationalize-file-buffer-names):
35349 Re-add an interactive spec.
35350 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
35351 to the same name.
35352
35353 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
35354 (isearch-update, isearch-done): Adjust calls accordingly.
35355
35356 2005-01-05 Richard M. Stallman <rms@gnu.org>
35357
35358 * custom.el (custom-set-variables, custom-theme-set-variables):
35359 Clarify documentation.
35360
35361 * emacs-lisp/find-func.el (find-variable)
35362 (find-variable-other-window, find-variable-other-frame):
35363 Fix the TYPE args to find-function-read and find-function-do-it.
35364 (find-function): Doc fix.
35365 (find-function-at-point): Replace function-at-point alias.
35366
35367 2005-01-04 Richard M. Stallman <rms@gnu.org>
35368
35369 * cus-face.el (custom-declare-face):
35370 Record defface in current-load-list.
35371
35372 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
35373
35374 * emacs-lisp/find-func.el: Doc fixes.
35375 (find-face-regexp): New variable.
35376 (find-function-regexp-alist): New variable.
35377 (find-function-C-source): Third arg is now TYPE.
35378 (find-function-search-for-symbol): Handle general TYPE.
35379 (find-function-read, find-function-do-it): Handle general TYPE.
35380 (find-definition-noselect, find-face): New functions.
35381 (function-at-point): Alias deleted.
35382
35383 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
35384
35385 * battery.el (display-battery-mode): Rename from display-battery.
35386 Handle the case where it gets turned off.
35387
35388 2005-01-04 Richard M. Stallman <rms@gnu.org>
35389
35390 * cus-edit.el (customize): Make :link point to user doc.
35391
35392 * man.el (Man-fontify-manpage): Turn off undo generation.
35393
35394 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
35395
35396 2005-01-04 Andreas Schwab <schwab@suse.de>
35397
35398 * files.el (insert-directory): Only look for error lines in
35399 inserted text. Don't move too far after processing --dired markers.
35400
35401 2005-01-04 Richard M. Stallman <rms@gnu.org>
35402
35403 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
35404 Don't expand if the character is @, period, dash, etc.
35405 (define-mail-abbrev): Quote names that contain problem characters.
35406
35407 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
35408
35409 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
35410
35411 2005-01-03 Richard M. Stallman <rms@gnu.org>
35412
35413 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
35414 (query-replace-highlight, query-replace-lazy-highlight)
35415 (query-replace): Definitions moved up. Doc fix.
35416
35417 2005-01-03 Richard M. Stallman <rms@gnu.org>
35418
35419 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
35420 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35421 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35422 (lazy-highlight-face): Rename from isearch-lazy-...
35423 Change all references to them.
35424
35425 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
35426
35427 * cus-edit.el (custom-file): Doc fix for defcustom.
35428 (custom-file): The function no longer sets the variable
35429 `custom-file' to its return value.
35430
35431 * startup.el (command-line): No longer load `custom-file'.
35432
35433 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
35434
35435 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
35436
35437 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
35438 Don't confuse module-prefixed identifiers for labels.
35439 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
35440
35441 2005-01-02 Richard M. Stallman <rms@gnu.org>
35442
35443 * files.el (basic-save-buffer-1): Fix previous change.
35444
35445 * loadhist.el (file-loadhist-lookup): New function.
35446 (file-provides, file-requires): Use it.
35447
35448 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
35449 instead of calculating the right size.
35450
35451 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
35452
35453 * vc-svn.el (vc-svn-diff): Stay local if possible.
35454
35455 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
35456
35457 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
35458
35459 * files.el (hack-local-variables): Fix last change.
35460
35461 2005-01-02 Jay Belanger <belanger@truman.edu>
35462
35463 * calc/calc-yank.el (calc-edit-top): New variable.
35464 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
35465 object. Change header properties.
35466 (calc-edit-finish, calc-edit-finish-stack-object)
35467 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
35468 edited object.
35469 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
35470 for the beginning of the edited object.
35471 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
35472 for the beginning of the edited object.
35473 * calc/calc-prog.el (calc-edit-macro-finish-edit)
35474 (calc-finish-formula-edit, calc-macro-repeats)
35475 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
35476 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
35477 beginning of the edited object.
35478 (calc-user-define-edit): Change the header for editing macros.
35479 Remove unnecessary variable.
35480
35481 2005-01-01 Jay Belanger <belanger@truman.edu>
35482
35483 * calc/calc-yank.el (calc-edit-mode): Change default header.
35484 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
35485 * calc/calc-store.el (calc-edit-variable): Change title to match new
35486 header.
35487 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
35488 mode to match new header.
35489 (calc-user-define-edit): Change titles to include names of commands.
35490 (calc-finish-formula-edit): Adjust to handle new header.
35491 (calc-finish-macro-edit): Remove.
35492 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
35493 (calc-edit-macro-command, calc-edit-macro-command-type)
35494 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
35495 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
35496 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
35497 (calc-edit-macro-finish-edit): New functions.
35498 (calc-user-define-edit): Use new functions to edit named calc macros.
35499
35500 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
35501
35502 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
35503
35504 * ses.el (copy-region-as-kill): Deactivate mark.
35505
35506 2005-01-01 Richard M. Stallman <rms@gnu.org>
35507
35508 * replace.el (occur-1): If the output buffer is also an input,
35509 don't kill it, rename it.
35510
35511 * faces.el (set-face-background, set-face-foreground): Doc fix.
35512
35513 * cus-face.el (custom-face-attributes): Fix :help-echo strings
35514 for :foreground and :background.
35515
35516 * dired.el (dired-view-command-alist): Variable deleted.
35517 (dired-view-file, dired-mouse-find-file-other-window):
35518 Delete the code to use it.
35519
35520 2005-01-01 Kim F. Storm <storm@cua.dk>
35521
35522 * image.el (insert-sliced-image): Use t for line-height property.
35523
35524 See ChangeLog.11 for earlier changes.
35525
35526 ;; Local Variables:
35527 ;; coding: iso-2022-7bit
35528 ;; add-log-time-zone-rule: t
35529 ;; End:
35530
35531 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
35532
35533 This file is part of GNU Emacs.
35534
35535 GNU Emacs is free software; you can redistribute it and/or modify
35536 it under the terms of the GNU General Public License as published by
35537 the Free Software Foundation; either version 3, or (at your option)
35538 any later version.
35539
35540 GNU Emacs is distributed in the hope that it will be useful,
35541 but WITHOUT ANY WARRANTY; without even the implied warranty of
35542 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
35543 GNU General Public License for more details.
35544
35545 You should have received a copy of the GNU General Public License
35546 along with GNU Emacs; see the file COPYING. If not, write to the
35547 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
35548 Boston, MA 02110-1301, USA.
35549
35550 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1