]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Merge from gnus--rel--5.10
[gnu-emacs] / lisp / ChangeLog
1 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
2
3 * loadhist.el (unload-feature-special-hooks):
4 Update list of special hooks.
5
6 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
7 (adaptive-fill-function): Doc fix. Remove * from docstring.
8
9 2007-10-18 Glenn Morris <rgm@gnu.org>
10
11 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
12
13 2007-10-17 Aaron Hawley <aaronh@garden.org>
14
15 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
16 position is not saved.
17
18 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
19
20 * longlines.el (longlines-wrap-follows-window-size): Integer value
21 specifies wrapping margin.
22 (longlines-mode, longlines-window-change-function):
23 Set window-specific wrapping margin based on the above.
24
25 2007-10-17 John Wiegley <johnw@newartisans.com>
26
27 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
28
29 2007-10-17 Glenn Morris <rgm@gnu.org>
30
31 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
32 Tweak regexp to avoid stack overflow.
33
34 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
35
36 * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
37 (bs--restore-window-config): Keep the selected frame.
38 (bs--track-window-changes, bs--remove-hooks): New functions.
39 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
40 (bs--show-with-configuration): Revert 2006-11-09 change.
41 Don't reuse window unless it is visible on the selected frame.
42 Restore window configuration (possibly in a different frame)
43 before creating any window.
44
45 2007-10-16 Richard Stallman <rms@gnu.org>
46
47 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
48 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
49 (ad-is-advised, ad-get-advice-info-field)
50 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
51
52 2007-10-16 Glenn Morris <rgm@gnu.org>
53
54 * simple.el (blink-matching-open): Don't report false errors with
55 the `$' syntax class.
56
57 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
58
59 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
60 (filesets-ormap, filesets-sort-case-sensitive-flag)
61 (filesets-remake-shortcut, filesets-ingroup-collect-files):
62 Fix typos in docstrings.
63 (filesets-data-get-name, filesets-data-get-data)
64 (filesets-data-set, filesets-cmd-query-replace-getargs)
65 (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
66
67 2007-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
68
69 * term/mac-win.el: Don't require url when compiling, as url-type is
70 no longer a macro.
71
72 2007-10-14 Glenn Morris <rgm@gnu.org>
73
74 * progmodes/etags.el (select-tags-table): Disable undo in the
75 `*Tags Table List*' buffer.
76
77 2007-10-13 Eli Zaretskii <eliz@gnu.org>
78
79 * dired.el (dired-warn-writable): New face.
80 (dired-warn-writable-face): New variable.
81 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
82 of dired-warning-face, for group- and world-writable files.
83
84 2007-10-13 Glenn Morris <rgm@gnu.org>
85
86 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
87 (octave-re-search-forward-kw, octave-re-search-backward-kw):
88 Add doc string, and an explicit COUNT argument.
89 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
90 `inc' to search functions.
91
92 2007-10-13 John W. Eaton <jwe@octave.org>
93
94 * progmodes/octave-mod.el (octave-looking-at-kw)
95 (octave-re-search-forward-kw, octave-re-search-backward-kw):
96 New functions.
97 (octave-in-defun-p, calculate-octave-indent)
98 (octave-blink-matching-block-open, octave-beginning-of-defun)
99 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
100 to search for regexps that contain case-sensitive keywords.
101 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
102 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
103
104 2007-10-13 Richard Stallman <rms@gnu.org>
105
106 * files.el (directory-abbrev-alist): Doc fix.
107
108 2007-10-13 Jari Aalto <jari.aalto@cante.net>
109
110 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
111
112 2007-10-12 Martin Rudalics <rudalics@gmx.at>
113
114 * frame.el (set-frame-configuration): Assign name parameter only
115 if it has been set explicitly before.
116
117 * window.el (handle-select-window): Revert part of 2007-10-06
118 change setting the input focus.
119
120 2007-10-12 Glenn Morris <rgm@gnu.org>
121
122 * cus-edit.el (custom-variable-menu, custom-face-menu)
123 (custom-group-menu): Check init-file-user rather than
124 user-init-file, in case cus-edit is loaded by site-run-file.
125
126 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
127
128 * follow.el (follow-stop-intercept-process-output):
129 Use `follow-call-process-filter' rather than `process-filter'.
130
131 2007-10-11 Tom Tromey <tromey@redhat.com>
132
133 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
134 frame is visible.
135
136 2007-10-10 Richard Stallman <rms@gnu.org>
137
138 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
139 in *Backtrace*.
140
141 * faces.el (face-font-selection-order): Doc fix.
142
143 * loadhist.el (unload-feature): Doc fix.
144
145 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
146
147 * ps-print.el: Fix the usage of :foreground and :background face
148 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
149 (ps-print-version): New version 6.7.6.
150 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
151 Fix code.
152 (ps-face-foreground-color-p, ps-face-background-color-p)
153 (ps-face-color-p): New inline funs.
154
155 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
156
157 * follow.el: Change all instances of "Follow Mode" to "Follow
158 mode" in docstrings and messages.
159
160 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
161
162 * faces.el (face-font-selection-order): Doc fix.
163
164 * follow.el (follow-mode-hook, follow-mode): Doc fixes.
165 (follow-mode-off-hook): Mark as obsolete.
166
167 2007-10-08 Richard Stallman <rms@gnu.org>
168
169 * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
170 (edebug-install-custom-print, edebug-reset-print-funcs)
171 (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
172 Functions deleted.
173 (edebug-prin1, edebug-print, edebug-prin1-to-string)
174 (edebug-format, edebug-message): Define directly as aliases.
175
176 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
177
178 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
179
180 2007-10-07 Glenn Morris <rgm@gnu.org>
181
182 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
183 version numbers.
184
185 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
186
187 * net/tramp.el (tramp-completion-mode): Extend doc-string.
188 (tramp-completion-mode-p): Revert change from 2007-09-24.
189 Checking for `return' etc as last character is not sufficient, for
190 example in dired-mode when entering <g> (revert-buffer) or
191 <s> (dired-sort).
192
193 2007-10-06 Martin Rudalics <rudalics@gmx.at>
194
195 * window.el (mouse-autoselect-window-cancel): Don't cancel for
196 select-window or select-frame events.
197 (handle-select-window): When autoselecting window set input
198 focus. Restructure.
199
200 * frame.el (focus-follows-mouse): Moved to frame.c.
201 * cus-start.el (all): Add focus-follows-mouse.
202
203 2007-10-05 Chris Moore <dooglus@gmail.com>
204
205 * server.el (server-kill-new-buffers): Doc fix.
206
207 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
208
209 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
210 activate font-locking in the *buffer-selection* buffer.
211 (bs-show-sorted): Doc fix.
212
213 * bs.el (bs--get-marked-string, bs--get-modified-string)
214 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
215 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
216 (bs--format-aux): Doc fix.
217
218 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
219
220 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
221
222 2007-10-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
223
224 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
225
226 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
227
228 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
229 (gud-gdb): New function for old M-x gdb (text command mode).
230 (gud-gdb-command-name, gdb): Move to...
231
232 * progmodes/gdb-ui.el: ...here and adapt doc string.
233 (gud-gdba-command-name, gdba): Delete.
234
235 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
236
237 * bs.el: Don't defvar `font-lock-verbose'.
238 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
239 (bs--get-file-name): Fix typos in docstrings.
240 (bs--show-header): Use `dolist' instead of `mapcar'.
241 (bs-mode): Set `show-trailing-whitespace' to nil.
242 (bs-buffer-sort-function, bs-mouse-select-other-frame)
243 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
244 Doc fixes.
245
246 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
247
248 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
249
250 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
251
252 * progmodes/gud.el (gdb): Make graphical mode the default and
253 switch to text command mode if appropriate, i.e., reverse previous
254 arrangement.
255 (gud-gdb-marker-filter): Adapt for above change.
256
257 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
258 gud-minor-mode and gud-marker-filter.
259 (gdb-fullname-regexp): New variable.
260 (gud-gdba-marker-filter): Use it to switch to text command
261 mode if appropriate.
262
263 2007-10-02 Richard Stallman <rms@gnu.org>
264
265 * frame.el (cursor-in-non-selected-windows): Doc fix.
266
267 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
268
269 * progmodes/gud.el (gud-display-line): Find source buffer even when
270 GUD buffer has its own frame.
271
272 2007-10-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
273
274 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
275
276 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
277
278 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
279
280 2007-09-29 Martin Rudalics <rudalics@gmx.at>
281
282 * allout.el (allout-before-change-handler): Replace got-char by
283 goto-char.
284
285 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
286
287 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
288 Used to try and automatically enabled smerge-mode in the presence of
289 conflicts and to call `svn resolved' when the conflicts are gone.
290 (vc-svn-parse-status): Remember the svn-specific status.
291
292 * newcomment.el (comment-choose-indent): New function extracted
293 from comment-indent. Improve the alignment algorithm.
294 (comment-indent): Use it.
295
296 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
297
298 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
299 (eldoc-message-commands, eldoc-current-idle-delay):
300 Fix typos in docstrings.
301
302 * progmodes/python.el (python-eldoc-function): Doc fix.
303
304 2007-09-26 Eli Zaretskii <eliz@gnu.org>
305
306 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
307 menu-bar-apropos-menu. All users changed.
308 (menu-bar-help-menu): Change menu symbols to better match the text
309 displayed by the menu.
310
311 2007-09-25 Glenn Morris <rgm@gnu.org>
312
313 * view.el (view-search-no-match-lines): Add a doc string.
314 Rewrite to simplify and work better.
315
316 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
317
318 * net/tramp.el (tramp-completion-mode-p): Rename from
319 `tramp-completion-mode'. Revert logic, check `return', `newline'
320 and such alike. Packages like Icicles tend to use other completion
321 characters but `tab' and `space' only.
322 (top): Require cl.el, when `copy-tree' is not available otherwise.
323
324 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
325 `ad-get-arg'.
326
327 2007-09-24 Ville Skytt\e,Ad\e(B <scop@xemacs.org> (tiny change)
328
329 * net/tramp-vc.el (tramp-vc-user-login-name):
330 Use `vc-find-version' instead of `process-file' to check whether we
331 have a new enough vc that doesn't need the defadvice.
332
333 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
334
335 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
336 #, @, : and ^.
337
338 2007-09-23 Glenn Morris <rgm@gnu.org>
339
340 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
341
342 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
343
344 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
345
346 * log-view.el (log-view-mode-map): Likewise.
347
348 * diff-mode.el (diff-mode-shared-map): Likewise.
349
350 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
351
352 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
353 add inferior-octave-directory-tracker to the buffer-local value
354 of comint-input-filter-functions.
355
356 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
357
358 * files.el (file-name-sans-versions): Also allow `A-Z'.
359
360 * vc.el: Mention all supported VC backends.
361
362 2007-09-22 Richard Stallman <rms@gnu.org>
363
364 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
365 neighbouring buttons.
366
367 2007-09-22 Andreas Schwab <schwab@suse.de>
368
369 * files.el (file-name-sans-versions): Also allow `_'.
370
371 2007-09-22 Glenn Morris <rgm@gnu.org>
372
373 * eshell/esh-mode.el (eshell-output-filter-functions):
374 Add eshell-postoutput-scroll-to-bottom.
375
376 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
377
378 * files.el (file-name-sans-versions): Allow - and a-z in version names.
379
380 * log-view.el (log-view-mode-map, log-view-mode-menu):
381 Bind log-view-annotate-version.
382 (log-view-beginning-of-defun, log-view-end-of-defun)
383 (log-view-annotate-version): New functions.
384 (log-view-mode): Use log-view-beginning-of-defun and
385 log-view-end-of-defun.
386
387 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
388
389 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
390
391 2007-09-21 Kevin Ryde <user42@zip.com.au>
392
393 * international/mule.el (sgml-html-meta-auto-coding-function):
394 Bind `case-fold-search' to t.
395
396 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
397
398 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
399 neighbouring buttons.
400
401 * progmodes/compile.el (compilation-error-regexp-alist-alist):
402 Recognize gcc's use of "note" for informational messages.
403
404 2007-09-20 Glenn Morris <rgm@gnu.org>
405
406 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
407 motion functions, rather than hard-coding "\n\n".
408 (tex-validate-region): Check for eobp, to speed up.
409 (tex-next-unmatched-end): Doc fix.
410
411 2007-09-19 Glenn Morris <rgm@gnu.org>
412
413 * textmodes/tex-mode.el (tex-terminate-paragraph):
414 Use backward-paragraph.
415
416 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
417
418 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
419 (css-mode): Update correspondingly.
420
421 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
422
423 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
424
425 * vc-hooks.el (vc-menu-entry): New var.
426 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
427 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
428 (vc-menu-map): Declare and initialize in one step.
429
430 * menu-bar.el (vc-menu-map): Don't setup any more.
431 Instead, just create the proper spot in the menu.
432
433 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
434 Stefan Monnier <monnier@iro.umontreal.ca>
435
436 * vc.el: Document new VC operation `extra-menu'.
437
438 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
439
440 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
441
442 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
443 Signed-off-by, Acked-by and Merge.
444
445 2007-09-17 Glenn Morris <rgm@gnu.org>
446
447 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
448 filename from `--file-line-error', if it is available.
449
450 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
451
452 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
453 TeX `--file-line-error' format.
454
455 2007-09-17 Glenn Morris <rgm@gnu.org>
456
457 * textmodes/tex-mode.el (tex-region): Simplify previous change,
458 handling the case where the region is not in `tex-main-file'.
459 (tex-region-1): Delete.
460 (tex-region-header): New function, doing the header part of the
461 old tex-region-1.
462
463 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
464
465 * ediff-init.el (ediff-verbose-p): This var is not a constant.
466
467 2007-09-16 Drew Adams <drew.adams@oracle.com>
468
469 * cus-edit (custom-face-edit-activate): Doc fix.
470
471 2007-09-16 Glenn Morris <rgm@gnu.org>
472
473 * textmodes/tex-mode.el (tex-region): Handle the case where the
474 region is not in `tex-main-file'. Move the old code that applies
475 to both cases...
476 (tex-region-1): ...to this new function.
477
478 2007-09-15 Martin Rudalics <rudalics@gmx.at>
479
480 * simple.el (blink-matching-open): Don't display message when no
481 paren is found within blink-matching-paren-distance characters.
482 Don't search prompt in blink-matching-paren-distance nil case.
483
484 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
485
486 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
487
488 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
489
490 * vc-mtn.el: New file.
491
492 * vc-hooks.el (vc-handled-backends): Add Mtn.
493
494 2007-09-13 Eli Zaretskii <eliz@gnu.org>
495
496 * files.el (find-file, find-file-other-window)
497 (find-file-other-frame, find-file-existing, find-file-read-only)
498 (find-file-read-only-other-window)
499 (find-file-read-only-other-frame)
500 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
501
502 2007-09-13 Jari Aalto <jari.aalto@cante.net>
503
504 * man.el (Man-default-man-entry): At end of line, continue looking
505 to the next line for possible end of hyphenated command.
506
507 2007-09-13 Chris Moore <dooglus@gmail.com>
508
509 * shell.el (shell-resync-dirs): Don't move the cursor relative to
510 the command being edited.
511
512 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
513
514 * progmodes/gud.el (gdb-ready): New variable.
515 (gdb): Set it to nil. Set gud-running to nil here...
516 (gud-common-init): ...instead of here.
517
518 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
519 Use gdb-ready. Discard input until GDB is ready to accept it.
520
521 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
522
523 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
524 C-M-S- keys.
525
526 2007-09-12 Martin Rudalics <rudalics@gmx.at>
527
528 * dired.el (dired-warning): Inherit from font-lock-warning-face to
529 make it show up with eight colors.
530
531 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
532
533 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
534 diffs are concatenated with no intervening line.
535
536 2007-09-10 Dave Love <fx@gnu.org>
537
538 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
539 (python-font-lock-keywords): Update to the 2.5 version of the language.
540 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
541 (python-backspace): Only behave funny in code.
542 (python-compilation-regexp-alist): Add PDB stack trace regexp.
543 (inferior-python-mode): Add PDB prompt regexp.
544 (python-fill-paragraph): Refine the fenced-string regexp.
545 (python-find-imports): Handle imports spanning several lines.
546 (python-mode): Add `class' to hideshow support.
547
548 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
549
550 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
551 add-log-buffer-file-name-function rather than bind buffer-file-name,
552 so we dont end up calling change-log-mode in *cvs* when `fi' is the
553 ChangeLog file itself.
554
555 * outline.el (outline-flag-region): Use front-advance.
556
557 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
558
559 * progmodes/cperl-mode.el: Merge upstream 5.23.
560 (cperl-where-am-i): Remove function.
561 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
562 (cperl-sniff-for-indent): De-invert [string] and [comment].
563 When looking for label, skip s:m:y:tr.
564 (cperl-indent-line): Likewise.
565 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
566 (cperl-windowed-init): Wrong `ps-print' handling.
567 Both thanks to Chong Yidong.
568 (cperl-look-at-leading-count): Could fail with unfinished RExen.
569 (cperl-find-pods-heres): If the second part of s()[] is missing,
570 don't try to highlight delimiters...
571
572 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
573
574 * progmodes/compile.el (compilation-get-file-structure): Complete last
575 change by also using spec-directory in the puthash.
576
577 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
578
579 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
580 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
581 (vc-bzr-status): Fix shadowing of variable 'status'.
582 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
583 Use `expand-file-name' instead of `concat'.
584 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
585 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
586
587 2007-09-05 Jason Rumney <jasonr@gnu.org>
588
589 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
590
591 2007-09-02 Richard Stallman <rms@gnu.org>
592
593 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
594 Add `safe-local-variable' property.
595 (lisp-body-indent): Likewise.
596
597 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
598
599 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
600 prev/next-node.
601
602 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
603 (x-gtk-map-stock): New function.
604
605 2007-09-02 Glenn Morris <rgm@gnu.org>
606
607 * comint.el (comint-mode): Don't set scroll-conservatively.
608
609 * eshell/em-unix.el (eshell/time): Stringify and flatten the
610 non-command arguments.
611
612 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
613
614 * emacs-lisp/bytecomp.el (byte-recompile-directory):
615 Fix bug: Don't expand top-level file name more than once.
616 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
617
618 2007-09-01 Richard Stallman <rms@gnu.org>
619
620 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
621 Add doc string.
622
623 2007-08-30 Richard Stallman <rms@gnu.org>
624
625 * speedbar.el (speedbar-frame-reposition-smartly)
626 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
627 (speedbar-check-vc): Don't use dframe-xemacsp.
628
629 2007-08-30 Martin Rudalics <rudalics@gmx.at>
630
631 * files.el (backup-buffer-copy): Try to overwrite old backup first.
632
633 2007-08-29 Martin Rudalics <rudalics@gmx.at>
634
635 * repeat.el (repeat): Use last-repeatable-command instead of
636 real-last-command. Run pre- and post-command hooks for
637 self-insertion. Update doc-string.
638
639 2007-08-28 Glenn Morris <rgm@gnu.org>
640
641 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
642
643 2007-08-27 Alexandre Julliard <julliard@winehq.org>
644
645 * vc-git.el (vc-git-state): Call git-add --refresh to update the
646 state of the file.
647 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
648 (vc-git-create-repo): Fix invalid command.
649
650 2007-08-27 Richard Stallman <rms@gnu.org>
651
652 * textmodes/flyspell.el (flyspell-mode):
653 Catch errors in flyspell-mode-on.
654
655 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
656
657 * progmodes/modula2.el (m2-definition, m2-module):
658 Don't use previous-line. Reported by T. V. Raman.
659
660 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
661
662 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
663 argument to tool-bar-mode call.
664
665 2007-08-27 Glenn Morris <rgm@gnu.org>
666
667 * diff-mode.el (diff-find-file-name): Only accept regular files,
668 to rule out /dev/null, directories, etc.
669
670 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
671
672 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
673 safe-local-variable setting.
674 * progmodes/perl-mode.el (perl-indent-level): Likewise.
675
676 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
677
678 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
679 of buffers in uniquify-managed.
680
681 * simple.el (invisible-p): Rename from text-invisible-p.
682 Update callers.
683
684 2007-08-25 Alan Mackenzie <acm@muc.de>
685
686 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
687 new language variable.
688
689 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
690 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
691 "extern" etc., rather than BOI. Fix addition of spurious
692 syntactic-symbol 'defun-block-intro, replacing it with
693 'innamespace, etc.
694
695 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
696
697 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
698 Don't behave differently when executed via M-x. Add doc string.
699
700 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
701
702 * files.el (backup-buffer-copy): Don't wrap delete in
703 condition-case, only try to delete if file exists.
704
705 2007-08-24 Glenn Morris <rgm@gnu.org>
706
707 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
708
709 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
710
711 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
712 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
713 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
714 (cperl-etags-goto-tag-location): Use new style backquotes.
715
716 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
717 (dynamic-completion-table): Use it it.
718
719 * net/browse-url.el: Remove spurious * in custom docstrings.
720 (browse-url-filename-alist): Use new-style backquote.
721
722 * emacs-lisp/backquote.el (backquote-unquote-symbol)
723 (backquote-splice-symbol): Clarify they're not new-style unquotes.
724
725 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
726 (\,@): Backslash the , and ,@ which are not new-style unquotes.
727
728 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
729
730 * net/socks.el (socks-username/password-auth-filter):
731 Remove unused vars `state' and `desired-len'.
732 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
733 (socks-wait-for-state-change): Use new-style backquotes.
734
735 * pcvs.el (cvs-mode-status): Fix long-standing typo.
736
737 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
738 backquotes after each `read' rather than once per buffer.
739
740 * dframe.el: Remove spurious * in custom docstrings.
741 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
742 (dframe-xemacs20p): Remove, inline at the sole use point.
743 (defface): Don't defvar the face, don't use old-style backquote.
744 (defcustom): Don't use old-style backquote.
745 (dframe-frame-parameter, dframe-mouse-event-p):
746 Make it obvious that it's always defined.
747 (dframe-popup-kludge): New function to replace
748 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
749 (dframe-frame-mode, dframe-set-timer-internal)
750 (dframe-mouse-set-point): Remove use of with-no-warnings from
751 XEmacs-specific code.
752 (dframe-set-timer-internal): Fix very old bug with
753 post-command-idle-hook.
754
755 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
756
757 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
758
759 * image-mode.el (image-minor-mode): Use image-mode-text-map.
760
761 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
762
763 * sort.el (sort-fold-case, sort-numeric-base): Mark as
764 safe-local-variable.
765
766 2007-08-22 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
767
768 * net/browse-url.el (browse-url-emacs): New function.
769
770 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
771
772 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
773 warning if the file uses old style backquotes.
774
775 * emacs-lisp/bytecomp.el (byte-compile-log-file)
776 (byte-recompile-directory, byte-compile-file)
777 (byte-compile-from-buffer): Use with-current-buffer.
778
779 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
780 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
781 (line-move-1, line-move-finish, line-move-to-column)
782 (move-end-of-line, move-beginning-of-line): Use new name.
783
784 2007-08-22 Glenn Morris <rgm@gnu.org>
785
786 * files.el (backup-buffer-copy): Check backup directory is
787 writable, to avoid infloop deleting old backup.
788
789 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
790 movemail related variables.
791 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
792 will now be set before this is called.
793
794 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
795
796 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
797
798 * progmodes/ada-mode.el: Fix up comment style in header.
799 (ada-check-emacs-version): Remove.
800 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
801 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
802 to try and quieten the byte-compiler.
803 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
804
805 * vc.el (vc-annotate-warp-version): Don't use previous-line.
806
807 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
808
809 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
810 extracted from `eval-last-sexp-1'.
811 (eval-last-sexp-1): Call `preceding-sexp'.
812
813 2007-08-19 Glenn Morris <rgm@gnu.org>
814
815 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
816 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
817 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
818 shadow files messing up the compilation.
819
820 2007-08-18 Glenn Morris <rgm@gnu.org>
821
822 * progmodes/scheme.el (scheme-mode-variables):
823 Set font-lock-comment-start-skip.
824
825 2007-08-18 Martin Rudalics <rudalics@gmx.at>
826
827 * progmodes/ada-mode.el (ada-create-syntax-table):
828 Move set-syntax-table from here to ...
829 (ada-mode): ... here. Don't change global value of comment-multi-line.
830 Call new function ada-initialize-syntax-table-properties.
831 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
832 (ada-deactivate-properties, ada-initialize-properties):
833 Replace by new functions ...
834 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
835 (ada-initialize-syntax-table-properties): ... to set up syntax-table
836 properties uniformly, independently from whether font-lock-mode
837 is enabled or not. Handle read-only buffers and do not change
838 undo-list when setting syntax-table properties.
839 (ada-after-change-function): Use ada-set-syntax-table-properties.
840
841 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
842
843 * progmode/cperl-mode.el (cperl-look-at-leading-count)
844 (cperl-find-pods-heres): Fix an error when typing expressions like
845 `s{a}{b}'.
846
847 2007-08-17 Glenn Morris <rgm@gnu.org>
848
849 * progmodes/compile.el (compilation-get-file-structure): Make use
850 of the directory part when checking for an existing entry, to
851 handle files with same basename in different directories.
852
853 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
854
855 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
856 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
857 (ps-paragraph-spacing): Docstring fix.
858
859 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
860
861 * smerge-mode.el (smerge-resolve): New arg `safe'.
862 (smerge-resolve-all, smerge-batch-resolve): New function.
863 (smerge-refine): Make sure `diff' returns the expected result.
864 (smerge-parsep-re): New const.
865 (smerge-mode): Use it to adjust paragraph-separate.
866
867 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
868 Correctly match / regexp matchers as first char on a line when
869 fontifying only that line.
870
871 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
872
873 2007-08-16 Glenn Morris <rgm@gnu.org>
874
875 * ps-print.el (ps-font-size): Doc fix.
876
877 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
878
879 * vc-bzr.el: Don't fiddle with vc-handled-backend.
880 (vc-bzr-registered): Don't redundantly protect against
881 file-error. Actually use the format-specific code.
882 (vc-bzr-buffer-nonblank-p): Remove.
883 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
884
885 2007-08-15 Glenn Morris <rgm@gnu.org>
886
887 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
888 sloppier, for the sake of GNU Mailman.
889 (rmail-digest-rfc1153): Initialize `result' correctly.
890
891 2007-08-14 Glenn Morris <rgm@gnu.org>
892
893 * simple.el (bad-packages-alist): New constant.
894 (bad-package-check): New function. Together, these two add
895 elements to `after-load-alist' to check for problematic external
896 packages.
897 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
898
899 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
900
901 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
902 optional quotes around files in NEED-UPDATE . REMOVED case.
903
904 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
905 (ada-treat-cmd-string): Improve error message.
906 (ada-do-file-completion): Call `ada-require-project-file', so
907 project variables are set properly.
908 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
909 (ada-gnatfind-buffer-name): New constant.
910 (ada-find-any-references): Use new constant. Set buffer name
911 properly in compilation-start. Toggle read-only properly.
912 (ada-find-in-src-path): Fix spelling error in docstring.
913
914 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
915 by zero error.
916
917 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
918
919 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
920
921 2007-08-12 Richard Stallman <rms@gnu.org>
922
923 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
924 (cvs-execute-single-file): Use new name split-string-and-unquote.
925 (cvs-header-msg): Use new name combine-and-quote-strings.
926
927 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
928
929 * progmodes/gud.el (gud-common-init): Use new name
930 split-string-and-unquote.
931
932 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
933 in javac regexp.
934
935 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
936 combine-and-quote-strings and split-string-and-unquote.
937
938 * subr.el (combine-and-quote-strings): Rename from strings->string.
939 (split-string-and-unquote): Rename from string->strings.
940
941 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
942
943 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
944 to buffer-local settings.
945
946 * emacs-lisp/backquote.el (backquote-delay-process): New function.
947 (backquote-process): Add internal arg `level'. Use the two to
948 correctly handle nested backquotes.
949
950 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
951
952 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
953 (vc-bzr-state-words): Add "kind changed" state word.
954 (vc-bzr-status): New function. Return Bzr idea of file status,
955 which is different from VC's.
956 (vc-bzr-state): Use vc-bzr-status.
957 (vc-workfile-unchanged-p): Use vc-bzr-status.
958 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
959 (vc-dired-state): Process "kind changed" state word.
960
961 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
962
963 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
964
965 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
966 Move from vc-default-find-file-not-found-hook.
967
968 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
969
970 * url/url-auth.el (url-basic-auth): When prompting for username
971 and password, default to the username and password in the URL.
972
973 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
974
975 * man.el: Remove spurious * in docstrings.
976 Merge defvars and toplevel setq-defaults.
977 (Man-highlight-references0): Limit=nil rather than point-max.
978 (Man-mode-map): Move initialization into the declaration.
979 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
980 (Man-view-header-file): Use expand-file-name rather than concat.
981 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
982
983 * man.el (Man-next-section): Make sure we do not move backward.
984
985 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
986
987 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
988 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
989 ps-print-color-p is neither nil nor black-white. Reported by Christian
990 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
991
992 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
993
994 * files.el (auto-mode-alist): Use the purecopied text (duh!).
995
996 2007-08-08 Andreas Schwab <schwab@suse.de>
997
998 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
999 self-insert-command, not self-insert.
1000
1001 2007-08-08 Glenn Morris <rgm@gnu.org>
1002
1003 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
1004
1005 * Replace `iff' in doc-strings and comments.
1006
1007 * help-mode.el (help-make-xrefs): Search for symbol constituents,
1008 rather than just `-'.
1009
1010 2007-08-08 Martin Rudalics <rudalics@gmx.at>
1011
1012 * dired.el (dired-pop-to-buffer):
1013 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1014 * calendar/calendar.el (generate-calendar-window):
1015 * progmodes/compile.el (compilation-set-window-height):
1016 * textmodes/two-column.el (2C-two-columns, 2C-merge):
1017 Use window-full-width-p instead of comparing frame-width and
1018 window-width.
1019
1020 * progmodes/compile.el (compilation-find-buffer): Remove extra
1021 argument in call to compilation-buffer-internal-p.
1022
1023 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
1024
1025 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
1026 parameters IDENTIFICATION and CONNECTED.
1027 (tramp-handle-insert-file-contents): VISIT must be handled after
1028 insertion of the local copy. Reported by Peter Gordon
1029 <peter@pg-consultants.com>.
1030 (tramp-file-name-handler): No special handling for
1031 `expand-file-name'. But for `file-name-as-directory'.
1032 (tramp-find-shell, tramp-open-connection-telnet)
1033 (tramp-open-connection-rsh, tramp-open-connection-su)
1034 (tramp-open-connection-multi)
1035 (tramp-open-connection-setup-interactive-shell): Guard against
1036 $PROMPT_COMMAND shell var. Reported by Steve Youngs
1037 <steve@sxemacs.org>.
1038 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
1039 the hint.
1040
1041 * net/trampver.el: Update release number.
1042
1043 2007-08-07 Tom Tromey <tromey@redhat.com>
1044
1045 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
1046 Add safe-local-variable property.
1047
1048 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
1049
1050 * image-mode.el (image-toggle-display): Use image-refresh.
1051
1052 * longlines.el (longlines-decoded): New variable.
1053 (longlines-mode): Avoid encoding or decoding the buffer twice.
1054
1055 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
1056
1057 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
1058 unofficial version.
1059 (vc-bzr-command): Remove redundant setting of process-connection-type.
1060 (vc-bzr-admin-checkout-format-file): Add autoload.
1061 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
1062 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
1063 (vc-bzr-registered): Compare dirstate format tag with known good
1064 value, abort parsing if match fails. Warn user in docstring.
1065 (vc-bzr-workfile-version): Case for different Bzr branch formats.
1066 See bzrlib/branch.py in Bzr sources.
1067 (vc-bzr-diff): First argument FILES may be a string rather than a list.
1068 (vc-bzr-shell-command): Remove in favor of
1069 vc-bzr-command-discarding-stderr.
1070 (vc-bzr-command-discarding-stderr): New function.
1071
1072 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
1073
1074 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
1075 program, and return nil
1076 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
1077 (vc-bzr-state): Look for path names relative to the repository
1078 root after status keyword.
1079 (vc-bzr-file-name-relative): New function.
1080 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
1081 depend on it.
1082 (vc-bzr-admin-dirname, ...-checkout-format-file)
1083 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
1084 files that we now parse directly for speed.
1085 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
1086 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
1087 (vc-bzr-state): "bzr status" successful only if exitcode is 0
1088 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
1089 Bzr warnings, so we must discard it.
1090 (vc-bzr-workfile-version): Speedup counting lines from
1091 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
1092 if that file doesn't exist.
1093 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
1094 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
1095 (not ".bzr"!) to `vc-directory-exclusion-list'
1096 (vc-bzr-shell-command): New function.
1097
1098 2007-08-06 Tom Tromey <tromey@redhat.com>
1099
1100 * diff-mode.el (diff-unified->context, diff-reverse-direction)
1101 (diff-fixup-modifs): Typo in docstring.
1102
1103 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
1104
1105 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
1106 count-screen-lines.
1107 (tpu-edt-off): Disable relevant pieces of advice.
1108
1109 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
1110 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
1111 (newline, newline-and-indent, do-auto-fill): Use advice instead of
1112 redefining the function.
1113 (tpu-set-scroll-margins): Activate the pieces of advice.
1114
1115 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
1116
1117 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
1118 process-filter.
1119
1120 2007-08-06 Martin Rudalics <rudalics@gmx.at>
1121
1122 * help.el (resize-temp-buffer-window): Use window-full-width-p
1123 instead of comparing frame-width and window-width.
1124
1125 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
1126
1127 * term.el: Honor term-default-fg-color and term-default-bg-color
1128 settings when modifying term-current-face.
1129 (term-default-fg-color, term-default-bg-color): Initialize from
1130 default term-current-face.
1131 (term-mode, term-reset-terminal): Set term-current-face with
1132 term-default-fg-color and term-default-bg-color.
1133 (term-handle-colors-array): term-current-face has term-default-fg-color
1134 and term-default-bg-color after reset escape sequence.
1135 (term-handle-colors-array): Set term-current-color with
1136 term-default-fg/bg-color instead of ansi-term-color-vector when the
1137 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
1138
1139 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
1140
1141 * files.el (set-auto-mode): Handle also remote files wrt
1142 `auto-mode-alist'.
1143
1144 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
1145 remote identification.
1146
1147 2007-08-04 Glenn Morris <rgm@gnu.org>
1148
1149 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
1150 zero, not nil, when the library is first loaded. Check for a file
1151 that has been modified on disk.
1152
1153 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
1154 Remove duplicate defvar preventing initialization.
1155 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
1156
1157 2007-08-03 Miles Bader <miles@gnu.org>
1158
1159 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
1160 backend names for new backends to `Git', `Hg', and `Bzr'.
1161 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
1162 not `HG'.
1163 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
1164 name, not `GIT'.
1165 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
1166 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
1167
1168 2007-08-03 Glenn Morris <rgm@gnu.org>
1169
1170 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
1171
1172 2007-08-02 Richard Stallman <rms@gnu.org>
1173
1174 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
1175 to update deleted flag.
1176
1177 * cus-edit.el (customize-apropos, customize-apropos-options)
1178 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
1179
1180 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
1181
1182 * startup.el (fancy-splash-head, startup-echo-area-message):
1183 Change message text.
1184
1185 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
1186 All callers use line-move.
1187
1188 * progmodes/compile.el (compilation-find-buffer): Return current
1189 buffer immediately if suitable.
1190 (compile, compilation-buffer-name, compilation-start): Doc fixes.
1191
1192 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1193
1194 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
1195 Make it more discriminating and more useful.
1196 (vc-bzr-root-dir): Use new name.
1197 (vc-bzr-registered): Use new name and look at the dirstate file to
1198 determine if it's registered or not without running `bzr'.
1199
1200 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
1201
1202 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
1203
1204 2007-07-31 Drew Adams <drew.adams@oracle.com>
1205
1206 * cus-edit.el (custom-group-value-create, custom-goto-parent):
1207 Fix parent groups link.
1208
1209 2007-07-31 Daiki Ueno <ueno@unixuser.org>
1210
1211 * faces.el (face-normalize-spec): New function.
1212 (frame-set-background-mode): Normalize face-spec before calling
1213 face-spec-match-p.
1214
1215 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
1216
1217 * vc-bzr.el: New file (copied from the trunk).
1218
1219 * vc-hooks.el (vc-handled-backends): Add BZR.
1220 (vc-find-file-hook): Failsafe if the backend's `registered'
1221 function burps.
1222
1223 * server.el (server-window): Add switch-to-buffer-other-frame option.
1224
1225 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1226
1227 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
1228 (vc-git-revision-completion-table): Enable.
1229
1230 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
1231
1232 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
1233
1234 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
1235 (vc-hg-registered): Set the vc-state property.
1236
1237 * diff-mode.el (diff-mode-menu): New entries.
1238
1239 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1240
1241 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
1242 (diff-file-kill): Use it.
1243 (diff-beginning-of-hunk): Add arg `try-harder' using it.
1244 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
1245 Use it so they find the hunk even when we're in the file header.
1246
1247 * vc.el: Add new VC operation `revision-completion-table'.
1248 (vc-default-revision-completion-table): New function.
1249 (vc-version-diff, vc-version-other-window): Use it to provide
1250 completion of revision names if the backend provides it.
1251
1252 * vc-arch.el (vc-arch--version-completion-table)
1253 (vc-arch-revision-completion-table): New functions to provide
1254 completion of revision names.
1255
1256 * vc-cvs.el: Require CL.
1257 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
1258 New functions to provide completion of revision names.
1259
1260 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
1261
1262 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
1263 (copyright-fix-years, copyright): Correctly handle the case where
1264 copyright-limit is nil.
1265
1266 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
1267
1268 * progmodes/python.el (run-python): Fix path separator under w32.
1269
1270 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
1271
1272 * vc-git.el: New File.
1273
1274 2007-07-28 Alan Mackenzie <acm@muc.de>
1275
1276 Fix problem with modes derived from CC Mode:
1277 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
1278 macro to cc-langs.
1279 (c-init-language-vars-for): Remove call to above macro.
1280 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
1281 been moved to here.
1282 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
1283
1284 2007-07-28 Eli Zaretskii <eliz@gnu.org>
1285
1286 * net/trampver.el: Fix the `coding' cookie.
1287
1288 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
1289
1290 * add-log.el (change-log-redate): Remove (not needed anymore and
1291 doesn't appear to work).
1292
1293 2007-07-25 Glenn Morris <rgm@gnu.org>
1294
1295 * Relicense all FSF files to GPLv3 or later.
1296
1297 * COPYING: Switch to GPLv3.
1298
1299 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1300
1301 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
1302 Replace it with another one which disables undo before calling
1303 erase-buffer and then turns it back on if needed.
1304
1305 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1306
1307 * ps-print.el: Problem with foreground and background color when
1308 printing a buffer with and without faces. Reported by Christian
1309 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1310 (ps-print-version): New version 6.7.5.
1311 (ps-default-fg): Change default value to nil, so black color is used
1312 when a face does not specify a foreground color.
1313 (ps-default-bg): Change default value to nil, so white color is used
1314 for background color.
1315 (ps-begin-job): Fix code.
1316
1317 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1318
1319 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
1320
1321 2007-07-24 Alan Mackenzie <acm@muc.de>
1322
1323 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1324 Initialise byte-compile-unresolved-functions before rather than
1325 after a compilation.
1326 (byte-compile-unresolved-functions): Amplify doc string.
1327
1328 2007-07-24 Glenn Morris <rgm@gnu.org>
1329
1330 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
1331 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
1332 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1333 (cal-tex-cursor-week, cal-tex-cursor-week2)
1334 (cal-tex-cursor-week-iso, cal-tex-week-hours)
1335 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1336 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1337 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
1338
1339 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
1340
1341 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
1342
1343 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1344
1345 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
1346 underlying file is uptodate.
1347
1348 2007-07-23 Richard Stallman <rms@gnu.org>
1349
1350 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
1351
1352 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1353
1354 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
1355 (sh-font-lock-flush-syntax-ppss-cache): New funs.
1356 (sh-font-lock-syntactic-keywords): Use them to distinguish the
1357 different possible cases for \'.
1358 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
1359
1360 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
1361 `file' from which to start the search and fix case where `file' is the
1362 current directory and the root as well.
1363
1364 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
1365 name for buffer-file-name if it refers to a directory.
1366
1367 2007-07-22 Jason Rumney <jasonr@gnu.org>
1368
1369 * w32-fns.el (set-default-process-coding-system): Use dos line ends
1370 for input to cmdproxy on all versions of Windows.
1371 Use dos line ends for input to plink.
1372
1373 * comint.el (comint-simple-send): Concat newline before sending.
1374 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
1375
1376 2007-07-22 Juri Linkov <juri@jurta.org>
1377
1378 * isearch.el (isearch-edit-string): Save old point and
1379 isearch-other-end to old-point and old-other-end before reading
1380 the search string from minibuffer. After exiting minibuffer set
1381 point to old-other-end if point and the search direction is the
1382 same as before reading the search string.
1383 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
1384 to isearch-other-end. Instead of isearch-search-and-update call
1385 three functions isearch-search, isearch-push-state and isearch-update.
1386
1387 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
1388
1389 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
1390 destroying an existing buffer.
1391
1392 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1393
1394 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
1395
1396 * term/x-win.el (x-handle-no-bitmap-icon): New function.
1397
1398 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
1399
1400 * textmodes/reftex.el (reftex-access-parse-file): Create parse
1401 file in a way that does not interfere with recentf.
1402
1403 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1404
1405 * image-dired.el (image-dired-sane-db-file): New func.
1406 (image-dired-write-tags, image-dired-remove-tag)
1407 (image-dired-list-tags, image-dired-write-comments)
1408 (image-dired-get-comment, image-dired-mark-tagged-files)
1409 (image-dired-create-gallery-lists): Call new func.
1410 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
1411
1412 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1413
1414 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
1415 (vc-hg-dir-state): Fix loop.
1416 (vc-hg-print-log): Fix expected return value for vc-hg-command.
1417 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
1418 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
1419 (vc-hg-revert): Likewise.
1420 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
1421
1422 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1423
1424 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
1425 case of alignment under a constant symbol, find and consider
1426 the sexp actually at indentation to be the "last sexp".
1427
1428 2007-07-20 Eli Zaretskii <eliz@gnu.org>
1429
1430 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1431 (install): Use them to copy all *.el files before *.elc.
1432 (clean): Don't delete *~.
1433
1434 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1435
1436 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
1437
1438 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
1439
1440 * vc-hg.el (vc-hg-registered): Replace if with when.
1441 (vc-hg-state): Deal with nonexistent files.
1442
1443 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
1444
1445 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
1446 (follow-delete-other-windows-and-split, follow-recenter)
1447 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
1448 (follow-redisplay, follow-estimate-first-window-start)
1449 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
1450 Fix typos in docstrings.
1451
1452 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
1453
1454 * bookmark.el (bookmark-show-all-annotations):
1455 Make sure each inserted annotation ends with newline.
1456
1457 (bookmark-maybe-sort-alist): Don't modify
1458 bookmark-alist. Instead, if not sorting, simply return it.
1459 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
1460 for its return value, not for its side effect.
1461
1462 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
1463
1464 * vc.el: Add more info about the vc-registered function.
1465
1466 2007-07-16 David Kastrup <dak@gnu.org>
1467
1468 * emacs-lisp/advice.el (defadvice): Doc fix.
1469
1470 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
1471
1472 * subr.el (when, unless): Doc fix.
1473
1474 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1475
1476 * vc-hg.el (vc-hg-state): Handle removed files.
1477 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
1478 (vc-hg-checkout): Re-enable.
1479
1480 2007-07-15 Richard Stallman <rms@gnu.org>
1481
1482 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
1483
1484 * tutorial.el (tutorial--find-changed-keys):
1485 Handle C-x specially like ESC.
1486
1487 2007-07-15 Roland McGrath <roland@frob.com>
1488
1489 * add-log.el (add-change-log-entry): Check add-log-full-name
1490 and add-log-mailing-address later, after change-log-mode-hook.
1491
1492 2007-07-15 Richard Stallman <rms@gnu.org>
1493
1494 * isearch.el (isearch-mode, isearch-done):
1495 Delete unintended code in previous change.
1496
1497 * ps-print.el (ps-default-bg): Change to White.
1498
1499 2007-07-15 Aaron Hawley <aaronh@garden.org>
1500
1501 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
1502
1503 2007-07-15 Martin Rudalics <rudalics@gmx.at>
1504
1505 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
1506 when handling the terminating event.
1507
1508 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
1509
1510 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
1511
1512 2007-07-13 Eli Zaretskii <eliz@gnu.org>
1513
1514 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1515 (install): Use them to copy all *.el files before *.elc.
1516
1517 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
1518
1519 * replace.el (match): Use yellow1 instead of yellow.
1520
1521 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
1522
1523 * pcvs-info.el (cvs-unknown): Likewise.
1524
1525 2007-07-12 Davis Herring <herring@lanl.gov>
1526
1527 * desktop.el (desktop-buffer-info, desktop-save):
1528 Use `desktop-dirname' instead of `dirname'.
1529
1530 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
1531
1532 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
1533
1534 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
1535
1536 2007-07-10 Richard Stallman <rms@gnu.org>
1537
1538 * emacs-lisp/lisp-mode.el (eval-defun):
1539 Explain special handling of `defface'.
1540
1541 2007-07-09 Richard Stallman <rms@gnu.org>
1542
1543 * isearch.el (isearch-edit-string): Call to isearch-push-state
1544 after the search.
1545
1546 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
1547
1548 * cus-start.el (file-coding-system-alist): Fix custom type.
1549
1550 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
1551
1552 * longlines.el (longlines-wrap-region): Avoid marking buffer as
1553 modified.
1554 (longlines-auto-wrap, longlines-window-change-function):
1555 Remove unnecessary calls to set-buffer-modified-p.
1556
1557 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1558
1559 * vc.el (vc-default-log-view-mode): New function.
1560 (vc-print-log): Add new `log-view-mode' VC operation.
1561
1562 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
1563
1564 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
1565 Rename and move to...
1566
1567 * subr.el (strings->string, string->strings): ...here.
1568
1569 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
1570 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
1571
1572 * progmodes/gud.el (gud-common-init): Call string->strings instead
1573 of split-string.
1574
1575 2007-07-07 Eli Zaretskii <eliz@gnu.org>
1576
1577 * term/w32-win.el (menu-bar-open): New function.
1578 Bind <f10> to it.
1579
1580 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1581
1582 * log-view.el (log-view-mode-menu): New menu.
1583
1584 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
1585
1586 * vc-hg.el: New file.
1587
1588 2007-07-06 Andreas Schwab <schwab@suse.de>
1589
1590 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
1591 dynamic bindings around the evaluation of the expression.
1592 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
1593
1594 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
1595
1596 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
1597 file names.
1598
1599 2007-07-02 Martin Rudalics <rudalics@gmx.at>
1600
1601 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
1602
1603 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
1604 event is not a cons cell. Do not unread drag-mouse-1 events.
1605 Select right window in check whether space was stolen from
1606 window above.
1607
1608 2007-07-01 Richard Stallman <rms@gnu.org>
1609
1610 * files.el (find-file-visit-truename): Fix safe-local-variable value.
1611
1612 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
1613
1614 * generic-x.el (generic-define-mswindows-modes)
1615 (generic-define-unix-modes, apache-log-generic-mode)
1616 (bat-generic-mode-keymap, java-manifest-generic-mode)
1617 (show-tabs-generic-mode): Fix typos in docstrings.
1618
1619 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1620
1621 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
1622 replace-regexp-in-string.
1623
1624 2007-06-28 Andreas Schwab <schwab@suse.de>
1625
1626 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
1627 $(lisp)/subdirs.el.
1628
1629 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
1630
1631 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
1632 the speedbar frame if nil; that deletes the current frame or
1633 causes an error if it is the only frame.
1634 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
1635
1636 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
1637
1638 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
1639 directory where the desktop file was found, as the docstring says.
1640 (desktop-kill): Use `read-directory-name'.
1641
1642 * desktop.el (desktop-load-locked-desktop): New option.
1643 (desktop-read): Use it.
1644 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
1645 Use `when'.
1646
1647 2007-06-24 Davis Herring <herring@lanl.gov>
1648
1649 * desktop.el (desktop-save-mode-off): New function.
1650 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
1651 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
1652 (desktop-claim-lock, desktop-release-lock): New functions.
1653 (desktop-kill): Tell `desktop-save' that this is the last save.
1654 Release the lock afterwards.
1655 (desktop-buffer-info): New function.
1656 (desktop-save): Use it. Run `desktop-save-hook' where the doc
1657 says to. Detect conflicts, and manage the lock.
1658 (desktop-read): Detect conflicts. Manage the lock.
1659
1660 2007-06-23 Eli Zaretskii <eliz@gnu.org>
1661
1662 * ls-lisp.el (insert-directory): If an invalid regexp error is
1663 thrown, try using FILE as a literal file name, not a wildcard.
1664 Check for FILE as an existing file, not just a directory.
1665
1666 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
1667
1668 * ruler-mode.el (ruler-mode): Prevent clobbering the original
1669 `header-line-format' when reentering ruler mode.
1670
1671 2007-06-23 Eli Zaretskii <eliz@gnu.org>
1672
1673 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
1674 FILE exists as a directory.
1675
1676 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1677
1678 * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
1679 (vera-font-lock-match-item): Fix doc string.
1680 (vera-in-comment-p): Remove unused function.
1681 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
1682 use `syntax-ppss'.
1683 (vera-forward-syntactic-ws): Fix argument order.
1684 (vera-prepare-search): Use `with-syntax-table'.
1685 (vera-indent-line): Fix doc string.
1686 (vera-electric-tab): Fix doc string.
1687 (vera-expand-abbrev): Define alias instead of using `fset'.
1688 (vera-comment-uncomment-region): Use `comment-start-skip'.
1689
1690 2007-06-20 Reto Zimmermann <reto@gnu.org>
1691
1692 * progmodes/vera-mode.el: New file.
1693
1694 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
1695
1696 * ido.el (ido-find-file-in-dir): Don't signal an error for
1697 empty directories.
1698
1699 2007-06-18 Alan Mackenzie <acm@muc.de>
1700
1701 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1702 When removing lines, also remove the \n. Correction of patch of
1703 2007-04-21.
1704
1705 2007-06-17 Glenn Morris <rgm@gnu.org>
1706
1707 * lpr.el (lpr-page-header-switches): Move %s to separate element
1708 for correct quoting. Doc fix.
1709
1710 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1711
1712 * term/xterm.el (terminal-init-xterm): Escape parens in character
1713 constants.
1714
1715 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
1716
1717 * scroll-lock.el (scroll-lock-mode): Doc fix.
1718
1719 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1720
1721 * font-lock.el (font-lock-add-keywords): In case font-lock was only
1722 half-activated, forcefully activate it completely.
1723
1724 2007-06-11 Richard Stallman <rms@gnu.org>
1725
1726 * cus-edit.el (custom-variable-type): Doc fix.
1727
1728 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
1729
1730 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
1731
1732 2007-06-09 Davis Herring <herring@lanl.gov>
1733
1734 * desktop.el (desktop-minor-mode-table): Doc fix.
1735
1736 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
1737
1738 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
1739 (image-next-line, image-previous-line, image-scroll-up)
1740 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
1741 New functions.
1742 (image-mode-map): Remap motion commands.
1743 (image-mode-text-map): New keymap for viewing images as text.
1744 (image-mode): Use image-mode-map.
1745 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
1746
1747 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
1748
1749 Sync with Tramp 2.0.56.
1750
1751 * net/tramp.el:
1752 * net/tramp-ftp.el:
1753 * net/tramp-smb.el:
1754 * net/tramp-util.el:
1755 * net/tramp-vc.el:
1756 Don't load cl.el, because that pollutes the namespace. Replace cl
1757 macros by their implementations where necessary. Requested by
1758 Richard Stallman <rms@gnu.org>.
1759
1760 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
1761 doesn't exist.
1762 (with-parsed-tramp-file-name): Protect debug spec during compilation.
1763 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
1764 (tramp-file-name-p, tramp-file-name-multi-method)
1765 (tramp-file-name-method, tramp-file-name-user)
1766 (tramp-file-name-host, tramp-file-name-localname): New defuns,
1767 replacing defstruct `tramp-file-name'.
1768 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
1769 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
1770 Apply `vector' instead of `make-tramp-file-name'.
1771 (tramp-handle-make-auto-save-file-name):
1772 Apply `tramp-temporary-file-directory' for compatibility reasons.
1773 (tramp-completion-mode): Use `natnump' instead of `wholenump'
1774 because of XEmacs.
1775 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
1776 started.
1777
1778 2007-06-07 David Kastrup <dak@gnu.org>
1779
1780 * dired.el (dired-recursive-deletes, dired-recursive-copies):
1781 Change default to `top'.
1782
1783 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
1784
1785 * dired.el (dired-mode-map): Remove spurious separator.
1786
1787 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
1788
1789 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
1790
1791 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
1792 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
1793
1794 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
1795
1796 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
1797 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
1798
1799 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
1800
1801 * progmodes/ebrowse.el (ebrowse-member-table):
1802 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
1803
1804 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
1805
1806 * pgg.el (pgg-sign-region, pgg-sign):
1807 * ses.el (ses-call-printer):
1808 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
1809 * textmodes/org.el (org-cycle): Fix typos in docstrings.
1810
1811 2007-06-06 Eli Zaretskii <eliz@gnu.org>
1812
1813 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
1814 (tar-get-descriptor): Handle type 55, an extended pax header.
1815
1816 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1817
1818 * textmodes/css-mode.el: New file.
1819
1820 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
1821
1822 * net/socks.el: New file, taken from w3 repository.
1823 (top): Update Copyright. Don't load cl.el.
1824 (all): Replace `case' by `cond', `string-to-int' by
1825 `string-to-number', and `process-kill-without-query' by
1826 `set-process-query-on-exit-flag'.
1827 (socks-char-int): Remove defalias and all occurrences.
1828
1829 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
1830
1831 * international/mule-cmds.el (toggle-enable-multibyte-characters)
1832 (sort-coding-systems, search-unencodable-char): Doc fixes.
1833 (coding-system-change-eol-conversion, set-default-coding-systems)
1834 (prefer-coding-system, find-multibyte-characters, princ-list)
1835 (leim-list-entry-regexp, set-input-method, locale-language-names)
1836 (input-method-exit-on-first-char, exit-language-environment-hook)
1837 (locale-charset-language-names): Fix typos in docstrings.
1838
1839 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
1840
1841 * bs.el (bs-cycle-previous): Don't modify the cycle list until
1842 `switch-to-buffer' has returned succesfully.
1843 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
1844 window is dedicated (it could iconify the frame).
1845
1846 2007-06-05 Glenn Morris <rgm@gnu.org>
1847
1848 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
1849
1850 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
1851
1852 * files.el (auto-mode-alist): Add lower-priority match for names
1853 like ChangeLog.old.
1854
1855 2007-06-04 Andreas Schwab <schwab@suse.de>
1856
1857 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
1858
1859 2007-06-04 Davis Herring <herring@lanl.gov>
1860
1861 * calendar/timeclock.el: Update version number.
1862 (timeclock-modeline-display): Mention timeclock-use-display-time
1863 in explanatory message.
1864 (timeclock-log): Suppress warnings when finding the log.
1865 Don't check for a nil project twice. Run hooks after killing the
1866 buffer (if applicable).
1867 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
1868 was geometric). All uses changed.
1869 (timeclock-generate-report): Support prefix argument.
1870
1871 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1872
1873 * man.el (Man-next-section): Don't consider the last line of the
1874 page as being part of any section.
1875
1876 2007-06-04 Martin Rudalics <rudalics@gmx.at>
1877
1878 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
1879 modified flag of buffer. Use `inhibit-modification-hooks'.
1880
1881 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1882
1883 * mail/mail-extr.el (mail-extract-address-components):
1884 Recognize non-ASCII characters except for NBSP as words.
1885
1886 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
1887
1888 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
1889
1890 2007-06-04 Michael Olson <mwolson@gnu.org>
1891
1892 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
1893 died and we are trying to send a signal to it.
1894
1895 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
1896
1897 * emacs-lisp/easy-mmode.el (define-minor-mode)
1898 (easy-mmode-define-navigation): Fix typos in docstrings.
1899
1900 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
1901 Fix typos in docstrings.
1902 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
1903 (compilation-finish-function): Fix typo in obsolescence declaration.
1904
1905 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
1906
1907 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
1908
1909 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
1910 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
1911
1912 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
1913
1914 * longlines.el (longlines-mode): Make longlines-auto-wrap
1915 buffer-local. Add hooks unconditionally.
1916 (longlines-auto-wrap): Toggle wrapping.
1917 (longlines-after-change-function)
1918 (longlines-post-command-function): Check longlines-auto-wrap.
1919
1920 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
1921
1922 * Version 22.1 released.
1923
1924 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
1925
1926 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
1927 changes.
1928
1929 2007-05-31 Richard Stallman <rms@gnu.org>
1930
1931 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
1932
1933 2007-05-29 Martin Rudalics <rudalics@gmx.at>
1934
1935 * textmodes/table.el (table--point-entered-cell-function)
1936 (table--point-left-cell-function):
1937 Bind `inhibit-point-motion-hooks' to t.
1938
1939 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1940
1941 * emacs-lisp/rx.el (rx): Doc fix.
1942
1943 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
1944
1945 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
1946
1947 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
1948
1949 * log-edit.el (log-edit-changelog-paragraph): Return point-max
1950 as the end of the ChangeLog paragraph when it ends without a line
1951 termination.
1952
1953 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1954
1955 * textmodes/fill.el (canonically-space-region): Make the second arg
1956 a marker if it's not already the case.
1957
1958 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
1959 (xterm-mouse-event): Use it.
1960
1961 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
1962
1963 * vc-hooks.el (vc-find-root): Fix file attribute test.
1964
1965 2007-05-24 Richard Stallman <rms@gnu.org>
1966
1967 * textmodes/flyspell.el (flyspell-correct-word-before-point):
1968 Don't let opoint be nil.
1969 (flyspell-emacs-popup): Explicit error if no dialogs.
1970
1971 2007-05-23 Eli Zaretskii <eliz@gnu.org>
1972
1973 * tar-mode.el (tar-file-name-handler): New function.
1974 (tar-extract): Bind file-name-handler-alist to it to force
1975 find-buffer-file-type-coding-system behave as if the file being
1976 extracted existed. Use last-coding-system-used to force
1977 buffer-file-coding-system to what decode-coding-region actually
1978 used to decode the file.
1979
1980 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1981
1982 * progmodes/compile.el (compilation-handle-exit):
1983 `compilation-finish-function' may change the current buffer.
1984
1985 2007-05-22 Richard Stallman <rms@gnu.org>
1986
1987 * files.el (set-auto-mode): Doc fix.
1988
1989 2007-05-22 Eli Zaretskii <eliz@gnu.org>
1990
1991 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1992
1993 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
1994
1995 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
1996 (rcirc-print): Handle `window-width'.
1997 (rcirc-buffer-maximum-lines): Doc fix.
1998
1999 2007-05-19 Kevin Ryde <user42@zip.com.au>
2000
2001 * info.el (Info-fontify-node): Match https also.
2002
2003 2007-05-18 Richard Stallman <rms@gnu.org>
2004
2005 * simple.el (push-mark): Doc fix.
2006
2007 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
2008
2009 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
2010 tpu-global-map.
2011 (tpu-original-global-map): Delete variable.
2012 (tpu-control-keys-map): New keymap variable.
2013 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
2014 setting keymapping directly.
2015 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
2016 tpu-global-map.
2017 (tpu-edt-on): Activate the tpu-global-map.
2018 (tpu-edt-off): Deactivate the tpu-global-map.
2019
2020 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
2021
2022 * textmodes/ispell.el (ispell-get-word): Return markers
2023 for start and end positions.
2024 (ispell-word): Assume END is a marker.
2025
2026 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2027
2028 * ps-print.el: Use default color when foreground or background color
2029 are unspecified. Reported by Leo <sdl.web@gmail.com>.
2030 (ps-print-version): New version 6.7.4.
2031 (ps-rgb-color): New argument. Use default color when color is
2032 unspecified.
2033 (ps-begin-job): Fix code.
2034
2035 2007-05-17 Martin Rudalics <rudalics@gmx.at>
2036
2037 * textmodes/ispell.el (ispell-start-process): Defend against bad
2038 default-directory.
2039
2040 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2041
2042 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
2043
2044 2007-05-16 Richard Stallman <rms@gnu.org>
2045
2046 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2047
2048 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2049
2050 * files.el (magic-mode-alist, magic-fallback-mode-alist):
2051 Move the *ml, Postscript, and XmCD entries to the fallback part.
2052
2053 * files.el (magic-fallback-mode-alist):
2054 Rename from file-start-mode-alist.
2055
2056 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2057
2058 * progmodes/compile.el (compilation-handle-exit): Quote first
2059 argument of `run-hook-with-args'.
2060
2061 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
2062
2063 * buff-menu.el (Buffer-menu-sort-column):
2064 * dabbrev.el (dabbrev-upcase-means-case-search):
2065 * dired.el (dired-recursive-deletes, dired-recursive-copies):
2066 * info.el (Info-current-subfile):
2067 * ls-lisp.el (ls-lisp-verbosity):
2068 * msb.el (msb-menu-cond):
2069 * pcvs.el (cvs-dired-use-hook):
2070 * simple.el (set-mark-command-repeat-pop):
2071 * time.el (display-time-24hr-format, display-time-mail-file):
2072 Doc fixes.
2073
2074 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
2075 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
2076
2077 * view.el (view-inhibit-help-message): Fix typo in docstring.
2078 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
2079
2080 2007-05-14 Eli Zaretskii <eliz@gnu.org>
2081
2082 * mail/rmail.el (rmail-convert-to-babyl-format):
2083 Check content-transfer-encoding _last_, because we need its position
2084 in base64-header-field-end.
2085
2086 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
2087
2088 * files.el (mode-require-final-newline, require-final-newline)
2089 (enable-local-variables, enable-local-eval): Doc fixes.
2090
2091 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
2092
2093 * progmodes/python.el (python-font-lock-keywords)
2094 (python-open-block-statement-p, python-mode): Add support for the new
2095 "with" keyword.
2096
2097 2007-05-10 Richard Stallman <rms@gnu.org>
2098
2099 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
2100 (iso-cvt-write-only): Likewise.
2101
2102 * emacs-lisp/easy-mmode.el (define-minor-mode):
2103 Fix generated doc string.
2104
2105 * startup.el (fancy-splash-text): Add URL of guided tour.
2106 Adjust horizontal and vertical whitespace.
2107
2108 * progmodes/compile.el (compilation-handle-exit):
2109 Use run-hook-with-args to run compilation-finish-functions.
2110
2111 * files.el (file-start-mode-alist): New variable.
2112 (magic-mode-regexp-match-limit): Doc fix.
2113 (set-auto-mode): Handle file-start-mode-alist.
2114 A little cleanup of structure.
2115
2116 2007-05-10 Davis Herring <herring@lanl.gov>
2117
2118 * calendar/timeclock.el (timeclock-in): Fix non-interactive
2119 workday specifications.
2120 (timeclock-log): Don't kill the log buffer if it already existed.
2121
2122 2007-05-08 Richard Stallman <rms@gnu.org>
2123
2124 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2125 Don't include non-self-insert commands in the exception for `-'.
2126
2127 2007-05-08 David Reitter <david.reitter@gmail.com>
2128
2129 * progmodes/python.el (python-guess-indent): Check non-nullness
2130 before comparing indent against the 2..8 interval.
2131
2132 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2133
2134 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
2135 available.
2136
2137 2007-05-06 Richard Stallman <rms@gnu.org>
2138
2139 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2140
2141 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
2142
2143 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
2144 disconnections.
2145
2146 2007-05-01 Romain Francoise <romain@orebokech.com>
2147
2148 * dired-x.el: Revert 2007-04-06 change.
2149
2150 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
2151
2152 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
2153 don't put stop on toolbar.
2154
2155 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
2156
2157 * find-dired.el (find-dired-filter): Propertize all text down to eob.
2158
2159 2007-04-29 Richard Stallman <rms@gnu.org>
2160
2161 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
2162
2163 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2164
2165 * progmodes/cc-mode.el (c-before-change): Use point-min rather
2166 than 1.
2167
2168 2007-04-28 Richard Stallman <rms@gnu.org>
2169
2170 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
2171
2172 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2173
2174 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
2175
2176 2007-04-28 Eli Zaretskii <eliz@gnu.org>
2177
2178 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
2179 instead of $(lisp)/mh-e.
2180
2181 * textmodes/fill.el (fill-paragraph): Doc fix.
2182
2183 2007-04-28 Glenn Morris <rgm@gnu.org>
2184
2185 * image-dired.el (image-dired-cmd-create-thumbnail-options)
2186 (image-dired-cmd-create-temp-image-options): Replace option
2187 +profile "*" with -strip.
2188
2189 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
2190
2191 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2192 Use window-start and window-end.
2193
2194 2007-04-26 Glenn Morris <rgm@gnu.org>
2195
2196 * progmodes/python.el: Restore file pending consideration of legal
2197 status.
2198
2199 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
2200
2201 * locate.el (locate-in-alternate-database): Doc fix.
2202
2203 2007-04-26 Glenn Morris <rgm@gnu.org>
2204
2205 * button.el (button): Use underline if supported, else fall back
2206 to color.
2207
2208 2007-04-25 Richard Stallman <rms@gnu.org>
2209
2210 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
2211
2212 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
2213
2214 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
2215 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
2216 pushing mark.
2217 (idlwave-current-routine): Don't push mark.
2218
2219 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
2220
2221 * image-dired.el (image-dired-display-image): Derive image-type from
2222 filename rather than assuming jpeg, in case no resizing was needed.
2223
2224 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2225
2226 * custom.el (defface): Doc fix.
2227
2228 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
2229
2230 * progmodes/python.el: Remove due to unclear legal issues.
2231
2232 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2233
2234 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
2235 Don't re-query for each cleared BP.
2236 (idlwave-shell-clear-bp): Optionally skip BP query.
2237 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
2238 of set-window-buffer, which incorrectly moves displayed region.
2239
2240 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
2241
2242 * calc/calc.el (calc-bug-address): Update maintainer's address.
2243 * calc/*: Update maintainer's address.
2244
2245 2007-04-23 Richard Stallman <rms@gnu.org>
2246
2247 * simple.el (set-mark-command-repeat-pop): Doc fix.
2248 Put in `editing-basics' group.
2249
2250 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
2251
2252 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
2253 New functions.
2254 (Info-mode-line-node-keymap): Bind mouse commands to
2255 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
2256
2257 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
2258
2259 * locate.el (locate-local-prompt): New var.
2260 (locate-prompt-for-command): Doc fix.
2261 (locate-prompt-for-search-string): New function.
2262 (locate): New optional arg. Make locate-local-prompt
2263 buffer-local. Use locate-prompt-for-search-string.
2264 (locate-with-filter): New optional arg.
2265 Use locate-prompt-for-search-string.
2266 (locate-update): Bind locate-prompt-for-command.
2267
2268 2007-04-23 Glenn Morris <rgm@gnu.org>
2269
2270 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
2271
2272 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
2273
2274 * button.el (button): Inherit from link face on a tty.
2275
2276 2007-04-23 Glenn Morris <rgm@gnu.org>
2277
2278 * button.el (button): Use color for this face on a tty.
2279
2280 * files.el (magic-mode-alist): Allow for carriage-returns in
2281 html-mode and sgml-mode entries.
2282
2283 2007-04-22 Richard Stallman <rms@gnu.org>
2284
2285 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2286 Improve doc string of generated command.
2287
2288 * subr.el (read-number): Catch errors.
2289
2290 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
2291
2292 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
2293
2294 * image-dired.el: Rename from thumbnails.el. All instances of
2295 "thumbnails" replaced with "image-dired".
2296
2297 * dired.el (dired-mode-map): Rename "thumbnails" again, to
2298 "image-dired".
2299
2300 2007-04-22 Kim F. Storm <storm@cua.dk>
2301
2302 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
2303 Don't use kill-line.
2304
2305 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
2306
2307 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
2308 error message.
2309
2310 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
2311
2312 * dired.el: Rename "tumme" to "thumbnails".
2313
2314 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
2315 replaced with "thumbnails".
2316
2317 2007-04-22 Glenn Morris <rgm@gnu.org>
2318
2319 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
2320 and give it the risky-local-variable property.
2321
2322 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
2323 before defining it.
2324
2325 2007-04-21 Martin Rudalics <rudalics@gmx.at>
2326
2327 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2328 Use delete-region instead of kill-line.
2329
2330 2007-04-21 Alan Mackenzie <acm@muc.de>
2331
2332 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
2333 `kill-region' by `delete-region'.
2334
2335 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
2336
2337 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
2338 instead of kill-region.
2339
2340 * progmodes/mantemp.el (mantemp-make-mantemps-region)
2341 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
2342 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
2343 and kill-line.
2344
2345 * progmodes/vhdl-mode.el (vhdl-template-type)
2346 (vhdl-template-record, vhdl-template-nature)
2347 (vhdl-template-configuration-spec, vhdl-template-component-inst)
2348 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
2349 Use delete-region instead of kill-word and kill-line.
2350
2351 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2352
2353 * dired-x.el (dired-virtual-mode): Doc fix.
2354
2355 2007-04-21 Richard Stallman <rms@gnu.org>
2356
2357 * font-lock.el (font-lock-keywords-alist): Mark as risky.
2358
2359 * subr.el (read-number): Doc fix.
2360
2361 * simple.el (pop-to-mark-command): Display message "mark popped"
2362 if point does not move.
2363 (set-mark-command): Doc fix.
2364
2365 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
2366
2367 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
2368 (locate-local-filter, locate-local-search): New vars.
2369 (locate): Make variables local.
2370 (locate-update): Bind locate-buffer-name. Call locate using
2371 locate-local-filter and locate-local-search.
2372
2373 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
2374
2375 * hi-lock.el (hi-lock-file-patterns-policy): New var.
2376 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
2377 (hi-lock-mode): Update docstring.
2378
2379 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2380
2381 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
2382 fill-nobreak-predicate when the break is past fill-column.
2383
2384 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
2385
2386 * locate.el (locate): Output from shell-command should go in the
2387 current buffer rather than *Shell Command Output*.
2388
2389 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
2390
2391 * paren.el (show-paren-function): Fix last fix.
2392
2393 2007-04-19 Kevin Ryde <user42@zip.com.au>
2394
2395 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
2396 (archive-lzh-summarize): Add optional start arg for where to start
2397 looking at the archive.
2398 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
2399
2400 * international/mule.el (auto-coding-alist): no-conversion for .exe
2401 and .EXE.
2402
2403 2007-04-19 Alan Mackenzie <acm@muc.de>
2404
2405 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
2406 function return type contains "struct", "union", etc.
2407 c-end-of-defun goes too far forward.
2408
2409 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
2410
2411 * paren.el (show-paren-function): Reset window-start to avoid
2412 recentering.
2413
2414 2007-04-19 Glenn Morris <rgm@gnu.org>
2415
2416 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
2417
2418 2007-04-18 Glenn Morris <rgm@gnu.org>
2419
2420 * calendar/diary-lib.el (diary-header-line-format): Add a custom
2421 :set function.
2422 (diary-list-entries): Only switch to diary-mode from
2423 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
2424 diary-mode set header-line-format, in case of any customization.
2425
2426 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
2427
2428 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
2429 is less than the length of parse-time-syntax.
2430
2431 2007-04-17 David Kastrup <dak@gnu.org>
2432
2433 * replace.el (query-replace-regexp-eval): Deprecate.
2434
2435 2007-04-17 Alan Mackenzie <acm@muc.de>
2436
2437 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
2438 point too close to EOB, leave point at EOB rather than last `}'.
2439
2440 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2441
2442 * textmodes/bibtex.el (bibtex-include-OPTkey)
2443 (bibtex-user-optional-fields, bibtex-entry-field-alist):
2444 Fix defcustom.
2445
2446 2007-04-17 Glenn Morris <rgm@gnu.org>
2447
2448 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
2449 be encoded, fall back to current year.
2450
2451 2007-04-14 Kevin Ryde <user42@zip.com.au>
2452
2453 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
2454 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
2455 M "MSDOS".
2456
2457 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
2458
2459 * progmodes/python.el (python-end-of-block): Avoid looping forever
2460 if python-next-statement fails.
2461
2462 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2463
2464 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
2465
2466 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
2467
2468 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
2469 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
2470
2471 2007-04-15 Jay Belanger <belanger@truman.edu>
2472
2473 * calc/calc.el (calc-version): New function.
2474 (calc-trail-mode): Shorten the title.
2475
2476 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
2477
2478 * mail/footnote.el (footnote-style): Clarify docstring to state
2479 that customizing this only applies to future footnotes.
2480
2481 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2482
2483 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
2484 (bibtex-make-field): Check that INIT is a string. Use functionp.
2485
2486 2007-04-14 Glenn Morris <rgm@gnu.org>
2487
2488 * complete.el (PC-goto-end): New buffer-local variable.
2489 (PC-do-completion-end): Make buffer-local.
2490 (partial-completion-mode) <choose-completion-string-functions>:
2491 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
2492 (PC-do-completion): New optional fourth argument GOTO-END. Add a
2493 doc string. Set PC-goto-end for choose-completion.
2494 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
2495 PC-do-completion.
2496
2497 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
2498 arg to bibtex-make-field.
2499 (bibtex-make-field): Add optional fourth arg NODELIM.
2500 Insert delimiters around INIT unless this arg is non-nil.
2501
2502 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
2503
2504 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
2505 global map isn't modified.
2506
2507 2007-04-14 Glenn Morris <rgm@gnu.org>
2508
2509 * calendar/appt.el (appt-disp-window): Do not split small windows.
2510 Suggested by Jeff Miller <jmiller@cablespeed.com>.
2511
2512 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
2513
2514 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
2515
2516 * files.el: Ditto.
2517
2518 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
2519
2520 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
2521
2522 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
2523 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
2524 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
2525 (term-pager-help): Fix typos in docstrings.
2526
2527 * wid-edit.el (widget-documentation): Fix typo in docstring.
2528
2529 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
2530 Fix typos in error messages.
2531
2532 2007-04-13 Martin Rudalics <rudalics@gmx.at>
2533
2534 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
2535 window marked as dedicated.
2536
2537 * mail/footnote.el (footnote-latin-string): New variable.
2538 (footnote-latin-regexp): Redefine as regexp alternative.
2539 (Footnote-latin): Use footnote-latin-string instead of
2540 footnote-latin-regexp.
2541
2542 2007-04-13 Glenn Morris <rgm@gnu.org>
2543
2544 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
2545 inherited keymaps.
2546
2547 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
2548
2549 * outline.el (outline-get-next-sibling): Clarify docstring.
2550 (outline-get-last-sibling): Handle case where we are at the first
2551 heading. Clarify docstring.
2552
2553 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
2554
2555 * progmodes/gud.el (gud-minor-mode-map): Make go button same
2556 length as stop button to lessen flicker.
2557 (jdb): Add gud-print.
2558 (gud-find-expr): Jdb prints the expression with the value, so
2559 don't insert it in the output.
2560
2561 2007-04-11 Jason Rumney <jasonr@gnu.org>
2562
2563 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
2564 case hex. Do not try to decode non-hex letters.
2565
2566 2007-04-11 Markus Triska <markus.triska@gmx.at>
2567
2568 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
2569 (byte-optimize-backward-word): Remove (move to bytecomp.el).
2570 (byte-optimize-form-code-walker): Evaluate pure function calls if
2571 possible.
2572 (byte-optimize-all-constp): New function.
2573
2574 * emacs-lisp/bytecomp.el (byte-compile-char-before):
2575 Improve numeric argument case.
2576 (byte-compile-backward-char, byte-compile-backward-word):
2577 New functions, performing rewriting previously done in byte-opt.el.
2578 Fix their "Fixme" item (restriction to numeric arguments).
2579
2580 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2581
2582 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
2583 with dolist.
2584 (after-init-hook): Don't quote lambda.
2585 (desktop-first-buffer): Don't wrap it in eval-when-compile.
2586 (desktop-internal-v2s): Remove unused var `el'.
2587 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
2588 desktop-restore-file-buffer.
2589 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
2590 desktop-create-buffer.
2591
2592 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
2593
2594 * woman.el (woman-decode-buffer): Postpone macro-set check...
2595 (woman-decode-region): ...to here.
2596
2597 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
2598
2599 * startup.el (tty-handle-args): Use %S to log ARGS.
2600
2601 2007-04-10 Glenn Morris <rgm@gnu.org>
2602
2603 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
2604 it is obsolete and has no effect.
2605
2606 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
2607 byte-compiler.
2608
2609 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
2610 obsolete function make-local-hook.
2611
2612 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
2613 start to quieten byte-compiler.
2614
2615 2007-04-10 Markus Triska <markus.triska@gmx.at>
2616
2617 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
2618 to bytecomp.el as byte-compile-char-before).
2619 * emacs-lisp/bytecomp.el (byte-compile-char-before):
2620 New function (modified replacement for byte-optimize-char-before in
2621 byte-opt.el).
2622
2623 2007-04-09 Alan Mackenzie <acm@muc.de>
2624
2625 * startup.el (inhibit-splash-screen): Emphatically state that it
2626 can't be set in site-start.el.
2627
2628 2007-04-09 Masatake YAMATO <jet@gyve.org>
2629
2630 * progmodes/cc-subword.el (c-capitalize-subword): More closely
2631 mimic the behavior of `capitalize-word'. Do not move point with a
2632 negative argument. Based on tiny change by Paul Curry.
2633
2634 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
2635
2636 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
2637 Don't move point if ARG is negative.
2638
2639 2007-04-09 Alan Mackenzie <acm@muc.de>
2640
2641 Changes to make `narrow-to-defun' and `mark-defun' work properly
2642 in CC Mode:
2643
2644 * progmodes/cc-defs.el (c-beginning-of-defun-1):
2645 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2646 Bind beginning/end-of-defun-function to nil around calls to
2647 beginning/end-of-defun.
2648
2649 * progmodes/cc-langs.el (beginning-of-defun-function)
2650 (end-of-defun-function): New c-lang-setvar's.
2651
2652 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
2653 (setq arg 1))" to enable non-interactive call.
2654
2655 2007-04-09 Eli Zaretskii <eliz@gnu.org>
2656
2657 * simple.el (set-mark-command): Doc fix.
2658
2659 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
2660
2661 * progmodes/gud.el (gdb): Restore existing session if user
2662 tries to start a second one in graphical mode.
2663
2664 2007-04-08 Martin Rudalics <rudalics@gmx.at>
2665
2666 * cus-start.el <scroll-preserve-screen-position>: Add choices.
2667
2668 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2669
2670 * term/xterm.el (terminal-init-xterm): Fix key definitions.
2671 Add binding for C-M-SPC.
2672
2673 2007-04-08 Richard Stallman <rms@gnu.org>
2674
2675 * pcomplete.el (pcomplete-read-event): One single definition,
2676 and not a defsubst.
2677
2678 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
2679
2680 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
2681 byte-compiler warning "value unused".
2682
2683 2007-04-08 Andreas Schwab <schwab@suse.de>
2684
2685 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
2686
2687 2007-04-07 Glenn Morris <rgm@gnu.org>
2688
2689 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
2690 Autoload these functions.
2691 (diary-date-forms): Add a custom :set form.
2692
2693 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
2694 before first use.
2695 (diary-font-lock-keywords): New function with old code for
2696 initialization of variable of same name.
2697
2698 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
2699
2700 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
2701 clean-up: only insert space when on identifier, etc.
2702
2703 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
2704
2705 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
2706
2707 * net/tls.el (open-tls-stream): Properly handle case where there
2708 is no associated buffer.
2709
2710 2007-04-07 Glenn Morris <rgm@gnu.org>
2711
2712 * ffap.el (ffap-file-at-point): Lower the priority of the
2713 ffap-ftp-sans-slash-regexp check.
2714
2715 2007-04-06 Alan Mackenzie <acm@muc.de>
2716
2717 Fix fontification of labels, and other things with ":".
2718
2719 * progmodes/cc-engine.el (c-forward-label): The function now
2720 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
2721 the former t.
2722
2723 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
2724 new return code from c-forward-label, fontifying tokens properly.
2725 Add some general comments throughout the file.
2726
2727 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
2728
2729 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
2730 Revert 2006-01-27 change.
2731
2732 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
2733
2734 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
2735
2736 * desktop.el (desktop-create-buffer, desktop-save):
2737 Revert 2004-11-12 change for lack of copyright papers.
2738
2739 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
2740 (dired-guess-default): Respect case.
2741
2742 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
2743
2744 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
2745 was originally checked in as byte-optimize-concat on 1997-11-02.
2746
2747 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
2748 1995-05-19 doc changes.
2749
2750 2007-04-06 Kim F. Storm <storm@cua.dk>
2751
2752 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
2753 (unload-feature): Update interactive spec accordingly.
2754
2755 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
2756
2757 2007-04-06 John Paul Wallington <jpw@pobox.com>
2758
2759 * subr.el (with-case-table): Use `make-symbol' to avoid variable
2760 capture. Restore the table in the same buffer.
2761
2762 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
2763
2764 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
2765
2766 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2767 Print entire form.
2768
2769 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
2770
2771 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
2772 for low-color displays.
2773
2774 2007-04-05 Glenn Morris <rgm@gnu.org>
2775
2776 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
2777 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
2778 Seed random number generator on loading.
2779
2780 * emacs-lisp/authors.el (top-level): Provide self.
2781
2782 * play/animate.el (top-level): Provide self.
2783
2784 2007-04-04 Alan Mackenzie <acm@muc.de>
2785
2786 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
2787 to mention c-syntactic-indentation.
2788
2789 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
2790
2791 * subr.el (with-case-table): New macro.
2792
2793 * international/mule.el (ascii-case-table): New var.
2794
2795 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
2796 downcasing.
2797
2798 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
2799
2800 * progmodes/gud.el (gud-minor-mode-map): Simplify.
2801
2802 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
2803 of the window if we're outside it e.g menu-bar.
2804
2805 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
2806 window if we're outside it e.g menu-bar.
2807
2808 2007-04-03 Eli Zaretskii <eliz@gnu.org>
2809
2810 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
2811 decode base-64 encoded body if its content-type is something other
2812 than text/* or message/*.
2813
2814 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
2815
2816 * simple.el (activate-mark-hook): Fix typo in docstring.
2817
2818 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
2819
2820 * tmm.el (tmm-c-prompt): Initialize.
2821 (tmm-menubar): Deal with extended menu-items at top level.
2822 (tmm-get-keybind): Handle bindings redefined/undefined locally.
2823 (tmm-prompt): Handle visibility of top level menu-items.
2824
2825 * progmodes/gud.el (gud-menu-map): Simplify.
2826 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
2827 menubar.
2828
2829 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
2830
2831 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
2832
2833 * comint.el (comint-send-input): Widen the buffer first.
2834
2835 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
2836
2837 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2838
2839 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
2840 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
2841
2842 * newcomment.el (comment-search-forward): Discard comment starters
2843 before point.
2844
2845 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
2846
2847 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
2848
2849 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
2850
2851 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
2852 when downcasing.
2853
2854 * button.el (previous-button): Rewrite to account for adjacent buttons.
2855
2856 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
2857
2858 * progmodes/idlwave.el (idlwave-auto-fill):
2859 Revert paragraph-separate change.
2860
2861 * progmodes/idlw-shell.el (idlwave-shell-break-in):
2862 Simplify module calc.
2863 (idlwave-shell-set-bp-in-module): Compute module.
2864
2865 2007-03-31 Glenn Morris <rgm@gnu.org>
2866
2867 * emacs-lisp/timer.el (run-at-time): Doc fix.
2868
2869 * emacs-lisp/warnings.el (display-warning): If we create the
2870 buffer displaying the warning, disable undo there.
2871
2872 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
2873
2874 * net/tramp.el (tramp-register-file-name-handler)
2875 (tramp-register-completion-file-name-handler): New defsubst,
2876 derived from `tramp-register-file-name-handlers'. The split is
2877 necessary because Tramp's file name handlers must be registered at
2878 different startup places.
2879
2880 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
2881
2882 * progmodes/hideshow.el (turn-off-hideshow): New function.
2883 (hs-minor-mode): Use it instead of a lambda expression in
2884 change-major-mode-hook.
2885
2886 2007-03-31 David Kastrup <dak@gnu.org>
2887
2888 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
2889 corresponding to MANPATH_MAP entries.
2890 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
2891 (woman-parse-man.conf): Use more discriminating man.conf name.
2892 (woman-parse-man.conf): Parse MANPATH_MAP entries.
2893 (woman-manpath): Doc fix and type fix.
2894 (woman-cached-data): Check for MANPATH_MAP entries.
2895 (woman-expand-directory-path): Treat MANPATH_MAP entries.
2896
2897 2007-03-31 Stuart Herring <herring@lanl.gov>
2898
2899 * emacs-lisp/sregex.el (sregexq): Doc fix.
2900
2901 2007-03-31 Markus Triska <markus.triska@gmx.at>
2902
2903 * flymake.el (flymake-err-line-patterns): Doc fix.
2904
2905 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
2906
2907 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
2908 Move to the right.
2909
2910 2007-03-30 Alan Mackenzie <acm@muc.de>
2911
2912 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
2913
2914 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
2915
2916 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
2917 Use it, passed in explicitly, instead of from the dynamic binding.
2918 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
2919
2920 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
2921
2922 * simple.el (blink-matching-open): When in minibuffer, don't
2923 search for a match inside the prompt.
2924
2925 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
2926
2927 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
2928 (tmm-prompt): Don't make the mouse user select the first menu
2929 item twice.
2930
2931 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
2932
2933 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
2934 SIGUSR1 and SIGUSR2.
2935
2936 2007-03-29 Kim F. Storm <storm@cua.dk>
2937
2938 * ido.el (ido-read-internal): When reading file or dir, only override
2939 minibuffer-local-filename-completion-map, otherwise only override
2940 minibuffer-local-completion-map.
2941
2942 2007-03-29 Glenn Morris <rgm@gnu.org>
2943
2944 * complete.el (partial-completion-mode): Set PC-do-completion-end
2945 to nil after use.
2946 (PC-lisp-complete-symbol): Create and use a marker at `end',
2947 rather than using point-marker.
2948
2949 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
2950
2951 * simple.el (next-error-highlight): Doc fix.
2952 (compose-mail): Revert 2007-03-19 change.
2953
2954 2007-03-28 Richard Stallman <rms@gnu.org>
2955
2956 * emacs-lisp/edebug.el (edebug-display): Don't go to
2957 edebug-outside-buffer if it is dead.
2958
2959 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
2960
2961 * view.el (view-mode): Fix typos in docstring.
2962
2963 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
2964
2965 * recentf.el (recentf-save-file): Add a custom :set function.
2966
2967 2007-03-28 Glenn Morris <rgm@gnu.org>
2968
2969 * complete.el (PC-do-completion-end): New variable.
2970 (partial-completion-mode) <choose-completion-string-functions>:
2971 Use PC-do-completion-end in the non-minibuffer case to replace the
2972 correct amount of text.
2973 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
2974 (PC-lisp-complete-symbol): Give marker the after-insertion type,
2975 to deal with improvements inserted after point.
2976
2977 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2978
2979 * button.el (make-text-button): Add explicit `button' property.
2980 (default-button): Don't put a `button' property on it.
2981
2982 * progmodes/python.el (python-mode): Skip comments when parsing.
2983
2984 * vc-arch.el (vc-with-current-file-buffer): New macro.
2985 (vc-arch-file-source-p): Use it to avoid infloop.
2986
2987 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
2988
2989 * emacs-lisp/lisp.el (lisp-complete-symbol):
2990 Fix call to get-buffer-window to find windows in other frames.
2991
2992 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2993
2994 * comint.el (comint-proc-query, comint-dynamic-list-completions):
2995 Fix calls to get-buffer-window to find windows in other frames.
2996 Reported by David Hansen <david.hansen@gmx.net>.
2997
2998 2007-03-27 Kevin Ryde <user42@zip.com.au>
2999
3000 * info.el (Info-display-images-node): On a text-only terminal,
3001 show the "text" or "alt" parts of the image blobs.
3002
3003 2007-03-27 Glenn Morris <rgm@gnu.org>
3004
3005 * complete.el (PC-do-completion): Compute completion-base-size in
3006 the non-filename case, rather than setting to nil.
3007 (PC-lisp-complete-end): New variable.
3008 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
3009 original end in a series of consecutive invocations.
3010
3011 * calendar/calendar.el (calendar-mode-hook): Declare it.
3012
3013 * calendar/diary-lib.el (diary-live-p): Do not check for
3014 diary-selective-display.
3015
3016 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3017
3018 * replace.el (occur-next-error): *Occur* might not be displayed in the
3019 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
3020
3021 2007-03-26 Richard Stallman <rms@gnu.org>
3022
3023 * textmodes/flyspell.el (flyspell-large-region):
3024 Use ispell-call-process-region.
3025
3026 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3027
3028 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
3029 Use prin1 instead of princ.
3030
3031 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
3032
3033 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
3034 Merge in X resources before global face.
3035
3036 * progmodes/compile.el (compilation-start): Save compilation-directory
3037 rather than default-directory as local var.
3038 (compilation-directory): Mark as safe local var.
3039
3040 * files.el: Don't mark default-directory as a safe local var.
3041
3042 2007-03-25 Alan Mackenzie <acm@muc.de>
3043
3044 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
3045 * progmodes/cc-engine.el: Fix typo.
3046
3047 2007-03-25 Juri Linkov <juri@jurta.org>
3048
3049 * compare-w.el (compare-windows): Rename customization group
3050 `compare-w' to `compare-windows'.
3051 (compare-windows-whitespace, compare-ignore-whitespace)
3052 (compare-ignore-case, compare-windows-sync)
3053 (compare-windows-sync-string-size, compare-windows-recenter)
3054 (compare-windows-highlight, compare-windows): Change group name in
3055 the `group' tag from `compare-w' to `compare-windows'.
3056 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
3057
3058 2007-03-24 Markus Triska <markus.triska@gmx.at>
3059
3060 * expand.el: Change example to always enable abbrev-mode,
3061 and remove redundant `function'.
3062 (expand-abbrev-hook): Add autoload cookie.
3063
3064 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
3065
3066 * emacs-lisp/testcover.el (testcover-start, testcover-end)
3067 (testcover-mark-all, testcover-unmark-all): Add prompts to
3068 interactive specs.
3069
3070 2007-03-24 Jason Rumney <jasonr@gnu.org>
3071
3072 * autorevert.el (find-file-hook, auto-revert-tail-mode):
3073 Use file size in bytes for auto-revert-tail-pos not characters.
3074
3075 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
3076
3077 * vc-rcs.el (vc-rcs-annotate-command):
3078 Set text property :vc-annotate-prefix on the annotation text.
3079 (vc-rcs-annotate-time): Instead of searching for ": ",
3080 search for end of text propertized with :vc-annotate-prefix.
3081
3082 2007-03-24 Martin Rudalics <rudalics@gmx.at>
3083
3084 * whitespace.el (top level): Remove calls putting
3085 permanent-local nil property since these are no-ops.
3086
3087 * man.el (Man-support-local-filenames): Assure that
3088 default-directory exists when doing call-process.
3089
3090 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
3091
3092 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
3093 Fix omission bug: Use m4-program-options to construct shell command.
3094
3095 2007-03-23 David Kastrup <dak@gnu.org>
3096
3097 * progmodes/cc-mode.el (c-make-emacs-variables-local):
3098 Use `mapcar' rather than `mapcan' to silence compiler warning.
3099
3100 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
3101
3102 * textmodes/reftex.el, textmodes/reftex-vars.el,
3103 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
3104 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
3105 * textmodes/reftex-index.el, textmodes/reftex-global.el,
3106 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
3107 * textmodes/reftex-auc.el: Add maintainer address.
3108
3109 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
3110
3111 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
3112 Make sure that `global-font-lock-mode' does not turn on font-lock
3113 in these buffers.
3114
3115 2007-03-21 Kim F. Storm <storm@cua.dk>
3116
3117 * xt-mouse.el (xt-mouse-epoch): New variable.
3118 (xterm-mouse-event): Use float-time.
3119
3120 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
3121
3122 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
3123 current-time.
3124
3125 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3126
3127 * complete.el (read-file-name-internal): Don't add the final > if the
3128 completion is not finished (re-application of this patch, which was
3129 accidentally undone by Eli).
3130
3131 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
3132
3133 * emulation/viper.el (viper-non-hook-settings): Handle mouse
3134 clicks in describe-key and describe-key-briefly advice a little better.
3135
3136 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
3137
3138 * server.el (server-process-filter): Cancel any pending isearch.
3139
3140 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
3141
3142 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
3143 (icalendar--get-unfolded-buffer): Define actual arguments rather
3144 than just using &rest. Check replace-in-string is fbound.
3145 (icalendar-import-buffer): Doc fix.
3146 (icalendar--convert-ical-to-diary): Set diary-file.
3147 Check diary-file before inserting final newline.
3148 (icalendar--add-diary-entry): Return diary-file.
3149
3150 2007-03-21 Glenn Morris <rgm@gnu.org>
3151
3152 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
3153 (diary-display-hook): Add custom :set function.
3154
3155 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
3156 Add custom :set function.
3157 (diary-header-line-format): Doc fix.
3158 (diary-set-maybe-redraw): New function.
3159 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
3160 (diary-list-entries): Always run diary-mode.
3161
3162 2007-03-20 Kenichi Handa <handa@m17n.org>
3163
3164 * international/quail.el (quail-setup-completion-buf): Make the
3165 completion buffer read-only.
3166 (quail-completion): Adjusted for the above change. Leave the
3167 modified flag nil.
3168
3169 2007-03-20 David Kastrup <dak@gnu.org>
3170
3171 * files.el (magic-mode-alist): Require literal "%!PS" string for
3172 magic postscript file detection.
3173
3174 2007-03-20 Richard Stallman <rms@gnu.org>
3175
3176 * textmodes/ispell.el (ispell-call-process): New function.
3177 Defends against bad `default-directory.'
3178 (ispell-check-version, ispell-find-aspell-dictionaries)
3179 (ispell-get-aspell-config-value, lookup-words): Call it.
3180 (ispell-call-process-region): New function.
3181 (ispell-send-string): Call it.
3182
3183 2007-03-20 Andreas Schwab <schwab@suse.de>
3184
3185 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
3186 (finder-data): Likewise.
3187 (autoloads): Likewise.
3188
3189 2007-03-20 Martin Rudalics <rudalics@gmx.at>
3190
3191 * files.el (basic-save-buffer): Do not set visited filename when
3192 the corresponding directory does not exist or the specified
3193 filename is that of an existing directory.
3194
3195 2007-03-20 Glenn Morris <rgm@gnu.org>
3196
3197 * calendar/diary-lib.el (diary-live-p): New function.
3198 (number-of-diary-entries): Add a :set function to redisplay diary
3199 when necessary.
3200
3201 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
3202
3203 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
3204 from client program, mev, to compute mouse event.
3205
3206 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
3207
3208 * faces.el (momentary): Face removed; unused due to reversion of
3209 2007-01-04 changes by Kevin Rodgers.
3210
3211 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
3212 Suggested by Johan Bockg\e,Ae\e(Brd.
3213
3214 2007-03-19 Martin Rudalics <rudalics@gmx.at>
3215
3216 * font-lock.el (lisp-font-lock-keywords-1):
3217 Highlight define-globalized-minor-mode as a keyword.
3218
3219 2007-03-19 Kim F. Storm <storm@cua.dk>
3220
3221 * calc/calc-forms.el (math-std-daylight-savings)
3222 (math-std-daylight-savings-old): Doc fix.
3223
3224 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
3225
3226 * progmodes/python.el (python-default-template): Doc fix.
3227 (python-buffer): Fix typo in docstring.
3228
3229 * isearchb.el (isearchb-follow-char):
3230 * subr.el (def-edebug-spec): Fix typo in docstring.
3231
3232 2007-03-19 Richard Stallman <rms@gnu.org>
3233
3234 * files.el (default-directory): Mark safe.
3235 (basic-save-buffer-2): Put proper dir name in error message.
3236
3237 * simple.el (compose-mail): Run switch-function after
3238 setting up the mail buffer.
3239
3240 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
3241
3242 2007-03-18 Jay Belanger <belanger@truman.edu>
3243
3244 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
3245 (math-std-daylight-savings-new): Rename from
3246 `math-std-daylight-savings'.
3247 (math-std-daylight-savings-old): Rename from old value of
3248 `math-std-daylight-savings'.
3249 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
3250 `math-std-daylight-savings-old' depending on the year.
3251
3252 2007-03-18 Detlev Zundel <dzu@gnu.org>
3253
3254 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
3255 zero-width regexps as invalid but rather at least count them correctly.
3256
3257 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
3258
3259 * net/tls.el (open-tls-stream): In handshake-waiting loop,
3260 don't wait more if there is output available to process.
3261
3262 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
3263
3264 * progmodes/compile.el (compilation-find-file): Revert change
3265 from 2006-07-18 to allow completion of directory names.
3266 Reported by John Carter <john.carter@tait.co.nz>.
3267
3268 2007-03-18 Kim F. Storm <storm@cua.dk>
3269
3270 * subr.el (when, unless): Doc fix.
3271
3272 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
3273
3274 * net/tls.el (tls-program): Doc fix.
3275
3276 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
3277
3278 * autorevert.el (auto-revert-tail-handler):
3279 Call after-revert-hook.
3280
3281 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
3282
3283 * simple.el (switch-to-completions): No error if search for \n\n fails.
3284
3285 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
3286
3287 * simple.el (line-move-1):
3288 Respect `inhibit-line-move-field-capture' property.
3289
3290 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
3291
3292 * comint.el (comint-arguments): Mark backslash-escaped chars.
3293 (comint-delim-arg): Don't treat them as delimiters.
3294
3295 2007-03-12 Kim F. Storm <storm@cua.dk>
3296 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
3297
3298 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
3299
3300 * tempo.el (tempo-insert): Deal with 'r> if it appears
3301 specified with a prompt argument.
3302
3303 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
3304
3305 * textmodes/org.el (org-set-font-lock-defaults):
3306 Handle narrow table columns correctly.
3307
3308 2007-03-12 Mark A. Hershberger <mah@everybody.org>
3309
3310 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
3311 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
3312 Return to use of the -no-properties variants. There was
3313 consensus on emacs-devel that the speed of these variants was
3314 prefered since we are usually parsing files (from the internet
3315 or on disk) instead of XML created in Emacs.
3316
3317 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
3318 Add customize option.
3319
3320 2007-03-12 Glenn Morris <rgm@gnu.org>
3321
3322 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
3323 North American rule. Replace "daylight savings" with "daylight
3324 saving" in doc.
3325
3326 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
3327 * calendar/lunar.el, solar.el: Replace "daylight savings" with
3328 "daylight saving" in text.
3329
3330 * woman.el (woman-change-fonts): Tweak previous change by using
3331 woman-request-regexp rather than "^\\.".
3332
3333 * startup.el (command-line-1): Make insertion of
3334 initial-scratch-message not depend on scratch being selected.
3335
3336 2007-03-11 Juri Linkov <juri@jurta.org>
3337
3338 * replace.el (match): Use yellow background on light-bg terminals.
3339
3340 2007-03-11 Richard Stallman <rms@gnu.org>
3341
3342 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
3343 Correctly compute line number.
3344
3345 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
3346
3347 * type-break.el (type-break-get-previous-count):
3348 Repeat previous change here.
3349
3350 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
3351
3352 * progmodes/grep.el (grep-find-ignored-directories):
3353 Add .git and .bzr to list.
3354
3355 2007-03-11 Andreas Schwab <schwab@suse.de>
3356
3357 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
3358
3359 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3360
3361 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
3362
3363 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
3364
3365 * faces.el (face-set-after-frame-default): Recalculate face
3366 customizations after applying X resources.
3367
3368 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
3369
3370 * net/rcirc.el (rcirc-timeout-seconds): New variable.
3371 (rcirc-keepalive-seconds): Remove variable.
3372 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
3373 (rcirc-process, rcirc-user-disconnect): New variables.
3374 (rcirc-connect): Initalize new variables.
3375 (rcirc-keepalive): Don't send keepalive pings before connection
3376 is completed.
3377 (rcirc-sentinel): Do mark all channels with activity when
3378 connection is dropped. Run hook with process buffer local.
3379 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
3380 (rcirc-buffer-process): Return value of rcirc-process if
3381 rcirc-server-buffer is nil.
3382 (rcirc-server-name): Return the reported server name.
3383 (rcirc-update-prompt): Simplify computation of the server name.
3384 (rcirc-format-response-string): Likewise.
3385 (rcirc-handler-001): Mark server as connected, record the reported
3386 server name, and schedule a timeout.
3387 (rcirc-track-nick): Add a spec for the tty class.
3388 (rcirc-user-non-nick): Remove function.
3389 (rcirc-nick-prefix-chars): Add variable.
3390 (rcirc-user-nick): Use above variable.
3391
3392 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3393
3394 * icomplete.el (icomplete-tidy, icomplete-exhibit):
3395 Bind deactivate-mark to nil.
3396
3397 2007-03-10 Martin Rudalics <rudalics@gmx.at>
3398
3399 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
3400 that buffer contents get erased during completion.
3401
3402 2007-03-10 Glenn Morris <rgm@gnu.org>
3403
3404 * woman.el (woman-change-fonts): Add a hack to deal with
3405 font-escape followed by "." at start of a line.
3406 (woman2-IP): Add a hack to deal with consecutive requests.
3407 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
3408
3409 2007-03-10 Alan Mackenzie <acm@muc.de>
3410
3411 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
3412
3413 2007-03-09 Richard Stallman <rms@gnu.org>
3414
3415 * abbrev.el (abbrev): Add `provide'.
3416
3417 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
3418
3419 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
3420
3421 2007-03-09 Martin Rudalics <rudalics@gmx.at>
3422
3423 * complete.el (PC-try-completion): New function.
3424 (PC-do-completion, read-file-name-internal): Use it instead of
3425 try-completion.
3426
3427 2007-03-08 Alan Mackenzie <acm@muc.de>
3428
3429 Remove stale tokens from `c-found-types' cache.
3430
3431 * progmodes/cc-mode.el (c-unfind-enclosing-token)
3432 (c-unfind-coalesced-tokens, c-before-change): New functions.
3433 (c-maybe-stale-found-type): New variable.
3434
3435 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
3436 (c-trim-found-types): New functions.
3437
3438 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
3439
3440 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
3441 (debug-ignored-errors): Add entry from smerge-match-conflict.
3442
3443 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
3444
3445 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
3446 special help topics for keywords.
3447 (idlwave-help-assistant-command): Include ".exe" for ms-dos
3448 etc. Assistant command.
3449
3450 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
3451
3452 * replace.el (occur-engine): Move buffer-undo-list binding...
3453 (occur-1): ...to here.
3454
3455 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
3456
3457 * simple.el (minibuffer-completing-symbol): New var.
3458 (eval-expression): Use it.
3459 (completion-setup-function): Don't bind completion-base-size when
3460 completing a symbol in the minibuffer.
3461
3462 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
3463
3464 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
3465 tries to start a second session in graphical mode.
3466
3467 2007-03-07 Miles Bader <miles@gnu.org>
3468
3469 * international/isearch-x.el
3470 (isearch-process-search-multibyte-characters):
3471 Strip text-properties from PROMPT to avoid an error from read-string.
3472
3473 2007-03-07 Kim F. Storm <storm@cua.dk>
3474
3475 * complete.el (PC-bindings): Remap lisp-complete-symbol to
3476 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
3477
3478 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3479
3480 * complete.el (PC-do-completion): Delete duplicates in the list of
3481 possible completions.
3482
3483 2007-03-07 Glenn Morris <rgm@gnu.org>
3484
3485 * ses.el (ses-mode): Doc fix.
3486
3487 2007-03-06 Kim F. Storm <storm@cua.dk>
3488
3489 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
3490
3491 2007-03-06 Kenichi Handa <handa@m17n.org>
3492
3493 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
3494
3495 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3496
3497 * simple.el (completion-setup-function): Improve last fix so it doesn't
3498 set it to a relative directory name either.
3499
3500 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3501
3502 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
3503
3504 2007-03-05 Richard Stallman <rms@gnu.org>
3505
3506 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
3507
3508 * files.el (find-file-noselect): No error if file no longer exists.
3509 Display a message and avoid other questions.
3510
3511 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3512
3513 * pcomplete.el (pcomplete-show-completions): Improve last change, so
3514 as not to use an invisible window and to create a window if none exist.
3515
3516 * progmodes/python.el (python-send-command): Restart proc if necessary.
3517 (python-proc): Simplify.
3518
3519 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
3520
3521 * pcomplete.el (pcomplete-show-completions): Search all frames for
3522 completions buffer.
3523
3524 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
3525
3526 * cus-edit.el (customize-save-variable): Clear customized-value
3527 property (saved values are now put in theme-value property).
3528 (customize-set-variable): Doc fix.
3529
3530 * complete.el (PC-do-completion): If completion-ignore-case is
3531 non-nil, replace field with completion string before exiting.
3532
3533 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
3534
3535 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
3536 Append its extension to the resulting temporary file name.
3537 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
3538
3539 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
3540 (tramp-smb-handle-write-region): Apply it.
3541
3542 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3543
3544 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3545 Redo previous change.
3546
3547 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3548
3549 * diff-mode.el (diff-mode): Doc fix.
3550
3551 2007-03-05 Kenichi Handa <handa@m17n.org>
3552
3553 * international/characters.el: Set category `l' (latin)
3554 for more characters.
3555
3556 2007-03-04 Kim F. Storm <storm@cua.dk>
3557
3558 * emacs-lisp/authors.el (authors-aliases): Add alias.
3559
3560 2007-03-04 Glenn Morris <rgm@gnu.org>
3561
3562 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
3563 all when switching major mode.
3564 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
3565 (hs-block-start-mdata-select, hs-block-end-regexp)
3566 (hs-forward-sexp-func, hs-adjust-block-beginning):
3567 Do not make these variables permanent-local.
3568
3569 2007-03-04 Richard Stallman <rms@gnu.org>
3570
3571 * progmodes/cperl-mode.el (cperl-mode):
3572 Modify cperl-compilation-error-regexp-alist by appending.
3573
3574 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
3575 (edebug-mode): Add the hook.
3576 (edebug-recursive-edit): Remove the hook on exiting.
3577
3578 * type-break.el (type-break-get-previous-time):
3579 Handle end-of-file errors specially
3580 so they don't get reported wrong in .emacs.
3581
3582 * startup.el (fancy-splash-text): Clarify text.
3583
3584 * simple.el (beginning-of-buffer, end-of-buffer):
3585 Avoid treating plain C-u like numeric arg.
3586
3587 * simple.el (completion-setup-function): Don't set
3588 default-directory to nil.
3589
3590 * shell.el (shell-dirstack-query): Doc fix.
3591
3592 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3593 Don't select the window -- pass it to primitives instead.
3594
3595 * faces.el (minibuffer-prompt): Use medium blue by default.
3596
3597 2007-03-04 David Kastrup <dak@gnu.org>
3598
3599 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
3600 Preserve 16 as default value for "seconds" when customizing.
3601
3602 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
3603
3604 * textmodes/org.el (org-self-insert-command)
3605 (orgtbl-self-insert-command, org-delete-char)
3606 (org-delete-backward-char): Set the `flyspell-delayed' property.
3607
3608 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
3609
3610 * international/mule.el (find-auto-coding): Don't search for
3611 line-ending characters past the end of the tail.
3612
3613 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
3614
3615 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
3616 Jump to the line where new score has been uploaded.
3617
3618 * play/tetris.el (tetris-move-bottom, tetris-move-left)
3619 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
3620 Do nothing when the game is paused.
3621
3622 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
3623
3624 * textmodes/org.el (org-set-tags): Prevent slipping of point
3625 during completion.
3626
3627 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
3628
3629 * isearch.el (isearch-message-prefix):
3630 Use minibuffer-prompt-properties.
3631
3632 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3633
3634 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
3635 (ps-setup): Print which Emacsen is running ps-print package.
3636
3637 2007-03-01 Stuart Herring <herring@lanl.gov>
3638
3639 * files.el (set-auto-mode-0): Use `indirect-function'.
3640 (hack-one-local-variable): Don't reapply current major mode.
3641
3642 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
3643
3644 * progmodes/python.el (python-quote-syntax): Don't bother with
3645 syntax-ppss-context.
3646 (python-fill-paragraph): Make sure that fenced-string delimiters that
3647 stand on their own line stay there.
3648
3649 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
3650
3651 * replace.el (perform-replace): Propertize message.
3652
3653 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
3654
3655 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
3656 invisible heading.
3657
3658 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3659
3660 * net/tramp.el (tramp-file-name-handler): Revert last change.
3661
3662 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
3663
3664 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
3665 Correct doc strings.
3666
3667 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3668
3669 * replace.el (perform-replace): Undo forward-char immediately if
3670 non-adjacent search fails.
3671
3672 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3673
3674 * version.el (emacs-major-version, emacs-minor-version):
3675 string-to-int -> string-to-number.
3676
3677 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
3678
3679 * help.el (where-is): Fail gracefully when not passed a command.
3680
3681 2007-02-28 Stuart Herring <herring@lanl.gov>
3682
3683 * find-lisp.el (find-lisp-default-directory-predicate):
3684 Fix bug: Do symlink check on expanded filename.
3685
3686 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
3687
3688 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
3689 changes during replacement.
3690 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
3691
3692 2007-02-28 Lars Hansen <larsh@soem.dk>
3693
3694 * desktop.el: Delete header line listing me as maintainer.
3695
3696 2007-02-28 Glenn Morris <rgm@gnu.org>
3697
3698 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
3699 the menus case.
3700
3701 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3702
3703 * net/tramp.el (tramp-file-name-handler): Inhibit modification
3704 hooks to avoid confusion when combining after-change calls.
3705
3706 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
3707
3708 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
3709 now that pgg-gpg-process-region correctly honors passed-in passphrase.
3710 (allout-distinctive-bullets-string): Add info about bullet conventions.
3711 (allout-mode): Add info about distinctive vs plain bullets.
3712
3713 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
3714
3715 * textmodes/org.el (org-archive-subtree): Quote variable name.
3716 (org-agenda-get-todos): Make sure skip properties are checked correctly.
3717
3718 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
3719
3720 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
3721 (gud-bashdb-command-name, bashdb): Remove.
3722 (gud, gud-menu-map): Remove references to bash/bashdb.
3723
3724 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
3725
3726 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
3727 keyword for Python 2.5.
3728
3729 2007-02-26 Romain Francoise <romain@orebokech.com>
3730
3731 * net/net-utils.el (whois-server-tld): Update server for .org.
3732 (whois-server-list): Add whois.publicinterestregistry.net.
3733 (whois-guess-server): Fix formatting in docstring.
3734
3735 2007-02-26 Kim F. Storm <storm@cua.dk>
3736
3737 * mouse.el (mouse-show-mark): Run hooks and perform command
3738 remapping for mouse-region-delete-keys.
3739
3740 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3741
3742 * font-core.el (font-lock-mode): Doc fix.
3743
3744 2007-02-25 Kim F. Storm <storm@cua.dk>
3745
3746 * ido.el (ido-buffer-internal): Set this-command to fallback command.
3747 Add selected buffer to buffer-name-history.
3748 (ido-file-internal): Set this-command to fallback command.
3749 Add file names to file-name-history.
3750
3751 * emacs-lisp/map-ynp.el (map-y-or-n-p):
3752 Apply minibuffer-prompt-properties.
3753
3754 2007-02-25 Andreas Schwab <schwab@suse.de>
3755
3756 * files.el (hack-one-local-variable-eval-safep): Correct handling
3757 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
3758
3759 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
3760
3761 * textmodes/org.el (org-table-overlay-coordinates)
3762 (org-table-toggle-coordinate-overlays): New functions.
3763 (org-table-overlay-coordinates, org-table-coordinate-overlays):
3764 New variables.
3765 (org-startup-with-deadline-check): Remove option.
3766 (org-mode): Remove deadline check on startup.
3767 (org-table-limit-column-width): Remove option.
3768 (org-table-formula-numbers-only): Remove option.
3769 (org-link-style, org-link-format): Remove options.
3770 (org-select-agenda-window, org-fit-agenda-window): Remove options.
3771 (org-export-ascii-show-new-buffer)
3772 (org-export-html-show-new-buffer): Remove options.
3773 (org-activate-links): Remove camel option.
3774 (org-file-link-context-use-camel-case): Remove option.
3775 (org-camel-regexp): Remove variable.
3776 (org-activate-camels): Remove function.
3777 (org-store-link): Remove Camel stuff.
3778 (org-make-org-heading-camel): Remove function.
3779 (org-open-at-point): Remove camel stuff.
3780 (org-link-search): Remove camel stuff.
3781 (org-camel-to-words): Function removed.
3782 (org-get-agenda-file-buffer): Make sure we prepare the base
3783 buffers, not any indirect buffers.
3784 (org-sort-entries): Sort top-level when not on a headline, and no
3785 active region.
3786 (org-in-regexp): New function.
3787 (org-search-not-self): Rename from `org-search-not-link'.
3788 (org-open-link-marker): New variable.
3789 (org-open-at-point): Set `org-open-link-marker'.
3790 (org-print-icalendar-entries): Fixe bug with excluding DONE
3791 entries from the exported list.
3792 (org-edit-formula-lisp-indent): New command.
3793 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
3794 (orgtbl-to-latex, orgtbl-insert-radio-table)
3795 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
3796 (orgtbl-radio-table-templates): New option.
3797 (org-store-link-props):
3798 (org-remember-templates): More possibilities to insert info
3799 into templates.
3800 (org-remember-apply-template): Make use of the extended
3801 template capabilities.
3802 (org-remember-redo-template): New command.
3803 (org-upgrade-old-links)
3804 (org-table-modify-formulas, org-table-replace-in-formulas)
3805 (org-table-find-dataline)
3806 (org-table-get-vertical-vector): Remove functions.
3807 (org-table-remove-rectangle-highlight)
3808 (org-time-stamp-format, org-toggle-log-option)
3809 (org-table-highlight-rectangle)
3810 (org-table-iterate, org-table-make-reference):
3811 (org-translate-time, org-tree-to-indirect-buffer)
3812 (org-table-field-info, org-table-fix-formulas)
3813 (org-table-force-dataline, org-table-get-descriptor-line)
3814 (org-table-get-range)
3815 (org-skip-comments, org-sort)
3816 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
3817 (org-table-current-dline, org-table-current-field-formula)
3818 (org-table-edit-backward-field)
3819 (org-table-edit-formulas-post-command)
3820 (org-table-edit-line-down, org-table-edit-line-up)
3821 (org-agenda-archive)
3822 (org-agenda-clock-cancel)
3823 (org-agenda-clock-out, org-agenda-list-stuck-projects)
3824 (org-agenda-open-link, org-agenda-show-new-time)
3825 (org-agenda-skip-subtree-when-regexp-matches)
3826 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
3827 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
3828 (org-do-sort, org-file-image-p, org-find-overlays)
3829 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
3830 (org-highlight-until-next-command, org-isearch-end)
3831 (org-match-any-p, org-next-link, org-previous-link):
3832 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
3833 (org-rewrite-old-row-references)
3834 (org-isearch-post-command)
3835 (org-table-edit-move, org-table-edit-next-field)
3836 (org-table-edit-scroll, org-table-edit-scroll-down)
3837 (org-set-frame-title, org-show-reference)
3838 (org-unhighlight-once, org-verify-change-for-undo): New functions.
3839 (org-show-variable): Remove command.
3840 (org-add-log-maybe): New arguments STATE, FINDPOS
3841 (org-table-sort-lines): Rewrite from scratch.
3842 (org-link-search): New argument AVOID-POS.
3843 (org-print-icalendar-entries): Remove argument CATEGORY.
3844 (org-run-agenda-series): Remove argument WONDOW.
3845 (org-next-link, org-previous-link): New commands.
3846 (org-agenda-date-format): New option.
3847 (org-table-iterate): New command.
3848 (org-table-modify-formulas)
3849 (org-table-replace-in-formulas): Remove functions.
3850 (org-table-fix-formulas): New function.
3851 (org-table-insert-column, org-table-delete-column)
3852 (org-table-move-column): Use `org-table-fix-formulas'.
3853 (org-follow-gnus-link): Patch from Bastien/Leo.
3854 (org-table-current-field-formula): New function.
3855 (org-file-image-p): New function.
3856 (org-agenda-show-new-time): New function.
3857 (org-agenda-date-later): Call `org-agenda-show-new-time'.
3858 (org-with-remote-undo): New macro.
3859 (org-agenda-undo): New command.
3860 (org-verify-change-for-undo): New function.
3861 (org-time-stamp-format): New function.
3862 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
3863 by user.
3864 (org-match-any-p): New function.
3865 (org-make-tags-matcher): Handle regular expressions for tag and
3866 todo matches.
3867 (org-read-date): Accept "+N" as input for a date relative to the
3868 current date.
3869 (org-remove-subtree-entries-from-agenda): New function.
3870 (org-agenda-archive, org-agenda-kill):
3871 Use `org-remove-subtree-entries-from-agenda'.
3872 (org-do-sort, org-sort-entries): New functions.
3873 (org-sort): New command.
3874 (org-table-sort-lines): Use `org-do-sort'.
3875 (org-fix-decoded-time): New function.
3876 (org-table-number-regexp): Require 0x... to identify as number
3877 in tables.
3878 (org-startup-options): New keywords for note taking.
3879 (org-upgrade-old-links): Remove function.
3880 (org-get-repeat): New function.
3881 (org-show-context): Also show siblings on current level.
3882 (org-show-siblings): New function.
3883 (org-isearch-end, org-isearch-post-command): New functions.
3884 (org-show-siblings): New option.
3885 (org-show-context): Use `org-show-siblings'.
3886 (org-table-maybe-recalculate-line): No longer require `calc-eval'
3887 to be bound, because user may just use elisp.
3888
3889 2007-02-24 Kim F. Storm <storm@cua.dk>
3890
3891 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
3892 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
3893
3894 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
3895
3896 * startup.el (command-line): Also check if the abbrev file is readable.
3897
3898 2007-02-24 John Paul Wallington <jpw@pobox.com>
3899
3900 * net/tls.el (tls-certtool-program): Fix custom type.
3901
3902 * mail/feedmail.el (feedmail-message-id-generator)
3903 (feedmail-date-generator): Fix custom types.
3904
3905 * mail/rmail.el (rmail-message-filter): Fix custom type.
3906
3907 2007-02-24 Eli Zaretskii <eliz@gnu.org>
3908
3909 * startup.el (command-line): If simple.el cannot be found, proceed
3910 with a warning message.
3911
3912 2007-02-24 Kenichi Handa <handa@m17n.org>
3913
3914 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
3915 case that BEG is a string.
3916
3917 2007-02-24 Chris Moore <dooglus@gmail.com>
3918
3919 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3920 * pgg-pgp.el (pgg-pgp-encrypt-region):
3921 * pgg-gpg.el (pgg-gpg-encrypt-region):
3922 Check pgg-encrypt-for-me if no other recipients.
3923
3924 2007-02-23 Eli Zaretskii <eliz@gnu.org>
3925
3926 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
3927
3928 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
3929 shell-quote-argument.
3930
3931 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3932
3933 * comint.el (comint-read-input-ring): Use comint-input-ring-size
3934 from the comint buffer instead of the temporary one.
3935
3936 2007-02-23 David Reitter <david.reitter@gmail.com>
3937
3938 * cus-edit.el (custom-save-all): Canonicalize custom-file before
3939 storing it in recentf-exclude.
3940
3941 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
3942
3943 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
3944 in splash screen.
3945
3946 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
3947
3948 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
3949 commands, for restart.
3950 (idlwave-shell-current-module): Fix handling of module name by type.
3951 (idlwave-shell-break-in): Update type handling.
3952 (idlwave-shell-bp-get): Encode type in BP structure.
3953 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
3954 (idlwave-shell-module-source-query): Query routine info based on type.
3955 Fix path parsing for non-compiled files.
3956 (idlwave-shell-module-source-filter): Don't signal error in filter
3957 if no source found.
3958 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
3959 filter race.
3960
3961 2007-02-22 Kim F. Storm <storm@cua.dk>
3962
3963 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
3964 (editable-field): Document need to put some text before the %v
3965 escape in :format string.
3966
3967 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
3968
3969 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
3970 (vc-svn-use-edit): Remove unused config var.
3971 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
3972
3973 * outline.el (hide-sublevels): Keep empty last line, if available.
3974
3975 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
3976 rather than the corresponding unicode char, to make the code
3977 more readable.
3978
3979 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
3980
3981 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
3982 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
3983 (speedbar-item-info-tag-helper): Doc fixes.
3984
3985 2007-02-19 Kenichi Handa <handa@m17n.org>
3986
3987 * international/mule-cmds.el (locale-language-names):
3988 Map "eo" to "Esperanto".
3989
3990 * language/european.el ("Esperanto"): New language environment.
3991
3992 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
3993
3994 * simple.el (kill-line): Doc fix.
3995
3996 2007-02-17 Kim F. Storm <storm@cua.dk>
3997
3998 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
3999 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
4000 (bindat--unpack-group, bindat--pack-group):
4001 Handle vectors with optional element type.
4002
4003 2007-02-17 Daiki Ueno <ueno@unixuser.org>
4004
4005 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
4006 if PASSPHRASE is given.
4007
4008 2007-02-17 Chris Moore <dooglus@gmail.com>
4009
4010 * jka-cmpr-hook.el (jka-compr-compression-info-list):
4011 Recognize backups of bz2 compressed files.
4012
4013 2007-02-17 Eli Zaretskii <eliz@gnu.org>
4014
4015 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
4016 to nil to speed up lookup of the symbol in index nodes.
4017
4018 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4019
4020 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4021 Add indentation for the constants of Lisp.
4022
4023 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
4024
4025 * ps-print.el: Use (defvar <foo>) where applicable.
4026 (ps-print-emacs-type): Remove.
4027 (ps-x-frame-property, ps-e-frame-parameter): Remove.
4028 (ps-frame-parameter): Align its call-convention with frame-parameter.
4029 (ps-begin-job): Adjust calls to it appropriately.
4030 (ps-setup): Don't print ps-print-emacs-type.
4031 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
4032 Define in such a way that it's obvious that it's defined.
4033 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
4034 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
4035 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
4036
4037 2007-02-15 Alan Mackenzie <acm@muc.de>
4038
4039 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
4040 an empty one-line C-style comment, post-position point properly.
4041
4042 2007-02-15 Chris Moore <dooglus@gmail.com>
4043
4044 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
4045 (isearch-lazy-highlight-new-loop): Bind it.
4046 (isearch-lazy-highlight-search): Use it.
4047
4048 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
4049
4050 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
4051
4052 * font-lock.el (font-lock-extend-region-wholelines):
4053 Only return non-nil if the region has really been changed.
4054 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
4055
4056 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
4057
4058 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
4059 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
4060 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
4061
4062 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
4063
4064 * faces.el (color-values): Revert changes to docstring from
4065 2007-01-31 and 2000-09-07.
4066
4067 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
4068 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
4069 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
4070 (ispell-help): Fix typos in docstring and output message.
4071
4072 2007-02-14 Kim F. Storm <storm@cua.dk>
4073
4074 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
4075 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
4076 (grep): Fix lgrep reference.
4077
4078 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
4079 (standard-display-underline): Use make-glyph-code.
4080
4081 * descr-text.el (describe-char): Use glyph-char and glyph-face.
4082
4083 * international/latin1-disp.el (latin1-display-char):
4084 Use make-glyph-code.
4085
4086 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
4087
4088 * ehelp.el (with-electric-help, electric-help-exit)
4089 (electric-help-retain): Doc fixes.
4090
4091 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
4092 (byte-compile-file): Doc fixes.
4093
4094 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4095
4096 * term/mac-win.el: Change all uses of
4097 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
4098 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
4099 (mac-ae-get-url): Call select-frame-set-input-focus.
4100 (mac-dnd-handle-drag-n-drop-event): Don't call
4101 select-frame-set-input-focus.
4102
4103 2007-02-13 Kenichi Handa <handa@m17n.org>
4104
4105 * international/characters.el: Fix documentation of category `a'.
4106
4107 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
4108
4109 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
4110
4111 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
4112
4113 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
4114 (tramp-get-remote-ln): Handle error case.
4115 Reported by Chris Moore <dooglus@gmail.com>.
4116
4117 2007-02-11 Kim F. Storm <storm@cua.dk>
4118
4119 * bindings.el (ctl-x-map): Remove register compatibility bindings
4120 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
4121
4122 2007-02-11 Richard Stallman <rms@gnu.org>
4123
4124 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
4125 in load history.
4126
4127 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
4128 condition -- don't fail to stop at endpos.
4129
4130 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
4131
4132 * textmodes/org.el (org-agenda-get-todos)
4133 (org-agenda-get-timestamps, org-agenda-get-closed)
4134 (org-agenda-get-deadlines, org-agenda-get-scheduled)
4135 (org-agenda-get-blocks, org-format-agenda-item)
4136 (org-agenda-change-all-lines, org-scan-tags): Rename text property
4137 from `category' to `org-category'.
4138
4139 2007-02-11 Kenichi Handa <handa@m17n.org>
4140
4141 * international/titdic-cnv.el (titdic-convert): Force files be written
4142 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
4143 (miscdic-convert): Force files be written with Unix-like eol format.
4144
4145 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
4146
4147 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
4148
4149 * calculator.el (calculator-prompt): Doc fix.
4150 (calculator-mode-map): Fix typo in menu entry.
4151
4152 2007-02-10 Jay Belanger <belanger@truman.edu>
4153
4154 * calculator.el (calculator): Do more extensive checking for when
4155 3 lines should be used for the calculator.
4156
4157 2007-02-10 Eli Zaretskii <eliz@gnu.org>
4158
4159 * info-look.el (info-lookup-make-completions):
4160 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
4161 index nodes.
4162
4163 * info.el (Info-fontify-maximum-menu-size): Document the effect
4164 of a nil value.
4165 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
4166 non-nil before using it as size.
4167
4168 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
4169
4170 * subr.el (insert-for-yank-1): Prevent read-only properties from
4171 interfering with text property operations.
4172
4173 * image-mode.el (image-mode): Revert 2007-01-30 changes.
4174
4175 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
4176 (image-type-auto-detected-p): Fail if another match is found in
4177 auto-mode-alist.
4178
4179 * files.el (magic-mode-alist): Call image-mode instead of
4180 image-mode-maybe for autodetected images.
4181
4182 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
4183
4184 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
4185 Fix typos in docstrings.
4186 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
4187
4188 2007-02-09 Kim F. Storm <storm@cua.dk>
4189
4190 * emacs-lisp/float-sup.el: Remove obsolete comment.
4191
4192 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
4193
4194 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
4195
4196 2007-02-08 Karl Fogel <kfogel@red-bean.com>
4197
4198 * simple.el: Revert previous change, at request of RMS:
4199 (fundamental-mode-hook): Remove.
4200 (fundamental-mode): Run after-change-major-mode-hooks manually,
4201 and don't run the now-nonexistent fundamental-mode-hook.
4202
4203 2007-02-08 Karl Fogel <kfogel@red-bean.com>
4204
4205 * simple.el (fundamental-mode-hook): Declare new hook.
4206 (fundamental-mode): Run the new dedicated hook, and don't run
4207 after-change-major-mode-hooks manually anymore.
4208
4209 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
4210
4211 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
4212 added columns of chars. Remove support for the "no-meta-info" format.
4213 Prompted by Romain Francoise <romain@orebokech.com>.
4214
4215 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
4216
4217 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
4218 (gdb-mouse-until, gdb-mouse-jump): Use it.
4219
4220 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
4221
4222 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
4223 work when there is just an assembler buffer (no source buffer).
4224
4225 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
4226
4227 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
4228 just because the diff was produced using "-p" (--show-c-function).
4229
4230 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
4231
4232 * faces.el (frame-set-background-mode): Use `color-values' and
4233 `display-color-p', not `x-color-values' and `x-display-color-p'.
4234 (face-valid-attribute-values): Use `defined-colors' instead of
4235 `x-defined-colors'.
4236
4237 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4238
4239 * ps-print.ps: The ps-print commands without face printing should not
4240 print background color. Reported by Leo <sdl.web@gmail.com>.
4241 (ps-print-version): New version 6.7.3.
4242 (ps-begin-job): New arg. Fix ps-default-background and
4243 ps-default-foreground initialization.
4244 (ps-face-attributes): Fix doc string.
4245 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
4246
4247 * printing.el: Fix ps-print link.
4248
4249 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
4250
4251 * faces.el (face-set-after-frame-default): Compile attributes to
4252 be set by frame parameters before merging in X resources.
4253
4254 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
4255
4256 * simple.el (blink-matching-paren-dont-ignore-comments):
4257 (blink-matching-paren-on-screen): Doc fixes.
4258
4259 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
4260
4261 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
4262
4263 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
4264
4265 * loadhist.el (unload-feature): Silently ignore `load-history' entries
4266 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
4267 entries like `defun'. Return nil.
4268
4269 2007-02-05 Kim F. Storm <storm@cua.dk>
4270
4271 * ido.el: Doc fixes.
4272
4273 2007-02-04 David Kastrup <dak@gnu.org>
4274
4275 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
4276 `mpuz-allow-double-multiplicator' is non-zero, and correct
4277 calculation of `min'.
4278
4279 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
4280
4281 * wid-edit.el (widget-default-create): Insert new text at the
4282 :from marker _after_ the marker, not before it.
4283
4284 2007-02-04 Alan Mackenzie <acm@muc.de>
4285
4286 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
4287 containing it is re-indented.
4288
4289 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
4290
4291 * net/newsticker.el (newsticker--insert-image): Update docstring,
4292 and insert the image directly.
4293 (newsticker--buffer-redraw): Update docstring.
4294
4295 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4296 Rename from define-global-minor-mode.
4297
4298 * progmodes/cwarn.el (global-cwarn-mode):
4299 * emacs-lisp/autoload.el (make-autoload):
4300 * hi-lock.el (global-hi-lock-mode):
4301 * font-core.el (global-font-lock-mode): All callers changed.
4302
4303 2007-02-03 Eli Zaretskii <eliz@gnu.org>
4304
4305 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
4306 Don't copy @ignore lines into menu descriptions.
4307 (texinfo-multi-file-update): Goto the @node line before attempting
4308 to pluck the node name.
4309 (texinfo-multiple-files-update): Reverse the optional arguments'
4310 order, as per the doc string and the `interactive' form.
4311
4312 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
4313
4314 * image-mode.el: Use autoload to avoid overriding disabled setting
4315 applied in .emacs.
4316
4317 2007-02-03 Alan Mackenzie <acm@muc.de>
4318
4319 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
4320 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
4321 adjacent paren groups).
4322
4323 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4324
4325 * progmodes/ebnf2ps.el: Doc fixes.
4326 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
4327
4328 2007-02-02 Eli Zaretskii <eliz@gnu.org>
4329
4330 * dired-x.el (dired-do-relsymlink): Add reference to
4331 dired-do-symlink. Add an autoload cookie.
4332
4333 * dired-aux.el (dired-do-symlink): Add reference to
4334 dired-do-relsymlink.
4335
4336 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
4337
4338 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
4339 <left-fringe mouse-3>: New bindings.
4340
4341 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
4342
4343 * newsticker.el (newsticker-version): Changed to "1.10".
4344 (newsticker--set-customvar): Doc string.
4345 (newsticker-new-item-face): Doc string.
4346 (newsticker-mode): Initialize `invisibility-spec' with t.
4347 (newsticker-mode-map): Added
4348 `newsticker-mark-all-items-at-point-as-read'.
4349 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
4350 (newsticker-w3m-show-inline-images): Do not call
4351 `w3m-remove-image'.
4352 (newsticker--buffer-after-w3m-insert-image): New advice for
4353 w3m-insert-image to cache images.
4354 (newsticker-next-item-same-feed): New.
4355 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
4356 (newsticker-mark-all-items-of-feed-as-read): New.
4357 (newsticker-mark-all-items-at-point-as-read): Use new functions.
4358 (newsticker-mark-item-at-point-as-read): Doc string.
4359 (newsticker-mark-item-at-point-as-read): Use new functions.
4360 (newsticker--do-mark-item-at-point-as-read): New, extracted from
4361 `newsticker-mark-item-at-point-as-read'.
4362 (newsticker-hide-entry): Use (t) instead of t for invisibility.
4363 (newsticker--sentinel): Yet another xml-parser workaround.
4364 (newsticker--decode-iso8601-date): Bugfix for datestrings without
4365 days.
4366 (newsticker--buffer-do-insert-text): Fix.
4367 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
4368 (newsticker--buffer-make-item-completely-visible):
4369 `switch-to-buffer' not necessary.
4370
4371 2007-02-02 Eli Zaretskii <eliz@gnu.org>
4372
4373 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
4374 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
4375 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
4376 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
4377 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
4378
4379 2007-02-02 Kenichi Handa <handa@m17n.org>
4380
4381 * international/quail.el (quail-show-key): Fix an error message.
4382
4383 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
4384
4385 * faces.el (set-face-underline-p, modify-face): Rename arg
4386 UNDERLINE-P to UNDERLINE (it is not a flag).
4387
4388 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
4389
4390 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
4391 when adding gdb-speedbar-update to gdb-input-queue.
4392
4393 2007-02-01 Kenichi Handa <handa@m17n.org>
4394
4395 * international/quail.el (quail-show-key): Signal an error if the
4396 current input method is not using Quail.
4397
4398 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
4399
4400 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
4401 Trim leading whitespace in sysvar names.
4402
4403 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
4404
4405 * faces.el (internal-find-face, internal-get-face): Doc fixes.
4406
4407 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
4408
4409 * ido.el (ido-set-common-completion): Use `let', not `let*'.
4410
4411 2007-01-31 Romain Francoise <romain@orebokech.com>
4412
4413 * comint.el: Delete extra copy of `comint-copy-old-input' added in
4414 previous change to this file.
4415
4416 2007-01-31 Jason Rumney <jasonr@gnu.org>
4417
4418 * files.el (magic-mode-alist): Use image-mode-maybe rather than
4419 image-mode.
4420
4421 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
4422 interfering with attempt to set major mode from modified
4423 auto-mode-alist.
4424
4425 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
4426
4427 * faces.el (color-values): Doc fix.
4428 (face-differs-from-default-p): Don't check :foreground twice.
4429
4430 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
4431
4432 * comint.el (comint-mode): Prevent non-keyword fontification by default.
4433
4434 2007-01-31 Kenichi Handa <handa@m17n.org>
4435
4436 * international/quail.el (quail-store-decode-map-key): Store a
4437 translated character too.
4438 (quail-char-equal-p): New function.
4439 (quail-find-key1): Check character equality by quail-char-equal-p.
4440 (quail-decode-map-generated): New variable.
4441 (quail-find-key): Check quail-decode-map-generated and re-generate
4442 a decode map if necessary.
4443
4444 2007-01-30 Richard Stallman <rms@gnu.org>
4445
4446 * tutorial.el (tutorial--detailed-help): Make the list of
4447 changed keys look nicer.
4448
4449 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
4450
4451 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
4452 (gdb-var-delete): Use it.
4453 (gdb-var-update-handler-1): Handle value "invalid" for MI field
4454 `in_scope'.
4455
4456 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
4457
4458 * files.el (get-free-disk-space): Return nil for remote directories.
4459
4460 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
4461 instead of "dir".
4462
4463 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
4464
4465 * type-break.el (type-break-catch-up-event): New function.
4466 (type-break-demo-hanoi, type-break-demo-life)
4467 (type-break-demo-boring): Use it.
4468
4469 * image-mode.el (image-mode): Don't automatically view as image.
4470 (image-toggle-display): Add `disabled' property.
4471
4472 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
4473
4474 * isearchb.el (isearchb-iswitchb):
4475 * ps-print.el (ps-build-face-reference):
4476 * emacs-lisp/shadow.el (list-load-path-shadows):
4477 * eshell/esh-cmd.el (eshell-rewrite-for-command):
4478 * international/mule.el (find-auto-coding):
4479 * mail/supercite.el (sc-attrib-selection-list):
4480 * progmodes/cc-defs.el (c-emacs-features):
4481 * progmodes/cc-vars.el (c-offsets-alist):
4482 * progmodes/flymake.el
4483 (flymake-init-create-temp-source-and-master-buffer-copy):
4484 Fix typos in docstrings (some suggested by Chris Moore).
4485
4486 * progmodes/vhdl-mode.el (vhdl-components-package-name)
4487 (vhdl-get-library-unit, vhdl-corresponding-begin)
4488 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
4489 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
4490 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
4491 (vhdl-font-lock-match-item): Fix typos in docstrings.
4492 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
4493 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
4494 (vhdl-speedbar-insert-project-hierarchy):
4495 Improve argument/docstring consistency.
4496
4497 2007-01-29 Kenichi Handa <handa@m17n.org>
4498
4499 * international/titdic-cnv.el (py-converter): Fix previous change.
4500
4501 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
4502
4503 * jka-compr.el (jka-compr-partial-uncompress)
4504 (jka-compr-call-process): Rebind default-directory if it is
4505 invalid. Suggested by Chris Moore.
4506
4507 * comint.el (comint-insert-input): Handle situation where the
4508 selected buffer is not the clicked buffer.
4509
4510 2007-01-29 Kenichi Handa <handa@m17n.org>
4511
4512 * international/ja-dic-cnv.el (skkdic-convert):
4513 Add byte-compile-disable-print-circle:t at the head.
4514
4515 * international/titdic-cnv.el (tit-process-header):
4516 Add byte-compile-disable-print-circle:t at the head.
4517 (miscdic-convert): Likewise.
4518 (py-converter): Skip the header comments.
4519
4520 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
4521 New variable.
4522 (byte-compile-output-file-form): Bing print-circle to nil if
4523 byte-compile-output-file-form is not nil.
4524 (byte-compile-output-docform): Likewise.
4525
4526 2007-01-28 Kim F. Storm <storm@cua.dk>
4527
4528 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
4529 Declare earlier to avoid byte compiler warnings.
4530
4531 2007-01-28 Markus Triska <markus.triska@gmx.at>
4532
4533 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
4534
4535 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
4536
4537 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
4538 (gamegrid-add-score-with-update-game-score-1): Allow local quits
4539 when calling update-game-score program. Remove unnecessary
4540 save-excursion.
4541
4542 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
4543
4544 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
4545
4546 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
4547 avoid compiler warning.
4548 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
4549 might have values other than "true" or "false".
4550
4551 2007-01-28 Richard Stallman <rms@gnu.org>
4552
4553 * textmodes/fill.el (fill-paragraph-function): Doc fix.
4554 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
4555
4556 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
4557
4558 * image.el (image-type-header-regexps): Make GIF regex more specific.
4559
4560 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
4561 Don't check `backspace'.
4562 (tutorial--find-changed-keys): Look up bindings in a temp buffer
4563 in Fundamental mode.
4564
4565 * startup.el (fancy-splash-text, normal-splash-screen):
4566 Mention C-g.
4567
4568 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
4569 when inserting in buffer.
4570
4571 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
4572 inside the if.
4573
4574 2007-01-27 Richard Stallman <rms@gnu.org>
4575
4576 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
4577
4578 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
4579
4580 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
4581 enum/union/struct/class definition.
4582 Revert change to call `forward-sexp' multiple times.
4583
4584 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
4585
4586 * files.el (hack-local-variables-confirm): Don't keep trying to
4587 read an event from an empty kbd macro.
4588
4589 2007-01-27 Eli Zaretskii <eliz@gnu.org>
4590
4591 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
4592
4593 2007-01-27 Ben North <ben@redfrontdoor.org>
4594
4595 * outline.el (outline-promote, outline-demote): Doc fix. Rename
4596 the arg CHILDREN -> WHICH.
4597
4598 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
4599
4600 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
4601 default-directory to a sane value when calling start-process.
4602
4603 2007-01-27 Eli Zaretskii <eliz@gnu.org>
4604
4605 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
4606 (ls-lisp-format-time-list): Doc fix. Mention
4607 ls-lisp-use-localized-time-format.
4608 (ls-lisp-format-time): Use ls-lisp-format-time-list if
4609 ls-lisp-use-localized-time-format is non-nil, even if a valid
4610 locale is defined.
4611
4612 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
4613
4614 * jka-compr.el (jka-compr-shell): Doc fix.
4615
4616 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
4617
4618 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4619
4620 * ps-print.ps: Fix background height.
4621 (ps-print-version): New version 6.7.2.
4622
4623 2007-01-26 Eli Zaretskii <eliz@gnu.org>
4624
4625 * makefile.w32-in (finder-data, custom-deps): Depend on
4626 $(lisp)/loaddefs.el.
4627
4628 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
4629
4630 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
4631
4632 2007-01-24 Miles Bader <miles@gnu.org>
4633
4634 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
4635 (byte-compile-output-docform): Bind `print-circle' to t.
4636
4637 2007-01-24 Kenichi Handa <handa@m17n.org>
4638
4639 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
4640 file name of the original SKK dictionary file.
4641
4642 2007-01-24 Kim F. Storm <storm@cua.dk>
4643
4644 * ido.el (ido-initial-position): New variable.
4645 (ido-read-internal): Set it if default item is specified.
4646 (ido-minibuffer-setup): Position cursor accordingly if set.
4647 (ido-edit-input): C-e moves to end of input if not already there.
4648 (ido-magic-backward-char): C-b does like M-b if prev char is /.
4649 Don't switch to buffer mode if repeating C-b at start of input.
4650 (ido-toggle-ignore): C-a only toggles ignore at start or end of
4651 input; else it moves to start of input.
4652 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
4653 not at end of input, delete rest of input, rather than normal op.
4654
4655 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
4656
4657 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
4658
4659 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
4660 of message. Activate mark.
4661 (ediff-activate-mark): Set transient-mark-mode to t.
4662
4663 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
4664
4665 2007-01-23 Martin Rudalics <rudalics@gmx.at>
4666
4667 * help-fns.el (describe-variable): Don't suppress display of
4668 buffer local value when the value is "large".
4669
4670 2007-01-22 Kim F. Storm <storm@cua.dk>
4671
4672 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
4673 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
4674 (ido-tidy): Use ido-active.
4675
4676 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
4677
4678 * hexl.el (hexl-mode-exit): Add missing quote.
4679
4680 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4681
4682 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
4683 (mac-ae-keyboard-modifiers): New function.
4684 (mac-handle-toolbar-switch-mode): Use it.
4685 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
4686 if keyboard modifiers on drop contain option key.
4687 (mac-dnd-drop-data): Add optional argument `action'.
4688 (special-event-map): Remove binding for M-drag-n-drop.
4689
4690 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
4691
4692 * add-log.el (add-log-current-defun): Use CC Mode functions to
4693 find the beginning and end of a defun.
4694
4695 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
4696
4697 * progmodes/gdb-ui.el (gdb-var-create-regexp)
4698 (gdb-var-create-handler): Handle value field in GDB output of
4699 -var-create.
4700 (gdb-max-frames): New variable.
4701 (gdb-stack-buffer, gdb-frames-select): Use it.
4702 (gdb-info-stack-custom): Help user customize gdb-max-frames,
4703 if necessary.
4704 (gdb-get-frame-number): Simplify.
4705
4706 2007-01-21 Glenn Morris <rgm@gnu.org>
4707
4708 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
4709 Update copyrights.
4710
4711 2007-01-21 Alan Mackenzie <acm@muc.de>
4712
4713 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
4714 handling of K&R stuff.
4715
4716 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4717
4718 * textmodes/bibtex.el (bibtex-files): Fix customization type.
4719
4720 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4721
4722 * ps-print.el: Handle frame parameters (background and/or foreground
4723 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
4724 (ps-print-version): New version 6.7.1.
4725 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
4726 (ps-frame-parameter): New fun.
4727 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
4728 Fix doc and customization.
4729 (ps-begin-job): Get frame parameters (background and/or foreground
4730 colors).
4731 (ps-do-despool): Ensure ps-printer-name has a valid value.
4732
4733 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
4734
4735 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
4736 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
4737 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
4738 mean unlimited.
4739
4740 2007-01-20 Alan Mackenzie <acm@muc.de>
4741
4742 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
4743 much more rigorous analysis of putative K&R regions.
4744
4745 2007-01-20 Alan Mackenzie <acm@muc.de>
4746
4747 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
4748 New functions.
4749
4750 2007-01-20 Alan Mackenzie <acm@muc.de>
4751
4752 * progmodes/cc-align.el, progmodes/cc-cmds.el,
4753 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4754 * progmodes/cc-langs.el, progmodes/cc-styles.el,
4755 * progmodes/cc-vars.el: Add my name.
4756
4757 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
4758
4759 * files.el (find-alternate-file): Revert query message to Emacs 21
4760 version.
4761
4762 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
4763
4764 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
4765 the doc string how to use personal abbrevs without electric
4766 keywords.
4767
4768 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4769
4770 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
4771 Fixed cursor position when toggle abbreviated display.
4772
4773 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
4774
4775 * t-mouse.el: Update copyright following assignment by
4776 Alessandro Rubini.
4777
4778 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
4779
4780 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
4781 (type-break-demo-boring): Call read-event instead of read-char.
4782
4783 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
4784
4785 * progmodes/compile.el: Add handling for makepplog.
4786
4787 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4788
4789 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
4790 aspell dictionaries are initialized when called non-interactively.
4791
4792 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
4793
4794 * progmodes/compile.el (compilation-loop): New arg limit.
4795 Handle case where the first error is at point-min.
4796 (compilation-next-error): New arg to compilation-loop call.
4797
4798 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
4799
4800 * info.el (Info-default-dirs): Change default info dir to
4801 share/info.
4802
4803 * paths.el (Info-default-directory-list): Ditto.
4804
4805 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
4806
4807 * hexl.el (hexl-before-revert-hook): New function.
4808 (hexl-mode): Use it.
4809 (hexl-after-revert-hook): Just call hexl-mode.
4810 (hexl-mode-exit): Remove before-revert-hook.
4811
4812 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
4813
4814 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
4815
4816 2007-01-16 Martin Rudalics <rudalics@gmx.at>
4817
4818 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
4819 by "-" in francais7 otherchars entry.
4820 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
4821 otherchars entry.
4822
4823 2007-01-15 Karl Fogel <kfogel@red-bean.com>
4824
4825 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
4826 path. Rewrite function in `cond' style for readability.
4827
4828 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
4829 (The path shortening, that is, not the rearrarangement.)
4830
4831 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4832
4833 * term/mac-win.el (mac-ae-quit-application): New function.
4834 (mac-apple-event-map): Bind "quit application" Apple event to it.
4835
4836 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
4837
4838 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
4839 than the program's output.
4840
4841 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
4842
4843 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
4844 (kmacro-start-macro-or-insert-counter)
4845 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
4846 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
4847
4848 * longlines.el (longlines-show-hard-newlines):
4849 * ruler-mode.el (ruler-mode-ruler):
4850 * emulation/keypad.el (keypad-setup):
4851 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
4852 Fix typo in docstring.
4853
4854 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
4855
4856 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
4857 Remove redirect character ">".
4858
4859 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
4860
4861 * replace.el (perform-replace): Remove leftover code.
4862
4863 2007-01-12 Richard Stallman <rms@gnu.org>
4864
4865 * replace.el (perform-replace): Don't clear NODENT when computing
4866 the replacement string.
4867
4868 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
4869
4870 * net/tramp.el (tramp-handle-file-local-copy):
4871 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
4872 <christopher.ian.moore@gmail.com>.
4873
4874 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4875
4876 * diff-mode.el (diff-sanity-check-context-hunk-half)
4877 (diff-sanity-check-hunk): New functions.
4878 (diff-find-source-location): Use'em to check the hunks are well-formed.
4879
4880 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
4881 activate undo when undo is not active.
4882 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
4883
4884 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4885
4886 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
4887 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
4888 (ffap-url-at-point): Use char-classes rather than "a-z".
4889
4890 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
4891
4892 * ediff-init.el (ediff-autostore-merges):
4893 * textmodes/fill.el (fill-region): Doc fix.
4894
4895 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4896
4897 * server.el (server-ensure-safe-dir): UIDs may be floats.
4898
4899 2007-01-10 Richard Stallman <rms@gnu.org>
4900
4901 * battery.el (battery-linux-proc-acpi): Use ignore-errors
4902 around calls to directory-files.
4903
4904 * subr.el (momentary-string-display): Use save-excursion.
4905
4906 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
4907 argument, but read it as `X' does.
4908
4909 2007-01-09 Juri Linkov <juri@jurta.org>
4910
4911 * info.el (Info-fontify-node): Don't hide node names of index entries.
4912
4913 * faces.el (momentary): Change :group to basic-faces where all
4914 basic faces belong to. Add :version.
4915
4916 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
4917
4918 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
4919 keybinding is found.
4920 (tutorial--find-changed-keys): Never treat null keybinding as a
4921 remapping.
4922
4923 2007-01-09 Martin Rudalics <rudalics@gmx.at>
4924
4925 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
4926
4927 2007-01-09 Kenichi Handa <handa@m17n.org>
4928
4929 * international/mule-cmds.el
4930 (select-safe-coding-system-interactively): Fix message.
4931
4932 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
4933
4934 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
4935 (tramp-process-actions): Add optional parameter TIMEOUT.
4936 (tramp-open-connection-telnet, tramp-open-connection-rsh)
4937 (tramp-open-connection-su): Add timeout of 60".
4938
4939 2007-01-09 Richard Stallman <rms@gnu.org>
4940
4941 * progmodes/compile.el (compile): Doc fix.
4942
4943 2007-01-09 Markus Triska <markus.triska@gmx.at>
4944
4945 * tumme.el (tumme-display-thumb): Doc fix.
4946
4947 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
4948
4949 * battery.el (battery-search-for-one-match-in-files):
4950 * bindings.el (mode-line-minor-mode-help):
4951 * x-dnd.el (x-dnd-types-alist):
4952 * calendar/icalendar.el (icalendar-import-buffer):
4953 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
4954
4955 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
4956
4957 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
4958
4959 * replace.el (replace-regexp): Fix typo in docstring.
4960
4961 2007-01-07 Alan Mackenzie <acm@muc.de>
4962
4963 * progmodes/cc-langs.el (c-operators, c-filter-ops):
4964 Amend doc-string and comments.
4965
4966 2007-01-06 Eli Zaretskii <eliz@gnu.org>
4967
4968 * files.el (abbreviate-file-name): Doc fix.
4969
4970 2007-01-06 Markus Triska <triska@gmx.at>
4971
4972 * subr.el (split-string): Remove spurious ")" from doc string.
4973
4974 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
4975
4976 * textmodes/table.el (table--warn-incompatibility):
4977 Use display-warning instead of momentary-string-display.
4978
4979 2007-01-05 Richard Stallman <rms@gnu.org>
4980
4981 * image.el (image-type-header-regexps): Recognize xbm more strictly.
4982
4983 * simple.el (backward-kill-word): Doc fix.
4984
4985 2007-01-05 Romain Francoise <romain@orebokech.com>
4986
4987 * international/mule.el (sgml-html-meta-auto-coding-function):
4988 Ensure that the buffer contains a HTML document.
4989
4990 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4991
4992 * faces.el (momentary): Move here ...
4993 * subr.el (momentary): ... from here.
4994
4995 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
4996
4997 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
4998 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
4999 large structures/arrays.
5000
5001 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
5002
5003 * files.el (find-file-noselect-1, set-visited-file-name):
5004 Allow backup-enable-predicate to be nil.
5005
5006 2007-01-04 Andreas Schwab <schwab@suse.de>
5007
5008 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
5009 last change.
5010
5011 2007-01-03 Richard Stallman <rms@gnu.org>
5012
5013 * woman.el (woman-decode-buffer): Clarify error message.
5014
5015 2007-01-03 Alan Mackenzie <acm@muc.de>
5016
5017 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
5018
5019 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
5020
5021 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
5022
5023 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
5024
5025 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
5026
5027 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
5028
5029 * emulation/viper.el (viper-custom-file-name, viper-mode):
5030 Fix typos in docstrings.
5031
5032 * subr.el (momentary-string-display): After moving point, set POS
5033 variable to it to avoid later errors once the buffer is modified.
5034 Doc fix.
5035
5036 2007-01-02 Alan Mackenzie <acm@muc.de>
5037
5038 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
5039 check that the "*/" is present before trying to manipulate it.
5040
5041 2007-01-02 Richard Stallman <rms@gnu.org>
5042
5043 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
5044
5045 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
5046 Fix format of value.
5047
5048 * cus-edit.el (customize-unsaved): Rename from customize-customized.
5049 Change messages accordingly.
5050 (customize-customized): Now alias.
5051
5052 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
5053
5054 * files.el (version-control): Doc fix.
5055
5056 2007-01-01 Alan Mackenzie <acm@muc.de>
5057
5058 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
5059 Check the format of c-state-cache is valid for an optimisation before
5060 using it.
5061
5062 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
5063 are at a statement within a macro". Other changes so that only
5064 the first continuation line in a macro gets the symbol
5065 `cpp-define-intro', the others getting `statement', or whatever.
5066
5067 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
5068 a string, preserve whitespace. Add a backslash only when also in
5069 a macro.
5070
5071 * progmodes/cc-defs.el: Correct typos.
5072
5073 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
5074 new line after an escaped EOL in a string.
5075
5076 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
5077 label when it directly follows "else", "do", ....
5078
5079 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
5080 angle brackets (as seen in "explicit specialisations" of C++
5081 templates).
5082
5083 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
5084 in the doc-string.
5085
5086 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
5087 when the comment ender looks like "=========*/" and is alone on
5088 its line.
5089
5090 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
5091 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
5092 for the old name.
5093
5094 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
5095 c-\(beginning\|end\)-of-defun by default.
5096
5097 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
5098 New line-up function, for the DEFUN macro in the Emacs C sources.
5099 Only used in "gnu" style.
5100
5101 * progmodes/cc-styles.el (c-style-alist): Use this new function in
5102 the "gnu" style.
5103
5104 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
5105 clean-up comment-close-slash also to work when there's a comment
5106 terminator on the line.
5107 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
5108 these for large arg - only take account of top level {..}, except
5109 for initial and final adjustments. M-- C-M-[ae] now go to the
5110 right defuns when the starting point is between defuns. They use
5111 the four new functions:
5112 (c-in-function-trailer-p, c-where-wrt-brace-construct)
5113 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
5114 support c-\(beginning\|end\)-of-defun.
5115
5116 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
5117 expressions more rigorously, to exclude bit-field specifiers from
5118 being classed as labels.
5119 (c-forward-label): When analyzing a ":" within a macro, be careful
5120 about using c-forward-syntactic-ws at the macro beginning.
5121 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
5122 stmt boundary, check for "operator=", etc.
5123
5124 * progmodes/cc-mode.el (c-postprocess-file-styles):
5125 Bind inhibit-read-only to t, around the call to
5126 c-remove-any-local-eval-or-mode-variables, so that it works on a
5127 RO file.
5128
5129 * progmodes/cc-defs.el (c-version): Update the version number to
5130 "5.31.4".
5131
5132 2007-01-01 Richard Stallman <rms@gnu.org>
5133
5134 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
5135 only if we restored isearch-window-configuration.
5136
5137 2006-12-31 Romain Francoise <romain@orebokech.com>
5138
5139 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
5140
5141 2006-12-31 Kim F. Storm <storm@cua.dk>
5142
5143 * files.el (auto-mode-case-fold): New defcustom.
5144 (set-auto-mode): If non-nil, perform second case-sensitive pass
5145 through auto-mode-alist if first pass failed.
5146
5147 2006-12-30 Richard Stallman <rms@gnu.org>
5148
5149 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
5150
5151 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
5152
5153 * allout.el (allout-encrypt-string): Handle symmetric-key
5154 passphrase caching but leave keypair caching to pgg.
5155
5156 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
5157
5158 Sync with Tramp 2.0.55.
5159
5160 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
5161 `integerp'. `char-equal' could fail else in case of negative
5162 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
5163 (top): Check for `font-lock-add-keywords' before calling; it
5164 doesn't exist under XEmacs.
5165 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
5166 (tramp-completion-mode): Remove clause (not
5167 tramp-unified-filenames), because the function is called in other
5168 context too, where this check results in wrong results in the
5169 XEmacs case on Windows.
5170 (tramp-touch): UTC handling is not possible for XEmacs.
5171
5172 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5173
5174 * scroll-bar.el (previous-scroll-bar-mode): New variable
5175 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
5176 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
5177
5178 * term/x-win.el: Set scroll bar mode to right if set by X resources.
5179
5180 2006-12-30 Richard Stallman <rms@gnu.org>
5181
5182 * files.el (make-backup-file-name-1): Precompute abs name
5183 but don't lose the relative name.
5184
5185 * international/mule-cmds.el (select-safe-coding-system-interactively):
5186 Fix message.
5187
5188 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
5189
5190 * files.el (backup-buffer): Show entire backup file name in msg.
5191
5192 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
5193
5194 * image.el (image-type-header-regexps, image-type-from-data)
5195 (image-type-from-buffer, image-type-from-file-header):
5196 Revert changes from 2006-12-26.
5197 (image-type-auto-detectable): New variable.
5198 (image-type-auto-detected-p): New function.
5199
5200 * files.el (magic-mode-alist): Detect image files with
5201 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
5202
5203 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
5204
5205 * dired.el (dired-sort-other): Move test for dired-mode...
5206 (dired-sort-set-modeline): ...to here.
5207
5208 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5209
5210 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
5211 change. Suggested by Stefan Monnier.
5212
5213 2006-12-29 Kim F. Storm <storm@cua.dk>
5214
5215 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
5216 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
5217
5218 2006-12-27 Kim F. Storm <storm@cua.dk>
5219
5220 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
5221 so it doesn't accidentally match an fsf.org mail address.
5222 (authors-renamed-files-alist): Add tcover-*.el.
5223
5224 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
5225
5226 * vc-arch.el (vc-arch-find-version): New function.
5227
5228 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
5229 composed of arbitrary characters (even /) in some systems.
5230
5231 2006-12-27 Eli Zaretskii <eliz@gnu.org>
5232
5233 * international/mule-cmds.el (select-safe-coding-system-interactively):
5234 Improve the message in the *Warning* buffer.
5235
5236 2006-12-27 Kim F. Storm <storm@cua.dk>
5237
5238 * ido.el (ido-set-matches-1): Fix last change. If default item is
5239 current buffer, it is ok to be first.
5240
5241 2006-12-27 Kenichi Handa <handa@m17n.org>
5242
5243 * international/mule-cmds.el (select-safe-coding-system-interactively):
5244 Use face `link' for problematic chars.
5245
5246 2006-12-27 Kenichi Handa <handa@m17n.org>
5247
5248 * international/mule-cmds.el (select-safe-coding-system-interactively):
5249 Improve the message in *Warning* buffer.
5250
5251 2006-12-27 Kim F. Storm <storm@cua.dk>
5252
5253 * ido.el (ido-set-matches-1): Never put current buffer first if
5254 there are other matches.
5255
5256 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
5257
5258 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
5259 expressions.
5260 (gdb-var-delete): Handle duplicate names. Print message for non
5261 root expressions.
5262 (gdb-partial-output-name): Start buffer name with a space.
5263 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
5264 buffer name.
5265
5266 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5267
5268 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
5269 last footnote when `footnote-spaced-footnotes' is nil.
5270
5271 2006-12-26 Richard Stallman <rms@gnu.org>
5272
5273 * cus-edit.el (custom-browse-sort-alphabetically)
5274 (custom-buffer-sort-alphabetically)
5275 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
5276
5277 * image.el (image-type-header-regexps): Change element format
5278 to include third item NOT-ALWAYS.
5279 (image-type-from-data): Handle new format.
5280 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
5281 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
5282
5283 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
5284
5285 * add-log.el (add-log-current-defun): Call `forward-sexp'
5286 multiple times to pick a member function name defined as
5287 part of nested classes/namespaces.
5288
5289 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5290
5291 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
5292 which keymap should be used to change menu. It does not affect any
5293 existent code.
5294
5295 2006-12-26 Richard Stallman <rms@gnu.org>
5296
5297 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
5298 rather than for being in a minibuffer window.
5299
5300 2006-12-25 Daiki Ueno <ueno@unixuser.org>
5301
5302 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
5303 locale-coding-system.
5304 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
5305 LF.
5306
5307 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
5308
5309 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
5310 (sql-mode-syntax-table): Disable double quoted strings.
5311 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
5312
5313 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5314
5315 * startup.el (fancy-splash-last-input-event): New variable.
5316 (fancy-splash-special-event-action): New function.
5317 (fancy-splash-screens): Temporarily bind special events to it.
5318 Execute command for saved special event before exiting from
5319 recursive editing.
5320
5321 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
5322 New functions.
5323 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
5324 Use mac-unread-string.
5325
5326 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5327
5328 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
5329 an optimized comment regexp if `comment-start-skip' uses a ^.
5330 * bs.el (bs--up): Remove interactive spec.
5331
5332 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
5333
5334 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
5335 Suggested by James Cloos.
5336
5337 2006-12-24 Kevin Ryde <user42@zip.com.au>
5338
5339 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
5340 in March.
5341 (calendar-dst-ends): Default to first Sunday in November.
5342
5343 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
5344
5345 * allout.el (allout-encrypt-string): Inhibit use of agent within
5346 body of let form where encryption happens. Acknowledge non-use of
5347 gpg-agent in docstring.
5348 (allout-toggle-subtree-encryption): Acknowledge non-use of
5349 gpg-agent in docstring.
5350
5351 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
5352
5353 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
5354
5355 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
5356
5357 * ediff-diff.el (ediff-diff-options): Clarify docstring.
5358 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
5359
5360 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
5361 in hooks.
5362 (viper-add-newline-at-eob-if-necessary): Add newline only if we
5363 actually modify buffer; ignore errors if occur.
5364
5365 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
5366
5367 * calendar/calendar.el (calendar-mode-map): Switch < and >.
5368 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
5369 formatting.
5370
5371 2006-12-23 Richard Stallman <rms@gnu.org>
5372
5373 * simple.el (delete-horizontal-space): Doc fix.
5374
5375 2006-12-23 Eli Zaretskii <eliz@gnu.org>
5376
5377 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
5378 explicitly in a recursive Make, not implicitly through prerequisites,
5379 since the latter is wrong under parallel builds.
5380
5381 2006-12-22 Eli Zaretskii <eliz@gnu.org>
5382
5383 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
5384
5385 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
5386
5387 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
5388 message string.
5389
5390 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
5391
5392 * outline.el (outline-next-visible-heading): Fix the case with a
5393 header at end-of-file with no final newline.
5394
5395 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
5396
5397 * indent.el (tab-always-indent): Doc fix.
5398
5399 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
5400
5401 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
5402 (Info-fontify-node): Do fontify indices.
5403
5404 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
5405 to the Emacs Lisp reference manual.
5406 (tutorial--tab-map): Remove. All callers changed.
5407 (tutorial--find-changed-keys): New elt QUIET, used to...
5408 (tutorial--display-changes): ...ensure that warning messages are
5409 only issued once per changed key.
5410 (tutorial--remove-remarks): Delete unused code-path.
5411 (lang-strings): Remove extraneous formatting.
5412 (tutorial--save-tutorial): Prompt before saving tutorial state.
5413
5414 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
5415
5416 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
5417 Replace '?\ ' by '?\s' throughout.
5418 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
5419 `help' custom group.
5420 (tutorial--key-description): New function.
5421 (tutorial--display-changes): Remove redundant arg. Scan for all
5422 key sequences to avoid false matches. Cleanup.
5423 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
5424 reduce homedir pollution.
5425 (help-with-tutorial): Call tutorial--display-changes with no arg.
5426
5427 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
5428
5429 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
5430
5431 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
5432
5433 * net/tramp.el (tramp-default-method): We still need to check for
5434 `executable-find', because it is not bound under Emacs 20.
5435 (tramp-handle-file-name-completion)
5436 (tramp-completion-handle-file-name-completion): Handle optional
5437 parameter PREDICATE.
5438 (tramp-find-default-method): Add code for default values.
5439
5440 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
5441
5442 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
5443 make gud-go send "continue".
5444
5445 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
5446
5447 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
5448 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
5449
5450 2006-12-19 Kim F. Storm <storm@cua.dk>
5451
5452 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
5453 instead of global-map.
5454
5455 * files.el (magic-mode-alist): Allow matching file type by
5456 calling a function at bob. Check for image types by calling
5457 image-type-from-buffer. Suggested by Juanma Barranquero.
5458 (set-auto-mode): Do it.
5459
5460 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
5461
5462 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
5463 Remove "ControlMaster" option from the other `scp*' methods.
5464 (tramp-default-method): Check for ssh-agent before setting to `scp'.
5465
5466 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
5467
5468 * textmodes/org.el (org-mode): Show context after isearch.
5469 (org-show-siblings): New function.
5470 (org-show-context): Use `org-show-siblings'.
5471
5472 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
5473
5474 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
5475 Use syntax-ppss-toplevel-pos.
5476
5477 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
5478
5479 * textmodes/org.el (org-current-line): Make sure that lines are
5480 counted from beginning of buffer.
5481 (org-table-copy-region, org-table-paste-rectangle): Make sure that
5482 lines are counted from beginning of buffer.
5483
5484 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
5485
5486 * info.el (Info-build-node-completions): Signal error if tag-table
5487 marker is not found.
5488
5489 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5490
5491 2006-12-17 Alan Mackenzie <acm@muc.de>
5492
5493 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
5494 speed) the case when open-paren-in-column-0-is-defun-start is nil.
5495 Based on code by Martin Rudalics.
5496
5497 * progmodes/cc-mode.el (c-basic-common-init): Don't set
5498 open-paren-in-column-0-is-defun-start to nil any more.
5499
5500 2006-12-17 Richard Stallman <rms@gnu.org>
5501
5502 * simple.el (delete-horizontal-space): Use prefix arg.
5503
5504 * help-fns.el (describe-variable): Improve blank separator lines.
5505
5506 * files.el (magic-mode-alist): Mark as risky.
5507
5508 * files.el (make-backup-file-name-1):
5509 Expand backup-directory explicitly.
5510
5511 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
5512
5513 * net/tramp.el (tramp-default-method): Before setting to "pscp",
5514 check whether package password.el is loaded, or Pageant is running.
5515
5516 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
5517
5518 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
5519 (icalendar--rris): First try Emacs, then XEmacs.
5520 (icalendar--convert-ical-to-diary): Doc fix.
5521 Insert newline at end of target file.
5522
5523 2006-12-17 Kim F. Storm <storm@cua.dk>
5524
5525 * outline.el (outline-isearch-open-invisible-function): New defvar.
5526 (outline-flag-region): Use it if non-nil for isearch-open-invisible
5527 overlay property instead of outline-isearch-open-invisible.
5528
5529 2006-12-16 Kim F. Storm <storm@cua.dk>
5530
5531 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
5532 if ido-directory-too-big is set on entry.
5533 (ido-toggle-ignore, ido-completion-help): Print message while
5534 reading big directory.
5535
5536 2006-12-15 Richard Stallman <rms@gnu.org>
5537
5538 * shell.el (shell): Doc fix.
5539
5540 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
5541
5542 * emulation/edt.el (edt-xserver):
5543 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
5544 to fix a problem on Cygwin.
5545
5546 * emulation/edt.el
5547 * emulation/edt-mapper.el
5548 * emulation/edt-lk201.el
5549 * emulation/edt-pc.el
5550 * emulation/edt-vt100.el: Update maintainer's email address.
5551
5552 2006-12-15 Simon Marshall <simon@gnu.org>
5553
5554 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
5555
5556 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5557
5558 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
5559 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
5560 instead of mac-atsu-font-table.
5561 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
5562
5563 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
5564
5565 * align.el (align-match-tex-pattern): Fix a rare bug which
5566 hanged Emacs.
5567
5568 2006-12-14 Richard Stallman <rms@gnu.org>
5569
5570 * startup.el (use-fancy-splash-screens-p): Use frame-height
5571 instead of window-height. Pass frame to image-size.
5572
5573 2006-12-13 Kenichi Handa <handa@m17n.org>
5574
5575 * international/mule-cmds.el (set-locale-environment):
5576 Set default-sendmail-coding-system too.
5577
5578 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
5579
5580 * progmodes/idlw-help.el: Fix copyright notice.
5581
5582 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5583
5584 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
5585
5586 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
5587
5588 * subr.el (unread-command-char): Reformat obsolescence info.
5589
5590 2006-12-11 Richard Stallman <rms@gnu.org>
5591
5592 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
5593 about calls to cl-struct-setf-expander.
5594
5595 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
5596
5597 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
5598 (ediff-combination-pattern): Fix typo in docstring.
5599
5600 * textmodes/refer.el (refer-find-entry): Doc fix.
5601 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
5602 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
5603 Fix tipos in docstrings.
5604
5605 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
5606
5607 2006-12-10 Kim F. Storm <storm@cua.dk>
5608
5609 * ido.el (ido-init-completion-maps): Remap backward-kill-word
5610 instead of binding M-backspace.
5611
5612 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
5613
5614 * replace.el (replace-match-data, replace-match-maybe-edit):
5615 * calc/calc-aent.el (calc-eval-error):
5616 * emulation/vi.el (vi-char-argument):
5617 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
5618 (c-vsemi-status-unknown-p-fn): Doc fixes.
5619
5620 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
5621
5622 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
5623 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
5624
5625 2006-12-10 Masatake YAMATO <jet@gyve.org>
5626
5627 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
5628
5629 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
5630
5631 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
5632
5633 * man.el (Man-xref-button-action): New function. If the
5634 `Man-target-string' button property is a function, assume it
5635 accepts a position argument.
5636 (Man-abstract-xref-man-page): Use it.
5637 (Man-default-man-entry): New optional arg POS.
5638
5639 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
5640 symlink arrows read-only and non-rear-sticky.
5641
5642 2006-12-09 Martin Rudalics <rudalics@gmx.at>
5643
5644 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
5645 (wdired-search-and-rename): Simplify code.
5646 (wdired-preprocess-files, wdired-preprocess-perms): Make
5647 read-only property of preceding character rear-nonsticky to
5648 avoid that it can be modified. Put old-name and old-link
5649 properties on character preceding name and replace
5650 put-text-property by add-text-properties.
5651 (wdired-get-filename, wdired-get-previous-link): Get old-name
5652 and old-link properties from character preceding name and
5653 simplify code.
5654 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
5655 (wdired-perms-to-number): Make local-map property
5656 rear-nonsticky to avoid that text following permissions may be
5657 modified. Use add-text-properties instead of put-text-property
5658 when changing a permission bit.
5659 (wdired-change-to-dired-mode): Remove stickiness properties.
5660
5661 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
5662
5663 * international/mule-cmds.el (register-input-method): Doc fix.
5664
5665 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
5666
5667 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
5668
5669 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5670
5671 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
5672 Force buffer local defs evaluation on local variables loading.
5673 (flyspell-mode-on, flyspell-mode-off): Use it in
5674 `hack-local-variables-hook'.
5675
5676 2006-12-09 Eli Zaretskii <eliz@gnu.org>
5677
5678 * emacs-lisp/find-func.el (find-variable): Doc fix.
5679
5680 * help-fns.el (variable-at-point): Doc fix.
5681
5682 * w32-fns.el (w32-append-code-lines): New function.
5683
5684 2006-12-09 Romain Francoise <romain@orebokech.com>
5685
5686 * comint.el (comint-insert-input): Delete obsolete comment.
5687
5688 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5689
5690 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
5691 current frame, in case we're connected to several displays.
5692
5693 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
5694
5695 * frame.el (other-frame): Doc fix.
5696 (set-frame-parameter): Fix typo in docstring.
5697
5698 2006-12-07 Kim F. Storm <storm@cua.dk>
5699
5700 * info.el (Info-index): Strip leading colon from topic.
5701
5702 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
5703
5704 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
5705 to pointers.
5706
5707 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
5708
5709 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
5710 Trim out spurious class inheritance "None" entries.
5711
5712 2006-12-05 Kim F. Storm <storm@cua.dk>
5713
5714 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
5715 (cua-paste-pop): Rework last change for
5716 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
5717 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
5718 text inserted by the last M-y command.
5719
5720 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5721
5722 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
5723 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
5724
5725 * shell.el (shell): Search the start file in ~/.emacs.d as
5726 `init_SHELLNAME.sh' instead.
5727
5728 2006-12-05 Glenn Morris <rgm@gnu.org>
5729
5730 * progmodes/cperl-mode.el (cperl-mode)
5731 * progmodes/f90.el (f90-mode-abbrev-table)
5732 * progmodes/fortran.el (fortran-mode-abbrev-table)
5733 * progmodes/octave-mod.el (octave-abbrev-table)
5734 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
5735 if abbrev-table is non-nil (saved user abbrevs may have been restored).
5736
5737 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
5738 clear abbrev table, else saved abbrevs will not be restored.
5739
5740 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
5741
5742 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
5743 the call to `make-obsolete-variable', not in the docstring.
5744
5745 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
5746
5747 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
5748
5749 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5750
5751 * progmodes/ebnf-abn.el:
5752 * progmodes/ebnf-bnf.el:
5753 * progmodes/ebnf-dtd.el:
5754 * progmodes/ebnf-ebx.el:
5755 * progmodes/ebnf-iso.el:
5756 * progmodes/ebnf-otz.el:
5757 * progmodes/ebnf-yac.el:
5758 * progmodes/ebnf2ps.el:
5759 * delim-col.el:
5760 * printing.el:
5761 * ps-bdf.el:
5762 * ps-mule.el:
5763 * ps-print.el: Remove 'Time-stamp' comment mark.
5764
5765 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
5766 'easy-menu-add-item' when called in Emacs 21 or higher.
5767
5768 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
5769
5770 * progmodes/ada-xref.el (ada-check-current): Doc fix.
5771 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
5772
5773 2006-12-04 Kim F. Storm <storm@cua.dk>
5774
5775 * bindings.el (global-map): Bind [signal t] to ignore, to have
5776 user signals ignored by default.
5777
5778 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
5779
5780 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
5781 Unicode data file pointed to by `describe-char-unicodedata-file'.
5782
5783 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5784
5785 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
5786 O(n^2) regexp-search by anchoring the search.
5787
5788 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
5789
5790 * whitespace.el (whitespace-cleanup-internal): Use current
5791 argument for recursive call.
5792
5793 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
5794
5795 * net/tramp.el (tramp-methods): Add "ControlPath" and
5796 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
5797 Andreas Schwab <schwab@suse.de>.
5798 (tramp-do-copy-or-rename-file-out-of-band)
5799 (tramp-open-connection-rsh): Compute format spec for ?t.
5800 (tramp-process-actions): Trace command parameters.
5801
5802 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
5803
5804 * simple.el (toggle-truncate-lines): Clarify doc string.
5805
5806 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
5807 (gdb-speedbar-expand-node): Use it.
5808
5809 2006-12-04 Richard Stallman <rms@gnu.org>
5810
5811 * progmodes/python.el (python-indent): Add safe-local-variable prop.
5812
5813 * dired.el (dired-revert): Turn off dired-after-readin-hook
5814 around call to dired-readin.
5815
5816 * menu-bar.el (menu-bar-make-toggle): Add "globally"
5817 to echo area messages.
5818 <indicate-empty-lines, case-fold-search>:
5819 Add "globally" to Help string.
5820 <case-fold-search>: MESSAGE arg need not say "globally".
5821 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
5822
5823 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
5824
5825 * outline.el (outline-end-of-subtree): Don't leave an empty
5826 line hidden as we would a real next heading.
5827
5828 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
5829
5830 * allout.el (allout-ascend): Add an optional argument to preserve
5831 original position of point when unsuccessful. Also, fix a
5832 docstring error.
5833 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
5834 work again, using allout-ascend's new option.
5835 (allout-setup-mode-map): Extract from allout-mode to initialize
5836 allout-mode-map. Call it on file load, so the mode docstring
5837 substitutions work even if allout mode has not yet been invoked.
5838 (allout-mode): Use new allout-setup-mode-map to track any keybinding
5839 customizations since the map was last processed. Also, refine the
5840 docstring so it's ship-shape for release.
5841 (allout-default-layout, allout-beginning-of-line-cycles)
5842 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
5843 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
5844 (allout-version, allout-layout, allout-infer-body-reindent)
5845 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
5846 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
5847 (allout-previous-heading, allout-goto-prefix-doublechecked)
5848 (allout-current-bullet-pos, allout-next-sibling-leap)
5849 (allout-pre-command-business, allout-encrypted-type-prefix)
5850 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
5851 (allout-rebullet-topic, allout-rebullet-topic-grunt)
5852 (allout-flag-region, allout-expose-topic, allout-expose-topic)
5853 (allout-old-expose-topic, allout-listify-exposed)
5854 (allout-process-exposed, allout-latex-verb-quote)
5855 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
5856 (allout-toggle-current-subtree-encryption)
5857 (allout-toggle-subtree-encryption, allout-bullet-isearch):
5858 Remove extraneous open-paren and close paren string escapes.
5859
5860 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
5861
5862 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
5863 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
5864 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
5865 Fix typos in docstrings.
5866
5867 2006-12-03 Glenn Morris <rgm@gnu.org>
5868
5869 * progmodes/cc-align.el
5870 * progmodes/cc-awk.el
5871 * progmodes/cc-cmds.el
5872 * progmodes/cc-compat.el
5873 * progmodes/cc-defs.el
5874 * progmodes/cc-engine.el
5875 * progmodes/cc-langs.el
5876 * progmodes/cc-menus.el
5877 * progmodes/cc-mode.el
5878 * progmodes/cc-styles.el
5879 * progmodes/cc-vars.el
5880 * progmodes/vhdl-mode.el: Fix Copyright format.
5881
5882 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
5883
5884 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
5885 initial down event.
5886
5887 2006-12-02 Kim F. Storm <storm@cua.dk>
5888
5889 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
5890 (cua-repeat-replace-region): Make M-v more robust.
5891 (cua-paste-pop-rotate-temporarily): New defcustom.
5892 (cua-paste-pop): Use it.
5893 (cua-auto-mark-last-change): New defcustom.
5894 (cua-pop-to-last-change): New helper function.
5895 (cua-set-mark): Use them.
5896
5897 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
5898
5899 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
5900 mini-buffer message.
5901
5902 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
5903
5904 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
5905
5906 2006-12-01 Ben North <ben@redfrontdoor.org>
5907
5908 * paren.el: Fix the highlight overlay extension when the user types a
5909 sequence of char very fast just before the open parenthesis.
5910
5911 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5912
5913 * ps-mule.el: Eliminate Emacs 20 compatibility.
5914
5915 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
5916 (ps-print-version): New version 6.7.
5917 (ps-print-quote): Replace '?\ ' by '?\s'.
5918
5919 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
5920
5921 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
5922 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
5923 (hexl-end-of-1k-page): Doc fixes.
5924 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
5925 Fix typos in docstrings.
5926
5927 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5928
5929 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
5930 locally, i.e. without using file name handlers.
5931 (ido-read-internal): Allow mono letter host names, avoiding the
5932 `c:' problem by testing if the file exists locally.
5933 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
5934
5935 2006-11-30 Masatake YAMATO <jet@gyve.org>
5936
5937 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
5938 to avoid bytecomp warnings.
5939 (hexl-mode-old-ruler-function): New variable.
5940 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
5941 and `hl-line-range-function' after `require' hl-line.
5942 Then bind `hl-line-range-function' and `hl-line-face'.
5943 Don't require frame. Don't use `with-no-warnings'.
5944 (hexl-activate-ruler): Store the original value of
5945 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
5946 (hexl-mode-exit): Restore the original value of
5947 `ruler-mode-ruler-function'.
5948
5949 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5950
5951 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
5952 (hexl-mode-old-hl-line-face): New variable.
5953 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
5954 line when exit from the hexl-mode.
5955
5956 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
5957
5958 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
5959 Doc fixes.
5960
5961 * international/fontset.el (create-fontset-from-ascii-font)
5962 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
5963 (fontset-name-p): Fix typo in docstring.
5964
5965 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
5966
5967 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5968
5969 * ps-bdf.el: Fix maintainer email.
5970
5971 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
5972 compatibility.
5973
5974 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
5975 21 compatibility.
5976 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
5977 Emacs 20 & 21.
5978
5979 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
5980
5981 * progmodes/idlwave.el (idlwave-auto-fill):
5982 Remove paragraph-start let to prevent auto-fill giving up.
5983
5984 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
5985
5986 * vt100-led.el (led-state): Fix typo in previous change.
5987
5988 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5989
5990 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5991 Fix interactive spec of the functions getting defined to make them
5992 work as documented.
5993
5994 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
5995
5996 * startup.el (fancy-splash-screens): Hide initial splash buffer.
5997
5998 2006-11-28 Kim F. Storm <storm@cua.dk>
5999
6000 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
6001 icomplete-mode is enabled.
6002
6003 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
6004
6005 * textmodes/org.el (require): Require gnus-sum during compilation
6006 to avoid problem with a macro call.
6007
6008 2006-11-28 Glenn Morris <rgm@gnu.org>
6009
6010 * emacs-lisp/authors.el (authors-aliases): Add new alias.
6011
6012 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
6013 (fortran-window-create-momentarily): Do not need string-to-char.
6014
6015 2006-11-28 Richard Stallman <rms@gnu.org>
6016
6017 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
6018 Replace incorrect use of assoc-default with a loop.
6019
6020 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
6021
6022 * simple.el (next-error-find-buffer): Improve messages.
6023
6024 * files.el (revert-buffer): Special error message if file
6025 is now not readable.
6026
6027 * facemenu.el (facemenu-add-new-face): Improve doc strings of
6028 constructed commands.
6029
6030 * comint.el (comint-exec-1): Provide Emacs version and `comint'
6031 in INSIDE_EMACS.
6032
6033 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6034
6035 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
6036
6037 * server.el: Remove spurious * in docstrings.
6038 (server-process-filter): Exit from recursive editing before processing
6039 a new request.
6040
6041 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
6042
6043 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
6044 line so hidden blocks will be correctly identified.
6045
6046 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
6047
6048 * ledit.el (ledit-save-defun, ledit-mode):
6049 * resume.el (resume-emacs-args-buffer):
6050 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
6051 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
6052 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
6053 (command-send-input, command-kill-line):
6054 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
6055
6056 * autoarg.el (autoarg-kp-mode): Doc fix.
6057
6058 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
6059 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
6060 (check-emacs-lock): Doc fix. Simplify.
6061
6062 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
6063 (iimage-mode-buffer): Fix typos in docstring.
6064
6065 * misc.el (zap-up-to-char): Doc fix.
6066
6067 * time-stamp.el: Fix comment and obsolescence string for old
6068 functions. Use `dolist' instead of `while'.
6069
6070 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
6071
6072 * disp-table.el (standard-display-8bit, standard-display-default):
6073 * ebuff-menu.el (electric-buffer-list):
6074 * ehelp.el (electric-help-command-loop):
6075 * font-core.el (font-lock-mode):
6076 * help-macro.el (make-help-screen):
6077 * help.el (describe-minor-mode-completion-table-for-indicator)
6078 (lookup-minor-mode-from-indicator):
6079 * indent.el (tab-to-tab-stop, move-to-tab-stop):
6080 * info-look.el (info-lookup-guess-custom-symbol):
6081 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
6082 * longlines.el (longlines-wrap-line):
6083 * macros.el (insert-kbd-macro):
6084 * menu-bar.el (menu-bar-update-buffers):
6085 * misc.el (copy-from-above-command):
6086 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
6087 * newcomment.el (comment-indent):
6088 * novice.el (disabled-command-function):
6089 * sort.el (sort-fields-syntax-table):
6090 * subr.el (momentary-string-display):
6091 * tar-mode.el (tar-header-block-summarize)
6092 (tar-clear-modification-flags):
6093 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
6094 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
6095 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
6096 (te-delete-char, te-down-vertically-or-scroll):
6097 * time-stamp.el (time-stamp-string-preprocess):
6098 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
6099
6100 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
6101
6102 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
6103 in GUD mode.
6104
6105 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
6106 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
6107
6108 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6109
6110 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
6111
6112 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
6113
6114 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
6115 (ada-compile-goto-error): Adapt to new argument profile of
6116 compilation-goto-locus in Emacs 22. Don't check if the various
6117 compile functions are defined; we already do "(require 'compile)".
6118
6119 2006-11-26 Kim F. Storm <storm@cua.dk>
6120
6121 * kmacro.el: Fix commentary.
6122
6123 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
6124
6125 * progmodes/gud.el (gdb): Explain how to run in text command mode
6126 more clearly. Say in error message that multiple debugging
6127 requires restarting GDB.
6128
6129 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
6130
6131 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
6132
6133 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
6134
6135 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
6136 (flymake-popup-menu): Use it instead of posn-at-point.
6137
6138 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6139
6140 * progmodes/cc-vars.el (c-backslash-column):
6141 Mention c-backslash-max-column in documentation for c-backslash-column.
6142
6143 2006-11-24 Lars Hansen <larsh@soem.dk>
6144
6145 * net/tramp.el (tramp-default-method): Under Windows, change from
6146 plink to pscp.
6147 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
6148 (tramp-actions-copy-out-of-band):
6149 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
6150 (tramp-action-out-of-band): Move "Permission denied" handling to
6151 tramp-action-copy-failed.
6152 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
6153 process buffer.
6154
6155 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6156
6157 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6158 strings to a single string. Quote `errors-file-name'.
6159 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6160 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6161 Adjust calls. Use `shell-quote-argument'.
6162
6163 * international/mule.el (load-with-code-conversion)
6164 (with-category-table): Use with-current-buffer.
6165 (after-insert-file-set-coding): Use restore-buffer-modified-p.
6166
6167 2006-11-24 Eli Zaretskii <eliz@gnu.org>
6168
6169 * mail/smtpmail.el (smtpmail-send-it):
6170 Copy buffer-file-coding-system from the mail buffer. Possibly add a
6171 MIME header for the message encoding.
6172 Bind coding-system-for-write around the call to mail-do-fcc.
6173 Use smtpmail-code-conv-from to encode queued mail messages.
6174
6175 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
6176
6177 * tabify.el (tabify-regexp): Doc fix.
6178
6179 * net/rcirc.el (rcirc-buffer-maximum-lines):
6180 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
6181
6182 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
6183 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
6184 Fix typos in output messages.
6185 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
6186
6187 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6188
6189 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
6190 the horse's mouth.
6191 (hexlify-buffer): Don't re-encode an arg that's already encoded.
6192
6193 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
6194
6195 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
6196 Remove condition-case.
6197
6198 2006-11-23 Glenn Morris <rgm@gnu.org>
6199
6200 * progmodes/f90.el (f90-comment-indent): Do not move point in
6201 default case.
6202
6203 2006-11-21 Romain Francoise <romain@orebokech.com>
6204
6205 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
6206 from library name (reverts change of 2005-10-25).
6207
6208 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
6209
6210 * tutorial.el (tutorial--default-keys): Add newline and
6211 delete-backward-char bindings.
6212 (tutorial--detailed-help): Save excursion when finding keys.
6213 Correct warning string for M-x FOO case.
6214 (tutorial--display-changes): Print special keys in tutorial style.
6215 Tweak search regexp for changed keys.
6216
6217 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
6218
6219 * thingatpt.el (thing-at-point-url-at-point): Don't add a
6220 redundant scheme.
6221
6222 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
6223
6224 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
6225 are new to the list at IANA. Also added irc, mms, mmsh.
6226
6227 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
6228
6229 * progmodes/idlw-help.el (idlwave-html-help-location):
6230 Fail gracefully for missing help packages.
6231 (idlwave-help-assistant-open-link): Open full links.
6232 (idlwave-help-assistant-help-with-topic): Direct help link.
6233
6234 * progmodes/idlwave.el (idlwave-mode):
6235 Set add-log-current-defun-function.
6236 (idlwave-current-routine-fullname): Add, to support add-log.
6237 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
6238 to reflect improvements to xml-parse-file.
6239 (idlwave-mode-menu-def): New binding for help-with-topic.
6240
6241 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
6242 Handle extra newlines and spaces.
6243 (idlwave-shell-mode-map): Add help-with-topic.
6244
6245 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
6246
6247 * tutorial.el (tutorial-warning-face): New face.
6248 (tutorial--detailed-help, tutorial--display-changes): Use it.
6249 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
6250 Improve search pattern for occurrences of changed keys.
6251
6252 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6253
6254 * term/x-win.el (x-last-cut-buffer-coding): New variable.
6255 (x-select-text): Set it.
6256 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
6257 when checking for newness.
6258
6259 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
6260
6261 * subr.el (posn-image):
6262 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
6263
6264 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
6265
6266 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6267
6268 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
6269 Exceptions to the rule "add a space between an identifier and an
6270 opening parenthesis". Defaulted to the `#define' problem of cpp.
6271 (glasses-parenthesis-exception-p): New. Check if the region is an
6272 exception regarding to that.
6273 (glasses-make-readable): Use it.
6274 (glasses-convert-to-unreadable): Ditto. Modify the file also if
6275 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
6276
6277 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
6278
6279 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
6280
6281 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
6282
6283 * progmodes/ada-mode.el (ada-make-body): Fix typo.
6284
6285 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
6286 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
6287
6288 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
6289
6290 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
6291 conditions for function or variable bindings.
6292
6293 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
6294
6295 * progmodes/compile.el (compilation-start): Ditto.
6296
6297 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
6298
6299 * net/tramp.el (top): cl and custom are always required.
6300
6301 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6302
6303 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
6304 cut-buffers with next-selection-coding-system if not nil.
6305
6306 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
6307
6308 * textmodes/org.el (org-fix-decoded-time): New function.
6309 (org-display-custom-time): Use `org-fix-decoded-time'.
6310
6311 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
6312
6313 * menu-bar.el (menu-bar-games-menu): Remove yow.
6314
6315 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
6316
6317 * textmodes/org.el (org-scan-tags): Re-align code fixed.
6318 (org-detach-overlay): Rename from `org-detatch-overlay'.
6319 (org-table-convert-region): Insert space after column separator.
6320 (org-agenda-kill): New command.
6321 (org-metaleft): Call `org-outdent-item' on bullets.
6322 (org-metaright): Call `org-indent-item' on bullets.
6323 (org-timestamp-change): Set `org-last-changed-timestamp'.
6324 (org-current-line): Make sure (bolp) returns correct result.
6325 (org-agenda-change-all-lines): Make sure TODO are highlighted.
6326
6327 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6328
6329 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
6330
6331 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
6332
6333 * mouse.el (global-map): Change 2006-08-16 fix to call
6334 mouse-yank-at-click explicitly, since mouse events are not carried
6335 over into keyboard macros.
6336
6337 2006-11-16 Kim F. Storm <storm@cua.dk>
6338
6339 * ido.el (ido-file-internal): Use current buffer's file name as default
6340 choice for ido-find-alternate-file. Suggested by Matt Hodges.
6341
6342 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
6343
6344 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
6345 (allout-inhibit-aberrance-doublecheck): Rename from
6346 allout-during-yank-processing. All callers changed.
6347 (allout-ascend): Provide for unusual case where some topic after
6348 the first in file is at lower depth than the first.
6349 (allout-shift-in): Ensure the offspring of the new containing
6350 topic are exposed.
6351 (allout-encrypt-string): Preserve the coding-system of the text,
6352 according to that of the containing buffer.
6353 (allout-toggle-subtree-encryption): When the text being encrypted
6354 requires a different coding system, offer to preserve the coding
6355 system using a file local var.
6356
6357 2006-11-15 Simon Marshall <simon@gnu.org>
6358
6359 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
6360 to recognise "T t()" as a function declaration, rather than a
6361 variable instantiation, iff at the top-level or inside a class
6362 declaration. Suggested by Feng Li <fengli@gmail.com>.
6363
6364 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6365
6366 * progmodes/ada-xref.el (ada-parse-prj-file):
6367 Don't delete project buffer; user may want to edit it.
6368 (ada-xref-set-project-field, ada-xref-current-project-file)
6369 (ada-xref-current-project, ada-show-current-project)
6370 (ada-set-main-compile-application): New functions.
6371 (ada-xref-get-project-field, ada-require-project-file):
6372 Normalize use of ada-prj-default-project-file.
6373 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
6374 Normalize use of ada-require-project-file.
6375 (ada-prj-find-prj-file): Improve doc string, comments.
6376
6377 * progmodes/ada-mode.el (ada-mode-version): Bump version.
6378 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
6379 (ada-create-menu): Add ada-set-main-compile-application,
6380 ada-show-current-main, ada-show-current-project.
6381
6382 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6383
6384 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
6385 (inferior-python-mode): Use it.
6386
6387 2006-11-14 Andreas Schwab <schwab@suse.de>
6388
6389 * term/xterm.el (terminal-init-xterm): Add more key bindings.
6390
6391 2006-11-13 Kim F. Storm <storm@cua.dk>
6392
6393 * ido.el (ido-copy-current-word): C-o copies region if active.
6394
6395 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
6396
6397 * textmodes/org.el (org-emph-face): Fix typo in variable name.
6398
6399 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
6400
6401 * ediff.el (ediff-revision):
6402 * files.el (set-visited-file-name):
6403 * mail/rmailout.el (rmail-output-body-to-file):
6404 Use `format', not `message', in `y-or-n-p' call.
6405
6406 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
6407
6408 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
6409 (org-metaright): Call `org-indent-item' on bullets.
6410 (org-timestamp-change): Set `org-last-changed-timestamp'.
6411 (org-current-line): Make sure (bolp) returns correct result.
6412 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
6413
6414 2006-11-12 Richard Stallman <rms@gnu.org>
6415
6416 * language/european.el (turkish-case-conversion-enable)
6417 (turkish-case-conversion-disable): New functions.
6418 ("Turkish" lang env): Use them.
6419
6420 * international/characters.el (case table):
6421 Do nothing special for i and I.
6422
6423 * subr.el (remove-overlays): Fix last change.
6424
6425 * cus-edit.el (custom-save-all): Use find-file-visit-truename
6426 for visiting the custom file.
6427
6428 2006-11-12 Markus Triska <triska@gmx.at>
6429
6430 * play/handwrite.el (handwrite): Also process lines not ending
6431 with newline. Replace some position-fiddling with different
6432 logic. Improve performance.
6433
6434 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
6435
6436 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
6437 replacing deleted variable `ada-check-switch'.
6438 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
6439 (ada-xref-project-files): Improve doc string.
6440 (ada-find-executable): New function.
6441 (ada-initialize-runtime-library): Use `ada-find-executable'.
6442 (ada-xref-set-default-prj-values): In compile commands, don't need
6443 `ada-cd-command'; `compile' does that more portably.
6444 Use ada-prj-default-check-cmd.
6445 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
6446 properties if not specified in project file.
6447 (ada-goto-declaration): Display useful message for new error
6448 'error-file-not-found.
6449 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
6450 'error-file-not-found.
6451 (ada-get-all-references): Match latest ali syntax. Signal new
6452 error 'error-file-not-found.
6453 (ada-find-in-ali): Match latest ali syntax.
6454 (ada-make-filename-from-adaname): Handle different semantics of
6455 gnatkr in GNAT 3.15p vs later.
6456
6457 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
6458 ada-procedure-start-regexp.
6459 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
6460
6461 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
6462 with defvar.
6463 (ada-language-version): Rename ada05 -> ada2005.
6464 (ada-align-region-separate): Add `eval-when-compile'.
6465 (ada-name-regexp): Remove unneeded escapes in regexp character
6466 alternative.
6467 (ada-compile-goto-error-file-linenr-re): New constant.
6468 (ada-matching-start-re): Handle additional cases `declare',
6469 `procedure', `function'.
6470 (ada-compile-goto-error): Handle "... at line nn".
6471 (ada-mode): Clearer syntax, comments for ff-special-constructs.
6472 Delete support for old versions of `align'.
6473 (ada-search-prev-end-stmt): Handle additional keyword `private'.
6474 (ada-check-defun-name): Simplify handling of `declare'.
6475 (ada-goto-matching-start): Handle nested `begin ... end'.
6476 Handle `declare', `protected', `procedure', `function'.
6477 (ada-create-menu): Presence of arm95 is not conditional on using
6478 GNAT compiler.
6479
6480 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
6481
6482 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
6483 nil in the *RE-Builder* buffer (it causes spurious error messages).
6484
6485 * server.el (server-visit-files): If `minibuffer-auto-raise' has
6486 been set to t, respect it.
6487
6488 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
6489
6490 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
6491 Delete commented out code for old Emacs versions. Autoloading of
6492 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
6493 (ada-mode-version): Bump version number.
6494 (ada-95-string-keywords, ada-2005-string-keywords)
6495 (ada-2005-keywords, ada-name-regexp): New constant.
6496 (ada-language-version, ada-procedure-start-regexp, ada-mode)
6497 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
6498 (ada-package-start-regexp): Support private packages, include package
6499 name (for ada-set-point-accordingly).
6500 (ada-next-procedure, ada-previous-procedure)
6501 (ada-which-function-are-we-in): Match changes to
6502 ada-procedure-start-regexp.
6503 (ada-make-body): Make non-interactive; not a user function.
6504 (ada-make-subprogram-body): Improve doc string.
6505
6506 2006-11-11 Romain Francoise <romain@orebokech.com>
6507
6508 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
6509 `compilation-error-regexp-alist' buffer-local, since we changed
6510 `compilation-error-regexp-alist-alist' locally.
6511
6512 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
6513
6514 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
6515 to the value of `server-raise-frame'.
6516
6517 2006-11-11 Glenn Morris <rgm@gnu.org>
6518
6519 * ido.el (ido-enable-prefix)
6520 * ses.el (ses-call-printer-return)
6521 * net/tramp.el (tramp-unified-filenames)
6522 * progmodes/cc-align.el (c-lineup-string-cont)
6523 * progmodes/compile.el (compilation-directory-matcher)
6524 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6525 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6526 (vhdl-clock-rising-edge)
6527 * textmodes/org.el (org-export-with-timestamps)
6528 (org-export-remove-timestamps-from-toc)
6529 (org-export-with-tags): Improve previous doc fixes.
6530
6531 2006-11-11 Richard Stallman <rms@gnu.org>
6532
6533 * textmodes/flyspell.el (flyspell-mode-map):
6534 Bind C-c $ instead of M-RET.
6535
6536 2006-11-10 Simon Marshall <simon@gnu.org>
6537
6538 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
6539 fontification for "case" and "default" keywords.
6540
6541 2006-11-10 Andreas Schwab <schwab@suse.de>
6542
6543 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
6544 Avoid starting sentence with "nil".
6545
6546 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
6547
6548 * server.el (server-raise-frame): New option.
6549 (server-switch-buffer): Use it.
6550
6551 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
6552
6553 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
6554 with a capital.
6555
6556 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6557
6558 * textmodes/org.el (org-show-hierarchy-above)
6559 (org-show-following-heading): Fix typo in default value.
6560 (org-scan-tags): Make the search case-sensitive.
6561 (org-tags-sparse-tree): Don't overrule
6562 `org-show-following-heading' and `org-show-hierarchy-above'.
6563 (org-reveal): New command.
6564 (org-show-context): Rename from `org-show-hierarchy-above'.
6565 (org-fast-tag-selection-single-key): New option.
6566 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
6567 (org-tags-overlay): New variable.
6568 (org-agenda-todo-ignore-deadlines): New option.
6569 ("session"): Add circular data structure `org-mark-ring' to
6570 exceptions list in session.el.
6571 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
6572 New options.
6573 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
6574 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
6575 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
6576 (org-finalize-agenda): Activate bracket links in agenda.
6577 (org-at-timestamp-p, org-at-date-range-p): Additional argument
6578 INACTIVE-OK.
6579 (org-show-hierarchy-above, org-show-following-heading):
6580 List values allowed for fine-tuned configuration.
6581 (org-show-hierarchy-above): New argument CONTEXT, use the
6582 fine-tuned settings in `org-show-hierarchy-above' and
6583 `org-show-following-heading'.
6584 (org-display-custom-time): New function.
6585 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
6586 (org-display-custom-times, org-time-stamp-custom-formats):
6587 (org-maybe-intangible): New macro.
6588 (org-activate-bracket-links, org-hide-wide-columns):
6589 Use `org-maybe-intangible'.
6590 (org-open-file): Use `shell-quote-argument'.
6591 (org-display-internal-link-with-indirect-buffer): New option.
6592 (org-file-remote-p): Get regexp from list.
6593 (org-link-expand-abbrev): New function.
6594 (org-link-abbrev-alist): New option.
6595 (org-open-at-point, org-cleaned-string-for-export):
6596 Call `org-link-expand-abbrev'.
6597 (org-timeline, org-agenda-list, org-todo-list)
6598 (org-tags-view): Remove the KEEP-MODES argument.
6599 (org-finalize-agenda-hook): New hook.
6600 (org-get-alist-option): New function.
6601 (org-follow-timestamp-link): New function.
6602 (org-open-at-point): Call `org-follow-timestamp-link'.
6603 (org-log-note-marker, org-log-note-purpose)
6604 (org-log-note-window-configuration): New variables.
6605 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
6606 (org-log-note-headings): New option.
6607 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
6608 (org-store-link): Support for dired-mode.
6609 (org-open-file): Substitute environment variables into filename.
6610 (org-last): New defsubst.
6611 (org-agenda-re-align-tags): New function.
6612 (org-agenda-align-tags-to-column): New option.
6613 (org-agenda-timeline): Group removed.
6614 (org-prepare-agenda, org-prepare-agenda-buffers)
6615 (org-run-agenda-series, org-timeline, org-agenda-list)
6616 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
6617 the text property inticating the agenda type.
6618 (org-agenda-post-command-hook): Get agenda type from text property
6619 at point.
6620 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
6621 and obey `org-agenda-overriding-arguments'.
6622 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
6623 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6624 (org-agenda-week-view, org-agenda-day-view):
6625 Use `org-agenda-overriding-arguments' to make updating work with
6626 multi-block agendas.
6627 (org-agenda-prefix-format): Allow different formats for the
6628 different agenda entry types.
6629 (org-timeline-prefix-format): Option removed, use
6630 `org-agenda-prefix-format' instead.
6631 (org-prepare-agenda): New function.
6632 (org-select-timeline-window): Option removed, use
6633 `org-select-agenda-window' instead.
6634 (org-respect-restriction): Variable removed.
6635 (org-cmp-tag): New function.
6636 (org-agenda-sorting-strategy, org-entries-lessp):
6637 Implement sorting by last tag.
6638 (org-complete): Better completion in in-buffer option lines.
6639 (org-in-item-p): New function.
6640 (org-org-menu): Add entries for checkboxes.
6641 (org-cycle): Extra brouping in outline-regexp, because it is used
6642 in a search with "^" prepended.
6643 (org-provide-checkbox-statistics): New option.
6644 (org-set-font-lock-defaults): Highlight checkbox statistics.
6645 (org-update-checkbox-count-maybe)
6646 (org-get-checkbox-statistics-face): New functions.
6647 (org-update-checkbox-count): New command.
6648 (org-insert-item, org-toggle-checkbox):
6649 Call `org-update-checkbox-count-maybe'.
6650 (org-export-as-html): XEmacs compatibility for coding system.
6651 (org-force-cycle-archived): New command.
6652 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
6653 overrules cycling.
6654 (org-fix-position-after-promote): If the line contains only a todo
6655 keyword, add a final space.
6656 (org-promote-subtree, org-demote-subtree):
6657 Call `org-fix-position-after-promote'.
6658
6659 2006-11-10 Glenn Morris <rgm@gnu.org>
6660
6661 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
6662 date in every year.
6663 (calendar-dst-check-each-year-flag): New customizable variable.
6664 (calendar-dst-find-data): New function, extracted from
6665 calendar-current-time-zone.
6666 (calendar-current-time-zone): Use calendar-dst-find-data.
6667 (calendar-dst-transition-cache): New variable.
6668 (calendar-dst-find-startend, calendar-dst-starts)
6669 (calendar-dst-ends): New functions.
6670 (calendar-daylight-savings-starts)
6671 (calendar-daylight-savings-ends): Change value to use
6672 calendar-dst-starts, calendar-dst-ends; respectively.
6673
6674 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
6675
6676 * ido.el (ido-enable-prefix)
6677 * ses.el (ses-call-printer-return)
6678 * net/tramp.el (tramp-unified-filenames)
6679 * progmodes/cc-align.el (c-lineup-string-cont)
6680 * progmodes/compile.el (compilation-directory-matcher)
6681 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6682 * progmodes/gdb-ui.el (gdb-many-windows)
6683 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6684 (vhdl-clock-rising-edge)
6685 * textmodes/org.el (org-export-with-timestamps)
6686 (org-export-remove-timestamps-from-toc, org-export-with-tags)
6687 (org-read-date): Doc fix (Nil -> nil).
6688
6689 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6690
6691 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
6692 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
6693
6694 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
6695
6696 * bs.el (bs--window-for-buffer): Remove.
6697 (bs--show-with-configuration): Use `get-window-with-predicate'
6698 instead of `bs--window-for-buffer'.
6699
6700 2006-11-10 Kenichi Handa <handa@m17n.org>
6701
6702 * files.el (revert-buffer): Fix previous change.
6703
6704 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
6705
6706 * bs.el (bs--redisplay): Fix typo in docstring.
6707 (bs--window-config-coming-from): Make frame-local.
6708 (bs--restore-window-config): New function.
6709 (bs-kill, bs-select, bs-select-other-window)
6710 (bs-select-other-frame): Use it.
6711 (bs--window-for-buffer): Return as soon as a matching buffer is found.
6712 (bs--show-with-configuration): Save the window configuration as a
6713 frame local var, and only if *buffer-selection* is not already
6714 visible on this frame.
6715
6716 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
6717
6718 * vc-svn.el (vc-svn-admin-directory): New var.
6719 (vc-svn-registered, vc-svn-responsible-p)
6720 (vc-svn-repository-hostname): Use it.
6721 Suggested by arit93@yahoo.com.
6722
6723 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6724
6725 * ldefs-boot.el: Regenerate.
6726
6727 2006-11-08 Alan Mackenzie <acm@muc.de>
6728
6729 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
6730 case (eq open-paren-in-column-0-is-defun-start nil) by searching
6731 for least nested open-paren.
6732
6733 2006-11-08 Romain Francoise <romain@orebokech.com>
6734
6735 * subr.el (remove-overlays): Fix typo in last change.
6736
6737 2006-11-08 Richard Stallman <rms@gnu.org>
6738
6739 * subr.el (remove-overlays): Call overlay-recenter.
6740
6741 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6742
6743 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6744 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
6745 behaviour.
6746 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
6747 directly.
6748
6749 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6750
6751 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
6752 (ido-max-dir-file-cache, ido-decorations)
6753 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
6754 (ido-magic-backward-char, ido-enter-dired)
6755 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
6756 (ido-list-directory, ido-first-match, ido-only-match)
6757 (ido-subdir, ido-indicator): Fix typos in docstrings.
6758 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
6759 (ido-read-internal): Fix typo in error message.
6760
6761 2006-11-08 Kenichi Handa <handa@m17n.org>
6762
6763 * international/mule-cmds.el (set-default-coding-systems):
6764 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
6765
6766 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6767
6768 * makefile.w32-in (setwins): Remove.
6769 (WINS_ALMOST): New macro.
6770 (WINS): Use it.
6771 (autoloads): Don't extract autoloads from files in obsolete/.
6772
6773 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
6774
6775 * whitespace.el (whitespace-buffer): Call remove-overlays after
6776 overlay-recenter for performance. Suggested by Martin Rudalics.
6777
6778 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
6779
6780 * net/tramp.el (tramp-default-method): scp is the default method.
6781
6782 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
6783
6784 * server.el (server-start): Save also the Emacs pid in the server file.
6785
6786 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
6787
6788 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
6789 point when displaying a bibtex cross reference in the echo area.
6790
6791 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
6792
6793 * international/mule.el (make-char): Fix typo in docstring.
6794 (load-with-code-conversion, charsetp): Doc fixes.
6795
6796 * international/ja-dic-cnv.el (skkdic-convert):
6797 * cus-edit.el (hook): Fix typo in docstring.
6798
6799 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
6800
6801 * cus-edit.el (custom-mode-map): Move defvar above code using it.
6802 (custom-mode-link-map): New variable.
6803 (custom-group-link, custom-manual): Use follow-link.
6804
6805 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6806
6807 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
6808 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
6809
6810 2006-11-06 Richard Stallman <rms@gnu.org>
6811
6812 * textmodes/flyspell.el (flyspell-correct-word-before-point):
6813 New function broken out of flyspell-correct-word.
6814 (flyspell-mode-map): Bind it to M-RET.
6815 (flyspell-correct-word): Call it.
6816
6817 * textmodes/fill.el (fill-minibuffer-function): New function.
6818 (fill-paragraph): Bind fill-paragraph-function to
6819 fill-minibuffer-function.
6820
6821 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
6822 so that they aren't undefined.
6823
6824 * dired.el (dired-readin): Locally bind file-name-coding-system.
6825
6826 * bindings.el: Shorten and clarify usual mode line mouse help string.
6827
6828 * Makefile.in (autoloads): Don't include `obsolete'.
6829
6830 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
6831
6832 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6833 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
6834 Printing menu if it's not initialized.
6835 (pr-menu-bind): Act on menu-bar-file-menu directly.
6836
6837 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
6838
6839 * help.el (view-emacs-news): Fix typo in error message.
6840
6841 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
6842
6843 * shadowfile.el (shadow-define-regexp-group)
6844 (shadow-literal-groups, shadow-insert-var): Doc fixes.
6845 (shadow-read-files): Fix typo in message.
6846 (shadow-inhibit-overload, shadow-find, shadow-suffix)
6847 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
6848 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
6849 (shadow-file-match): Fix typos in docstrings.
6850
6851 * terminal.el (terminal-emulator): Fix typo in message.
6852
6853 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
6854
6855 * emacs-lisp/lselect.el (x-kill-primary-selection)
6856 (x-delete-primary-selection, x-copy-primary-selection):
6857 Fix typos in error messages.
6858
6859 * emulation/edt-mapper.el: Fix typo in interactive message.
6860
6861 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
6862
6863 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
6864 (ispell-help): Fix typos in docstrings.
6865 (ispell-help): Fix typo in output message.
6866
6867 * allout.el (allout-adjust-file-variable)
6868 (allout-passphrase-verifier-string)
6869 (allout-passphrase-hint-string)
6870 (allout-toggle-current-subtree-encryption):
6871 * apropos.el (apropos-synonyms):
6872 * cus-edit.el (hook):
6873 * emacs-lock.el (emacs-lock-from-exiting):
6874 * follow.el (follow-avoid-tail-recenter-p):
6875 * hexl.el (hexl-mode):
6876 * mouse-copy.el (mouse-copy-work-around-drag-bug):
6877 * mouse.el (mouse-set-font):
6878 * resume.el (resume-emacs-args-file):
6879 * rfn-eshadow.el (file-name-shadow-tty-properties):
6880 * t-mouse.el (t-mouse-process, t-mouse-mode):
6881 * emacs-lisp/cust-print.el (custom-print-install)
6882 (custom-print-uninstall, custom-format):
6883 * emacs-lisp/shadow.el (list-load-path-shadows):
6884 * emulation/tpu-edt.el (tpu-help-text)
6885 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
6886 (tpu-reset-control-keys):
6887 * emulation/vip.el (vip-emacs-local-map)
6888 (vip-change-mode-to-emacs):
6889 * emulation/viper.el (viper-mode, viper-set-hooks)
6890 (viper-major-mode-modifier-list):
6891 * emulation/viper-init.el (viper-emacs-state-cursor-color):
6892 * emulation/viper-keym.el (viper-emacs-kbd-map)
6893 (viper-toggle-key):
6894 * mail/feedmail.el (feedmail-queue-reminder)
6895 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
6896 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
6897 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
6898 (feedmail-sender-line, feedmail-force-binary-write)
6899 (feedmail-from-line, feedmail-deduce-envelope-from)
6900 (feedmail-x-mailer-line, feedmail-message-id-generator)
6901 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
6902 (feedmail-enable-spray, feedmail-spray-this-address)
6903 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
6904 (feedmail-queue-runner-confirm-global)
6905 (feedmail-ask-before-queue-prompt)
6906 (feedmail-ask-before-queue-reprompt)
6907 (feedmail-prompt-before-queue-standard-alist)
6908 (feedmail-prompt-before-queue-user-alist)
6909 (feedmail-prompt-before-queue-help-supplement)
6910 (feedmail-queue-use-send-time-for-message-id)
6911 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
6912 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
6913 (feedmail-mail-send-hook-queued)
6914 (feedmail-confirm-addresses-hook-example)
6915 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
6916 (feedmail-queue-runner-mode-setter)
6917 (feedmail-queue-alternative-mail-header-separator)
6918 (feedmail-queue-runner-message-sender)
6919 (feedmail-buffer-eating-function, feedmail-binmail-template)
6920 (feedmail-run-the-queue-no-prompts)
6921 (feedmail-run-the-queue-global-prompt)
6922 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
6923 (feedmail-envelope-deducer, feedmail-fiddle-date)
6924 (feedmail-default-message-id-generator)
6925 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
6926 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
6927 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
6928 (vms-pmail-setup):
6929 * play/dunnet.el (dun-help):
6930 * play/handwrite.el (handwrite):
6931 * play/hanoi.el (hanoi-unix-64):
6932 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6933 * textmodes/enriched.el (fixed):
6934 * textmodes/org.el (org-file-apps)
6935 (org-emphasis-regexp-components, org-emphasis-alist):
6936 * textmodes/texinfmt.el (batch-texinfo-format):
6937 Fix typos in docstrings.
6938
6939 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
6940
6941 * loadhist.el (read-feature): Don't complete features not loaded
6942 from a file (which make `unload-feature' to fail).
6943
6944 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
6945
6946 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
6947
6948 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
6949
6950 * startup.el (command-line-1): Kill emacs if the last frame is
6951 deleted while evaluating the command-line arguments.
6952
6953 2006-11-05 Richard Stallman <rms@gnu.org>
6954
6955 * startup.el (init-file-had-error): Add doc string.
6956 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
6957 Use fixed-width font for keyboard key descriptions.
6958
6959 * cus-edit.el (custom-save-all): Error if saving in .emacs
6960 and it had an error when loaded.
6961
6962 * dired-aux.el (dired-copy-file-recursive): Catch errors
6963 from recursive copies in the loop, around the recursive call.
6964
6965 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6966
6967 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
6968 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
6969 `/proc/acpi/thermal_zone/*'.
6970 (battery-search-for-one-match-in-files): New. Search a regexp in
6971 the content of some files.
6972
6973 2006-11-05 Martin Rudalics <rudalics@gmx.at>
6974
6975 * window.el (mouse-autoselect-window-now): Remove variable.
6976 (mouse-autoselect-window-state): New variable.
6977 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
6978 (mouse-autoselect-window-select, handle-select-window):
6979 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
6980 Suspend delayed autoselection during menu or popup dialog.
6981
6982 * info-look.el (info-lookup-guess-custom-symbol): New function
6983 for retrieving symbol at point in custom buffers.
6984 (top level) <info-lookup-maybe-add-help>: Add backquote and
6985 comma to ignored characters in regexps of help specifications
6986 for emacs-lisp-mode and lisp-interaction-mode. This permits
6987 looking up symbols in `...' and after a comma. Add help
6988 specifications for custom-mode and help-mode.
6989
6990 2006-11-04 Eli Zaretskii <eliz@gnu.org>
6991
6992 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
6993 Don't encode body if RAW is non-nil, or if the old encoding is
6994 identical to the new encoding, or if the body contains only
6995 eight-bit-* characters.
6996
6997 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
6998
6999 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
7000 (faces-sample-overlay): Remove variable.
7001 (describe-face): Insert sample text in the face being described.
7002
7003 2006-11-04 Martin Rudalics <rudalics@gmx.at>
7004
7005 * whitespace.el (whitespace-indent-regexp): Make this match any
7006 multiples of eight spaces near the beginning of a line.
7007 (whitespace-buffer): Use `remove-overlays' instead of
7008 `whitespace-unhighlight-the-space' and `overlay-recenter' to
7009 speed up overlay handling.
7010 (whitespace-buffer-leading, whitespace-buffer-trailing):
7011 Make these functions highlight the text removed by
7012 `whitespace-buffer-leading-cleanup' and
7013 `whitespace-buffer-trailing-cleanup' respectively.
7014 (whitespace-buffer-search): Use `with-local-quit'.
7015 Move `format' out of loop to speed up scanning larger buffers.
7016 (whitespace-unhighlight-the-space): Remove `remove-hook' since
7017 that function is never added to a hook.
7018 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
7019 (whitespace-buffer-leading-cleanup)
7020 (whitespace-refresh-rescan-list): Fix docstrings.
7021
7022 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
7023
7024 * allout.el (allout-during-yank-processing): Cue for inhibiting
7025 aberrance processing during yanks.
7026 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
7027 the amount of yanked topics that can be aberrant.
7028 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
7029 a function, and supplement with inihibition of doublechecking
7030 during yanks.
7031 (allout-beginning-of-line, allout-next-heading)
7032 (allout-previous-heading, allout-goto-prefix-doublechecked)
7033 (allout-back-to-current-heading, allout-next-visible-heading)
7034 (allout-next-sibling): Use new allout-do-doublecheck function.
7035 (allout-next-sibling): Ensure we made progress when returning
7036 other than nil.
7037 (allout-rebullet-heading): Preserve text property annotations
7038 indicating the text was hidden, if it was.
7039 (allout-kill-line): Remove any added was-hidden annotations.
7040 (allout-kill-topic): Remove any added was-hidden annotations.
7041 (allout-annotate-hidden): Inhibit adding was-hidden text
7042 properties to the undo list.
7043 (allout-deannotate-hidden): New function to remove was-hidden
7044 annotation.
7045 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
7046 (allout-remove-exposure-annotation): Replace by
7047 allout-deannotate-hidden.
7048 (allout-yank-processing): Signal that yank processing is happening
7049 with allout-during-yank-processing. Also, wrap
7050 allout-unprotected's closer to the text changes, for easier
7051 debugging. We need to inhibit-field-text-motion explicitly, in
7052 lieu of the encompassing allout-unprotected.
7053 (outlineify-sticky): Adjust criteria for triggering new outline
7054 decorations to presence or absence of any topics, not just a topic
7055 at the beginning of the buffer.
7056
7057 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
7058
7059 * bs.el (bs--show-all, bs--redisplay):
7060 * cus-edit.el (custom-unlispify-menu-entries)
7061 (custom-unlispify-tag-names, custom-prompt-variable):
7062 * expand.el (expand-pos):
7063 * speedbar.el (speedbar-generic-list-tag-p):
7064 * wid-edit.el (widget-image-enable):
7065 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
7066 * emacs-lisp/find-func.el (find-function-noselect)
7067 (find-function, find-variable-noselect, find-variable)
7068 (find-definition-noselect, find-face-definition):
7069 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
7070 * net/eudc-vars.el (eudc-expansion-overwrites-query):
7071 * progmodes/ada-xref.el (ada-find-in-ali):
7072 * textmodes/flyspell.el (flyspell-check-tex-math-command):
7073 * textmodes/org.el (org-copy-subtree):
7074 * textmodes/table.el (table--row-column-insertion-point-p):
7075 Use "non-nil" in docstrings.
7076
7077 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
7078
7079 * sort.el (sort-columns): Set the field separator to tab; on
7080 NetBSD, sort complains if "\n" is used as field separator.
7081
7082 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
7083
7084 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
7085
7086 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7087
7088 * server.el (server-auth-key): Remove. Replace by a process-property.
7089 (server-start): Don't remove the file of the previous process, but
7090 instead clear out the place for the new file.
7091 (server-start): Set the :auth-key property.
7092 (server-process-filter): Use the :auth-key property.
7093
7094 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
7095
7096 * textmodes/org.el (org-mode-map): No longer copy
7097 `outline-mode-map' explicitly - this is already done by
7098 `define-derived-mode'.
7099
7100 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
7101
7102 * server.el (server-visit-files): Use `when'.
7103 (server-process-filter): When authentication fails, send error
7104 message to client. Wrap `process-send-region' in `ignore-errors'
7105 instead of `condition-case', and remove misleading comment.
7106
7107 2006-11-01 Juri Linkov <juri@jurta.org>
7108
7109 * simple.el (yank): Doc fix.
7110
7111 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
7112
7113 * server.el: Try and fit within 80 columns.
7114 (server-start): Make the auth file unreadable by other users.
7115
7116 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7117
7118 * battery.el (battery-linux-proc-acpi): Prevent range error when
7119 `full-capacity' is 0.
7120
7121 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7122
7123 * faces.el (faces-sample-overlay): New defvar.
7124 (faces-sample-overlay): New function to show face sample text.
7125 (describe-face): Use it.
7126
7127 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
7128
7129 * progmodes/ada-stmt.el: Change maintainer, apply
7130 whitespace-cleanup, checkdoc.
7131 (ada-func-or-proc-name): Add doc string.
7132
7133 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
7134 whitespace-cleanup, checkdoc. Minor improvements to many doc
7135 strings and comments.
7136 (ada-prj-display-page): Change buffer name to more accurately
7137 reflect function.
7138
7139 * progmodes/ada-xref.el: Change maintainer, apply
7140 whitespace-cleanup, checkdoc. Minor improvements to many doc
7141 strings and comments. Don't look for `gvd' or `ddd' debuggers.
7142 (ada-compile-current): Don't add newlines to commands.
7143
7144 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
7145
7146 * server.el: Add support for TCP sockets.
7147 (server-use-tcp, server-host, server-auth-dir): New options.
7148 (server-auth-key): New variable.
7149 (server-ensure-safe-dir): Create nonexistent parent dirs.
7150 Ignore Unix-style file modes on Windows.
7151 (server-start): Crete a TCP or Unix socket according to the value
7152 of `server-use-tcp'. For TCP sockets, create the id/auth file in
7153 `server-auth-dir' directory.
7154 (server-process-filter): Delete process if authentication
7155 fails (which never happens for Unix sockets).
7156
7157 2006-10-30 David Kastrup <dak@gnu.org>
7158
7159 * subr.el (add-to-list): Don't continue checking if a match has
7160 been found.
7161
7162 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
7163
7164 * tutorial.el: Move defvars to avoid bytecomp warnings.
7165 (tutorial--find-changed-keys): Check if viper-current-state is
7166 bound before using it.
7167 (help-with-tutorial): Check if viper-tutorial is defined before
7168 using it.
7169
7170 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
7171
7172 * help-fns.el (help-with-tutorial): Move to tutorial.el.
7173
7174 * tutorial.el: New file.
7175 (help-with-tutorial): Move here from help-fns.el. Added help for
7176 rebound keys. Fixed resume of tutorial.
7177 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
7178 (tutorial--find-changed-keys, tutorial--display-changes)
7179 (tutorial--saved-dir, tutorial--saved-file)
7180 (tutorial--save-tutorial): New functions to support the changes in
7181 help-with-tutorial.
7182
7183 2006-10-30 Kenichi Handa <handa@m17n.org>
7184
7185 * files.el (revert-buffer): If a unibyte buffer is being reverted
7186 with a coding system for multibyte, set buffer multibyte before
7187 calling insert-file-contents.
7188
7189 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7190
7191 * server.el (server-select-display): Use a dummy buffer to detect when
7192 the frame is later used.
7193 (server-select-display): New function.
7194 (server-process-filter): Use it to detect unused temp frames.
7195
7196 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
7197
7198 * progmodes/ada-mode.el: Change maintainer, apply
7199 whitespace-clean, checkdoc. Minor improvements to many doc strings.
7200 (ada-mode-version): New function.
7201 (ada-create-menu): Menu operations are available for all supported
7202 compilers.
7203
7204 2006-10-29 Lars Hansen <larsh@soem.dk>
7205
7206 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
7207 Highlight as keyword.
7208 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
7209 Don't call tramp-method-out-of-band-p for local files.
7210 (tramp-touch): Quote file name.
7211
7212 2006-10-28 Glenn Morris <rgm@gnu.org>
7213
7214 * calendar/calendar.el (cal-html-cursor-month)
7215 (cal-html-cursor-year): Add autoloads for this new package.
7216 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
7217
7218 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
7219
7220 * calendar/cal-html.el: New file.
7221
7222 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
7223
7224 * emacs-lisp/authors.el (authors-aliases): Update.
7225
7226 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
7227
7228 * version.el (emacs-version): Bump version number to 22.0.90.
7229
7230 2006-10-26 John W. Eaton <jwe@octave.org>
7231
7232 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
7233 New defvar.
7234 (inferior-octave-resync-dirs): Check to see whether Octave has
7235 built-in variables and set inferior-octave-has-built-in-variables.
7236 Check inferior-octave-has-built-in-variables to decide whether to
7237 send commands that set built-in variables or call functions to
7238 change Octave's behavior.
7239 Send "disp (pwd ())" to Octave instead of just "pwd".
7240 (inferior-octave-startup): Send "more off" to Octave instead of
7241 "page_screen_output = 0".
7242
7243 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
7244
7245 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
7246 pattern normally.
7247
7248 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
7249
7250 * bindings.el (mode-line-mode-menu): Remove bindings for global
7251 minor modes (line/column number) as they are on the menubar.
7252
7253 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
7254
7255 * term/w32-win.el (x-handle-name-switch): Doc fix.
7256 (w32-standard-fontset-spec): Fix typo in docstring.
7257
7258 * midnight.el (midnight-buffer-display-time): Doc fix.
7259 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
7260
7261 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
7262
7263 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
7264
7265 * viper-ex.el (ex-read): Quote file argument.
7266
7267 * ediff-diff.el (ediff-same-file-contents): Expand file names.
7268
7269 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
7270
7271 2006-10-22 Martin Rudalics <rudalics@gmx.at>
7272
7273 * textmodes/flyspell.el (flyspell-check-region-doublons):
7274 Fix last fix.
7275
7276 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
7277
7278 * bindings.el (mode-line-mode-menu): List global minor modes
7279 before local ones.
7280
7281 2006-10-23 Kim F. Storm <storm@cua.dk>
7282
7283 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
7284 (sit-for): If last command was a prefix arg, add the read-ahead
7285 event to unread-command-events as (t . EVENT) so it will be added
7286 to this-command-keys by read-key-sequence.
7287
7288 2006-10-22 Martin Rudalics <rudalics@gmx.at>
7289
7290 * textmodes/flyspell.el (flyspell-word): Skip past all previous
7291 whitespace when checking doublons.
7292 (flyspell-check-region-doublons): Fix doublon regexp.
7293 (flyspell-highlight-incorrect-region): Highlight doublons using
7294 flyspell-duplicate face.
7295
7296 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
7297
7298 2006-10-22 John Wiegley <johnw@newartisans.com>
7299
7300 * progmodes/python.el (python-use-skeletons): python-mode was
7301 auto-inserting templates (for those with abbrev-mode on), not only
7302 by default -- *but without a configuration variable to disable
7303 it*. This rendered python-mode completely useless for me, so I
7304 have added `python-use-skeletons', which is now off by default.
7305
7306 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
7307
7308 * progmodes/cperl-mode.el (cperl-mode): Don't assume
7309 font-lock-multiline is auto-local (it's not).
7310 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
7311 initialized before calling cperl-init-faces.
7312
7313 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
7314
7315 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
7316 gdb-stack-position a value when there is no fringe.
7317
7318 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
7319 indicator if not visiting a file.
7320
7321 2006-10-20 David Kastrup <dak@gnu.org>
7322
7323 * window.el (kill-buffer-and-window): Fix a bug where an aborted
7324 operation would still cause some window to collapse later.
7325
7326 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7327
7328 * vc.el (vc-switch-backend): Try to be more careful with unwanted
7329 side-effect due to mixing various backends's file properties.
7330
7331 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
7332 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
7333 Return `filename's status if applicable. Update callers.
7334
7335 2006-10-19 Kenichi Handa <handa@m17n.org>
7336
7337 * international/kkc.el (kkc-region): When a key sequence is not
7338 defined, append (this-single-command-raw-keys) to
7339 unread-input-method-events.
7340
7341 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
7342
7343 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
7344
7345 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7346
7347 * version.el (emacs-version): Use mac-carbon-version-string.
7348
7349 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
7350
7351 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7352
7353 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
7354 Kenichi Handa).
7355 (xselect-convert-to-string): Decline requests for UTF8_STRING if
7356 the selection is not UTF-8.
7357
7358 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
7359
7360 * progmodes/ada-mode.el (ada-83-string-keywords)
7361 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
7362 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
7363 (ada-looking-at-semi-private, ada-get-body-name):
7364 Fix typos in docstrings.
7365 (ada-create-case-exception, ada-create-case-exception-substring):
7366 Fix typos in error messages.
7367 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
7368
7369 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7370
7371 * term/x-win.el (res-geometry): Don't set geometry from Xresources
7372 to default-frame-alist if default-frame-alist already contains
7373 width/height.
7374
7375 2006-10-18 Richard Stallman <rms@gnu.org>
7376
7377 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
7378 Non-interactive arg is the value, not the expression.
7379
7380 * simple.el (read-expression-map): Just set it, no defvar.
7381
7382 * subr.el (insert-for-yank-1): If last inserted char has
7383 properties, mark them as rear-nonsticky.
7384
7385 * recentf.el (recentf-mode): Doc fix.
7386
7387 * facemenu.el (facemenu-add-new-face): Defend against symbol
7388 that isn't a face name.
7389
7390 * dired-aux.el (dired-do-copy): Doc fix.
7391
7392 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
7393
7394 * simple.el (line-move-1): Ignore fields when moving to the
7395 beginning of line to avoid getting point stuck.
7396
7397 2006-10-18 Martin Rudalics <rudalics@gmx.at>
7398
7399 * textmodes/flyspell.el (flyspell-word-search-backward):
7400 Set inhibit-point-motion-hooks to avoid looping due to intangibile
7401 text.
7402
7403 2006-10-16 Richard Stallman <rms@gnu.org>
7404
7405 * help-fns.el (describe-function-1): Special case optimization
7406 for self-insert-command.
7407
7408 2006-10-16 Kim F. Storm <storm@cua.dk>
7409
7410 * ido.el (ido-reread-directory): Work in `dir' mode too.
7411
7412 2006-10-15 Martin Rudalics <rudalics@gmx.at>
7413
7414 * textmodes/table.el: Require 'regexp-opt.
7415
7416 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
7417
7418 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
7419 Use shell-quote-argument.
7420
7421 * shell.el (explicit-bash-args): Likewise.
7422
7423 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
7424 Use grep -E rather than egrep.
7425
7426 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7427
7428 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
7429
7430 2006-10-15 Kim F. Storm <storm@cua.dk>
7431
7432 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
7433
7434 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
7435
7436 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
7437 to protect whitespace and metacharacters from the shell.
7438
7439 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7440
7441 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
7442
7443 2006-10-13 Eli Zaretskii <eliz@gnu.org>
7444
7445 * subr.el (start-process-shell-command): Doc fix.
7446
7447 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
7448
7449 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
7450 the regexp for Maxima symbols.
7451
7452 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
7453
7454 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
7455 (vc-find-root): Don't walk higher up than ~.
7456
7457 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
7458
7459 * international/utf-8.el (utf-translate-cjk-load-tables):
7460 Avoid clobbering last-coding-system-used during load.
7461
7462 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
7463
7464 * textmodes/reftex-global.el (reftex-create-tags-file):
7465 Quote file arguments.
7466
7467 2006-10-12 Richard Stallman <rms@gnu.org>
7468
7469 * files.el (file-name-history): Add defvar.
7470 (save-some-buffers-action-alist): Improve description strings.
7471
7472 2006-10-12 Andreas Schwab <schwab@suse.de>
7473
7474 * files.el (auto-mode-alist): Match change log file name also with
7475 a dash before a numeric extension.
7476
7477 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
7478
7479 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
7480 After 5.0:
7481 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
7482
7483 After 5.1: Major edit. Summary of most visible changes:
7484
7485 - Multiple <<HERE per line allowed.
7486 - Handles multiline subroutine declaration headers (with comments).
7487 (The exception is `cperl-etags' - but it is not used in the rest
7488 of the mode.)
7489 - Fontifies multiline my/our declarations (even with comments,
7490 and with legacy `font-lock').
7491 - Major speedup of syntaxification, both immediate and postponed
7492 (3.5x to 15x [for different CPUs and versions of Emacs] on the
7493 huge real-life document I tested).
7494 - New bindings, edits to imenu.
7495 - "_" is made into word-char during fontification/syntaxification;
7496 some attempts to recognize non-word "_" during other operations too.
7497 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
7498 - autoload some more perldoc-related stuff
7499 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
7500 - Attempt to incorporate XEmacs edits which reached me.
7501
7502 Fine-grained changelog:
7503 (cperl-hook-after-change): New configuration variable.
7504 (cperl-vc-sccs-header): Likewise.
7505 (cperl-vc-sccs-header): Likewise.
7506 (cperl-vc-header-alist): Default via two preceding variables.
7507 (cperl-invalid-face): Remove double quoting under XEmacs
7508 (still needed under 21.2).
7509 (cperl-tips): Update URLs for resources.
7510 (cperl-problems): Likewise.
7511 (cperl-praise): Mention new features.
7512 New C-c key bindings: for `cperl-find-bad-style',
7513 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
7514 `cperl-perdoc', and `cperl-perldoc-at-point'.
7515 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
7516 moved, new submenu of Tools with Ispell entries and narrowing.
7517 (cperl-after-sub-regexp): New defsubst.
7518 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
7519 Allows heads up to head4.
7520 Allow "package;".
7521 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
7522 (paren-backwards-message): ??? Something for XEmacs???
7523 (cperl-mode): Never auto-switch abbrev-mode off.
7524 Try to allow '_' be non-word char.
7525 Do not use `font-lock-unfontify-region-function' on XEmacs.
7526 Reset syntax cache on mode start.
7527 Support multiline facification (even on legacy `font-lock').
7528 (cperl-facemenu-add-face-function): ??? Some contributed code ???
7529 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
7530 refuse to inform us whether the fontification is due to lazy
7531 calling or due to edit to a buffer, install our own hook
7532 (controlled by `cperl-hook-after-change').
7533 (cperl-electric-pod): =cut may have been recognized as start.
7534 (cperl-block-p): Move, updatedfor attributes.
7535 (cperl-calculate-indent): Try to allow '_' be non-word char
7536 Support subs with attributes.
7537 (cperl-where-am-i): Quiet (?) a warning.
7538 (cperl-cached-syntax-table): New function.
7539 (cperl-forward-re): Use `cperl-cached-syntax-table'.
7540 (cperl-unwind-to-safe): Recognize `syntax-type' property
7541 changing in a middle of line.
7542 (cperl-find-sub-attrs): New function.
7543 (cperl-find-pods-heres): Allow many <<EOP per line.
7544 Allow subs with attributes.
7545 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
7546 Recognize "extproc " (OS/2) case-folded and only at start.
7547 /x on s///x with empty replacement was not recognized.
7548 Better comments.
7549 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
7550 Allow subs with attributes, labels.
7551 Do not confuse "else::foo" with "else".
7552 Minor optimizations...
7553 (cperl-after-expr-p): Try to allow '_' be non-word char.
7554 (cperl-fill-paragraph): Try to detect a major bug in Emacs
7555 with `looking-at' inside `narrow' and bulk out if found.
7556 (cperl-imenu--create-perl-index): Updates for new
7557 `cperl-imenu--function-name-regexp-perl'.
7558 (cperl-outline-level): Likewise.
7559 (cperl-init-faces): Allow multiline subroutine headers
7560 and my/our declarations, and ones with comments.
7561 Allow subroutine attributes.
7562 (cperl-imenu-on-info): Better docstring.
7563 (cperl-etags): Rudimentary support for attributes.
7564 Support for packages and "package;".
7565 (cperl-add-tags-recurse-noxs): Better (?) docstring.
7566 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
7567 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
7568 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
7569 (cperl-perldoc): Add autoload.
7570 (cperl-perldoc-at-point): Likewise.
7571 (cperl-here-doc-spell): New function.
7572 (cperl-pod-spell): Likewise.
7573 (cperl-map-pods-heres): Likewise.
7574 (cperl-get-here-doc-region): Likewise.
7575 (cperl-font-lock-fontify-region-function): Likewise (backward
7576 compatibility for legacy `font-lock').
7577 (cperl-font-lock-unfontify-region-function): Fix style.
7578 (cperl-fontify-syntaxically): Recognize and optimize away deferred
7579 calls with no-change. Governed by `cperl-hook-after-change'.
7580 (cperl-fontify-update): Recognize that syntaxification region
7581 can be larger than fontification one.
7582 XXXX we leave `cperl-postpone' property, so this is quadratic...
7583 (cperl-fontify-update-bad): Temporary placeholder until
7584 it is clear how to implement `cperl-fontify-update'.
7585 (cperl-time-fontification): New function.
7586 (attrib-group): New text attribute.
7587 (multiline): New value: `syntax-type' text attribute.
7588
7589 After 5.2:
7590 (cperl-emulate-lazy-lock): New function.
7591 (cperl-fontify-syntaxically): Would skip large regions.
7592 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
7593 Some globals were declared, but uninitialized.
7594
7595 After 5.3, 5.4:
7596 (cperl-facemenu-add-face-function): Add docs, fix U<>.
7597 Copyright message updated.
7598 (cperl-init-faces): Work around a bug in `font-lock'. May slow
7599 facification down a bit.
7600 Misprint for my|our|local for old `font-lock'
7601 "our" was not fontified same as "my|local".
7602 Highlight variables after "my" etc even in
7603 a middle of an expression.
7604 Do not facify multiple variables after my etc
7605 unless parentheses are present.
7606
7607 After 5.5, 5.6
7608 (cperl-fontify-syntaxically): after-change hook could reset.
7609 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
7610
7611 After 5.7:
7612 (cperl-init-faces): Allow highlighting of local ($/).
7613 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
7614 (cperl-problems): Remove fixed problems.
7615 (cperl-find-pods-heres): Recognize #-comments in m##x too.
7616 Recognize charclasses (unless delimiter is \).
7617 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
7618 (cperl-regexp-scan): Update docs.
7619 (cperl-beautify-regexp-piece): Use information got from regexp scan.
7620
7621 After 5.8:
7622 Major user visible changes:
7623 Recognition and fontification of character classes in RExen.
7624 Variable indentation of RExen according to groups.
7625
7626 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
7627 Fontify REx charclasses in variable-name face.
7628 Fontify POSIX charclasses in "type" face.
7629 Fontify unmatched "]" in function-name face.
7630 Mark first-char of HERE-doc as `front-sticky'.
7631 Reset `front-sticky' property when needed.
7632 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
7633 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
7634 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
7635 constructs. Support `narrow'ed buffers.
7636 (cperl-praise): Remove a reservation.
7637 (cperl-make-indent): New function.
7638 (cperl-indent-for-comment): Use `cperl-make-indent'.
7639 (cperl-indent-line): Likewise.
7640 (cperl-lineup): Likewise.
7641 (cperl-beautify-regexp-piece): Likewise.
7642 (cperl-contract-level): Likewise.
7643 (cperl-toggle-set-debug-unwind): New function.
7644 New menu entry for this.
7645 (fill-paragraph-function): Use when `boundp'.
7646 (cperl-calculate-indent): Take into account groups when indenting RExen.
7647 (cperl-to-comment-or-eol): Recognize # which end a string.
7648 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
7649 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
7650 (cperl-fontify-syntaxically): More clear debugging message.
7651 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
7652 (cperl-init-faces): More complicated highlight even on XEmacs (new).
7653 Merge cosmetic changes from XEmacs.
7654
7655 After 5.9:
7656 (cperl-1+): Move to before the first use.
7657 (cperl-1-): Likewise.
7658
7659 After 5.10:
7660
7661 This code may lock Emacs hard!!! Use at your own risk!
7662
7663 (cperl-font-locking): New internal variable.
7664 (cperl-beginning-of-property): New function.
7665 (cperl-calculate-indent): Use `cperl-beginning-of-property'
7666 instead of `previous-single-property-change'.
7667 (cperl-unwind-to-safe): Likewise.
7668 (cperl-after-expr-p): Likewise.
7669 (cperl-get-here-doc-region): Likewise.
7670 (cperl-font-lock-fontify-region-function): Likewise.
7671 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
7672 recursively.
7673 Bound `next-single-property-change' via `point-max'.
7674 (cperl-unwind-to-safe): Bound likewise
7675 (cperl-font-lock-fontify-region-function): Likewise.
7676 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
7677 Initialization of `cperl-font-lock-multiline-start' could be
7678 missed if the "main" fontification did not run due to the
7679 keyword being already fontified.
7680 (cperl-pod-spell): Return t from do-one-chunk function.
7681 (cperl-map-pods-heres): Stop when the worker returns nil.
7682 Call `cperl-update-syntaxification'.
7683 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
7684 (cperl-get-here-doc-delim): Remove unused function.
7685
7686 After 5.11:
7687
7688 The possible lockup of Emacs (introduced in 5.10) fixed.
7689
7690 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
7691 (cperl-syntaxify-for-menu): New customization variable.
7692 (cperl-select-this-pod-or-here-doc): New function.
7693 (cperl-get-here-doc-region): Extra argument.
7694 Do not adjust pos by 1.
7695
7696 New menu entries
7697 (Perl/Tools): Selection of current POD or HERE-DOC section.
7698 (Debugging CPerl:) backtrace on fontification.
7699
7700 After 5.12:
7701 (cperl-cached-syntax-table): Use `car-safe'.
7702 (cperl-forward-re): Remove spurious argument SET-ST.
7703 Add documentation.
7704 (cperl-forward-group-in-re): New function.
7705 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
7706 (XXXX Temporary (?) hack is to syntax-mark them as comment).
7707
7708 After 5.13:
7709 (cperl-string-syntax-table): Make { and } not-grouping
7710 (Sometimes they ARE grouping in RExen, but matching them would only
7711 confuse in many situations when they are not)
7712 (beginning-of-buffer): Replace two occurrences with goto-char...
7713 (cperl-calculate-indent): `char-after' could be nil...
7714 (cperl-find-pods-heres): REx can start after "[" too.
7715 Hightlight (??{}) in RExen too.
7716 (cperl-maybe-white-and-comment-rex): New constant
7717 (cperl-white-and-comment-rex): Likewise.
7718 XXXX Not very efficient, but hard to make
7719 better while keeping 1 group.
7720
7721 After 5.13:
7722 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
7723 Likewise for 1 << identifier.
7724
7725 After 5.14:
7726 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
7727 Error-less condition-case could fail.
7728 (cperl-font-lock-fontify-region-function): Likewise.
7729 (cperl-init-faces): Likewise.
7730
7731 After 5.15:
7732 (cperl-find-pods-heres): Support property REx-part2.
7733 (cperl-calculate-indent): Likewise.
7734 Don't special-case REx with non-empty 1st line.
7735 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
7736 Invert highlighting of charclasses:
7737 now the envelop is highlighted.
7738 Highlight many others 0-length builtins.
7739 (cperl-praise): Mention indenting and highlight in RExen.
7740
7741 After 5.15:
7742 (cperl-find-pods-heres): Highlight capturing parens in REx.
7743
7744 After 5.16:
7745 (cperl-find-pods-heres): Highlight '|' for alternation
7746 Initialize `font-lock-warning-face' if not present.
7747 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
7748 `font-lock-function-name-face'.
7749 (cperl-look-at-leading-count): Likewise.
7750 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
7751 `font-lock-keyword-face' (needed for
7752 batch processing), etc...
7753 Use `font-lock-builtin-face' for builtin in REx
7754 Now `font-lock-variable-name-face'
7755 is used for interpolated variables
7756 Use "talking aliases" for faces inside REx
7757 Highlight parts of REx (except in charclasses)
7758 according to the syntax and/or semantic
7759 Syntax-mark a {}-part of (?{}) as "comment"
7760 (it was the ()-part)
7761 Better logic to distinguish what is what in REx
7762 (cperl-tips-faces): Document REx highlighting
7763 (cperl-praise): Mention REx syntax highlight etc.
7764
7765 After 5.17:
7766 (cperl-find-sub-attrs): Would not always manage to print error message.
7767 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
7768
7769 After 5.18:
7770 (cperl-find-pods-heres): Misprint in REx for parsing REx.
7771 Very minor optimization.
7772 `my-cperl-REx-modifiers-face' got quoted.
7773 Recognize "print $foo <<END" as HERE-doc.
7774 Put `REx-interpolated' text attribute if needed.
7775 (cperl-invert-if-unless-modifiers): New function.
7776 (cperl-backward-to-start-of-expr): Likewise.
7777 (cperl-forward-to-end-of-expr): Likewise.
7778 (cperl-invert-if-unless): Works in "the opposite way" too.
7779 Cursor position on return is on the switch-word.
7780 Indents comments better.
7781 (REx-interpolated): New text attribute.
7782 (cperl-next-interpolated-REx): New function.
7783 (cperl-next-interpolated-REx-0): Likewise.
7784 (cperl-next-interpolated-REx-1): Likewise.
7785 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
7786 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
7787 (cperl-praise): Mention finded interpolated RExen.
7788
7789 After 5.19:
7790 (cperl-init-faces): Highlight %$foo, @$foo too.
7791 (cperl-short-docs): Better docs for system, exec.
7792 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
7793 Would not find HERE-doc ended by EOF without NL.
7794 (cperl-short-docs): Correct not-doubled \-escapes.
7795 start block: Put some `defvar' for stuff gone from XEmacs.
7796
7797 After 5.20:
7798 initial comment: Extend copyright, fix email address.
7799 (cperl-indent-comment-at-column-0): New customization variable.
7800 (cperl-comment-indent): Indentation after $#a would increasy by 1.
7801 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
7802 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
7803 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
7804 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
7805 highlight $ in $foo too (UNTESTED).
7806 (cperl-set-style): Docstring missed some available styles.
7807 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
7808 Change "Current" to "Memorize Current".
7809 (cperl-indent-wrt-brace): New customization variable; the default is
7810 as for pre-5.2 version.
7811 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
7812 (cperl-style-alist): Likewise.
7813 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
7814 and `cperl-extra-newline-before-brace' etc
7815 being t
7816 (cperl-indent-exp): Plans B and C to find continuation blocks even
7817 if `cperl-extra-newline-before-brace' is t.
7818
7819 After 5.21:
7820 Improve some docstrings concerning indentation.
7821 (cperl-indent-rules-alist): New variable.
7822 (cperl-sniff-for-indent): New function name
7823 (separated from `cperl-calculate-indent').
7824 (cperl-calculate-indent): Separate the sniffer and the indenter;
7825 uses `cperl-sniff-for-indent' now.
7826 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
7827 was inverted;
7828 Support `comment-column' = 0.
7829
7830 2006-10-11 Martin Rudalics <rudalics@gmx.at>
7831
7832 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
7833 * help-at-pt.el (scan-buf-move-to-region): Likewise.
7834 * longlines.el (longlines-window-change-function): Likewise.
7835 * simple.el (undo-ask-before-discard): Likewise.
7836 * wid-edit.el (widget-field-prompt-internal)
7837 (widget-documentation-link-p): Likewise.
7838
7839 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7840
7841 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
7842 for a keyword.
7843
7844 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7845
7846 * newcomment.el (comment-valid-prefix-p): Make the check
7847 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
7848 (comment-indent-new-line): Adjust call.
7849
7850 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
7851
7852 * allout.el (allout-back-to-current-heading): Base on lower-level
7853 routines to get proper disqualification of aberrant topics.
7854
7855 2006-10-09 Richard Stallman <rms@gnu.org>
7856
7857 * textmodes/two-column.el (2C-two-columns): Doc fix.
7858
7859 2006-10-09 Kim F. Storm <storm@cua.dk>
7860
7861 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
7862 about implicit use.
7863
7864 2006-10-08 Richard Stallman <rms@gnu.org>
7865
7866 * textmodes/two-column.el (2C-two-columns): Doc fix.
7867
7868 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
7869
7870 * files.el: Mark `buffer-read-only' as safe-local-variable.
7871
7872 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
7873
7874 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
7875 Burp if GUD buffer has been killed.
7876
7877 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7878
7879 * completion.el (add-completions-from-c-buffer):
7880 Don't presume an error's second element is a string.
7881 Use looking-at rather than buffer-substring + member.
7882
7883 2006-10-07 Eli Zaretskii <eliz@gnu.org>
7884
7885 * mail/rmail.el (rmail-redecode-body): If the old encoding is
7886 `undecided', call find-coding-systems-region to find a proper
7887 non-trivial encoding.
7888 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
7889 and "text/plain".
7890
7891 2006-10-07 Kevin Ryde <user42@zip.com.au>
7892
7893 * textmodes/reftex-vars.el (defgroup reftex): Update home page
7894 url-link.
7895
7896 * strokes.el (defgroup strokes): Remove invalid url-link.
7897
7898 2006-10-07 Magnus Henoch <mange@freemail.hu>
7899
7900 * autoinsert.el (auto-insert-alist): Doc fix.
7901
7902 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7903
7904 * mouse-sel.el (mouse-insert-selection-internal):
7905 Use insert-for-yank, so that yank handlers are run.
7906
7907 2006-10-07 Kim F. Storm <storm@cua.dk>
7908
7909 * ido.el (ido-file-extension-aux): Fix comparison.
7910
7911 2006-10-06 Kim F. Storm <storm@cua.dk>
7912
7913 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
7914
7915 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
7916
7917 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
7918 (ad-make-mapped-call): Use `let', not `let*'.
7919
7920 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
7921
7922 * international/mule-cmds.el (coding-system-change-eol-conversion):
7923 Ensure the coding system is initialized before calling
7924 coding-system-eol-type.
7925
7926 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
7927
7928 * textmodes/org.el (org-rm-props, org-activate-plain-links)
7929 (org-activate-angle-links, org-activate-dates)
7930 (org-activate-target-links, org-activate-camels)
7931 (org-activate-tags): Add `rear-nonsticky' text property to avoid
7932 textproperty keymaps from being active beyond the end of a line.
7933 (org-unfontify-region): Also remove `rear-nonsticky' property.
7934
7935 2006-10-04 Kenichi Handa <handa@m17n.org>
7936
7937 * international/code-pages.el (next): Table fixed.
7938
7939 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7940
7941 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
7942 that it's been made unnecessary by removing narrowing.
7943
7944 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7945
7946 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
7947 control flow a bit, simplify another bit, and add comments.
7948
7949 2006-10-03 David Kastrup <dak@gnu.org>
7950
7951 * help.el (describe-mode): For clicks on mode-line, use "@"
7952 interactive argument to get the major mode of the click instead of
7953 the current buffer.
7954
7955 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
7956 in order to better redirect mouse-2 clicks. Also allow default
7957 bindings to apply.
7958
7959 2006-10-03 Kim F. Storm <storm@cua.dk>
7960
7961 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
7962 (pushnew): Fix last change.
7963
7964 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
7965
7966 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
7967 Use the interactive spec of `eval-expression'.
7968
7969 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
7970
7971 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
7972
7973 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
7974
7975 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
7976 2006-09-28 commit.
7977
7978 2006-10-02 Kenichi Handa <handa@m17n.org>
7979
7980 * international/code-pages.el (iso-8859-6): Table fixed.
7981
7982 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
7983
7984 * dired.el (dired-build-subdir-alist): Fix previous change.
7985
7986 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7987
7988 * simple.el (undo-elt-crosses-region): Fix the inequalities.
7989
7990 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7991
7992 * emacs-lisp/find-func.el (find-function-regexp): Don't match
7993 "define-button-type".
7994
7995 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
7996 they don't keep accumulating.
7997
7998 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
7999
8000 * ffap.el (ffap-rfc-path): Change the address of the RFC
8001 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
8002
8003 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
8004
8005 * allout.el (allout-expose-topic): Rectify implementation of "+"
8006 spec, so that bodies are not exposed with headlines.
8007
8008 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
8009
8010 * allout.el (allout-current-depth): Do aberrent check only at or
8011 below doublecheck depth.
8012 (allout-chart-subtree): Make it explicit that LEVELS being nil
8013 means unlimited depth. Drop undocumented support for LEVELS value
8014 t meaning unlimited depth. (This is consistent with
8015 allout-chart-to-reveal, but contrary to allout-show-children,
8016 which needs to use nil to default to depth of 1.)
8017 (allout-goto-prefix-doublechecked): Wrap long docstring line.
8018 (allout-chart-to-reveal): Be explicit in docstring about meaning
8019 of nil LEVELS, and drop support for LEVELS value t.
8020 (allout-show-children): Translate the level spec used by this
8021 routine to that used by allout-chart-subtree and
8022 allout-chart-to-reveal.
8023 (allout-show-to-offshoot): Retry once when stuck, after opening
8024 subtree - improvements in discontinuity handling likely will
8025 enable progress.
8026
8027 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
8028
8029 * wid-edit.el (widget-button-click-moves-point): New variable.
8030 (widget-button-click): If widget-button-click-moves-point is
8031 non-nil, set point after performing the button action.
8032
8033 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
8034
8035 2006-09-30 Martin Rudalics <rudalics@gmx.at>
8036
8037 * files.el (find-file-existing): Modify to not allow wildcards.
8038
8039 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8040
8041 * simple.el (undo-more): When undo information for the region is
8042 exhausted, say "No further undo information FOR REGION".
8043
8044 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
8045
8046 * progmodes/sh-script.el (sh-prev-thing):
8047 Take `sh-leading-keywords' into account.
8048
8049 2006-09-29 Glenn Morris <rgm@gnu.org>
8050
8051 * custom.el (defcustom): Doc fix.
8052
8053 * calendar/calendar.el (european-calendar-style):
8054 Call european-calendar or american-calendar as needed when set.
8055 (diary-view-entries, list-calendar-holidays): Move autoloads
8056 before use.
8057
8058 2006-09-29 Juri Linkov <juri@jurta.org>
8059
8060 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
8061 to nil if there is no previous property change.
8062
8063 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8064
8065 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
8066 saving anything to be sure that `forward-sexp' behaves correctly.
8067
8068 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
8069
8070 * simple.el (line-move-finish): Ignore field boundaries if the
8071 initial and final points have the same `field' property.
8072
8073 2006-09-29 Kim F. Storm <storm@cua.dk>
8074
8075 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
8076 to t while calling ido-read-internal.
8077
8078 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
8079
8080 * textmodes/org.el (org-file-remote-p): Get regexp from list.
8081 (org-archive-subtree): Remove erraneous `]' from character list.
8082
8083 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
8084
8085 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
8086 (ses-reconstruct-all): Make undo of "insert row" work by keeping
8087 markers for data-area and parameters-area.
8088
8089 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8090
8091 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
8092
8093 * font-lock.el (font-lock-after-change-function): Refontify next line
8094 as well if end is at BOL.
8095 (font-lock-extend-jit-lock-region-after-change): Be more careful to
8096 only extend the region as much as needed.
8097
8098 2006-09-28 Richard Stallman <rms@gnu.org>
8099
8100 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
8101
8102 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
8103
8104 * international/mule.el (after-insert-file-set-coding):
8105 If VISIT, don't let set-buffer-multibyte make undo info.
8106
8107 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
8108
8109 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
8110 lines in base64-encoded authentication response.
8111
8112 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8113
8114 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
8115 (ebnf-version): New version 4.3.
8116 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
8117 (ebnf-prologue): Adjust PostScript programming.
8118 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
8119 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
8120
8121 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
8122
8123 * jit-lock.el (jit-lock-force-redisplay): Rename from
8124 jit-lock-fontify-again, and undo the mistaken change I've just done.
8125
8126 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
8127 (jit-lock-fontify-again): Don't refontify text that's not displayed.
8128
8129 2006-09-26 Kenichi Handa <handa@m17n.org>
8130
8131 * startup.el (display-splash-screen): Allow a prefix argument.
8132
8133 2006-09-25 Jason Rumney <jasonr@gnu.org>
8134
8135 * subr.el (shell-quote-argument): Use DOS logic for Windows
8136 shells with DOS semantics.
8137
8138 2006-09-24 Richard Stallman <rms@gnu.org>
8139
8140 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
8141 (compilation-goto-locus): Use compilation-goto-locus-delete-o
8142 to delete the overlay. Put it on pre-command-hook.
8143
8144 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
8145
8146 * startup.el (fancy-splash-screens, normal-splash-screen):
8147 Call the splash buffer *About GNU Emacs*.
8148
8149 * simple.el (next-error-highlight, next-error-highlight-no-select):
8150 Default to 0.5.
8151 (yank-excluded-properties): Add `fontified'.
8152
8153 * font-lock.el (font-lock-compile-keywords): Allow value of
8154 syntax-begin-function to enable paren-column-0 highlighting.
8155
8156 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
8157
8158 * dired.el (dired-build-subdir-alist): When file ends in colon,
8159 don't exit the loop, just disregard that file.
8160
8161 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
8162
8163 * simple.el (line-move-finish): Handle corner case for fields in
8164 continued lines.
8165 (line-move-1): Remove flawed test for that case.
8166
8167 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
8168
8169 * icomplete.el (icomplete-simple-completing-p): Use the correct
8170 name for the new variable, `icomplete-with-completion-tables'.
8171 (file local variables): Remove superfluous setting.
8172
8173 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
8174
8175 * calendar/appt.el (appt-check): Fix typo for appointments just
8176 after midnight.
8177
8178 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
8179
8180 * help.el (describe-key-briefly, describe-key): Don't expect an
8181 extra up event if a down-event is generated by a popup menu.
8182
8183 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
8184
8185 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
8186 local dictionary when changing the global dictionary.
8187
8188 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
8189
8190 * icomplete.el (icomplete-with-completion-tables): List of
8191 specialized completion tables with which icomplete should
8192 operate. Include the new `internal-complete-buffer', so icomplete
8193 works with interactive buffer-selection.
8194 (icomplete-simple-completing-p): Add acceptance of specialized
8195 completion tables listed in icomplete-with-completion-tables.
8196
8197 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8198
8199 * frame.el (focus-follows-mouse): Set default to nil on Mac.
8200
8201 * startup.el (command-line): Use `custom-reevaluate-setting' for
8202 `focus-follows-mouse'.
8203
8204 2006-09-22 Richard Stallman <rms@gnu.org>
8205
8206 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
8207 explain why Save is not available.
8208
8209 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
8210
8211 * woman.el (woman0-so): Use `let*', not `let'.
8212 (woman-horizontal-line): Remove unbalanced parenthesis.
8213
8214 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8215
8216 * woman.el: Make sure all the end-of-region markers we use have
8217 a non-nil insertion-type.
8218 (woman0-so): Move things around so we can use copy-marker.
8219 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
8220 Adjust marker type.
8221 (woman2-process-escapes): Check marker type.
8222 (woman-horizontal-line): Dispense with the use of a marker.
8223
8224 2006-09-22 Jay Belanger <belanger@truman.edu>
8225
8226 * calc/calc-lang.el: Add Greek letters to math-variable-table
8227 property of tex.
8228
8229 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
8230
8231 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
8232
8233 2006-09-22 Masatake YAMATO <jet@gyve.org>
8234
8235 * add-log.el (add-log-current-defun): Use `forward-sexp'
8236 instead of `forward-word' to pick c++::symbol.
8237 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
8238
8239 2006-09-22 Kenichi Handa <handa@m17n.org>
8240
8241 * bindings.el: Fix setting self-insert-command for multibyte
8242 characters in global-map.
8243
8244 2006-09-21 David Kastrup <dak@gnu.org>
8245
8246 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
8247 doc string.
8248
8249 2006-09-21 Kenichi Handa <handa@m17n.org>
8250
8251 * language/european.el ("Latin-1"): Add windows-1252 to
8252 coding-priority.
8253 ("German"): Likewise.
8254
8255 2006-09-21 Kim F. Storm <storm@cua.dk>
8256
8257 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
8258 Suggested by Miles Bader.
8259
8260 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
8261 instead of add-to-list in the simple case.
8262
8263 2006-09-20 Kenichi Handa <handa@m17n.org>
8264
8265 * isearch.el (isearch-process-search-char): Cancel the previous change.
8266 (isearch-search-string): New function.
8267 (isearch-search): Use isearch-search-string.
8268 (isearch-lazy-highlight-search): Likewise.
8269
8270 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8271
8272 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
8273 string to become an option.
8274
8275 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8276
8277 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
8278
8279 2006-09-20 Kim F. Storm <storm@cua.dk>
8280
8281 * simple.el (line-move-partial): Call pos-visible-in-window-p with
8282 position t instead of trying both window-end and window-end - 1.
8283
8284 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
8285
8286 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
8287 hidden trees.
8288
8289 2006-09-20 David Kastrup <dak@gnu.org>
8290
8291 * mouse.el (mouse-posn-property): Improve doc string.
8292 (mouse-on-link-p): Change buffers for function calls on links.
8293
8294 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
8295 buffer is read-only.
8296
8297 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
8298
8299 * allout.el (allout-unprotected): Let inhibit-read-only only when
8300 buffer-read-only isn't set.
8301 (allout-annotate-hidden): Enable topic annotation during copies even
8302 when the buffer is read-only, eg for topic copies. Ensure that the loop
8303 advances, even when the span extends beyond the deletion region.
8304 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
8305 rather than allout-exposure-changed-hook, as a stronger assertion.
8306 (allout-keybindings-list): Add bindings for
8307 allout-copy-line-as-kill and allout-copy-topic-as-kill.
8308 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
8309 Copy wrappers for allout-kill-line and allout-kill-topic.
8310 (allout-listify-exposed): Position correctly to accumulate lines.
8311
8312 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
8313
8314 * simple.el (line-move-1): Escape field boundaries occurring
8315 exactly at point. Update goal column if constrained to a field.
8316 (line-move-finish): Escape field boundaries occurring exactly at point.
8317
8318 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8319
8320 * mouse.el (mouse-on-link-p): Tentatively fix last change.
8321 (mouse-drag-vertical-line): Remove unused var `wconfig'.
8322
8323 2006-09-19 Kim F. Storm <storm@cua.dk>
8324
8325 * help.el (describe-key-briefly, describe-key): Simplify printing
8326 of descriptions by using format and %S. Fix "is undefined"
8327 messages to say "at that spot" for mouse events.
8328
8329 * simple.el (line-move-partial): Optimize. Try window-line-height
8330 before posn-at-point to get vpos of current line.
8331
8332 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
8333
8334 * viper.el: Bump up version/date of update to reflect the substantial
8335 changes done in August 2006.
8336
8337 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
8338 are defined.
8339
8340 * ediff-util.el (ediff-add-to-history): New function.
8341
8342 * ediff.el: Use ediff-add-to-history instead of add-to-history.
8343
8344 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8345
8346 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
8347 Delete duplicate make-local-variable form.
8348 (conf-space-keywords): Add autoload cookie.
8349 Fix typo (`keywords', not `keyword').
8350
8351 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8352
8353 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
8354 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
8355 to x-gtk-use-old-file-dialog.
8356
8357 2006-09-18 Richard Stallman <rms@gnu.org>
8358
8359 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
8360 that might come in during mouse tracking.
8361
8362 2006-09-18 Kim F. Storm <storm@cua.dk>
8363
8364 * simple.el (line-move-partial): Rework 2006-09-15 change to use
8365 new window-line-height function. Further optimize by not calling
8366 pos-visible-in-window-p for window-end when window-line-height
8367 returns useful information.
8368
8369 2006-09-16 Richard Stallman <rms@gnu.org>
8370
8371 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
8372 (conf-space-mode): Don't handle prefix arg.
8373 Delete conf-space-keywords-override code.
8374 Use add-hook.
8375 (conf-space-keywords): New command.
8376 (conf-space-mode-internal): Be careful with imenu-generic-expression.
8377 Delete conf-space-keywords-override code.
8378 (conf-space-keywords-alist): Doc fix.
8379 (conf-space-font-lock-keywords): Doc fix.
8380 (conf-space-keywords-override): Var deleted.
8381
8382 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
8383
8384 * startup.el (fancy-splash-screens): Don't switch to the scratch
8385 buffer; it may not be the next buffer.
8386
8387 2006-09-16 Romain Francoise <romain@orebokech.com>
8388
8389 * saveplace.el (load-save-place-alist-from-file): Use expanded name
8390 in both messages.
8391
8392 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
8393
8394 * progmodes/python.el (python-preoutput-filter):
8395 Fix arg order to string-match.
8396
8397 2006-09-16 Richard Stallman <rms@gnu.org>
8398
8399 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
8400 font-lock-compile-keywords.
8401
8402 * font-lock.el (font-lock-compile-keywords): Rename optional arg
8403 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
8404
8405 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8406
8407 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
8408
8409 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
8410 and the data doesn't look like UTF8, send STRING instead.
8411
8412 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
8413
8414 * textmodes/flyspell.el (flyspell-check-region-doublons):
8415 New function to detect duplicated words.
8416 (flyspell-large-region): Use it.
8417
8418 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
8419
8420 * simple.el (line-move-to-column): Revert 2006-08-03 change.
8421
8422 2006-09-16 Eli Zaretskii <eliz@gnu.org>
8423
8424 * help.el (describe-prefix-bindings): Use let, not let*.
8425
8426 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
8427
8428 * allout.el (allout-regexp, allout-line-boundary-regexp)
8429 (allout-bob-regexp): Correct grouping and boundaries to fix
8430 backwards traversal.
8431 (allout-depth-specific-regexp, allout-depth-one-regexp):
8432 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
8433 worse time in allout-ascend.
8434 (allout-doublecheck-at-and-shallower): Identify depth threshold
8435 below which topics are checked for and disqualified by containment
8436 discontinuities.
8437 (allout-hotspot-key-handler): Correctly handle multiple-key
8438 strokes. Remove some unused variables.
8439 (allout-mode-leaders): Clarify that mode-specific comment-start
8440 will be used.
8441 (set-allout-regexp): Correctly regexp-quote allout regexps to
8442 properly accept alternative header-leads and primary bullets with
8443 regexp-specific characters (eg, C "/*", mathematica "(*").
8444 Include new regular expressions among those configured.
8445 (allout-infer-header-lead-and-primary-bullet):
8446 Rename allout-infer-header-lead.
8447 (allout-recent-depth): Manifest as a variable as well as a function.
8448 (allout-prefix-data): Simplify into an inline instead of a macro,
8449 assuming current match data rather than being explicitly passed
8450 it. Establish allout-recent-depth value as well as
8451 allout-recent-prefix-beginning and allout-recent-prefix-end.
8452 (allout-aberrant-container-p): True when an item's immediate
8453 offspring discontinuously contained. Useful for disqualifying
8454 unintended topic prefixes, likely at low depths.
8455 (allout-goto-prefix-doublechecked): Elaborate version of
8456 allout-goto-prefix which disqualifies aberrant pseudo-items.
8457 (allout-pre-next-prefix): Layer on top of lower-level routines, to
8458 get disqualification of aberrant containers.
8459 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
8460 containers.
8461 (allout-beginning-of-current-entry): Position at start of buffer
8462 when in container (depth 0) entry.
8463 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
8464 (allout-current-bullet): Strip text properties.
8465 (allout-get-prefix-bullet): Use right match groups.
8466 (allout-beginning-of-line, allout-next-heading):
8467 Disqualify aberrant containers.
8468 (allout-previous-heading): Disqualify aberrant containers, and
8469 change to regular (rather than inline) function, to allow
8470 self-recursion.
8471 (allout-get-invisibility-overlay): Increment so progress is made
8472 when the first overlay is not the sought one.
8473 (allout-end-of-prefix): Disqualify aberrant containers.
8474 (allout-end-of-line): Cycle something like allout-beginning-of-line.
8475 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
8476 outline.el outlines) functional again. Change the primary bullet
8477 along with the header-lead - level 1 new-style bullets now work.
8478 Engage allout-before-change-handler in mainline Emacs, not just
8479 XEmacs, to do undo handling.
8480 (allout-before-change-handler): Expose undo changes occurring in
8481 hidden regions. Use allout-get-invisibility-overlay instead of
8482 reimplementing it inline.
8483 (allout-chart-subtree): Use start rather than end of prefix in
8484 charts. Use allout-recent-depth variable.
8485 (allout-chart-siblings): Disqualify aberrant topics.
8486 (allout-beginning-of-current-entry): Position correctly.
8487 (allout-ascend): Use new allout-depth-specific-regexp and
8488 allout-depth-one-regexp for linear instead of O(N^2) or worse
8489 behavior.
8490 (allout-ascend-to-depth): Depend on allout-ascend, rather than
8491 reimplementing an algorithm.
8492 (allout-up-current-level): Depend on allout-ascend, rather than
8493 reimplementing an algorithm. Return to start-point if we fail.
8494 (allout-descend-to-depth): Use allout-recent-depth variable
8495 instead of function.
8496 (allout-next-sibling): On traversal of numerous intervening
8497 topics, resort to economical allout-next-sibling-leap.
8498 (allout-next-sibling-leap): Specialized version of
8499 allout-next-sibling that uses allout-ascend cleverly, to depend on
8500 a regexp search to leap large numbers of contained topics, rather
8501 than arbitrarily many one-by-one traversals.
8502 (allout-next-visible-heading): Disqualify aberrant topics.
8503 (allout-previous-visible-heading): Position consistently when
8504 interactive.
8505 (allout-forward-current-level): Base on allout-previous-sibling
8506 rather than (differently) reimplmenting the algorithm. Remove some
8507 unused variables.
8508 (allout-solicit-alternate-bullet): Present default choice stripped
8509 of text properties.
8510 (allout-rebullet-heading): Use bullet stripped of text properties.
8511 Register changes using allout-exposure-change-hook.
8512 Disregard aberrant topics.
8513 (allout-shift-in): With universal-argument, make topic a peer of
8514 it's former offspring. Simplify the code by separating out
8515 allout-shift-out functionality.
8516 (allout-shift-out): With universal-argument, make offspring peers
8517 of their former container, and its siblings. Implement the
8518 functionality here, rather than inappropriately muddling the
8519 implementation of allout-shift-in.
8520 (allout-rebullet-topic): Respect additional argument for new
8521 parent-child separation function.
8522 (allout-yank-processing): Use allout-ascend directly.
8523 (allout-show-entry): Disqualify aberrant topics.
8524 (allout-show-children): Handle discontinuous children gracefully,
8525 extending the depth being revealed to expose them and posting a
8526 message indicating the situation.
8527 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
8528 Leave cursor in correct position.
8529 (allout-hide-current-subtree): Use allout-ascend directly.
8530 Disqualify aberrant topics.
8531 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
8532 a way that the yanks can restore it, as used to happen.
8533 (allout-yank-processing): Restore exposure layout as recorded by
8534 allout-kill-*, as used to happen.
8535 (allout-annotate-hidden, allout-hide-by-annotation): New routines
8536 for preseving and restoring exposure layout across kills.
8537 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
8538 (allout-encrypt-string): Strip text properties.
8539 Rearranged order and outline-headings for some of the
8540 miscellaneous functions.
8541 (allout-resolve-xref): No need to quote the error name in the
8542 condition-case handler section.
8543 (allout-flatten): Classic recursive (and recursively intensive,
8544 without tail-recursion) list-flattener, needed by allout-shift-out
8545 when confronted with discontinuous children.
8546
8547 2006-09-16 Jason Rumney <jasonr@gnu.org>
8548
8549 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
8550 on ms-windows.
8551 (dnd-open-unc-file): Remove.
8552 (dnd-open-local-file): Mention in doc string that it also handles
8553 remote files if the system natively supports unc file-names.
8554
8555 2006-09-15 Kim F. Storm <storm@cua.dk>
8556
8557 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
8558 all necessary information about the event before erasing *Help*.
8559
8560 * simple.el (line-move-partial): Use window-line-visiblity to
8561 quickly check whether last line is partially visible, and only do
8562 the hard (and slow) part in that case.
8563
8564 2006-09-15 Jay Belanger <belanger@truman.edu>
8565
8566 * COPYING: Replace "Library Public License" by "Lesser Public
8567 License" throughout.
8568
8569 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8570
8571 * term/x-win.el (x-menu-bar-open): New function for F10.
8572
8573 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
8574
8575 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8576 Disallow filenames containing " -" to avoid confusion with libtool
8577 compilation messages. Suggested by Stefan Monnier.
8578
8579 2006-09-15 David Kastrup <dak@gnu.org>
8580
8581 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
8582 instead of buffer position for `mouse-on-link-p'.
8583
8584 * mouse.el (mouse-posn-property): New function looking up the
8585 properties at a click position in overlays and text properties in
8586 either buffer or strings.
8587 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
8588 of both `follow-link' as well as `mouse-face' properties.
8589 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
8590 buffer position.
8591
8592 * help.el (describe-key-briefly): When reading a down-event on
8593 mode lines or scroll bar, swallow the following up event, too.
8594 Use the new mouse sensitity of `key-binding' for lookup.
8595 (describe-key): The same here.
8596
8597 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
8598
8599 * play/life.el (life-patterns): Add a few more interesting patterns.
8600 (life-setup): Force `show-trailing-whitespace' to nil.
8601
8602 2006-09-14 Richard Stallman <rms@gnu.org>
8603
8604 * startup.el (fancy-splash-text): Change text to improve alignment.
8605 (fancy-splash-screens): Don't set non-standard tab width.
8606 Bind cursor-type temporarily, and make it easy to patch to
8607 preserve the splash buffer.
8608 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
8609 (fancy-splash-screens): Display echo-area message explicitly.
8610 Don't set fancy-splash-help-echo.
8611
8612 * simple.el (line-number-mode): Group mode-line instead of
8613 editing-basics.
8614 (column-number-mode, size-indication-mode): Likewise.
8615
8616 * faces.el (mode-line-faces): Group mode-line instead of modeline.
8617
8618 * time.el (display-time): Group mode-line instead of modeline.
8619
8620 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
8621
8622 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
8623
8624 * startup.el (fancy-splash-text): Move editing instructions to
8625 fancy-splash-head.
8626 (fancy-splash-head): Issue editing instructions.
8627 (fancy-splash-screens): Fixup whitespace.
8628
8629 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8630
8631 * bindings.el (mode-line-buffer-identification-keymap):
8632 Remove duplicate line.
8633
8634 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8635
8636 * ido.el (ido-ignore-item-p): Allow any kind of functions in
8637 ignore lists.
8638
8639 2006-09-14 Kim F. Storm <storm@cua.dk>
8640
8641 * jit-lock.el (jit-lock-fontify-again): New function.
8642 (jit-lock-fontify-now): Use it instead of lambda form.
8643
8644 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
8645
8646 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
8647 (flyspell-auto-correct-word): Make ispell-filter local to these
8648 functions. Check that ispell-filter has new stuff before calling
8649 ispell-parse-output.
8650
8651 2006-09-13 Kim F. Storm <storm@cua.dk>
8652
8653 * simple.el (line-move-partial): Optimize.
8654
8655 2006-09-13 Richard Stallman <rms@gnu.org>
8656
8657 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
8658 Delete spurious backquote.
8659
8660 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
8661
8662 * net/rcirc.el (rcirc-print): Fix last change.
8663
8664 2006-09-12 Jay Belanger <belanger@truman.edu>
8665
8666 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
8667
8668 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
8669
8670 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
8671 rcirc-show-maximum-output.
8672 (rcirc-mode): Remove window-scroll-function hook.
8673 (rcirc-scroll-to-bottom): Remove function.
8674 (rcirc-print): Recenter so point stays at the bottom of the window
8675 if point was already there.
8676
8677 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
8678
8679 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
8680 not to "t".
8681 * progmodes/compile.el (compilation-start): Likewise.
8682 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8683 Don't use expand-file-name on invocation-directory, since this
8684 might mishandle special characters in invocation-directory.
8685
8686 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8687
8688 * pcvs-defs.el: Remove * in defcustom's docstrings.
8689
8690 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
8691
8692 * progmodes/compile.el (compilation-directory-properties):
8693 Doc fix for help-echo.
8694
8695 2006-09-12 Lars Hansen <larsh@soem.dk>
8696
8697 * desktop.el (desktop-read): Add comment.
8698
8699 2006-09-12 Kim F. Storm <storm@cua.dk>
8700
8701 * simple.el (next-error-highlight, next-error-highlight-no-select):
8702 Fix spelling error.
8703
8704 * subr.el (sit-for): Rework to use input-pending-p and cond.
8705 Return nil input is pending on entry also for SECONDS <= 0.
8706 (while-no-input): Use input-pending-p instead of sit-for.
8707
8708 2006-09-11 Richard Stallman <rms@gnu.org>
8709
8710 * simple.el (next-error-highlight, next-error-highlight-no-select):
8711 Fix custom type and doc strings.
8712
8713 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8714
8715 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
8716 (diff-apply-hunk): Use it to ask for confirmation.
8717
8718 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
8719
8720 * emacs-lisp/cl.el (pushnew): Add missing `,'.
8721
8722 2006-09-11 David Kastrup <dak@gnu.org>
8723
8724 * help.el (string-key-binding, describe-key-briefly)
8725 (describe-key): Remove `string-key-binding' and its callers since
8726 `key-binding' already caters for the proper lookup now.
8727
8728 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8729
8730 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
8731 (cfengine-mode): Use it. Fix \ syntax to be like /.
8732
8733 * bindings.el (mode-line-buffer-identification-keymap):
8734 Move initialization into declaration.
8735
8736 2006-09-10 Kim F. Storm <storm@cua.dk>
8737
8738 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
8739 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
8740 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
8741 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
8742
8743 2006-09-10 Richard Stallman <rms@gnu.org>
8744
8745 * dired-aux.el: Handle errors in recursive copy usefully.
8746 (dired-create-files-failures): New variable.
8747 (dired-copy-file): Remove condition-case.
8748 (dired-copy-file-recursive): Check for errors on all file
8749 operations, and add them to dired-create-files-failures.
8750 Check file file-date-erorr here too.
8751 (dired-create-files): Check dired-create-files-failures
8752 and report those errors too.
8753
8754 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
8755
8756 * subr.el (add-to-list): New argument COMPARE-FN.
8757
8758 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
8759
8760 * filecache.el (file-cache-add-directory)
8761 (file-cache-add-directory-list, file-cache-add-file)
8762 (file-cache-add-directory-using-find)
8763 (file-cache-add-directory-using-locate)
8764 (file-cache-add-directory-recursively): Add autoloads.
8765
8766 2006-09-09 Richard Stallman <rms@gnu.org>
8767
8768 * textmodes/conf-mode.el (conf-space-mode):
8769 Use hack-local-variables-hook instead of calling hack-local-variables.
8770 (conf-space-keywords-override): New variable.
8771 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
8772 (conf-space-mode): Always make conf-space-keywords and
8773 conf-space-keywords-override local.
8774 Call conf-space-mode-internal directly as well as via hook.
8775
8776 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
8777
8778 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
8779 quasi-keywords.
8780
8781 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8782
8783 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
8784 (python-send-string): Be slightly more careful about adding \n.
8785
8786 * startup.el (normal-splash-screen): Don't display the buffer if we'll
8787 kill it right away anyway.
8788
8789 2006-09-09 Eli Zaretskii <eliz@gnu.org>
8790
8791 * international/codepage.el (cp850-decode-table): Fix a few codes.
8792 (cp858-decode-table): New variable.
8793
8794 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8795
8796 * net/ldap.el (ldap-search-internal): Doc fix.
8797
8798 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8799
8800 * play/life.el (life-display-generation): Test for input manually if
8801 `sleeptime' is negative or null.
8802
8803 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
8804 (print-region-1): Substitute `%s' with the page title.
8805
8806 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
8807
8808 * locate.el (locate-current-search): New variable.
8809 (locate): Set buffer local value. Use current buffer if it is
8810 in Locate mode.
8811 (locate-mode): Disable undo here.
8812 (locate-do-setup): Use locate-current-filter from buffer to be killed.
8813 (locate-update): Use locate-current-search and locate-current-filter.
8814
8815 2006-09-08 David Kastrup <dak@gnu.org>
8816
8817 * desktop.el (desktop-read): When loading a desktop, disable
8818 saving it while the load progresses, and switch off a pending lazy
8819 load by calling `desktop-lazy-abort'.
8820
8821 2006-08-27 Martin Rudalics <rudalics@gmx.at>
8822
8823 * window.el (mouse-autoselect-window-timer)
8824 (mouse-autoselect-window-position)
8825 (mouse-autoselect-window-window)
8826 (mouse-autoselect-window-now): New vars.
8827 (mouse-autoselect-window-cancel)
8828 (mouse-autoselect-window-select)
8829 (mouse-autoselect-window-start): New functions.
8830 (handle-select-window): Call `mouse-autoselect-window-start' when
8831 delayed window autoselection is enabled.
8832
8833 * cus-start.el (mouse-autoselect-window): Handle delayed window
8834 autoselection.
8835
8836 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
8837 commands after which it is allowed to print in the echo area.
8838
8839 2006-09-08 Richard Stallman <rms@gnu.org>
8840
8841 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
8842
8843 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
8844 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
8845
8846 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
8847 (cancel-timer-internal): Add doc string.
8848 (cancel-function-timers): Doc fix.
8849 (with-timeout-handler, timer-event-last*): Add doc strings.
8850
8851 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
8852
8853 * files.el (risky-local-variable-p): Match ...-bindat-spec.
8854
8855 * dired.el (dired-log-summary): Add doc string.
8856
8857 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
8858 (custom-group-menu-create): Not here.
8859
8860 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
8861
8862 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
8863
8864 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8865
8866 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
8867 (mac-apple-event-map): Define its handler.
8868
8869 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8870
8871 * net/ldap.el (ldap-search-internal): Handle `auth' key.
8872
8873 2006-09-07 Magnus Henoch <mange@freemail.hu>
8874
8875 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
8876 clause.
8877
8878 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8879
8880 * info.el (Info-index): Bind completion-ignore-case.
8881
8882 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8883
8884 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
8885 previous commit.
8886 (inferior-prolog-guess-flavor): New fun left out of previous commit.
8887 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
8888 burp in dedicated windows.
8889 (inferior-prolog-self-insert-command): New command.
8890 (inferior-prolog-mode-map): Use it.
8891
8892 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
8893
8894 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
8895
8896 * international/code-pages.el: Add cp858.
8897
8898 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8899
8900 * dnd.el: Fix bootstrapping.
8901
8902 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8903
8904 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
8905 (dnd-open-remote-url): New function.
8906 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
8907 not windows-nt.
8908
8909 2006-09-07 Jason Rumney <jasonr@gnu.org>
8910
8911 * dnd.el (dnd-open-remote-file-function): New variable.
8912 (dnd-open-unc-file): New function.
8913 (dnd-open-file): Call dnd-open-remote-file-function if set.
8914
8915 2006-09-06 Daiki Ueno <ueno@unixuser.org>
8916
8917 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
8918 pgg-passphrase-coding-system rather than locale-coding-system.
8919 * pgg-def.el (pgg-passphrase-coding-system): New user option.
8920
8921 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8922
8923 * progmodes/prolog.el: Remove * in docstrings.
8924 (prolog-program-name): Add SWI prolog.
8925 (prolog-mode-menu): New menu.
8926 (prolog-mode): Set comment-add.
8927 (prolog-indent-line): Simplify. Use indent-line-to.
8928 (inferior-prolog-buffer): New var.
8929 (inferior-prolog-run, inferior-prolog-process): New funs.
8930 (run-prolog, switch-to-prolog): Rewrite, using them.
8931 (prolog-consult-region): Use inferior-prolog-buffer.
8932 (inferior-prolog-load-file): New function.
8933 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
8934
8935 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
8936 last word, if it's not the end of the paragraph.
8937
8938 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
8939 file name.
8940
8941 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
8942
8943 * frame.el (display-mm-dimensions-alist): New defcustom.
8944 (display-mm-height, display-mm-width): Use it.
8945
8946 2006-09-06 Simon Josefsson <jas@extundo.com>
8947
8948 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
8949
8950 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
8951
8952 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8953 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
8954 string values.
8955
8956 2006-09-06 Kim F. Storm <storm@cua.dk>
8957
8958 * simple.el (line-move-partial): New function to do vscrolling for
8959 partially visible images / tall lines. Rewrite based on code
8960 previously in line-move. Simplify backwards vscrolling.
8961 (line-move): Use it. Simplify.
8962
8963 2006-09-05 Kim F. Storm <storm@cua.dk>
8964
8965 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
8966
8967 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
8968
8969 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8970 Process the `gcc-include' after the `gnu' rule.
8971
8972 2006-09-05 Kim F. Storm <storm@cua.dk>
8973
8974 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
8975
8976 2006-09-05 Daiki Ueno <ueno@unixuser.org>
8977
8978 * pgg.el (pgg-clear-string): Alias to clear-string for backward
8979 compatibility.
8980
8981 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
8982 inhibit-redisplay; encode passphrase with locale-coding-system.
8983
8984 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8985
8986 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
8987
8988 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
8989
8990 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8991 (gdb-var-list-children-regexp): Make type field optional.
8992
8993 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
8994 e.g public, protected in C++.
8995
8996 2006-09-04 John Paul Wallington <jpw@pobox.com>
8997
8998 * simple.el (completion-show-help): New defcustom.
8999 (completion-setup-function): Heed it.
9000
9001 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
9002
9003 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
9004
9005 2006-09-04 Richard Stallman <rms@gnu.org>
9006
9007 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
9008 (rsf-min-region-to-spam-list): Doc fix.
9009 (rsf-add-content-type-field): Doc fix.
9010
9011 * simple.el (kill-region): Explicitly test there is a region.
9012
9013 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
9014
9015 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
9016 sendmail in several common directories.
9017
9018 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
9019
9020 * paths.el (sendmail-program): Removed.
9021
9022 2006-09-04 Daiki Ueno <ueno@unixuser.org>
9023
9024 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
9025 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
9026 http://article.gmane.org/gmane.emacs.gnus.general/50457
9027
9028 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
9029
9030 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
9031 mark after running the menu filter.
9032
9033 2006-09-03 Juri Linkov <juri@jurta.org>
9034
9035 * international/quail.el (quail-defrule-internal): Add a check
9036 if a key is a vector.
9037
9038 2006-09-02 Juri Linkov <juri@jurta.org>
9039
9040 * man.el (Man-topic-history): New variable.
9041 (man): Use it.
9042
9043 * woman.el (woman-topic-history): Change defvar to defvaralias
9044 for symbol `Man-topic-history'.
9045
9046 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
9047 `comint-last-output-start' is a marker by using `markerp' and
9048 check if it has a position by using `marker-position', and use
9049 this position for `goto-char'.
9050
9051 * international/quail.el (quail-defrule-internal): Add missing
9052 `error' call for null key.
9053
9054 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
9055
9056 * rcirc.el (rcirc-keywords): New variable.
9057 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
9058 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
9059 variables.
9060 (rcirc-responses-no-activity): New function.
9061 (rcirc-handler-generic): Check for responses in above.
9062 (rcirc-process-command): Add ?: character to arguments of raw
9063 server commands.
9064 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
9065 `rcirc-dim-nicks'.
9066 (rcirc-gray-toggle): Remove unused variable.
9067 (rcirc-print): Remove some tracking logic, which is moved into
9068 markup functions.
9069 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
9070 types.
9071 (rcirc-activity-string): Look for 'keyword in activity-types.
9072 (rcirc-window-configuration-change): Don't erase overlay-arrow
9073 unnecessarily.
9074 (rcirc-add-or-remove): New function.
9075 (rcirc-cmd-ignore): Use it.
9076 (rcirc-message-leader): Remove unused function.
9077 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
9078 (rcirc-add-face): New function.
9079 (rcirc-facify): Use rcirc-add-face.
9080 (rcirc-url-regexp): Add parens.
9081 (rcirc-map-regexp): Remove function.
9082 (rcirc-mangle-regexp): Remove function.
9083 (rcirc-markup-text-functions): New variable.
9084 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
9085 (rcirc-markup-body-text, rcirc-markup-attributes)
9086 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
9087 (rcirc-markup-bright-nicks): New markup handler functions.
9088 (rcirc-nick-in-message-full-line): New face.
9089 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
9090 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
9091
9092 2006-09-02 Martin Rudalics <rudalics@gmx.at>
9093
9094 * cus-start.el (hscroll-margin, hscroll-step)
9095 (mode-line-in-non-selected-windows, mouse-autoselect-window)
9096 (x-use-underline-position-properties): Change version to "22.1"
9097 since they will appear there for the first time.
9098
9099 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
9100
9101 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
9102
9103 2006-08-31 Richard Stallman <rms@gnu.org>
9104
9105 * cus-edit.el (custom-save-variables): Slight cleanup.
9106 (Custom-no-edit): Renamed from custom-no-edit.
9107 (Custom-newline): Renamed from custom-newline.
9108 (custom-mode-map): Use new names.
9109
9110 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
9111 about customization, rather than M-x customize, in the doc string
9112 made for the defcustom.
9113
9114 * emacs-lisp/trace.el (trace-function-background): Doc fix.
9115
9116 2006-08-31 Romain Francoise <romain@orebokech.com>
9117
9118 * dired-x.el (dired-guess-shell-alist-default): Update.
9119
9120 2006-08-31 Michael Mauger <mmaug@yahoo.com>
9121
9122 * custom.el (custom-theme-set-variables): Autoload packages before
9123 sorting the variables.
9124
9125 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
9126
9127 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
9128 chars if XEmacs.
9129 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
9130
9131 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9132
9133 * progmodes/python.el (python-eldoc-function): Re-enable quit while
9134 waiting for process.
9135
9136 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9137
9138 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
9139 results in ASCII-only string, encode original one directly.
9140
9141 2006-08-29 Romain Francoise <romain@orebokech.com>
9142
9143 * startup.el (normal-splash-screen, fancy-splash-screens):
9144 Make buffer read-only and arrange to enter view mode if necessary.
9145
9146 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
9147
9148 * hl-line.el (hl-line): New face.
9149 (hl-line-face): Use it.
9150
9151 * image-mode.el (image-mode): Fix last fix.
9152 Suggested by Kim F. Storm.
9153
9154 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
9155
9156 Sync with Tramp 2.0.54.
9157
9158 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
9159 of `=', because `tramp-get-remote-gid' might not always return an
9160 integer when expected.
9161 (tramp-register-file-name-handlers): `partial-completion-mode' is
9162 unknown to XEmacs.
9163 (tramp-time-diff): Don't use `floor', it might fail for large
9164 differences.
9165 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
9166 `tramp-auto-save-directory' if unset in order to guarantee unique
9167 auto-save file names.
9168
9169 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
9170
9171 * image-mode.el (image-mode): Display image as text on a terminal.
9172
9173 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9174
9175 * progmodes/python.el (python-send-command): Simplify.
9176 (run-python): Don't generate a new buffer unless `new' was specified.
9177 Make sure we send `import emacs' to the proper process.
9178
9179 * progmodes/python.el (python-send-command): Don't wait for the command
9180 to terminate. Don't fiddle with compilation-parsing-end.
9181
9182 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
9183
9184 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9185 Insert commentary after first line summary.
9186
9187 * woman.el (woman-follow): New function, based on `man-follow'.
9188 (woman-mode-map): Use it.
9189
9190 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
9191 since ibuffer-do-sort-by-recency does not define a sorter.
9192
9193 2006-08-28 Kim F. Storm <storm@cua.dk>
9194
9195 * find-dired.el (find-dired): Use shell-quote-argument to properly
9196 escape ( and ) args. Also use it on {} and ; args in default
9197 value of find-ls-option string.
9198 (find-grep-dired): Use shell-quote-argument on {} and ; args.
9199
9200 2006-08-27 Michael Olson <mwolson@gnu.org>
9201
9202 * emacs-lisp/tq.el: Small grammar fix in comments.
9203 (tq-enqueue): Check for existence of queue rather than the
9204 head queue item's question, which was a no-op.
9205 (tq-filter, tq-process-buffer): Make sure the process buffer
9206 exists before making it the current buffer.
9207
9208 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9209
9210 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
9211 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
9212 (special-event-map): Apply 2006-08-16 change for x-win.el.
9213
9214 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9215
9216 * progmodes/python.el (python-send-receive): Wait in the
9217 process's buffer so as to check the right buffer-local variables.
9218
9219 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
9220
9221 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
9222 (defgroup checkdoc): Move to beginning.
9223
9224 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
9225 (python-preoutput-continuation): Remove.
9226 (python-preoutput-filter): Simplify correspondingly.
9227 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
9228 Loop around to catch embedded _emacs_out output.
9229 (run-python): Send the import&print command on a single line.
9230 (python-send-command): Send command&print on a single line.
9231 (python-send-string): Only add double \n if needed.
9232 (python-send-receive): Loop until the result comes.
9233 (python-mode-running): Defvar it.
9234 (python-setup-brm): Remove unused var `menu'.
9235 Only bind py-mode-map and `features' around brm-init.
9236 (python-calculate-indentation): Remove unused var `point'.
9237 (python-beginning-of-defun): Remove unused var `def-line'.
9238
9239 2006-08-25 Richard Stallman <rms@gnu.org>
9240
9241 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
9242
9243 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
9244
9245 * viper.el (viper-set-hooks): Use frame bindings for
9246 viper-vi-state-cursor-color.
9247 (viper-non-hook-settings): Don't set default
9248 mode-line-buffer-identification.
9249
9250 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
9251 (viper-set-cursor-color-according-to-state)
9252 (viper-get-saved-cursor-color-in-replace-mode)
9253 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
9254 viper-emacs-state-cursor-color.
9255
9256 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
9257 (viper-undo): Use point if undo-beg-posn is nil.
9258 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
9259 (viper-after-change-undo-hook): Don't use
9260 viper-emacs-state-cursor-color by default.
9261 (viper-undo): More sensible positioning after undo.
9262
9263 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
9264 (viper-emacs-state-cursor-color): Default to nil, since this feature
9265 doesn't work well yet.
9266
9267 * ediff-mult.el (ediff-intersect-directories)
9268 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
9269 always expand filenames.
9270
9271 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9272
9273 * tumme.el: Remove * in defcustoms's docstrings.
9274
9275 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
9276
9277 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
9278 Accept internal time format for SECS arg.
9279 (timer-relative-time): Doc fix.
9280
9281 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
9282 adapted from Martin Rudalics.
9283 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
9284 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
9285 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
9286 using sit-for.
9287
9288 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
9289
9290 * cus-start.el (all): Add `overline-margin' and
9291 `x-underline-at-descent-line'.
9292
9293 2006-08-24 Kim F. Storm <storm@cua.dk>
9294
9295 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
9296 to mean "use find -exec"; nil now unambiguously means auto-detect.
9297 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
9298 Use shell-quote-argument to build grep-find-command and
9299 grep-find-template.
9300 (rgrep): Use shell-quote-argument to properly quote arguments to find.
9301 Reported by Tom Seddon.
9302
9303 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
9304
9305 * startup.el (fancy-splash-head): Give instructions for dismissing
9306 the splash screen for default startup too.
9307 (display-startup-echo-area-message, fancy-splash-screens)
9308 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
9309 all splash text at once and keep the splash buffer around.
9310 (command-line-1): Give display-startup-echo-area-message a t arg.
9311
9312 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
9313
9314 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
9315 gnus frame is selected.
9316
9317 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
9318
9319 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
9320
9321 2006-08-22 Kim F. Storm <storm@cua.dk>
9322
9323 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
9324 Add suffix matching for subdirs.
9325
9326 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
9327
9328 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
9329 mouse-yank-at-point is non-nil.
9330
9331 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
9332
9333 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
9334 a bit wider and remove fringes to fit initial output on line.
9335
9336 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9337
9338 * frame.el (blink-cursor-end): Only ignore the error we care about.
9339 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
9340
9341 2006-08-21 Richard Stallman <rms@gnu.org>
9342
9343 * whitespace.el (whitespace-cleanup): Doc fix.
9344
9345 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
9346
9347 * net/rcirc.el (rcirc-show-maximum-output): New var.
9348 (rcirc-buffer-process): If no buffer argument is supplied, use
9349 current-buffer.
9350 (rcirc-complete-nick): Complete to the last completed nick first.
9351 (rcirc-mode): Preserve the value of `rcirc-urls' across
9352 connections. Setup scroll function.
9353 (rcirc-scroll-to-bottom): New function.
9354 (rcirc-print): Use nick syntax around regexp work.
9355 Notice dim-nicks speaking only if they say our nick.
9356 (rcirc-update-activity-string): Do not show the modeline indicator
9357 if there are no live rcirc processes.
9358 (rcirc-cmd-ignore): Ignore case.
9359 (rcirc-browse-url-at-point): Fix off-by-one error.
9360
9361 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9362
9363 * progmodes/python.el: Remove * in defcustom docstrings.
9364 (run-python, python-proc, python-try-complete): Use derived-mode-p.
9365 (python-mode): Set tab-width and indent-tabs-mode.
9366
9367 2006-08-20 Dave Love <fx@gnu.org>
9368
9369 * progmodes/python.el: Update to Dave Love's latest version.
9370 (python-font-lock-keywords, python-mode): Don't use
9371 font-lock-syntax-table, but match symbol elements explicitly instead.
9372 (python-mode-map): Add help, and a few more key bindings.
9373 (python-skip-comments/blanks): Move out of comments as well.
9374 (python-continuation-line-p): Behave better with unbalanced parens.
9375 (python-blank-line-p): New fun.
9376 (python-open-block-statement-p): Don't use a heuristic.
9377 (python-outdent-p): Better handle blocks-in-the-same-line.
9378 (python-calculate-indentation): Misc improvements.
9379 (python-comment-indent): Remove.
9380 (python-block-pairs): New var.
9381 (python-first-word): New fun.
9382 (python-indentation-levels): Handle more common cases.
9383 (python-indent-line-1): Add `leave' argument.
9384 (python-indent-region): New fun.
9385 (python-skip-out): New fun.
9386 (python-beginning-of-statement, python-end-of-statement): Use it.
9387 (python-next-statement): Return correct count even at eob.
9388 (python-end-of-block): Fix paren-typo.
9389 (python-imenu-create-index): Add module variables.
9390 (run-python): Add `new' arg.
9391 Check we're at a prompt before returning.
9392 (python-send-command): Move to end of buffer.
9393 Wait for prompt to return.
9394 (python-set-proc): New fun.
9395 (python-imports): New var.
9396 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
9397 (python-eldoc-function): Try to move out of arg list.
9398 (python-outline-level): Offset by 1.
9399 (python-find-imports): New fun.
9400 (python-symbol-completions): Use python-imports.
9401 (python-module-path, ffap-alist): Add support for ffap.
9402 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
9403 (python-insert-*, python-default-template, python-expand-template):
9404 Add templates/skeletons.
9405 (python-setup-brm): Support for Bicycle Repair Man.
9406 (python-abbrev-syntax-table): New var.
9407 (python-abbrev-pc-hook, python-pea-hook): New funs.
9408
9409 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
9410
9411 * frame.el (blink-cursor-start): Set timer first.
9412 (blink-cursor-end): Ignore timer cancelling errors.
9413 Suggested by Ken Manheimer.
9414
9415 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
9416
9417 * newcomment.el (comment-box): Call `comment-normalize-vars'.
9418 Add autoload cookie.
9419
9420 2006-08-20 Richard Stallman <rms@gnu.org>
9421
9422 * simple.el (line-number-at-pos): Doc fix.
9423
9424 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
9425 timer-activate-when-idle, so timer can run before Emacs becomes
9426 non-idle again.
9427
9428 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
9429
9430 * whitespace.el (whitespace-cleanup-internal): New optional arg
9431 REGION-ONLY. If it's non-nil, modify the message to the user
9432 accordingly.
9433 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
9434 a non-nil argument.
9435
9436 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
9437
9438 * rect.el (spaces-string): Simplify and add doc string.
9439
9440 2006-08-17 Romain Francoise <romain@orebokech.com>
9441
9442 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
9443
9444 2006-08-17 Richard Stallman <rms@gnu.org>
9445
9446 * compare-w.el (compare-windows): lambda's take an arg and pass
9447 it to compare-windows-skip-whitespace.
9448
9449 2006-08-17 Martin Rudalics <rudalics@gmx.at>
9450
9451 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
9452 the right buffer.
9453
9454 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
9455
9456 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
9457 removed files.
9458
9459 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
9460
9461 * progmodes/gdb-ui.el (gdb-locals-watch-map)
9462 (gdb-locals-watch-map-1): Suppress keymap first.
9463 (gdb-edit-locals-map-1): New variable.
9464 (gdb-edit-locals-value): New function.
9465 (gdb-stack-list-locals-handler): Use them.
9466
9467 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9468
9469 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
9470 cursor would normally be drawn in the fringe.
9471
9472 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
9473 Reported by Martin Rudalics <rudalics@gmx.at>.
9474
9475 2006-08-16 Richard Stallman <rms@gnu.org>
9476
9477 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
9478 (special-event-map): Process drag-n-drop events this way.
9479
9480 * simple.el (move-beginning-of-line): Test whether fields
9481 would prevent motion back to line's first visible character.
9482 If so, stop where the fields would stop the motion.
9483
9484 * newcomment.el (comment-indent): Fully update INDENT
9485 before checking to see if it will change the text.
9486
9487 * cus-edit.el (custom-newline): New function.
9488 (custom-mode-map): Bind newline to custom-newline.
9489
9490 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
9491 into ignore-whitespace.
9492 Check each buffer for its skip-function.
9493 Handle compare-windows-skip-whitespace special-case test
9494 by returning t from default skip function.
9495
9496 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
9497
9498 * textmodes/org.el (org-clock-special-range)
9499 (org-clock-update-time-maybe): New functions.
9500 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
9501 not only a-z.
9502 (org-agenda-get-blocks): Allow multiple blocks per headline.
9503 (org-timestamp-change): Call `org-clock-update-time-maybe'.
9504 (org-export-html-title-format)
9505 (org-export-html-toplevel-hlevel): New options.
9506 (org-export-language-setup): Add support for Czech.
9507 (org-mode, org-insert-todo-heading, org-find-visible)
9508 (org-find-invisible, org-invisible-p, org-invisible-p2)
9509 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
9510 (org-show-subtree, org-show-entry, org-make-options-regexp):
9511 Remove compatibility support for old outline-mode.
9512 (org-check-occur-regexp): Funtion removed.
9513 (org-on-heading-p, org-back-to-heading): Made defalias.
9514 (org-set-local): New defsubst.
9515 (org-set-regexps-and-options, org-mode)
9516 (org-set-font-lock-defaults, org-edit-agenda-file-list)
9517 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
9518 (org-remember-apply-template, org-table-edit-field)
9519 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
9520 (org-set-autofill-regexps): Use `org-set-local'.
9521 (org-table-eval-formula): Fix bug with parsing of display flags.
9522
9523 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
9524
9525 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
9526 frame with fringe arrow. Suggested by Simon Marshall
9527 <simon.marshall@misys.com>.
9528 (gdb-stack-position): New variable.
9529 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
9530 (gdb-frames-mode): Set gdb-stack-position to nil.
9531 Add to overlay-arrow-variable-list
9532 (gdb-reset): Delete gdb-stack-position from above list.
9533
9534 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9535
9536 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
9537 read only.
9538
9539 2006-08-13 Romain Francoise <romain@orebokech.com>
9540
9541 * cus-theme.el (customize-create-theme)
9542 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
9543
9544 * filesets.el (filesets-add-buffer): Ditto.
9545
9546 * pcvs.el (cvs-change-cvsroot): Ditto.
9547
9548 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
9549
9550 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
9551 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
9552 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
9553 expressions.
9554 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
9555 Only search till end of line.
9556 Add face to function names in case of no filename.
9557 Add face to variable names of watchpoints.
9558
9559 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
9560
9561 * cus-start.el <indent-tabs-mode>: Move to the `indent'
9562 customization group.
9563
9564 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
9565
9566 * allout.el (allout-prior-bindings, allout-added-bindings):
9567 Remove, after long deprecation.
9568 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
9569 Add customization vars controlling allout-beginning-of-line and
9570 allout-end-of-line conveniences.
9571 (allout-header-prefix, allout-use-mode-specific-leader)
9572 (allout-use-mode-specific-leader, allout-mode-leaders):
9573 Revise docstrings.
9574 (allout-infer-header-lead): Change to be an alias for
9575 allout-infer-header-lead-and-primary-bullet.
9576 (allout-infer-header-lead-and-primary-bullet): New version of
9577 allout-infer-header-lead which assigns the primary bullet to the
9578 same as the header lead, when its being changed.
9579 (allout-infer-body-reindent): Apply regexp-quote instead of
9580 unconditionally prepending "\\", so that all literal
9581 allout-header-prefix and allout-primary-bullet strings are
9582 properly handled.
9583 (allout-add-resumptions): Add optional qualifier for extending or
9584 appending to existing values, rather than replacing them.
9585 (allout-view-change-hook): Clarify docstring.
9586 (allout-exposure-change-hook): Take explicit arguments, via
9587 run-hook-with-args.
9588 (allout-structure-added-hook)
9589 (allout-structure-deleted-hook)
9590 (allout-structure-shifted-hook): New hooks analogous to
9591 allout-exposure-change-hook for other kinds of structural outline
9592 edits.
9593 (allout-encryption-plaintext-sanitization-regexps): New encryption
9594 customization variable, by which cooperating modes can provde
9595 massage of the plaintext without actually being passed it.
9596 (allout-encryption-ciphertext-rejection-regexps)
9597 (allout-encryption-ciphertext-rejection-ceiling): New encryption
9598 customization variables, by which cooperating modes can prohibit
9599 rare but possible ciphertext patterns from fouling their
9600 operation, with actually being passed the ciphertext.
9601 (allout-mode): Run activation and deactivation hooks after the
9602 minor-mode variable has been toggled, to clarify the mode
9603 disposition. The new encryption ciphertext rejection variable is
9604 used to ensure that the ciphertext does not contain text that
9605 would be recognized as outline structural elements by allout.
9606 Substite allout-beginning-of-line and allout-end-of-line for
9607 conventionall beginning-of-line and end-of-line bindings.
9608 If allout-old-style-prefixes is non-nil, don't nullify it on mode
9609 activation!
9610 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
9611 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
9612 (allout-chart-subtree): Implement new mode, charting only the
9613 visible items in the subtree, when new 'visible' parameter is non-nil.
9614 (allout-end-of-subtree): Properly handle the last item in the buffer.
9615 (allout-pre-command-business, allout-command-counter):
9616 Increment an advertised counter so that cooperating enhancements can
9617 track revisions of items.
9618 (allout-open-topic): Run allout-structure-added-hook with suitable
9619 arguments.
9620 (allout-shift-in): Run allout-structure-shifted-hook with suitable
9621 arguments.
9622 (allout-shift-out): Fix doubling for negative args and ensure call
9623 of allout-structure-shifted-hook by solely using allout-shift-in.
9624 (allout-kill-line, allout-kill-topic):
9625 Run allout-structure-deleted-hook with suitable arguments.
9626 (allout-yank-processing): Run allout-structure-added-hook with
9627 proper arguments.
9628 (allout-yank): Enclose activity in allout-unprotected.
9629 (allout-flag-region): Run allout-exposure-change-hook with
9630 suitable arguments, instead of making the callee infer the arguments.
9631 (allout-encrypt-string):
9632 Support allout-encryption-plaintext-sanitization-regexps,
9633 allout-encryption-ciphertext-rejection-regexps, and
9634 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
9635 en/de cryption mode in symmetric encryption failure message.
9636 (allout-obtain-passphrase): Use copy-sequence to get a distinct
9637 copy of the passphrase, and don't zero it or we'll corrupt the
9638 stashed copy.
9639 (allout-create-encryption-passphrase-verifier)
9640 (allout-verify-passphrase): Respect the new signature for
9641 allout-encrypt-string.
9642 (allout-get-configvar-values): Convenience for getting a
9643 configuration variable value and handling its absence gracefully.
9644
9645 2006-08-11 Romain Francoise <romain@orebokech.com>
9646
9647 * obsolete/zone-mode.el: Delete.
9648
9649 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
9650
9651 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
9652
9653 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
9654
9655 * emacs-lisp/bindat.el (bindat-ip-to-string):
9656 Use `format-network-address' if possible.
9657
9658 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9659
9660 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
9661
9662 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
9663
9664 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
9665 restore unread-command-events here.
9666 (edebug-display): Do it here, to detect sit-for interruptions.
9667
9668 2006-08-10 Romain Francoise <romain@orebokech.com>
9669
9670 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
9671 (dns-mode-soa-auto-increment-serial): New user option.
9672 (dns-mode-soa-maybe-increment-serial): New function.
9673 (dns-mode): Add the latter to `write-contents-functions'.
9674
9675 * obsolete/zone-mode.el: Move to obsolete/ from net/.
9676 Delete autoload cookies.
9677
9678 2006-08-10 John Wiegley <johnw@newartisans.com>
9679
9680 * eshell/em-glob.el (eshell-glob-chars-list)
9681 (eshell-glob-translate-alist): Add support for [^g] in character globs.
9682
9683 2006-08-10 Richard Stallman <rms@gnu.org>
9684
9685 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
9686 (facemenu-set-face): Doc fix.
9687 (facemenu-listed-faces): Doc fix.
9688
9689 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
9690
9691 * avoid.el (mouse-avoidance-animating-pointer): New var.
9692 (mouse-avoidance-nudge-mouse): Use it.
9693 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
9694 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
9695 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
9696 Don't activate if currently animating. All callers changed.
9697
9698 2006-08-09 John Wiegley <johnw@newartisans.com>
9699
9700 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
9701 variable, which causes timeclock to report elapsed time worked,
9702 instead of just work remaining.
9703
9704 2006-08-09 Kenichi Handa <handa@m17n.org>
9705
9706 * international/latexenc.el (latexenc-find-file-coding-system):
9707 Fix for the case that the 2nd element of arg-list is a cons.
9708
9709 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
9710
9711 * info.el (Info-fontify-node): Handle preceding `in' for note
9712 reference hiding rules.
9713
9714 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9715
9716 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
9717 mistake a closing " for an opening one.
9718
9719 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9720
9721 * term/xterm.el (terminal-init-xterm): Add more key bindings.
9722
9723 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9724
9725 * complete.el (PC-do-completion): Filter out completions matching
9726 completion-ignored-extensions before checking whether there are
9727 multiple completions.
9728 Don't use `list' unnecessarily when building completion tables.
9729
9730 2006-08-06 Richard Stallman <rms@gnu.org>
9731
9732 * help.el (describe-mode): Make minor mode list more concise.
9733
9734 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
9735
9736 * bindings.el: Give mode-line-format, mode-line-modes, and
9737 mode-line-position `standard-value' properties.
9738
9739 2006-08-05 Eli Zaretskii <eliz@gnu.org>
9740
9741 * buff-menu.el (list-buffers-noselect): For Info buffers, use
9742 "(file)node" instead of the file name.
9743
9744 2006-08-05 Richard Stallman <rms@gnu.org>
9745
9746 * faces.el (escape-glyph): Doc fix.
9747
9748 2006-08-04 Kenichi Handa <handa@m17n.org>
9749
9750 * international/mule-diag.el (describe-font): Improve docstring
9751 and error message. Use frame-parameter (not frame-parameters).
9752
9753 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9754
9755 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
9756 Correctly mark the end-of-docstring char.
9757
9758 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
9759
9760 * simple.el (line-move-to-column): Constrain move-to-column to
9761 current field.
9762
9763 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9764
9765 * font-lock.el (font-lock-beg, font-lock-end)
9766 (font-lock-extend-region-functions): New vars.
9767 (font-lock-extend-region-multiline)
9768 (font-lock-extend-region-wholelines): New functions.
9769 (font-lock-default-fontify-region): Use them.
9770 (font-lock-extend-jit-lock-region-after-change): Only round up
9771 if font-lock-default-fontify-region will do it as well.
9772
9773 * font-lock.el (font-lock-extend-after-change-region-function):
9774 Rename from font-lock-extend-region-function.
9775 (font-lock-extend-region): Remove by inlining at call sites.
9776 (font-lock-after-change-function): Don't needlessly round up to a whole
9777 number of lines.
9778 (font-lock-extend-jit-lock-region-after-change): Be more careful about
9779 the boundary conditions and the interactions between the various ways
9780 to extend the region.
9781
9782 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9783
9784 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
9785 modification status when forcing the second redisplay.
9786
9787 2006-08-03 Kim F. Storm <storm@cua.dk>
9788
9789 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
9790
9791 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9792
9793 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
9794 doesn't look like a file name.
9795
9796 * complete.el (PC-expand-many-files): Avoid signalling an error when
9797 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
9798
9799 2006-08-02 Andreas Schwab <schwab@suse.de>
9800
9801 * bindings.el (mode-line-format): Simplify reference to vc-mode.
9802
9803 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
9804
9805 * bindings.el (map): Make mode-line-buffer-identification-keymap
9806 before defining propertized-buffer-identification.
9807
9808 2006-08-01 Richard Stallman <rms@gnu.org>
9809
9810 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
9811
9812 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
9813
9814 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
9815 default value.
9816 (gdb-find-source-frame): New function.
9817 (menu): Add to menu bar.
9818
9819 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
9820
9821 * font-core.el (font-lock-extend-region-function)
9822 (font-lock-extend-region): Move to font-lock.el.
9823
9824 * font-lock.el (font-lock-extend-region-function)
9825 (font-lock-extend-region): Move from font-core.el. Simplify.
9826
9827 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
9828 if needed.
9829 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
9830 (jit-lock-after-change-extend-region-functions): New hook.
9831 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
9832
9833 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
9834 (font-lock-turn-on-thing-lock): Use it.
9835
9836 * longlines.el (longlines-show-region): Make it work on read-only
9837 buffers as well.
9838
9839 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
9840
9841 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
9842
9843 2006-07-31 Richard Stallman <rms@gnu.org>
9844
9845 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
9846 (vhdl-speedbar-display-projects): Update old obsolete
9847 speedbar variable names.
9848
9849 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
9850
9851 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
9852 (gdb-stopped): Use it.
9853
9854 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
9855
9856 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
9857
9858 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
9859 for load-history elements.
9860
9861 2006-07-29 Eli Zaretskii <eliz@gnu.org>
9862
9863 * files.el (convert-standard-filename): For Cygwin, replace
9864 characters not allowed in Windows file names.
9865 (make-auto-save-file-name): Add Cygwin to the list of systems
9866 where the auto-save file name needs to be run through
9867 convert-standard-filename.
9868
9869 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
9870
9871 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
9872
9873 2006-07-28 Richard Stallman <rms@gnu.org>
9874
9875 * bindings.el (mode-line-frame-identification)
9876 (propertized-buffer-identification): Centralize the code
9877 to initialize the variable.
9878
9879 * progmodes/grep.el (grep-default-command): Catch errors from
9880 wildcard-to-regexp.
9881
9882 2006-07-29 Kim F. Storm <storm@cua.dk>
9883
9884 * progmodes/grep.el (grep-tag-default): New function.
9885 (grep-default-command, grep-read-regexp): Use it.
9886 (grep-read-files): Use car of grep-files-history or grep-files-aliases
9887 as default if nothing else applies.
9888
9889 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
9890
9891 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
9892 Throw error if buffer is not in Dired and Wdired mode, respectively.
9893
9894 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
9895
9896 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
9897 self-insert-command keys don't activate buttons.
9898 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
9899
9900 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
9901
9902 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
9903 faces for enable character.
9904
9905 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
9906
9907 * Makefile.in (recompile): Update comment to reflect change
9908 on 2004-04-21.
9909
9910 2006-07-27 Richard Stallman <rms@gnu.org>
9911
9912 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
9913 (customize-package-emacs-version): Change msg when pkg has no entry.
9914 (custom-no-edit): On a button, do like widget-button-press.
9915
9916 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9917
9918 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
9919 S-tab and C-S-tab.
9920
9921 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
9922
9923 * progmodes/which-func.el (which-function): Fix documentation/
9924 comment typo.
9925
9926 2006-07-26 Richard Stallman <rms@gnu.org>
9927
9928 * textmodes/ispell.el (ispell-word): If we replace the word,
9929 move point to the end. Insert before deleting.
9930
9931 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
9932
9933 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
9934 a timer.
9935
9936 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
9937
9938 * tumme.el (tumme-backward-image): Add prefix argument. Add error
9939 when at first image.
9940 (tumme-forward-image): Add prefix argument. Add error when at last
9941 image.
9942
9943 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
9944
9945 * tabify.el (tabify-regexp): Use more specific regexps.
9946 (tabify): Avoid modifying the buffer unnecessarily.
9947
9948 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
9949
9950 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
9951 (tumme-format-properties-string): Handle empty `buf'.
9952 (tumme-get-comment): Change variable names inside `let'.
9953 Add missing `let' variable that cause font-lock problems.
9954 (tumme-write-comments): Change variable names inside `let'.
9955 Add missing `let' variable that cause font-lock problems.
9956 (tumme-forward-image): Rename from `tumme-forward-char'.
9957 (tumme-backward-image): Rename from `tumme-backward-char'.
9958
9959 2006-07-25 Masatake YAMATO <jet@gyve.org>
9960
9961 * progmodes/ld-script.el (ld-script-keywords)
9962 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
9963 and add comments.
9964
9965 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
9966
9967 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
9968 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
9969 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
9970 for status indicator.
9971
9972 2006-07-24 Richard Stallman <rms@gnu.org>
9973
9974 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
9975
9976 * subr.el (dolist, dotimes): Use interned symbols for locals.
9977 (--dotimes-limit--, --dolist-tail--): New defvars.
9978 (looking-back): Doc fix.
9979
9980 * replace.el (replace-match-string-symbols): Handle dotted lists.
9981
9982 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
9983
9984 * tumme.el (tumme-write-tags): Add.
9985 (tumme-write-comments): Add.
9986 (tumme-tag-files): Change to use `tumme-write-tags'.
9987 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
9988 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
9989 (tumme-save-information-from-widgets): Change to use
9990 `tumme-write-comments' and `tumme-write-tags'.
9991 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
9992 (tumme-write-tag): Remove.
9993 (tumme-write-comment): Remove.
9994 (tumme-display-previous-thumbnail-original): Remove empty line.
9995 (tumme-widget-list): Add punctuation.
9996
9997 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
9998
9999 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
10000
10001 2006-07-24 Daiki Ueno <ueno@unixuser.org>
10002
10003 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10004 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
10005 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
10006
10007 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
10008
10009 * mouse.el (mouse-on-link-p): Doc fix.
10010
10011 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
10012
10013 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10014 Handle "C-h f `".
10015
10016 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10017
10018 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
10019 column.
10020
10021 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
10022
10023 * textmodes/table.el: Add move-beginning-of-line and
10024 move-end-of-line to Point Motion Only Group.
10025
10026 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
10027
10028 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
10029
10030 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10031
10032 * startup.el (user-mail-address): Initialize from the `EMAIL'
10033 environment variable first. Document this.
10034 (command-line): Ditto.
10035
10036 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
10037
10038 * help-mode.el (help-function-def, help-variable-def)
10039 (help-face-def): Print a message in the minibuffer.
10040
10041 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
10042
10043 * term/xterm.el (terminal-init-xterm): Fix key bindings
10044 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
10045
10046 2006-07-21 Eli Zaretskii <eliz@gnu.org>
10047
10048 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
10049 where `(nth 1 command)' is a cons cell. Doc fix.
10050
10051 * textmodes/po.el (po-find-charset): Doc fix.
10052
10053 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
10054
10055 * allout.el (allout-unprotected, allout-e-o-prefix-p)
10056 (allout-beginning-of-current-line, allout-end-of-current-line)
10057 (allout-next-visible-heading, allout-open-topic)
10058 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
10059 (allout-flag-current-subtree, allout-show-to-offshoot)
10060 (allout-hide-current-entry, allout-show-current-branches)
10061 (allout-hide-region-body, allout-old-expose-topic)
10062 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
10063 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
10064 containing `beginning-of-line' and `end-of-line' with
10065 `inhibit-field-text-motion' t.
10066
10067 2006-07-21 Eli Zaretskii <eliz@gnu.org>
10068
10069 * frame.el (focus-follows-mouse): Document that it doesn't have
10070 any effect on MS-Windows.
10071
10072 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
10073
10074 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
10075
10076 2006-07-20 Jay Belanger <belanger@truman.edu>
10077
10078 * calc.el (calc-previous-alg-entry): Remove variable.
10079
10080 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
10081 New variables.
10082 (calc-alg-entry): Use `calc-alg-entry-history'.
10083 (calc-do-quick-calc): Use `calc-quick-calc-history'.
10084 Remove reference to `calc-previous-alg-entry'.
10085 (calcAlg-edit, calcAlg-enter): Remove reference to
10086 `calc-previous-alg-entry'.
10087 (calcAlg-previous): Use `previous-history-element' instead of
10088 `calc-previous-alg-entry'.
10089 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
10090 Change keybinding for `calcAlg-plus-minus', add keybindings for
10091 `previous-history-element' and `next-history-element'.
10092
10093 * calc-rewr.el (calc-match): Remove reference to
10094 `calc-previous-alg-entry'.
10095
10096 * calc-sel.el (calc-selection-history): New variable.
10097 (calc-enter-selection, calc-sel-mult-both-sides)
10098 (calc-sel-add-both-sides): Use `calc-selection-history'.
10099
10100 * calc-map.el (calc-get-operator-history): New variable.
10101 (calc-get-operator): Use `calc-get-operator-history'.
10102
10103 * calcalg3.el (calc-curve-fit-history): New variable.
10104 (calc-curve-fit): Use `calc-curve-fit-history'.
10105
10106 2006-07-20 Kenichi Handa <handa@m17n.org>
10107
10108 * international/mule-cmds.el (select-safe-coding-system): Fix the
10109 way of deciding eol-type of the coding system.
10110
10111 2006-07-20 Alan Mackenzie <acm@muc.de>
10112
10113 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
10114 (c-lang-setvar): New macro.
10115 (c-make-init-lang-vars-fun): Use the initialization forms in
10116 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
10117 (comment-start, comment-end, comment-start-skip): Change these from
10118 c-lang-defvar's to c-lang-setvar's.
10119
10120 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
10121 which calls make-local-variable on the elements of
10122 c-emacs-variable-inits.
10123 (c-init-language-vars-for): Call this new macro.
10124
10125 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10126
10127 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10128 Try to rule out false positives due to time stamps.
10129 (compilation-mode-font-lock-keywords): Remove rules made redundant
10130 because of the above change. Add `segmentation fault' to the known and
10131 highlighted compilation termination messages.
10132
10133 2006-07-19 Kim F. Storm <storm@cua.dk>
10134
10135 * progmodes/grep.el (grep-find-ignored-directories):
10136 Add .svn and _darcs to list.
10137
10138 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
10139
10140 * dired.el (dired-mode-map): Add key binding `C-te' for
10141 `tumme-dired-edit-comment-and-tags'.
10142
10143 * tumme.el (tumme-display-thumbnail-original-image): Make sure
10144 image display buffer is displayed before call to
10145 `tumme-display-image.
10146 (tumme-dired-display-image): Make sure image display buffer is
10147 displayed before call to `tumme-display-image.
10148 (tumme-mouse-display-image): Make sure image display buffer is
10149 displayed before call to `tumme-display-image.
10150 (tumme-widget-list): Add.
10151 (tumme-dired-edit-comment-and-tags): Add.
10152 (tumme-save-information-from-widgets): Add.
10153
10154 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10155
10156 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
10157
10158 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10159
10160 * progmodes/sh-script.el (sh-font-lock-keywords-1):
10161 Revert inadvertently installed patch hunk.
10162
10163 * progmodes/compile.el (compilation-find-file): Handle the
10164 cases where the user selects a non-existent file.
10165
10166 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10167
10168 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
10169
10170 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
10171
10172 * subr.el (sit-for): Just sleep-for if noninteractive.
10173
10174 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10175
10176 * emacs-lisp/autoload.el (make-autoload): Use new arg.
10177
10178 * custom.el (custom-autoload): Add `noset' argument.
10179 (custom-push-theme): Don't autoload the variable, let callers do it.
10180 (custom-theme-set-variables): Autoload the variable if necessary.
10181
10182 * cus-edit.el (custom-variable-state-set): If the variable was
10183 originally set outside custom, but to the same value as the default,
10184 consider it to be standard.
10185
10186 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
10187 file *before* telling Emacs to add the autoloads, in case it fails.
10188
10189 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
10190 Use `cond', push', and `dolist'.
10191
10192 2006-07-17 Richard Stallman <rms@gnu.org>
10193
10194 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
10195 Add defvars to silence warnings.
10196
10197 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
10198
10199 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10200 Don't highlight "Compiling file" messages as error.
10201
10202 * dired-aux.el (dired-compress-file): Confirm again if gzipped
10203 file already exists.
10204
10205 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
10206
10207 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
10208 entry, don't assign to free var; simply return the extracted filename.
10209 (ff-treat-as-special): Incorporate common preamble from callers.
10210 (ff-other-file-name, ff-find-the-other-file):
10211 Update call to ff-treat-as-special.
10212
10213 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
10214
10215 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
10216
10217 * tumme.el (tumme-get-comment): Fix bug.
10218
10219 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10220
10221 * files.el: Remove spurious * in docstrings.
10222
10223 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
10224
10225 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
10226 grammar.
10227 (allout-beginning-of-current-line): Beware beginning of buffer.
10228 Also, a comment is simplified.
10229 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
10230 when appropriate. (This fix enables use for other than
10231 bullet-hotspot operation.)
10232 (allout-hide-current-subtree): While escalating to sibling-close,
10233 make sure to situate on a topic.
10234
10235 2006-07-14 Kim F. Storm <storm@cua.dk>
10236
10237 * emulation/cua-base.el (cua-delete-selection)
10238 (cua-toggle-set-mark): New defcustoms.
10239 (cua-rectangle-modifier-key): Add `alt' modifier.
10240 (cua-replace-region): Don't delete if cua-delete-selection is nil.
10241 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
10242 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
10243
10244 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
10245
10246 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
10247
10248 * allout.el: Require 'cl during byte-compilation/interactive load,
10249 for the `assert' macro.
10250 (allout-mode-deactivate-hook): New hook, run when allout mode
10251 deactivates.
10252 (allout-developer): New allout customization subgroup.
10253 (allout-run-unit-tests-on-load): New allout-developer
10254 customization variable, when true allout unit tests are run towards
10255 end of file load/eval.
10256 (allout-inhibit-auto-fill): Disable auto-fill activity even during
10257 auto-fill-mode.
10258 (allout-resumptions): Remove, to be replaced by...
10259 (allout-add-resumptions): Register variable settings to be
10260 reinstated by `allout-do-resumptions'. The settings are made
10261 buffer-local, but the locality/globality of the suspended setting
10262 is restored on resumption.
10263 (allout-do-resumptions): Reinstate all settings suspended using
10264 `allout-add-resumptions'.
10265 (allout-test-resumptions): Unit tests (and intermediate variables)
10266 for resumptions.
10267 (allout-tests-globally-unbound, allout-tests-globally-true)
10268 (allout-tests-locally-true): Intermediate variables for
10269 resumptions unit tests.
10270 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
10271 (allout-exposure-category): Replaces 'allout-overlay-category variable.
10272 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
10273 instead of retired `allout-resumptions'. For hook functions, use
10274 `local' parameter so hook settings are created and removed as
10275 buffer-local settings. Revise (resumptions) setting
10276 auto-fill-function so it is set only if already active. (The
10277 related fill-function settings are all made in either case, so
10278 that activating auto-fill-mode activity will have the custom
10279 allout-mode behaviors (hanging indent on topics, if configured for it).
10280 Remove all allout-exposure-category overlays on mode deactivation.
10281 (allout-hotspot-key-handler): New function extracted from
10282 `allout-pre-command-business', so the functionality can be used
10283 for other purposes, eg as a binding in an overlay.
10284 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
10285 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
10286 customization variable.
10287 (allout-run-unit-tests): Run the (currently quite small)
10288 repertoire of unit tests. Called just before the provide iff user
10289 has customized `allout-run-unit-tests-on-load' non-nil.
10290
10291 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
10292
10293 * emacs-lisp/authors.el (authors-aliases): Update.
10294
10295 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
10296
10297 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
10298 gdb-source-window. Add dedicated argument.
10299 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
10300 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
10301 (gdb-display-threads-buffer, gdb-display-memory-buffer)
10302 (gdb-display-locals-buffer): Use it.
10303
10304 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
10305 Set gdb-source-window.
10306
10307 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
10308
10309 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
10310 minor modes, redundant with the custom-autoload line above.
10311
10312 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
10313
10314 * longlines.el (longlines-post-command-function): Handle open-line too.
10315
10316 2006-07-12 Richard Stallman <rms@gnu.org>
10317
10318 * progmodes/grep.el (grep-last-buffer): Doc fix.
10319
10320 * info.el (Info-try-follow-nearest-node): Doc fix.
10321
10322 * emacs-lisp/edebug.el (edebug-instrument-function):
10323 Err if find-function-noselect gives no position.
10324
10325 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10326 If can't find definition, return nil for position.
10327 (find-function-do-it): Handle new return value
10328 of find-definition-noselect.
10329 (find-definition-noselect, find-variable-noselect): Doc fix.
10330 (find-function-noselect): Doc fix.
10331
10332 * help-mode.el (help-variable-def): Handle find-variable-noselect
10333 returning no position.
10334 (help-function-def): Likewise for find-function-search-for-symbol.
10335 (help-face-def): Likewise.
10336
10337 * help-fns.el (describe-variable): Handle find-variable-noselect
10338 returning no position.
10339
10340 * files.el (locate-file-completion): Avoid duplicates in result.
10341
10342 * cus-edit.el (custom-no-edit): New command.
10343 (custom-mode-map): Remap to custom-no-edit instead of
10344 using suppress-keymap.
10345
10346 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
10347
10348 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10349 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10350 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
10351
10352 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
10353
10354 2006-07-11 Kim F. Storm <storm@cua.dk>
10355
10356 * ido.el (ido-copy-current-file-name): Use buffer-name if
10357 buffer-file-name is nil.
10358
10359 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
10360
10361 * simple.el (undo-ask-before-discard): Set to nil.
10362
10363 * vc.el (vc-exec-after): Don't delete process manually.
10364 (vc-print-log): Run log-view-mode in process sentinel inside
10365 inhibit-read-only. Don't shrink window due to timing issues.
10366
10367 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
10368 Avoid using with-output-to-temp-buffer, which clobbers local vars.
10369
10370 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
10371
10372 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10373 Fix ambiguity introduced by last change.
10374 (compilation-find-file): Move save-excursion to where it may
10375 make sense. Fix a left over `find-file'.
10376
10377 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
10378
10379 * textmodes/texinfmt.el (texinfo-format-separate-node):
10380 Insert a string before point, which fits documentation, not after.
10381 (texinfo-multitable-item): In a multitable row, insert any
10382 additional needed @tabs and spaces.
10383
10384 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
10385
10386 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10387 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10388 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
10389 instead of shell-command.
10390 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
10391 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
10392 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
10393 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
10394 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
10395 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
10396
10397 2006-07-11 Kim F. Storm <storm@cua.dk>
10398
10399 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
10400 Remove special case for seconds < 0. Use (redisplay t) instead.
10401
10402 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
10403
10404 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
10405 avoid compilation error.
10406
10407 * subr.el (sit-for): New function.
10408
10409 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
10410
10411 2006-07-10 Richard Stallman <rms@gnu.org>
10412
10413 * ldefs-boot.el (edebug): Update page.
10414
10415 2006-07-10 Kim F. Storm <storm@cua.dk>
10416
10417 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
10418 to FOR-RELEASE and TODO.
10419
10420 2006-07-10 Romain Francoise <romain@orebokech.com>
10421
10422 * emacs-lisp/authors.el (authors-aliases): Update.
10423
10424 2006-07-10 Alan Mackenzie <acm@muc.de>
10425
10426 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
10427 * cc-mode.el: Changes to eradicate eval-after-load.
10428
10429 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
10430
10431 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
10432 on non-char events.
10433
10434 2006-07-09 Romain Francoise <romain@orebokech.com>
10435
10436 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10437 Don't highlight start/end markers as compilation messages.
10438
10439 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
10440 to t.
10441
10442 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
10443
10444 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
10445
10446 2006-07-08 Richard Stallman <rms@gnu.org>
10447
10448 * term/x-win.el (x-handle-display): Add doc string.
10449
10450 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10451
10452 * subr.el (def-edebug-spec): Move here.
10453 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
10454
10455 * imenu.el (imenu-choose-buffer-index): Doc fix.
10456
10457 2006-07-08 Romain Francoise <romain@orebokech.com>
10458
10459 * term/x-win.el (x-display-name): Fix typo.
10460
10461 2006-07-08 Eli Zaretskii <eliz@gnu.org>
10462
10463 * hexl.el (hexl-find-file): Doc fix.
10464
10465 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10466
10467 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
10468
10469 * term/x-win.el (x-display-name): Doc fix.
10470
10471 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10472
10473 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
10474 long prefixes.
10475 (fill-region-as-paragraph): Don't round up to a whole line.
10476 (fill-comment-paragraph): Don't include the code-before-the-comment
10477 when calling fill-region-as-paragraph.
10478
10479 * international/mule.el (make-char): Remove redundancy.
10480
10481 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
10482 property may contain an anonymous function rather than a symbol.
10483
10484 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
10485
10486 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10487 Use shy regexp. Fix incorrect backref to potentially unmatched group.
10488
10489 * dirtrack.el (dirtrack-default-directory-function): Remove.
10490 (dirtrack-directory-function): Use file-name-as-directory.
10491 (dirtrack-windows-directory-function): Simplify.
10492 (dirtrack-forward-slash, dirtrack-backward-slash)
10493 (dirtrack-replace-slash): Remove.
10494 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
10495 (dirtrack): Fix wrong parenthesizing; use match-string.
10496
10497 * progmodes/octave-inf.el: Remove spurious * in docstrings.
10498 (inferior-octave-mode): Only change the buffer-local value of
10499 comint-dynamic-complete-functions.
10500 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
10501 Move the initialization to the declaration.
10502 (inferior-octave-complete): Remove unused var `filter'.
10503
10504 * shell.el (shell-mode): Only change the buffer-local value of
10505 comint-dynamic-complete-functions.
10506
10507 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
10508
10509 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
10510 entry is skipped because it has been scheduled.
10511 (org-prepare-agenda-buffers): Don't mark buffers as modified when
10512 changing `:org-archived' and `:org-comment' properties.
10513
10514 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
10515
10516 * server.el (server-select-display): Don't make the temp frame
10517 minibuffer-only, in case it's not a temp frame.
10518 (server-process-filter): Don't delete the temp frame if it's the
10519 only one we have on that display.
10520
10521 * files.el (find-alternate-file): Doc fix.
10522
10523 2006-07-05 Richard Stallman <rms@gnu.org>
10524
10525 * files.el (abbreviate-file-name): Add save-match-data.
10526
10527 2006-07-03 Richard Stallman <rms@gnu.org>
10528
10529 * faces.el (read-face-name): Doc fix.
10530
10531 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
10532
10533 * net/goto-addr.el (goto-address): Mark as safe for local evals.
10534
10535 2006-07-05 Andre Spiegel <spiegel@gnu.org>
10536
10537 * vc.el (vc-diff-internal): Fix prev change.
10538
10539 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
10540
10541 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
10542 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
10543
10544 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10545
10546 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
10547 fails if the symbol contains chars like ( or '.
10548 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
10549 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
10550 `short'.
10551
10552 2006-07-04 Kenichi Handa <handa@m17n.org>
10553
10554 * international/mule-cmds.el (set-language-info): If LANG-ENV is
10555 the current one, don't call set-language-environment, but call one
10556 of set-language-environment-XXX to make INFO effective now.
10557 (set-language-environment): Call set-language-environment-XXX
10558 functions instead of doing the various setups directly.
10559 (set-language-environment-coding-systems): Delete argument eol-type.
10560 (set-language-environment-input-method)
10561 (set-language-environment-nonascii-translation)
10562 (set-language-environment-charset)
10563 (set-language-environment-fontset)
10564 (set-language-environment-unibyte): New functions.
10565
10566 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
10567
10568 * locate.el (locate-update-when-revert): New option.
10569 (locate-update-path): New option (suggested by Michael Albinus).
10570 (locate-prompt-for-command): Whitespace change.
10571 (locate-update): No longer offer to update the locate database by
10572 default. Implement the two new options.
10573
10574 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
10575
10576 * tooltip.el: Move comment about track-mouse...
10577
10578 * progmodes/gud.el: ...to here.
10579
10580 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
10581
10582 * facemenu.el (facemenu-listed-faces): New var.
10583 (facemenu-unlisted-faces): Variable deleted.
10584 (facemenu-add-new-face): Use facemenu-listed-faces.
10585
10586 * emulation/viper-init.el, calendar/calendar.el:
10587 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
10588
10589 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
10590
10591 * textmodes/org.el (org-mode): Remove no invalid settings for
10592 calc embedded mode.
10593 (org-mode-p): New defsubst.
10594 (org-save-all-org-buffers): New function.
10595 (org-first-headline-recenter): Enclose outline-regexp in group
10596 delimiters.
10597 (org-set-tags): Keep single space after stars.
10598
10599 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10600
10601 * window.el (set-window-text-height): Only set window-min-height to
10602 1 if that's the requested size.
10603
10604 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
10605 (diff-unified->context, diff-context->unified)
10606 (diff-reverse-direction): Make sure the end marker stays at the end.
10607 (diff-mode): Add the keymap table at the end of docstring.
10608 Use lexical-let rather than constructing a closure manually.
10609
10610 * files.el (find-file-noselect-1): Remove unused var assignment.
10611 (hack-local-variables-confirm): Print lists of strings as lists of
10612 strings rather than lists of symbols.
10613 (abbreviate-file-name, hack-local-variables-prop-line):
10614 Use match-string.
10615 (hack-one-local-variable): Move `make-local-variable' nearer its use.
10616 (recover-session-finish): Use line-end-position.
10617
10618 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
10619
10620 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
10621
10622 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
10623
10624 * progmodes/make-mode.el (makefile-macroassign-regex):
10625 Accept preceding keyword.
10626 (makefile-gmake-statements): Reorganize, now that makepp has
10627 "override" and also handle forgotten "override define".
10628 (makefile-makepp-statements): Add new "global", "override export"
10629 and "override global".
10630
10631 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
10632
10633 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
10634 (ada-compile-mouse-goto-error, ada-deactivate-properties)
10635 (ada-no-auto-case): Fix typos in docstrings.
10636
10637 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
10638
10639 * info.el (Info-find-node-2): Search for makeinfo version more
10640 carefully.
10641
10642 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
10643
10644 * textmodes/org.el (org-prepare-agenda-buffers):
10645 Use `invisible-OK' argument for `org-end-of-subtree'.
10646 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
10647 (org-beginning-of-item): Fix bug in regular expression for white line.
10648 (org-export-as-html): Enforce space after bullet in plain list items.
10649 (org-set-autofill-regexps): Require space after plain list bullet
10650 for paragraph-start.
10651 (org-ts-regexp3): New constant.
10652 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
10653 (org-timestamp-up-day, org-timestamp-down-day)
10654 (org-timestamp-change): Work with inactive timestamps.
10655 (org-ts-regexp1): Don't allow brackets in time stamps.
10656
10657 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
10658
10659 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
10660 for ignoring links.
10661
10662 * faces.el (read-face-name): Use it.
10663
10664 2006-06-28 Juri Linkov <juri@jurta.org>
10665
10666 * buff-menu.el (list-buffers-noselect): Compare Info file
10667 with the string "dir" to detect Info directory.
10668
10669 * complete.el (partial-completion-mode): In lambda for
10670 `choose-completion-string-functions' use full function signature
10671 with 4 args, and move point to the end of the minibuffer only if arg
10672 `mini-p' is non-nil.
10673
10674 2006-06-28 John Paul Wallington <jpw@pobox.com>
10675
10676 * ibuffer.el (ibuffer-mode): Doc fix.
10677
10678 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
10679
10680 * textmodes/org.el (org-context): New contexts :item-bullet,
10681 :latex-fragment, :latex-preview.
10682 (org-overlays-at, org-overlay-start, org-overlay-end):
10683 New compatibility functions.
10684 (org-inside-LaTeX-fragment-p): More accurate matching, using the
10685 exact regexp that will be used during export.
10686 (org-latex-regexps): New variable.
10687 (org-cdlatex-mode): Improve advice for `texmathp'.
10688 (turn-on-org-cdlatex): New function.
10689
10690 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10691
10692 * term/mac-win.el (mac-handle-font-selection): Change keys of
10693 mac-atsu-font-table from strings to numbers.
10694 (mac-ts-caret-position): Use also when cursor-type is nil.
10695 (mac-ts-update-active-input-area): Add Mac OS Classic support.
10696 Relax condition for using overlay strings.
10697 Use mac-ts-caret-position face when cursor-type is nil.
10698
10699 2006-06-26 Kim F. Storm <storm@cua.dk>
10700
10701 * help.el (view-emacs-news): Declare `res' in the right let* form.
10702
10703 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
10704
10705 * net/rcompile.el (remote-compile): Replace ange-ftp based
10706 implementation by Tramp functions.
10707 Suggested by Marc Abramowitz <msabramo@gmail.com>.
10708
10709 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
10710
10711 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
10712
10713 * international/fontset.el (setup-default-fontset): Fix a typo in
10714 the "Oriya-Akruti" registry name.
10715
10716 2006-06-23 Lars Hansen <larsh@soem.dk>
10717
10718 * desktop.el (desktop-full-file-name): New function.
10719 (desktop-kill, desktop-save, desktop-remove, desktop-read)
10720 (desktop-revert): Use it.
10721 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
10722 (desktop-after-read-hook): Add option list-buffers.
10723 (desktop-locals-to-save): Add tab-width.
10724 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
10725 Fix docstring.
10726
10727 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
10728
10729 * textmodes/org.el (org-cdlatex-mode-map)
10730 (org-cdlatex-texmathp-advice-is-done): New variables.
10731 (org-cdlatex-mode): New minor mode.
10732 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
10733 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
10734 (org-export-with-archived-trees): New option.
10735 (org-open-file): Remove the call to `convert-standard-filename'.
10736 (org-archive-tag, org-agenda-skip-archived-trees)
10737 (org-cycle-open-archived-trees)
10738 (org-sparse-tree-open-archived-trees): New options.
10739 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
10740 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
10741 New functions.
10742 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
10743 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
10744 (org-mode-map): Add binding for `org-toggle-archive-tag'.
10745 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
10746 Call `org-prepare-agenda-buffers'.
10747 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
10748 (org-file-apps, org-file-apps-defaults-gnu)
10749 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
10750 Handle remote files by forcing them to be opened in Emacs.
10751
10752 2006-06-23 Andre Spiegel <spiegel@gnu.org>
10753
10754 * vc.el (vc-diff-knows-L): New variable.
10755 (vc-diff-internal): Use it to handle "diff" programs that don't
10756 understand -L. This works automatically, no user action is necessary.
10757
10758 2006-06-23 Daniel Brockman <daniel@brockman.se>
10759
10760 * net/rcirc.el (rcirc-default-user-full-name): Default to
10761 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
10762 longer exists).
10763 (rcirc-process-list): Check `buffer-live-p' before attempting to
10764 switch to a buffer.
10765
10766 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
10767
10768 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
10769 based on rcirc-coding-system-alist.
10770
10771 2006-06-23 Martin Rudalics <rudalics@gmx.at>
10772
10773 * cus-edit.el (customize-apropos): A better error message.
10774 (top level) <debug-ignored-errors>: Extend and update the list of
10775 ignored error messages.
10776
10777 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
10778
10779 * complete.el (PC-do-completion): Retain capitalization of user
10780 input, when possible, even if completion-ignore-case is set.
10781
10782 2006-06-23 Eli Zaretskii <eliz@gnu.org>
10783
10784 * generic-x.el (bat-generic-mode): Support .cmd files.
10785
10786 * dos-w32.el (top level): Use find-file-not-found-functions
10787 instead of the obsolete find-file-not-found-hooks.
10788
10789 2006-06-22 Kim F. Storm <storm@cua.dk>
10790
10791 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
10792 to recognize mode name containing submodes, such as Grep/lw.
10793
10794 2006-06-21 Kim F. Storm <storm@cua.dk>
10795
10796 * simple.el (line-move-1): Check for move-end-of-line instead of
10797 end-of-line when setting temporary-goal-column.
10798
10799 2006-06-21 Miles Bader <miles@gnu.org>
10800
10801 * play/cookie1.el (cookie): Work properly when there's only one entry.
10802
10803 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
10804
10805 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
10806 (gdb-frame-handler): Generalize frame regexp for templates.
10807
10808 2006-06-20 Glenn Morris <rgm@gnu.org>
10809
10810 * calendar/appt.el (appt-display-format): Default value must be
10811 one of the customize options.
10812
10813 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
10814
10815 * term/xterm.el (terminal-init-xterm): Update key availability info.
10816 Bind C-return.
10817
10818 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
10819
10820 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
10821
10822 * files.el (hack-local-variables): Run `hack-local-variables-hook'
10823 whether or not a local variables list is defined.
10824
10825 * msb.el (msb): Move `sit-for' hack here to handle both
10826 "mouse-down and drag" and "mouse-up and select" situations.
10827 (mouse-select-buffer): Move `sit-for' hack to `msb'.
10828
10829 2006-06-20 Kenichi Handa <handa@m17n.org>
10830
10831 * international/characters.el (word-combining-categories):
10832 Add entries for 2-byte Han characters.
10833
10834 2006-06-19 Richard Stallman <rms@gnu.org>
10835
10836 * bindings.el (mode-line-format): Save some mode line space.
10837
10838 * files.el (find-file-noselect): Improve the question wording.
10839 (basic-save-buffer-2): Mask UMASK against 666.
10840
10841 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
10842 (mouse-drag-vertical-line): Call it.
10843
10844 * cus-edit.el (customize-option, customize-option-other-window):
10845 Error if SYMBOL is nil.
10846
10847 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
10848
10849 * textmodes/org.el: Require noutline, also on XEmacs.
10850 (org-end-of-subtree): Return point.
10851 (org-dblock-start-re, org-dblock-end-re): New constants.
10852 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
10853 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
10854 (org-update-all-dblocks, org-find-dblock): New functions.
10855 (org-collect-clock-time-entries): New function.
10856 (org-html-handle-time-stamps): Never export CLOCK timeranges.
10857 (org-fixup-indentation): Modify to deal correctly with lines
10858 starting with TAB. Only one argument DIFF now.
10859 (org-demote, org-promote): Call `org-fixup-indentation' with just
10860 one argument, DIFF.
10861 (org-mode): Don't mark buffer as modified when aligning tables.
10862 (org-clock-sum): Don't mark buffer modified when adding time sum
10863 properties.
10864 (org-export-as-html): Add support for a link validation function.
10865 (org-archive-all-done): New function.
10866 (org-archive-subtree): New prefix argument. When set, archive all
10867 done subtrees in this buffer.
10868 (org-remove-clock-overlays)
10869 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
10870 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
10871 (org-put-clock-overlay): Don't swallow last headline character
10872 when displaying overlay.
10873 (org-store-link): Link to `image-mode' with just the file name.
10874
10875 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
10876
10877 * viper-cmd.el (viper-special-read-and-insert-char):
10878 Use read-key-sequence.
10879 (viper-after-change-undo-hook): Misc enhancements.
10880 (viper-after-change-undo-hook): New hook.
10881 (viper-undo): Use viper-after-change-undo-hook.
10882 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
10883 (viper-next-line-at-bol): If point is on a widget or a button, simulate
10884 clicking on that widget/button.
10885
10886 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
10887
10888 * ediff-diff (ediff-test-patch-utility): Catch errors.
10889 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
10890 (ediff-set-actual-diff-options): New function.
10891 (ediff-reset-diff-options, ediff-toggle-ignore-case):
10892 Use ediff-set-actual-diff-options.
10893 (ediff-extract-diffs): Catch errors.
10894 (ediff-whitespace): Add non-breakable space.
10895 (ediff-same-file-contents): Catch errors.
10896
10897 * ediff-mult.el (ediff-collect-custom-diffs):
10898 Save coding-system-for-read.
10899
10900 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
10901 (ediff-vc-internal, ediff-vc-merge-internal):
10902 Use ediff-delete-version-file.
10903 (ediff-delete-version-file): New function.
10904
10905 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
10906
10907 * ediff.el (ediff-directories, ediff-directory-revisions)
10908 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
10909 (ediff-directories-internal, ediff-merge-directory-revisions)
10910 (ediff-merge-directory-revisions-with-ancestor)
10911 (ediff-directories3): Use read-directory-name.
10912
10913 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
10914
10915 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
10916 Remove superfluous part of regexp for brace matching which is handled
10917 by `scan-lists' call.
10918
10919 2006-06-16 Richard Stallman <rms@gnu.org>
10920
10921 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
10922
10923 * files.el (basic-save-buffer-2): For a new precious file,
10924 use the default modes in the return value.
10925
10926 * facemenu.el (facemenu-color-alist): Doc fix.
10927
10928 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
10929
10930 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10931
10932 * cus-start.el (all): Add mac-ts-script-language-on-focus.
10933
10934 * term/mac-win.el (mac-text-encoding-ascii): New constant.
10935 (mac-utxt-to-string): Use it.
10936 (mac-ts-update-active-input-area): Use mac-ae-number.
10937
10938 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
10939
10940 * term.el (term-handle-scroll, term-delete-lines)
10941 (term-insert-lines): Fix off by one errors.
10942
10943 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
10944
10945 * net/tramp.el (tramp-touch): Use UTC to express time.
10946
10947 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
10948
10949 * mail/sendmail.el (mail-send): Search explicitly for
10950 mail-header-separator when checking for corrupted header lines.
10951
10952 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
10953
10954 * progmodes/gdb-ui.el (gdb-same-frame): New option.
10955 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
10956 (gdb-init-1): Initialise them.
10957 (gdb-starting): Reset gdb-printing
10958 (gdb-starting): Save value of gud-overlay-arrow-position.
10959 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
10960 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
10961 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
10962 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
10963
10964 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10965
10966 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
10967
10968 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
10969
10970 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
10971 (ldap-search-internal): Keep error messages, and a regexp fix.
10972
10973 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
10974
10975 * files.el (hack-local-variables-confirm):
10976 Display string value using its printed representation.
10977
10978 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
10979
10980 * server.el (server-edit): No-op if no server buffers exist.
10981
10982 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
10983
10984 * textmodes/page-ext.el (pages-directory-for-addresses):
10985 Including `pages-directory-address-mode' in the function results
10986 in the message "Buffer in which pages were found is deleted".
10987
10988 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
10989
10990 * textmodes/org.el (org-agenda-mode-map): Add bindings for
10991 clocking functions.
10992
10993 (org-agenda-clock-in, org-check-running-clock)
10994 (org-clock-out-if-current, org-remove-clock-overlays)
10995 (org-put-clock-overlay): New functions.
10996 (org-clock-marker, org-clock-file-total-minutes)
10997 (org-clock-overlays): New variables.
10998 (org-clock-display, org-clock-sum, org-clock-cancel)
10999 (org-clock-out, org-clock-in): New commands.
11000 (org-export): New function.
11001 (org-emph-re): New constant.
11002 (org-set-emph-re, org-do-emphasis-faces): New functions.
11003 (org-emphasis-regexp-components, org-emphasis-alist): New options.
11004 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
11005 (org-export-html-convert-emphasize): Use the configurable emphasis.
11006 (org-cleaned-string-for-export): Make multiline emphasis visible
11007 to the exporter. New optional argument PARAMETERS.
11008 (org-export-as-html): Specify :emph-multiline parameter to
11009 `org-cleaned-string-for-export'.
11010
11011 2006-06-10 Richard Stallman <rms@gnu.org>
11012
11013 * help.el (help-for-help-internal): Clean up help text.
11014
11015 2006-06-10 Andreas Schwab <schwab@suse.de>
11016
11017 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
11018 in doc string.
11019
11020 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
11021
11022 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
11023
11024 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
11025 spaces after the comment start.
11026
11027 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11028
11029 * play/pong.el (pong-init-buffer):
11030 Fill buffer with spaces instead of ^A.
11031
11032 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
11033 launched asynchronously, delete its process instead of being cool.
11034 (ispell-async-processp): Check for `delete-process' existence
11035 instead of `kill-process' one for consistency.
11036
11037 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
11038
11039 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
11040 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
11041 in mode line at startup.
11042
11043 2006-06-08 Kim F. Storm <storm@cua.dk>
11044
11045 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
11046 (ido-init-completion-maps): Bind them to M-SPC and M-v.
11047 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
11048 (ido-file-internal): Pass full file name to write-file.
11049 (ido-read-internal): Only pop stack elements automatically if they
11050 actually match an existing directory or file name.
11051
11052 2006-06-07 Kenichi Handa <handa@m17n.org>
11053
11054 * international/mule.el (find-auto-coding): Don't handle the short
11055 name `char-trans'.
11056
11057 * files.el (hack-local-variables-prop-line)
11058 (hack-local-variables): Cancel the previous change.
11059
11060 2006-06-06 Jesper Harder <harder@phys.au.dk>
11061
11062 * ediff-diff.el (ediff-test-utility): Protect against file-error.
11063
11064 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
11065
11066 * diff-mode.el (diff-mode): Set buffer-read-only to t when
11067 diff-default-read-only is non-nil.
11068 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
11069 (diff-refine-hunk): Set inhibit-read-only to t.
11070
11071 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
11072 modifying the *Diff* buffer.
11073 (diff-process-filter): New filter function for diff process that
11074 sets inhibit-read-only to t when modifying the *Diff* buffer.
11075
11076 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
11077
11078 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
11079 insertion point and control the number of empty lines.
11080 (org-paste-subtree): Limit the number of empty lines at the end of
11081 the inserted tree.
11082 (org-agenda): Use buffer name of current file for narrowing.
11083 (org-export-as-xml): Command removed.
11084 (org-export-xml-type): Option removed.
11085 (org-mode-map): Call `org-export-as-xoxo' directly.
11086 (org-get-indentation): New optional argument LINE.
11087 (org-fix-indentation, org-remove-tabs): New functions.
11088 (org-export-as-ascii, org-ascii-level-start): Determine and apply
11089 correct indentation for headlines that are converted it items.
11090 (org-skip-comments): Remove table lines that contain narrowing
11091 cookies but no other non-empty fields.
11092 (org-set-tags): Allow groups of mutually exclusive tags.
11093 (org-cmp-time): Sort 24:21 before items without time.
11094 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
11095 (org-open-at-point): Require double colon also for numbers.
11096
11097 2006-06-06 Kim F. Storm <storm@cua.dk>
11098
11099 * ido.el (ido-default-file-method, ido-default-buffer-method):
11100 Make choice values consistent with corresponding command names.
11101 (ido-visit-buffer): Update accordingly. Default to selected-window.
11102
11103 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
11104
11105 * progmodes/gud.el (gud-running): Fix doc string.
11106 (gud-menu-map): Use :visible instead fo :enable for debugger test.
11107 (gud-tooltip-modes): Add python-mode.
11108 (gud-tooltip-print-command): Add pdb. Remove perldb.
11109
11110 2006-06-05 Eli Zaretskii <eliz@gnu.org>
11111
11112 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
11113 Quote $(EMACS).
11114
11115 2006-06-05 Richard Stallman <rms@gnu.org>
11116
11117 * faces.el (defined-colors): Doc fix.
11118
11119 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
11120
11121 * vc.el (vc-process-filter): Inhibit undo info collection around
11122 call to insert.
11123 (vc-setup-buffer): Likewise for call to erase-buffer.
11124 (vc-do-command): Likewise for call to process-file.
11125
11126 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
11127
11128 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
11129 for gud-go.
11130 (gud-common-init): Other debuggers may trigger error.
11131
11132 2006-06-05 Kenichi Handa <handa@m17n.org>
11133
11134 * international/mule.el (find-auto-coding):
11135 Handle enable-character-translation in file header.
11136
11137 2006-06-04 Kim F. Storm <storm@cua.dk>
11138
11139 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
11140 (authors-fixed-entries): Fix spelling.
11141 (authors-canonical-file-name): Don't report error for wildcards.
11142
11143 * help.el (view-emacs-news): Rewrite to support new NEWS,
11144 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
11145 e.g. version 10 matches 1.10, and don't be confused by version 1.1
11146 being a prefix of 1.12 (etc). A numeric prefix arg also works.
11147
11148 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
11149
11150 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
11151 exec constructs like `foo bar`.
11152 (sh-quoted-subshell): New helper function to search for a possibly
11153 nested subshell (like `` or $()) within a "" quoted string.
11154 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
11155 (sh-apply-quoted-subshell): Flag quote characters inside a
11156 subshell, which is itself already in a quoted region, as
11157 punctuation, since this is the closest to what they actually are.
11158 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
11159 sh-apply-quoted-subshell.
11160 (sh-font-lock-syntactic-face-function): Apply the new face for
11161 text inside `` instead of the old font-lock-string-face.
11162
11163 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11164
11165 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
11166 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
11167 (mac-bytes-to-text-range, mac-ae-text-range-array)
11168 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
11169 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
11170 (mac-ts-unicode-for-key-event): New functions.
11171 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
11172 (mac-handle-font-selection): Use mac-ae-number.
11173 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
11174 New variables.
11175 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
11176 (mac-ts-converted-text, mac-ts-selected-converted-text)
11177 (mac-ts-block-fill-text, mac-ts-outline-text)
11178 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
11179 (mac-ts-hilite-style-faces): New constant.
11180 (mac-apple-event-map): Bind text input events.
11181 (mac-dispatch-apple-event): Use command-execute instead of
11182 call-interactively.
11183 (global-map): Don't bind mac-apple-event.
11184 (special-event-map): Bind mac-apple-event.
11185
11186 2006-06-02 Eli Zaretskii <eliz@gnu.org>
11187
11188 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
11189 file name.
11190 (emacs): Enclose the value of $(EMACS) in quotes.
11191
11192 2006-06-02 Juri Linkov <juri@jurta.org>
11193
11194 * international/mule.el (sgml-html-meta-auto-coding-function):
11195 Remove the condition `(search-forward "<html" size t)'.
11196 Replace `\"' with `[\"']?' in `re-search-forward'.
11197
11198 2006-06-02 Kenichi Handa <handa@m17n.org>
11199
11200 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
11201 as well as `coding'.
11202 (hack-local-variables): Likewise.
11203
11204 * international/mule.el (enable-character-translation):
11205 Put permanent-local and safe-local-variable properties.
11206 (find-auto-coding): Handle char-trans: tag.
11207
11208 2006-06-02 Juri Linkov <juri@jurta.org>
11209
11210 * international/mule.el (sgml-html-meta-auto-coding-function):
11211 Limit the search by the end of the HTML header (if any).
11212
11213 2006-06-01 Richard Stallman <rms@gnu.org>
11214
11215 * subr.el (with-current-buffer): Doc fix.
11216
11217 2006-06-02 Masatake YAMATO <jet@gyve.org>
11218
11219 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
11220 Almost rewrite. Underlines over all lines of gcov output are too
11221 uncomfortable to read. Suggested by Dan Nicolaescu.
11222
11223 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
11224
11225 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
11226
11227 * shell.el (shell-mode): Use shell-mode-map in docstring.
11228
11229 * comint.el (comint-send-input): Do not add help-echo and
11230 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
11231
11232 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11233
11234 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
11235
11236 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
11237
11238 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
11239 (gdb-stopped, gdb-info-stack-custom): If there is no source info
11240 look up the stack and pop up GUD buffer if necessary.
11241 (gdb-frames-select): Remove redundant call to gud-display-frame.
11242 (gdb-info-threads-custom): Keep point at start of buffer.
11243 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
11244
11245 2006-05-31 Juri Linkov <juri@jurta.org>
11246
11247 * replace.el (query-replace-read-from, query-replace-read-to):
11248 Bind `history-add-new-input' to nil. Call `add-to-history'.
11249
11250 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
11251
11252 * textmodes/table.el: Convert all HTML tags to lower case for
11253 XHTML compatibility.
11254
11255 2006-05-31 Masatake YAMATO <jet@gyve.org>
11256
11257 * progmodes/compile.el:
11258 (compilation-error-regexp-alist-alist::gcov-called-line):
11259 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
11260
11261 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
11262
11263 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
11264 Revert inadvertent changes made with last commit.
11265
11266 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
11267
11268 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
11269 New functions.
11270
11271 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
11272
11273 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
11274
11275 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
11276 only matches in the right place.
11277 (org-upcoming-deadline): New face.
11278 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
11279 (org-export-ascii-underline): Rename constant `org-ascii-underline'
11280 and make it an option.
11281 (org-export-ascii-bullets): New option.
11282 (org-export-as-html): Many changes to emit valid XHTML.
11283 (org-par-open): New variable.
11284 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
11285 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
11286 (org-timeline): Pass `org-timeline-show-empty-dates' to
11287 `org-get-all-dates'. Interpret empty dates returned by
11288 `org-get-all-dates'.
11289 (org-get-all-dates): New argument EMPTY. Add dates without
11290 entries to the list, mark large ranges of empty dates.
11291 (org-point-in-group, org-context): New functions.
11292
11293 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
11294
11295 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
11296
11297 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
11298 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
11299 to C-mouse-3 (for 2 button mice).
11300 (gdb-send): Do the right thing for C-d.
11301
11302 * speedbar.el (speedbar-detach): Delete.
11303 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
11304 it breaks things.
11305 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
11306
11307 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
11308
11309 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
11310 Makeppfile.
11311
11312 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11313 Add makepp diagnostic.
11314
11315 2006-05-29 Richard Stallman <rms@gnu.org>
11316
11317 * window.el (fit-window-to-buffer): Doc fix.
11318
11319 * help.el (temp-buffer-max-height): Doc fix.
11320
11321 * subr.el (with-current-buffer): Doc fix.
11322
11323 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11324
11325 * term/x-win.el: Bind F10 to menu-bar-start if available.
11326
11327 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
11328
11329 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
11330 uses with a simple test.
11331 (term-set-escape-char, term-mode, term-check-kill-echo-list)
11332 (term-send-raw-string, term-send-raw, term-mouse-paste)
11333 (term-char-mode, term-line-mode, term-exec, term-sentinel)
11334 (term-handle-exit, term-read-input-ring)
11335 (term-previous-matching-input-string)
11336 (term-previous-matching-input-string-position)
11337 (term-previous-matching-input-from-input)
11338 (term-replace-by-expanded-history, term-send-input)
11339 (term-skip-prompt, term-bol, term-send-invisible)
11340 (term-kill-input, term-delchar-or-maybe-eof)
11341 (term-backward-matching-input, term-check-source)
11342 (term-proc-query, term-emulate-terminal)
11343 (term-handle-colors-array, term-process-pager, term-pager-line)
11344 (term-pager-bob, term-unwrap-line, term-word)
11345 (term-dynamic-complete-filename)
11346 (term-dynamic-complete-as-filename)
11347 (term-dynamic-simple-complete): Replace one arm ifs with whens or
11348 unlesses.
11349
11350 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11351
11352 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
11353 during bootstrapping.
11354
11355 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
11356 Basically undo the change of 2006-05-26: use extra arguments instead of
11357 dynamic scoping.
11358 (ewoc-locate): Remove unused var `footer'.
11359
11360 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11361
11362 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
11363
11364 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
11365 (generate-file-autoloads): Obey it. Return whether autoloads were
11366 added at point or not.
11367 (update-file-autoloads): Use this new return value.
11368 Remove redundant test for the presence of an autoload cookie.
11369
11370 * emacs-lisp/autoload.el (autoload-find-file): New fun.
11371 This one calls hack-local-variables.
11372 (generate-file-autoloads, update-file-autoloads): Use it.
11373
11374 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
11375 (bibtex-sort-entry-class): Add safe-local-variable predicate.
11376 (bibtex-sort-entry-class-alist): Don't set the global value.
11377 (bibtex-init-sort-entry-class-alist): New fun.
11378 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
11379 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
11380 of bibtex-init-sort-entry-class.
11381
11382 2006-05-28 Richard Stallman <rms@gnu.org>
11383
11384 * subr.el (load-history-regexp): If FILE is relative, insist
11385 entire last name component must match it.
11386 (load-history-filename-element, load-history-regexp): Doc fixes.
11387
11388 2006-05-29 Kim F. Storm <storm@cua.dk>
11389
11390 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
11391 `pos' and `raw-data' for clarity, as eval forms may access these.
11392
11393 2006-05-28 Kim F. Storm <storm@cua.dk>
11394
11395 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
11396
11397 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11398
11399 * progmodes/make-mode.el (makefile-browser-map)
11400 (makefile-mode-syntax-table): Move initialization inside declaration.
11401 (makefile-fill-paragraph): Use the default comment-filling code.
11402
11403 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
11404
11405 * replace.el (query-replace-defaults): New variable.
11406 (query-replace-read-from): Use `query-replace-defaults' for
11407 default value, instead of history list.
11408 (query-replace-read-to): Update `query-replace-defaults'.
11409
11410 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
11411
11412 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
11413 with no X toolkit.
11414
11415 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
11416
11417 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
11418 (tumme-show-all-from-dir): Add autoload.
11419
11420 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
11421
11422 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
11423 (tumme-remove-tag): Fix bug.
11424
11425 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
11426
11427 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
11428 FOOTER args. Update unique caller.
11429 (ewoc-delete): Compute last node once before looping.
11430 (ewoc--node-branch): Merge into unique caller.
11431 (ewoc--node): Don't define constructor make-ewoc--node for this
11432 structure.
11433 (ewoc): Add member `hf-pp' to this structure.
11434 (ewoc--wrap): New func.
11435 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
11436 header/footer pretty-printers. Save header/footer pretty-printer.
11437 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
11438
11439 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
11440
11441 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
11442
11443 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
11444 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
11445 Tag'. Change "Compare directories..." to "Change Directories...".
11446 Move tumme commands to Operate, Regexp and Immediate menus.
11447 Change "Add Comment" to "Add Image Comment". Change "Add Image
11448 Tag" to "Add Image Tags".
11449
11450 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
11451 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
11452 `tumme-delete-tag'.
11453
11454 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
11455
11456 * shell.el (shell-mode): Call shell-dirtrack-mode after
11457 list-buffers-directory is made a local variable, to avoid setting
11458 the default value.
11459
11460 2006-05-26 Kevin Ryde <user42@zip.com.au>
11461
11462 * info.el (Info-index-next): Use where-is-internal to report
11463 actual binding of Info-index-next, rather than hard-coded `,'.
11464
11465 2006-05-26 Eli Zaretskii <eliz@gnu.org>
11466
11467 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
11468 and "Find Command in Manual" to here.
11469
11470 * buff-menu.el (list-buffers-noselect): For Info buffers, use
11471 Info-current-file as the file name.
11472
11473 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
11474
11475 * ses.el (defadvice undo-more): Delete this defadvice. The undo
11476 overrides will now be done a different way.
11477 (ses-set-parameter): Reapply this function for undo.
11478 (ses-set-header-row): Reconstruct header row during undo.
11479 (ses-widen): New function.
11480 (ses-goto-data, ses-reconstruct-all): Use new function.
11481 (ses-command-hook): Widen buffer during undo, before unupdating
11482 the cells.
11483 (ses-insert-row, ses-delete-row): Widen buffer during undo.
11484 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
11485 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
11486 formula hasn't been executed yet.
11487
11488 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11489
11490 * comint.el (comint-kill-whole-line): Rename arg to count.
11491 Fix doc string.
11492
11493 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
11494
11495 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
11496 to copy-file.
11497
11498 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11499
11500 * simple.el (toggle-truncate-lines): Make arg optional for
11501 backward compatibility.
11502
11503 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
11504
11505 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
11506 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
11507 DLL arg. Instead, use ewoc--current-dll. Update all callers.
11508 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
11509 (ewoc--adjust): Use ewoc--current-dll.
11510 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
11511
11512 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
11513
11514 * textmodes/org.el (org-next-item, org-previous-item): Emit more
11515 compact error message.
11516 (org-tags-view): Refresh category table in each file.
11517 (org-table-justify-field-maybe): Remove superfluous arguments to
11518 `format'.
11519 (org-export-as-html): Insert "<p>" before postamble.
11520 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
11521
11522 2006-05-26 Kenichi Handa <handa@m17n.org>
11523
11524 * textmodes/po.el (po-find-charset): Pay attention to the case
11525 FILENAME is a cons (NAME . BUFFER).
11526 (po-find-file-coding-system-guts): Likewise.
11527
11528 * arc-mode.el (archive-set-buffer-as-visiting-file):
11529 Call find-operation-coding-system with (FILENAME . BUFFER).
11530
11531 * tar-mode.el (tar-extract): Call find-operation-coding-system
11532 with (FILENAME . BUFFER).
11533
11534 * international/mule.el (decode-coding-inserted-region):
11535 Call find-operation-coding-system with (FILENAME . BUFFER).
11536
11537 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
11538
11539 * image-mode.el (image-toggle-display): Use buffer contents to
11540 generate image for a remote file.
11541
11542 2006-05-25 Juri Linkov <juri@jurta.org>
11543
11544 * replace.el (query-replace-read-from, query-replace-read-to):
11545 Remove 8th arg KEEP-ALL in read-from-minibuffer.
11546
11547 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
11548
11549 * whitespace.el (whitespace-cleanup): Change to cleanup
11550 region if one is active.
11551 * whitespace.el (whitespace-cleanup-internal): New internal method.
11552
11553 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11554
11555 * dired.el (dired-mode-map): Add help-echo strings to tumme
11556 commands. Bind `tumme-dired-display-image' to C-t i.
11557
11558 * tumme.el (tumme-display-image): Change documentation string slightly.
11559 (tumme-dired-display-image): Add call to `display-buffer'.
11560
11561 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
11562
11563 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
11564 Signal error if RAW-DATA is a multibyte string.
11565
11566 2006-05-24 Richard Stallman <rms@gnu.org>
11567
11568 * subr.el (with-local-quit): When handling `quit' signal,
11569 make a chance for quit-flag to cause a quit.
11570
11571 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
11572 (ad-disable-advice): Add autoloads.
11573
11574 * subr.el (read-passwd): Copy PROMPT before changing its properties.
11575
11576 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11577
11578 * dired.el (dired-mode-map): Change menu items for tumme as per
11579 suggestions in emacs-devel.
11580
11581 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
11582
11583 * dired.el (dired-mode-map): Fix breakage.
11584
11585 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11586
11587 * tumme.el (tumme-display-dired-image): Rename to...
11588 (tumme-dired-display-image): ...this.
11589 (tumme-track-movement): Change default value to t.
11590 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
11591 used from `tumme-next-line-and-display' and similar commands.
11592
11593 * dired.el (dired-mode-map): Add Thumbnail submenu under the
11594 Immediate menu. Add some tumme commands there.
11595
11596 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
11597
11598 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
11599
11600 2006-05-24 Chong Yidong <cyd@mit.edu>
11601
11602 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
11603 menu entries that open submenus.
11604
11605 2006-05-24 Alan Mackenzie <acm@muc.de>
11606
11607 * startup.el (command-line): For names of preloaded files, don't
11608 append ".elc" (now done in Fload), and call file-truename on the
11609 lisp directory.
11610
11611 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
11612 match ANY loaded file with the right name, not just those in
11613 load-path. Put a regexp matching the file name into
11614 after-load-alist, rather than the name itself.
11615
11616 * subr.el (load-history-regexp, load-history-filename-element)
11617 (do-after-load-evaluation): New functions.
11618
11619 * international/mule.el (load-with-code-conversion): Do the
11620 eval-after-load stuff by calling do-after-load-evaluation.
11621
11622 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
11623
11624 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
11625 has not been killed.
11626
11627 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11628
11629 * term/mac-win.el: Set idle timer to clean up expired Apple events.
11630 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
11631 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
11632 Optionally set error message in reply.
11633
11634 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
11635
11636 * textmodes/org.el (org-open-at-point): Use renamed variable
11637 `org-confirm-shell-link-function'.
11638 (org-confirm-shell-link-function): Rename from
11639 `org-confirm-shell-links'.
11640 (org-export-directory): New function.
11641 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
11642 (org-export-icalendar): Use `org-export-directory'.
11643 (org-indent-item): Keep cursor position.
11644 (org-link-file-path-type): New option.
11645 (org-export-as-html): Fix bug with plain lists starting in
11646 column 0.
11647 (org-export-as-html): Remove deadline formatting, this happens
11648 now already in `org-html-handle-time-stamps'.
11649 (org-export-html-style): Deadline class removed.
11650 (org-insert-labeled-timestamps-at-point): New option.
11651 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
11652 of `hide-sublevels 1', in case the first headline is not level 1.
11653 (org-overview, org-content): New fuction.
11654 (org-cycle-global-status, org-cycle-subtree-status): Make these
11655 variables buffer-local.
11656 (org-global-cycle): New command.
11657 (org-shifttab): Use `org-global-cycle'.
11658 (org-insert-heading, org-insert-item): Go to end of new
11659 headline/item after creating it.
11660 (org-export-visible): Rename from `org-export-copy-visible'.
11661 Now creates a temporary org-file and applies an exporting command
11662 to it.
11663 (org-table-eval-formula): Support for lisp forms.
11664 (org-agenda-todo-ignore-scheduled): New option.
11665 (org-agenda-get-todos): Use new option
11666 `org-agenda-todo-ignore-scheduled'.
11667 (org-export-html-inline-images): New value `maybe'.
11668 (org-export-as-html): Inlining of images dependent on link description.
11669 (org-archive-subtree): Check for end-of-buffer before trying
11670 `kill-line'.
11671 (org-agenda-follow-mode): New option.
11672 (org-export-with-tags, org-export-with-timestamps): New options.
11673 (org-html-handle-time-stamps): New function.
11674 (org-keyword-time-regexp): New variable.
11675 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
11676 (org-agenda-todo-list-sublevels): New option.
11677 (org-html-level-start): When TITLE is nil, just close all levels.
11678 (org-parse-key-lines, org-parse-export-options): Remove functions,
11679 replaced by `org-infile-export-plist'.
11680 (org-combine-plists, org-infile-export-plist)
11681 (org-default-export-plist): New functions.
11682 (org-export-html-preamble, org-export-html-postamble)
11683 (org-export-html-auto-preamble, org-export-html-auto-postamble):
11684 New variables.
11685 (org-export-publishing-directory): New option.
11686 (org-export-as-html, org-export-as-ascii): Use the new property
11687 lists for settings.
11688 (org-export-copy-visible, org-export-as-xoxo):
11689 Respect `org-export-publishing-directory'.
11690 (org-link-search, org-store-link, org-file-apps): Support for
11691 links to BibTeX database entries..
11692 (org-get-current-options, org-set-regexps-and-options):
11693 Implement logging as a startup option.
11694 (org-store-link): Make sure context string is never empty
11695 (org-insert-link): Use relative path when possible.
11696 (org-at-item-checklet-p): New function.
11697 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
11698 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
11699 (org-metaright, org-metaup, org-metadown, org-shiftup)
11700 (org-shiftdown, org-shiftright, org-shiftleft)
11701 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
11702 Dispatch using `call-interactively'.
11703 (org-call-with-arg): New defsubst.
11704 (org-tag-alist, org-use-fast-tag-selection): New options.
11705 (org-complete): Use `org-tag-alist'.
11706 (org-fast-tag-insert, org-fast-tag-selection): New functions.
11707 (org-next-item, org-previous-item): New commands.
11708 (org-beginning-of-item, org-end-of-item): Add (interactive) to
11709 make command.
11710 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
11711
11712 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
11713
11714 * emacs-lisp/ewoc.el (ewoc-delete): New function.
11715 (ewoc-filter): Use `ewoc-delete'.
11716
11717 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
11718
11719 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11720
11721 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
11722 Signal more user-friendly error messages.
11723
11724 * complete.el (PC-do-completion): Undo the addition of implicit
11725 wildcards if they did not lead to finding any match.
11726 (read-file-name-internal): Don't add the final > if the completion is
11727 not finished.
11728
11729 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
11730
11731 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
11732 Quote safe-local-variable predicate.
11733
11734 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
11735
11736 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
11737
11738 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11739
11740 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
11741
11742 * progmodes/make-mode.el (makefile-special-targets-list)
11743 (makefile-macro-table, makefile-target-table): Mark as risky.
11744 (makefile-query-one-target-method): Make this the alias for the
11745 following variable.
11746 (makefile-query-one-target-method-function): Make this the real name.
11747
11748 * textmodes/artist.el (artist-text-renderer): Make this the alias
11749 for the following variable.
11750 (artist-text-renderer-function): Make this the real name.
11751
11752 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
11753 the alias for the following variable.
11754 (flyspell-generic-check-word-predicate): Make this the real name.
11755
11756 * textmodes/ispell.el (ispell-format-word): Make this the alias
11757 for the following variable.
11758 (ispell-format-word-function): Make this the real name.
11759 (ispell-message-text-end): Mark as risky.
11760
11761 * skeleton.el (skeleton-transformation, skeleton-filter)
11762 (skeleton-pair-filter): Make these the aliases for the following
11763 variables.
11764 (skeleton-transformation-function, skeleton-filter-function)
11765 (skeleton-pair-filter-function): Make these the real names.
11766
11767 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
11768 and skeleton-pair-filter-function.
11769
11770 * textmodes/sgml-mode.el (sgml-transformation): Make this the
11771 alias for the following variable.
11772 (sgml-transformation-function): Make this the real name.
11773 (sgml-tag-alist): Mark as risky.
11774
11775 2006-05-21 Richard Stallman <rms@gnu.org>
11776
11777 * simple.el (kill-region): Interactively, pass point, then mark.
11778
11779 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
11780
11781 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
11782
11783 2006-05-21 Romain Francoise <romain@orebokech.com>
11784
11785 * dired-x.el (dired-mode-map): Don't bind M-g.
11786
11787 2006-05-20 Richard Stallman <rms@gnu.org>
11788
11789 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
11790 (dired-goto-file): Doc fix.
11791
11792 2006-05-21 Kim F. Storm <storm@cua.dk>
11793
11794 * emulation/cua-base.el: Mention customizing cua-mode as alternative
11795 way to enable built-in cua-mode if user loads older CUA-mode package.
11796
11797 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
11798 if default-filename is specified.
11799
11800 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11801
11802 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
11803
11804 * info.el (info-apropos): Make sure current-file and current-node
11805 have non-nil values. Speed up by using add-to-list instead of
11806 manual consing.
11807
11808 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11809
11810 * progmodes/make-mode.el (makefile-mode): Doc fix.
11811
11812 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11813
11814 * dired-aux.el (dired-do-shell-command): Doc fix.
11815
11816 2006-05-20 Kevin Ryde <user42@zip.com.au>
11817
11818 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
11819 ``(custom-manual :tag "Foo" "(foo)Node")''.
11820
11821 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
11822
11823 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
11824 value is an integer.
11825
11826 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11827
11828 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
11829 "format".
11830 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
11831
11832 2006-05-20 Martin Rudalics <rudalics@gmx.at>
11833
11834 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
11835 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
11836
11837 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11838
11839 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
11840 regexp for keywords.
11841
11842 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
11843
11844 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
11845 replace-regexp-in-string.
11846
11847 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
11848 encode, and escape file name on conversion to URL.
11849
11850 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11851
11852 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
11853 Don't unescape URL.
11854 (dnd-get-local-file-name): Unescape URL on conversion to file name.
11855
11856 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
11857 on conversion to URLs.
11858
11859 * net/browse-url.el (browse-url-file-url): Encode file name on
11860 conversion to URL.
11861
11862 * term/mac-win.el (mac-ae-open-documents): Escape file name on
11863 conversion to URL.
11864
11865 2006-05-19 Eli Zaretskii <eliz@gnu.org>
11866
11867 * progmodes/cc-styles.el (c-style-alist): Doc fix.
11868
11869 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11870
11871 * term/mac-win.el (mac-bytes-to-digits): Remove function.
11872 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
11873
11874 2006-05-19 Glenn Morris <rgm@gnu.org>
11875
11876 * calendar/diary-lib.el (diary-bahai-date)
11877 (list-bahai-diary-entries, mark-bahai-diary-entries)
11878 (mark-bahai-calendar-date-pattern): Not interactive.
11879 (add-to-diary-list): New optional arg LITERAL. Doc fix.
11880 (diary-entries-list): Change format of 4th element in each entry.
11881 (diary-list-entries): Use add-to-diary-list.
11882 (diary-goto-entry): Handle the case where the buffer visiting the
11883 diary has been killed.
11884 (fancy-diary-display): Add 'locator to button rather than 'marker.
11885 Only generate temp-face when there are marks to apply.
11886 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
11887 (diary-fancy-date-pattern): New variable.
11888 (diary-time-regexp): Doc fix.
11889 (diary-anniversary, diary-time): New faces.
11890 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
11891 diary-time-regexp. Add font-lock-multiline property where needed.
11892 Use new faces diary-anniversary and diary-time.
11893 (diary-fancy-font-lock-fontify-region-function): New function, to
11894 handle multiline font-lock pattern in fancy diary.
11895 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
11896 (diary-font-lock-keywords): Tweak time regexp. Use new face
11897 diary-time.
11898
11899 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
11900
11901 * international/code-pages.el (mik): Table corrected.
11902
11903 2006-05-18 Kim F. Storm <storm@cua.dk>
11904
11905 * progmodes/grep.el (grep-find): Don't check grep-find-command
11906 before running command (breaks non-interactive usage).
11907
11908 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
11909
11910 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
11911 (ewoc--insert-new-node): Don't insert trailing newline.
11912 Instead, adjust successor nodes's start markers.
11913 (ewoc--refresh-node): Delete all text from current node's start
11914 marker to the next one's; adjust successor nodes's start markers.
11915 (ewoc--create): Doc fixes.
11916 (ewoc--refresh): Don't insert newline.
11917 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
11918 * pcvs.el (cvs-make-cvs-buffer):
11919 Specify extra newline for ewoc's header and footer.
11920 (cvs-update-header): Update initial header recognition.
11921 Append newline to final header and footer values.
11922 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
11923
11924 2006-05-17 Richard Stallman <rms@gnu.org>
11925
11926 * files.el (file-name-extension): Doc fix.
11927
11928 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11929
11930 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
11931 we can explicitly enable/disable rather than toggle.
11932 (shell-mode): Use it.
11933 (shell-cd): Don't try to reproduce what `cd' does.
11934
11935 2006-05-17 Kim F. Storm <storm@cua.dk>
11936
11937 * ido.el (ido-read-internal): Use only nondirectory part of
11938 default item.
11939
11940 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
11941
11942 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
11943 (ewoc-nth): Doc fix.
11944
11945 (ewoc-map, ewoc-invalidate): Compute PP before looping.
11946
11947 2006-05-16 Eli Zaretskii <eliz@gnu.org>
11948
11949 * international/mule.el (auto-coding-alist): Add .lha to files
11950 read with no-conversion.
11951
11952 * files.el (auto-mode-alist): Add .lha files to archive file
11953 extensions.
11954
11955 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
11956 Convert csize to integer when computing offsets within the
11957 compressed archive file.
11958
11959 2006-05-16 Kim F. Storm <storm@cua.dk>
11960
11961 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
11962 with read-from-minibuffer.
11963
11964 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
11965
11966 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
11967 (byte-compile-warnings): Fix safe-local-variable property.
11968
11969 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
11970
11971 * allout.el (allout-show-bodies, allout-old-style-prefixes)
11972 (allout-stylish-prefixes, allout-numbered-bullet)
11973 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
11974 predicates to qualify `safe-local-variable' property, when
11975 available, else use equivalent lambda.
11976 (allout-current-topic-collapsed-p): Do the right thing regarding
11977 trailing blank lines.
11978
11979 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11980
11981 * server.el (server-start): Only create a directory if needed.
11982 (server-edit, server-unload-hook): server-start => server-mode.
11983 (kill-emacs-hook): Cleanup upon exit.
11984
11985 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11986
11987 * hexl.el (hexlify-buffer): Encode process arguments manually.
11988
11989 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
11990
11991 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
11992 call to gdb-tooltip-print.
11993
11994 2006-05-15 Romain Francoise <romain@orebokech.com>
11995
11996 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
11997 systems, default to "tar" since those systems probably have GNU tar.
11998
11999 2006-05-14 Lars Hansen <larsh@soem.dk>
12000
12001 * desktop.el (desktop-missing-file-warning): Fix docstring.
12002 (desktop-restore-file-buffer): Correct question asked on missing file.
12003
12004 2006-05-14 Kim F. Storm <storm@cua.dk>
12005
12006 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
12007 Add CUA move property.
12008
12009 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
12010
12011 * custom.el (custom-push-theme): Load the variable before checking
12012 its `standard-value'.
12013
12014 2006-05-13 Lars Hansen <larsh@soem.dk>
12015
12016 * desktop.el (desktop-save): Use with-temp-buffer.
12017
12018 2006-05-12 Glenn Morris <rgm@gnu.org>
12019
12020 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
12021 * calendar/calendar.el (calendar-mode-map):
12022 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
12023 * calendar/appt.el (appt-check, appt-make-list): Refer to
12024 diary-view-entries, diary-list-entries, diary-show-all-entries
12025 rather than obsolete aliases.
12026
12027 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
12028
12029 * simple.el (line-move-finish): Avoid calling point motion hooks
12030 while processing intangibility.
12031
12032 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
12033
12034 * term/xterm.el (terminal-init-xterm): Fix typo.
12035
12036 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
12037
12038 * allout.el (allout-view-change-hook): Mark as being deprecated,
12039 to be replaced by `allout-exposure-change-hook'.
12040 (allout-exposure-change-hook): New, replacing
12041 `allout-view-change-hook'.
12042 (allout-flag-region): Run new hook `allout-exposure-change-hook',
12043 in addition to `allout-view-change-hook'.
12044 (allout-show-bodies, allout-old-style-prefixes)
12045 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
12046 lambda forms to prevent their showing up in variable help
12047 presentations as inscrutable byte-compiled code.
12048 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
12049 Use string-or-null-p to qualify safe-local-variable values.
12050 (allout-reindent-bodies): Use memq to qualify matches against
12051 valid safe-local-variable values. Also, quote the lambda as above.
12052 (allout-use-mode-specific-leader): Add missing candidate-value
12053 symbols, use memq, and quote the lambda.
12054 (allout-overlay-interior-modification-handler): Remove unused
12055 variables `msg' and 'opened'.
12056 (allout-hidden-p): Constrain invisibility consideration to allout's
12057 invisibility spec, disregarding invisibility for other reasons.
12058
12059 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
12060
12061 * files.el (version-control): Correct safe values.
12062
12063 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
12064
12065 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
12066
12067 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
12068 (ewoc--insert-new-node): New func.
12069 Update callers of deleted funcs to use it, instead.
12070
12071 2006-05-11 Glenn Morris <rgm@gnu.org>
12072
12073 * calendar/calendar.el (diary-show-all-entries): Do not refer to
12074 obsolete alias `show-all-diary-entries'.
12075 (make-diary-entry): Not interactive.
12076 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
12077 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
12078 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
12079 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12080 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
12081 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
12082
12083 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12084
12085 * calendar/calendar.el (calendar-french-date-string)
12086 (calendar-mayan-date-string, calendar-chinese-date-string)
12087 (calendar-astro-date-string, calendar-iso-date-string)
12088 (calendar-islamic-date-string, calendar-bahai-date-string)
12089 (calendar-hebrew-date-string, calendar-coptic-date-string)
12090 (calendar-ethiopic-date-string, calendar-persian-date-string):
12091 These functions are not interactive.
12092
12093 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
12094
12095 * files.el: Balance parentheses.
12096
12097 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
12098
12099 * files.el, newcomment.el, outline.el, simple.el,
12100 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
12101 * progmodes/cc-vars.el, progmodes/compile.el:
12102 Move `safe-local-variable' declarations to the respective files.
12103
12104 * help-fns.el (describe-variable): Don't print safe-var if it is
12105 byte-code. Improve wording as suggested by Luc Teirlinck.
12106
12107 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
12108
12109 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
12110 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
12111 Use a token for pending-triggers to ensure gdb-var-update
12112 gets called once per user input again for pre-GDB 6.4.
12113 (gdb-var-delete): Match on more complex expressions.
12114 (gdb-var-list-children-handler, gdb-var-create-handler):
12115 Use a token for consistency.
12116
12117 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
12118
12119 * textmodes/org.el (org-read-date, org-goto-calendar)
12120 (org-agenda-goto-calendar):
12121 Bind `view-calendar-holidays-initially' to nil.
12122
12123 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
12124
12125 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
12126 Update all callers to do it there, instead.
12127
12128 2006-05-10 Glenn Morris <rgm@gnu.org>
12129
12130 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
12131 prefix arg case, to avoid view-diary-entries-initially error.
12132 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
12133 (calendar-date-is-legal-p): Handle dates with no day part.
12134
12135 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
12136
12137 * comint.el (comint-insert-input): Just make it when
12138 comint-use-prompt regexp is nil (default) and with the mouse.
12139 (comint-copy-old-input): Reinstate from 2004-06-23.
12140 (comint-mode-map): Bind C-c C-m to it.
12141
12142 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
12143
12144 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
12145 Remove spurious move to point-max (new comint behavior fixes).
12146
12147 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
12148 compatibility function (Emacs 18/19).
12149 (idlwave-is-continuation-line): Always return point at start of
12150 previous non-blank continuation line.
12151 (keyword-parameters): Fix continued comment font-lock matcher.
12152 (idlwave-font-lock-fontify-region): Written, use as
12153 font-lock-fontify-region-function, to fix continued keyword
12154 fontification issues.
12155
12156 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12157
12158 * term/mac-win.el (mac-font-panel-mode): Doc fix.
12159 (mac-service-selection, mac-service-open-file)
12160 (mac-service-open-selection, mac-service-mail-selection)
12161 (mac-service-mail-to, mac-service-insert-text): Rename from
12162 mac-services-*. All uses changed.
12163 (mac-apple-event-map): Rename event symbol `services' to `service'.
12164
12165 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
12166
12167 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
12168 (ewoc--node-enter-first, ewoc--node-enter-last)
12169 (ewoc--delete-node-internal): Merge funcs into unique callers.
12170
12171 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
12172
12173 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
12174 return value of read-from-minibuffer for empty input.
12175
12176 2006-05-09 Miles Bader <miles@gnu.org>
12177
12178 * comint.el (comint-insert-input): Remove redundant calls to setq
12179 and goto-char.
12180
12181 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
12182
12183 * comint.el (comint-insert-input): Make it work when
12184 comint-use-prompt-regexp is t.
12185
12186 2006-05-10 Miles Bader <miles@gnu.org>
12187
12188 * subr.el (field-at-pos): New function.
12189
12190 * comint.el (comint-insert-input): Use it.
12191
12192 2006-05-09 Juri Linkov <juri@jurta.org>
12193
12194 * battery.el (battery-linux-proc-acpi): Also try
12195 `/proc/acpi/thermal_zone/THR2/temperature'.
12196
12197 * files.el <safe-local-variable>: Remove `eval' and `let' binding
12198 for now unused lambda `string-or-null'.
12199
12200 * add-log.el (change-log-default-name): Put `string-or-null-p'
12201 instead of lambda on `safe-local-variable' property.
12202
12203 * diff-mode.el (diff-context->unified): Use `region-beginning' and
12204 `region-end' instead of `mark' and `point'.
12205 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
12206 Operate on region in Transient Mark mode when the mark is active.
12207 Use `region-beginning' and `region-end' instead of `mark' and
12208 `point'.
12209 (diff-hunk-text, diff-goto-source): Doc fix.
12210
12211 * startup.el (fancy-splash-screens, normal-splash-screen): Use
12212 face `mode-line-buffer-id' for mode-line buffer face instead of
12213 hard-coded `(:weight bold)'.
12214
12215 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
12216 buffer-undo-list to t (undo-ask is reproducible by visiting
12217 nested archives).
12218
12219 2006-05-09 Kim F. Storm <storm@cua.dk>
12220
12221 * progmodes/grep.el (rgrep): Set default directory of *grep*
12222 buffer if we start M-x rgrep in the *grep* buffer and choose
12223 a different base directory.
12224
12225 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
12226
12227 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
12228 completion also when ido is loaded.
12229
12230 2006-05-09 Masatake YAMATO <jet@gyve.org>
12231
12232 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
12233 "warning" and "import".
12234 (cpp-font-lock-keywords): Added "warning".
12235
12236 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
12237
12238 * term/xterm.el (terminal-init-xterm): Add more key bindings.
12239
12240 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12241
12242 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
12243 pages at a time, if we signal the end, we should indeed reach that end.
12244
12245 2006-05-08 David Reitter <david.reitter@gmail.com>
12246
12247 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
12248 output during execution of the body.
12249
12250 2006-05-08 Kim F. Storm <storm@cua.dk>
12251
12252 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
12253
12254 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
12255
12256 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
12257 Use with-current-buffer.
12258
12259 2006-05-07 Kim F. Storm <storm@cua.dk>
12260
12261 * subr.el (add-to-history): Remove keep-dups arg.
12262
12263 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
12264 to nil around call to add-to-history.
12265
12266 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12267
12268 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
12269 than after a buffer modification.
12270
12271 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
12272
12273 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
12274 call to...
12275 (gud-watch): ...here so speedbar is raised for already watched
12276 expressions.
12277 (gdb-speedbar-refresh): Delete function.
12278 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
12279 Use speedbar-timer-fn instead of speedbar-refresh (reverting
12280 earlier change).
12281 (gdb-var-evaluate-expression-handler)
12282 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
12283
12284 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
12285 Update localized contents for all buffers except ignored modes.
12286
12287 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12288
12289 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
12290 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
12291 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
12292 (mac-handle-font-panel-closed, mac-handle-font-selection):
12293 New functions.
12294 (mac-font-panel-mode): New minor mode.
12295 (mac-apple-event-map): Add bindings for toolbar toggle button and
12296 font panel.
12297 (menu-bar-showhide-menu): Add mac-font-panel-mode.
12298
12299 2006-05-07 John Paul Wallington <jpw@pobox.com>
12300
12301 * ibuffer.el (ibuffer-compressed-file-name-regexp):
12302 Avoid `regexp-opt'; simplify regexp for readability.
12303
12304 2006-05-06 Eli Zaretskii <eliz@gnu.org>
12305
12306 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
12307 * files.el (buffer-stale-function):
12308 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12309 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
12310 links to the main manual, not to emacs-xtra.
12311
12312 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12313
12314 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
12315 MacJapanese if text is ASCII-only.
12316
12317 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
12318
12319 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
12320 unless so nil isn't returned.
12321 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
12322
12323 2006-05-06 Kim F. Storm <storm@cua.dk>
12324
12325 * subr.el (add-to-history): New function.
12326
12327 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
12328 (ediff-merge-files-with-ancestor):
12329 * env.el (setenv):
12330 * isearch.el (isearch-update-ring):
12331 * server.el (server-visit-files):
12332 * progmodes/grep.el (lgrep, rgrep):
12333 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
12334 * progmodes/xscheme.el (xscheme-insert-expression):
12335 Use add-to-history.
12336
12337 * kmacro.el (kmacro-push-ring): Use add-to-history.
12338 (kmacro-ring-length): Remove unused defun.
12339 (kmacro-start-macro): Use kmacro-push-ring.
12340
12341 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
12342
12343 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
12344 directly instead of a lambda expression that calls it.
12345
12346 2006-05-06 Kim F. Storm <storm@cua.dk>
12347
12348 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
12349 instead of compute-motion.
12350
12351 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
12352
12353 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
12354 change.
12355
12356 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
12357
12358 * startup.el (command-line-1): Refer to "Pure Storage" on
12359 pure-space-overflow.
12360
12361 2006-05-05 Martin Rudalics <rudalics@gmx.at>
12362
12363 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
12364 provided faces once they all have been used up.
12365
12366 2006-05-05 Eli Zaretskii <eliz@gnu.org>
12367
12368 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
12369 reference to the Lisp manual to the warning about pure space
12370 overflow.
12371
12372 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12373
12374 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
12375 argument to avoid the call to `ispell-internal-change-dictionary'
12376 when not needed.
12377 (ispell-change-dictionary): Use this argument and call
12378 `ispell-internal-change-dictionary' after the possible change
12379 to `ispell-local-dictionary'.
12380 (ispell-internal-change-dictionary): Check for a change in
12381 personal dictionary use too.
12382
12383 2006-05-05 Eli Zaretskii <eliz@gnu.org>
12384
12385 * startup.el (command-line): On MS-Windows, probe "~", not
12386 "~USER", for warning about non-existent home directory.
12387
12388 * arc-mode.el (archive-l-e): New optional argument `float' means
12389 generate a float value.
12390 (archive-arc-summarize, archive-lzh-summarize)
12391 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
12392 with 3rd argument non-nil when file's size is being computed.
12393 Format the file sizes with %8.0f instead of %8d.
12394
12395 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12396
12397 * cus-start.el (all): Add mac-dnd-known-types.
12398
12399 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
12400 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
12401 (mac-TIFF-to-string): New functions.
12402 (x-get-selection, x-selection-value)
12403 (mac-select-convert-to-string): Use them.
12404 (mac-text-encoding-mac-japanese-basic-variant): New constant.
12405 (mac-dnd-types-alist): New customization variable.
12406 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
12407 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
12408 (mac-dnd-handle-drag-n-drop-event): New functions.
12409 (mac-drag-n-drop): Remove function.
12410 (global-map): Bind drag-n-drop and M-drag-n-drop to
12411 mac-dnd-handle-drag-n-drop-event.
12412
12413 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
12414
12415 * progmodes/perl-mode.el (perl-beginning-of-function):
12416 Skip anonymous subs.
12417
12418 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
12419
12420 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
12421 regexp-opt at run time.
12422
12423 * term.el (term-handle-ansi-escape): Fix off by one error.
12424
12425 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
12426
12427 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
12428 (gdb-init-1, gdb-post-prompt): ...and references to it.
12429 (gdb-frame-handler): Strip directory name from filename if present.
12430
12431 * progmodes/gud.el (gdb-force-update): Delete defvar
12432 (gud-speedbar-buttons): ...and references to it. Use window-start
12433 to try to keep positon in watch expression.
12434
12435 2006-05-03 Richard Stallman <rms@gnu.org>
12436
12437 * simple.el (next-history-element, previous-history-element): Doc fix.
12438
12439 * isearch.el (isearch-update-ring): Doc fix.
12440
12441 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
12442
12443 * isearch.el (isearch-update-ring): Take history-delete-duplicates
12444 into consideration. Replace one arm ifs with whens.
12445
12446 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
12447
12448 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
12449 (menu): Fix typo.
12450
12451 2006-05-02 Miles Bader <miles@gnu.org>
12452
12453 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
12454
12455 2006-05-02 Jay Belanger <belanger@truman.edu>
12456
12457 * calc/calc-embed.el (calc-override-minor-modes-map)
12458 (calc-override-minor-modes): New variables.
12459 (calc-do-embedded): Make sure that Calc keystrokes aren't
12460 overwritten by minor modes.
12461
12462 2006-05-02 Chong Yidong <cyd@mit.edu>
12463
12464 * msb.el (msb): If EVENT is a down event, read and discard the up event.
12465
12466 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
12467
12468 * startup.el (command-line-1): Refer to Lisp manual when
12469 pure-space-overflow occurs.
12470
12471 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
12472 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
12473 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
12474 (version-control): Don't use `t' for safe-local-variable declarations.
12475
12476 2006-05-01 Richard Stallman <rms@gnu.org>
12477
12478 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
12479 M-r, M-R, M-A, M-SPC or M-DEL.
12480 (diff-mode-map): diff-refine-hunk now on C-c C-w
12481 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
12482
12483 * help-mode.el (help-mode): view-exit-action calls delete-window
12484 only when it is safe and possible.
12485
12486 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
12487 in messages.
12488
12489 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
12490
12491 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
12492 in the default tool-bar-map.
12493
12494 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
12495
12496 * net/tramp.el (tramp-completion-file-name-handler-alist)
12497 (tramp-run-real-handler, tramp-completion-run-real-handler)
12498 (tramp-completion-handle-file-name-all-completions)
12499 (tramp-completion-handle-file-name-completion): Autoload them.
12500 (tramp-completion-handle-file-exists-p)
12501 (tramp-completion-handle-file-name-directory)
12502 (tramp-completion-handle-file-name-nondirectory)
12503 (tramp-completion-handle-expand-file-name): Remove them.
12504 (tramp-handle-file-name-directory): Return the real directory name.
12505 Returning "/" only doesn't need to be necessary any longer.
12506 (tramp-file-name-handler): Make special attention when in hostname
12507 completion mode.
12508 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
12509 (tramp-register-file-name-handlers):
12510 Register `tramp-completion-file-name-handler' only when
12511 `partial-completion-mode' is enabled.
12512 (tramp-completion-handle-file-name-all-completions):
12513 Delete directory part from results.
12514 (tramp-get-completion-methods, tramp-get-completion-user-host):
12515 Discard deleting "/", it doesn't work after the change of
12516 `tramp-handle-file-name-directory' above.
12517
12518 2006-05-01 Kim F. Storm <storm@cua.dk>
12519
12520 * progmodes/grep.el (grep-expand-template): Use save-match-data
12521 and symbol-value.
12522
12523 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12524
12525 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
12526 Use select-frame-set-input-focus instead of raise-frame.
12527 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
12528
12529 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
12530
12531 * progmodes/gud.el (gud-def): Add %c case.
12532 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
12533 (gud-format-command): Make match case sensitive. Match on %F.
12534
12535 2006-04-30 Glenn Morris <rgm@gnu.org>
12536
12537 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
12538 (cal-tex-preamble): Use cal-tex-preamble-extra.
12539 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
12540 than alias `list-diary-entries'.
12541
12542 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
12543
12544 * help-fns.el (describe-variable): Add info about safe local variables.
12545
12546 2006-04-29 Richard Stallman <rms@gnu.org>
12547
12548 * bindings.el (mode-line-format): help-echo doc fixes.
12549
12550 * net/tramp.el (tramp-file-name-handler-alist): Delete
12551 expand-file-name and other operations that can cause spurious loading.
12552
12553 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12554
12555 * files.el (safe-local-variable-p): Remove support for the special
12556 value t.
12557
12558 * textmodes/paragraphs.el (sentence-end-without-space):
12559 Fix safety predicate.
12560 (sentence-end-double-space, sentence-end-without-period)
12561 (paragraph-ignore-fill-prefix):
12562 * textmodes/fill.el (colon-double-space):
12563 * abbrev.el (abbrev-mode): Tighten the safety predicate.
12564
12565 * subr.el (booleanp): New fun.
12566
12567 * textmodes/reftex-vars.el (reftex-guess-label-type):
12568 Tighten the safety predicate.
12569
12570 2006-04-28 Kim F. Storm <storm@cua.dk>
12571
12572 * progmodes/grep.el (defgroup grep): Doc fix.
12573 (grep-auto-highlight): Remove.
12574 (grep-template): New defcustom.
12575 (grep-find-template): Rename from grep-tree-template.
12576 (grep-files-aliases): Rename from grep-tree-files-aliases.
12577 Remove "all" alias, add "l" alias.
12578 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
12579 (grep-find-ignored-directories): New defcustom to replace
12580 grep-tree-ignore-CVS-directories, to facilitate ignoring
12581 subdirectories for multiple version control systems.
12582 (grep-mode-map): Add Recursive grep item to GREP menu.
12583 (grep-regexp-history, grep-files-history): New defvars.
12584 (grep-probe): New helper function.
12585 (grep-compute-defaults): Use it to simplify code.
12586 Adapt to name changes.
12587 Use `.' as base in grep-find-template rather than <D>.
12588 (grep): Remove superfluous highlight-regexp arg. Fix doc.
12589 Call grep-compute-defaults unconditionally.
12590 (grep-expand-keywords): New defconst.
12591 (grep-expand-template): Rename from grep-expand-command-macros.
12592 Simplify via grep-expand-keywords. Look at case-fold-search instead
12593 of grep-tree-ignore-case to add -i option.
12594 Bind case-fold-search to nil while matching keywords.
12595 (grep-tree-last-regexp, grep-tree-last-files): Remove.
12596 (grep-read-regexp, grep-read-files): New helper functions.
12597 (rgrep): Rename from grep-tree. Rework to use proper histories.
12598 Adapt to changes in defcustoms and functions above.
12599 (lgrep): New command, as grep, but using same interactive UI as rgrep.
12600
12601 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
12602
12603 * net/tramp.el (tramp-completion-file-name-handler):
12604 Disable Tramp's functionality while loading Tramp itself.
12605 (tramp-register-file-name-handlers): That's a defsubst now.
12606 Code from `tramp-repair-jka-compr' moved here. Apply it via
12607 `after-init-hook'.
12608 (tramp-repair-jka-compr): Remove.
12609
12610 2006-04-27 Jay Belanger <belanger@truman.edu>
12611
12612 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
12613 read expression when `math-read-big-expr' doesn't work.
12614
12615 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
12616
12617 * startup.el (command-line-1): Display warning when
12618 pure-space-overflow is non-nil.
12619
12620 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12621
12622 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
12623 risky.
12624
12625 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12626
12627 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
12628 Return the URL or nil if none can be generated.
12629
12630 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
12631
12632 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
12633 byte compiler warnings.
12634 (gud-basic-call, gud-find-expr): Let user select an expression
12635 for printing. Print expression as well as value in GUD buffer.
12636
12637 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
12638
12639 * allout.el: Remove local autoload declaration for
12640 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
12641 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
12642 (allout-plain-bullets-string, allout-distinctive-bullets-string)
12643 (allout-use-mode-specific-leader, allout-old-style-prefixes)
12644 (allout-stylish-prefixes, allout-numbered-bullet)
12645 (allout-file-xref-bullet, allout-presentation-padding)
12646 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
12647 safe-local-variable with suitable value spec, and add autoload
12648 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
12649 (move-beginning-of-line, move-end-of-line): Repair so these compat
12650 functions now actually resituate the point, when appropriate.
12651
12652 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12653
12654 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
12655
12656 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
12657 (add-log-iso8601-time-string): Fix call to format-time-string.
12658
12659 2006-04-26 Kim F. Storm <storm@cua.dk>
12660
12661 * subr.el (posn-string, posn-image, posn-object): Doc fix.
12662
12663 2006-04-26 Masatake YAMATO <jet@gyve.org>
12664
12665 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
12666 Add support for "//" style comments. Remove `b' flag
12667 from ?* in `asm-mode-syntax-table'.
12668
12669 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12670
12671 * follow.el: Use (featurep 'xemacs) everywhere.
12672 (follow-mode): Use define-minor-mode.
12673 (follow-mode-map): Move initialization into the declaration.
12674 Use command remapping.
12675 (follow-emacs-version-xemacs-p): Remove.
12676 (follow-submit-feedback): Remove.
12677
12678 * allout.el (allout-layout, allout-passphrase-verifier-string)
12679 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
12680
12681 * textmodes/reftex-vars.el (reftex-vref-is-default)
12682 (reftex-fref-is-default, reftex-guess-label-type):
12683 Tighten up a bit the safety predicate.
12684
12685 * textmodes/paragraphs.el (sentence-end-double-space)
12686 (sentence-end-without-period, sentence-end-without-space)
12687 (page-delimiter, paragraph-ignore-fill-prefix):
12688 Tighten up a bit the safety predicate.
12689
12690 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
12691
12692 * progmodes/python.el (python-continuation-line-p)
12693 (python-beginning-of-statement): syntax-ppss may return
12694 a negative depth.
12695 (python-mode): Don't forcefully enable font-lock.
12696
12697 * time-stamp.el (time-stamp-start, time-stamp-end)
12698 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
12699
12700 * add-log.el: Remove spurious * in docstrings.
12701 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
12702 (add-change-log-entry): Use it here, since it's not specific
12703 to iso8601.
12704 (add-log-iso8601-time-string): Don't use it here any more.
12705 (change-log-indent-text, change-log-indent): Rename from add-log-*.
12706
12707 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
12708
12709 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
12710
12711 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
12712 (rcirc-toggle-low-priority): Doc fix.
12713 (rcirc-handler-NOTICE): Remove beginning of line anchor in
12714 ChanServ regexp.
12715 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
12716 #emacs.
12717 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
12718 (rcirc-decode-coding-system): Use utf-8 as the default.
12719 (rcirc-multiline-minor-mode): Set the fill-column.
12720 (rcirc-format-response-string): Display bright and dim nicks.
12721 (rcirc-browse-url): Update interactive spec to fill ARG.
12722 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
12723 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
12724
12725 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
12726
12727 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
12728 case for @Article, etc.
12729
12730 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
12731
12732 * net/tramp.el (tramp-register-file-name-handlers): New defun.
12733 Added with autoload cookie.
12734 (tramp-unload-file-name-handlers): Rename from
12735 `tramp-unload-file-name-handler-alist'.
12736
12737 2006-04-23 Romain Francoise <romain@orebokech.com>
12738
12739 * comint.el (comint-match-partial-filename): Doc fix.
12740
12741 2006-04-21 Glenn Morris <rgm@gnu.org>
12742
12743 * calendar/cal-menu.el (calendar-mode-map): Refer to
12744 `diary-view-entries' rather than alias `view-diary-entries'.
12745 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
12746
12747 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
12748
12749 * progmodes/antlr-mode.el (antlr-default):
12750 * cus-edit.el (custom-documentation):
12751 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
12752 in defface.
12753
12754 2006-04-21 Kim F. Storm <storm@cua.dk>
12755
12756 * image.el (image-type): New defun split out of create-image.
12757 (create-image): Use it.
12758
12759 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
12760
12761 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
12762 (org-open-at-point): Remove the "...done" message to keep output
12763 in the echo area visible.
12764 (org-export-as-xoxo): Fix call to `indent-region'.
12765
12766 2006-04-21 Kevin Ryde <user42@zip.com.au>
12767
12768 * international/mule.el (keyboard-coding-system): defcustom
12769 info-link fixes: "Specify Coding" has been split, keyboard now in
12770 "Terminal Coding", and "Single-Byte Character Support" is now
12771 "Unibyte Mode".
12772
12773 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
12774
12775 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
12776 Use font-lock-warning-face for any errors e.g. no stack.
12777 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
12778
12779 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
12780
12781 * progmodes/sh-script.el (sh-shell): Mark as safe.
12782
12783 * newcomment.el (comment-start, comment-start-skip)
12784 (comment-end-skip, comment-end): Mark as safe.
12785
12786 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
12787
12788 * textmodes/org.el (org-deadline-announce): Face removed.
12789 (org-level-faces, org-n-levels): Convert to constant.
12790 (org-compatible-face): New function.
12791 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
12792 (org-level-5, org-level-6, org-level-7, org-level-8)
12793 (org-special-keyword, org-warning, org-headline-done, org-link)
12794 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
12795 (org-scheduled-today, org-scheduled-previously, org-time-grid):
12796 Face definition revised for better color tty support.
12797 (org-bold-re, org-italic-re, org-underline-re): New constants.
12798 (org-set-font-lock-defaults): Use the new constants.
12799 (org-agenda-highlight-todo): New function.
12800 (org-agenda-todo): Fix bug with point at end of line.
12801 (org-agenda-change-all-lines, org-finalize-agenda-entries):
12802 Fontify TODO keywords.
12803 (org-insert-link): Preserve relative path in ../ links.
12804 (org-export-as-html): Convert links pointing to .org files into
12805 links that will work beteen the exported HTML files.
12806 (org-todo-list): Fix bug when arg=0.
12807 (org-insert-heading): More fine-tuning.
12808
12809 2006-04-19 Romain Francoise <romain@orebokech.com>
12810
12811 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
12812 from `rmail-mime-charset-pattern'.
12813
12814 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
12815
12816 * progmodes/python.el (python-mode): Fix typo.
12817
12818 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
12819
12820 * comint.el (comint-previous-input): Don't clobber input line
12821 when moving off either end of the input history ring.
12822 (comint-delete-input): New function, used by
12823 `comint-previous-input' and others.
12824 (comint-previous-matching-input):
12825 Use `coming-delete-input'. Save the partial input if leaving the
12826 edit line. Goto point-max before deleting input to avoid
12827 partial input fragments hanging around.
12828 (comint-restore-input): New function, used by `comint-previous-input'.
12829
12830 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
12831
12832 * imenu.el (imenu--index-alist): Balance parentheses.
12833
12834 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
12835
12836 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
12837
12838 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
12839
12840 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
12841 file is nil.
12842
12843 2006-04-18 Richard Stallman <rms@gnu.org>
12844
12845 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
12846
12847 * imenu.el (imenu-create-index-function, imenu--index-alist)
12848 (imenu--last-menubar-index-alist, imenu--make-index-alist)
12849 (imenu-default-create-index-function, imenu--generic-function):
12850 Doc fixes.
12851
12852 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
12853
12854 * help-mode.el (help-mode): Set view-exit-action to delete window.
12855
12856 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
12857 now works by passing nil as arg.
12858
12859 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
12860
12861 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
12862 (read-abbrev-file): Provide default when reading filename.
12863
12864 * files.el (enable-local-variables): Allow :all as value.
12865 (hack-local-variables): Implement that value.
12866 (safe-local-variable-values, safe-local-eval-forms)
12867 (enable-local-variables): Mark as risky.
12868 (find-file-visit-truename, kept-old-versions): Mark safe.
12869
12870 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
12871 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
12872 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
12873
12874 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12875
12876 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
12877 Use forward-line so as to get to BOL even in the presence of fields.
12878 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
12879 in return.
12880 (inferior-tcl): Tell tclsh to work in interactive mode.
12881
12882 * complete.el (partial-completion-mode):
12883 Use 'choose-completion-string-functions to make sure that
12884 choose-completion fills the minibuffer properly.
12885
12886 * complete.el (PC-old-read-file-name-internal): Remove.
12887 (PC-read-include-file-name-internal): Remove. Turn it into an advice
12888 of read-file-name-internal.
12889 (partial-completion-mode): Enable/disable this advice.
12890
12891 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
12892
12893 * net/tramp.el (tramp-completion-file-name-handler): Revert change
12894 of 2006-04-17.
12895
12896 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
12897
12898 * textmodes/org.el (org-insert-heading): Insert heading before
12899 current if at beginning of line.
12900 (org-todo, org-date): New faces.
12901 (org-table-align): Make sure tooltip window contains full text.
12902 (org-no-properties): New defsubst.
12903 (org-set-font-lock-defaults): Use new faces.
12904
12905 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
12906
12907 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
12908 for root variables.
12909
12910 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
12911 (gdb-frame-address): Re-use to identify frame for watch expression.
12912 (gdb-var-list, gdb-var-create-handler): Add frame address for root
12913 variables.
12914 (gdb-init-1, gdb-source, gdb-post-prompt)
12915 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
12916 (gdb-frame-handler): Get gdb-frame-address.
12917
12918 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
12919
12920 Sync with Tramp 2.0.53.
12921
12922 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
12923 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
12924 (tramp-completion-file-name-handler): Add autoload cookie for
12925 adding to `file-name-handler-alist'.
12926
12927 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
12928 the prompt. If it returns earlier (when detecting an error
12929 message), the rest of the output will merge accidently with the
12930 output of the next command. Reported by M Jared Finder
12931 <jared@hpalace.com>.
12932
12933 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
12934 for `process-file', in order to let it work for older Emacsen too.
12935
12936 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
12937
12938 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
12939 (tex-font-lock-keywords-3): Use it.
12940
12941 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12942
12943 * newcomment.el (comment-add): New function.
12944 (comment-region-default, comment-dwim): Use it.
12945
12946 2006-04-15 Michael Olson <mwolson@gnu.org>
12947
12948 * emacs-lisp/tq.el: Improve comments.
12949 (tq-queue-head-question): New accessor function.
12950 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
12951 Update for modified queue structure.
12952 (tq-queue-add): Accept `question' argument.
12953 (tq-queue-pop): If a question is pending, send it.
12954 (tq-enqueue): Accept new optional argument `delay-question'.
12955 If this is non-nil, and at least one other question is pending a
12956 response, queue the question rather than sending it immediately.
12957
12958 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12959
12960 * calendar/appt.el (appt-add): Check whether an appointment is
12961 already present in appt-time-msg-list. Simplify code.
12962
12963 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12964
12965 * progmodes/cc-langs.el (c-mode-menu):
12966 Don't presume c-subword-mode is bound.
12967
12968 2006-04-13 Bill Wohler <wohler@newt.com>
12969
12970 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
12971 (customize-package-emacs-version): Use cdr instead of cadr now
12972 that alists use dotted pairs.
12973
12974 * custom.el (defcustom): Fix docstring for :package-version.
12975
12976 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
12977
12978 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
12979 (tramp-handle-shell-command): Display output buffer only when
12980 `tramp-display-shell-command-buffer' is true.
12981 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
12982
12983 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
12984
12985 * textmodes/org.el (org-set-autofill-regexps): Set only the local
12986 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
12987
12988 2006-04-13 Romain Francoise <romain@orebokech.com>
12989
12990 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
12991 leaving temporary .cvsignore buffers behind.
12992
12993 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
12994
12995 * textmodes/org.el (org-set-regexps-and-options)
12996 (org-get-current-options): Better names for the startup folding
12997 options.
12998
12999 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
13000
13001 * vc.el (vc-annotate): Arrange for point to end up at the same
13002 line number as in the original, but only when using a new buffer.
13003
13004 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
13005
13006 * files.el (hack-one-local-variable-eval-safep):
13007 Recognize `edebug-form-spec' for `put', but only if it passes
13008 `edebug-basic-spec'. Generalize `put' handling.
13009
13010 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
13011 vetting file-local form specs.
13012
13013 * allout.el (allout-layout): Autoload its `safe-local-variable'
13014 property.
13015
13016 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13017
13018 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
13019 (org-agenda-mouse-1-follows-link)
13020 (org-mouse-1-follows-link): New options.
13021 (org-format-agenda-item): Fix bug if TAGS is nil.
13022 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
13023
13024 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
13025
13026 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
13027 GDB 6.1+ gives full filename for "info sources" so use
13028 file-name-nondirectory.
13029
13030 2006-04-12 Romain Francoise <romain@orebokech.com>
13031
13032 * subr.el (read-passwd): Bind `message-log-max' to nil.
13033
13034 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13035
13036 * progmodes/perl-mode.el (perl-indent-new-calculate):
13037 Recompute parse-start after jumping backward by a whole sexp.
13038
13039 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13040
13041 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
13042 window configuration.
13043 (vc-annotate-display-select): Select the buffer so that current-buffer
13044 (and selected-window) is the output buffer at the end of vc-annotate.
13045
13046 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
13047
13048 * vc.el (vc-annotate-color-map): Add custom TTY color map for
13049 8-color terminals, to use all of the colors in a sensible order.
13050 256-color terminals work well with the standard map.
13051 (vc-annotate-lines): Only strip the first color character if it
13052 is "#", to allow for terminal-style named colors.
13053 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
13054 the correct buffer is scrolled.
13055
13056 2006-04-11 Richard Stallman <rms@gnu.org>
13057
13058 * emacs-lisp/bytecomp.el (byte-compile-file):
13059 Bind enable-local-variables to :safe, and make normal-mode obey it.
13060
13061 * files.el (enable-local-variables): Allow value :safe.
13062 (normal-mode): Doc fix.
13063 (hack-local-variables): Implement enable-local-variables = :safe.
13064 (hack-local-variables-confirm): Don't prevent quitting.
13065
13066 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13067
13068 * loadhist.el (unload-feature): A bit of sanity check of
13069 load-history entries. Cancel timer-vars before unbinding them.
13070
13071 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
13072 quote special chars, and make the trick work on the hex part of the
13073 buffer as well.
13074 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
13075 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
13076
13077 * startup.el (normal-splash-screen): Fix last change so we don't wait
13078 2 minutes if we don't show the splash screen.
13079
13080 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
13081
13082 * textmodes/org.el (org-export-plain-list-max-depth)
13083 (org-table-spaces-around-separators)
13084 (org-radio-targets, org-activate-camels)
13085 (org-table-spaces-around-invisible-separators): Options removed.
13086 (org-time-stamp-rounding-minutes, org-remember-templates)
13087 (org-ellipsis, org-activate-links, org-descriptive-links):
13088 New options.
13089 (org-remember-apply-template, org-current-time)
13090 (org-finish-edit-table-field)
13091 (org-link-unescape, org-link-escape)
13092 (org-string-width, org-table-clean-line, org-html-do-expand)
13093 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
13094 (org-read-agenda-file-list): New functions.
13095 (org-table-edit-field)
13096 (org-table-create-or-convert-from-region): New commands
13097 (org-table-toggle-vline-visibility): Command removed.
13098 (org-table-convert-region): Made a command.
13099 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
13100 Replace with the normal org- functions.
13101 (org-self-insert-command): Don't trigger realign unnecessarily
13102 when blanking a field that is not full.
13103 (org-mode): `Set buffer-invisibility-spec' for links.
13104 (org-activate-links2): Hide link part and only show descriptive
13105 part of the link.
13106 (org-insert-link): Modify for new linking system.
13107 (org-store-link): Store description separately, for use by
13108 `org-insert-link'.
13109 (org-table-align): Use `org-string-width'.
13110 (defgroup): Completely new group structure for custom variables.
13111 (org-agenda-files): Option: Single file name allowed. Function:
13112 Optional argument unrestrited means ignore any restricitons.
13113 (org-install-agenda-files-menu): Find a buffer in Org-mode before
13114 trying to modify the menu. Use generalized access to
13115 `org-agenda-files.'
13116 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
13117 (org-agenda-file-to-front, org-remove-file, org-diary)
13118 (org-tags-view, org-export-icalendar-all-agenda-files)
13119 (org-export-icalendar-combine-agenda-files): Use generalized
13120 access to `org-agenda-files'.
13121 (org-remember-handler): Correctly preserve heading if present.
13122 (org-table-insert-row, org-table-insert-hline): Deal with
13123 invisible characters.
13124
13125 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
13126
13127 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
13128 (vc-annotate-color-map): New 18 element constant
13129 value/saturation, rotating hue colormap, from red->blue.
13130 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
13131 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
13132 (vc-annotate): To avoid killing the required local variables,
13133 set them before the end of `with-output-to-temp-buffer', and
13134 after first switching to annotate-mode.
13135 (vc-annotate-warp-version): Add buffer argument in goto-line to
13136 ensure annotation, not source, is scrolled.
13137
13138 2006-04-10 Bill Wohler <wohler@newt.com>
13139
13140 * custom.el (defcustom, custom-handle-keyword):
13141 Add :package-version keyword.
13142 (custom-add-package-version): New function. Sets value of new
13143 property 'custom-package-version from :package-version keyword.
13144 (defcustom): Create Common Keywords section in docstring.
13145 (defface, defgroup): Replace definitions of a select few keywords
13146 with a reference to the Common Keywords in defcustom.
13147 (defcustom, defface, defgroup): Replace reference to Customization
13148 chapter in manual with hyperlink.
13149
13150 * cus-edit.el (customize-package-emacs-version-alist): New variable.
13151 (customize-changed-options): Add check for custom-package-version.
13152 (customize-package-emacs-version): New function to look up Emacs
13153 version corresponding to the given package version.
13154
13155 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
13156 defun name, in similar fashion to find-variable-regexp.
13157
13158 2006-04-10 Eli Zaretskii <eliz@gnu.org>
13159
13160 * international/mule-cmds.el (set-locale-environment): Fix last
13161 change for when the locale's preferences don't specify any encoding.
13162
13163 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13164
13165 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
13166 so the defined var/fun doesn't need to be quoted.
13167
13168 2006-04-10 Richard Stallman <rms@gnu.org>
13169
13170 * finder.el (finder-mode-map): Add n and p bindings.
13171
13172 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
13173
13174 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
13175 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
13176 (gdb-setup-windows): Put something in source window if we can't find
13177 the source file.
13178 (gdb-frame-handler): Make it work again with just assembly.
13179 (gdb-data-list-register-values-handler): Make it work when there is
13180 no stack.
13181
13182 2006-04-09 Richard Stallman <rms@gnu.org>
13183
13184 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
13185 specs while looking for charset.
13186
13187 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
13188
13189 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13190 Make them faces.
13191 (lm-font-lock-keywords): Update appropriately.
13192
13193 2006-04-10 Kim F. Storm <storm@cua.dk>
13194
13195 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
13196 it can also replace buffer-substring-no-properties.
13197
13198 * emulation/cua-base.el (cua-delete-region, cua-paste)
13199 (cua-repeat-replace-region): Use filter-buffer-substring.
13200
13201 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
13202 (cua-cut-region-to-global-mark): Likewise.
13203
13204 * emulation/cua-rect.el (cua--extract-rectangle)
13205 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
13206
13207 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13208
13209 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
13210 entry-type. Add field delimiters to numerical fields if they are
13211 not present.
13212
13213 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13214
13215 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
13216 string-const to return value.
13217 (bibtex-remove-delimiters): Use it.
13218
13219 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13220
13221 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
13222 cl-byte-compile-compiler-macro unless it exists.
13223
13224 2006-04-08 Eli Zaretskii <eliz@gnu.org>
13225
13226 * files.el (hack-local-variables-confirm) <offer-save>:
13227 Clarify message text. Suggested by Ralf Angeli.
13228
13229 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13230
13231 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
13232 (delete-extract-rectangle-line): Use `filter-buffer-substring'
13233 instead of `buffer-substring' and `delete-region'. (Most of the
13234 code actually copied from `kill-region'.)
13235
13236 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
13237
13238 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
13239 (rcirc-default-port): Rename from rcirc-port.
13240 (rcirc-default-nick): Rename from rcirc-nick.
13241 (rcirc-default-user-name): Rename from rcirc-user-name.
13242 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
13243 (rcirc-low-priority-flag): New variable.
13244 (rcirc-decode-coding-system): New defcustom.
13245 (rcirc-encode-coding-system): New defcustom.
13246 (rcirc-coding-system-alist): New defcustom.
13247 (rcirc-multiline-major-mode): New defcustom.
13248 (rcirc-nick): New internal variable.
13249 (rcirc-process): Remove variable.
13250 (rcirc-server-buffer): New variable.
13251 (rcirc): Update to use rcirc-default-* variables above.
13252 (rcirc-connect): Do not add window-configuration-hook-here.
13253 (rcirc-server): New internal variable.
13254 (rcirc-connect): Do not send keepalive pings if
13255 rcirc-keepalive-seconds is nil.
13256 (with-rcirc-server-buffer): New macro.
13257 (rcirc-send-string): Encode with rcirc-encode-coding-system.
13258 (rcirc-server-name): Rename from rcirc-server.
13259 (rcirc-buffer-process): New function.
13260 (rcirc-buffer-nick): New function.
13261 (rcirc-buffer-target): Remove function.
13262 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13263 New commands.
13264 (rcirc-mode-map): Change binding of C-c C-l to
13265 rcirc-toggle-low-priority.
13266 (rcirc-mode): Initialize coding system based on
13267 rcirc-coding-system-alist. New change-major-mode-hook to part the
13268 channel on a mode change. Make kill-buffer-hook buffer-local.
13269 (rcirc-change-major-mode-hook): New function.
13270 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
13271 (rcirc-last-post-time): New variable.
13272 (rcirc-process-message): Store the last time user posted a message
13273 to this target.
13274 (rcirc-multiline-minor-mode): New mode.
13275 (rcirc-multiline-minor-mode-map): New mode map.
13276 (rcirc-edit-multiline): Put multiline-edit buffer in
13277 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
13278 (rcirc-print): Ignore any line starting with an ignored nick.
13279 (rcirc-print): Decode using rcirc-decode-coding-system.
13280 (rcirc-track-minor-mode): Update global-mode-string when disabling
13281 this mode.
13282 (minor-mode-alist): Add LowPri indicator.
13283 (rcirc-toggle-low-priority): New function.
13284 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
13285 next lowpriority buffer with activity.
13286 (rcirc-record-activity): Sort buffers in rcirc-activity by the
13287 last time the user posted a message in to the target.
13288 (rcirc-update-activity-string): New formatting for low priority
13289 buffers.
13290 (rcirc-split-activity): New function.
13291 (rcirc-handler-PART, rcirc-handler-KICK)
13292 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
13293 (rcirc-nick-away-alist): New variable.
13294 (rcirc-handler-301): New handler. Away messages are printed once
13295 per change.
13296
13297 2006-04-08 Eli Zaretskii <eliz@gnu.org>
13298
13299 * info.el (Info-follow-nearest-node): Doc fix.
13300
13301 * international/mule-cmds.el (set-locale-environment): Make sure
13302 the coding-system preferred by the locale's language has the same
13303 EOL conversion type as the original buffer-file-coding-system.
13304 (locale-language-names): Add a few MS Windows language codes.
13305
13306 2006-04-07 Richard Stallman <rms@gnu.org>
13307
13308 * simple.el (eval-expression): Doc fix.
13309
13310 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
13311 (eval-defun): Doc fixes.
13312
13313 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
13314
13315 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
13316
13317 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
13318
13319 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
13320 GDB list command without argument for greater generality.
13321
13322 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13323
13324 * subr.el (string-or-null-p): New function.
13325
13326 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
13327
13328 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
13329
13330 * files.el: Update comment about safe-local-variable declarations.
13331
13332 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
13333
13334 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
13335 See idlwave.org.
13336
13337 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
13338 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
13339
13340 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
13341 See idlwave.org.
13342
13343 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
13344 version 6.0 (minimal changes). See idlwave.org.
13345
13346 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
13347 6.0 (minimal changes). See idlwave.org.
13348
13349 * progmodes/idlw-rinfo.el: File obsoleted and removed.
13350
13351 2006-04-06 Romain Francoise <romain@orebokech.com>
13352
13353 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
13354 symmetric encryption features and a new asynchronous interface to
13355 GnuPG. This new version is version 1.4, plus whitespace changes.
13356
13357 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13358
13359 * files.el: Move some `safe-local-variable' declarations to the
13360 respective files.
13361
13362 * textmodes/ispell.el (ispell-check-comments)
13363 (ispell-local-dictionary): Mark as safe.
13364
13365 * abbrev.el (abbrev-mode): Mark as safe.
13366
13367 * add-log.el (change-log-default-name): Mark as safe.
13368
13369 * textmodes/reftex-vars.el (reftex-vref-is-default)
13370 (reftex-fref-is-default, reftex-level-indent)
13371 (reftex-guess-label-type): Mark as safe.
13372
13373 * textmodes/fill.el (colon-double-space): Mark as safe.
13374
13375 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
13376 (sentence-end-double-space, sentence-end-without-period)
13377 (sentence-end-without-space, sentence-end, sentence-end-base)
13378 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
13379
13380 2006-04-06 Kim F. Storm <storm@cua.dk>
13381
13382 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
13383 the :set-after list.
13384 (ido-downcase-unc-hosts): New user option. Default on.
13385 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
13386 when it is set, as regexps are now applied on the fly.
13387 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
13388 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
13389 on the fly, but only when ido-process-ignore-lists is set.
13390 Do case insensitive filtering if ido-downcase-unc-hosts is set.
13391 Only downcase names if ido-downcase-unc-hosts is set.
13392
13393 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
13394
13395 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
13396
13397 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
13398
13399 2006-04-05 Kim F. Storm <storm@cua.dk>
13400
13401 * ido.el (ido-mode): Set after ido-unc-hosts and
13402 ido-ignore-unc-host-regexps.
13403 (ido-save-history): Save ido-unc-hosts-cache.
13404 (ido-load-history): Load ido-unc-hosts-cache.
13405 (ido-reread-directory): Refresh unc hosts cache in // dir.
13406
13407 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
13408 to nil while displaying slash screen.
13409
13410 2006-04-05 Daiki Ueno <ueno@unixuser.org>
13411
13412 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13413 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13414
13415 2006-04-05 Kenichi Handa <handa@m17n.org>
13416
13417 * international/characters.el: Setup cases of Latin, Greek, and
13418 Cyrillic characters in CJK charsets.
13419
13420 2006-03-29 Daiki Ueno <ueno@unixuser.org>
13421
13422 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13423 default-enable-multibyte-characters. This reverts the change from
13424 revision 6.17 which is no longer necessary because the passphrase
13425 is sent separately now. GnuPG messages are unreadable under
13426 multibyte locales with default-enable-multibyte-characters set to nil.
13427
13428 2006-04-04 Andreas Schwab <schwab@suse.de>
13429
13430 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
13431 and `byte-compile-warnings' as `safe-local-variable'.
13432
13433 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
13434
13435 * man.el (Man-mode-map): Restore the \r binding.
13436 (Man-abstract-xref-man-page): If Man-target-string is a function,
13437 call it.
13438 (Man-highlight-references): Use Man-default-man-entry to get the
13439 target. Deal with xrefs too.
13440 (Man-highlight-references0): Don't call the target function.
13441
13442 * woman.el (WoMan-xref-man-page): Strip the section number, woman
13443 cannot deal with it.
13444
13445 2006-04-04 Daiki Ueno <ueno@unixuser.org>
13446
13447 * pgg-gpg.el: Clean up process buffers every time gpg processes
13448 complete.
13449
13450 2006-04-04 Kenichi Handa <handa@m17n.org>
13451
13452 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
13453 here.
13454 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
13455 Temporarily bind inhibit-field-text-motion to t.
13456
13457 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13458
13459 * startup.el (normal-splash-screen): Only set mode-line-format in the
13460 splash buffer, so as not to interfere when debugging the code.
13461 Ignore errors when switching buffer.
13462
13463 2006-04-03 Romain Francoise <romain@orebokech.com>
13464
13465 * dired.el (dired-dnd-protocol-alist): Fix typo.
13466
13467 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
13468
13469 * savehist.el (savehist): Add :version.
13470 (savehist-ignored-variables): New variable.
13471 (savehist-minibuffer-hook): Don't save variables listed in
13472 `savehist-ignored-variables'.
13473
13474 * dired.el (dired-dnd-protocol-alist): Mention that change does
13475 only apply to new buffers in doc string.
13476
13477 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
13478
13479 * recentf.el (recentf-open-files-item): Include newline in button
13480 field, so opening a file will work, when the point is at the end
13481 of the file name. Allow, for example, to [i]search a file by
13482 extension and just push RET to open it.
13483
13484 2006-04-03 Daiki Ueno <ueno@unixuser.org>
13485
13486 * pgg-gpg.el (pgg-gpg-process-filter)
13487 (pgg-gpg-wait-for-completion): Check if buffer is alive.
13488
13489 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13490 lines, temporary fix.
13491
13492 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
13493
13494 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
13495
13496 2006-04-02 Richard Stallman <rms@gnu.org>
13497
13498 * progmodes/compile.el (compilation-message-face): Make it defcustom.
13499
13500 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
13501
13502 * ibuf-macs.el (define-ibuffer-column): Add a new key:
13503 header-mouse-map.
13504
13505 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
13506 (ibuffer-mode-header-map): New keymaps.
13507 (ibuffer-update-title-and-summary): Enable mouse face highlighting
13508 and keybindings for column headers.
13509 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
13510 property.
13511
13512 2006-04-02 Drew Adams <drew.adams@oracle.com>
13513
13514 * speedbar.el (speedbar-after-create-hook): Doc fix.
13515
13516 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
13517
13518 * shell.el (shell-directory-tracker)
13519 (shell-dynamic-complete-command): Doc fixes.
13520
13521 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
13522
13523 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
13524 terminals.
13525
13526 2006-04-01 Kim F. Storm <storm@cua.dk>
13527
13528 * ido.el (ido-unc-hosts-cache): New defvar.
13529 (ido-unc-hosts): If value of defcustom is a function, call it to
13530 get list of UNC hosts. Add function-item choices to specify
13531 ido-unc-hosts-net-view or user function.
13532 (ido-ignore-unc-host-regexps): New defcustom.
13533 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
13534 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
13535 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
13536
13537 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13538
13539 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
13540 wwidth.
13541
13542 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
13543
13544 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
13545 (ido-max-work-file-list, ido-switch-buffer)
13546 (ido-read-file-name-as-directory-commands):
13547 Fix typos in docstrings.
13548
13549 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13550
13551 * term/mac-win.el (mac-system-coding-system): Define and use after
13552 Mac-specific coding systems are ready.
13553
13554 2006-03-27 Romain Francoise <romain@orebokech.com>
13555
13556 * net/rcirc.el (rcirc-connect): Add autoload cookie.
13557
13558 * ldefs-boot.el: Update.
13559
13560 2006-03-27 Daiki Ueno <ueno@unixuser.org>
13561
13562 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13563 passphrases when it is not needed.
13564 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13565 passphrase stuff from gpg, should only be necessary when you use
13566 gpg with a smartcard.
13567
13568 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
13569
13570 * comint.el (comint-dynamic-list-completions): Allow user to
13571 select *Completions* buffer.
13572
13573 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
13574
13575 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
13576
13577 2006-03-26 Andreas Schwab <schwab@suse.de>
13578
13579 * progmodes/gud.el (gdb): Only complain about multiple debugging
13580 when the gdb process is still running.
13581
13582 2006-03-25 Eli Zaretskii <eliz@gnu.org>
13583
13584 * mail/rmail.el (tool-bar-map): Defvar it.
13585 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
13586 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
13587
13588 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
13589
13590 * help.el (print-help-return-message): Suggest to use
13591 display-buffer instead of switch-to-buffer-other-window to restore
13592 the previous window without selecting it.
13593
13594 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13595
13596 * frame.el (select-frame-by-name): Call x-focus-frame also when
13597 window-system is mac.
13598
13599 * term/mac-win.el: Adjust Courier font specifications in
13600 x-fixed-font-alist.
13601 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
13602 when directly encoding to UTF-16 in native byte order, no BOM.
13603
13604 2006-03-25 Kim F. Storm <storm@cua.dk>
13605
13606 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
13607 (cua--init-keymaps): Use it instead of fixed C-return.
13608 (cua-mode): Set after it.
13609
13610 * emulation/cua-rect.el (cua--init-rectangles):
13611 Use cua-rectangle-mark-key instead of fixed C-return.
13612
13613 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
13614
13615 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
13616 "run" in .gdbinit.
13617 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
13618
13619 2006-03-24 Romain Francoise <romain@orebokech.com>
13620
13621 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
13622 `display-buffer-other-frame'.
13623
13624 2006-03-24 Kim F. Storm <storm@cua.dk>
13625
13626 * apropos.el (apropos-synonyms): Add selection => region.
13627
13628 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
13629
13630 * progmodes/gdb-ui.el (gdb-var-create-regexp)
13631 (gdb-var-list-children-regexp, gdb-var-update-regexp)
13632 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
13633 (gdb-data-list-register-values-regexp)
13634 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
13635 Future proof against new fields being added to MI output.
13636 (gdb-send): Don't treat backslashes for program input as
13637 continuations.
13638 (gdb-assembler-handler): Don't use window-start for this handler.
13639 (gdb-frame-handler): Don't change to hollow arrow if overlay
13640 arrow doesn't move to new frame.
13641
13642 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
13643
13644 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
13645 prevent compiler warnings.
13646 (gdb-stopped): Check for gud-last-last-frame (case: signal).
13647 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
13648 (gdb-assembler-custom): Use hollow-right-triangle for assembler
13649 buffer too.
13650
13651 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
13652
13653 * pgg-gpg.el (pgg-gpg-update-agent): Check for
13654 make-network-process, so we can use the same code in Gnus v5-10
13655 too and have this file fully synchronized with that release.
13656
13657 2006-03-23 Romain Francoise <romain@orebokech.com>
13658
13659 * ibuf-ext.el (ibuffer-read-filter-group-name):
13660 Use `ibuffer-generate-filter-groups' to make completion list match
13661 the filter groups that are really displayed in the Ibuffer buffer.
13662 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
13663
13664 2006-03-23 Kenichi Handa <handa@m17n.org>
13665
13666 * international/mule-cmds.el (sort-coding-systems): Describe that
13667 the argument is modified in docstring.
13668
13669 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
13670
13671 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13672 (pgg-gpg-update-agent): New function.
13673 (pgg-gpg-use-agent-p): New function.
13674 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13675 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13676 (pgg-gpg-sign-region): Use it.
13677
13678 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
13679
13680 * cus-edit.el (custom-face-set): Call custom-push-theme before
13681 face-spec set so that `changed' theme is correctly saved.
13682 (custom-face-reset-standard): Reset to recalculated face rather
13683 than defface spec.
13684
13685 * custom.el (custom-push-theme): Only save `changed' theme if the
13686 current face does not match the defface specs.
13687
13688 2006-03-21 Simon Josefsson <jas@extundo.com>
13689
13690 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13691 <wilde@sha-bang.de>.
13692 (pgg-gpg-use-agent): New variable.
13693 (pgg-gpg-process-region): Use it.
13694 (pgg-gpg-encrypt-region): Likewise.
13695 (pgg-gpg-encrypt-symmetric-region): Likewise.
13696 (pgg-gpg-decrypt-region): Likewise.
13697 (pgg-gpg-sign-region): Likewise.
13698 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13699
13700 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
13701
13702 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
13703 bracket links.
13704
13705 2006-03-21 Kim F. Storm <storm@cua.dk>
13706
13707 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
13708 fringe-indicator-alist instead of modifying global value.
13709 (gdb-frame-handler): Likewise.
13710
13711 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
13712
13713 * diff-mode.el (diff-function): Make it inherit from diff-header
13714 instead of diff-context.
13715
13716 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
13717 bitmap.
13718 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
13719 change names in macro above for consistency.
13720 (gdb-frame-handler): Use hollow-right-triangle for all selected
13721 frames which except the innermost (where execution has stopped).
13722 (gdb-reset): Reset buffer-local values of overlay-arrow.
13723
13724 2006-03-20 Richard Stallman <rms@gnu.org>
13725
13726 * simple.el (set-mark-command): Doc fix.
13727
13728 * files.el (display-buffer-other-frame): New command.
13729 (ctl-x-4-map): Bind C-x 5 C-o to it.
13730
13731 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13732
13733 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
13734 rather than just defer-time, in case defer-time has been changed but
13735 the timer isn't running yet.
13736 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
13737
13738 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
13739
13740 * help-mode.el (help-follow-symbol): New function.
13741 Essentially identical to the old `help-follow', but do not let
13742 `push-button' do the work when on an xref.
13743 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
13744
13745 2006-03-19 Richard Stallman <rms@gnu.org>
13746
13747 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
13748 preceded by the word `program'.
13749 (help-follow-mouse, help-follow): Throw error if not on xref.
13750 Delete no longer used args.
13751
13752 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
13753
13754 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
13755 annotation ensure gud-overlay-arrow-position is redisplayed.
13756
13757 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13758
13759 * textmodes/bibtex.el (bibtex-include-OPTkey)
13760 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
13761 (bibtex-autokey-name-case-convert)
13762 (bibtex-autokey-titleword-case-convert): Make these the aliases
13763 for the following two variables.
13764 (bibtex-autokey-name-case-convert-function)
13765 (bibtex-autokey-titleword-case-convert-function): Make these the
13766 real names.
13767 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
13768 bibtex-font-lock-crossref sublists.
13769 (bibtex-mode): Revert 2005-12-30 change (which made
13770 completion-ignore-case buffer-local).
13771 (bibtex-url): Simplify.
13772
13773 2006-03-19 Kim F. Storm <storm@cua.dk>
13774
13775 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
13776 cursor property value to 2 (to align with C level change).
13777
13778 2006-03-19 Bill Wohler <wohler@newt.com>
13779
13780 * image.el (image-load-path-for-library): Shorten first line in
13781 docstring.
13782
13783 2006-03-18 Richard Stallman <rms@gnu.org>
13784
13785 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
13786
13787 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
13788
13789 * isearch.el (isearch-other-meta-char): Handle user bindings for
13790 shifted control characters.
13791
13792 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
13793
13794 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
13795 part that matches email addresses, file names, etc.
13796
13797 2006-03-18 Eli Zaretskii <eliz@gnu.org>
13798
13799 * term/w32-win.el (mouse-set-font):
13800 Mention w32-list-proportional-fonts in the doc string.
13801
13802 2006-03-18 Kim F. Storm <storm@cua.dk>
13803
13804 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
13805 (ido-unc-hosts): New user option to explicitly define list of know
13806 UNC-style hosts for completion.
13807 (ido-cache-unc-host-shares-time): New user option.
13808 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
13809 New helper functions for UNC file-name support.
13810 (ido-may-cache-directory): Check for UNC host. Simplify.
13811 (ido-wash-history): Clean out old UNC hosts.
13812 (ido-nonreadable-directory-p): UNC hosts are always readable.
13813 (ido-directory-too-big-p): UNC hosts are never too big.
13814 (ido-set-current-directory): Handle UNC root path.
13815 (ido-file-name-all-completions): Complete UNC host names from
13816 ido-unc-hosts list. Cache UNC host shares.
13817 (ido-make-file-list-1): Don't filter UNC root.
13818 (ido-exhibit): Check for // in root directory, and switch to UNC
13819 mode by setting ido-current-directory to //.
13820
13821 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
13822
13823 * cus-edit.el (customize-changed-options): Mention explicit
13824 version number as default in prompt.
13825
13826 2006-03-17 Bill Wohler <wohler@newt.com>
13827
13828 * image.el (image-load-path-for-library): Minor docstring fix.
13829
13830 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
13831
13832 * textmodes/org.el (org-read-date): Include subgroup 5 into
13833 replacement text.
13834 (org-popup-calendar-for-date-prompt): Fix customization type.
13835
13836 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
13837
13838 * progmodes/gdb-ui.el (gud-watch): Provide completion.
13839 (gdb-continuation): New variable.
13840 (gdb-send): Deal with continuation lines.
13841
13842 * progmodes/gud.el (gud-gdb-complete-command)
13843 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
13844 expressions.
13845 (gud-tooltip-mode): Use buffer-local value.
13846
13847 2006-03-16 Kim F. Storm <storm@cua.dk>
13848
13849 * ido.el (ido-edit-input): Use selected match, if any.
13850
13851 2006-03-16 Bill Wohler <wohler@newt.com>
13852
13853 * image.el (image-load-path-for-library): Prefer user's images in
13854 image-load-path.
13855
13856 2006-03-16 Martin Rudalics <rudalics@gmx.at>
13857
13858 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
13859 when checking for attempt to drag leftmost or rightmost scrollbar.
13860
13861 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
13862
13863 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
13864 (gdb-force-mode-line-update): New function.
13865 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
13866 (gdb-exited): Use them.
13867 (gdb-signal): New function.
13868 (gdb-annotation-rules): Provide a rule for it.
13869
13870 2006-03-16 Kenichi Handa <handa@m17n.org>
13871
13872 * international/mule.el (auto-coding-regexp-alist): Add entries
13873 for Unicode BOM.
13874
13875 * sort.el (sort-build-lists): Temporarily bind
13876 inhibit-field-text-motion to t.
13877
13878 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
13879
13880 * locate.el (locate-command, locate-make-command-line)
13881 (locate-fcodes-file, locate-update-command)
13882 (locate-prompt-for-command, locate, locate-with-filter)
13883 (locate-get-file-positions): Doc fixes.
13884 (locate-buffer-name, locate-header-face): Remove leading `*' in
13885 defcustom.
13886 (locate-filter-output): Use `keep-lines' instead of its alias
13887 `delete-non-matching-lines'.
13888 (locate-get-filename, locate-get-dirname): Add introductory comment.
13889 (locate-find-directory-other-window): Give appropriate error
13890 message if used outside main listing.
13891
13892 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13893
13894 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
13895 the new extend-region feature.
13896 (font-lock-after-change-function): Update correspondingly.
13897 * jit-lock.el (jit-lock-after-change): Update correspondingly.
13898 * progmodes/grep.el (font-lock-lines-before): Don't disable.
13899
13900 2006-03-15 Bill Wohler <wohler@newt.com>
13901
13902 * image.el (image-load-path-for-library): Fix example by not
13903 recommending that one binds image-load-path. Just defvar it to
13904 placate compiler and only use it if previously defined.
13905
13906 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
13907
13908 * textmodes/org.el (org-insert-centered): Use `string-width' to
13909 make underlining work for wide characters.
13910 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
13911 TAB to `org-cycle', to make sure that no binding in
13912 `outline-mode-map' can supercede it.
13913
13914 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
13915
13916 * allout.el: Increment version to 2.2.1 in file commentary.
13917
13918 (allout-version): Increment to 2.2.1.
13919
13920 (allout-default-layout): New customization variable, used when the
13921 file lacks a specific allout-layout. Uses allout-layout-type for
13922 recursively nested definition.
13923
13924 (allout-layout-type): Widget defining allout layouts, necessary for
13925 self-recursive definition.
13926
13927 (allout-mode): Incorporate allout-default-layout as fallback for
13928 allout-layout.
13929
13930 (allout-layout): Mark as 'safe-local-variable', and refer mention
13931 fallback to `allout-default-layout' in absence of a specified value.
13932 (allout-passphrase-verifier-string)
13933 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
13934
13935 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
13936
13937 (allout-get-encryption-passphrase-verifier): Use correct name of
13938 passphrase verifier in docstring.
13939
13940 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
13941
13942 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
13943 elements.
13944 (gdb-find-watch-expression): Make it work for arrays too.
13945 Follow change to gdb-var-list.
13946 (gud-watch): Allow the user to enter variable name with a prexix
13947 arg. Create keybindings.
13948 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
13949 (gdb-var-list-children-handler, gdb-var-update-handler)
13950 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
13951 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
13952 Follow change to gdb-var-list.
13953 (gdb-starting): Don't show the overlay arrows when program is running.
13954
13955 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
13956 gdb-var-list.
13957
13958 2006-03-14 Bill Wohler <wohler@newt.com>
13959
13960 * image.el (image-load-path-for-library): Pass value of path
13961 rather than symbol. Always return list of directories.
13962 Guarantee that image directory comes first.
13963
13964 2006-03-14 Alan Mackenzie <acm@muc.de>
13965
13966 * font-core.el (font-lock-extend-region\(-function\)?.):
13967 New function/variable.
13968
13969 * font-lock.el (font-lock-after-change-function):
13970 Call font-lock-extend-region. Obey font-lock-lines-before.
13971 (font-lock-default-fontify-region): Remove reference to
13972 font-lock-lines-before.
13973
13974 * jit-lock.el (jit-lock-after-change):
13975 Call font-lock-extend-region. Obey font-lock-lines-before.
13976
13977 2006-03-14 David Ponce <david@dponce.com>
13978
13979 * tree-widget.el (tree-widget-themes-load-path)
13980 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13981
13982 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
13983
13984 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
13985 (rcirc-print): Mark the start of text at the end of the prompt.
13986 (rcirc-track-minor-mode): Add autoload cookie.
13987 (rcirc-update-activity-string): Add space to front of mode-line
13988 indicator.
13989
13990 2006-03-13 Miles Bader <miles@gnu.org>
13991
13992 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
13993 (rcirc-abbrev-nick): Remove function.
13994 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
13995
13996 2006-03-13 David Ponce <david@dponce.com>
13997
13998 * tree-widget.el: Handle themes across all occurrences of the main
13999 themes sub-directory found in tree-widget-themes-load-path.
14000 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14001 (tree-widget--locate-sub-directory): Return all occurrences.
14002 (tree-widget-themes-path): New function.
14003 Replace tree-widget-themes-directory, and return a list of directories.
14004 (tree-widget-set-parent-theme)
14005 (tree-widget-lookup-image): Use it.
14006
14007 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
14008
14009 * textmodes/org.el (org-link-search): Avoid self-matching of
14010 links, allow target text to be distributed over several lines.
14011 (org-search-not-link): New function.
14012 (org-set-regexps-and-options, org-get-current-options):
14013 New startup options.
14014 (org-export-as-html): Take odd-level setting from local variable.
14015 (org-fontify-emphasized-text): New option.
14016 (org-set-font-lock-defaults): Include emphasized text.
14017 (org-follow-mhe-link): Allow folder-only links, fix folder name.
14018 (org-font-lock): Customize group renamed from `org-faces'.
14019
14020 2006-03-13 John Paul Wallington <jpw@pobox.com>
14021
14022 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
14023 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
14024
14025 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
14026
14027 * cus-start.el (all): Delete :version keyword for members of the
14028 fringe group, since the entire group is new in 22.1.
14029
14030 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
14031
14032 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
14033 map if value is hexadecimal (an address).
14034 (gud-watch): Only search roots for existing watch expressions.
14035 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
14036 prevent caching problems with speedbar-update-directory-contents.
14037
14038 2006-03-12 Juri Linkov <juri@jurta.org>
14039
14040 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
14041 before comparing with `low' and `warn'.
14042
14043 * info.el (Info-dir-remove-duplicates): Move point to the
14044 beginning of the current line after deleting the entries from
14045 redundant heading. Use marker for `limit' and compare it with
14046 point before calling `re-search-forward'.
14047
14048 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
14049
14050 * simple.el (yank): Fix typo in docstring.
14051
14052 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
14053
14054 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
14055 messages, where "D" is the 6th character.
14056
14057 2006-03-11 Eli Zaretskii <eliz@gnu.org>
14058
14059 * simple.el (yank): Fix last change.
14060
14061 2006-03-11 David Ponce <david@dponce.com>
14062
14063 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
14064 merging elements from the standard ispell-dictionary-alist.
14065 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
14066 alist, and return the new alist.
14067
14068 2006-03-11 Richard Stallman <rms@gnu.org>
14069
14070 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
14071
14072 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
14073 the way it is implemented is too unclean.
14074
14075 * simple.el (kill-region, yank): Doc fix.
14076
14077 * battery.el (battery-echo-area-format): Doc fix.
14078 (battery-mode-line-format): Likewise.
14079 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
14080 (battery-linux-proc-acpi): Ignore batteries that say "charged".
14081
14082 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
14083
14084 * progmodes/octave-mod.el (octave-indent-for-comment):
14085 Behave according to do string.
14086
14087 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
14088
14089 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
14090 Be visible only if major mode is Mail Mode.
14091
14092 * textmodes/flyspell.el (flyspell-external-point-words)
14093 (flyspell-process-localwords): Fix last changes.
14094
14095 2006-03-11 Eli Zaretskii <eliz@gnu.org>
14096
14097 * calendar/holidays.el (list-holidays): Doc fix.
14098
14099 * international/mule.el (auto-coding-alist): Add .odt
14100 (OpenOffice's open document) files.
14101
14102 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
14103 document) files. Mention in the doc string the need to sync with
14104 auto-coding-alist.
14105
14106 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
14107
14108 * files.el (hack-local-variables-confirm): Don't prompt for ! if
14109 enable-local-variables is set to always query, or there is no
14110 savable variable.
14111
14112 2006-03-10 Bill Wohler <wohler@newt.com>
14113
14114 * image.el (image-load-path-for-library): Merge at least three
14115 functions from Gnus and MH-E into this one function that can now
14116 be shared.
14117
14118 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
14119
14120 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
14121 gdb-remove-mouse-face and remove help-echo too.
14122 (gdb-enqueue-input): Correct conditional clause.
14123
14124 2006-03-10 Glenn Morris <rgm@gnu.org>
14125
14126 * calendar/calendar.el (calendar-holidays): Doc fix.
14127 * calendar/holidays.el (list-holidays): Doc fix.
14128
14129 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
14130
14131 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
14132 it gets called in gdb-prompt anyway.
14133 (gdb-use-separate-io-buffer): Only restore window arrangement for
14134 gdb-many-windows.
14135 (gdb-enqueue-input): Make it harder to send GDB input when program
14136 is running.
14137 (gdb-buffer-list): New variable.
14138 (gdb-remove-mouse-face): New function.
14139 (gdb-starting): Use it when GDB input won't get sent.
14140
14141 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
14142
14143 * help.el (view-lossage): Remove trailing whitespace before
14144 inserting "\n".
14145
14146 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
14147
14148 * files.el (hack-local-variables-confirm):
14149 Set coding-system-for-read to nil before writing to .emacs.
14150
14151 * arc-mode.el (archive-extract): Check if an existing buffer name
14152 comes from a different archive.
14153
14154 * help.el (describe-key-briefly): If KEY is a down event, read and
14155 discard the up event.
14156
14157 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
14158
14159 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
14160 be edited and use font-lock-warning-face for any changes.
14161
14162 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
14163 (gdb-edit-value): Use it to report any errors.
14164
14165 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
14166
14167 * help.el (describe-key): Remove leftover test code.
14168
14169 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
14170
14171 * textmodes/org.el: Move defvars out of eval-when-compile.
14172 Use buffer-file-name variable.
14173 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
14174 arg `file'.
14175 (org-level-faces): Remove startup dependency.
14176 (org-cycle, org-map-tree, org-scan-tags)
14177 (org-remember-handler): Don't call `outline-level' directly.
14178 (org-mhe-search-all-folders): New option.
14179 (org-mhe-get-message-folder-from-index)
14180 (org-mhe-get-message-folder): Fix indexing search.
14181 (org-format-agenda-item): Handle nil TAGS argument.
14182 (org-cleaned-string-for-export, org-activate-target-links)
14183 (org-make-target-link-regexp): Deal with empty radio target list.
14184 (org-tag): New face.
14185 (org-get-level-face): New function.
14186 (org-set-font-lock-defaults): Simplify setup for headlines.
14187 (org-complete): Pass common substring to `display-completion-list'.
14188
14189 2006-03-06 David Ponce <david@dponce.com>
14190
14191 * tree-widget.el: Update Commentary header.
14192 (tree-widget-theme-name): Ignore parent themes.
14193 (tree-widget-set-parent-theme): New function.
14194 (tree-widget-set-theme): Use it.
14195 (tree-widget-set-image-properties): Move definition. Does nothing
14196 if image properties have already been set.
14197 (tree-widget-image-properties): Move definition. Receive an image
14198 name. Set the :pointer property.
14199 (tree-widget-lookup-image): Doc fix. Search in parent themes.
14200 Don't set the :pointer image property.
14201 (tree-widget-convert-widget): New function. Handle :dynargs
14202 compatibility here.
14203 (tree-widget): Use it to :convert-widget. Add the :expander-p
14204 predicate to control when the :expander function is entered.
14205 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
14206 (tree-widget-value-create): Handle :expander-p. widget-apply
14207 :expander.
14208 (tree-widget-expander-p): New function. Default value of the
14209 :expander-p property.
14210
14211 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
14212
14213 * help.el (describe-key): Properly handle the return value of
14214 read-key-sequence when grabbing an up-event. Cleanup mouse-1
14215 remaps. Handle string and vector `follow-link' values.
14216
14217 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
14218
14219 * complete.el (PC-expand-many-files): Try be more careful when parsing
14220 the shell's output.
14221
14222 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
14223
14224 * outline.el (hide-sublevels): Provide better interactive default.
14225
14226 2006-03-06 Kenichi Handa <handa@m17n.org>
14227
14228 * international/fontset.el (create-fontset-from-fontset-spec):
14229 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
14230
14231 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
14232
14233 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
14234 backslashes instead of one in regexp.
14235 (gud-tooltip-dereference): Add missing optional argument.
14236
14237 2006-03-04 John Paul Wallington <jpw@pobox.com>
14238
14239 * wdired.el (toplevel): Require `cl' at compile-time.
14240
14241 2006-03-04 Andreas Schwab <schwab@suse.de>
14242
14243 * server.el (server-process-filter): Handle errors during
14244 evaluation of the argument.
14245
14246 2006-03-03 John Paul Wallington <jpw@pobox.com>
14247
14248 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
14249 escape parentheses at beginning of line.
14250 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
14251 (t-mouse-mode): Remove period from end of error message.
14252
14253 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
14254
14255 * textmodes/flyspell.el (flyspell-process-localwords):
14256 Be case-sensitive.
14257
14258 2006-03-03 Martin Rudalics <rudalics@gmx.at>
14259
14260 * cus-edit.el (custom-quote): Remove function, since it has been
14261 moved to custom.el.
14262
14263 * font-lock.el (lisp-font-lock-keywords-2)
14264 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
14265 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
14266 they have no special meaning.
14267
14268 * midnight.el (clean-buffer-list): Handle case where base-buffer of
14269 indirect buffer gets killed before indirect buffer. Use dolist.
14270
14271 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
14272
14273 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
14274 value instead of a literal constant (1) on more pauses.
14275
14276 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
14277
14278 * textmodes/flyspell.el (flyspell-external-point-words):
14279 Be case-sensitive.
14280
14281 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
14282
14283 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
14284 with "www".
14285
14286 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
14287
14288 * allout.el: Restablish intermediate missing comment header to
14289 preserve outline structure.
14290 (allout-beginning-of-current-entry): Skip invisible text.
14291 (allout-open-topic): Fix opening a topic at end-of-buffer.
14292 (allout-minor-mode): Move nearer to allout-mode function.
14293
14294 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
14295
14296 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
14297
14298 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
14299
14300 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
14301 is nil.
14302
14303 * progmodes/gud.el (gud-speedbar-menu-items):
14304 Use buffer-local-value and add missing :visible keyword.
14305
14306 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
14307
14308 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
14309
14310 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
14311 must be `follow-link'.
14312
14313 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
14314
14315 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
14316 formatting: No nested anchors.
14317 (org-all-targets): Fix bug with XEmacs compatibility.
14318 (org-read-date): Add (require 'parse-time).
14319 (org-set-tags): Fix bug with extra inserted space.
14320 (org-export-html-style): Define a style class for targets.
14321 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
14322 (org-hide-leading-stars): New option.
14323 (org-hide): New face.
14324 (org-set-font-lock-defaults): Allow to hide leading stars.
14325 (org-get-legal-level, org-tr-level): New functions.
14326 (org-odd-levels-only): New option.
14327 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
14328 (org-demote, org-promote): Deal with double-star levels.
14329 (org-convert-to-odd-levels): New command.
14330
14331 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
14332
14333 * speedbar.el (speedbar-update-localized-contents): Try to
14334 preserve window-start.
14335 (speedbar-update-directory-contents): Try to preserve window-start
14336 and window-point.
14337 (speedbar-update-special-contents): Don't move back to start of window.
14338
14339 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
14340 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
14341 speedbar-timer-fn.
14342 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
14343 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
14344 instead of gdb-speedbar-timer-fn.
14345
14346 2006-02-28 Jay Belanger <belanger@truman.edu>
14347
14348 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
14349 (math-compose-expr): Use latex option when calling
14350 `math-compose-tex-matrix' for latex mode.
14351
14352 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
14353
14354 * speedbar.el: Re-instate comments about developing for speedbar
14355 [this is what info and gdb-ui use even if better methods exist now].
14356
14357 * t-mouse.el: New file.
14358 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
14359 (t-mouse-lispy-buffer-posn-from-coords): Remove.
14360 (t-mouse-make-event-element): Use posn-at-x-y instead.
14361 (t-mouse-make-event): Deal with Fedora Core 3.
14362 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
14363 (t-mouse-mouse-position-function): New function. Use it instead
14364 of advising mouse-position.
14365 (t-mouse-mode): New minor mode.
14366 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
14367
14368 2006-02-27 Glenn Morris <rgm@gnu.org>
14369
14370 * calendar/calendar.el (calendar-holidays): Doc fix.
14371
14372 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
14373
14374 * progmodes/gdb-ui.el (gdb-source-window): New variable.
14375 Re-introduce the concept of a source window.
14376 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
14377 consistency with get-buffer-create.
14378 (def-gdb-auto-update-handler, gdb-info-locals-handler)
14379 (gdb-data-list-register-values-handler)
14380 (gdb-stack-list-locals-handler): Try to preserve window-start as
14381 well as window-point.
14382 (gdb-display-source-buffer): New function (old concept).
14383 (gdb-goto-breakpoint): Use it.
14384
14385 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
14386 for gdb-ui/gdb-mi (old concept).
14387
14388 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
14389
14390 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
14391 binding.
14392
14393 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
14394
14395 * textmodes/reftex-sel.el (reftex-select-label-map)
14396 (reftex-select-bib-map): Add `follow-mouse' binding.
14397
14398 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
14399
14400 * jka-cmpr-hook.el (jka-compr-compression-info-list)
14401 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
14402 Give :set functions to provide automatic updating.
14403 Update docstring. Give compiler defvars early in the file
14404 and move the defcustoms to a later spot where all called functions
14405 are defined.
14406 (jka-compr-file-name-handler-entry): Doc fix.
14407 (jka-compr-compression-info-list--internal)
14408 (jka-compr-mode-alist-additions--internal)
14409 (jka-compr-load-suffixes--internal): New variables.
14410 (jka-compr-install): Set the three above variables.
14411 Update `load-file-rep-suffixes' instead of `load-suffixes'.
14412 (jka-compr-update, jka-compr-set): New functions.
14413 (auto-compression-mode): Doc fix.
14414
14415 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
14416 Update `load-file-rep-suffixes' instead of `load-suffixes'.
14417 Use jka-compr-compression-info-list--internal,
14418 jka-compr-mode-alist-additions--internal and
14419 jka-compr-load-suffixes--internal.
14420
14421 * files.el (load-library):
14422 * loadhist.el (file-loadhist-lookup):
14423 * startup.el (command-line):
14424 * subr.el (locate-library):
14425 * emacs-lisp/autoload.el (update-directory-autoloads):
14426 * emacs-lisp/find-func.el (find-library-suffixes):
14427 Use `get-load-suffixes' instead of `load-suffixes'.
14428
14429 * subr.el (locate-library):
14430 * emacs-lisp/find-func.el (find-library-name):
14431 Use `load-file-rep-suffixes' instead of '("").
14432
14433 2006-02-26 Kim F. Storm <storm@cua.dk>
14434
14435 * ido.el (ido-save-history, ido-load-history): Simplify.
14436 Don't use find-file-noselect to avoid interference from other modes.
14437
14438 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
14439
14440 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
14441 to use the default shell if filename is not available.
14442 Reported by Giorgos Keramidas.
14443
14444 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
14445
14446 * progmodes/etags.el (tags-completion-table): Do completion from
14447 all the tables in the current list, as documented in the manual.
14448
14449 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14450
14451 * CC Mode Update to 5.31.3.
14452
14453 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14454
14455 * progmodes/cc-mode.el (c-postprocess-file-styles):
14456 Bind inhibit-read-only to t, around the call to
14457 c-remove-any-local-eval-or-mode-variables, so that it works on a
14458 RO file.
14459
14460 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14461
14462 * progmodes/cc-awk.el: Correct a typo.
14463
14464 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14465
14466 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
14467 c-hungry-delete-backwards, at the request of RMS. Leave the old
14468 name as an alias.
14469
14470 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14471
14472 * progmodes/cc-mode.el: Correct a typo.
14473
14474 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14475
14476 * progmodes/cc-defs.el: Update the version number to 5.31.3.
14477
14478 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14479
14480 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
14481 brace-else-brace (error due to mbeg, mend being undefined).
14482
14483 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14484
14485 * progmodes/cc-mode.el: File Local variables: Solve the problem
14486 where both `mode' and c-file-offsets are specified: `mode' will
14487 overwrite c-f-o's settings:
14488 (c-remove-any-local-eval-or-mode-variables): New function.
14489 (c-postprocess-file-styles): Call the above new function, within
14490 c-tentative-buffer-change, to splat `mode' and `eval' before the
14491 second hack-local-variables.
14492
14493 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14494
14495 * progmodes/cc-mode.el:
14496 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
14497 (c-after-change): Protect the match data with save-match-data.
14498 It was getting corrupted by c-after-change-check-<>-operators.
14499
14500 * cc-defs.el: [Supersedes patch V1.38]:
14501 (top level): Check for a buggy font-lock-compile-keywords ONLY in
14502 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
14503
14504 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
14505 with save-match-data. It was being corrupted when Font Lock was
14506 not enabled.
14507
14508 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14509
14510 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
14511 Mode and Subword Mode.
14512
14513 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
14514 real labels ("case 1:" or "foo:") from non-labels ("public:").
14515 (c-forward-objc-directive): Replace c-forward-token-2 with crude
14516 coding; c-f-t-2 doesn't move over a token at EOB.
14517
14518 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
14519
14520 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
14521 (c-update-modeline): Concatenate the minor mode indicators
14522 directly onto mode-name, removing c-submode-indicators.
14523 Sometimes, c-s-i got separated from the mode name on the mode line.
14524
14525 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
14526 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
14527
14528 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14529
14530 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
14531 error message when there's an evaluation error to show whether
14532 it's loaded from source or not.
14533 (c-filter-ops): Make it available at runtime too to work when
14534 `c-make-init-lang-vars-fun' needs to evaluate from source.
14535
14536 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
14537
14538 * help.el (help): Revert last part of 2006-02-23 change (deletion
14539 of the `provide' call).
14540
14541 2006-02-23 Juri Linkov <juri@jurta.org>
14542
14543 * compare-w.el (compare-windows-highlight): Add new value
14544 `persistent' and change :type from `boolean' to `choice'.
14545 (compare-windows-overlays1, compare-windows-overlays2):
14546 New internal variables.
14547 (compare-windows-highlight): If compare-windows-highlight is
14548 `persistent', add current overlays to compare-windows-overlays[12]
14549 instead of adding compare-windows-dehighlight to pre-command-hook.
14550 (compare-windows-dehighlight): Delete all overlays from
14551 compare-windows-overlays[12].
14552
14553 * info.el (Info-search): Don't bind search-spaces-regexp to
14554 Info-search-whitespace-regexp in non-regexp isearch mode.
14555
14556 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
14557
14558 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
14559
14560 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
14561
14562 * textmodes/org.el (org-xemacs-p)
14563 (org-export-html-show-new-buffer, org-table-may-need-update)
14564 (org-insert-item, org-mhe-get-message-real-folder)
14565 (org-mhe-get-message-folder-from-index)
14566 (org-mhe-get-message-folder, org-mhe-get-message-num)
14567 (org-mhe-get-header, org-make-org-heading-search-string)
14568 (org-make-org-heading-camel, org-table-sort-lines)
14569 (org-format-org-table-html, org-format-table-table-html):
14570 Fix typos in docstrings.
14571
14572 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
14573
14574 * textmodes/org.el (org-cleaned-string-for-export)
14575 (org-solidify-link-text): New function.
14576 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
14577 XEmacs, just to silence the compiler.
14578 (org-export-as-ascii, org-export-as-html-and-open):
14579 Use `org-cleaned-string-for-export' and create internal links.
14580 (org-follow-mhe-link): Require mh-e, use folder.
14581
14582 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
14583
14584 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
14585
14586 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
14587 gdb-debug-log-length.
14588 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
14589 it a real ring but...
14590 (gud-gdba-marker-filter): ...make it work like mark-ring.
14591 (gdb-enable-debug): Rename from gdb-enable-debug-log.
14592 (gdb-mouse-jump): New function. Add bindings.
14593
14594 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
14595
14596 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
14597 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
14598 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
14599 (gdb-debug-log-length): Customize it's length.
14600 (gud-watch, gdb-var-create-handler): Display function::var format
14601 but don't use to create variable object.
14602 (gdb-var-create-handler): Use message-box in place of message.
14603 (gdb-stopped): Call gdb-exited if signalled.
14604
14605 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
14606
14607 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
14608
14609 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
14610
14611 * textmodes/reftex.el (reftex-locate-file): Search all extensions
14612 if `reftex-try-all-extensions' is set.
14613
14614 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
14615 fail silently when there is no valid argument at point.
14616 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
14617 `fail-silently' argument. From a patch by David Reiter.
14618
14619 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
14620 New commands.
14621 (org-mark-ring): New variable.
14622 (org-mark-ring-length): New option.
14623 (org-open-at-point, org-goto, org-open-file): Push old position
14624 onto the mark ring.
14625 (org-add-hook): New function.
14626 (org-export-table-remove-special-lines): New option.
14627 (org-skip-comments, org-format-org-table-html): Respect new
14628 option `org-export-table-remove-special-lines'.
14629 (org-open-file): Allow special command configuration for
14630 directory link.
14631 (org-file-apps): Fix bugs in customize type, added setting
14632 for directories.
14633 (org-activate-tags, org-format-agenda-item, org-complete)
14634 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
14635 (org-get-tags, org-get-buffer-tags, org-open-at-point)
14636 (org-link-search, org-make-org-heading-search-string)
14637 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
14638 (org-radio-targets, org-file-link-context-use-camel-case)
14639 (org-activate-camels): New options.
14640 (org-update-radio-target-regexp, org-all-targets)
14641 (org-make-target-link-regexp, org-activate-target-links):
14642 New functions.
14643 (org-make-org-heading-search-string): New function.
14644 (org-store-link, org-insert-link): Use new option
14645 `org-file-link-context-use-camel-case'.
14646 (org-activate-camels): Use new option `org-activate-camels'.
14647 (org-link-regexp): Add mhe prefix.
14648 (org-open-at-point, org-store-link): Support for mhe links.
14649 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
14650 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
14651 (org-mhe-get-header, org-follow-mhe-link): New functions.
14652 (org-remove-angle-brackets, org-add-angle-brackets):
14653 New functions.
14654 (org-bracket-link-regexp): New constant.
14655 (org-read-date): Fix bug that was rejecting all typed dates.
14656 (org-link-search): Make hierarchy above visible after a match.
14657 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
14658 (org-store-link): Fix bug with link creation when cursor is in
14659 an empty line.
14660 (org-open-at-point): Fix bug with matching a link.
14661 Fixed buggy argument sequence in call to `org-view-tags'.
14662 (org-compile-prefix-format): Set `org-prefix-has-tag'.
14663 (org-prefix-has-tag): New variable.
14664 (org-format-agenda-item): Remove tags from headline
14665 if appropriate.
14666 (org-agenda-remove-tags-when-in-prefix): New option.
14667
14668 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
14669
14670 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
14671 Fix the regular expressions.
14672
14673 2006-02-21 Richard M. Stallman <rms@gnu.org>
14674
14675 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
14676 if there's no other specific basis.
14677
14678 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
14679 as variables at all.
14680 (unsafep-variable): Rename arg; doc fix.
14681
14682 * abbrevlist.el (list-one-abbrev-table): Add autoload.
14683
14684 * calendar/appt.el (diary-selective-display): Add defvar.
14685
14686 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
14687
14688 * isearch.el (search-whitespace-regexp): Fix custom type.
14689
14690 * help.el (describe-key-briefly): Compute interactive args
14691 in same was as before previous change.
14692
14693 * files.el (enable-local-variables): Doc fix.
14694
14695 2006-02-21 Kim F. Storm <storm@cua.dk>
14696
14697 * fringe.el: Cleanup as file is now pre-loaded.
14698 (fringe-bitmaps): Initialize unconditionally.
14699 (fringe-mode, set-fringe-style): Remove autoload cookies.
14700
14701 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
14702
14703 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
14704 `horizontal-bar'.
14705 (fringe-cursor-alist): Use `horizontal-bar'.
14706
14707 2006-02-20 Kim F. Storm <storm@cua.dk>
14708
14709 * fringe.el (fringe-bitmaps): Update to new bitmap names.
14710 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
14711
14712 * loadup.el: Load "fringe" on window systems.
14713
14714 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
14715
14716 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
14717 out of scope components.
14718
14719 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
14720 default.
14721
14722 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
14723
14724 * custom.el (customize-mark-to-save, customize-mark-as-set):
14725 Load the symbol first.
14726
14727 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
14728
14729 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
14730 strech spec so it doesn't display as "^J" on the header line
14731 when `Buffer-menu-use-header-line' is t.
14732
14733 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
14734
14735 * speedbar.el (speedbar-make-button): Keep text properties
14736 of string arguments if desired.
14737
14738 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
14739 expessions.
14740
14741 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
14742 of speedbar.
14743
14744 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
14745
14746 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
14747 to value of `read-file-name-completion-ignore-case'.
14748
14749 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
14750
14751 * custom.el (customize-mark-as-set): Push to `user' theme.
14752
14753 * cus-edit.el (custom-save-variables): Allow unthemed values.
14754 (customize-set-variable): Push setting to `user' theme.
14755
14756 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
14757
14758 * progmodes/gud.el: Don't require font-lock as it's now
14759 automatically loaded.
14760 (gud-speedbar-buttons): Replace gdb-var-changed with
14761 gdb-force-update.
14762
14763 * progmodes/gdb-ui.el (gdb-force-update): Rename from
14764 gdb-var-changed.
14765 (gdb-post-prompt): Use it.
14766 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14767 (gdb-var-update-handler, gdb-var-delete)
14768 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
14769 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
14770 gdb-force-update in gdb-post-prompt.
14771 (gdb-reset): Clear watch expressions from speedbar when quitting.
14772
14773 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14774
14775 * viper-cmd.el (viper-insert-state-post-command-sentinel)
14776 (viper-change-state-to-vi, viper-change-state-to-emacs):
14777 Make aware of cursor coloring in the Emacs state.
14778 (viper-special-read-and-insert-char): Use read-char-exclusive.
14779 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
14780
14781 * viper-init.el (viper-emacs-state-cursor-color): New variable.
14782
14783 * viper-util.el (viper-save-cursor-color)
14784 (viper-get-saved-cursor-color-in-replace-mode)
14785 (viper-get-saved-cursor-color-in-insert-mode)
14786 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
14787 state.
14788 (viper-get-saved-cursor-color-in-emacs-mode): New function.
14789
14790 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
14791 (ediff-ignore-case-option3, ediff-actual-diff-options)
14792 (ediff-actual-diff3-options): New variables to control case sensitivity.
14793 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
14794 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
14795 (ediff-toggle-ignore-case): New function.
14796 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
14797
14798 * ediff-help.el (ediff-long-help-message-narrow2)
14799 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
14800 (ediff-long-help-message-word-mode): Add ignore-case command.
14801 (ediff-help-for-quick-help): Add ignore-case command.
14802
14803 * ediff-merg.el: Move provide to the end.
14804
14805 * ediff-ptch.el: Move provide to the end.
14806
14807 * ediff-wind.el: Move provide to the end.
14808
14809 * ediff-mult.el: Move provide to the end.
14810 (ediff-set-meta-overlay): Enable follow-link.
14811
14812 * ediff.el: Move provide to the end.
14813 Break recursive load cycle in eval-when-compile.
14814 (ediff-patch-buffer): Better heuristics.
14815
14816 * ediff-util.el: Move provide to the end.
14817 Break recursive load cycle in eval-when-compile.
14818 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
14819 defuns.
14820 (ediff-submit-report): Pass the values of ediff-diff3-program,
14821 ediff-diff3-options.
14822
14823 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
14824
14825 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
14826 the opening bracket of the following bracketing pairs: {}, [], (), <>,
14827 `' (for example, in the docstring of `windmove-default-keybindings').
14828
14829 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
14830
14831 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
14832 shadow face. Don't provide binding to edit variable when it is
14833 out of scope.
14834
14835 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
14836 (gdb-var-update-handler): Detect out of scope variables with pre
14837 GDB 6.4 too.
14838 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
14839 Reset status of variable objects to nil in update handlers.
14840 (gdb-var-update-handler-1): Detect when a variable object comes
14841 in scope. setcar on var changes gdb-var-list directly.
14842
14843 2006-02-17 Juri Linkov <juri@jurta.org>
14844
14845 * ffap.el (ffap) <defface>: Add explicit face declaration.
14846 (ffap-highlight): Use face `ffap' directly instead of checking
14847 for its existence.
14848
14849 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
14850 `visible-ok' of `other-buffer' to find the right original buffer.
14851
14852 * info.el (Info-search): Skip `Local Variables' node.
14853
14854 2006-02-17 Juri Linkov <juri@jurta.org>
14855
14856 * info.el (Info-find-file): Check for symbols `apropos', `history',
14857 `toc' in the input filename, and return these symbols as is.
14858 (Info-find-node-2): Set Info-current-file to symbols `apropos',
14859 `history', `toc' instead of strings.
14860 (Info-set-mode-line): For non-string Info-current-file use the
14861 symbol's name inside **.
14862 (Info-isearch-push-state): Add quote before Info-current-file and
14863 Info-current-node.
14864 (Info-isearch-pop-state): Use `equal' instead of `string='.
14865 (Info-extract-pointer, Info-following-node-name): Use
14866 `match-string-no-properties' instead of `match-string'.
14867 (Info-up): Check `old-file' for `stringp'.
14868 (Info-history): Use `equal' instead of `string-equal'.
14869 Check `file' for `stringp'.
14870 (Info-history): Use symbol `history' instead of string as first arg
14871 of `Info-find-node'.
14872 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
14873 `toc' instead of string.
14874 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
14875 instead of `buffer-substring', and `match-string-no-properties'
14876 instead of `match-string'.
14877 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
14878 instead of strings.
14879 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
14880 Use symbol `apropos' instead of string.
14881 (Info-copy-current-node-name): Check `Info-current-file' for
14882 `stringp' and construct a command with `Info-find-node' from it.
14883 (Info-fontify-node): Use `match-string-no-properties' instead of
14884 `match-string' and check file names for `stringp'.
14885 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
14886 `history', `toc' instead of strings.
14887
14888 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
14889
14890 * files.el: Rearrange functions and variables in the file local
14891 variables section.
14892
14893 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
14894
14895 * files.el: Add truncate-lines, ispell-check-comments and
14896 ispell-local-dictionary as safe local variables.
14897
14898 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
14899
14900 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
14901 out of scope variables.
14902 (gud-speedbar-buttons): Use unless.
14903
14904 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
14905 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
14906 (gdb-show-changed-values): Also use for out of scope variables.
14907 (gdb-var-update-handler-1): Note if variable goes out of scope.
14908
14909 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
14910
14911 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
14912 default to global variable values for unsupplied args.
14913 (rcirc-get-buffer-create): Fix bug with setting the target.
14914 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
14915 test for rcirc-always-use-server-buffer-flag here.
14916 (rcirc-response-formats): Add %N, which is a facified nick. %n
14917 uses the default face. Change the ACTION format string. If the
14918 "nick" is the server, don't print anything for that field.
14919 Comment fixes.
14920 (rcirc-target-buffer): Don't test
14921 rcirc-always-use-server-buffer-flag here.
14922 (rcirc-print): Squeeze extra spaces out of the text before message.
14923 (rcirc-put-nick-channel): Strip potential "@" char from nick
14924 before adding them to nick table.
14925 (rcirc-url-regexp): Improve to match address like "foo.com".
14926
14927 2006-02-17 Eli Zaretskii <eliz@gnu.org>
14928
14929 * allout.el (allout-hidden-p): Move this defsubst before
14930 allout-overlay-interior-modification-handler, where it is first
14931 used.
14932
14933 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
14934
14935 * allout.el: Use allout invisible-text overlays instead of
14936 selective display for concealed text. Also, lots of general
14937 cleanup, and improved compatibility code.
14938
14939 (allout-version): Incremented, corrected, revised, and refined
14940 module commentary.
14941
14942 (provide 'allout): Moved to the bottom, added a require of overlay.
14943
14944 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
14945 `except-current'.
14946 (allout-write-file-hook-handler): Minimize delay.
14947 (count-trailing-whitespace-region): New function so
14948 auto-encryption of current topic can resituate cursor exactly.
14949 PGP/GPG encryption trims trailing whitespace from lines, which
14950 must be accounted for across encryption then decryption.
14951
14952 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
14953 just plain "\C-c", to avoid intruding on user's keybinding space.
14954
14955 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
14956 parameter, so user request to provide a new password is done.
14957
14958 (allout-outside-normal-auto-fill-function, allout-auto-fill):
14959 Refined mechanism for auto-filling behavior while in allout mode.
14960
14961 (allout-mode): Explicitly specify the mode map in the docstring.
14962 Clarify provision for various write-file hook var names.
14963 Adjusted for invisible-text overlays instead of selective-display.
14964
14965 (allout-depth): Really return 0 if not within any topic. This
14966 rectifies `allout-beginning-of-level' and sequence numbering
14967 errors that occur when cutting and pasting numbered topics.
14968 Changed from a in-line subst to a regular function, as well.
14969
14970 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
14971
14972 (allout-end-of-subtree, allout-end-of-subtree)
14973 (allout-end-of-entry, allout-end-of-current-heading)
14974 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
14975 (allout-show-children, allout-show-to-offshoot)
14976 (allout-hide-current-entry, allout-show-current-entry): Rectified
14977 handling of trailing blank lines between items.
14978
14979 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
14980 (allout-current-depth, allout-unprotected, allout-hidden-p)
14981 (allout-on-current-heading-p, allout-listify-exposed)
14982 (allout-chart-subtree, allout-goto-prefix)
14983 (allout-back-to-current-heading, allout-get-body-text)
14984 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
14985 (allout-hide-region-body, allout-toggle-subtree-encryption)
14986 (allout-encrypt-string, allout-encrypted-key-info)
14987 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
14988 (allout-file-vars-section-data): Adjusted for use with
14989 invisible-text overlays instead of selective-display.
14990
14991 (allout-kill-line, allout-kill-topic, allout-yank-processing):
14992 Reworked for use with invisible text overlays.
14993
14994 (allout-current-topic-collapsed-p): New function.
14995
14996 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
14997 to know when to close the containing topic.
14998
14999 (allout-pre-command-business, allout-post-command-business):
15000 Simplify undo-batching and dynamic isearch exposure.
15001
15002 (allout-set-overlay-category): New for invisible-text overlays.
15003 Sets properties of allout-overlay-category, used by
15004 allout-flag-region to set invisible-text overlay properties.
15005 (allout-get-invisibility-overlay): Get the first qualifying
15006 invisibility overlay, so we can find the extent of it.
15007 (allout-back-to-visible-text): Get to just before the beginnining
15008 of the current invisibility overlay, if any.
15009
15010 (allout-overlay-insert-in-front-handler)
15011 (allout-overlay-interior-modification-handler)
15012 (allout-before-change-handler, allout-isearch-end-handler): New
15013 functions to handle extraordinary actions affecting concealed
15014 text.
15015
15016 (allout-flag-region): Use overlays instead of selective-display
15017 for invisible text - by inheritence from the properties of
15018 allout-overlay-category in mainline Emacs, and applied
15019 property-by-property in XEmacs, some recent versions of which
15020 don't inherit the properties from the category. Provisions to
15021 respond to concealed-text edits simplified drastically.
15022
15023 (allout-isearch-rectification, allout-isearch-was-font-lock)
15024 (allout-isearch-expose, allout-enwrap-isearch)
15025 (allout-isearch-abort, allout-pre-was-isearching)
15026 (allout-isearch-prior-pos, allout-isearch-did-quit)
15027 (allout-isearch-dynamic-expose)
15028 (allout-hide-current-entry-completely): Functions deleted.
15029
15030 (allout-undo-aggregation): Explicit undo aggregation no longer
15031 necessary due to transition away from selective-display.
15032
15033 (set-allout-regexp, allout-up-current-level)
15034 (allout-next-visible-heading, allout-forward-current-level)
15035 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
15036 (allout-kill-line, allout-yank-processing, allout-show-children)
15037 (allout-expose-topic, allout-old-expose-topic)
15038 (allout-listify-exposed, allout-insert-latex-header)
15039 (allout-toggle-subtree-encryption, allout-encrypt-string)
15040 (remove-from-invisibility-spec, allout-hide-current-subtree):
15041 Ditched unused variables.
15042
15043 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
15044
15045 * textmodes/ispell.el (ispell-change-dictionary): Call
15046 ispell-buffer-local-dict instead of
15047 ispell-accept-buffer-local-defs.
15048 (ispell-local-dictionary-alist): Accept as valid any coding-system
15049 supported by Emacs.
15050 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
15051 changed to iso-8859-3.
15052
15053 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
15054
15055 * speedbar.el (speedbar-frame-width): Make an inline function
15056 instead of a macro. Use frame-width.
15057 (speedbar-try-completion, speedbar-update-contents)
15058 (speedbar-timer-fn): Use consp.
15059 (speedbar-update-localized-contents): Try to preserve point.
15060
15061 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
15062 (menu): Re-order menu items.
15063 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
15064 field.
15065 (gdb-var-update-handler-1): Use it for GDB 6.4+.
15066 (gdb-post-prompt): Speed things by not forcing update.
15067
15068 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
15069
15070 * wid-edit.el (widget-button-click): For mouse-1, cancel button
15071 press and perform default action if we get a mouse movement event.
15072
15073 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
15074
15075 * calendar/icalendar.el (icalendar--get-event-property)
15076 (icalendar--get-event-property-attributes): Fix typos in
15077 docstrings.
15078
15079 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
15080 docstring.
15081
15082 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
15083
15084 * bs.el (bs-mode): Use `buffer-disable-undo'.
15085 (bs--get-file-name): Simplify.
15086 (bs-show-in-buffer): Mark the buffer as not modified.
15087
15088 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
15089
15090 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
15091 widget-button-click.
15092
15093 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
15094 (custom-mode): Update docstring.
15095
15096 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
15097 binding.
15098
15099 * files.el (hack-local-variables-confirm): Allow scrolling if the
15100 file variable list is too long. Kill temp buffer after use.
15101
15102 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
15103
15104 * progmodes/gud.el (gdb): Improve doc string.
15105 (gdb-script-font-lock-keywords): Expand allowed character set.
15106
15107 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
15108 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
15109 (gdb-separate-io-interrupt, gdb-separate-io-quit)
15110 (gdb-separate-io-stop, gdb-separate-io-eof):
15111 Rename from gdb-inferior-* to gdb-separate-*.
15112 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
15113
15114 2006-02-14 Jay Belanger <belanger@truman.edu>
15115
15116 * calc/calc-arith.el (math-check-known-scalarp): Make sure
15117 expression is a symbol before checking that it is bound.
15118
15119 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
15120 test to see if equation can be solved.
15121
15122 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
15123
15124 * wid-edit.el (widget-button-click): Use :pressed-face property
15125 for overlay face, if it exists.
15126
15127 * cus-edit.el (custom-manual, custom-add-see-also)
15128 (custom-add-parent-links, custom-group-link): Add :pressed-face
15129 property to links.
15130
15131 * files.el (hack-local-variables): Remove ignored variables before
15132 checking if any variables need setting.
15133
15134 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15135
15136 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
15137
15138 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
15139
15140 * help.el (where-is): Fix message for remapped commands.
15141
15142 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
15143 Fix typos in docstrings.
15144
15145 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
15146
15147 * files.el (safe-local-variable-values): New option.
15148 (hack-local-variables-prop-line): Return a list of variable-value
15149 pairs if MODE-ONLY is non-nil.
15150 (hack-local-variables): Construct list of variable-value pairs,
15151 and apply or reject them in one go. Ask for confirmation if
15152 variables are not known safe.
15153 (hack-local-variables-confirm): Complete rewrite. Support
15154 `safe-local-variable-values'.
15155 (enable-local-variables): Update docstring to reflect new
15156 behavior.
15157 (ignored-local-variables): Ignore ignored-local-variables and
15158 safe-local-variable-values.
15159 (safe-local-variable-p): New function.
15160 (risky-local-variable-p): `safe-local-variable' property check
15161 moved to safe-local-variable-p.
15162 (hack-one-local-variable): Checks moved to hack-local-variables.
15163
15164 (byte-compile-dynamic, c-basic-offset, c-file-style)
15165 (c-indent-level, comment-column, fill-column, fill-prefix)
15166 (indent-tabs-mode, kept-new-versions, no-byte-compile)
15167 (no-update-autoloads, outline-regexp, page-delimiter)
15168 (paragraph-start, paragraph-separate, sentence-end)
15169 (sentence-end-double-space tab-width, version-control):
15170 Add `safe-local-variable' property.
15171
15172 * find-lisp.el: Delete nonexistent `autocompile' file variable.
15173
15174 * icomplete.el, play/landmark.el: Change nonexistent
15175 `outline-layout' file variable to `allout-layout'.
15176
15177 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
15178
15179 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
15180 (gdb-get-changed-registers): Test value of gud-minor-mode relative
15181 to gud-comint-buffer.
15182 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
15183 gdb-ui.el for gdb-mi.el.
15184 (gdb-post-prompt, gdb-get-changed-registers): Move test for
15185 registers buffer to gdb-get-changed-registers.
15186 (gdb-breakpoint-regexp): New regexp. Allow toggling and
15187 deletion of catchpoints (throw and catch).
15188 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
15189 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
15190 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
15191 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
15192 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
15193
15194 2006-02-13 Jay Belanger <belanger@truman.edu>
15195
15196 * calc/calc-arith.el (math-check-known-matrixp): Make sure
15197 expression is a symbol before checking that it is bound.
15198
15199 2006-02-13 Richard M. Stallman <rms@gnu.org>
15200
15201 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
15202 for the minibuffer too, but not if resize-mini-windows will interfere.
15203
15204 * help.el (describe-key-briefly, describe-key): Do all arg-reading
15205 inside `interactive' spec.
15206 (describe-key-briefly-internal, describe-key-internal):
15207 Functions merged back into their callers.
15208
15209 2006-02-13 Martin Rudalics <rudalics@gmx.at>
15210
15211 * info.el (info-xref-visited): Inherit from info-xref too.
15212 (Info-set-mode-line): Replace occurrences of `%' by `%%'
15213 when propertizing Info-current-file and Info-current-node.
15214
15215 2006-02-13 Juri Linkov <juri@jurta.org>
15216
15217 * tumme.el (tumme-thumbnail-storage): Fix docstring.
15218 (tumme-thumb-name): Fix per-directory format.
15219
15220 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
15221
15222 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
15223
15224 2006-02-12 Miles Bader <miles@gnu.org>
15225
15226 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
15227
15228 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
15229
15230 * tumme.el: Remove history section. If someone needs the it, it
15231 can always be found in CVS.
15232
15233 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
15234
15235 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
15236 about the Thumbnail Managing Standard option.
15237
15238 2006-02-12 Richard M. Stallman <rms@gnu.org>
15239
15240 * subr.el (substitute-key-definition): Doc fix.
15241
15242 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
15243
15244 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
15245
15246 * info.el (Info-mode): Doc fix.
15247
15248 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
15249
15250 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
15251
15252 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
15253 because on Solaris a POSIX compatible "id" is needed. Reported by
15254 Magnus Henoch <mange@freemail.hu>.
15255
15256 2006-02-12 Juri Linkov <juri@jurta.org>
15257
15258 * tumme.el: Remove todo item about Thumbnail Managing Standard.
15259 (tumme) <defgroup>: Change :group to `multimedia'.
15260 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
15261 Managing Standard.
15262 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
15263 Fix dostring.
15264 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
15265 and %y. Fix docstring.
15266 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
15267 (tumme-cmd-create-standard-thumbnail-command): New user options.
15268 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
15269 is `standard'. Fix docstring.
15270 (tumme-thumb-width, tumme-thumb-height): New user options.
15271 (tumme-external-viewer): Try to find various viewers.
15272 (tumme-get-thumbnail-image): Use `create-image' instead of
15273 constructing the `image' structure.
15274 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
15275 `standard'.
15276 (tumme-thumb-name): Add file name generation for standard storage.
15277 Simplify code for other storages.
15278 (tumme-thumb-name): Use width %w and height %h instead of size %s.
15279 Add modification time %m and thumbnail-nq8 %q.
15280 Use `tumme-cmd-create-standard-thumbnail-command' if
15281 tumme-thumbnail-storage is `standard'.
15282 (tumme-dired-insert-marked-thumbs): New autoload command.
15283 (tumme-dired-after-readin-hook): New function.
15284 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
15285 `tumme-thumb-size'.
15286 (tumme-display-image): Replace size-x %x and size-y %y with
15287 width %w and height %h.
15288
15289 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
15290 `tumme-dired-insert-marked-thumbs'.
15291
15292 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
15293
15294 * tumme.el (tumme-write-tag): Fix small bug (file name did not
15295 include path).
15296 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
15297 matching tag.
15298
15299 2006-02-12 Miles Bader <miles@gnu.org>
15300
15301 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
15302 New variables.
15303 (rcirc-abbrev-nick): New function.
15304 (rcirc-format-response-string): Rewrite to use the formats in
15305 `rcirc-response-formats' and expand escape sequences therein.
15306 A text-property `rcirc-text' is added over the actual response
15307 text to make easy to find inside the returned string.
15308 (rcirc-print): When filling, just look for the `rcirc-text'
15309 text-property to find the appropriate fill prefix, instead of
15310 using hardwired patterns.
15311
15312 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
15313
15314 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
15315 Managing Standard.
15316
15317 2006-02-11 Kim F. Storm <storm@cua.dk>
15318
15319 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
15320 Don't use insert-buffer; do insert-buffer-substring directly.
15321 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
15322
15323 2006-02-11 Martin Rudalics <rudalics@gmx.at>
15324
15325 * files.el (revert-buffer, recover-file): Replace buffer-read-only
15326 with inhibit-read-only. Suggested by Stefan Monnier.
15327 (revert-buffer): Let insert-file-contents discard
15328 buffer-undo-list. Simplify code.
15329 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
15330
15331 2006-02-11 Eli Zaretskii <eliz@gnu.org>
15332
15333 * menu-bar.el (menu-bar-select-yank): Add a doc string.
15334
15335 * help.el (describe-key-briefly): Now a wrapper for
15336 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
15337 to t. Populate yank-menu if empty.
15338 (describe-key-briefly-internal): Renamed from describe-key-briefly.
15339 (describe-key): Now a wrapper for describe-key-internal. Bind
15340 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
15341 (describe-key-internal): Renamed from describe-key.
15342
15343 2006-02-11 Milan Zamazal <pdm@zamazal.org>
15344
15345 * progmodes/glasses.el (glasses-separator): Doc fix.
15346 (glasses-original-separator): New defcustom.
15347 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
15348
15349 2006-02-11 Martin Rudalics <rudalics@gmx.at>
15350
15351 * mwheel.el (mouse-wheel-up-event): Doc fix.
15352
15353 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
15354
15355 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
15356 (tumme-dir): New function. Copied from thumbs.el.
15357
15358 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
15359
15360 * desktop.el (desktop-outvar): Fix typo.
15361 (desktop-save-buffer-p): Doc fix.
15362
15363 * subr.el (substitute-key-definition): Fix typo.
15364
15365 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15366
15367 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
15368 when window-system is mac.
15369
15370 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
15371
15372 2006-02-10 Kim F. Storm <storm@cua.dk>
15373
15374 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
15375 indirect-function instead of using condition-case.
15376
15377 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
15378
15379 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
15380 less `colloquial'...
15381
15382 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
15383
15384 * tumme.el: Add a couple of todo items.
15385
15386 2006-02-09 Lars Hansen <larsh@soem.dk>
15387
15388 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
15389 (highlight-changes-mode): Don't change desktop-locals-to-save.
15390
15391 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
15392
15393 * image-mode.el (image-toggle-display): Clear image cache if using
15394 filename.
15395
15396 2006-02-09 Masatake YAMATO <jet@gyve.org>
15397
15398 * dired-x.el (dired-guess-shell-alist-default): Add .man as
15399 a `dired-man' target.
15400
15401 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
15402 boundary of symbols.
15403
15404 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
15405
15406 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
15407
15408 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
15409
15410 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
15411 `mapcar'; return nil.
15412
15413 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
15414
15415 * mouse.el (mouse-drag-track): Don't change window if we rebind to
15416 some other event.
15417
15418 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
15419
15420 * net/rcirc.el (rcirc-startup-channels-alist):
15421 Add irc.freenode.net and #emacs as defaults.
15422 (rcirc-ignore-all-activity-flag): Remove variable.
15423 (rcirc-authinfo): New variable.
15424 (rcirc-authinfo-filename): Remove variable.
15425 (rcirc-always-use-server-buffer-flag): New flag.
15426 (rcirc): M-x rcirc will automatically connect without prompting.
15427 C-u M-x rcirc will prompt. Use rcirc-connect to create a
15428 connection in lisp.
15429 (rcirc-process-server-response-1): Remove everything but the nick
15430 portion of the sender so it doesn't need to be done everywhere
15431 else. Update related code.
15432 (global-map): Remove global keybindings.
15433 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
15434 (rcirc-send-input): Split into several functions.
15435 (rcirc-process-input-line, rcirc-process-message)
15436 (rcirc-process-command): New functions.
15437 (rcirc-target-buffer): New function to determine where to route
15438 messages.
15439 (rcirc-user-nick): Save match data.
15440 (rcirc-toggle-ignore-buffer-activity)
15441 (rcirc-update-activity-string): Remove global ignore functionality,
15442 which can be done now by toggling rcirc-track-minor-mode.
15443 (rcirc-track-minor-mode-map): New keymap.
15444 (rcirc-track-minor-mode): New minor-mode.
15445 (ignore): Make the ignore output nicer. Always print it when
15446 adding or removing nicks.
15447 (rcirc-url-regexp): Improve.
15448 (rcirc-mangle-text): Remove properties before using text in the
15449 modeline.
15450 (rcirc-authenticate): Authentication data comes from
15451 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
15452 (rcirc-server-prefix): Inherit from rcirc-server.
15453
15454 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
15455
15456 * Makefile.in (compile): Append "|| true" to the end of the `find'
15457 command, like compile-always does.
15458
15459 2006-02-08 Sam Steingold <sds@gnu.org>
15460
15461 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
15462 output from a dead connection.
15463
15464 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
15465
15466 * dired.el (dired-mode-map): Add more bindings for tumme.
15467
15468 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
15469
15470 * wdired.el (wdired-mode-map): Use remap.
15471 (wdired-get-filename): Massage.
15472 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
15473 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
15474 `keymap' property rather than `local-map'.
15475
15476 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
15477
15478 * tumme.el (tumme-get-thumbnail-image): New utility function.
15479 Suggested by from Chong Yidong.
15480 (tumme-dired-with-window-configuration): Rename from
15481 `tumme-dired'. Add code to save window configuration.
15482 (tumme-restore-window-configuration): New command to restore the
15483 window configuration that `tumme-dired-with-window-configuration'
15484 saves before it changes the window configuration.
15485 (tumme-show-all-from-dir): New command to display thumbnails for
15486 all files in a directory entered by the user, like M-x thumbs.
15487 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
15488 have been created.
15489 (tumme-display-thumbnail-original-image): Call `display-buffer'.
15490 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
15491 Remove obsolete test function.
15492
15493 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
15494
15495 * vc.el (small-temporary-file-directory): Remove defvar; there's
15496 a defcustom for it in files.el.
15497
15498 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
15499 Fix typo in message.
15500 (tumme-gallery-generate): Fix typo in `error' message.
15501 (tumme-display-window-height-correction)
15502 (tumme-display-window-width-correction, tumme-line-up-dynamic)
15503 (tumme-line-up-interactive): Dox fixes.
15504 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
15505 (tumme-restore-window-configuration, tumme-format-properties-string)
15506 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
15507 Fix typos in docstrings.
15508
15509 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
15510
15511 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
15512
15513 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
15514
15515 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
15516 User should use hook if desired.
15517
15518 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
15519 buffer if necessary.
15520 (gdb-delete-frame-or-window): New function.
15521 (gdb-breakpoints-mode-map): Bind "q" to it.
15522
15523 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
15524
15525 * textmodes/nroff-mode.el: Clean up name space.
15526 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
15527 (nroff-mode): Obey the global setting of nroff-electric-mode.
15528 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
15529
15530 * calendar/calendar.el (calendar-increment-month): Typo in last change.
15531
15532 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
15533
15534 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
15535
15536 2006-02-06 Lars Hansen <larsh@soem.dk>
15537
15538 * generic-x.el (etc-fstab-generic-mode): Add file system types
15539 cifs and usbdevfs. Allow special chars in file names.
15540
15541 2006-02-05 Jay Belanger <belanger@truman.edu>
15542
15543 Update copyright notices of the files in lisp/calc.
15544
15545 2006-02-05 Romain Francoise <romain@orebokech.com>
15546
15547 Update copyright notices of all files in the lisp/play directory.
15548
15549 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
15550
15551 * ldefs-boot.el: Regenerate.
15552
15553 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
15554
15555 2006-02-05 Kim F. Storm <storm@cua.dk>
15556
15557 * files.el (magic-mode-regexp-match-limit): New defvar.
15558 (set-auto-mode): Use it to limit magic-mode-alist matching.
15559
15560 2006-02-04 Eli Zaretskii <eliz@gnu.org>
15561
15562 * info.el (Info-index, Info-mode): Improve the description of the
15563 `i' command.
15564
15565 * ldefs-boot.el: Regenerate.
15566
15567 2006-02-03 Werner Lemberg <wl@gnu.org>
15568
15569 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
15570 greedy to find the closing bracket in \*[...] and similar
15571 expressions. This is a first rough fix -- many additional
15572 refinements are necessary to make nroff mode really usable with groff.
15573
15574 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
15575
15576 * international/mule-cmds.el (set-locale-environment):
15577 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
15578 libX11.
15579
15580 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
15581
15582 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
15583 archive are created in archive-tmpdir.
15584
15585 2006-02-02 John Paul Wallington <jpw@pobox.com>
15586
15587 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
15588 (ibuffer-fontification-alist): Use it.
15589 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
15590 to "* z" and the Ibuffer Mark menu.
15591
15592 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
15593
15594 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
15595
15596 * textmodes/table.el (*table--cell-describe-mode)
15597 (*table--cell-describe-bindings): Undo last change since
15598 print-help-return-message is not obsoleted by anything at all.
15599
15600 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
15601
15602 * emulation/cua-base.el (cua-mode): Doc fix.
15603
15604 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
15605
15606 * dframe.el (dframe-handle-make-frame-visible)
15607 (dframe-handle-iconify-frame, dframe-get-focus)
15608 (dframe-select-attached-frame, dframe-power-click)
15609 (dframe-frame-mode): Fix typos in docstrings.
15610
15611 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
15612 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
15613 Fix typos in docstrings.
15614
15615 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
15616 (hi-lock-face-buffer, hi-lock-font-lock-hook)
15617 (hi-lock-archaic-interface-message-used)
15618 (hi-lock-file-patterns-range): Fix typos in docstrings.
15619
15620 * savehist.el (savehist-loaded, savehist-load, savehist-install)
15621 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
15622
15623 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
15624 Fix typo in docstring.
15625
15626 * net/newsticker.el (newsticker--decode-iso8601-date)
15627 (newsticker--set-customvar, newsticker--buffer-insert-item)
15628 (newsticker--do-run-auto-mark-filter)
15629 (newsticker--parse-generic-feed): Doc fixes.
15630 (newsticker--retrieval-timer-list, newsticker-url-list)
15631 (newsticker-hide-immortal-items-in-echo-area)
15632 (newsticker-hide-obsolete-items-in-echo-area)
15633 (newsticker-new-item-face, newsticker--enclosure)
15634 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
15635 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
15636 (newsticker--parse-generic-feed, newsticker--cache-contains)
15637 (newsticker--stat-num-items, newsticker-download-enclosures):
15638 Fix typos in docstrings.
15639
15640 * net/rcirc.el (rcirc-debug): Doc fix.
15641 (rcirc-fill-column, rcirc-receive-message-hooks)
15642 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
15643 (rcirc-mode, rcirc-generate-new-buffer-name)
15644 (rcirc-startup-channels, rcirc-ignore-update-automatic)
15645 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
15646 Fix typos in docstrings.
15647 (rcirc-print): "?\ " -> "?\s".
15648 (rcirc-cmd-join): Improve argument/docstring consistency.
15649
15650 2006-02-01 Mark A. Hershberger <mah@everybody.org>
15651
15652 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
15653 before narrow-to-region.
15654
15655 2006-02-01 Richard M. Stallman <rms@gnu.org>
15656
15657 * simple.el (move-beginning-of-line): Scan properly for invis change.
15658
15659 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
15660
15661 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
15662
15663 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
15664 change bit only when id-format is 'integer. Reported by Matt
15665 Hodges <M.P.Hodges@rl.ac.uk>.
15666
15667 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
15668
15669 * hilit-chg.el (highlight-changes-initial-state)
15670 (highlight-changes-global-initial-state): Doc fixes.
15671 (highlight-changes-global-modes, global-highlight-changes):
15672 Fix typos in docstrings.
15673
15674 2006-02-01 Kim F. Storm <storm@cua.dk>
15675
15676 * emulation/cua-base.el (cua-mode): Mention that CUA enables
15677 transient-mark-mode in doc string.
15678
15679 2006-01-31 Richard M. Stallman <rms@gnu.org>
15680
15681 * replace.el (multi-occur): Doc fix.
15682 (multi-occur-in-matching-buffers): Rename from
15683 multi-occur-by-filename-regexp. Prefix arg says match
15684 buffer names instead of file names.
15685
15686 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
15687
15688 * bs.el: Allow non-default values of `bs-header-lines-length'.
15689 (bs--running-in-xemacs): Remove (not needed anymore).
15690 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
15691 instead of `shrink-window', thus avoiding having to compute the
15692 height of the window.
15693 (bs--up): Wrap around even when there's no header.
15694 (bs--down): Use `forward-line' instead of `next-line'.
15695
15696 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
15697
15698 * image-mode.el (image-toggle-display): Use file name if possible,
15699 instead of unnecessarily allocating a (possibly huge) lisp string.
15700
15701 2006-01-30 John Paul Wallington <jpw@pobox.com>
15702
15703 * subr.el (toplevel): Define `cl-assertion-failed' condition here
15704 because the `assert' macro signals it at runtime.
15705
15706 * emacs-lisp/cl.el (toplevel): Remove definition of
15707 `cl-assertion-failed' condition.
15708
15709 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
15710
15711 * thumbs.el (thumbs-marked-list): Make buffer-local and
15712 permanent-local.
15713 (thumbs-insert-thumb): Make help-echo non-sticky.
15714 (thumbs-file-alist): Use eolp as check for (non)-image.
15715
15716 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
15717
15718 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
15719 (ediff-before-session-group-setup-hooks)
15720 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
15721 Fix typos in docstrings.
15722
15723 * window.el (bw-dir, bw-eqdir, balance-windows)
15724 (split-window-keep-point): Fix typos in docstrings.
15725
15726 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
15727 (org-quote-string, org-calendar-to-agenda-key)
15728 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
15729 (org-show-following-heading, org-tags-column)
15730 (org-use-tag-inheritance, org, org-allow-space-in-links)
15731 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
15732 (org-enable-table-editor, org-calc-default-modes)
15733 (org-table-allow-automatic-line-recalculation)
15734 (org-export-html-style, org-export-with-fixed-width)
15735 (org-export-with-sub-superscripts, org-special-keyword)
15736 (org-formula, org-time-grid, org-table-may-need-update)
15737 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
15738 (org-goto-quit, org-get-indentation, org-end-of-item)
15739 (org-move-item-down, org-move-item-up)
15740 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
15741 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
15742 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
15743 (org-agenda-log-mode, org-agenda-toggle-diary)
15744 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
15745 (org-agenda-file-to-end, org-agenda-no-heading-message)
15746 (org-agenda-get-closed, org-format-agenda-item)
15747 (org-cmp-priority, org-cmp-category, org-cmp-time)
15748 (org-agenda-change-all-lines, org-agenda-diary-entry)
15749 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
15750 (org-link-search, org-camel-to-words, org-open-file)
15751 (org-remember-handler, org-table-convert-region)
15752 (org-table-move-row-down, org-table-move-row-up)
15753 (org-table-copy-region, org-table-wrap-region)
15754 (org-table-toggle-vline-visibility)
15755 (org-table-get-vertical-vector, org-table-modify-formulas)
15756 (org-table-get-specials, org-recalc-commands)
15757 (org-table-rotate-recalc-marks, org-table-eval-formula)
15758 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
15759 (org-level-color-stars-only, org-insert-heading):
15760 Fix typos in docstrings.
15761 (last-arg): Add defvar.
15762
15763 * makefile.w32-in (WINS): Add erc.
15764 (MH_E_SRC): Update (copied from lisp/Makefile.in).
15765
15766 2006-01-29 Bill Wohler <wohler@newt.com>
15767
15768 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
15769 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
15770 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
15771 (mh-autoloads): Don't use comments on otherwise empty lines.
15772
15773 2006-01-29 Edward O'Connor <ted@oconnor.cx>
15774
15775 * emulation/viper.el (viper-major-mode-modifier-list):
15776 Add insert-state and vi-state entries for erc-mode.
15777 (viper-go-away, viper-set-hooks): Add and remove
15778 viper-comint-mode-hook from erc-mode-hook as appropriate.
15779
15780 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
15781
15782 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
15783
15784 * bs.el (bs--format-aux): Implement `middle' alignment as
15785 described in the docstring for `bs-attributes-list'.
15786 (bs--get-name): Simplify. Don't pad the buffer name.
15787
15788 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
15789
15790 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
15791 English aspell dictionary is installed, use the first entry of
15792 ispell-dictionary-alist-1.
15793
15794 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15795
15796 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15797 Doc fix.
15798
15799 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
15800
15801 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
15802 for `process-file', in order to let it work for older Emacsen too.
15803
15804 2006-01-27 Eli Zaretskii <eliz@gnu.org>
15805
15806 * international/latexenc.el: Add a suitable `coding:' tag.
15807 (latexenc-find-file-coding-system): Undo last change.
15808
15809 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
15810
15811 * international/latexenc.el (latexenc-find-file-coding-system):
15812 Make sure latexenc-main-file is a regular file and is readable.
15813
15814 2006-01-27 Andre Spiegel <spiegel@gnu.org>
15815
15816 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
15817 Pass FILE to vc-user-login-name.
15818
15819 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
15820
15821 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
15822
15823 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
15824 there are no more images to display.
15825 (thumbs-mark, thumbs-unmark): Revert change so that they move to
15826 the next image.
15827
15828 2006-01-26 Richard M. Stallman <rms@gnu.org>
15829
15830 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
15831
15832 * wid-edit.el (advertised-widget-backward): New alias.
15833 (widget-keymap): Use advertised-widget-backward for S-TAB.
15834
15835 * tumme.el: Correct the keywords.
15836 (tumme-dir-max-size): Use defvar.
15837 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
15838
15839 * simple.el (move-beginning-of-line): Take account of fields.
15840 (clone-indirect-buffer-other-window): Take args like
15841 clone-indirect-buffer, and work like it.
15842
15843 * help-fns.el (describe-function): Don't pass `nil' as default.
15844
15845 * files.el (risky-local-variable-p): Follow var aliases.
15846
15847 * subr.el (lazy-completion-table): Doc fix.
15848
15849 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
15850 global binding of `line'.
15851
15852 2006-01-25 Andre Spiegel <spiegel@gnu.org>
15853
15854 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
15855 Tramp.
15856
15857 * vc.el (vc-default-dired-state-info): Pass FILE to
15858 vc-user-login-name.
15859 (vc-default-update-changelog): Don't use vc-user-login-name, we
15860 don't need it here.
15861
15862 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
15863 no longer necessary.
15864
15865 2006-01-25 Kenichi Handa <handa@m17n.org>
15866
15867 * international/mule.el (decode-char): Avoid the overhead of
15868 calling utf-lookup-subst-table-for-decode if
15869 utf-translate-cjk-mode is nil.
15870 (encode-char): Avoid the overhead of calling
15871 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
15872 nil.
15873
15874 2006-01-22 Kenichi Handa <handa@m17n.org>
15875
15876 * international/mule.el (make-subsidiary-coding-system): Reset
15877 `coding-system-define-form' property of subsidiaries to nil.
15878 Avoid duplicated entry in coding-system-alist.
15879 (make-coding-system): Avoid duplicated entry in
15880 coding-system-alist.
15881 (define-coding-system-alias): Likewise.
15882
15883 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
15884
15885 * completion.el: Minor fixes in introductory comment.
15886 (completion-def-wrapper): Fix alist.
15887
15888 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
15889
15890 * thumbs.el (thumbs-new-image-size): New function.
15891 (thumbs-increment-image-size-element)
15892 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
15893 (thumbs-decrement-image-size): Delete.
15894 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
15895 temp files and use to resize.
15896 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
15897 Use increment argument to enlarge/shrink. Preserve point.
15898 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
15899 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
15900 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
15901 (thumbs-mark, thumbs-unmark): Preserve point.
15902 (thumbs-modify-image): Keep old temp files and use to modify.
15903 Cleanup old temp files at load time. Preserve point.
15904 (thumbs-view-image-mode-map): Use new command names.
15905
15906 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
15907
15908 * log-view.el (log-view-minor-wrap): First rev is the one at point.
15909
15910 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
15911 the nastiest part of the cyclic dependency.
15912 (cal-menu-update): Use dotimes and calendar-increment-month.
15913
15914 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
15915 (calendar-week-start-day): Add an :initializer.
15916 (calendar-mode-map): Use suppress-keymap, and command remapping.
15917 (describe-calendar-mode): Setup xref-stack info for the back button.
15918 (calendar-star-date): Insert before delete.
15919 (calendar-set-mode-line): Add file-modified info if applicable.
15920 (calendar-increment-month): New function.
15921
15922 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
15923
15924 * font-lock.el (lisp-font-lock-keywords-2):
15925 Recognize "& keywords" only at word boundaries.
15926
15927 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
15928
15929 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
15930 and permanent-local.
15931 (thumbs-max-image-number): New variable.
15932 (thumbs-do-thumbs-insertion): Use them.
15933 (thumbs-per-line): Change default to 4.
15934 (thumbs-marked-list): Rename from thumbs-markedL.
15935 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
15936 (thumbs-rename-images): Use -list instead of L for internal variables.
15937 (thumbs-call-convert): Use call-process instead of shell-command.
15938 (thumbs-insert-thumb): Add filename as help-echo to each image.
15939 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
15940 Give dir to thumbs-show-thumbs-list.
15941 (thumbs-show-thumbs-list): Set default-directory to that of images.
15942 (thumbs-dired-show): Rename from thumbs-dired-show-all.
15943 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
15944 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
15945 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
15946
15947 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
15948
15949 * ses.el (ses-read-cell): Provide a default value.
15950
15951 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
15952
15953 * term/w32-win.el (image-library-alist): Add additional names for
15954 GIF library.
15955
15956 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
15957
15958 * international/latexenc.el (latexenc-find-file-coding-system):
15959 Add file-regular-p check.
15960
15961 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
15962
15963 * simple.el (clone-buffer): Don't show the new buffer in the same
15964 window.
15965
15966 2006-01-23 Juri Linkov <juri@jurta.org>
15967
15968 * faces.el (link, link-visited): New faces based on default values
15969 of `info-xref' and `info-xref-visited'.
15970
15971 * info.el (info-xref): Inherit from `link'.
15972 (info-xref-visited): Inherit from `link-visited'.
15973
15974 * cus-edit.el (custom-buffer-create-internal): Use widget type
15975 `custom-manual' instead of `info-link' and don't set properties
15976 `button-face' and `mouse-face' explicitly.
15977 (custom-browse-group-tag, custom-browse-variable-tag)
15978 (custom-browse-face-tag): Inherit from widget class
15979 `custom-group-link' instead of `push-button'.
15980 (custom-button-unraised): Inherit from `underline' face.
15981 (custom-link): Inherit from `link' face. Fix doc and group.
15982 (custom-add-parent-links, custom-group-value-create): Don't set
15983 properties `button-face' and `mouse-face' explicitly for
15984 `custom-group-link' widget.
15985 (custom-group-link): Add properties `button-face' and `mouse-face'
15986 to widget definition.
15987 (custom-field-keymap): New variable. Put `custom-field-keymap' to
15988 editable-field's :keymap property.
15989 (custom-mode): Fix docstring: substitute keybindings for
15990 `widget-forward' and `widget-backward' from `widget-keymap',
15991 `widget-complete' from `custom-field-keymap', replace old
15992 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
15993
15994 * desktop.el (desktop-load-file): Check for `fboundp' before
15995 calling `symbol-function'.
15996
15997 * simple.el (clone-buffer, clone-indirect-buffer)
15998 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
15999 `read-string'. Fix prompts.
16000
16001 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
16002
16003 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
16004
16005 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
16006
16007 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
16008
16009 * startup.el (inhibit-splash-screen, initial-scratch-message):
16010 Doc fixes.
16011
16012 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
16013
16014 Sync with Tramp 2.0.52.
16015
16016 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
16017 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
16018 `tramp-unload-tramp' for checklist.
16019
16020 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
16021 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
16022 (tramp-unload-file-name-handler-alist)
16023 (tramp-unload-tramp): New defuns.
16024 (tramp-advice-PC-expand-many-files): New defadvice.
16025 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
16026 removed.
16027 (tramp-handle-expand-file-name): Remove double slash.
16028 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
16029 It doesn't matter, because it will be converted later on.
16030 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
16031 implementation was just heuristic.
16032 (tramp-post-connection): Set uid and gid properties.
16033 (tramp-convert-file-attributes): Set file's gid change bit.
16034 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
16035 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
16036 in case of su(do)? methods. The home directory of the local user
16037 will be taken else.
16038 (tramp-open-connection-telnet)
16039 (tramp-open-connection-rsh, tramp-open-connection-su)
16040 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
16041 local shell prompt could hurt. Reported by Romain Francoise
16042 <romain@orebokech.com>.
16043 (tramp-let-maybe): Add `edebug-form-spec' property.
16044 (tramp-handle-expand-file-name): Bind `default-directory' locally
16045 to "/" in order to avoid problems with UNC shares or Cygwin
16046 mounts.
16047 (tramp-md5-function): Fix typo in error message.
16048
16049 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
16050
16051 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
16052 for byte-compiler pacification.
16053
16054 2006-01-22 Andre Spiegel <spiegel@gnu.org>
16055
16056 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
16057 ID-FORMAT `string'. This allows us to get rid of
16058 `vc-user-login-name UID'.
16059
16060 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
16061
16062 2006-01-22 John Paul Wallington <jpw@pobox.com>
16063
16064 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
16065
16066 2006-01-21 Martin Rudalics <rudalics@gmx.at>
16067
16068 * emacs-lisp/find-func.el (find-definition-noselect)
16069 (find-variable-noselect): Search variables in C source code too.
16070 (find-function-C-source, find-function-noselect, find-function)
16071 (find-function-other-frame, find-variable-noselect, find-variable)
16072 (find-variable-other-frame, find-variable-at-point):
16073 Fix docstrings.
16074
16075 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
16076
16077 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
16078
16079 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
16080
16081 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
16082 Default to disabling the "Save affix" question.
16083
16084 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
16085
16086 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
16087 the first arg to run-python.
16088
16089 2006-01-21 Eli Zaretskii <eliz@gnu.org>
16090
16091 * startup.el (command-line-1): Handle --no-desktop if desktop.el
16092 is not loaded.
16093
16094 2006-01-20 Jay Belanger <belanger@truman.edu>
16095
16096 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
16097 limit is 0.
16098
16099 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
16100 the correct variable.
16101
16102 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
16103
16104 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
16105 link. Fixed buggy argument sequence in call to `org-view-tags'.
16106 (org-compile-prefix-format): Set `org-prefix-has-tag'.
16107 (org-prefix-has-tag): New variable.
16108 (org-format-agenda-item): Remove tags from headline if
16109 appropriate.
16110 (org-agenda-remove-tags-when-in-prefix): New option.
16111 (org-get-tags-at): New function.
16112
16113 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
16114
16115 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
16116 (thumbs-find-image): Move image name and number from buffer name
16117 to mode name. Set thumbs-buffer. Preserve point so that large
16118 images remain visible.
16119 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
16120 order.
16121 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
16122 mode name.
16123 (thumbs-next-image, thumbs-previous-image): Make them work.
16124
16125 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
16126
16127 * cus-edit.el (custom-buffer-create-internal): State in the text above
16128 the whole buffer buttons that they do not operate on hidden items.
16129 (custom-face-menu): Use `custom-face-save' instead of
16130 `custom-face-save-command'.
16131 (custom-face-save-command): Make it an alias for `custom-face-save'
16132 and declare it obsolete.
16133 (custom-face-save): Doc fix.
16134
16135 * dired.el (dired-no-confirm): Add quote.
16136 (dired-subdir-alist-pre-R): Add quote in
16137 `make-variable-buffer-local' form and remove unbalanced parenthesis.
16138
16139 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
16140
16141 * textmodes/table.el (table-mode-indicator): Typo in last change.
16142
16143 2006-01-19 Richard M. Stallman <rms@gnu.org>
16144
16145 * outline.el (hide-leaves): Don't call outline-end-of-heading.
16146 Fixes bug reported in Nov 2005.
16147
16148 * isearch.el (isearch-forward): Doc fix.
16149
16150 * dired.el (dired-move-to-filename-regexp): Define as alias.
16151 (dired-no-confirm): Use defcustom.
16152 (dired-subdir-alist-pre-R): Put defvar at top level.
16153
16154 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
16155
16156 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16157 Mark as risky.
16158
16159 * simple.el (set-mark-command): Doc fix.
16160 (clone-indirect-buffer-other-window):
16161 Read arg like clone-indirect-buffer.
16162 (move-beginning-of-line): Skip invisible newlines.
16163
16164 2006-01-19 Masatake YAMATO <jet@gyve.org>
16165
16166 * progmodes/cpp.el (cpp-edit-load): Make the order of
16167 listed conditions in a base C code buffer and its associate
16168 CPP Edit buffer the same.
16169
16170 2006-01-19 Kenichi Handa <handa@m17n.org>
16171
16172 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
16173 (rmail-mime-feature): Likewise.
16174 (rmail-require-mime-maybe): Use display-warning to show a warning
16175 message.
16176
16177 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
16178 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
16179
16180 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
16181
16182 * array.el: Move defvars out of eval-when-compile.
16183 (array-make-template): Replace undeclared global var with a local one.
16184 (array-mode): Inline initialization functions.
16185 (array-init-local-variables, array-init-max-row)
16186 (array-init-max-column, array-init-columns-per-line)
16187 (array-init-field-width, array-init-rows-numbered)
16188 (array-init-line-length, array-init-lines-per-row): Remove.
16189
16190 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
16191 (doc-mode-map): Define explicitly.
16192 (doctor-txtype): Use mapc.
16193
16194 * textmodes/table.el: Move defvars out of eval-when-compile.
16195 Remove harmful code meant to avoid byte-compiler warnings.
16196 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
16197 specification that checks table-fixed-width-mode directly.
16198 (table-recognize-region, table-recognize-cell):
16199 Use restore-buffer-modified-p.
16200 (table-fixed-width-mode): Remove code that refreshes
16201 table-fixed-mode-indicator.
16202 (*table--cell-describe-bindings, *table--cell-describe-mode):
16203 Avoid obsolete name print-help-return-message.
16204 (table--test-cell-list): Don't use replace-regexp from elisp.
16205 (table--point-entered-cell-function, table--point-left-cell-function):
16206 Don't set table-fixed-mode-indicator, use force-mode-line-update.
16207
16208 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
16209 that was after the end of file. Use buffer-file-name variable.
16210 (org-timestamp-change): Use with-current-buffer.
16211 (org-todo-list): Don't unnecessarily define a new buffer-local var.
16212 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
16213 `file'.
16214
16215 * progmodes/fortran.el: Move defvars out of eval-when-compile.
16216 (fortran-break-line): Remove unused var `opoint'.
16217 (fortran-abbrev-start): Obey help-event-list.
16218
16219 2006-01-18 Jesper Harder <harder@phys.au.dk>
16220
16221 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
16222
16223 2006-01-18 Masatake YAMATO <jet@gyve.org>
16224
16225 * progmodes/make-mode.el (makefile-imake-mode): New mode
16226 derived from makefile-mode.
16227 (makefile-imake-mode-syntax-table): New syntax table
16228 derived from makefile-mode-syntax-table.
16229 (makefile-mode): Write about makefile-imake-mode in doc string.
16230 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
16231 (makefile-imake-font-lock-keywords): New font lock keywords.
16232
16233 * files.el (auto-mode-alist): Add Imakefile.
16234
16235 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
16236
16237 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
16238 loading the file rather than when turning on flyspell-mode.
16239
16240 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
16241
16242 * cus-edit.el (customize-rogue): Minor doc fix.
16243
16244 2006-01-17 Juri Linkov <juri@jurta.org>
16245
16246 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
16247 instead of the file at the mark as default if the file at the mark
16248 is the same as the file at point or if dired-dwim-target-directory
16249 is not the same as the current directory and the mark is not active.
16250
16251 * log-view.el (log-view-minor-wrap): Use the same logic to get
16252 revisions as `log-view-diff'.
16253
16254 * info.el (Info-revert-find-node): Check for Info-current-file
16255 before preserving new-history.
16256
16257 * man.el (Man-heading-regexp): Add `/'.
16258
16259 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
16260 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
16261
16262 2006-01-16 Juri Linkov <juri@jurta.org>
16263
16264 * faces.el (mode-line-faces): New defgroup.
16265 (mode-line-highlight): Move definition after new defgroup.
16266 (mode-line, mode-line-inactive, mode-line-highlight):
16267 Replace :group `modeline' with `mode-line-faces'.
16268 (mode-line-buffer-id): New face.
16269 (modeline-buffer-id): New face alias.
16270 (vertical-border): Remove :group `modeline'.
16271
16272 * bindings.el (propertized-buffer-identification): Use face
16273 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
16274 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
16275 (mode-line-buffer-identification-keymap): For mouse-1 replace
16276 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
16277 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
16278 mouse-3.
16279
16280 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
16281 Buffer-menu-buffer. Doc fix.
16282 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
16283 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
16284 `Buffer-menu-buffer'.
16285
16286 * info.el (Info-mode-line-node-keymap): New defvar.
16287 (Info-set-mode-line): Use `stringp' to check Info-current-file.
16288 Propertize Info-current-node with `mode-line-buffer-id' and
16289 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
16290
16291 * time.el (display-time-mail-face): Replace :group `faces' with
16292 `mode-line-faces'.
16293
16294 2006-01-16 Kenichi Handa <handa@m17n.org>
16295
16296 * international/code-pages.el: Add autoload cookies for cp125[0345678].
16297
16298 * language/european.el (cp1252): New alias for windows-1252.
16299
16300 * international/mule.el (autoload-coding-system): Prepare for EOL
16301 variants.
16302
16303 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
16304
16305 * term.el (term-raw-map): Add mapping for insert.
16306 (term-send-insert): New.
16307 (term-mode): Make variables local here instead of doing it in
16308 `term-emulate-terminal'.
16309 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
16310 Scroll reverse needs to take into account the scroll region.
16311 Saving and restoring the cursor should save the color attributes too.
16312 (term-reset-terminal): Reset the scroll region.
16313 (term-handle-ansi-escape): Cursor up and down should take into
16314 account the scroll region.
16315 (term-set-scroll-region): Rename from `term-scroll-region'.
16316 Move to 0,0 after setting the region.
16317 (term-handle-scroll): Handle scroll up.
16318 (term-down): Fix off by one error.
16319 (term-delete-lines): Do not delete outside the scroll region.
16320 (term-insert-lines): Take into account the scroll region.
16321
16322 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
16323
16324 * textmodes/ispell.el (ispell-internal-change-dictionary)
16325 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
16326 (start, end): Move declaration outside of eval-when-compile.
16327
16328 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
16329 (flyspell-mode-on): Use it.
16330
16331 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
16332 ispell-kill-ispell-hook.
16333
16334 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
16335
16336 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16337 (Custom-reset-saved): Do not ask for confirmation in single option
16338 buffers.
16339
16340 2006-01-13 Richard M. Stallman <rms@gnu.org>
16341
16342 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
16343
16344 2006-01-13 Romain Francoise <romain@orebokech.com>
16345
16346 * add-log.el (add-change-log-entry, change-log-merge):
16347 Conditionally use `hard-newline'.
16348
16349 2006-01-13 Martin Rudalics <rudalics@gmx.at>
16350
16351 * wid-edit.el (widget-field-end): If the overlay is no longer
16352 associated with a buffer, behave as if the overlay didn't exist.
16353
16354 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
16355 Make sure the links use the `custom-link' face.
16356
16357 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
16358
16359 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
16360 (ld-script-mode): Don't set indent-line-function since we don't
16361 have one.
16362
16363 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
16364
16365 * textmodes/org.el (org-open-file): Use mailcap for selecting an
16366 application.
16367 (org-file-apps-defaults-gnu): Use mailcap as the default for
16368 selecting an application on a UNIX system.
16369 (org-agenda-show-tags): New command.
16370 (org-table-insert-hline): Keep cursor in current table line.
16371 (org-table-convert): Offset effect of modifying
16372 `org-table-insert-hline'.
16373 (org-format-agenda-item): New optional argument TAG.
16374 (org-compile-prefix-format): Handle %T format for the tag.
16375 (org-expand-wide-chars): New function.
16376 (org-table-insert-row, org-table-insert-hline):
16377 Use `org-expand-wide-chars'.
16378 (org-open-file): Fix bug in program launch.
16379 (org-get-time-of-day): Fix bug with times before 1am.
16380 (org-agenda-menu): Add tags commands.
16381
16382 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
16383
16384 * textmodes/ispell.el (ispell-init-process): Include the used
16385 dictionary in ispell process start message.
16386 (ispell-internal-change-dictionary): When flyspell-mode is active
16387 and dictionary is changed, make sure ispell process is restarted
16388 and flyspell word cache cleared out for the current buffer.
16389 (ispell-change-dictionary): Make sure flyspell word cache is
16390 cleared out in all buffers with active flyspell mode when
16391 dictionary is globally changed.
16392 Call ispell-internal-change-dictionary after dictionary change.
16393
16394 2006-01-13 Eli Zaretskii <eliz@gnu.org>
16395
16396 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
16397
16398 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
16399 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
16400 years. Fix small differences wrt Makefile.in.
16401 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
16402 Makefile.in does.
16403
16404 2006-01-12 Bill Wohler <wohler@newt.com>
16405
16406 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
16407 mh-search.el.
16408
16409 2006-01-12 Masatake YAMATO <jet@gyve.org>
16410
16411 * progmodes/ld-script.el: Update copyright year.
16412
16413 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
16414
16415 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
16416 Don't add widget if setting undefined.
16417
16418 2006-01-12 John Paul Wallington <jpw@pobox.com>
16419
16420 * help-fns.el (describe-variable): Remove newlines from void
16421 variable output.
16422
16423 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
16424
16425 * wdired.el (wdired-mode-map): Add help echo for
16426 wdired-abort-changes.
16427
16428 * man.el (Man-file-name-regexp): Adjust for a list of files.
16429
16430 2006-01-12 Masatake YAMATO <jet@gyve.org>
16431
16432 * progmodes/ld-script.el (auto-mode-alist): Support
16433 suffix conventions used in netbsd and eCos.
16434
16435 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
16436
16437 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
16438 (custom-variable-menu, custom-face-menu, custom-group-menu)
16439 (Custom-mode-menu): Change names of menu items. (As discussed on
16440 emacs-devel.)
16441 (custom-face-menu): Add "Undo Edits" item.
16442
16443 * startup.el (init-file-user): defcustom -> defvar.
16444
16445 * tooltip.el (tooltip-mode): Doc fix.
16446
16447 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
16448
16449 * reveal.el (reveal-post-command): window-buffer signals an error on
16450 dead windows rather than returning nil.
16451 (reveal-open-new-overlays): An overlay might die while we open others.
16452
16453 2006-01-11 Bill Wohler <wohler@newt.com>
16454
16455 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
16456 phrasing in docstring.
16457
16458 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
16459 can give some systems gas. Add new file mh-buffers.el.
16460
16461 2006-01-06 Masatake YAMATO <jet@gyve.org>
16462
16463 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
16464 C preprocessor forward ported from GNU Emacs 21.2.
16465
16466 * progmodes/asm-mode.el (asm-font-lock-keywords):
16467 Use `cpp-font-lock-keywords'.
16468
16469 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
16470
16471 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
16472 of $ for "\\.ld[s]?".
16473
16474 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
16475
16476 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
16477 (tcl-indent-line): Return `noindent' if inside a string.
16478
16479 * progmodes/flymake.el (flymake-split-string): Remove more than one
16480 empty string at beg/end of the result.
16481 (flymake-find-buildfile, flymake-find-possible-master-files):
16482 Use expand-file-name.
16483 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
16484 since expand-file-name does it for us. Use directory-file-name.
16485 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
16486 (flymake-ler-get-type, flymake-ler-get-text)
16487 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
16488 (flymake-current-line-no): Remove spurious interactive spec.
16489 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
16490 (flymake-check-include): Remove arg inc-path merged into inc-name.
16491 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
16492 Arg regexp-list replaced by a simple regexp.
16493 (flymake-master-make-header-init, flymake-master-tex-init):
16494 Correspondingly replace regexp-list with a regexp. Fix regexp.
16495
16496 2006-01-10 Simon Josefsson <jas@extundo.com>
16497
16498 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
16499 describing AUTH PLAIN fix.
16500
16501 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
16502
16503 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
16504 (report-emacs-bug): Don't record initial prompt text.
16505 Instead, add text properties to prompting text.
16506 (report-emacs-bug-hook): Delete prompting text.
16507
16508 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
16509
16510 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
16511 `dirs'. Adjust callers.
16512
16513 2006-01-09 John Paul Wallington <jpw@gnu.org>
16514
16515 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
16516
16517 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
16518
16519 * reveal.el (reveal-open-new-overlays): New extracted fun.
16520 (reveal-close-old-overlays): Idem. Check overlays's liveness before
16521 using them. Simplify the code.
16522 (reveal-post-command): Use them. Fix up obsolete windows in
16523 reveal-open-spots.
16524
16525 * progmodes/flymake.el: Use `require' rather than autoload for
16526 XEmacs's overlays.
16527 (flymake-get-common-file-prefix, flymake-build-relative-filename):
16528 Delete. Use file-relative-name instead.
16529 (flymake-get-syntax-check-program-args, flymake-perl-init):
16530 Simplify the resulting code.
16531
16532 * log-view.el (log-view-file-re, log-view-message-re): Add support
16533 for DaRCS output.
16534
16535 2006-01-09 Alex Schroeder <alex@gnu.org>
16536
16537 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
16538 identifiers sometimes added in square brackets at the beginning of
16539 subject lines.
16540
16541 2006-01-07 Richard M. Stallman <rms@gnu.org>
16542
16543 * cus-edit.el (Custom-set, Custom-save): Doc fix.
16544 (Custom-reset-current, Custom-reset-saved): Change question text.
16545 (Custom-reset-standard): Likewise.
16546 (custom-variable-reset-saved): Doc fix.
16547
16548 2006-01-07 Eli Zaretskii <eliz@gnu.org>
16549
16550 * startup.el (init-file-user): Doc fix.
16551
16552 2006-01-07 Alex Schroeder <alex@gnu.org>
16553
16554 * mail/rmail.el (rmail-current-subject): New function.
16555 (rmail-current-subject-regexp): New function.
16556 (rmail-next-same-subject): Use it.
16557
16558 * mail/rmailsum.el (rmail-summary-by-topic):
16559 Use rmail-current-subject and rmail-current-subject-regexp.
16560 (rmail-summary-next-same-subject): Ditto.
16561
16562 * net/rcirc.el (rcirc-send-input): No longer check whether the
16563 process is open, since not all commands need an open process.
16564 (rcirc-send-string): Check whether the process is open before
16565 sending anything.
16566 (rcirc-ignore-list): New option.
16567 (rcirc-ignore-list-automatic): New variable.
16568 (rcirc-print): Take rcirc-ignore-list into account.
16569 (rcirc-cmd-ignore): New command.
16570 (rcirc-ignore-update-automatic): New function.
16571 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
16572 list if ignored nicks.
16573 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
16574
16575 2006-01-06 David Reitter <david.reitter@gmail.com>
16576
16577 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
16578 reflect the address to which the report will be sent.
16579
16580 2006-01-06 Eli Zaretskii <eliz@gnu.org>
16581
16582 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
16583 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
16584
16585 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
16586
16587 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
16588
16589 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
16590 the doc string: "functoin" => "function".
16591 * ldefs-boot.el: Likewise.
16592
16593 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
16594 message text: "Duplicat" => "Duplicate".
16595
16596 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
16597
16598 * files.el (basic-save-buffer-2): If backing-up failed, reset
16599 buffer-backed-up to nil.
16600
16601 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
16602
16603 * progmodes/gud.el (gdb-script-skip-to-head)
16604 (gdb-script-calculate-indentation): Indent for breakpoint command
16605 lists also.
16606
16607 2006-01-05 Bill Wohler <wohler@newt.com>
16608
16609 * Makefile.in (compile-always): Add mh-autoloads dependency.
16610 (bootstrap): Remove mh-autoloads dependency, as compile dependency
16611 provides it.
16612 (updates): Remove mh-autoloads dependency, since it probably has
16613 already run recently (via recompile).
16614
16615 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
16616
16617 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
16618 argument `force' to disable the flyspell-last-buffer optimization.
16619 (flyspell-mode-on): Use it.
16620
16621 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
16622 flymake-simple-cleanup.
16623 (flymake-allowed-file-name-masks): Use this new default.
16624 All the functions are now called in the right buffer rather than
16625 passing the buffer as argument.
16626 (flymake-process-sentinel): Switch to buffer before calling cleanup.
16627 (flymake-parse-err-lines): Remove redundant buffer arg.
16628 (flymake-get-program-dir): Comment out unused function.
16629 (flymake-start-syntax-check, flymake-start-syntax-check-process):
16630 Remove redundant buffer argument.
16631 (flymake-get-real-file-name, flymake-simple-java-cleanup)
16632 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
16633
16634 2006-01-05 Richard M. Stallman <rms@gnu.org>
16635
16636 * info.el (Info-find-node): Don't record previous node if have none.
16637 (info): Go to directory only if history is empty.
16638
16639 * simple.el (mark): Doc fix.
16640
16641 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16642
16643 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
16644 already of desired type.
16645 (mac-ae-list): Coerce parameter to "list" type.
16646 (mac-dispatch-apple-event): Replace cadr part of event with a
16647 dummy position so that event-start returns it.
16648
16649 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
16650
16651 * textmodes/org.el (org-end-of-subtree): New function.
16652 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
16653 Use `org-end-of-subtree'.
16654 (org-agenda, org-agenda-convert-date): Protect calls to
16655 `fit-window-to-buffer'.
16656 (org-tags-view): Force matching of sublevels when doing a
16657 todo-only search. Define the correct redo command, including the
16658 arguments.
16659 (org-agenda-redo): Display message.
16660 (org-check-for-org-mode): New function.
16661 (org-agenda-type): New variable.
16662 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
16663 Set `org-agenda-type'.
16664 (org-agenda-check-type): New function.
16665 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
16666 (org-agenda-week-view, org-agenda-day-view)
16667 (org-agenda-next-date-line, org-agenda-previous-date-line)
16668 (org-agenda-log-mode, org-agenda-toggle-diary)
16669 (org-agenda-toggle-time-grid, org-agenda-date-later)
16670 (org-agenda-date-prompt, org-agenda-diary-entry)
16671 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
16672 (org-agenda-convert-date, org-agenda-menu):
16673 Use `org-agenda-check-type'.
16674 (org-make-overlay, org-delete-overlay)
16675 (org-detatch-overlay, org-move-overlay, org-overlay-put):
16676 New compatibility functions.
16677 (org-calendar-select-mouse): New command.
16678
16679 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
16680
16681 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
16682 (Custom-reset-standard): Fix y-or-n-p messages.
16683 (custom-link): New face for links.
16684 (custom-buffer-create-internal, custom-manual): Use it.
16685 (custom-face-save): Push to theme-face before setting face spec.
16686
16687 * wid-edit.el (widget-default-mouse-face-get): New function.
16688 (widget-specify-button): Handle mouse-face like button-face.
16689
16690 * custom.el (load-theme): Clear old theme settings if reloading.
16691
16692 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
16693
16694 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
16695 "Erase Customization" button back to same position it occupies in
16696 the individual State menus.
16697
16698 2006-01-04 Kim F. Storm <storm@cua.dk>
16699
16700 * wid-edit.el (key-sequence): Rework widget to read key binding
16701 using `kbd' syntax. Use C-q to insert literal key, event, or code.
16702 (widget-key-sequence-default-value): Default value for empty sequence.
16703 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
16704 (widget-key-sequence-read-event): New command for C-q.
16705 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
16706 (widget-key-sequence-value-to-external): New functions.
16707
16708 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
16709
16710 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
16711 Use expand-file-name.
16712 (flymake-delete-temp-directory): Use expand-file-name,
16713 file-name-directory, and directory-file-name.
16714 (flymake-strrchr): Delete.
16715 (flymake-start-syntax-check): Don't pass the redundant buffer argument
16716 to the init-f function.
16717 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
16718 (flymake-init-find-buildfile-dir)
16719 (flymake-init-create-temp-source-and-master-buffer-copy)
16720 (flymake-simple-make-init-impl, flymake-simple-make-init)
16721 (flymake-master-make-init, flymake-master-make-header-init)
16722 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
16723 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
16724 (flymake-xml-init): Remove corresponding redundant buffer argument.
16725 (flymake-allowed-file-name-masks): Remove last elems that are equal to
16726 the default anyway. Clean up regexps.
16727
16728 * progmodes/flymake.el (flymake-temp-source-file-name)
16729 (flymake-master-file-name, flymake-temp-master-file-name)
16730 (flymake-base-dir): New buffer-local vars.
16731 (flymake-buffer-data, flymake-get-buffer-value)
16732 (flymake-set-buffer-value): Replace those hash-tables by the new
16733 buffer-local vars. Update callers.
16734
16735 * progmodes/flymake.el (flymake-check-start-time)
16736 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
16737 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
16738 Move definition, so we can remove redundant earlier declaration.
16739 (flymake-replace-regexp-in-string, flymake-split-string)
16740 (flymake-get-temp-dir): Use defalias.
16741 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
16742 (flymake-xemacs-window-edges): Remove unused function.
16743 (flymake-get-point-pixel-pos): Move.
16744 (flymake-pid-to-names, flymake-reg-names)
16745 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
16746 Replace by a simple list flymake-processes and by process-buffer.
16747 Update callers. Other than simplify the code, it uses buffers rather
16748 than buffer-names so it doesn't get confused by uniquify.
16749 (flymake-buffer-data): The global value should just be nil.
16750
16751 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
16752 Optimize the body of a defalias like any other code.
16753
16754 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
16755 Make sure we've setup font-lock's vars. It may influence which
16756 function we then call.
16757 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
16758 here since it's too late anyway.
16759
16760 2006-01-03 Romain Francoise <romain@orebokech.com>
16761
16762 * startup.el (fancy-splash-tail, normal-splash-screen):
16763 Update copyright year.
16764
16765 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
16766
16767 * mouse.el (mouse-drag-track): Rename, from
16768 `mouse-drag-region-1'. Includes optional argument required to
16769 enable post-drag event processing (e.g. delete region keys).
16770 Can be used without this argument to track a mouse region and operate
16771 on it as soon as the drag completes.
16772 (mouse-drag-region): Use `mouse-drag-track'.
16773
16774 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
16775
16776 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
16777 Move to `custom-buffer' group.
16778
16779 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
16780 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
16781 (custom-theme-insert-face-marker, custom-theme-variable-menu)
16782 (custom-theme-face-menu): New variables.
16783 (custom-theme-add-variable, custom-theme-variable-action)
16784 (custom-variable-reset-theme, custom-theme-delete-variable)
16785 (custom-face-reset-theme, custom-theme-face-action)
16786 (custom-theme-delete-face, custom-theme-merge-theme)
16787 (custom-theme-add-face, custom-theme-visit-theme): New functions.
16788
16789 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
16790
16791 * custom.el: Move Custom Themes commentary to start of theme code.
16792 (custom-known-themes): Rename `standard' theme to `changed'.
16793 (custom-push-theme): Caller no longer specifies what theme to use
16794 when doing `reset'---the setting is simply removed from the theme.
16795 Delete MODE from `theme-value' and `theme-settings' properties.
16796 (custom-declare-theme): Ignore &rest args since we don't use them.
16797
16798 (custom-loaded-themes): Delete variable.
16799 (custom-theme-load-themes, custom-theme-loaded-p)
16800 (custom-theme-value): Delete functions.
16801
16802 (custom-declare-theme): Signal error on invalid theme names.
16803 (provide-theme): custom-loaded-themes was deleted.
16804 (load-theme): Load the file unconditionally.
16805 (enable-theme): Call `load-theme' if theme is undefined.
16806 (custom-enabled-themes): Only update value for successful loads.
16807 (disable-theme): Complete from enabled themes when interactive.
16808 (custom-variable-theme-value): Calculate theme value directly.
16809
16810 (custom-theme-reset-variables, custom-reset-variables): Mark as
16811 XEmacs compatibility functions. We don't actually use these.
16812
16813 * cus-edit.el (custom-variable-state-set):
16814 Use custom-variable-theme-value instead of custom-theme-value.
16815 (custom-face-state-set): Rename `standard' theme to `changed'.
16816 (custom-save-variables, custom-save-faces): Delete unneeded
16817 references to custom-reset-variables.
16818 (custom-save-resets): Delete function.
16819 (custom-save-variables, custom-save-faces): MODE argument deleted.
16820 (custom-save-variables, custom-save-faces): Ignore theme values.
16821
16822 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
16823 compatibility function.
16824
16825 2006-01-01 Richard M. Stallman <rms@gnu.org>
16826
16827 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
16828 (Custom-reset-current, Custom-reset-saved): Likewise.
16829 (Custom-reset-standard): Show message if aborted.
16830 (custom-mode): Doc fix, describing those commands.
16831
16832 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
16833 put on event-kind property.
16834
16835 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
16836
16837 * custom.el (provide-theme): Ban `user' theme name.
16838 (custom-enabling-themes): New variable.
16839 (enable-theme): Don't enable user if custom-enabling-themes is t.
16840 (custom-enabled-themes): Make it a defcustom.
16841 (custom-theme-recalc-face): No-op if face is undefined.
16842
16843 * cus-edit.el (custom-button-mouse): New variable.
16844 (custom-button-mouse): New face.
16845 (custom-raised-buttons, custom-mode): Use it.
16846
16847 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
16848
16849 2005-12-31 Eli Zaretskii <eliz@gnu.org>
16850
16851 * progmodes/gud.el (gud-display-line): Support hl-line in the
16852 source buffer.
16853
16854 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
16855
16856 * mouse.el (mouse-drag-window-above): Verify that the found window
16857 overlaps with the given window in the horizontal dimension.
16858
16859 2005-12-31 Eli Zaretskii <eliz@gnu.org>
16860
16861 * Makefile.in (cvs-update): New target.
16862
16863 * makefile.w32-in (cvs-update): Ditto.
16864
16865 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
16866
16867 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
16868 (custom-new-theme-mode-map): New variable.
16869
16870 2005-12-30 Richard M. Stallman <rms@gnu.org>
16871
16872 * custom.el (custom-load-themes): Function deleted.
16873
16874 * cus-edit.el (custom-save-loaded-themes): Function deleted.
16875 (custom-save-variables): Don't delete or add custom-load-themes call.
16876
16877 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
16878
16879 * cus-start.el: Add `visible-cursor'.
16880
16881 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
16882 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
16883 (flymake-process-filter): Switch to buffer before calling it instead.
16884 (flymake-post-syntax-check, flymake-highlight-err-lines)
16885 (flymake-delete-own-overlays, flymake-parse-err-lines)
16886 (flymake-start-syntax-check, flymake-start-syntax-check-process)
16887 (flymake-count-lines, flymake-parse-residual):
16888 Remove constant buffer argument.
16889 (flymake-start-syntax-check-for-current-buffer): Remove.
16890 Update callers to use flymake-start-syntax-check instead.
16891 (flymake-display-err-menu-for-current-line):
16892 Remove unused var `mouse-pos'.
16893 (flymake-restore-formatting): Comment out unused function.
16894 (flymake-report-status, flymake-report-fatal-status): Remove buffer
16895 argument, use current-buffer instead. Update callers.
16896
16897 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16898
16899 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
16900 buffer-local because choose-completion-delete-max-match requires
16901 that we set completion-ignore-case (i.e., binding via let is not
16902 sufficient).
16903 (bibtex-complete): Always set completion-ignore-case and
16904 choose-completion-string-functions. The latter is needed because
16905 choose-completion-string-functions keeps its value if we quit the
16906 *Completions* buffer without requesting a completion.
16907
16908 2005-12-30 Andreas Schwab <schwab@suse.de>
16909
16910 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
16911
16912 2005-12-30 Eli Zaretskii <eliz@gnu.org>
16913
16914 * jit-lock.el (jit-lock-chunk-size): Doc fix.
16915
16916 2005-12-30 Juri Linkov <juri@jurta.org>
16917
16918 * locate.el (locate-fcodes-file, locate-header-face)
16919 * progmodes/delphi.el (delphi-other-face)
16920 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
16921
16922 * paren.el (show-paren-match, show-paren-mismatch): Use existing
16923 group `paren-showing-faces'.
16924
16925 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
16926 (goto-address): Fix docstring.
16927
16928 * net/webjump.el (webjump-sample-sites): Update URLs.
16929
16930 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
16931
16932 * subr.el (cancel-change-group): Add listp around pending-undo-list.
16933
16934 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
16935
16936 * font-lock.el (font-lock-compile-keywords): Signal an error when
16937 font-lock-set-defaults hasn't been called.
16938
16939 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
16940
16941 * subr.el (noreturn, 1value): Doc fixes.
16942
16943 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16944
16945 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
16946 that assoc-string returns nil.
16947
16948 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16949
16950 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
16951 (bibtex-entry-type-str, bibtex-empty-field-re)
16952 (bibtex-search-backward-string, bibtex-preamble-prefix)
16953 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
16954 (bibtex-any-valid-entry-type): New variable.
16955 (bibtex-parse-field-name): Simplify.
16956 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
16957 (bibtex-preamble-prefix): Include left delimiter.
16958 (bibtex-search-forward-field, bibtex-search-backward-field):
16959 Allow unbounded search past entry boundaries (required by bibtex-pop).
16960 (bibtex-text-in-field-bounds): Use push.
16961 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
16962 (bibtex-parse-preamble, bibtex-valid-entry)
16963 (bibtex-beginning-first-field): New functions.
16964 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
16965 (bibtex-map-entries): Fix docstring.
16966 (bibtex-flash-head): New arg prompt. Simplify.
16967 (bibtex-enclosing-field): Include code of bibtex-inside-field.
16968 (bibtex-insert-kill): Simplify. Always insert text past the
16969 current field or entry.
16970 (bibtex-format-entry): Use bibtex-parse-field.
16971 (bibtex-pop): Use bibtex-beginning-of-entry and
16972 bibtex-end-of-entry to initiate the search. Insert empty field if
16973 we found ourselves.
16974 (bibtex-print-help-message): New args field and comma.
16975 Handle entry keys.
16976 (bibtex-make-field): Use bibtex-beginning-of-entry.
16977 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
16978 invalid entry.
16979 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
16980 Handle preambles. Simplify code for thorough test.
16981 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
16982 New arg comma. Handle entry heads.
16983 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
16984 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
16985 New arg comma.
16986 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
16987 (bibtex-fill-field): Simplify.
16988 (bibtex-fill-entry): Use bibtex-beginning-first-field and
16989 bibtex-parse-field.
16990 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
16991 (bibtex-complete): Use bibtex-parse-preamble.
16992
16993 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
16994
16995 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
16996 Display name of expression instead of convenience variable.
16997 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
16998
16999 * progmodes/gud.el (gud-tooltip-dereference): Rename from
17000 toggle-gud-tooltip-dereference.
17001 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
17002 (gud-tooltip-tips): ...here when dereferencing.
17003
17004 2005-12-28 Bill Wohler <wohler@newt.com>
17005
17006 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
17007
17008 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
17009
17010 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
17011 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
17012 (vc-annotate-display-autoscale): Adjust call.
17013 (vc-annotate-display-default): Adjust call. Make arg compulsory.
17014 Fix interactive spec.
17015 (vc-annotate-time-span): Remove.
17016 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
17017 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
17018 (vc-annotate-display-select): Use new name.
17019
17020 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
17021 (vc-annotate-mode-menu): Remove left-over redundant declaration.
17022 Correct the construction of span entries. Simplify.
17023 (vc-annotate-display-select): Fix the nil case.
17024 (vc-annotate): Remove obsolete (and now broken) code.
17025 (vc-annotate-extract-revision-at-line): Remove obsolete code.
17026 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
17027
17028 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
17029
17030 * subr.el (lazy-completion-table): Correct typo in docstring.
17031
17032 * startup.el (command-line): Use `custom-reevaluate-setting' for
17033 `send-mail-function'.
17034
17035 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
17036
17037 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
17038
17039 * mail/smtpmail.el (smtpmail-try-auth-methods):
17040 Send credentials together with "AUTH PLAIN" command.
17041
17042 2005-12-27 Richard M. Stallman <rms@gnu.org>
17043
17044 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
17045 mouse-2, go back to previously selected window, so it's selected
17046 when mouse-2 command runs.
17047
17048 2005-12-27 Juri Linkov <juri@jurta.org>
17049
17050 * descr-text.el (describe-text-sexp): Use square brackets for
17051 button [Show] to distinguish it from the property value `show'.
17052 (describe-property-list): Use `insert-text-button' with
17053 `help-face' type instead of putting face in quotes, because button
17054 is not created automatically for a list of faces.
17055 (describe-text-properties-1): Put button-type value in quotes to
17056 distinguish from plain text "button".
17057 (describe-char): Display code point values in hex. Don't use
17058 `symbol-name' for `current-input-method' because it is a string.
17059 Use `insert-text-button' with `help-face' type instead of putting
17060 hardcoded face in quotes, because button is not created automatically.
17061
17062 2005-12-27 Richard M. Stallman <rms@gnu.org>
17063
17064 * progmodes/glasses.el (glasses-face): More specific custom type.
17065
17066 * files.el (set-visited-file-name): Doc fix.
17067
17068 * textmodes/flyspell.el (flyspell-external-point-words):
17069 Use local var buffer-scan-pos to advance scan for next misspelling.
17070 Advance it only after we find the misspelling.
17071
17072 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
17073
17074 * textmodes/flyspell.el (flyspell-external-point-words):
17075 New criteria for finding the misspelling in the buffer.
17076
17077 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
17078
17079 * help-mode.el (help-insert-string): Set help-xref-stack-item
17080 rather than call help-setup-xref.
17081
17082 * descr-text.el (describe-char): Revert previous changes for
17083 optional buffer argument.
17084
17085 2005-12-27 Juri Linkov <juri@jurta.org>
17086
17087 * help-mode.el (help-insert-string): New function. Save buffer
17088 contents in cases where it is impossible to recompute the old contents.
17089
17090 * descr-text.el (describe-char): Set help-xref-stack-item
17091 explicitly after buffer has been generated.
17092
17093 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17094
17095 * cus-start.el (all): Add x-gtk-show-hidden-files.
17096
17097 2005-12-26 Richard M. Stallman <rms@gnu.org>
17098
17099 * replace.el (perform-replace): Calculate match-again
17100 before skipping read-only matches.
17101
17102 * paren.el (paren-showing-faces): New group.
17103 (show-paren-match, show-paren-mismatch): Move to that group.
17104
17105 * button.el (button): Put into group `basic-faces'.
17106
17107 * progmodes/make-mode.el: Remove faces from group `faces'.
17108
17109 * apropos.el (apropos, apropos-value): Doc fix.
17110 (apropos-documentation): Doc fix.
17111
17112 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
17113
17114 * subr.el (lazy-completion-table): Remove argument `args'.
17115
17116 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17117 Don't use the `args' argument of lazy-completion-table.
17118
17119 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
17120
17121 * descr-text.el (describe-char): Add optional argument for buffer.
17122 Set buffer appropriately. Call help-setup-xref.
17123 Suggested by Stefan Monnier.
17124
17125 2005-12-26 Juri Linkov <juri@jurta.org>
17126
17127 * descr-text.el: Require `help-fns' at runtime. Don't require
17128 `button' for byte compilation.
17129 (describe-text-widget): Add `help-echo' for first button.
17130 Use `help-info' for second.
17131 (describe-property-list): Use `help-argument-name' instead of `italic'.
17132 (describe-text-category): Add prompt to interactive spec.
17133 Call `help-setup-xref'.
17134 (describe-char): Use `help-character-set'. Add `help-echo' for
17135 code point. Use `help-input-method'. Remove superfluous insert.
17136
17137 2005-12-25 Richard M. Stallman <rms@gnu.org>
17138
17139 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
17140 at point, in case of narrowing.
17141
17142 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
17143
17144 * locate.el (locate-header-face): Allow nil in type.
17145
17146 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
17147
17148 2005-12-25 Romain Francoise <romain@orebokech.com>
17149
17150 * battery.el (battery-linux-proc-acpi): Also try
17151 `/proc/acpi/thermal_zone/THM0/temperature'.
17152
17153 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
17154
17155 * custom.el (custom-push-theme): Fix docstring.
17156
17157 * cus-edit.el (custom-variable-set, custom-variable-save)
17158 (custom-variable-save): Custom-quote widget values.
17159 (customize-save-variable): Fix custom-push-theme call.
17160
17161 2005-12-24 Eli Zaretskii <eliz@gnu.org>
17162
17163 * w32-fns.el (w32-batch-update-autoloads): New function.
17164
17165 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
17166 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
17167 from the command line.
17168
17169 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
17170
17171 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
17172 reset means to remove setting from theme entirely. Don't keep
17173 expanding theme-settings list; delete old entries if necessary.
17174
17175 * cus-edit.el (custom-buffer-create-internal): Move "Erase
17176 customization" button one line up.
17177 (custom-themed): New face.
17178 (custom-magic-alist): New value, THEMED, for theme settings.
17179 (custom-variable-state-set, custom-face-state-set):
17180 Check theme-value instead of saved-value.
17181 (custom-variable-reset-standard, custom-face-reset-standard):
17182 Remove theme setting entirely. Recalculate new values.
17183 (custom-variable-set, custom-variable-set)
17184 (custom-variable-reset-saved, custom-variable-reset-backup)
17185 (custom-face-set, custom-face-reset-saved): Update `user' theme.
17186 (custom-variable-save): Fix typos.
17187
17188 2005-12-23 Juri Linkov <juri@jurta.org>
17189
17190 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
17191 Add autoload cookies.
17192 (edebug-outside-d-c-i-n-s-w): New variable.
17193 (edebug-display, edebug-outside-excursion): Use it to save the
17194 original value of default-cursor-in-non-selected-windows.
17195 Set default-cursor-in-non-selected-windows to t while Edebug
17196 is active.
17197 (edebug-mode, edebug-eval-mode): Doc fix.
17198
17199 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
17200 with `buffer-substring-no-properties' to remove common substring
17201 highlighting.
17202
17203 * info.el (info-other-window, info): Rename function argument
17204 `file' to `file-or-node'.
17205 (Info-complete-menu-item): Use local variable `complete-nodes' to
17206 keep the global value of `Info-complete-nodes' unchanged for
17207 subsequent completions.
17208 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
17209
17210 * simple.el (get-next-valid-buffer, last-buffer)
17211 (next-error-buffer-p, next-error-find-buffer)
17212 (minibuffer-history-sexp-flag): Doc fix.
17213
17214 * savehist.el (savehist-mode-hook): Add `:group'.
17215
17216 * log-view.el: Call autoload for vc-find-version.
17217 (log-view-current-file): Adjust subgroup numbers.
17218 (log-view-current-tag): Add `length'.
17219
17220 2005-12-23 Richard M. Stallman <rms@gnu.org>
17221
17222 * vc.el (vc-annotate-car-last-cons): Defn moved up.
17223
17224 2005-12-23 Juri Linkov <juri@jurta.org>
17225
17226 * hi-lock.el (hi-lock-archaic-interface-message-used)
17227 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
17228 (hi-lock-mode): Display "Hi" in the mode line only when
17229 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
17230 (hi-lock-write-interactive-patterns):
17231 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
17232 (hi-lock-set-pattern, hi-lock-set-file-patterns)
17233 (hi-lock-font-lock-hook): Set 3rd arg `how' of
17234 font-lock-add-keywords to t.
17235
17236 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
17237
17238 * hi-lock.el (hi-lock-highlight-range): New variable.
17239 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
17240 only if font-lock-fontified is non-nil. Remove overlays.
17241 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
17242 font-lock-fontified is non-nil, otherwise use overlays (instead of
17243 text properties).
17244 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
17245 New variables.
17246 (hi-lock-string-serialize): New function.
17247
17248 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17249
17250 * menu-bar.el (menu-find-file-existing): New function.
17251 (menu-bar-file-menu): Use menu-find-file-existing for Open.
17252
17253 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
17254
17255 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
17256
17257 * vc.el: Remove unnecessary leading * in docstrings.
17258 (vc-annotate-mode-map): Move initialization into declaration.
17259 (vc-static-header-alist): Nitpick on the regexp.
17260 (vc-default-init-version): New fun.
17261 (vc-register): Use it.
17262 (vc-insert-headers): Use dolist.
17263 (vc-annotate-get-backend): Remove unused function.
17264 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
17265 (vc-annotate-mode): Remove corresponding call.
17266 (vc-annotate-car-last-cons): Simplify.
17267 (vc-annotate-buffers): Remove var.
17268 (vc-annotate-backend): Make it buffer-local.
17269 (vc-annotate): Move the interaction to the interactive spec.
17270 Add a `buf' argument.
17271 (vc-annotate-warp-version): Use this new `buf' argument to avoid
17272 killing&creating a vc-annotate buffer, which is very disruptive when
17273 the buffers are shown in dedicated frames.
17274
17275 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
17276
17277 * descr-text.el: Add FSF as maintainer.
17278 (describe-text-mode, describe-text-mode-map)
17279 (describe-text-mode-hook, describe-text-done): Delete. Use normal
17280 help-mode.
17281 (describe-text-widget, describe-text-sexp)
17282 (describe-property-list, describe-text-category)
17283 (describe-text-properties, describe-text-properties-1)
17284 (describe-char): Use help buttons instead of widgets.
17285 (describe-char-unicodedata-file): Make URL link in doc string.
17286
17287 2005-12-22 Richard M. Stallman <rms@gnu.org>
17288
17289 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
17290 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
17291 Don't include buttons that write a file when there's no file.
17292 (custom-variable-menu, custom-face-menu, custom-group-menu):
17293 Don't include commands that write a file when there's no file.
17294 (customize-browse): Reword the top-of-buffer help intro.
17295 (custom-buffer-create-internal): Fix previous change.
17296 (customize-changed-options-previous-release): Prev release is 21.1.
17297 (customize-changed-options): Doc fix.
17298 (customize-changed): New alias.
17299 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
17300 Say "standard values".
17301 (Custom-reset-standard): Doc fix.
17302 (custom-face-reset-standard): Doc fix.
17303
17304 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
17305
17306 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
17307 even if font-lock-mode is non-nil since it may be t without having
17308 turned on font-lock-mode-internal.
17309 (font-lock-choose-keywords): Minor optimization.
17310 (font-lock-add-keywords, font-lock-remove-keywords)
17311 (font-lock-set-defaults): Don't call make-local-variable on a variable
17312 that we know to already be local.
17313
17314 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
17315
17316 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
17317 messages if in the minibuffer.
17318
17319 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
17320
17321 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
17322 (tex-mode-flyspell-verify, flyspell-get-word)
17323 (flyspell-external-point-words): Don't use point-min/max uselessly.
17324
17325 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
17326 by Kevin Rodgers. Instead, just hide the completions buffer if we
17327 don't need to show it.
17328
17329 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
17330
17331 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
17332
17333 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
17334
17335 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
17336 delete-windows-on with an inexistent buffer.
17337
17338 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
17339
17340 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17341 Delete defcustom variable :tag names.
17342
17343 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
17344
17345 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
17346 (log-view-font-lock-keywords): Ajust subgroup numbers.
17347 (log-view-current-tag): Don't hard code the number of subgroups.
17348
17349 2005-12-20 Juri Linkov <juri@jurta.org>
17350
17351 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
17352 (tooltip-x-offset, tooltip-y-offset): Doc fix.
17353
17354 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
17355 (menu-bar-non-minibuffer-window-p): Instead of checking
17356 display-multi-frame-p, use selected-frame when menu-updating-frame
17357 is nil.
17358
17359 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
17360
17361 * align.el (align-rules-list): Use [ \t] instead of \s-
17362 for column separators in text mode.
17363
17364 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
17365
17366 * help-mode.el (help-customize-variable, help-customize-face):
17367 Don't pop help-xref-stack as help-follow no longer pushes
17368 anything on to it.
17369
17370 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
17371
17372 * textmodes/org.el (org-agenda-custom-commands): New option.
17373 (org-agenda): Offer custom commands on splash screen.
17374 (org-make-tags-matcher): Parser for Boolean logic added.
17375 (org-agenda-set-tags): New command.
17376 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
17377 (org-set-tags): Efficiency improvements.
17378 (org-auto-align-tags): New option.
17379 (org-todo, org-demote, org-promote): Realign tags.
17380 (org-tags-completion-function): Use also "&" and "|" as separators.
17381 (org-org-menu): Agenda commands simplified.
17382
17383 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
17384
17385 * cus-edit.el (customize-apropos, customize-apropos-options):
17386 Docstring changes.
17387
17388 * font-lock.el (font-lock): Add tags to the links in the defgroup.
17389
17390 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
17391
17392 * longlines.el (longlines-mode): Wrap while widened.
17393 (longlines-decode-region, longlines-encode-region): Compute max
17394 just once.
17395
17396 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17397
17398 * cus-edit.el (mac): New group.
17399
17400 * cus-start.el (all): Add user options in macterm.c. Add test for
17401 Mac-related built-ins. Fix test for GTK-related built-ins.
17402
17403 * term/mac-win.el (mac-handle-language-change)
17404 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
17405 (mac-services-open-selection, mac-services-mail-selection)
17406 (mac-services-mail-to, mac-services-insert-text)
17407 (mac-dispatch-apple-event): Add docstrings.
17408 (x-get-selection, mac-select-convert-to-string): Select coding
17409 system from `utf-16be' and `utf-16le' using `byteorder'.
17410
17411 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
17412
17413 * subr.el (lazy-completion-table): Don't be fooled if the var holds
17414 a "list" (lambda ...) rather than a real completion list.
17415
17416 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
17417 lexical-let when encountering ((lambda (...) ...) ...).
17418
17419 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
17420
17421 * progmodes/sh-script.el (sh-mode):
17422 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
17423 * textmodes/picture.el (picture-mode): Update docstrings.
17424
17425 2005-12-17 Eli Zaretskii <eliz@gnu.org>
17426
17427 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
17428 commands enclosed in $(ARGQUOTE)s should not be split between two
17429 lines, as that will break with GNU Make >3.80, when sh.exe is used
17430 and arg quoting is with '..'.
17431 (autoloads): Don't break the quoted --eval expression between
17432 several lines.
17433
17434 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
17435
17436 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
17437 Capture error from printing circular structures.
17438
17439 2005-12-17 Martin Rudalics <rudalics@gmx.at>
17440
17441 * wid-edit.el (widget-checkbox-action): Clear undo info.
17442
17443 2005-12-16 Bill Wohler <wohler@newt.com>
17444
17445 * menu-bar.el (kill-this-buffer): Set a good example by using menu
17446 bar, not menubar in comment.
17447
17448 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
17449
17450 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
17451 After-change-functions should not clobber the match data.
17452
17453 2005-12-16 Juri Linkov <juri@jurta.org>
17454
17455 * simple.el (choose-completion): Use `buffer-substring-no-properties'
17456 instead of `buffer-substring'.
17457 (completion-common-substring): Doc fix.
17458 (completion-setup-function): Use minibuffer-completion-contents
17459 instead of minibuffer-contents. Don't set common-string-length
17460 initially. Remove special handling of partial-completion-mode.
17461 Move computation of completion-base-size into one cond.
17462 Call completion-base-size-function in mainbuf. In computation of
17463 completion-base-size for file name completion don't move point to
17464 the end of the minibuffer. Move computation of common-string-length
17465 into one cond. Start putting faces only when common-string-length>=0.
17466 Add condition to put completions-common-part when
17467 common-string-length>0.
17468
17469 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
17470 place point at the first different character in the minibuffer
17471 even if this position is at the beginning of the minibuffer.
17472
17473 * info.el (Info-read-node-name-1): In completion-base-size-function's
17474 lambda return 1 if common-substring or minibuffer-completion-contents
17475 starts with (, and 0 otherwise.
17476
17477 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
17478 Use `crm-current-element' for second arg of `display-completion-list'.
17479
17480 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
17481
17482 * files.el (set-auto-mode): Look for an interpreter specified on
17483 the first line also if search for mode specification succeeded,
17484 but the mode is not known.
17485
17486 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
17487
17488 * textmodes/org.el (org-tags-match-list-sublevels): New option.
17489 (org-open-at-point): Implement tag searches as links.
17490 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
17491 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
17492 (org-tags-sparse-tree, org-tags-view, org-set-tags)
17493 (org-agenda-dispatch): New commands.
17494 (org-use-tag-inheritance, org-tags-column): New options.
17495 (org-tab-follows-link, org-return-follows-link): New options.
17496 (org-tags): New customize group.
17497 (org-start-icalendar-file): Get local time zone.
17498 (org-tags-completion-function): New function.
17499 (org-set-font-lock-defaults): Make sure links will also be
17500 highlighted inside headlines.
17501
17502 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
17503
17504 * term.el (term-emulate-terminal):
17505 Let term-handle-ansi-terminal-messages override what Bash says about
17506 its current directory.
17507
17508 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17509
17510 * bindings.el (last-buffer): Move to simple.el.
17511 * simple.el (last-buffer): Move here.
17512 (get-next-valid-buffer): New function.
17513 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
17514 (prev-buffer): Ditto. Rename to `previous-buffer'.
17515
17516 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
17517 * bindings.el (global-map): Ditto.
17518
17519 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
17520
17521 * cus-edit.el: Introductory comment change.
17522 (custom-magic-alist): Change message string for the `rogue' state.
17523
17524 2005-12-15 Richard M. Stallman <rms@gnu.org>
17525
17526 * tooltip.el: Delete defcustom variable :tag names.
17527
17528 * complete.el (partial-completion-mode): Doc fix.
17529
17530 * textmodes/flyspell.el (flyspell-external-point-words):
17531 Use save-excursion to ensure we don't move backward in the
17532 search loop, not even one character.
17533 (flyspell-delete-all-overlays): Use remove-overlays directly.
17534
17535 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
17536 (ispell-start-process): Set that variable.
17537 Clear ispell-buffer-local-name.
17538 (ispell-internal-change-dictionary):
17539 Set ispell-current-dictionary after killing process.
17540 (ispell-buffer-local-dict):
17541 Don't set spell-personal-dictionary after killing process.
17542 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
17543 (ispell-tex-skip-alists, ispell-html-skip-alists)
17544 (ispell-skip-region-alist): Mark as risky.
17545
17546 * net/newsticker.el (newsticker--retrieval-timer-list)
17547 (newsticker--display-timer, newsticker-running-p)
17548 (newsticker-ticker-running-p): Definitions moved up.
17549
17550 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
17551
17552 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
17553
17554 2005-12-15 David Ponce <david@dponce.com>
17555
17556 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
17557 (recentf-edit-list, recentf-open-files): Signal an error when
17558 there is no recent file.
17559
17560 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
17561
17562 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
17563 read-only except for texinfo-format-region evaluation.
17564
17565 2005-12-14 Richard M. Stallman <rms@gnu.org>
17566
17567 * vc.el (vc-default-previous-version, vc-default-next-version)
17568 (vc-do-command): Doc fixes.
17569
17570 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17571
17572 * textmodes/bibtex.el (bibtex-expand-strings)
17573 (bibtex-autokey-expand-string, bibtex-name-part)
17574 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
17575 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
17576 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
17577 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
17578 (bibtex-entry-postfix, bibtex-known-entry-type-re)
17579 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
17580 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
17581 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
17582 (bibtex-beginning-of-last-entry): Remove.
17583 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
17584 message if comma is missing but buffer is read-only.
17585 (bibtex-parse-field-text): Handle whitespaces at the end of field
17586 text. Return 3-element list with beginning and end of field text
17587 and end of field.
17588 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
17589 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
17590 (bibtex-search-forward-field, bibtex-search-backward-field):
17591 Search always delimited by limits of entry. Use more efficient
17592 search algorithms.
17593 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
17594 bibtex-end-of-name-in-field.
17595 (bibtex-text-in-field-bounds): Handle BibTeX strings when
17596 extracting the content of a field.
17597 (bibtex-text-in-field): Use search limits.
17598 (bibtex-parse-string-prefix): Handle empty string keys based on
17599 bibtex-string-empty-key.
17600 (bibtex-parse-string): Fix docstring.
17601 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
17602 (bibtex-preamble-prefix, bibtex-strings): New functions.
17603 (bibtex-skip-to-valid-entry): Include preceding whitespace in
17604 BibTeX entries (consistent with other BibTeX functions).
17605 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
17606 (bibtex-search-entry): Fix docstring. Simplify.
17607 (bibtex-flash-head, bibtex-complete-string-cleanup)
17608 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
17609 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
17610 (bibtex-parse-entry): New optional arg content.
17611 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
17612 Use bibtex-text-in-field-bounds.
17613 (bibtex-print-help-message): Handle BibTeX strings and preambles.
17614 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
17615 bibtex-parse-string-postfix.
17616 (bibtex-find-text-internal): New function.
17617 (bibtex-remove-delimiters): Use it.
17618 (bibtex-find-text): Use it. New optional arg help.
17619 (bibtex-complete): Handle BibTeX string and preamble entries.
17620 (bibtex-Preamble): Fix order of closing delimiters.
17621
17622 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
17623
17624 * vc.el (vc-default-revert): New fun.
17625
17626 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
17627
17628 2005-12-14 Romain Francoise <romain@orebokech.com>
17629
17630 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
17631 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
17632 (font-lock-remove-keywords): Likewise.
17633
17634 2005-12-14 Juri Linkov <juri@jurta.org>
17635
17636 * log-view.el (log-view-diff): Doc fix.
17637
17638 * isearch.el (isearch-query-replace): Use (mark) instead of
17639 isearch-opoint if mark is active in transient-mark-mode.
17640
17641 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
17642
17643 * isearch.el (isearch-query-replace): Check for isearch-other-end.
17644
17645 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
17646
17647 * progmodes/cpp.el (cpp-face): New widget.
17648 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
17649
17650 2005-12-14 Juri Linkov <juri@jurta.org>
17651
17652 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
17653 around `erase-buffer' and `insert'.
17654
17655 * descr-text.el (describe-text-properties): Replace buffer name
17656 "*Help-2*" with "*Help*<2>".
17657 (describe-char): Add functions print-help-return-message,
17658 toggle-read-only. Use help-setup-xref with nil to not store
17659 describe-char in help-xref-stack. Use help-make-xrefs to
17660 make [back] button.
17661
17662 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
17663
17664 * wdired.el (wdired-old-point): New internal variable.
17665 (wdired-change-to-wdired-mode): Set it buffer-locally.
17666 (wdired-abort-changes): Restore point after aborting changes.
17667
17668 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
17669
17670 * vc.el (vc-do-command): Add a new value t for okstatus.
17671
17672 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
17673 frame in case of errors.
17674
17675 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17676
17677 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
17678 so it comes after "On the Left" in the menu.
17679
17680 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
17681
17682 * cus-edit.el (customize-apropos, customize-apropos-options)
17683 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
17684
17685 2005-12-12 Bill Wohler <wohler@newt.com>
17686
17687 * vc-svn.el (vc-svn-registered): Fix problem of visiting
17688 non-writable Subversion-controlled files by saving window
17689 configuration before calling vc-do-command. vc-do-command calls
17690 pop-to-buffer on error which is unexpected during registration.
17691
17692 2005-12-12 Jay Belanger <belanger@truman.edu>
17693
17694 * calc/README: Update the summary of changes.
17695
17696 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
17697
17698 * descr-text.el (describe-char): Rework last fix to solve the problem
17699 is the same way it's solved for everything else in that function
17700 (i.e. by extracting the info before setting up the *Help* buffer).
17701
17702 2005-12-12 Kim F. Storm <storm@cua.dk>
17703
17704 * subr.el (version-regexp-alist): Allow space as separator before
17705 non-numeric part, e.g. "1.0 alpha".
17706 (version-to-list): Interpret .X.Y version as 0.X.Y version.
17707
17708 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
17709
17710 * textmodes/org.el (org-agenda, org-timeline, org-todo):
17711 Implement Logging and the keep-modes setting.
17712 (org-get-category): Make sure a string is returned.
17713 (org-log-done): New function.
17714 (org-log-done, org-closed-string): New options.
17715
17716 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17717
17718 * tooltip.el (tooltip-y-offset): Change default to 20.
17719
17720 2005-12-12 Richard M. Stallman <rms@gnu.org>
17721
17722 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
17723
17724 * frame.el (display-hourglass): Doc fix.
17725
17726 * help.el (help-for-help-internal): Simplify entry for `a'.
17727
17728 * info.el (Info-on-current-buffer): Doc fix.
17729 (info-insert-file-contents): Don't test (featurep 'jka-compr).
17730
17731 * startup.el (inhibit-splash-screen): Make this the real name.
17732 (inhibit-startup-message): Make this the alias.
17733 (command-line): Find only simple.el, and use its directory
17734 to fill in other preloaded files' names.
17735 (command-line): Deactivate the mark if deactivate-mark is set.
17736
17737 * international/mule.el (load-with-code-conversion):
17738 Bind deactivate-mark.
17739
17740 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
17741
17742 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
17743
17744 * cus-edit.el (customize-apropos): Avoid listing an option more
17745 than once under different aliases. No longer list user options
17746 that are not defined with defcustom (unless a prefix arg is given).
17747 Doc fix.
17748 (customize-apropos-options): Doc fix.
17749
17750 2005-12-11 Juri Linkov <juri@jurta.org>
17751
17752 * frame.el (set-background-color, set-foreground-color)
17753 (set-cursor-color, set-mouse-color, set-border-color):
17754 Add explicit prompts to read colors by `facemenu-read-color'.
17755 (show-trailing-whitespace, blink-cursor-delay)
17756 (blink-cursor-interval, display-hourglass, hourglass-delay):
17757 Remove tags.
17758 (display-hourglass, hourglass-delay): Doc fix.
17759 (cursor-in-non-selected-windows): Capitalize words in tag.
17760
17761 * faces.el (frame-background-mode): Replace `choice-item' keywords
17762 with `const' to not make [default] button. Change default value tag
17763 from `default' to `automatic'. Doc fix.
17764 (trailing-whitespace) <defface>: Change group `whitespace' to
17765 `whitespace-faces'.
17766
17767 2005-12-11 Richard M. Stallman <rms@gnu.org>
17768
17769 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
17770
17771 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17772
17773 * term/mac-win.el: Create keymap for mac-apple-event-map.
17774
17775 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
17776
17777 * tooltip.el (tooltip-mode): Move to start of file so that it
17778 appears at top of customize buffer.
17779
17780 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17781 Add the gud groupname.
17782 (gud-tooltip-mode): Add the tooltip groupname.
17783 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
17784 avoid conflict with tooltip-use-echo-area.
17785
17786 2005-12-10 Romain Francoise <romain@orebokech.com>
17787
17788 * help.el (help-for-help-internal): Add `r' in doc string.
17789
17790 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17791
17792 * align.el (align-regexp, align-highlight-rule):
17793 Use region-beginning and region-end instead of point and mark, so that
17794 repetition (with `repeat-complex-command') recomputes the region
17795 bounds.
17796
17797 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
17798
17799 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17800 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17801 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
17802 (balance-windows): Rewrite using the above new functions.
17803
17804 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
17805
17806 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
17807 react if global-hi-lock-mode seems intended.
17808 (global-hi-lock-mode): Renamed from hi-lock-mode.
17809 (hi-lock-archaic-interface-message-used)
17810 (hi-lock-archaic-interface-deduce): New variables.
17811 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
17812 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
17813 (hi-lock-find-patterns, hi-lock-font-lock-hook):
17814 Replace hi-lock-buffer-mode with hi-lock-mode.
17815
17816 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
17817
17818 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
17819 completion list, even after a partial completion has been
17820 inserted in the current buffer. If there are more than 1
17821 completion, redisplay the *Completions* buffer; if the
17822 completion is unique, delete the *Completions* window.
17823
17824 2005-12-10 Eli Zaretskii <eliz@gnu.org>
17825
17826 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
17827 strings and long subject lines that were broken into multiple
17828 lines at arbitrary places. Handle subjects that have "Re: " in
17829 the middle.
17830
17831 2005-12-10 John W. Eaton <jwe@octave.org>
17832
17833 * emacs/octave-mod.el (octave-electric-space): Don't indent
17834 comments or strings if octave-auto-indent is nil.
17835
17836 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17837
17838 * term/mac-win.el: Require url when compiling.
17839 Call mac-process-deferred-apple-events after loading init files.
17840 (mac-apple-event-map): New defvar. Define event handlers in it.
17841 (core-event, internet-event): New Apple event class symbols.
17842 (open-application, reopen-application, open-documents)
17843 (print-documents, open-contents, quit-application)
17844 (application-died, show-preferences, autosave-now, get-url):
17845 New Apple event ID symbols.
17846 (about): New HICommand ID symbol.
17847 (mac-event-spec, mac-event-ae): New macros.
17848 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
17849 (mac-ae-selection-range, mac-ae-text-for-search)
17850 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
17851 (mac-application-menu-map): Remove keymap. Handlers for HICommand
17852 and Services menu events are now defined in mac-apple-event-map.
17853 (mac-drag-n-drop): Remove selection range handling.
17854
17855 2005-12-10 Kenichi Handa <handa@m17n.org>
17856
17857 * simple.el (zap-to-char):
17858 * isearch.el (isearch-process-search-char): Translate CHAR by
17859 translation-table-for-input.
17860
17861 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
17862
17863 * foldout.el (foldout-exit-fold): Properly hide subtree.
17864
17865 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
17866
17867 * files.el (save-buffer):
17868 * international/ucs-tables.el (ucs-set-table-for-input):
17869 * mail/mail-extr.el (mail-extract-address-components):
17870 * mail/sendmail.el (mail-mode): Reformat doc string.
17871
17872 2005-12-09 Juri Linkov <juri@jurta.org>
17873
17874 * isearch.el (isearch-highlight): Change main overlay priority
17875 from 1 to 1001. Simplify.
17876 (isearch-lazy-highlight-update): Change lazy overlay priority
17877 from 0 to 1000.
17878
17879 * replace.el (replace-highlight): Change overlay priority from
17880 1 to 1001.
17881
17882 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
17883 Change overlay priority from 1 to 1001. Reuse existing overlay.
17884
17885 * compare-w.el (compare-windows-highlight): Change overlay
17886 priority from 1 to 1000.
17887
17888 * menu-bar.el (menu-bar-edit-menu): Add listp around
17889 pending-undo-list to disable menu item "undo" when pending
17890 undo list is empty.
17891
17892 * locate.el (locate): Disable undo in *Locate* buffer.
17893
17894 2005-12-09 Kim F. Storm <storm@cua.dk>
17895
17896 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
17897
17898 2005-12-09 David Ponce <david@dponce.com>
17899
17900 * recentf.el: Improvement of the menu code.
17901 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
17902 instead of menu hook.
17903 (recentf-show-menu, recentf-hide-menu): New functions.
17904 (recentf-menu-customization-changed, recentf-mode): Use them.
17905 (recentf-menu-action, recentf-max-menu-items)
17906 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
17907 (recentf-arrange-by-rule-others)
17908 (recentf-arrange-by-rules-min-items)
17909 (recentf-arrange-by-rule-subfilter): Don't use
17910 `recentf-menu-customization-changed'.
17911 (recentf-arrange-rules): Likewise. Accept functions to compute
17912 sub-menu titles.
17913 (recentf-menu-filter): Likewise. Doc fix.
17914 (recentf-menu-value-shortcut): Doc fix.
17915 (recentf-dump-variable): Quote atom value.
17916 (recentf-make-menu-items): Update to use it as a menu filter.
17917 (recentf-match-rule): New function.
17918 (recentf-arrange-by-rule): Use it.
17919 (recentf-indirect-mode-rule): New function.
17920 (recentf-build-mode-rules): Use it.
17921 (recentf-dir-rule): New function.
17922 (recentf-arrange-by-dir): Use it.
17923 (recentf-filter-changer-current): Rename from
17924 `recentf-filter-changer-state'. All references updated.
17925 (recentf-filter-changer-alist): Update filter names.
17926 (recentf-filter-changer-select): New function.
17927 (recentf-filter-changer): Use it. Make a sub-menu from filters
17928 available in `recentf-filter-changer-alist'.
17929 (recentf-data-cache, recentf-clear-data)
17930 (recentf-update-menu): Remove. All references updated.
17931 (recentf-match-rule-p, recentf-build-dir-rules)
17932 (recentf-filter-changer-goto-next)
17933 (recentf-filter-changer-get-current)
17934 (recentf-filter-changer-get-next): Remove.
17935
17936 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
17937
17938 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
17939 buffer "Reset" button to "Reset to Current" for consistency with
17940 the State buttons.
17941
17942 2005-12-08 John Paul Wallington <jpw@pobox.com>
17943
17944 * ibuf-ext.el (define-ibuffer-filter filename):
17945 If `dired-directory' is a list then really use its car.
17946
17947 2005-12-08 Kim F. Storm <storm@cua.dk>
17948
17949 * emulation/cua-rect.el (cua--rectangle-aux-replace):
17950 Fix indention of text on right side of replaced rectangle.
17951
17952 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
17953
17954 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
17955 No need to check gud-comint-buffer is bound.
17956 (gdb): Prevent multiple debugging when first session uses gdba.
17957
17958 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17959
17960 CC Mode update to 5.31.
17961
17962 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
17963 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
17964 We might do this function properly in the future).
17965
17966 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
17967 New macros c-sentence-end and c-default-value-sentence end, to cope
17968 with Emacs 22's new function `sentence-end'.
17969
17970 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17971
17972 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
17973 compat issue using `c-put-overlay' and `c-delete-overlay'.
17974
17975 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
17976 New compat macros to handle overlays/extents.
17977
17978 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17979
17980 * progmodes/cc-fix.el: Add definitions of the macros push and pop
17981 (for GNU Emacs 20.4).
17982
17983 * progmodes/cc-defs.el:
17984 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
17985
17986 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
17987 highlighting mechanism so it will work in XEmacs too.
17988
17989 * progmodes/cc-defs.el: Insert c-int-to-char.
17990
17991 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
17992 call to the new macro c-int-to-char. This solves XEmacs's
17993 regarding characters as different from integers.
17994
17995 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17996
17997 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
17998 New internal helper.
17999
18000 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
18001 construct to make the indirect face lookup work in XEmacs.
18002
18003 (c-cpp-matchers): Append the negation char face to the existing
18004 fontification, so that the cpp face doesn't disappear.
18005 Use `c-make-syntactic-matcher' to avoid negation chars in comments
18006 and strings.
18007
18008 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
18009 to map to `font-lock-negation-char-face' in emacsen where it exists.
18010
18011 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18012
18013 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
18014
18015 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
18016 Rename "c-subword-move-mode" as "c-subword-mode".
18017
18018 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
18019 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
18020
18021 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18022
18023 * progmodes/cc-mode.el: Added autoload directive for
18024 `c-subword-move-mode' for use in older emacsen.
18025
18026 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18027
18028 * progmodes/cc-mode.el:
18029 (i): Insert a binding for C-c C-backspace into
18030 c-bind-special-erase-keys which works in TTYs.
18031 (ii): Make sure that when file styles are used, any explicitly
18032 given style variables take priority over those in the style.
18033 Do this by calling `hack-local-variables' a second time.
18034
18035 * progmodes/cc-vars.el: Add language specific customization
18036 widgets for AWK to c-doc-comment-style, c-require-final-newline
18037 and c-default-style. Add a defcustom for awk-mode-hook.
18038 Give c-syntactic-element and c-syntactic-context doc-strings by
18039 directly setting their `variable-documentation' propery.
18040 This allows Emacs 22.1 to read these with C-h v.
18041
18042 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
18043
18044 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18045
18046 * progmodes/cc-fonts.el, cc-vars.el
18047 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
18048 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
18049 Masatake YAMATO.
18050
18051 (c-doc-comment-style): Made GtkDoc default in C mode.
18052
18053 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
18054 and C-c C-<delete>.
18055
18056 (c-bind-special-erase-keys): New function for use on
18057 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
18058
18059 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
18060 <delete> key behavior in XEmacs according to `delete-forward-p'.
18061 C.f. `c-electric-delete'.
18062
18063 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18064
18065 * progmodes/cc-mode.el: Give c-hungry-backspace and
18066 c-hungry-delete-forward permanent key bindings.
18067
18068 * progmodes/cc-cmds.el (c-electric-semi&comma):
18069 Bind c-syntactic-context for calls to "criteria functions", for
18070 consistency with other calls to user functions.
18071
18072 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
18073 `current-prefix-arg', since this might be the prefix arg to a
18074 command which calls c-indent-command as a function. Change the
18075 interactive spec from "p" to "P".
18076
18077 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
18078 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
18079 was difficult to understand.
18080
18081 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18082
18083 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
18084 first char of an identifier.
18085
18086 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
18087 +" syntax in C++.
18088
18089 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18090
18091 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
18092 auto-fill doesn't split a c-comment's last word from a hanging
18093 "*/" when a space is typed between them after fill-column.
18094
18095 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
18096
18097 * progmodes/cc-styles.el (c-set-style)
18098 (c-setup-paragraph-variables): Abort the command if we're not in a
18099 CC Mode buffer.
18100
18101 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
18102 with blank comment-prefix, and a blank line as the comment's
18103 second line.
18104
18105 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18106
18107 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
18108 Incorporate the patterns added in the Emacs development branch
18109 for the new Emacs 22 face `font-lock-negation-char-face'.
18110
18111 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
18112 of "red" since it stands out better in xterms and DOS terminals.
18113
18114 * progmodes/cc-engine.el (c-literal-faces):
18115 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
18116
18117 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18118
18119 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
18120 forcibly enable c-electric-flag.
18121
18122 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
18123 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
18124 after the comment-prefix of a C-style comment will close that comment.
18125
18126 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18127
18128 * progmodes/cc-fonts.el (c-basic-matchers-before)
18129 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
18130 in Pike.
18131
18132 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
18133 digraphs.
18134
18135 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
18136 (c-cpp-message-directives, c-cpp-include-directives)
18137 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
18138 (c-cpp-expr-directives): Introduce new language constants to
18139 control cpp syntax in a cleaner way.
18140
18141 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
18142
18143 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
18144
18145 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
18146 (c-multiline-string-start-char): New language constants and
18147 variables to specify how newlines in string literals work.
18148
18149 (c-font-lock-invalid-string): Use them.
18150
18151 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
18152 unbalanced close brace is entered. Optimization by avoiding going
18153 back over arbitrarily large blocks. Removed hints that this
18154 function only would be relevant/useful in AWK.
18155
18156 (c-electric-brace): Indent syntactically after the cleanups since
18157 lineup functions might do it differently then.
18158
18159 * progmodes/cc-engine.el, cc-langs.el
18160 (c-opt-op-identifier-prefix): New language constant and variable.
18161
18162 (c-just-after-func-arglist-p, c-after-special-operator-id)
18163 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
18164
18165 * progmodes/cc-align.el, cc-engine.el
18166 (c-after-special-operator-id): New helper to handle C++ operator
18167 identifiers.
18168
18169 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
18170 (c-guess-basic-syntax): Handle C++ operator identifiers in
18171 declarations.
18172
18173 * progmodes/cc-langs.el (c-assignment-operators): Add the
18174 trigraph version of ^= too.
18175
18176 * progmodes/cc-langs.el (c-assignment-operators): Add the
18177 trigraph version of |= in C++.
18178
18179 * progmodes/cc-fonts.el (c-font-lock-declarators):
18180 Handle `c-decl-hangon-kwds' after the identifier name.
18181
18182 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
18183 whether an arglist is "nonempty", ignore a comment after the open
18184 paren if it isn't followed by a non-comment token on the same line.
18185
18186 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
18187 Enable heuristics below the point to cope with classes inside special
18188 brace lists in Pike.
18189
18190 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18191
18192 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
18193
18194 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18195
18196 * progmodes/cc-guess.el (cc-guess-install): New function to
18197 install an already guessed style in another buffer.
18198
18199 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
18200 sets `inhibit-read-only' - `c-save-buffer-state' should be used
18201 anyway if the change always is undone.
18202
18203 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18204
18205 Implement togglable electricity:
18206
18207 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
18208 saying when it should be used.
18209
18210 * progmodes/cc-engine.el: Add the new buffer-local variable,
18211 c-electric-flag.
18212
18213 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
18214 c-toggle-auto-newline.
18215
18216 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
18217 c-toggle-auto-newline. Remove the binding for
18218 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
18219 c-toggle-electric-state.
18220
18221 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
18222
18223 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
18224 c-\(forward\|backward\)-subword.
18225 (c-update-modeline): Add the new modeline flag `l' for
18226 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
18227 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
18228 Make the old name an alias of the new name.
18229 (c-toggle-electric-state): New function.
18230 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
18231 Adapt these functions to do electric things only when
18232 c-electric-flag is non-nil.
18233 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
18234 new functions from c-electric-brace.
18235 (c-point-syntax): Add a check for "virtual semicolons" in AWK
18236 mode, so that the tentative extra newline doesn't change the
18237 syntax of the following brace.
18238 (c-electric-brace): Restructure by extracting the above functions.
18239 Tidy up the coding somewhat.
18240 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
18241 restructure a bit.
18242
18243 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18244
18245 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
18246 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
18247
18248 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
18249 (c-submode-indicators): Change name from `c-auto-hungry-string'
18250 since it's now used to track another submode.
18251
18252 (c-update-modeline): Convert to function and extended to check
18253 `c-subword-move-mode'.
18254
18255 (c-forward-into-nomenclature, c-backward-into-nomenclature):
18256 Convert to compat aliases for `c-forward-subword' and
18257 `c-backward-subword'.
18258
18259 * progmodes/cc-subword.el: New functions and minor mode to handle
18260 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
18261
18262 (c-forward-subword, c-backward-subword, c-mark-subword)
18263 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
18264 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
18265 Functions corresponding to the standard word handling functions.
18266
18267 (c-subword-move-mode): Minor mode that replaces all the standard
18268 word handling functions with their subword equivalences.
18269
18270 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18271
18272 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
18273 entry for one-liner-defun.
18274
18275 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
18276 name in its def-edebug-spec.
18277
18278 * progmodes/cc-cmds.el (c-electric-brace): Make the
18279 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
18280 compacts space before a comment, if this will make things fit on
18281 one line.
18282
18283 Introduce an "awk" style, mainly for auto-newline and clean-ups.
18284
18285 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
18286
18287 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
18288 clean-up one-liner-defun.
18289
18290 * progmodes/cc-styles.el: Add the new "awk" style.
18291
18292 * progmodes/cc-vars.el: Add description of one-liner-defun to
18293 c-cleanup-list's doc-string. New user options,
18294 c-max-one-liner-length. In c-default-style, set the default style
18295 for AWK to "awk".
18296
18297 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18298
18299 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
18300 macros inside labels.
18301
18302 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
18303 `c-at-statement-start-p' and `c-at-expression-start-p'.
18304
18305 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
18306 error if the mark isn't set.
18307
18308 * progmodes/cc-engine.el (c-guess-continued-construct)
18309 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
18310 accurately detect functions inside functions.
18311
18312 * progmodes/cc-engine.el (c-at-expression-start-p): New function
18313 like `c-at-statement-start-p' that additionally recognizes commas
18314 and expression parentheses as delimiters.
18315
18316 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
18317 to avoid heuristics that doesn't work for unclosed blocks.
18318 (c-at-statement-start-p): New function.
18319
18320 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
18321 Objective-C directives, e.g. directives spanning lines should work
18322 reasonably well now.
18323
18324 (c-put-c-type-property, c-clear-c-type-property): New helpers.
18325
18326 (c-forward-objc-directive): New function to move over any ObjC
18327 directive.
18328
18329 (c-just-after-func-arglist-p, c-guess-basic-syntax)
18330 (c-basic-matchers-before): Use it.
18331
18332 (c-font-lock-objc-iip-decl): Remove.
18333
18334 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
18335 in the template arglist recognition.
18336
18337 * progmodes/cc-styles.el (c-style-alist): Fix several
18338 inconsistencies in the Whitesmith style.
18339
18340 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
18341 New lineup function to get lines after Whitesmith style blocks
18342 correctly indented.
18343
18344 (c-lineup-whitesmith-in-block): Back out the compensation for
18345 opening parens since it's done using `add' lists in the style
18346 definition instead. Don't use the anchor position since it varies
18347 too much between the syntactic symbols. :P
18348
18349 * progmodes/cc-vars.el (c-valid-offset): Update.
18350
18351 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
18352 lists where the offsets are combined according to several
18353 different methods: `first', `min', `max', and `add'.
18354 Report offset evaluation errors with `c-benign-error' so that some kind
18355 of reindentation still is done.
18356
18357 * progmodes/cc-engine.el (c-guess-basic-syntax):
18358 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
18359 `arglist-close'.
18360
18361 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
18362 situations for `arglist-cont-nonempty' and `arglist-close'.
18363
18364 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
18365
18366 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
18367 cc-bytecomp-boundp' in a number of places.
18368
18369 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
18370 macro related issue.
18371
18372 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18373
18374 * progmodes/cc-awk.el: Change the terminology of regexps: A char
18375 list is now [asdf], a char class [:alpha:].
18376 Include code for char classes.
18377 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
18378 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
18379
18380 Remove (nearly all of) the cruft associated with AWK Mode's former
18381 concept of "virtual semicolons":
18382
18383 Adapt c-beginning-of-statement, c-end-of-statement (together with
18384 subfunctions) to use the new notion of "virtual semicolon" in
18385 place of the old awkward special handling for AWK. There remains
18386 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
18387 * progmodes/cc-cmds.el:
18388 (c-ascertain-adjacent-literal): In the backwards direction, now
18389 recognises AWK regexp delimiters as string delimiters.
18390 (c-after-statement-terminator-p): Adapt for virtual semicolons;
18391 check more rigorously for "end of macro".
18392 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
18393 virtual semicolons;
18394 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
18395 out the code for forward movement into ...
18396 (c-end-of-statement): Now contains the code for forward movement,
18397 adapted for virtual semicolons.
18398
18399 * progmodes/cc-engine.el:
18400 (c-ws*-string-limit-regexp): New regexp.
18401 (c-forward-single-comment, c-backward-single-comment): Comment out
18402 the (now redundant) "special" AWK stuff.
18403
18404 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
18405 c-string-par-start, c-string-par-separate to be more like Text
18406 Mode than Fundamental Mode.
18407
18408 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18409
18410 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
18411 to the fontified region so that fontification doesn't occur
18412 outside it (could happen e.g. when fontifying a line with an
18413 unfinished declaration).
18414
18415 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18416
18417 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
18418 start of the file. ^L now separate sections of the file.
18419 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
18420 (c-awk-one-line-possibly-open-string-re)
18421 (c-awk-regexp-one-line-possibly-open-char-class-re)
18422 (c-awk-one-line-possibly-open-regexp-re)
18423 (c-awk-one-line-non-syn-ws*-re): New defonsts.
18424 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
18425
18426 Amend the concept of "virtual semicolons" (in the indentation
18427 engine) for languages like AWK, such that they are now
18428 conceptually attached to end of the last token of a statement, not
18429 the end of the line. (In AWK Mode, however, the pertinent text
18430 property is still physically set on the EOL.) Remove the specific
18431 tests for awk-mode, thus facilitating the introduction of other
18432 language modes where EOLs can end statements.
18433 (Note: The funtionality in cc-cmds.el, specifically
18434 c-beginning/end-of-statement has yet to be amended.)
18435
18436 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
18437 New macros.
18438
18439 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
18440 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
18441 c-vsemi-status-unknown-p-fn (in a new page).
18442
18443 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
18444 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
18445 numerous awkward forms like
18446 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
18447 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
18448 variable before-ws-ip, the place just after char-before-ip appears.
18449
18450 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
18451 a comment.
18452
18453 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18454
18455 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
18456 `c-tentative-buffer-changes'.
18457
18458 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
18459 convert to macro to choose between Emacs and XEmacs at compile time.
18460
18461 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
18462
18463 (c-tentative-buffer-changes): New macro to handle temporary buffer
18464 changes in a convenient way.
18465
18466 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
18467 for `c-tentative-buffer-changes'.
18468
18469 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
18470 the checks for paren sexps between the point and the keyword, to
18471 avoid some false alarms.
18472
18473 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
18474 Fixed a situation where an error could be thrown for unbalanced
18475 parens. Changed to make use of c-keyword-member' to avoid some
18476 repeated regexp matches.
18477
18478 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
18479 These language variable are no longer necessary.
18480
18481 (c-block-stmt-kwds): New language constant used by
18482 c-looking-at-inexpr-block'.
18483
18484 (c-guess-basic-syntax): Remove an optional check that looked at
18485 the existence of the now removed language variables.
18486
18487 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
18488 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
18489 object instantiation expressions as declarations in some contexts.
18490 This bug only affected languages where the declarator can't be
18491 enclosed in parentheses.
18492
18493 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
18494 insert newlines before and after substatement braces.
18495
18496 * progmodes/cc-engine.el: Improved the heuristics for recognizing
18497 function declaration headers and the handling of C++ style member
18498 init lists.
18499
18500 (c-just-after-func-arglist-p): Rewritten to use
18501 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
18502
18503 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
18504
18505 (c-guess-basic-syntax): Adapt case 5B for the new
18506 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
18507 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
18508 covers all cases now).
18509
18510 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
18511
18512 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18513
18514 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
18515 c-string-par-start/separate c-sentence-end-with-esc-eol,
18516 initialised in c-setup-paragraph-variables, used in string
18517 scanning subroutines of c-beginning-of-statement.
18518
18519 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
18520 which precedes the newly inserted `{'.
18521
18522 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18523
18524 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
18525 function for declaration level blocks. It should now cope with
18526 templates better and also be a lot more comprehensible.
18527
18528 (c-looking-at-decl-block): The new function.
18529
18530 (c-search-uplist-for-classkey): The old one. It's now a wrapper
18531 for compatibility.
18532
18533 (c-add-class-syntax, c-guess-continued-construct)
18534 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
18535
18536 (c-decl-block-key): Change to tell apart ambiguous and
18537 unambiguous keywords. Pike specials are now handled directly in
18538 the code instead.
18539
18540 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
18541 New language constants and variables to make the backward skip in
18542 `c-looking-at-decl-block' as tight as possible.
18543
18544 (c-nonsymbol-token-char-list): New language constant.
18545
18546 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
18547 find balanced template arglists backwards.
18548
18549 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
18550 making char classes for `c-syntactic-skip-backward'.
18551
18552 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
18553 16D - can't be a class-close at that point.
18554
18555 * progmodes/cc-engine.el (c-guess-basic-syntax)
18556 (c-add-class-syntax): Don't narrow out the enclosing declaration
18557 level. This makes everything a lot easier, and it was actually
18558 only four small places that needed it to work. Some places that
18559 previously did `widen' are removed now, which has the effect that
18560 `c-guess-basic-syntax' never will look at things outside the
18561 current narrowment now. The anchor position for `topmost-intro'
18562 is affected by this, but it was so bogus it was basically useless
18563 before, and now it's equally bogus but in a slightly different way.
18564
18565 (c-narrow-out-enclosing-class): Gone.
18566
18567 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
18568 the narrowed region.
18569
18570 (c-least-enclosing-brace): Remove silly optional argument.
18571
18572 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
18573 the point could be left directly after an open paren when finding
18574 the beginning of the first decl in the block.
18575
18576 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
18577 Specify which submatch to use.
18578
18579 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
18580
18581 (c-decl-start-re): No longer any need for special treatment of
18582 ObjC due to the above.
18583
18584 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
18585 presumably follows C in that regard.
18586
18587 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
18588 New language constants to specify operator tokens inside
18589 identifiers in a more high level way.
18590
18591 (c-opt-identifier-prefix-key): New internal language constant.
18592
18593 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
18594 (c-identifier-start, c-identifier-key): Now completely calculated
18595 from other constants.
18596
18597 (c-identifier-last-sym-match): Decommission since it's no longer used.
18598
18599 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
18600
18601 * progmodes/cc-engine.el (c-forward-name): Remove the
18602 optimization when c-identifier-key is equal to c-symbol-key since
18603 it doesn't work in byte compiled files. Don't record empty
18604 regions as identifiers.
18605
18606 * progmodes/cc-langs.el (c-filter-ops): New helper function to
18607 simplify access to `c-operators' and its likes.
18608
18609 (c-operator-list, c-all-op-syntax-tokens)
18610 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
18611 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
18612 (c-primary-expr-regexp, c-cast-parens): Use it.
18613
18614 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
18615 an explicit language in functions.
18616
18617 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
18618 variant of adornment.
18619
18620 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
18621 variable.
18622
18623 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
18624 the Pike value.
18625
18626 * progmodes/cc-engine.el (c-on-identifier)
18627 (c-simple-skip-symbol-backward): Small fix for handling "-"
18628 correctly in `skip-chars-backward'. Affected the operator lfun
18629 syntax in Pike.
18630
18631 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
18632 diagnostic message about precompiled language vars not being used.
18633
18634 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
18635 "__attribute__" is followed by a parenthesis.
18636
18637 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
18638 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
18639 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
18640
18641 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
18642 Internal cleanups to properly detect the declared identifiers in
18643 various declarations.
18644
18645 (c-decl-start-kwds): New language constant to recognize
18646 declarations that can start anywhere. Used for class declarations
18647 in Pike.
18648
18649 (c-specifier-key, c-not-decl-init-keywords)
18650 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
18651 (c-find-decl-spots): Implement `c-decl-start-kwds'.
18652
18653 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
18654 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
18655 handling of the compiler specific extension keywords into a new
18656 language constant `c-decl-hangon-kwds' that defines keyword
18657 clauses to be ignored in declarations.
18658
18659 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
18660 past unrecognized tokens when handling `c-colon-type-list-kwds'.
18661 Necessary to stop at the declared identifier in e.g. IDL valuetype
18662 declarations.
18663
18664 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
18665 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
18666 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
18667 (c-forward-decl-or-cast-1): Recognize the declared identifier in
18668 class and enum declarations as such and not as part of the type.
18669
18670 (c-forward-decl-or-cast-1, c-forward-label): Relax the
18671 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
18672
18673 (c-forward-decl-or-cast-1): Don't disregard sure signs of
18674 declarations when there's some syntax error later on.
18675
18676 (c-complex-decl-matchers): Did away with a reference to
18677 `c-specifier-key'.
18678
18679 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
18680 value - this variable is always dynamically bound.
18681
18682 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
18683 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
18684 * cc-cmds.el, cc-defs.el: Change the policy for marking up
18685 functions that might do hidden buffer changes: All such internal
18686 functions are now marked instead of those that don't.
18687
18688 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
18689 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
18690 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
18691 (c-literal-type): Allow these functions to make hidden buffer changes,
18692 so that they are free to use text property caching later on.
18693
18694 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
18695 (c-electric-brace, c-electric-slash, c-electric-star)
18696 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
18697 (c-electric-paren, c-electric-continued-statement, c-indent-command)
18698 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
18699 (c-context-line-break): Add `c-save-buffer-state' calls to comply
18700 with the changed semantics of the functions above.
18701
18702 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
18703 when macros occur in obscure places. Optimized the sexp movement
18704 a bit.
18705
18706 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18707
18708 Enhancements for c-beginning-of-statement to work in AWK Mode:
18709
18710 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
18711 (completed statement) with `}' (statement completed by closing
18712 brace or semicolon) and `$' (statement completed by EOL).
18713
18714 (c-awk-virtual-semicolon-ends-prev-line-p)
18715 (c-awk-virtual-semicolon-ends-line-p)
18716 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
18717 (c-awk-at-statement-end-p): New functions.
18718
18719 * progmodes/cc-cmds.el: Simplify the structure of functions
18720 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
18721 two functions and c-beginning-of-statement to handle AWK Mode.
18722
18723 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
18724 c-backward-single-comment for AWK mode. Attempt to clarify their
18725 doc-strings.
18726
18727 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
18728
18729 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18730
18731 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
18732 label handling. Labels are now recognized in a uniform and more
18733 robust way, regardless of context. Text properties are put on all
18734 labels to recognize the following declarations better.
18735 Multiword labels are handled both in indentation and fontification for
18736 the benefit of language extensions like Qt. For consistency, keywords
18737 in labels are now fontified with the label face instead.
18738 That also applies to "case" and "default".
18739
18740 (c-beginning-of-statement-1): Fix some bugs in the label
18741 handling. Disregard `c-nonlabel-token-key' in labels that begin
18742 with `c-label-kwds'.
18743
18744 (c-find-decl-spots): Support that the callback adds more
18745 `c-decl-end' spots to find.
18746
18747 (c-forward-decl-or-cast-1): Don't treat a list of plain
18748 identifiers followed by a colon as a declaration.
18749
18750 (c-forward-label): New function to recognize labels.
18751
18752 (c-guess-basic-syntax): Replace uses of `c-label-key' with
18753 `c-forward-label'. Moved the label recognition cases (14 and 15)
18754 earlier since they aren't so context sensitive now. Handle labels
18755 on the top level gracefully. Moved access label recognition to
18756 the generic label case (CASE 15) - removed CASE 5E.
18757
18758 (c-font-lock-declarations): Add recognition of labels in the
18759 same round since we need to handle labels in parallell with other
18760 declarations to recognize both accurately. It should also improve
18761 speed.
18762
18763 (c-simple-decl-matchers, c-basic-matchers-after):
18764 Move `c-font-lock-labels' so that it only is used on decoration level 2
18765 since `c-font-lock-declarations' handles it otherwise.
18766
18767 (c-complex-decl-matchers): Remove the simplistic recognition of
18768 access labels.
18769
18770 (c-decl-prefix-re): Remove the kludges that was necessary to cope
18771 with labels earlier.
18772
18773 (c-decl-start-re): New language variable to make
18774 `c-font-lock-declarations' stop for the special protection labels
18775 in Objective-C that start with `@'.
18776
18777 (c-label-key): Remove since it's no longer used.
18778
18779 (c-recognize-colon-labels, c-label-prefix-re): New language
18780 constants to support recognition of generic colon-terminated labels.
18781
18782 (c-type-decl-end-used): `c-decl-end' is now used whenever there
18783 are colon terminated labels.
18784
18785 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
18786 first argument starts with a special brace list.
18787
18788 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
18789 (c-font-lock-declarations): Break out the declaration and cast
18790 recognition from `c-font-lock-declarations' to a new function, so
18791 that it can be used in the indentation engine.
18792
18793 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
18794 up to the start of the literal. Fixed bug with the point on the
18795 wrong side of the search limit that could happen when the start
18796 position is inside a literal.
18797
18798 * progmodes/cc-engine.el (c-parse-state)
18799 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
18800 so that it's kept a little bit back to increase the hit rate.
18801
18802 (c-parse-state): Change the macro handling and fixed some
18803 glitches. Macro context is checked more often than necessary now,
18804 but otoh less garbage conses are generated.
18805
18806 * progmodes/cc-engine.el (c-parse-state)
18807 (c-invalidate-state-cache): Cache the last position where
18808 `c-state-cache' applies. This can speed up refontification quite
18809 a bit in blocks where there are many non-brace parens before the point.
18810
18811 (c-state-cache-end): New variable for this.
18812
18813 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
18814 cache variable.
18815
18816 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
18817 get close initial continue positions when the start position is
18818 inside a literal or macro. Do not call the callback for spots
18819 before the start position (which can happen e.g. for `c-decl-end'
18820 spots inside comments). Optimize better in special cases when the
18821 region is a single line inside a literal or macro (typically when
18822 the current line is refontified).
18823
18824 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
18825 to `c-add-stmt-syntax' - there's no need to explicitly whack off
18826 entries from the paren state.
18827
18828 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
18829 special case for "else if" clauses.
18830
18831 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
18832 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
18833
18834 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
18835 New language variable to recognize the gcc extension with statement
18836 blocks inside expressions.
18837
18838 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
18839 it somewhat more comprehensible. The argument AT-BLOCK-START is
18840 no longer used and hence removed.
18841
18842 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
18843 to `c-add-stmt-syntax'.
18844
18845 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
18846 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
18847 This fixes bogus label recognition.
18848
18849 * progmodes/cc-engine.el (c-add-type, c-check-type)
18850 (c-forward-name, c-forward-type): Improve storage of template
18851 types in `c-found-types' so that they can be recognized better.
18852
18853 (c-syntactic-content): Add option to skip past nested parens.
18854
18855 * progmodes/cc-engine.el (c-forward-name):
18856 Set `c-last-identifier-range' all the time. It's less work that way.
18857 Handle that there might not be an identifier to store in
18858 `c-last-identifier-range'.
18859
18860 (c-forward-type): Handle that `c-last-identifier-range' might be
18861 nil from `c-forward-name'.
18862
18863 * progmodes/cc-defs.el (c-safe-scan-lists)
18864 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
18865
18866 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
18867 to work even if the form fails.
18868
18869 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
18870 down in a large file in one go.
18871
18872 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
18873
18874 * progmodes/cc-align.el (c-lineup-assignments): New lineup
18875 function which is like `c-lineup-math' but returns nil instead of
18876 `c-basic-offset' when it doesn't match.
18877
18878 (c-lineup-math): Change to use `c-lineup-assignments'.
18879
18880 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18881
18882 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
18883 c-beginning-of-statement. New subfunctions
18884 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
18885
18886 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18887
18888 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
18889 hardcoded char classes whereever possible. Changed a couple of
18890 places to use skip by syntax instead of skip by char class.
18891
18892 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
18893 Fix a bug in the regexp that caused extreme backtracking.
18894
18895 * progmodes/cc-langs.el (c-block-comment-starter)
18896 (c-block-comment-ender): New language constants to specify in a
18897 single place how block comments look.
18898
18899 (c-comment-start-regexp, c-block-comment-start-regexp)
18900 (comment-start, comment-end, comment-start-skip)
18901 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
18902 (c-syntactic-ws, c-nonempty-syntactic-ws)
18903 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
18904 `c-line-comment-starter', `c-block-comment-starter' and
18905 `c-block-comment-ender'.
18906
18907 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
18908 New language constants to break up things a bit.
18909
18910 (c-simple-ws): New language constant for simple whitespace.
18911
18912 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
18913
18914 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
18915 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
18916 newlines. Allow and ignore nil elements in the list.
18917
18918 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18919
18920 * progmodes/cc-cmds.el: Comment out a (n almost certainly
18921 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
18922
18923 * progmodes/cc-cmds.el: Tidy up the comments in
18924 c-beginning-of-statement and subfunctions.
18925
18926 * progmodes/cc-awk.el: Replace calls to put-text-property to the
18927 more flexible c-put-char-property and c-clear-char-properties.
18928 Add the author's email address.
18929
18930 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
18931
18932 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
18933 closing "*/" of a block comment.
18934
18935 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
18936 subfunctions) so that it works at BOB and EOB.
18937
18938 * progmodes/cc-cmds.el, cc-vars.el: More updating of
18939 c-beginning-of-statement, including new variable
18940 c-block-comment-start-regexp.
18941
18942 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18943
18944 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
18945 symbols from `*-font-lock-extra-types' so that there's no need to
18946 use `regexp-opt' on those lists.
18947
18948 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
18949 `c-type-modifier-kwds' is empty.
18950
18951 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
18952 there are several strings on the same line.
18953
18954 * progmodes/cc-engine.el (c-literal-limits): Remove the
18955 compatibility function for older emacsen. `c-literal-limits-fast'
18956 has now taken the place of this function.
18957
18958 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
18959 with older emacsen: We now require `pps-extended-state'.
18960
18961 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18962
18963 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
18964 which obviates the need to hack sentence-end. This now handles
18965 escaped newlines in strings correctly. Correct minor bugs in
18966 c-move-over-sentence and in c-beginning-of-statement.
18967
18968 * progmodes/cc-cmds.el (c-beginning-of-statement (and
18969 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
18970 that movement over macros and code are rigorously separated from
18971 eachother. Correct a few incidental bugs.
18972
18973 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
18974 Improve its doc-string. Improve the handling of certain specific cases.
18975
18976 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18977
18978 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
18979 (c-guess-basic-syntax): Change the way class-level labels are
18980 recognized; they can now contain essentially any symbols.
18981
18982 (c-opt-extra-label-key): New language variable to cope with the
18983 special protection label syntax in Objective-C.
18984
18985 (c-opt-access-key): Remove; this is now handled better by
18986 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
18987
18988 (c-complex-decl-matchers): Update to handle that
18989 `c-opt-access-key' no longer exists.
18990
18991 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
18992 improved label recognition in `c-beginning-of-statement-1'.
18993
18994 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
18995 Recognize bitfields better.
18996
18997 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
18998 Remove some cruft and fixed a bug that could cause it to go to a
18999 position further down.
19000
19001 * progmodes/cc-langs.el, cc-engine.el
19002 (c-beginning-of-statement-1): Improve detection of labels in
19003 declaration contexts.
19004
19005 (c-beginning-of-decl-1): Use it.
19006
19007 (c-nonlabel-token-key): New language constant and variable needed
19008 by `c-beginning-of-statement-1'.
19009
19010 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
19011 manifested itself due to the correction in `c-forward-sexp'.
19012
19013 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
19014 Make these behave as documented when used at the buffer limits.
19015
19016 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
19017 (c-type-decl-end-used): Made this a language variable.
19018
19019 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
19020 correctly when `combine-after-change-calls' is used together with
19021 temporary narrowings.
19022
19023 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19024 Report labels correctly when the start point is immediately after the
19025 colon.
19026
19027 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
19028 Remove since it isn't used anymore.
19029
19030 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
19031 bracket arglists such as template parens in C++.
19032
19033 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
19034 in the last check-in. Some optimization.
19035
19036 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
19037 where it could stop at the same level in a preceding sexp when
19038 PAREN-LEVEL is set.
19039
19040 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
19041 text property lookup only when it's needed.
19042
19043 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
19044 Change the policy for paren marked angle brackets to be more
19045 persistent; once marked they remain marked even when they're found
19046 to be unbalanced in the searched region. This should keep the
19047 paren syntax around even when individual lines are refontified in
19048 multiline template arglists.
19049
19050 (c-parse-and-markup-<>-arglists): New dynamically bound variable
19051 to control markup so that incorrect angle bracket arglists aren't
19052 marked in contexts where the correct value for
19053 `c-disallow-comma-in-<>-arglists' isn't known.
19054
19055 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
19056 argument has become `c-parse-and-markup-<>-arglists'.
19057
19058 (c-remove-<>-arglist-properties): Remove - no longer used.
19059
19060 (c-after-change-check-<>-operators): New function used on
19061 `after-change-functions' to avoid that "<" and ">" characters that
19062 are part of longer operators have paren syntax.
19063
19064 (c-<>-multichar-token-regexp): New language variable used by
19065 `c-after-change-check-<>-operators'.
19066
19067 (c-after-change): Call `c-after-change-check-<>-operators'.
19068
19069 (c-font-lock-<>-arglists): Use the context properties set by
19070 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
19071 correctly to avoid doing invalid markup.
19072
19073 (c-font-lock-declarations): Remove code that undoes the invalid
19074 markup done by `c-font-lock-<>-arglists'.
19075
19076 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
19077 after `c-font-lock-declarations'.
19078
19079 * progmodes/cc-engine.el (c-syntactic-skip-backward):
19080 Add paren-level feature.
19081
19082 (c-guess-basic-syntax): Improve the anchor position for
19083 `template-args-cont' in nested template arglists. There's still
19084 much to be desired in this area, though.
19085
19086 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19087
19088 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
19089 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
19090
19091 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19092
19093 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
19094 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
19095
19096 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
19097 it doesn't work no longer are supported.
19098
19099 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
19100 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
19101 requires support for the syntax-table' text property, which rules
19102 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
19103 cruft associated with those versions.
19104
19105 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
19106 for the `syntax-table' text property, which rules out Emacs 19 and
19107 XEmacs < 21.4. Removed various compatibility cruft associated
19108 with those versions.
19109
19110 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
19111 support for the `syntax-table' text property.
19112
19113 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
19114 variable and use an extra quoted face name instead. All the
19115 emacsen flavors handle that correctly.
19116
19117 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
19118 (c-font-lock-declarators, c-font-lock-declarations)
19119 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
19120 property to mark the items in in declarator lists to handle
19121 refontification inside multiline declarations better.
19122
19123 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
19124 construct like "a * b = c;" as a declaration.
19125
19126 2005-12-08 Kim F. Storm <storm@cua.dk>
19127
19128 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
19129 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
19130 select either meta, hyper, or super modifier for rectangle commands.
19131 (cua--rectangle-modifier-key): New defvar.
19132 (cua--M/H-key): Use it. Remove special case for `space'.
19133 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
19134 on X, to meta otherwise. Always bind C-return to toggle
19135 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
19136
19137 * emulation/cua-rect.el (cua-help-for-rectangle):
19138 Use cua--rectangle-modifier-key. Handle super modifier too.
19139 (cua--init-rectangles): Always bind C-return to toggle rectangle.
19140 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
19141
19142 * ido.el: Move Acknowledgements and History after Commentary.
19143 Minor changes to Commentary.
19144
19145 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
19146 keymap if cua--prefix-override-timer is `shift'.
19147 (cua--shift-control-prefix): New function; emulate "type prefix
19148 key twice" functionality to handle shifted prefix key override.
19149 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
19150 New commands.
19151 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
19152
19153 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
19154
19155 * textmodes/org.el (org-insert-heading): Try to do items before
19156 headings.
19157 (org-agenda-mode): Quote `org-agenda-mode-hook'.
19158 (org-insert-item): New function.
19159 (org-renumber-ordered-list): Don't skip to higher level lists.
19160
19161 2005-12-08 Juri Linkov <juri@jurta.org>
19162
19163 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
19164
19165 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
19166
19167 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
19168
19169 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
19170 the constructed function name fun-1.
19171
19172 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
19173 because such links don't lead to parent documentation.
19174
19175 2005-12-08 Kenichi Handa <handa@m17n.org>
19176
19177 * descr-text.el (describe-char): Use *Help-2* buffer if the
19178 current buffer is *Help*. Call describe-text-properties while
19179 setting the original buffer.
19180
19181 2005-12-07 Bill Wohler <wohler@newt.com>
19182
19183 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
19184 and causes problems with non-MH users (such as Gnus users).
19185
19186 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
19187
19188 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
19189 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
19190 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
19191 command "info sources". Move calls to GDB command "list".
19192 (gdb-find-file-hook): Just use gdb-source-file-list.
19193 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
19194 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
19195 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
19196 (gdb-data-list-register-values-handler): Use correct trigger name.
19197
19198 2005-12-07 Kim F. Storm <storm@cua.dk>
19199
19200 * ido.el (ido-completion-map): Rename from ido-mode-map.
19201 (ido-common-completion-map, ido-file-completion-map)
19202 (ido-file-dir-completion-map, ido-buffer-completion-map):
19203 Rename from ido-mode-....-map.
19204 (ido-init-completion-maps): Rename from ido-init-mode-maps.
19205 (ido-setup-completion-map): Rename from ido-define-mode-map.
19206 (ido-read-internal): Bind minibuffer-local-filename-completion-map
19207 to ido-completion-map.
19208
19209 2005-12-07 Kenichi Handa <handa@m17n.org>
19210
19211 * international/mule-cmds.el
19212 (set-display-table-and-terminal-coding-system): If the coding
19213 system specified in `unibyte-display' property is different from
19214 the arg coding-system, don't setup standard-display-table.
19215
19216 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
19217
19218 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
19219 that comments end at \n, regardless of selective-display.
19220
19221 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
19222
19223 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
19224 (gdb-version): New variables.
19225 (gdb-source-file-list, gdb-register-names)
19226 (gdb-changed-registers): New variables for use with GDB 6.4+.
19227 (gdb-ann3): Replace with...
19228 (gdb-init-1, gdb-init-2): ...two new functions.
19229 (gdba, gdb-prompt): Call gdb-init-1.
19230 (gdb-get-version): New function. Call gdb-init-2 from here.
19231 (gud-watch): Make it work with mouse events too.
19232 (gdb-post-prompt): Don't add to queue until GDB version is known.
19233 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
19234 (gdb-locals-mode): Use gdb-version.
19235 (gdb-memory-format-map, gdb-memory-unit-map)
19236 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
19237 (gdb-locals-font-lock-keywords-1)
19238 (gdb-locals-font-lock-keywords-2): New variables.
19239 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
19240 (gdb-set-gud-minor-mode-existing-buffers-1)
19241 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
19242 (gdb-var-update-1, gdb-var-update-handler-1)
19243 (gdb-data-list-register-values-handler)
19244 (gdb-data-list-register-values-custom)
19245 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
19246 (gdb-stack-list-locals-handler, gdb-get-register-names):
19247 New functions for use with GDB 6.4+.
19248 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
19249 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
19250 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
19251 (gdb-stack-list-locals-regexp)
19252 (gdb-data-list-register-names-regexp): New regexps for use with
19253 GDB 6.4+.
19254
19255 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
19256
19257 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
19258
19259 2005-12-06 Nozomu Ando <nand@mac.com>
19260
19261 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
19262 prompts work for AUTH PLAIN. Also reported by Steve Allan
19263 <seallan@verizon.net>.
19264
19265 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
19266
19267 * frame.el (set-frame-parameter): Add doc string.
19268
19269 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
19270
19271 * textmodes/org.el (org-occur-highlights): New variable.
19272 (org-highlight-new-match, org-remove-occur-highlights): New functions.
19273 (org-highlight-sparse-tree-matches): New option.
19274 (org-do-occur): New function.
19275 (org-get-heading): Make it work also at beginning of line.
19276 (org-category-table): New variable.
19277 (org-get-category-table, org-get-category)
19278 (org-camel-to-words, org-link-search): New functions.
19279 (org-select-this-todo-keyword): New variable.
19280 (org-todo-list): New command.
19281 (org-shiftright, org-shiftleft): New commands.
19282 (org-agenda-todo): Add prefix argument.
19283 (org-show-hierarchy-above): New option.
19284 (org-show-todo-tree): Numerical prefix creates tree for specific
19285 TODO keyword.
19286 (org-outline-level): New function, to assign a level to plain
19287 lists items.
19288 (org-cycle-include-plain-lists): New option.
19289 (org-mode): Use `org-outline-level' as value of `outline-level'.
19290 (org-cycle): Temporarily switch `outline-regexp' if
19291 `org-cycle-include-plain-lists' is non-nil.
19292 (org-start-icalendar-file): Fix format bug.
19293 (org-agenda-get-day-entries): Create category table.
19294 (org-agenda-get-todos, org-agenda-get-timestamps)
19295 (org-agenda-get-deadlines, org-agenda-get-scheduled)
19296 (org-agenda-get-blocks): Use `org-get-category'.
19297 (org-context-in-file-links): Rename from
19298 `org-line-numbers-in-file-links'.
19299
19300 2005-12-06 Romain Francoise <romain@orebokech.com>
19301
19302 * window.el (balance-windows): Delete extraneous third arg in call
19303 to `enlarge-window'.
19304
19305 2005-12-06 Kenichi Handa <handa@m17n.org>
19306
19307 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
19308
19309 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
19310
19311 * progmodes/gdb-ui.el (gdb-var-create-handler)
19312 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
19313 (gdb-var-list-children-handler, gdb-var-update-handler):
19314 Current buffer is already gdb-partial-output-buffer, don't
19315 make it current again.
19316
19317 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
19318
19319 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
19320 (list-buffers-noselect): Use it.
19321
19322 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
19323
19324 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
19325 (mail-yank-ignored-headers): Use regexp-opt.
19326 (mail-mode-map): Move initialization into declaration.
19327 (mail-sent-via): Remove unused shadowed var `to-line'.
19328 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
19329 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
19330 (mail-do-fcc): Use dolist and push.
19331 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
19332 (mail-yank-ignored-headers): Don't autoload.
19333
19334 2005-12-05 Kenichi Handa <handa@m17n.org>
19335
19336 * international/mule-cmds.el (set-language-info-internal): New fun.
19337 (set-language-info): Call set-language-info-internal to update
19338 language-info-alist. If LANG-ENV is the current one, call
19339 set-language-environment to make INFO effective now.
19340 (set-language-info-alist): Likewise.
19341 (locale-language-names): With locale "en", use English
19342 lang. env. but set the default codings to iso-8859-1.
19343
19344 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
19345
19346 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
19347 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
19348 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
19349 for plain strings.
19350 (gdb-frames-mode): Remove redundant call to font-lock-mode.
19351 (gdb-all-registers): Rename from toggle-gdb-all-registers.
19352 Create registers buffer if necessary. Echo new state in minibuffer.
19353 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
19354
19355 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
19356
19357 * info.el (Info-fontify-node): Match external links using
19358 non-directory part of filename.
19359
19360 2005-12-04 Juri Linkov <juri@jurta.org>
19361
19362 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
19363 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
19364 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
19365 because there is no customization option for it.
19366
19367 * font-lock.el (lisp-font-lock-keywords-1):
19368 Add define-global-minor-mode.
19369
19370 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
19371
19372 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
19373 properties on the constructed variable names.
19374
19375 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19376 Put `definition-name' properties on the constructed function names
19377 next-sym and prev-sym.
19378
19379 * emacs-lisp/find-func.el (find-function-regexp):
19380 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
19381 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
19382 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
19383 and easy-menu-define.
19384
19385 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
19386 easy-mmode-define-global-mode and define-global-minor-mode.
19387 (lisp-imenu-generic-expression): Add define-global-minor-mode.
19388
19389 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
19390 instead of easy-mmode-define-global-mode.
19391
19392 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19393 Use define-minor-mode instead of easy-mmode-define-minor-mode.
19394
19395 * cus-edit.el (customize-group, customize-group-other-window):
19396 Filter out autoloaded options from the group completion list by
19397 using heuristics that autoloaded groups don't have `custom-autoload'
19398 property on their symbols (they have only `custom-loads').
19399
19400 * simple.el (completion-setup-function): Put completions-common-part
19401 face on complete completion string too (i.e. completion string
19402 without completions-first-difference face).
19403
19404 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
19405
19406 2005-12-03 Eli Zaretskii <eliz@gnu.org>
19407
19408 * view.el (view-mode): Doc fix.
19409
19410 * disp-table.el (standard-display-european): Add to the warning
19411 message a reference to the doc string.
19412
19413 * play/yow.el (apropos-zippy): Call print-help-return-message,
19414 similar to other Help and Apropos commands.
19415
19416 * help.el (print-help-return-message): If pop-up-frames is
19417 non-nil, set up help-return-method to delete the help window and,
19418 possibly, its frame as well, and don't display message about
19419 scrolling the help window. Doc fix.
19420 (help-return-method): Doc fix.
19421
19422 2005-12-03 Martin Rudalics <rudalics@gmx.at>
19423
19424 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
19425 whereby names of length one or names starting with a
19426 symbol-constituent character would not be returned.
19427
19428 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
19429
19430 * subr.el (atomic-change-group): Add edebug and indentation spec.
19431
19432 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
19433
19434 * completion.el (save-completions-file-name): Fix typo in last change.
19435
19436 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19437
19438 * info.el: Move back/forward history to the beginning of the tool bar.
19439
19440 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
19441
19442 * allout.el (eval-when-compile): Remove unnecessary load of cl.
19443 Add fset of allout-real-isearch-abort during compile to fix
19444 byte-compilation warnings.
19445 (allout-mode-p): Move definition of this macro above all uses, or
19446 byte compilation in barren Emacs (eg, during Emacs build) will
19447 lack the definition.
19448 (allout-mode): Move this variable above any uses, or byte
19449 compilation will fail.
19450 (allout-resolve-xref): Remove use of personal file-reference function.
19451 (allout-toggle-current-subtree-encryption): Do the current (ie,
19452 visible containing) topic, rather than nearest around point. Doc fix.
19453 (allout-toggle-subtree-encryption): New function, workhorse that
19454 works on nearest topic containing point.
19455 (allout-encrypt-string): Signal requirement for newer version of pgg.
19456 (allout-resumptions): Doc fix.
19457
19458 2005-12-02 Eli Zaretskii <eliz@gnu.org>
19459
19460 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
19461
19462 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
19463
19464 * textmodes/flyspell.el (flyspell-external-point-words):
19465 Consider a misspelling as found in the string search if: (a) misspelling
19466 and found string lengths match, or (b) misspelling is found as
19467 element in a boundary-chars separated longer string, or (c)
19468 ispell-program-name is really ispell and misspelling is found as
19469 part of a TeX string. After successful match move beginning of
19470 search region to end of match. Warn about not found misspellings
19471 once the process is done.
19472 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
19473
19474 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
19475
19476 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
19477 tool bar (removed inadvertently).
19478
19479 2005-12-02 Juri Linkov <juri@jurta.org>
19480
19481 * log-view.el (log-view-diff): Clarify doc string.
19482
19483 2005-12-01 Bill Wohler <wohler@newt.com>
19484
19485 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
19486 triggers lm-verify errors.
19487
19488 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
19489
19490 * simple.el (transient-mark-mode, line-number-mode)
19491 (column-number-mode, size-indication-mode): Remove `:require nil'.
19492
19493 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
19494
19495 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
19496 in the margin also.
19497 (gdb-breakpoints-mode-map): Use D instead of d for
19498 gdb-delete-breakpoint.
19499 (gdb-get-frame-number): Require a number to match on.
19500 (gdb-threads-mode-map): Add follow-link binding.
19501
19502 2005-11-30 Jason Rumney <jasonr@gnu.org>
19503
19504 * isearch.el (isearch-mode-map): Avoid exiting search on
19505 language-change event.
19506
19507 2005-11-30 Romain Francoise <romain@orebokech.com>
19508
19509 * speedbar.el (speedbar-default-position): New defcustom.
19510 (speedbar-frame-reposition-smartly): Use it.
19511
19512 * dframe.el (dframe-reposition-frame-emacs): Fix position
19513 computation for `left' location.
19514 Update copyright year.
19515
19516 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
19517
19518 * help.el (help-map): Move initialization into declaration.
19519
19520 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
19521
19522 * help-fns.el (help-argument-name): Don't autoload.
19523 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
19524 to be re-loaded when customizing the `help' group.
19525
19526 2005-11-30 John Paul Wallington <jpw@gnu.org>
19527
19528 * help-fns.el (describe-function-1): Fill arglist output.
19529
19530 2005-11-30 Kim F. Storm <storm@cua.dk>
19531
19532 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
19533 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
19534 after revert-buffer (or anything else which kills all local variables).
19535
19536 * apropos.el (apropos-parse-pattern): Doc fix.
19537 Set apropos-regexp directly, rather than expecting callers to do so.
19538 (apropos-command, apropos, apropos-value, apropos-documentation):
19539 Simplify calls to apropos-parse-pattern.
19540
19541 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
19542
19543 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
19544 (hi-lock-face-phrase-buffer): Use hi-yellow face.
19545 (hi-lock-write-interactive-patterns): Use comment-region.
19546
19547 * longlines.el (longlines-mode): Add mail-setup-hook.
19548
19549 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
19550
19551 * simple.el (sendmail-user-agent-compose, next-line):
19552 Conditionally use hard-newline.
19553
19554 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
19555
19556 * international/latexenc.el (latex-inputenc-coding-alist):
19557 Reword doc string.
19558
19559 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
19560
19561 * help.el (describe-key-briefly, describe-key): Recognize default
19562 bindings.
19563
19564 2005-11-29 Romain Francoise <romain@orebokech.com>
19565
19566 * view.el (view-inhibit-help-message): New defcustom.
19567 (view-mode-enter): Use it.
19568
19569 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
19570
19571 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
19572 Preserve user position.
19573
19574 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
19575
19576 * font-lock.el: Throw error if facemenu is not loaded to prevent
19577 accidental change of loading order in loadup.el. (Suggested by RMS.)
19578
19579 * loadup.el: Add comment explaining why facemenu must be loaded
19580 before font-lock.
19581
19582 2005-11-28 Jay Belanger <belanger@truman.edu>
19583
19584 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
19585 (calc-dispatch-map): Add more keys for `calc-same-interface'.
19586
19587 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
19588
19589 * calc/calc-embed.el (calc-do-embedded): Update help message.
19590
19591 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
19592
19593 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19594
19595 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
19596
19597 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
19598 called-interactively-p.
19599 (elp-profilable-p): Rename from elp-not-profilable-p.
19600 Invert result and take into account macros and autoloaded functions.
19601 (elp-instrument-function): Update call.
19602 (elp-instrument-package): Update call. Add completion.
19603 (elp-pack-number): Use match-string.
19604 (elp-results-jump-to-definition-by-mouse): Merge into
19605 elp-results-jump-to-definition and then remove.
19606 (elp-output-insert-symname): Make help echo text single-line.
19607
19608 * replace.el (query-replace-map): Move initialization into declaration.
19609 (occur-engine): Use with-current-buffer.
19610 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
19611 (occur-mode-mouse-goto): Replace with an alias.
19612
19613 2005-11-28 Juri Linkov <juri@jurta.org>
19614
19615 * simple.el (quoted-insert): Let-bind input-method-function to nil.
19616
19617 * term/w32-win.el: Bind [S-tab] to [backtab].
19618
19619 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
19620 `Info-find-file' to t.
19621
19622 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
19623 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
19624 and same-window-regexps.
19625 (occur-next-error): Don't move point for arg 0.
19626
19627 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
19628
19629 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
19630
19631 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19632
19633 * log-edit.el (log-edit-changelog-use-first): New var.
19634 (log-edit-changelog-ours-p): Use it.
19635 (log-edit-insert-changelog): Set it with new arg `use-first'.
19636 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
19637 (log-edit-hook): Add them to the list of suggested options.
19638
19639 * textmodes/flyspell.el (flyspell-last-buffer): New var.
19640 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
19641 redundant work.
19642 (flyspell-mode-on): Use add-hook for after-change-functions.
19643 (flyspell-mode-off): Use remove-hook for after-change-functions.
19644 (flyspell-changes): Make it buffer-local.
19645 (flyspell-after-change-function): Make it non-interactive. Use push.
19646 (flyspell-post-command-hook): Check input-pending-p while processing
19647 the potentially long list of buffer changes.
19648
19649 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
19650
19651 * buff-menu.el (list-buffers-noselect): Display the selected
19652 frame's buffer list, not the global one.
19653
19654 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
19655
19656 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
19657 that (list last-input-event) works as in interactive spec.
19658
19659 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19660
19661 * loadup.el ("facemenu"): Load facemenu before font-lock, because
19662 `facemenu-keymap' needs to be defined when font-lock is loaded.
19663 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
19664
19665 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19666
19667 * completion.el: Remove useless leading * in defcustom docstrings.
19668 (save-completions-file-name): Use ~/.emacs.d if available.
19669 (completion-standard-syntax-table): Rename from
19670 cmpl-standard-syntax-table and fold initialization into declaration,
19671 thus removing cmpl-make-standard-completion-syntax-table.
19672 (completion-lisp-syntax-table, completion-c-syntax-table)
19673 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
19674 (cmpl-saved-syntax, cmpl-saved-point): Remove.
19675 (symbol-under-point, symbol-before-point)
19676 (symbol-under-or-before-point, symbol-before-point-for-complete)
19677 (add-completions-from-c-buffer): Use with-syntax-table.
19678 (make-completion): Don't return a list of completion entries.
19679 Update callers.
19680 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
19681 (completion-initialize): Rename from initialize-completions.
19682 (completion-find-file-hook): Rename from cmpl-find-file-hook.
19683 (kill-emacs-save-completions): Collect stats here.
19684 (save-completions-to-file, load-completions-from-file):
19685 Use with-current-buffer.
19686 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
19687 into a function. Move all calls to toplevel.
19688 (completion-lisp-mode-hook): New fun.
19689 (completion-c-mode-hook, completion-setup-fortran-mode):
19690 Set the syntax-table here. Use local-set-key.
19691 (completion-saved-bindings): New var.
19692 (dynamic-completion-mode): Make it into a proper minor mode.
19693 (load-completions-from-file): Remove unused var `num-uses'.
19694
19695 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
19696 constructor if it is explicitly overridden.
19697
19698 * complete.el (PC-completion-as-file-name-predicate):
19699 Use minibuffer-completing-file-name.
19700 (partial-completion-mode): Use find-file-not-found-functions.
19701 (PC-lisp-complete-symbol): Use with-syntax-table.
19702 (PC-look-for-include-file): Remove dead setq.
19703 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
19704 (PC-complete): Use with-current-buffer.
19705
19706 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
19707 escape single quotes.
19708
19709 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19710
19711 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
19712 of `if' whose condition always returned nil. Doc fix.
19713
19714 * buff-menu.el (Buffer-menu-revert-function): Make the selected
19715 window's buffer the current buffer around the call to
19716 `list-buffers-noselect'. This is necessary to mark that buffer
19717 with a `.' in the Buffer Menu when called from Lisp, for instance
19718 by Auto Revert Mode.
19719
19720 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
19721
19722 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
19723 attaching to it.
19724 (gdb-pre-prompt): Make sure gdb-error is reset.
19725
19726 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
19727 with a child process, detect it.
19728 (gud-speedbar-buttons): Match regexp more carefully.
19729
19730 2005-11-27 Richard M. Stallman <rms@gnu.org>
19731
19732 * mouse.el (mouse-drag-move-window-bottom):
19733 Use adjust-window-trailing-edge.
19734
19735 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19736
19737 * simple.el (blink-matching-open): Ignore
19738 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
19739 (blink-matching-paren-on-screen): Update docstring.
19740
19741 * paren.el (show-paren-mode): No longer change
19742 `blink-matching-paren-on-screen'.
19743
19744 2005-11-27 John Paul Wallington <jpw@pobox.com>
19745
19746 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
19747 (gdb-threads-select, gdb-edit-register-value):
19748 Use `posn-set-point' instead of `mouse-set-point' because the
19749 latter is not fbound when configured without X.
19750
19751 2005-11-27 Kim F. Storm <storm@cua.dk>
19752
19753 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
19754 existing face when partially highlighting a TAB in a rectangle.
19755
19756 2005-11-26 Kim F. Storm <storm@cua.dk>
19757
19758 * ido.el (ido-mode-map): Doc fix.
19759 (ido-mode-common-map, ido-mode-file-map)
19760 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
19761 (ido-define-mode-map): Rewrite. Select one of the new maps as
19762 parent for ido-mode-map instead of building from scratch.
19763 (ido-init-mode-maps): New defun to initialize new maps.
19764 (ido-mode): Call it.
19765 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
19766 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
19767
19768 2005-11-26 John Paul Wallington <jpw@pobox.com>
19769
19770 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
19771 `mouse-set-point' because the latter is not fbound when configured
19772 without X.
19773
19774 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
19775
19776 * files.el (file-relative-name): Doc fix.
19777
19778 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
19779
19780 * progmodes/octave-inf.el (inferior-octave-startup): Force a
19781 non-empty string for secondary prompt PS2.
19782
19783 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
19784
19785 * progmodes/compile.el (compilation-setup): Fix last change.
19786
19787 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
19788
19789 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
19790 (gdb-mouse-toggle-breakpoint-margin)
19791 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
19792 Add gdb-server-prefix to keep out of command history.
19793 (gdb-edit-register-value): New function.
19794 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
19795 (gdb-info-registers-custom): Use above map.
19796
19797 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
19798
19799 * custom.el (enable-theme): Signal error if argument is not a
19800 theme. Don't recalculate a face if it's not loaded yet.
19801
19802 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
19803 the `user' theme is in effect.
19804
19805 * info.el (Info-on-current-buffer): Record actual filename in
19806 Info-current-file, instead of t, or a fake filename if a non-file
19807 buffer. Make autoload.
19808 (Info-find-node, Info-revert-find-node): No need to check for
19809 Info-current-file nil.
19810 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
19811 Info-current-file is now never `t'.
19812 (Info-fontify-node): Many simplifications due to Info-current-file
19813 always being valid. Use Info-find-file to find node filename.
19814
19815 2005-11-25 David Kastrup <dak@gnu.org>
19816
19817 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
19818 new character, then delete" in order to preserve markers.
19819
19820 2005-11-25 David Ponce <david@dponce.com>
19821
19822 * recentf.el (recentf-arrange-by-rule): Handle a special
19823 `auto-mode-alist'-like "strip suffix" rule.
19824 (recentf-build-mode-rules): Handle second level auto-mode entries.
19825
19826 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
19827
19828 * viper-keym.el (viper-ESC-key): Use different values in terminal and
19829 window modes.
19830
19831 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
19832 jde-javadoc-checker-report-mode.
19833
19834 * ediff-wind (ediff-make-wide-display): Slight simplification.
19835
19836 * ediff.el (ediff-date): Change the date of last update.
19837
19838 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
19839
19840 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
19841 Use define-minor-mode, and make it a local mode. Turn on font-lock.
19842 (hi-lock-mode): New global minor mode.
19843 (turn-on-hi-lock-if-enabled): New function.
19844 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
19845 Change arguments to regexp and face instead of a font-lock pattern.
19846 Directly set face property, instead of refontifying.
19847 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
19848 (hi-lock-find-patterns): Use line-number-at-pos.
19849
19850 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
19851 arguments for hi-lock-set-pattern.
19852 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
19853 Call font-lock-fontify-buffer.
19854 (hi-lock-find-file-hook, hi-lock-current-line)
19855 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
19856
19857 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
19858 turned off.
19859
19860 * progmodes/compile.el (compilation-setup): Don't fiddle with
19861 font-lock-defaults.
19862
19863 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
19864
19865 * progmodes/gdb-ui.el (gdb-var-create-handler)
19866 (gdb-var-list-children-handler): Find values for all variable
19867 objects. gud-speedbar-buttons decides whether to display them.
19868
19869 2005-11-24 Romain Francoise <romain@orebokech.com>
19870
19871 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
19872 buffer name with a space.
19873
19874 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
19875
19876 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
19877 `org-export-local-list-max-depth'. Change default value to 3.
19878 (org-auto-renumber-ordered-lists)
19879 (org-plain-list-ordered-item-terminator): New options.
19880 (org-at-item-p, org-beginning-of-item, org-end-of-item)
19881 (org-get-indentation, org-get-string-indentation)
19882 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
19883 New functions.
19884 (org-move-item-down, org-move-item-up): New commands.
19885 (org-export-as-html): New classes for CSS support. Bug fix in
19886 regular expression detecting fixed-width regions. Respect
19887 `org-local-list-ordered-item-terminator'.
19888 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
19889 also a list item.
19890 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
19891 New item moving functions.
19892
19893 2005-11-24 Juri Linkov <juri@jurta.org>
19894
19895 * isearch.el (isearch-repeat): With empty search ring set
19896 `isearch-error' to the error string instead of signaling error
19897 with the function `error'.
19898
19899 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19900
19901 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
19902
19903 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
19904
19905 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
19906 and variable.
19907 (gdb-var-create-handler, gdb-var-list-children-handler):
19908 Don't match on "char **...".
19909 (gdb-var-update-handler): Find values for all variable objects.
19910 (gdb-info-frames-custom): Identify frames by leading "#".
19911
19912 * progmodes/gud.el (gud-speedbar-menu-items): Add
19913 gdb-speedbar-auto-raise as radio button.
19914 (gud-speedbar-buttons): Raise speedbar if requested.
19915 Don't match on "char **...".
19916 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
19917 Make it editable.
19918
19919 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
19920
19921 * info.el (Info-fontify-node): Handle the case where
19922 Info-current-file is t.
19923
19924 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
19925
19926 * simple.el (blink-matching-open): Fix off-by-one in last change.
19927
19928 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19929
19930 * term/mac-win.el: Don't change default directory.
19931
19932 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
19933
19934 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
19935 buffers correctly. (It used to throw an error in such buffers.)
19936 Make it ask for confirmation in group buffers and other Custom
19937 buffers containing more than one customization item.
19938
19939 2005-11-22 John Paul Wallington <jpw@gnu.org>
19940
19941 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
19942 property on mail and url overlays.
19943 (goto-address-at-point): Use `posn-set-point' instead of
19944 `mouse-set-point' because the latter is not fbound when configured
19945 without X.
19946
19947 2005-11-22 Lars Hansen <larsh@soem.dk>
19948
19949 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
19950 (ls-lisp-classify, ls-lisp-format): Delete call to
19951 ls-lisp-parse-symlink.
19952 (ls-lisp-handle-switches): Handle symlinks to directories as
19953 directories when ls-lisp-dirs-first in non-nil.
19954
19955 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
19956
19957 * startup.el (command-line): Make sure that loaddefs.el is handled
19958 correctly in load-history.
19959
19960 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
19961
19962 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
19963 (gdb-struct-string, gdb-array-string): New constants.
19964 (gdb-info-locals-handler): Use them.
19965 (gdb-reset): Reset gdb-var-list to nil.
19966
19967 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19968
19969 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
19970 in patterns.
19971
19972 2005-11-21 Juri Linkov <juri@jurta.org>
19973
19974 * custom.el (defcustom): Update link types in docstring.
19975
19976 2005-11-20 Martin Rudalics <rudalics@gmx.at>
19977
19978 * custom.el (defgroup): Add doc-string-elt info.
19979
19980 * widget.el (define-widget): Don't use declare for the doc-string-elt.
19981
19982 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
19983
19984 * newcomment.el (comment-enter-backward): Fix last fix.
19985
19986 * simple.el (blink-matching-open):
19987 * paren.el (show-paren-function): Allow new paren-class info.
19988
19989 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
19990
19991 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
19992 handled automagically.
19993
19994 2005-11-20 Andreas Schwab <schwab@suse.de>
19995
19996 * descr-text.el (describe-char): When copying overlays put them
19997 over the full char description instead of just the first character
19998 of it.
19999
20000 2005-11-20 Juri Linkov <juri@jurta.org>
20001
20002 * simple.el (what-cursor-position):
20003 * descr-text.el (describe-char): Use Lisp-readable syntax
20004 for octal and hex. Reorder decimal, octal and hex values.
20005 Remove excess whitespace in the output. Use `=' in `column='
20006 like in `point=' and `Hscroll='.
20007
20008 * international/mule-cmds.el (encoded-string-description):
20009 Use Lisp-readable syntax for hex.
20010
20011 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
20012
20013 * newcomment.el (comment-enter-backward): Handle the case where the
20014 comment is closed by EOB.
20015
20016 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
20017
20018 * longlines.el (longlines-before-revert-hook)
20019 (longlines-after-revert-hook): New functions.
20020 (longlines-mode): Turn off longlines temporarily when reverting.
20021 Add a message-setup-hook.
20022 (longlines-decode-buffer): New function.
20023 (longlines-wrap-line): Preserve marker positions.
20024
20025 2005-11-19 Andreas Schwab <schwab@suse.de>
20026
20027 * emacs-lisp/shadow.el: Handle compressed files.
20028
20029 2005-11-19 Romain Francoise <romain@orebokech.com>
20030
20031 * net/browse-url.el (browse-url-default-browser): Signal an error
20032 if no usable browser can be found, rather than try to load w3.
20033
20034 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
20035
20036 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
20037 replacing existing properties.
20038 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20039 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
20040 tty specs.
20041 (rcirc-server-prefix, rcirc-server): New faces.
20042 (rcirc-url-regexp): Generate with rx macro.
20043 (rcirc-last-server-message-time): New variable.
20044 (rcirc-filter): Record time of last message.
20045 (rcirc-keepalive): Kill processes that did not send a message
20046 since the last ping.
20047 (rcirc-mode): Give rcirc-topic a local binding here.
20048
20049 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
20050
20051 * subr.el (read-passwd): Fontify the prompt as we do with other
20052 prompts.
20053
20054 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
20055
20056 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
20057 binding buffer-read-only to nil.
20058
20059 2005-11-19 Eli Zaretskii <eliz@gnu.org>
20060
20061 * complete.el (partial-completion-mode):
20062 Mention completion-auto-help in the doc string.
20063
20064 * man.el (Man-highlight-references): Doc fix. Reformat code in a
20065 more Lisp-ish way.
20066
20067 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
20068
20069 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
20070 digits, not 8, to avoid misalignment for files larger than 100MB.
20071
20072 2005-11-19 Eli Zaretskii <eliz@gnu.org>
20073
20074 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
20075 Mention "keyboard shortcuts" in the help text.
20076
20077 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20078
20079 * startup.el (fancy-splash-default-action): Discard only
20080 mouse-down and succeeding mouse-up events in the splash screen
20081 window so that drag-n-drop event can be processed.
20082
20083 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
20084
20085 * longlines.el (longlines-mode): Add hacks for mail-mode and
20086 message-mode.
20087
20088 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
20089
20090 * textmodes/org.el (org-table-sort-lines): New command.
20091 (org-tbl-menu): Add entry for `org-table-sort-lines'.
20092 (org-add-file): Command removed, use `org-agenda-file-to-front'
20093 instead.
20094 (org-export-icalendar): Use `org-icalendar-combined-name'.
20095 (org-cycle-agenda-files, org-agenda-file-to-end)
20096 (org-agenda-file-to-front): New commands.
20097 (org-table-tab-jumps-over-hlines, org-export-html-style):
20098 New options.
20099 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
20100 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
20101 New functions.
20102 (org-fill-paragraph): Call `org-table-align' in tables.
20103 (org-mode): Call `org-set-autofill-regexps'.
20104 (org-export-as-html): Support for local handformatted lists.
20105 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
20106 (org-export-local-list-max-depth): New option.
20107 (org-html-expand): Use `org-html-protect'.
20108
20109 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
20110
20111 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
20112 to "p".
20113 (gdb): Move definition of gud-pp to...
20114
20115 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
20116 speedbar.
20117 (gdb-find-watch-expression): New function.
20118
20119 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
20120
20121 * faces.el (face-attribute, set-face-attribute): Mention existence
20122 of `:ignore-defface' setting in docstring.
20123
20124 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
20125
20126 * simple.el (completion-setup-function): Fix last change.
20127
20128 2005-11-17 John Paul Wallington <jpw@pobox.com>
20129
20130 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
20131 Use `posn-set-point' instead of `mouse-set-point' because the
20132 latter is not fbound when configured without X.
20133
20134 * comint.el (comint-insert-input): Likewise.
20135
20136 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
20137
20138 * simple.el (hard-newline): New variable.
20139 (sendmail-user-agent-compose, next-line): Use it.
20140
20141 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
20142 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
20143 (mail-mail-reply-to, mail-mail-followup-to)
20144 (mail-position-on-field, mail-signature, mail-yank-original)
20145 (mail-attach-file): Likewise.
20146
20147 * mail/mailheader.el (mail-header-format)
20148 (mail-header-format-function): Likewise.
20149
20150 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
20151
20152 2005-11-17 Juri Linkov <juri@jurta.org>
20153
20154 * font-lock.el (font-lock-faces): Rename this defgroup from
20155 `font-lock-highlighting-faces'.
20156 (font-lock-comment-face, font-lock-comment-delimiter-face)
20157 (font-lock-string-face, font-lock-doc-face)
20158 (font-lock-keyword-face, font-lock-builtin-face)
20159 (font-lock-function-name-face, font-lock-variable-name-face)
20160 (font-lock-type-face, font-lock-constant-face)
20161 (font-lock-warning-face, font-lock-negation-char-face)
20162 (font-lock-preprocessor-face)
20163 (font-lock-regexp-grouping-backslash)
20164 (font-lock-regexp-grouping-construct): Rename :group from
20165 `font-lock-highlighting-faces' to `font-lock-faces'.
20166
20167 * cus-edit.el (lisp, c, tex):
20168 * progmodes/ada-mode.el (ada):
20169 * progmodes/asm-mode.el (asm):
20170 * progmodes/cperl-mode.el (cperl-faces):
20171 * progmodes/cpp.el (cpp):
20172 * progmodes/dcl-mode.el (dcl):
20173 * progmodes/f90.el (f90):
20174 * progmodes/fortran.el (fortran):
20175 * progmodes/icon.el (icon):
20176 * progmodes/idlwave.el (idlwave-misc):
20177 * progmodes/m4-mode.el (m4):
20178 * progmodes/make-mode.el (makefile):
20179 * progmodes/meta-mode.el (meta-font):
20180 * progmodes/modula2.el (modula2):
20181 * progmodes/octave-mod.el (octave):
20182 * progmodes/pascal.el (pascal):
20183 * progmodes/perl-mode.el (perl):
20184 * progmodes/prolog.el (prolog):
20185 * progmodes/ps-mode.el (PostScript-edit):
20186 * progmodes/scheme.el (scheme):
20187 * progmodes/sh-script.el (sh-script):
20188 * progmodes/simula.el (simula):
20189 * progmodes/tcl.el (tcl):
20190 * textmodes/nroff-mode.el (nroff):
20191 * textmodes/reftex-vars.el (reftex-fontification-configurations):
20192 * textmodes/sgml-mode.el (sgml):
20193 * textmodes/texinfo.el (texinfo):
20194 Add :link (custom-group-link font-lock-faces) to defgroup.
20195
20196 * hi-lock.el (hi-lock): Rename this defgroup from
20197 `hi-lock-interactive-text-highlighting'. Change parent group from
20198 `faces' to `font-lock'. Add link to the manual.
20199 (hi-lock-mode, hi-lock-file-patterns-range)
20200 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
20201 `hi-lock-interactive-text-highlighting' to `hi-lock'.
20202 (hi-lock-faces): Add :group `faces'.
20203
20204 * cus-edit.el (custom-variable-prompt): Clarify the code.
20205
20206 * faces.el (face-read-string): Set the default value arg of
20207 completing-read.
20208
20209 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
20210
20211 * rfn-eshadow.el (file-name-shadow-properties)
20212 (file-name-shadow-tty-properties, file-name-shadow-mode):
20213 Remove autoloads, because the file is now preloaded.
20214
20215 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
20216
20217 * printing.el (easy-menu-intern): Don't define.
20218 (pr-get-symbol): Use easy-menu-intern only if defined.
20219
20220 * simple.el (blink-matching-open): Simplify a bit.
20221 (completion-setup-function): Fix the case of partial-completion-mode
20222 when the minibuffer's contents start with "-".
20223 Obey completion-base-size-function even when
20224 minibuffer-completing-file-name is non-nil.
20225
20226 2005-11-16 Richard M. Stallman <rms@gnu.org>
20227
20228 * net/eudcb-ph.el (eudc-ph-open-session):
20229 Use set-process-query-on-exit-flag.
20230
20231 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
20232
20233 * international/ucs-tables.el (ucs-set-table-for-input):
20234 Use make-local-variable, not make-variable-buffer-local.
20235
20236 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
20237 Improve warning message text.
20238
20239 * savehist.el (savehist-save-hook): Add :group.
20240
20241 * menu-bar.el (menu-bar-help-menu):
20242 Rename Find Extra Packages to External Packages.
20243
20244 * cus-edit.el (Custom-reset-standard): Verify that
20245 :custom-standard-value prop exists before calling it.
20246
20247 * apropos.el (apropos-calc-scores): Use apropos-pattern.
20248
20249 2005-11-16 Martin Rudalics <rudalics@gmx.at>
20250
20251 * wid-edit.el (color): Enclose %t in %{...%}.
20252
20253 * cus-edit.el (face): Enclose %t in %{...%}.
20254
20255 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
20256
20257 * savehist.el (savehist-mode-hook): Re-add the var.
20258 (savehist-mode): Use it.
20259
20260 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
20261
20262 * textmodes/flyspell.el: Fix commenting convention.
20263 Remove unnecessary leading * in custom docstrings.
20264 (flyspell-emacs): Remove unused var.
20265 (flyspell-delete-region-overlays): Use remove-overlays.
20266 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
20267 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
20268 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
20269 (flyspell-debug-signal-word-checked): Use with-current-buffer.
20270 (make-flyspell-overlay): Don't locally reuse a global name.
20271 (flyspell-highlight-incorrect-region)
20272 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
20273 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
20274 (flyspell-notify-misspell): Remove unused args `start' and `end'.
20275 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
20276 Wrap calls to accept-process-output inside with-local-quit since it's
20277 often called from a post-command-hook.
20278 (flyspell-correct-word, flyspell-auto-correct-word):
20279 Use ispell-send-string.
20280 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
20281
20282 * calendar/diary-lib.el (diary-list-entries): Also hide the
20283 terminating newline.
20284
20285 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
20286
20287 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
20288 window-system, to allow fonts on tty.
20289
20290 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
20291
20292 * progmodes/gud.el (gud-speedbar-item-info): New function.
20293 (gud-install-speedbar-variables): Use it to display data type
20294 of watch expression as a tooltip in speedbar.
20295
20296 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
20297
20298 * font-core.el (global-font-lock-mode): Add :version keyword,
20299 because default was changed.
20300
20301 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
20302
20303 * startup.el (command-line): Use `custom-reevaluate-setting' for
20304 `file-name-shadow-mode'.
20305
20306 * loadup.el: Preload rfn-eshadow.
20307
20308 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
20309 Add :version keyword.
20310 (file-name-shadow-properties, file-name-shadow-tty-properties)
20311 (file-name-shadow): Add :version keyword.
20312
20313 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
20314 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
20315 in the custom-group property of the symbol frames and the fringe
20316 group got no link to its parent group frames.
20317 Doc fix.
20318
20319 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20320
20321 * progmodes/gud.el (gud-stop-subjob): New function.
20322 (gud-menu-map, gud-tool-bar-map): Use it.
20323
20324 2005-11-16 Kim F. Storm <storm@cua.dk>
20325
20326 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
20327 than kill it.
20328 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
20329 to a more useful/logical place.
20330
20331 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20332
20333 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
20334 go buttons complementary.
20335
20336 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
20337
20338 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
20339 (rfn-eshadow-sifn-equal): New function.
20340 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
20341
20342 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
20343
20344 * viper-utils.el (viper-non-word-characters-reformed-vi):
20345 Quote `-' in string.
20346
20347 * viper.el (viper-emacs-state-mode-list): Ensure that
20348 rcirc-mode buffers come up in Emacs state.
20349
20350 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
20351 operation.
20352
20353 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
20354
20355 * term.el (term-termcap-format): Fix typos.
20356 (term-down): Fix the negative argument case.
20357
20358 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20359
20360 * progmodes/gdb-ui.el: Remove face-alias left over from change on
20361 2005-08-15.
20362 (gdb-ann3): New command gud-go.
20363 (menu): Accomodate gdb-mi.el.
20364 (gdb-assembler-custom): Make buffer of selected window current
20365 so that set-window-point works.
20366
20367 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
20368 buttons and include new ones.
20369
20370 2005-11-16 Kim F. Storm <storm@cua.dk>
20371
20372 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
20373 (gud-menu-map): Use it.
20374
20375 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
20376
20377 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
20378 that works correctly for Custom and that does not override a user
20379 who disables it.
20380
20381 * help-mode.el (help-make-xrefs, help-xref-on-pp)
20382 (help-xref-interned, help-follow): Make hyperlinks for variables
20383 that are unbound, but have a non-nil variable-documentation property.
20384
20385 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
20386 mode hook. (It conflicted with defcustoms for some mode hooks.)
20387 Use the `variable-documentation' property to give the mode hook a
20388 docstring and expand that docstring.
20389
20390 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
20391
20392 * savehist.el (savehist-mode): Don't bother with
20393 `custom-set-minor-mode'.
20394 (savehist-coding-system): Check XEmacs version.
20395 (history-length): Declare also at run time.
20396 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
20397 Don't set the customize state.
20398 (savehist-minibuffer-hook): Special case for when
20399 minibuffer-history-variable is equal to t.
20400
20401 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
20402
20403 * files.el (write-file): Refresh VC status.
20404
20405 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
20406 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
20407 than fundamental-mode to see if the mode was set.
20408
20409 2005-11-14 Romain Francoise <romain@orebokech.com>
20410
20411 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
20412 dummy function in `eval-when-compile' to avoid compiler warning.
20413 Require `man' at compile time.
20414
20415 2005-11-14 Jay Belanger <belanger@truman.edu>
20416
20417 * calc-alg.el (calcFunc-write-out-power): Rename it to
20418 calcFunc-powerexpand.
20419 (math-write-out-power): Rename it to math-powerexpand; have it
20420 handle negative exponents.
20421 (calc-writeoutpower): Rename it to calc-powerexpand.
20422
20423 * calc-ext.el: Change calcFunc-writeoutpower and
20424 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
20425 autoloads.
20426 Add calcFunc-ldiv to autoloads.
20427
20428 * calc-arith.el (calcFunc-ldiv): New function.
20429
20430 * calc.el (calc-left-divide): New function.
20431
20432 2005-11-14 Juri Linkov <juri@jurta.org>
20433
20434 * cus-edit.el (custom-variable-prompt): Set the default value arg
20435 of completing-read.
20436
20437 * cus-dep.el (custom-make-dependencies): Reverse the list of
20438 found dependencies.
20439
20440 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
20441
20442 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
20443 Highlighting" entry, it is on by default now.
20444 (menu-bar-options-save): Do not save global-font-lock-mode.
20445
20446 2005-11-13 Richard M. Stallman <rms@gnu.org>
20447
20448 * textmodes/flyspell.el (flyspell-large-region):
20449 Call flyspell-accept-buffer-local-defs.
20450
20451 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
20452
20453 * textmodes/flyspell.el (flyspell-notify-misspell):
20454 Fix misspelling of "Misspelling".
20455 (flyspell-process-localwords): New function.
20456 (flyspell-large-region): Call flyspell-process-localwords and
20457 flyspell-delete-region-overlays.
20458 (flyspell-delete-region-overlays): New function.
20459 (flyspell-delete-all-overlays): Call that.
20460
20461 2005-11-13 Richard M. Stallman <rms@gnu.org>
20462
20463 * help.el (help-for-help-internal): Improve doc of C-h a.
20464 (describe-key): Improve prompt; doc fix.
20465
20466 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
20467
20468 * vc-svn.el (vc-svn-registered): Catch all errors.
20469
20470 * cus-dep.el (custom-make-dependencies): Typo.
20471
20472 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
20473
20474 * net/tramp-util.el (top): Fix compilation warning.
20475
20476 2005-11-13 Kim F. Storm <storm@cua.dk>
20477
20478 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
20479
20480 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
20481
20482 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
20483 (gud-speedbar-buttons): Match on "const char *" too.
20484
20485 * progmodes/gdb-ui.el (gdb-var-create-handler)
20486 (gdb-var-list-children-handler): Match on "const char *" too.
20487 (gdb-var-evaluate-expression-handler): Match on empty string.
20488 (gdb-var-update-handler): Only call
20489 gdb-var-evaluate-expression-handler when required.
20490
20491 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
20492
20493 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
20494 selected window. This still doesn't work for speedbar.
20495 (gud-speedbar-buttons): Handle string expressions properly.
20496
20497 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
20498 (gdb-var-create-handler): Handle string expressions properly.
20499 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
20500 Handle string expressions properly. Move "type" field into regexp.
20501
20502 2005-11-12 Karl Fogel <kfogel@red-bean.com>
20503
20504 * bookmark.el (bookmark-maybe-message): New function to reduce
20505 code duplication: invokes `message' iff baud-rate is high enough.
20506 (bookmark-write-file): Use above instead of an inline conditional.
20507 (bookmark-load): Same.
20508
20509 2005-11-12 Karl Fogel <kfogel@red-bean.com>
20510
20511 * bookmark.el (bookmark-write-file): Don't visit the destination
20512 file, just write the data to it using write-region. This is
20513 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
20514 change to avoid visiting the file in the first place.
20515
20516 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
20517
20518 * hi-lock.el (hi-lock-mode): Set the default value of
20519 font-lock-defaults.
20520
20521 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
20522
20523 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
20524 arg to `file-attributes'.
20525 (find-lisp-format): The UID and GID can now be strings.
20526
20527 2005-11-12 Kim F. Storm <storm@cua.dk>
20528
20529 * help.el (help-map): Bind C-h d to apropos-documentation.
20530
20531 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
20532 when point is at end-of-buffer.
20533
20534 * apropos.el (apropos-match-face): Doc fix.
20535 (apropos-sort-by-scores): Add new choice `verbose'.
20536 (apropos-documentation-sort-by-scores): New defcustom.
20537 (apropos-pattern): Now contains the pattern entered by the user.
20538 (apropos-pattern-quoted): New defvar.
20539 (apropos-regexp): New defvar, containing the regexp corresponding
20540 to apropos-pattern.
20541 (apropos-all-words-regexp): Rename from apropos-all-regexp.
20542 (apropos-read-pattern): New defun. Use it to read pattern arg in
20543 interactive calls; returns list of words for a word list, and
20544 string for a regexp.
20545 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
20546 parses a list of words or regexp as returned by apropos-read-pattern.
20547 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
20548 (apropos-score-doc): Return a very high score if the string
20549 entered by the user matches literally.
20550 (apropos-variable): Doc fix. Use apropos-read-pattern.
20551 (apropos-command): Doc fix. Use apropos-read-pattern and
20552 apropos-parse-pattern. Call apropos-print with nosubst=t.
20553 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
20554 apropos-parse-pattern.
20555 (apropos-documentation): Doc fix. Use apropos-read-pattern and
20556 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
20557 apropos-documentation-sort-by-scores. Call apropos-print with
20558 nosubst=t.
20559 (apropos-documentation-internal): Pass doc string through
20560 substitute-key-definition before adding text properties.
20561 Highlight substring matching literal user input if possible.
20562 (apropos-documentation-check-doc-file): Remove locals beg and end.
20563 Fix calculation of score (as added twice). Pass doc string through
20564 substitute-key-definition before adding text properties.
20565 (apropos-documentation-check-elc-file): Pass doc string through
20566 substitute-key-definition before adding text properties.
20567 Highlight substring matching literal user input if possible.
20568 (apropos-print): Add new arg NOSUBST; if set, command and variable
20569 doc strings have already been passed through substitute-key-definition.
20570 Add code to handle apropos-accumulator items without score element
20571 for backwards compatibility (e.g. with woman package).
20572 Only show scores if apropos-sort-by-scores is `verbose'.
20573
20574 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
20575
20576 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
20577 Add jka-compr-load-suffixes to load-suffixes.
20578
20579 * jka-compr.el: Require jka-cmpr-hook.
20580 (jka-compr-info-compress-message, jka-compr-info-compress-program)
20581 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
20582 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
20583 (jka-compr-info-can-append, jka-compr-info-strip-extension)
20584 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
20585 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
20586 (jka-compr-uninstall): Remove entries from
20587 jka-compr-added-to-file-coding-system-alist after they are used.
20588 (jka-compr-error): Remove unused var `curbuf'.
20589 (jka-compr-file-local-copy): Remove unused var `notfound'.
20590
20591 2005-11-10 Romain Francoise <romain@orebokech.com>
20592
20593 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
20594
20595 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
20596
20597 * progmodes/gud.el (gud-menu-map): Move parentheses.
20598 (gdb): New command gud-pv.
20599
20600 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
20601
20602 * tar-mode.el: Remove spurious or unnecessary leading stars
20603 in docstrings.
20604 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
20605 (tar-parse-octal-integer-safe): Use mapc.
20606 (tar-header-block-summarize): Remove unused var `ck'.
20607 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
20608 cleared before. Obey default-enable-multibyte-characters.
20609 Use mapconcat. Simplify setting of tar-header-offset.
20610 (tar-mode-map): Move initialization inside delcaration.
20611 (tar-flag-deleted): Use `abs'.
20612 (tar-expunge-internal): Remove unused var `line'.
20613 (tar-expunge-internal): Don't hardcode point-min==1.
20614 (tar-expunge): Widen while doing set-buffer-multibyte.
20615 (tar-rename-entry): Use file-name-coding-system.
20616 (tar-alter-one-field): Don't hardcode point-min==1.
20617 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
20618 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
20619
20620 2005-11-10 Masatake YAMATO <jet@gyve.org>
20621
20622 * add-log.el (add-log-current-defun): Handle class::method
20623 notation of c++. Fix incorrect comment.
20624
20625 2005-11-10 Alan Mackenzie <acm@muc.de>
20626
20627 * help-fns.el (describe-variable): Make C-h v work when a variable
20628 has variable documentation yet is unbound.
20629
20630 2005-11-10 Masatake YAMATO <jet@gyve.org>
20631
20632 * man.el (Man-highlight-references): Set an empty
20633 string to `Man-arguments' if it is nil.
20634 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
20635
20636 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
20637
20638 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
20639 commenting conventions.
20640
20641 * cus-dep.el (custom-make-dependencies): Simplify.
20642 Better follow the commenting conventions.
20643
20644 2005-11-09 Richard M. Stallman <rms@gnu.org>
20645
20646 * apropos.el (apropos-pattern): Rename from apropos-regexp.
20647 (apropos-orig-pattern): Rename from apropos-orig-regexp.
20648 All uses changed.
20649 (apropos-rewrite-regexp): Doc fix.
20650 (apropos-variable, apropos-command, apropos, apropos-value):
20651 Change prompt; carry through the argument renaming.
20652
20653 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
20654
20655 * find-lisp.el: Require dired.
20656 (find-lisp-find-dired-internal): Do not call
20657 `abbreviate-file-name' on DIR.
20658
20659 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
20660
20661 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
20662
20663 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
20664
20665 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
20666 when using the speedbar.
20667 (gdb): New command gud-pp.
20668 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
20669
20670 2005-11-09 Juri Linkov <juri@jurta.org>
20671
20672 * replace.el (occur-excluded-properties): New defcustom.
20673 (occur-1, occur-engine, occur-accumulate-lines): Use it.
20674
20675 2005-11-08 Jay Belanger <belanger@truman.edu>
20676
20677 * calc/calc-units.el (math-convert-units): Replace any composite
20678 unit by its definition.
20679
20680 2005-11-08 Lars Hansen <larsh@soem.dk>
20681
20682 * emacs-lisp/autoload.el (update-directory-autoloads):
20683 Add obsolete function alias.
20684
20685 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
20686
20687 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
20688 comment-indent-function.
20689 (lisp-comment-indent): Replace by an alias for comment-indent-default.
20690
20691 * reveal.el (reveal-post-command): Rework the handling of
20692 reveal-open-spots, so as to be more reliable. There were several
20693 tricky corner cases where an open spot might be lost, or where
20694 a closed spot might end up on the list of open spots.
20695 Only reveal text that's ellipsised.
20696
20697 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
20698
20699 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
20700
20701 2005-11-07 John Paul Wallington <jpw@gnu.org>
20702
20703 * ibuffer.el (ibuffer): Search iconified frames too when
20704 getting Ibuffer buffer's window.
20705
20706 2005-11-06 Richard M. Stallman <rms@gnu.org>
20707
20708 * progmodes/compile.el (compilation-internal-error-properties):
20709 save-excursion around the computation of MARKER.
20710
20711 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
20712
20713 * textmodes/flyspell.el (flyspell-external-point-words):
20714 flyspell-get-word returns a list, not just a string.
20715
20716 2005-11-06 John Paul Wallington <jpw@pobox.com>
20717
20718 * ibuffer.el (ibuffer): Search all visible frames when getting
20719 Ibuffer buffer's window.
20720
20721 2005-11-07 Masatake YAMATO <jet@gyve.org>
20722
20723 * man.el (Man-reference-regexp): Accept spaces between
20724 `Man-name-regexp' and `Man-section-regexp'.
20725 (Man-apropos-regexp): New variable.
20726 (Man-abstract-xref-man-page): Use value for `Man-target-string'
20727 if available.
20728 (Man-highlight-references, Man-highlight-references0):
20729 Handle the case when `Man-arguments' includes "-k".
20730 (Man-highlight-references0): Rename the argument `TARGET-POS' to
20731 `TARGET'. `TARGET' can be a number, function or nil.
20732
20733 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
20734
20735 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
20736 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
20737 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
20738 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
20739 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
20740 (gdb-send-item): Use buffer-local-value and simplify.
20741
20742 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
20743
20744 * startup.el (command-line): Use `custom-reevaluate-setting' for
20745 `global-font-lock-mode'.
20746
20747 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
20748 by default, except in batch mode or when the -D option is given.
20749
20750 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
20751 specified keyword args on to `define-minor-mode'. Update docstring.
20752
20753 2005-11-05 Romain Francoise <romain@orebokech.com>
20754
20755 * replace.el (occur-engine): Add marker at end of line, too.
20756
20757 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
20758
20759 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20760 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20761 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20762 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20763 argument to all these routines, so the passphrase can be managed
20764 externally and passed in to the system.
20765 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20766 pgg-add-passphrase-to-cache function.
20767
20768 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20769 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20770 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20771 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20772 argument to all these routines, so the passphrase can be managed
20773 externally and passed in to the system.
20774 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20775 function.
20776
20777 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
20778
20779 * font-lock.el: Don't deal with font-lock-face-attributes here,
20780 move the code ...
20781
20782 * startup.el (command-line): ... here. Use face-spec-set instead
20783 of custom-declare-face.
20784
20785 * faces.el (face-spec-set): Reset the face if spec is not nil.
20786
20787 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
20788
20789 * newcomment.el (comment-region-internal): Box more tightly in the
20790 common case where there's no TAB in the boxed text.
20791
20792 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20793
20794 * info.el (info-tool-bar-map): Use images prev-node, next-node and
20795 up-node.
20796
20797 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
20798
20799 * newsticker.el: Commentary updated. Code formatting changed.
20800 (newsticker-version): Change to "1.9".
20801 (newsticker, newsticker-feed): Doc fix.
20802 (newsticker-url-list): Doc fix. Add option "Weekly".
20803 (newsticker-retrieval-interval): Add option "Weekly".
20804 (newsticker-headline-processing): Doc fix.
20805 (newsticker-auto-mark-filter): Remove.
20806 (newsticker-auto-mark-filter-list): New.
20807 (newsticker-layout, newsticker-sort-method): Doc fix.
20808 (newsticker-hide-old-items-in-newsticker-buffer)
20809 (newsticker-heading-format, newsticker-item-format)
20810 (newsticker-desc-format): Doc fix.
20811 (newsticker-show-all-rss-elements): Remove.
20812 (newsticker-show-all-news-elements): New.
20813 (newsticker-faces, newsticker-ticker): Doc fix.
20814 (remove-from-invisibility-spec): Code formatting.
20815 (newsticker--process-ids): New.
20816 (newsticker-mode): Doc fix.
20817 (newsticker-mode): Change mode-line-format.
20818 (newsticker-start): Remove debug output.
20819 (newsticker-start-ticker): Doc fix. Add autoload cookie.
20820 (newsticker-w3m-show-inline-images): Code formatting.
20821 (newsticker-next-item): Call `force-mode-line-update'.
20822 (newsticker-previous-item): Call `force-mode-line-update'.
20823 (newsticker-next-feed): Call `force-mode-line-update'.
20824 (newsticker-previous-feed): Call `force-mode-line-update'.
20825 (newsticker-mark-all-items-at-point-as-read): Code formatting.
20826 (newsticker-show-old-items): Do not show descs.
20827 (newsticker-hide-entry): Hide too much.
20828 (newsticker-hide-entry, newsticker-show-entry)
20829 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
20830 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
20831 (newsticker-toggle-auto-narrow-to-item): Code formatting.
20832 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
20833 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
20834 (newsticker-get-news): Call `force-mode-line-update'.
20835 Collect process ids.
20836 (newsticker--sentinel): Change coding system handling.
20837 Move image retrieval to new functions newsticker--get-logo-url-*.
20838 Move feed parsing to new functions newsticker--parse-*.
20839 Update list of process ids.
20840 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
20841 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
20842 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
20843 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
20844 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
20845 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
20846 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
20847 (newsticker--decode-coding-string): Remove.
20848 (newsticker--decode-numeric-entities): Check input. Format code.
20849 (newsticker--remove-whitespace): Check input.
20850 (newsticker--do-forget-preformatted): Doc fix.
20851 (newsticker--decode-rfc822-date): Allow for missing time.
20852 (newsticker--update-process-ids): New.
20853 (newsticker--image-sentinel): Change comment.
20854 (newsticker--image-read): Change error message.
20855 (newsticker--imenu-goto): Doc fix. Show headline title.
20856 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
20857 (newsticker--buffer-do-insert-text): Clean whitespace in
20858 html-rendered headline title. Code formatting.
20859 Call `newsticker--buffer-print-extra-elements'.
20860 (newsticker--buffer-print-extra-element): Remove.
20861 (newsticker--buffer-print-extra-elements): New.
20862 (newsticker--buffer-do-print-extra-element): New.
20863 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
20864 large sizes.
20865 (newsticker--run-auto-mark-filter)
20866 (newsticker--do-run-auto-mark-filter):
20867 Use `newsticker-auto-mark-filter-list'.
20868
20869 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
20870
20871 * net/rcirc.el: Use split-string OMIT-NULLS argument.
20872 (rcirc-print): Force redisplay before running hooks. Do long
20873 buffer truncation after making new text read-only. Deal with nil
20874 text when decoding strings. If TARGET is nil, use either the
20875 currently selected buffer, if it is an rcirc buffer and of the
20876 same process or the process buffer.
20877 (rcirc-mode): Remove header-line. Recompute short buffer names.
20878 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
20879 (rcirc-short-buffer-name): Add variable.
20880 (rcirc-kill-buffer-hook): Recompute short buffer names.
20881 Remove nick from private channel.
20882 (rcirc-send-input): Send command text to current-buffer.
20883 Don't clear overlay arrow here.
20884 (rcirc-short-buffer-name): Return a short buffer name.
20885 (rcirc-update-short-buffer-names, rcirc-abbreviate)
20886 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
20887 buffer-name abbreviations.
20888 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
20889 Do not touch nick-table when killing a parted channel.
20890 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
20891 Clear arrow from current buffer if it is now hidden.
20892 (rcirc-current-buffer): Add variable.
20893 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20894 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
20895 Remove -face from names.
20896 (rcirc-update-activity-string): Print "DND" when globally ignoring
20897 activity.
20898 (rcirc-ignore-buffer-activity-flag): Rename from
20899 rcirc-ignore-channel-activity.
20900 (rcirc-ignore-all-activity-flag): Doc fix.
20901 (rcirc-channels): Remove variable.
20902 (rcirc-kill-buffer-hook):
20903 (rcirc-get-buffer-create): Add nick to private channel.
20904 (rcirc-multiline-edit-submit): Remove tabs.
20905 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
20906 folded.
20907 (rcirc-remove-nick-channel): Bug fix.
20908 (rcirc-toggle-ignore-buffer-activity): Rename from
20909 rcirc-toggle-ignore-channel-activity.
20910 (rcirc-record-activity): Add buffers to the front of the list.
20911 (rcirc-update-activity): Remove killed buffers from list.
20912 (rcirc-process-server-response-1): Remove last argument if it is
20913 null before calling handler.
20914 (rcirc): Add "rcirc" defcustom prefix.
20915 (rcirc-prompt): Simplify default prompt.
20916 Use custom-initialize-default.
20917 (rcirc-private-chats): Remove variable.
20918 (rcirc-prompt): Change initialization.
20919 (rcirc-version): Remove function.
20920 (rcirc-id-string): Add constant.
20921 (rcirc-last-buffer): Remove variable.
20922 (rcirc-buffer-alist): Add variable.
20923 (rcirc-connect): Update variable setup.
20924 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
20925 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
20926 default.
20927 (rcirc-handler-generic): Trigger activity.
20928 (rcirc-send-message): Create the buffor of the target.
20929 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
20930 (rcirc-get-buffer): Just return nil if there is no matching buffer.
20931 (rcirc-multiline-edit-cancel): Remove function.
20932 (rcirc-set-last-buffer): Remove function.
20933 (rcirc-get-any-buffer): Add function.
20934 (rcirc-join-channels): Don't print /join text.
20935 (rcirc-toggle-ignore-channel-activity): Add and update echo area
20936 messages.
20937 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
20938 (rcirc-handler-NOTICE): Recognize CTCP responses.
20939 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
20940 constructing TOPIC string for buffers we are not JOINed.
20941 (rcirc-handler-CTCP-response): Add handler.
20942 (rcirc-multiline-edit-submit): Restore the window-configuration
20943 before adjusting point.
20944 (rcirc): Add customization group.
20945 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
20946 (rcirc-user-full-name, rcirc-startup-channels-alist)
20947 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
20948 (rcirc-ignore-all-activity-flag, rcirc-time-format)
20949 (rcirc-input-ring-size, rcirc-read-only-flag)
20950 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
20951 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
20952 Change defvar to defcustom.
20953 (rcirc-update-prompt): Add optional ALL arg, which will update
20954 prompts in all rcirc buffers. Regexp quote replacement text.
20955 (rcirc-fill-column): Accept frame-width as a value.
20956 (rcirc-set-changed): Add function.
20957 (rcirc-next-active-buffer): Write more meaningful messages.
20958 (rcirc-faces): Add customization group.
20959 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
20960 (rcirc-nick-in-message-face, rcirc-prompt-face)
20961 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
20962 (with-rcirc-process-buffer): Move before first usage.
20963 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
20964 (rcirc-debug-flag): Rename from `rcirc-log-p'.
20965 (rcirc-debug): Rename from `rcirc-log'.
20966 (rcirc-format-response-string): Do not print `-' chars for a
20967 NOTICE with no sender. Simplify output of server responses.
20968
20969 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
20970
20971 (rcirc-browse-url-map, rcirc-browse-url-at-point)
20972 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
20973 Make urls mouse and RET clickable.
20974
20975 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
20976
20977 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
20978
20979 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
20980
20981 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20982 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20983 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20984 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20985 argument to all these routines, so the passphrase can be managed
20986 externally and passed in to the system.
20987 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20988 pgg-add-passphrase-to-cache function.
20989
20990 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20991 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20992 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20993 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20994 argument to all these routines, so the passphrase can be managed
20995 externally and passed in to the system.
20996 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20997 function.
20998
20999 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
21000
21001 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
21002 from goto-address-url-regexp.
21003
21004 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
21005
21006 * textmodes/org.el (org-read-date, org-goto-calendar)
21007 (org-recenter-calendar, org-agenda-goto-calendar):
21008 Temporarily clear `calendar-move-hook'.
21009
21010 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
21011
21012 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
21013 merging.
21014
21015 * ediff-util.el (ediff-previous-difference): Don't skip regions that
21016 have merge clashes.
21017
21018 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21019
21020 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21021 Undo previous change.
21022
21023 * startup.el (command-line): Use `custom-reevaluate-setting' for
21024 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
21025 tty-register-default-colors on Mac.
21026
21027 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
21028
21029 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
21030 (gdb-buffer-type): Make it automatically buffer local...
21031 (gdb-get-create-buffer): ...and set it accordingly.
21032 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
21033 actually work.
21034
21035 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
21036
21037 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
21038 not red.
21039
21040 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
21041
21042 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
21043 case GUD buffer is not visible.
21044 (gdb-goto-breakpoint): Try to force display in source buffer.
21045 (gdb-frame-gdb-buffer): Copy other similar functions.
21046 (gdb-restore-windows): Don't display source if not asked for.
21047 (gdb-assembler-buffer-name): Don't capitalise.
21048
21049 2005-11-03 Richard M. Stallman <rms@gnu.org>
21050
21051 * wid-edit.el (key-sequence): New widget type.
21052
21053 * simple.el (set-mark-command-repeat-pop): New variable.
21054 (set-mark-command): Only interpret plan C-@ after a pop as a pop
21055 if set-mark-command-repeat-pop is true.
21056
21057 * info.el (Info-fontify-node): Don't display extra "see" if there
21058 already is one here.
21059
21060 * mouse.el: Fix special handling of DEL after dragging a region:
21061 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
21062 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
21063
21064 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
21065
21066 * textmodes/ispell.el (ispell-command-loop): Change `i' description
21067 not to assume it pertains to an affix.
21068
21069 * textmodes/flyspell.el (flyspell-post-command-hook):
21070 Bind deactivate-mark to prevent deactivation.
21071
21072 2005-11-03 Lars Hansen <larsh@soem.dk>
21073
21074 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
21075 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
21076 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
21077
21078 2005-11-03 Romain Francoise <romain@orebokech.com>
21079
21080 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
21081 Update copyright years.
21082
21083 2005-11-03 Sam Steingold <sds@gnu.org>
21084
21085 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21086 Use system-type instead of window-system because window-system is not
21087 correctly defined during loadup.
21088
21089 2005-11-02 Mark A. Hershberger <mah@everybody.org>
21090
21091 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
21092 (xml-parse-tag): Join strings separated by a comment properly.
21093
21094 2005-11-02 Andreas Schwab <schwab@suse.de>
21095
21096 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
21097
21098 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
21099
21100 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
21101 (byte-optimize-pure-func): Quote the eval'd value.
21102
21103 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
21104 Rename from perl-font-lock-syntactic-face-function.
21105 Change the calling convention so it can be used as a font-lock MATCHER.
21106 Do the parse-partial-sexp loop outselves.
21107 (perl-font-lock-syntactic-keywords): Use it.
21108 (perl-mode): Don't set font-lock-syntactic-face-function any more.
21109
21110 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
21111
21112 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
21113 disassembly buffer too.
21114 (gdb-exited): Remove overlay arrows when execution has finished.
21115 (gdb-info-frames-custom, gdb-info-threads-custom)
21116 (gdb-info-registers-custom): Don't add inappropriate text
21117 properties if inferior is not active.
21118
21119 2005-11-02 Glenn Morris <rgm@gnu.org>
21120
21121 * progmodes/fortran.el (fortran-blink-match):
21122 Use `blink-matching-delay'.
21123
21124 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
21125
21126 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
21127
21128 2005-11-02 Lars Hansen <larsh@soem.dk>
21129
21130 * net/tramp.el (tramp-action-out-of-band): Handle scp message
21131 "Permission denied".
21132
21133 2005-11-01 Richard M. Stallman <rms@gnu.org>
21134
21135 * textmodes/flyspell.el (flyspell-external-point-words):
21136 Pass nil to flyspell-get-word.
21137
21138 2005-11-02 Kim F. Storm <storm@cua.dk>
21139
21140 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
21141 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
21142
21143 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
21144
21145 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
21146 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
21147 (calendar-mouse-print-dates): Add optional `event' argument.
21148 Update interactive-spec.
21149 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
21150 Use `calendar-event-to-date' instead of `event'.
21151
21152 2005-11-02 Masatake YAMATO <jet@gyve.org>
21153
21154 * progmodes/ld-script.el (ld-script-builtins):
21155 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
21156 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
21157 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
21158
21159 2005-11-01 Romain Francoise <romain@orebokech.com>
21160
21161 * vc-sccs.el: Update copyright year.
21162 * ezimage.el: Likewise.
21163
21164 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
21165
21166 * info.el (Info-fontify-node): Use `string-width' for fontifying
21167 underlined titles.
21168
21169 2005-11-01 Juri Linkov <juri@jurta.org>
21170
21171 * info.el (Info-fontify-node): Downcase node header keywords Node,
21172 Prev, Next, Up before comparison.
21173 (Info-history): Insert absolute directory name, and put invisible
21174 property on it.
21175
21176 2005-11-01 Juri Linkov <juri@jurta.org>
21177
21178 * info.el (Info-file-supports-index-cookies): New variable.
21179 (Info-find-node-2): Check makeinfo version for index cookie support.
21180 (Info-index-nodes): Search for nodes with index cookies only when
21181 Info-file-supports-index-cookies is t. Otherwise, search nodes
21182 with "Index" in the node name.
21183 (Info-index-node): Search index cookie in the current node only when
21184 Info-file-supports-index-cookies is t. Otherwise, check the word
21185 "Index" in the node name.
21186 (Info-find-emacs-command-nodes): Remove code that searches nodes
21187 with "Index" node name in the top menu.
21188
21189 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
21190
21191 * progmodes/scheme.el (scheme-mode-variables): Use the default
21192 comment-indent-function.
21193
21194 * faces.el (face-attribute): Handle the case where a face inherits from
21195 a non-existent face.
21196
21197 * simple.el (eval-expression-print-format): Use lisp-readable syntax
21198 for octal and hexa output, and merge the char into the paren.
21199 (kill-new): Use push.
21200 (copy-to-buffer): Use with-current-buffer.
21201 (completion-setup-function): Move code in loop to remove redundancy.
21202 (minibuffer-local-must-match-map): Don't add bindings that duplicate
21203 those inherited from minibuffer-local-completion-map.
21204
21205 * savehist.el (savehist-mode) <defcustom>:
21206 Use custom-set-minor-mode if available.
21207 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
21208 and emit a message if applicable.
21209
21210 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
21211
21212 * savehist.el: Sync up to version 19.
21213 (savehist-mode): New minor mode.
21214 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
21215 (savehist-length): Remove (use history-length instead).
21216 (savehist-file-modes): Rename from savehist-modes.
21217 (savehist-save-hook, savehist-loaded): New vars.
21218 (savehist-load): Use savehist-mode. Try to smooth up transition from
21219 old format to new format.
21220 (savehist-install): Allow savehist-autosave-interval to be nil.
21221 (savehist-save): Run the new hook. Be more careful to only trim the
21222 history variables.
21223 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
21224 (savehist-printable): Print into a buffer rather than char-by-char.
21225
21226 2005-11-01 John Wiegley <johnw@newartisans.com>
21227
21228 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
21229 toggle-ignore keybinding (C-a). The author said it had been
21230 disabled much earlier due to a possible incompatibility, but after
21231 many months of usage I have encountered no problems (and it is a
21232 rather useful option, especially for switching to " *temp*").
21233
21234 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
21235 support for OS/X's AddressBook, by calling out to the open source
21236 program "contacts" (installable through Fink).
21237
21238 * net/eudc.el (eudc-expand-inline): If the
21239 `eudc-multiple-match-handling-method' is set to `all', delete the
21240 query string before inserting the query result.
21241
21242 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
21243 flag, to prevent Eshell from using the system ls when
21244 `eshell-ls-insert-directory' is in used.
21245 (eshell-ls-insert-directory): Disable font-lock in directory
21246 buffer so that Eshell's own fontification is seen. This broke
21247 recently due to changes in font-lock, so this goes back to version
21248 21 behavior.
21249
21250 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
21251
21252 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
21253 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
21254 (gdb-many-windows): Doc fix.
21255
21256 2005-10-31 Romain Francoise <romain@orebokech.com>
21257
21258 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
21259
21260 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
21261
21262 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
21263 that global-font-lock-mode can be enabled by default.
21264
21265 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
21266 (font-lock-add-keywords, font-lock-remove-keywords)
21267 (font-lock-fontify-buffer): Remove autoload cookies.
21268
21269 * jit-lock.el (jit-lock-register): Likewise.
21270
21271 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
21272
21273 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
21274
21275 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
21276 intact if there is no gud-comint-buffer.
21277
21278 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
21279
21280 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
21281 old prompt comint-prompt-read-only is t and GDB commands are
21282 issued from tool bar etc.
21283
21284 2005-10-31 Masatake YAMATO <jet@gyve.org>
21285
21286 * vc.el (vc-directory-exclusion-list): Add "{arch}".
21287
21288 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
21289
21290 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
21291 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
21292
21293 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
21294
21295 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
21296 starting at beginning of line. Fontification is messed up when
21297 `open-paren-in-column-0-is-defun-start' set to t.
21298 Reported by John Paul Wallington <jpw@pobox.com>.
21299
21300 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
21301
21302 * comint.el (comint-send-input): Call `comint-update-fence' when
21303 `comint-process-echoes' and `comint-prompt-read-only' are both
21304 non-nil, to avoid leftover read-only newline.
21305
21306 2005-10-30 Richard M. Stallman <rms@gnu.org>
21307
21308 * textmodes/flyspell.el (flyspell-external-point-words):
21309 Detect when WORD can't be checked properly because
21310 flyspell-get-word finds just part of it, and move on.
21311
21312 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
21313 boundarychar for Polish.
21314 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
21315 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
21316
21317 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
21318
21319 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
21320 (gdb-registers-font-lock-keywords): Delete.
21321 (gdb-registers-mode): Don't fontify.
21322 (gdb-info-registers-custom): Use text properties instead as, in
21323 future, changed register values will use font-lock-warning-face.
21324 (gdb-local-font-lock-keywords): Rename to...
21325 (gdb-locals-font-lock-keywords): ...for consistency.
21326
21327 2005-10-30 Andre Spiegel <spiegel@gnu.org>
21328
21329 * vc.el (vc-switch-backend): Better error message if the buffer is
21330 not visiting a file under version control.
21331
21332 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
21333
21334 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
21335
21336 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
21337 ~/.emacs.d/.emacs.
21338
21339 2005-10-29 Richard M. Stallman <rms@gnu.org>
21340
21341 * replace.el (occur-mode-mouse-goto): Always go to other window.
21342 (occur-mode-goto-occurrence): Always switch in same window.
21343
21344 * simple.el (undo): Display message at end, not at start.
21345
21346 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
21347 New arg REUSE-CELL.
21348 (cancel-timer-internal): New function.
21349 (timer-event-handler): Use cancel-timer-internal,
21350 and pass the cell it returns to timer-activate...
21351
21352 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
21353 (jit-lock-deferred-fontify, jit-lock-context-fontify)
21354 (jit-lock-after-change): Test memory-full.
21355
21356 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
21357
21358 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21359 part of the decoded armor to find the key-identifier.
21360 (pgg-gpg-lookup-key-owner): New function to return the
21361 human-readable identifier of a key owner.
21362 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21363 key itself.
21364 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21365 the key value) if we have a key and can match it against a secret
21366 key. Also, added a note pointing out fact that the prompt only
21367 indicates the first matching key.
21368
21369 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21370 pgg-decrypt-region.
21371 (pgg-pending-timers): A new hash for tracking the passphrase cache
21372 timers, so that new ones supercede old ones.
21373 (pgg-add-passphrase-to-cache): Rename from
21374 `pgg-add-passphrase-cache' to reduce confusion (all callers
21375 changed). Modified to cancel old timers when new ones are added.
21376 (pgg-remove-passphrase-from-cache): Rename from
21377 `pgg-remove-passphrase-cache' to reduce confusion (all callers
21378 changed). Modified to cancel old timers when their keys are
21379 removed from the cache.
21380 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21381 XEmacs, an indirection to delete-itimer.
21382 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21383 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21384 users can only check cache without risk of prompting. Correct bug in
21385 notruncate behavior.
21386 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21387 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21388 Add informative docstrings.
21389 (pgg-decrypt): Convey provided passphrase in subordinate call to
21390 pgg-decrypt-region.
21391
21392 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21393 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21394 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21395 `passphrase' argument, so the passphrase can be managed externally
21396 and then passed in to the system.
21397
21398 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21399 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21400 so the passphrase cache can be used reliably with identifiers
21401 besides a pgp packet's key id.
21402
21403 * pgg-gpg.el (pgg-pgp-encrypt-region)
21404 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21405 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21406 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21407 argument to all these routines, so the passphrase can be managed
21408 externally and passed in to the system.
21409
21410 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21411 `notruncate' argument, so the passphrase cache can be used
21412 reliably with identifiers besides a pgp packet's key id.
21413
21414 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
21415
21416 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21417 symmetric encryption.
21418 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21419 encrypted session key.
21420 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21421 message ask for the passphrase in a proper way.
21422
21423 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21424 New user commands for symmetric encryption.
21425
21426 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
21427
21428 * textmodes/conf-mode.el (conf-assignment-sign)
21429 (conf-assignment-regexp): Fix docstrings.
21430 (conf-mode-initialize): New function.
21431 (conf-mode): Remove optional args. Use delay-mode-hooks to
21432 recognize recursive calls.
21433 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
21434 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
21435 (conf-xdefaults-mode): Use define-derived-mode and
21436 conf-mode-initialize.
21437
21438 2005-10-29 Romain Francoise <romain@orebokech.com>
21439
21440 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
21441
21442 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
21443
21444 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21445 part of the decoded armor to find the key-identifier.
21446 (pgg-gpg-lookup-key-owner): New function to return the
21447 human-readable identifier of a key owner.
21448 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21449 key itself.
21450 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21451 the key value) if we have a key and can match it against a secret
21452 key. Also, added a note pointing out fact that the prompt only
21453 indicates the first matching key.
21454
21455 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21456 pgg-decrypt-region.
21457 (pgg-pending-timers): A new hash for tracking the passphrase cache
21458 timers, so that new ones supercede old ones.
21459 (pgg-add-passphrase-to-cache): Rename from
21460 `pgg-add-passphrase-cache' to reduce confusion (all callers
21461 changed). Modified to cancel old timers when new ones are added.
21462 (pgg-remove-passphrase-from-cache): Rename from
21463 `pgg-remove-passphrase-cache' to reduce confusion (all callers
21464 changed). Modified to cancel old timers when their keys are
21465 removed from the cache.
21466 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21467 XEmacs, an indirection to delete-itimer.
21468 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21469 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21470 users can only check cache without risk of prompting. Correct bug in
21471 notruncate behavior.
21472 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21473 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21474 Add informative docstrings.
21475 (pgg-decrypt): Convey provided passphrase in subordinate call to
21476 pgg-decrypt-region.
21477
21478 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
21479
21480 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21481 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21482 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21483 `passphrase' argument, so the passphrase can be managed externally
21484 and then passed in to the system.
21485
21486 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21487 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21488 so the passphrase cache can be used reliably with identifiers
21489 besides a pgp packet's key id.
21490
21491 * pgg-gpg.el (pgg-pgp-encrypt-region)
21492 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21493 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21494 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21495 argument to all these routines, so the passphrase can be managed
21496 externally and passed in to the system.
21497
21498 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21499 `notruncate' argument, so the passphrase cache can be used
21500 reliably with identifiers besides a pgp packet's key id.
21501
21502 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
21503
21504 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21505 symmetric encryption.
21506 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21507 encrypted session key.
21508 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21509 message ask for the passphrase in a proper way.
21510
21511 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21512 New user commands for symmetric encryption.
21513
21514 2005-10-28 Bill Wohler <wohler@newt.com>
21515
21516 * help-mode.el (help-url): New button type. Calls browse-url.
21517 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
21518 Similar to Info nodes: URL `url'.
21519 (help-make-xrefs): Create help-url buttons for
21520 help-xref-url-regexp matches.
21521
21522 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
21523
21524 * tool-bar.el (tool-bar-add-item-from-menu)
21525 (tool-bar-local-item-from-menu): Fix doc strings.
21526
21527 2005-10-28 Romain Francoise <romain@orebokech.com>
21528
21529 * ldefs-boot.el: Update.
21530
21531 * subr.el (locate-library): Move from help-fns.el.
21532 * help-fns.el (locate-library): Move to subr.el.
21533
21534 2005-10-28 Richard M. Stallman <rms@gnu.org>
21535
21536 * net/tramp.el (tramp-completion-mode): defvar moved up.
21537
21538 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
21539
21540 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
21541
21542 * files.el (find-file-noselect): Use %d to format large file size.
21543
21544 * bindings.el (mode-line-format): Add %e.
21545
21546 * loadup.el ("facemenu"): Load unconditionally.
21547 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
21548 ("x-dnd"): Load, when appropriate.
21549
21550 * startup.el (command-line): Call before-init-hook earlier.
21551 Warn about some bad characters in -u user name.
21552
21553 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
21554 (flyspell-external-point-words): Error if misspelled word is not found.
21555 Set flyspell-large-region-beg at end of word.
21556
21557 2005-10-28 Andreas Schwab <schwab@suse.de>
21558
21559 * view.el (View-revert-buffer-scroll-page-forward):
21560 Use view-page-size-default.
21561
21562 2005-10-28 Juri Linkov <juri@jurta.org>
21563
21564 * international/quail.el (quail-get-current-str): Translate last
21565 raw character for deterministic input methods.
21566
21567 2005-10-27 Jay Belanger <belanger@truman.edu>
21568
21569 * calc/calc-ext.el: Add functions to autoloads.
21570 (math-identity-matrix-p, math-ident-row-p): New functions.
21571
21572 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
21573 multiplication by an identity matrix; don't turn multiplication by
21574 an inverse matrix into division.
21575 (math-div-symbol-fancy): Replace division by matrices with
21576 multiplication by inverse.
21577
21578 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
21579
21580 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
21581 (calc-writeoutpower): New functions.
21582
21583 2005-10-27 Romain Francoise <romain@orebokech.com>
21584
21585 * replace.el (occur-engine): Include colon in mouse-face highlight.
21586
21587 * dired-x.el: Change Maintainer field.
21588
21589 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
21590
21591 * longlines.el (longlines-mode): Bind after-change-functions to
21592 nil during initial decoding and final encoding.
21593
21594 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
21595
21596 * term.el (term-emulate-terminal, term-handle-colors-array)
21597 (term-handle-ansi-escape): Specify the terminfo capabilities
21598 implemented.
21599
21600 2005-10-26 Richard M. Stallman <rms@gnu.org>
21601
21602 * info.el (Info-fontify-node): Fix detection of sentence-break
21603 before *Note.
21604
21605 2005-10-26 Romain Francoise <romain@orebokech.com>
21606
21607 * smerge-mode.el: Add `tools' to file keywords.
21608
21609 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
21610
21611 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
21612 when the fringe is not available.
21613
21614 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
21615 (def-gdb-auto-update-trigger): Simplify construction.
21616 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
21617 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
21618 defined explicitly.
21619 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
21620 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
21621 defined explicitly.
21622 (gdb-info-locals-custom): Remove as it's a no-op.
21623
21624 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
21625
21626 * longlines.el (longlines-mode): Remove narrowing before
21627 performing the initial decoding or final encoding.
21628
21629 2005-10-25 Romain Francoise <romain@orebokech.com>
21630
21631 * emacs-lisp/find-func.el (find-library-name): Also strip
21632 extension if library name ends in .el, to take advantage of
21633 `find-library-suffixes'.
21634
21635 2005-10-25 Richard M. Stallman <rms@gnu.org>
21636
21637 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
21638
21639 2005-10-25 Juri Linkov <juri@jurta.org>
21640
21641 * textmodes/texinfo.el (texinfo-mode): Change charset of one
21642 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
21643
21644 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21645
21646 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
21647 (blackbox-redefine-key): Add argument `map'.
21648
21649 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
21650 regions when moving the jit-lock-context-unfontify-pos boundary.
21651
21652 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
21653
21654 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
21655
21656 2005-10-25 Masatake YAMATO <jet@gyve.org>
21657
21658 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
21659
21660 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
21661
21662 * play/blackbox.el (blackbox-redefine-key): New function.
21663 (blackbox-mode-map): Use it to remap existing bindings for cursor
21664 motion instead of binding literal keys.
21665
21666 2005-10-25 Glenn Morris <rgm@gnu.org>
21667
21668 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
21669 diary does not end in a newline. Do not assume a blank line at
21670 the start of the diary file.
21671
21672 2005-10-25 Kenichi Handa <handa@m17n.org>
21673
21674 * international/quail.el (quail-translate-key): If the input
21675 method is deterministic and failed to handle the last key, restart
21676 the key handling loop from an appropriate key.
21677
21678 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
21679
21680 * vc.el (vc-dired-mode): Extend comment for binding of
21681 `directory-listing-before-filename-regexp'.
21682
21683 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21684
21685 * textmodes/texinfo.el (texinfo-mode):
21686 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
21687 not to unnecessarily expose emacs-mule's internal char codes.
21688
21689 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
21690
21691 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
21692 Display hand pointer and help-echo on disabled icon too.
21693 (gdb-mouse-until): New function.
21694 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
21695
21696 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
21697
21698 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
21699 with 2005-10-23 change to doctor.el.
21700
21701 * finder.el (finder-mode-map): Add follow-link binding.
21702
21703 2005-10-25 Kim F. Storm <storm@cua.dk>
21704
21705 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
21706 to gdb-mouse-toggle-breakpoint-fringe.
21707 (gdb-mouse-toggle-breakpoint-margin): Rename from
21708 gdb-mouse-toggle-breakpoint. Fix doc.
21709 (gdb-mouse-toggle-breakpoint-fringe): New defun.
21710 (gdb-put-string): Add optional SPROPS arg. Add props to string.
21711 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
21712 string properties also for fringe breakpoint bitmaps.
21713
21714 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
21715
21716 * textmodes/org.el (org-start-icalendar-file): Fix format form.
21717
21718 2005-10-25 Masatake YAMATO <jet@gyve.org>
21719
21720 * simple.el (completion-common-substring):
21721 Use `completion-common-substring' prior to `completion-base-size'.
21722
21723 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
21724
21725 * savehist.el: Require CL while compiling.
21726 (savehist-history-variables): Remove.
21727 (savehist-save-minibuffer-history, savehist-additional-variables)
21728 (savehist-minibuffer-history-variables): New vars.
21729 (savehist-save): Use them.
21730 (savehist-uninstall, savehist-minibuffer-hook): New funs.
21731 (savehist-install): New fun, extracted from savehist-load.
21732 (savehist-load): Use them.
21733
21734 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
21735
21736 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
21737 a dummy doc-string-elt property.
21738 (defalias, defvaralias, define-category): Add a docstring property.
21739
21740 * image.el (defimage):
21741 * widget.el (define-widget):
21742 * custom.el (defface, defcustom): Add `doc-string' declaration.
21743
21744 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
21745 (defadvice): Add `doc-string' declaration.
21746
21747 * emacs-lisp/byte-run.el (macro-declaration-function):
21748 Handle `doc-string' declarations.
21749 (define-obsolete-function-alias, define-obsolete-variable-alias):
21750 Add `doc-string' declaration.
21751
21752 2005-10-24 Kenichi Handa <handa@m17n.org>
21753
21754 * international/utf-7.el (utf-7): Add autoload cookie.
21755
21756 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
21757
21758 2005-10-24 Eli Zaretskii <eliz@gnu.org>
21759
21760 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
21761 list of directories passed to batch-update-autoloads. Add "." to
21762 the list of the echoed directories.
21763
21764 * pgg-def.el:
21765 * pgg-gpg.el:
21766 * pgg-parse.el:
21767 * pgg-pgp.el:
21768 * pgg-pgp5.el:
21769 * pgg.el: Moved here from the gnus subdirectory.
21770
21771 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
21772
21773 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
21774 in case comint-prompt-read-only is set to t.
21775
21776 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
21777 in case comint-prompt-read-only is set to t.
21778
21779 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
21780
21781 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
21782 Now a string.
21783 (icalendar-import-format): Handle CLASS, STATUS, URL.
21784 Rename `subject' to `summary'.
21785 (icalendar-import-format-summary): Rename from
21786 `icalendar-import-format-subject'.
21787 (icalendar-import-format-url, icalendar-import-format-status)
21788 (icalendar-import-format-class): New variables.
21789 (icalendar--rris): Take variable argument list.
21790 (icalendar--datestring-to-isodate): Remove unnecessary
21791 calendar-style check when converting dates with explicit month names.
21792 (icalendar-export-region): Change return type of conversion
21793 subroutines. Bury current buffer unless error occurred.
21794 (icalendar--convert-to-ical)
21795 (icalendar--parse-summary-and-rest): New functions.
21796 (icalendar--convert-ordinary-to-ical)
21797 (icalendar--convert-weekly-to-ical)
21798 (icalendar--convert-yearly-to-ical)
21799 (icalendar--convert-block-to-ical)
21800 (icalendar--convert-cyclic-to-ical)
21801 (icalendar--convert-anniversary-to-ical): Change return type.
21802 Strip trailing blanks from subject.
21803 (icalendar--convert-sexp-to-ical): Change return type.
21804 Strip trailing blanks from subject. Handle simple sexp
21805 entries as generated by icalendar.el.
21806 (icalendar--convert-float-to-ical)
21807 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
21808 (icalendar-import-file): Doc fix.
21809 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
21810 Correct call to icalendar--rris.
21811 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
21812 `summary'.
21813 (icalendar--add-diary-entry): Rename `subject' to `summary'.
21814
21815 2005-10-24 Romain Francoise <romain@orebokech.com>
21816
21817 * server.el (server-sentinel): Set query-on-exit flag to nil on
21818 new client processes (it isn't inherited from the server process).
21819
21820 * replace.el (occur-engine): Rearrange text properties.
21821
21822 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
21823
21824 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
21825 case-fold-search is nil.
21826 (debug-help-follow): Use help-xref-interned directly.
21827
21828 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
21829
21830 * thumbs.el (thumbs-image-type): Add .pbm.
21831
21832 2005-10-23 Richard M. Stallman <rms@gnu.org>
21833
21834 * faces.el (inhibit-face-set-after-frame-default): New variable.
21835 (set-face-attribute): Bind it.
21836 (face-set-after-frame-default): Test it.
21837
21838 * help-fns.el (describe-simplify-lib-file-name): New function.
21839 (describe-function-1, describe-variable): Use it.
21840
21841 * faces.el (describe-face): Use describe-simplify-lib-file-name.
21842
21843 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
21844 Eliminate nil as possible value.
21845 (tooltip-hide-delay): Reduce internal-border-width.
21846
21847 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
21848 (menu-bar-file-menu) <new-file>: Likewise.
21849
21850 * simple.el (line-move-finish): Ignore fields computing LINE-END.
21851
21852 * international/mule.el (load-with-code-conversion):
21853 Pass full file name to `eval-buffer' unless preloading.
21854
21855 * textmodes/flyspell.el (flyspell-large-region):
21856 Call ispell-check-version.
21857
21858 * textmodes/ispell.el (ispell-local-dictionary-overridden):
21859 Fix the make-variable-buffer-local call that was supposed
21860 to be for this variable.
21861 (ispell-aspell-supports-utf8): Doc fix.
21862 (ispell-find-aspell-dictionaries): Preserve elements of
21863 ispell-dictionary-alist for dictionaries that aspell doesn't report.
21864 (ispell-aspell-find-dictionary): Return nil on error.
21865
21866 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
21867 (doctor-symptoms): Likewise.
21868
21869 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
21870
21871 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
21872
21873 * cus-edit.el (custom-button, custom-button-pressed): New vars.
21874 (custom-raised-buttons): Add :set spec.
21875 (custom-button-unraised, custom-button-pressed-unraised):
21876 New faces, so that custom-raised-buttons actually does something.
21877 (custom-mode): Use custom-button and custom-button-pressed.
21878
21879 * wid-edit.el (widget-specify-button): Don't ignore
21880 widget-mouse-face on graphic terminals.
21881 (widget-move-and-invoke): Cleanup.
21882
21883 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
21884
21885 * whitespace.el (whitespace-cleanup): Doc fix.
21886
21887 2005-10-23 Romain Francoise <romain@orebokech.com>
21888
21889 * emulation/viper.el (viper-set-hooks): Quote forms passed to
21890 `eval-after-load' to avoid evaluating their result.
21891
21892 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
21893
21894 * files.el (directory-listing-before-filename-regexp):
21895 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
21896
21897 * dired.el (dired-move-to-filename-regexp): Remove.
21898 All occurrences replaced by `directory-listing-before-filename-regexp'.
21899
21900 * dired-x.el, locate.el, vc.el:
21901 Replace `dired-move-to-filename-regexp' by
21902 `directory-listing-before-filename-regexp'. In vc.el it is
21903 overwritten locally; maybe this can be handled in files.el too.
21904
21905 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
21906 replaced by `directory-listing-before-filename-regexp'.
21907
21908 2005-10-23 Andreas Schwab <schwab@suse.de>
21909
21910 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
21911 and eval-next-after-load.
21912
21913 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
21914
21915 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
21916 exist, create it.
21917
21918 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
21919
21920 * allout.el: Remove autoloads for mailcrypt and crypt++.
21921 Require pgg, pgg-gpg during compilation.
21922 (allout-version): Increment version number to 2.1, and use a literal
21923 rather than RCS Id.
21924 (allout-default-encryption-scheme): Remove.
21925 (allout-passphrase-verifier-handling)
21926 (allout-passphrase-verifier-string)
21927 (allout-file-passphrase-verifier-string)
21928 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
21929 (allout-passphrase-hint-handling): Rename and simplify.
21930 (allout-init): Use `find-file-hook' if available, otherwise
21931 `find-file-hooks'.
21932 (allout-mode): Use `write-file-functions' if available, otherwise
21933 `local-write-file-hooks' and, instead of making auto-save-hook
21934 buffer local, make the write-file-hook activity contingent to
21935 allout-mode.
21936 (allout-mode): Use key-binding substitution in the docstring.
21937 (allout-kill-line): Spell-out kill ring data structure mutation
21938 instead of using byte-compiler-complaint-provoking `pop'.
21939 (allout-insert-listified): Use `insert' rather than `insert-string'
21940 (allout-toggle-current-subtree-encryption): Update docstring, adjust
21941 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
21942 (allout-encrypt-string): Totally revamped vis new underlying
21943 encryption facilities.
21944 (allout-mc-activate-passwd): Remove.
21945 (allout-obtain-passphrase): New, more or less replaces
21946 allout-mc-activate-passwd.
21947 (allout-encrypted-key-info): More or less replaces
21948 allout-encrypted-text-type.
21949 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
21950 (my-mark-marker): Use `(featurep 'xemacs)'.
21951
21952 2005-10-23 Lars Hansen <larsh@soem.dk>
21953
21954 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
21955 (byte-compile-file-form-defmumble, byte-compile-defun)
21956 (byte-compile-defmacro): Use it.
21957 (byte-compile-form): Don't call byte-compile-set-symbol-position
21958 when a byte-compile handler is called.
21959
21960 2005-10-22 Romain Francoise <romain@orebokech.com>
21961
21962 * savehist.el (savehist-history-variables): Add `grep-find-history'.
21963
21964 * subr.el (eval-after-load): Convert library name to an absolute
21965 file name using locate-library, since load-history no longer has
21966 library names in it.
21967
21968 2005-10-22 Richard M. Stallman <rms@gnu.org>
21969
21970 * files.el (make-temp-file): Move from subr.el.
21971 * subr.el (make-temp-file): Move to files.el.
21972
21973 * window.el (get-buffer-window-list): Move from subr.el.
21974 * subr.el (get-buffer-window-list): Move to window.el.
21975
21976 * image.el (image-load-path): Use eval-at-startup to initialize.
21977
21978 * subr.el (eval-at-startup): New macro.
21979
21980 * subr.el: Much rearrangement of functions and division
21981 into pages. No code changes.
21982
21983 2005-10-22 Kenichi Handa <handa@m17n.org>
21984
21985 * tar-mode.el (tar-extract): Be sure to call
21986 find-operation-coding-system if set-auto-coding doesn't find a
21987 coding system.
21988
21989 2005-10-22 Kim F. Storm <storm@cua.dk>
21990
21991 * image.el (image-type-header-regexps): Rename from image-type-regexps.
21992 Change users.
21993 (image-type-file-name-regexps): New defconst.
21994 (image-type-from-data): Simplify loop.
21995 (image-type-from-buffer): New defun.
21996 (image-type-from-file-header): Use it instead of image-type-from-data.
21997 Use image-search-load-path instead of only looking in data-directory.
21998 (image-type-from-file-name): New defun.
21999 (image-search-load-path): Change `pathname' to `filename'.
22000 Make PATH arg optional, default to image-load-path.
22001
22002 2005-10-21 Richard M. Stallman <rms@gnu.org>
22003
22004 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
22005
22006 * textmodes/paragraphs.el (sentence-end-base): New variable.
22007 (sentence-end): Use sentence-end-base.
22008
22009 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
22010
22011 * font-lock.el (font-lock-default-fontify-region): Check the multiline
22012 property independently from the font-lock-multiline variable.
22013
22014 2005-10-21 Richard M. Stallman <rms@gnu.org>
22015
22016 * emacs-lisp/find-func.el (find-library-name): Doc fix.
22017
22018 * startup.el (command-line): Convert library names
22019 in `load-history' to absolute file names.
22020
22021 * subr.el (symbol-file): Doc fix.
22022
22023 * loadhist.el (file-loadhist-lookup): Call locate-library
22024 instead of find-library-name. Don't try converting
22025 abs file names to library names, since load-history no longer
22026 has library names in it.
22027 (file-dependents, file-provides, file-requires): Doc fixes.
22028
22029 2005-10-21 Juri Linkov <juri@jurta.org>
22030
22031 * progmodes/etags.el (tags-table-mode): New function.
22032 (tags-verify-table): Replace initialize-new-tags-table with
22033 tags-table-mode.
22034
22035 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
22036 default value.
22037 (desktop-modes-not-to-save): Add tags-table-mode to the
22038 default value.
22039
22040 * info.el (Info-index-next): Add total number of index
22041 alternatives to the message.
22042
22043 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
22044 backward only space (instead of space and period) before looking
22045 at sentence end.
22046
22047 * simple.el (set-variable): Use user-variable-p instead of symbolp.
22048 Add the old variable value as 4th default-value arg of read-string.
22049
22050 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22051
22052 * cus-face.el (custom-declare-face): Make face from X resources
22053 also on Mac.
22054
22055 * disp-table.el (standard-display-g1, standard-display-graphic):
22056 Refuse to use string glyphs also on Mac.
22057 (standard-display-european): Don't set terminal coding system also
22058 on Mac.
22059
22060 * frame.el (display-screens): Use x-display-screens also on Mac.
22061
22062 2005-10-21 Romain Francoise <romain@orebokech.com>
22063
22064 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
22065
22066 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
22067
22068 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
22069 and $? into sexps.
22070
22071 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
22072 warning face on open-paren-in-column-0.
22073
22074 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
22075 boundary case. Fix typo.
22076 Suggested by Martin Rudalics <rudalics@gmx.at>.
22077
22078 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
22079
22080 * textmodes/org.el (org-combined-agenda-icalendar-file)
22081 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
22082 (org-export-icalendar-this-file)
22083 (org-export-icalendar-all-agenda-files)
22084 (org-export-icalendar-combine-agenda-files): New commands.
22085 (org-export-icalendar, org-print-icalendar-entries)
22086 (org-start-icalendar-file, org-finish-icalendar-file)
22087 (org-ical-ts-to-string): New functions.
22088 (org-read-date, org-goto-calendar)
22089 (org-agenda-goto-calendar): Inhibit displaying diary entries by
22090 call to `calendar'.
22091 (orgtbl-setup): Remove the :keys arguments from the menu description.
22092 (org-after-save-iCalendar-file-hook): New variable.
22093
22094 2005-10-21 Kenichi Handa <handa@m17n.org>
22095
22096 * language/vietnamese.el (tcvn-5712): Make it an alias of
22097 vietnamese-tcvn coding-system.
22098
22099 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
22100
22101 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
22102 group id is given.
22103
22104 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
22105
22106 * progmodes/sh-script.el (sh-escaped-line-re): New var.
22107 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
22108 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
22109 whose line is either continued or ends with a comment.
22110
22111 2005-10-20 Romain Francoise <romain@orebokech.com>
22112
22113 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
22114
22115 * replace.el (occur-engine): Add follow-link property.
22116
22117 * font-core.el (font-lock-mode): Doc fix.
22118
22119 2005-10-20 Richard M. Stallman <rms@gnu.org>
22120
22121 * net/rcirc.el: New file.
22122
22123 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
22124
22125 * term.el (term-term-name): Initialize to "eterm-color".
22126
22127 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
22128
22129 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
22130 for encryption functionality.
22131 Move allout customization subgroup from `editing' to `outlines' group.
22132 Fix commentary keywords to legitimate ones.
22133 Update author info (using my current email address, obscurified).
22134 (allout-encrypt-string, allout-encryption-produce-work-buffer)
22135 (allout-encrypted-topic-p, allout-encrypted-text-type)
22136 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
22137 (allout-situate-encryption-key-verifier)
22138 (allout-get-encryption-key-verifier, allout-verify-key)
22139 (allout-next-topic-pending-encryption)
22140 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
22141 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
22142 (outline-key-verifier-handling, outline-key-hint-handling)
22143 (outline-encrypt-unencrypted-on-saves): New defcustoms.
22144 (allout-file-key-verifier-string, allout-encryption-scheme)
22145 (allout-key-verifier-string, allout-key-hint-string)
22146 (allout-after-save-decrypt): New variables.
22147 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
22148 (allout-after-saves-handler): New hook functions.
22149 (allout-post-command-business): Do allout-after-save-decrypt.
22150 (allout-enable-file-variable-adjustment): Custom var to enable
22151 mechanism for adding and adjusting settings of Emacs file variables.
22152 (allout-adjust-file-variable, allout-file-vars-section-data):
22153 New functions, implement the mechanism.
22154 (outlineify-sticky): Use the file vars mechanism.
22155 (allout-inhibit-protection, allout-during-write-cue)
22156 (allout-override-protect, allout-before-change-protect): Remove.
22157 (allout-flag-region, allout-open-topic): Adjust read-only text.
22158 (allout-open-line-not-read-only): Add to facilitate read-only
22159 text based protection.
22160 (allout-kill-line): Revise to adjust read-only text, clue the
22161 user about the inhibition.
22162 (allout-unprotected): Use unwind-protect.
22163 (allout-shift-in, allout-shift-out): Disallow manually shifting a
22164 topic deeper than the offspring depth of the previous topic -
22165 avoiding confusing "containment discontinuities".
22166 (allout-reindent-bodies): Fix retention of body relative hanging
22167 indent during promotion of collapsed bodies.
22168 (allout-open-topic): Make it easy to open new topic with same
22169 bullet as current topic - topic creation functions provided with
22170 any universal argument provokes now prompt for bullet, defaulting
22171 to the bullet of the previous topic.
22172 (allout-plain-bullets-string, allout-distinctive-bullets-string):
22173 Plain bullet alternates `.' period and `,' comma only. All other
22174 bullets are relegated to special status (but customizable).
22175 (allout-end-of-entry): Rename from allout-end-of-current-entry
22176 since it actually operates w.r.t. most immediately containing
22177 entry, visible or not.
22178 (allout-hide-current-entry, allout-show-current-entry): Use the
22179 revised version.
22180 (allout-old-expose-topic): Solidify deprecation.
22181 (allout-end-of-subtree): Add so we can span concealed as well
22182 as visible topics.
22183 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
22184 (allout-end-of-current-heading): Tweak to just respect the first line.
22185 (allout-get-body-text): Add.
22186 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
22187 when invoked interactively.
22188 (allout-up-current-level): Use `interactive-p'.
22189 (allout-mode, allout-init): Miscellaneous docstring and
22190 operational refinements, as well as hookups of new encryption stuff.
22191 (allout-beginning-of-current-entry): Now works as advertised.
22192 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
22193 (allout-isearch-rectification): Refine condition for isearching.
22194 (allout-isearch-abort, allout-enwrap-isearch)
22195 (allout-flag-region, my-region-active-p): Relocate some macros.
22196 (allout-title): Fallback title is (buffer-name), not
22197 non-existing (current-buffer-name).
22198 (subst-char-in-string): Define if absent (for some XEmacs versions).
22199
22200 2005-10-20 Jari Aalto <jari.aalto@cante.net>
22201
22202 * mail/sendmail.el (mail-setup-hook, mail-aliases)
22203 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
22204 (mail-citation-prefix-regexp, mail-signature-file)
22205 (mail-default-headers, mail-bury-selects-summary)
22206 (mail-send-nonascii): Add autoload cookies.
22207
22208 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
22209
22210 * frame.el (blink-cursor-mode): Add `mac' to the list of
22211 window-system's that support blinking cursor.
22212
22213 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
22214
22215 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
22216
22217 2005-10-20 Eli Zaretskii <eliz@gnu.org>
22218
22219 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
22220 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
22221 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
22222
22223 2005-10-20 Kim F. Storm <storm@cua.dk>
22224
22225 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
22226 (ido-set-current-directory): Don't add / after final @.
22227 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
22228 Explicitly handle ange-ftp completion oddities.
22229 (ido-make-file-list): Don't rotate list at tramp root to avoid
22230 triggering tramp file handler for expand-file-name via get-file-buffer.
22231
22232 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
22233
22234 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
22235
22236 2005-10-19 Jay Belanger <belanger@truman.edu>
22237
22238 * calc/calc-units.el (math-standard-units): Add units, adjust
22239 symbols and update values.
22240 (math-unit-prefixes): Add more prefixes.
22241
22242 2005-10-19 Romain Francoise <romain@orebokech.com>
22243
22244 * bookmark.el (bookmark-menu-heading): New face.
22245 (bookmark-bmenu-list): Use it.
22246 Don't fiddle with `baud-rate' at top-level.
22247
22248 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
22249
22250 * image.el (create-image, find-image): Mention max-image-size in
22251 docstring.
22252
22253 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
22254
22255 * savehist.el (savehist-load): Revert to checking XEmacs.
22256
22257 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
22258 Various docstring and line-width fixups.
22259 (conf-mode): Use cond.
22260 Set font-lock-defaults. Don't set comment-use-syntax.
22261
22262 2005-10-18 David Ponce <david@dponce.com>
22263
22264 * tree-widget.el (tree-widget-button-click): New function.
22265 (tree-widget-button-keymap): Use it.
22266
22267 2005-10-18 Romain Francoise <romain@orebokech.com>
22268
22269 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
22270 (bookmark-bmenu-hide-filenames): Add follow-link property.
22271 Improve help-echo text.
22272
22273 * ffap.el (find-file-at-point): Doc fix.
22274
22275 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22276
22277 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
22278
22279 2005-10-18 Masatake YAMATO <jet@gyve.org>
22280
22281 Install to the CVS repository what I forgot to install in my
22282 2005-10-16 changes.
22283
22284 * progmodes/python.el (python-complete-symbol): Pass the common
22285 prefix substring of completion to `display-completion-list'.
22286
22287 * textmodes/org.el (org-complete): Ditto.
22288
22289 2005-10-18 Masatake YAMATO <jet@gyve.org>
22290
22291 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
22292
22293 * woman.el (WoMan-xref-man-page): New button type derived
22294 from `Man-abstract-xref-man-page'.
22295 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
22296
22297 * man.el (Man-abstract-xref-man-page): New button type.
22298 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
22299 (Man-highlight-references): Add new optional argument `xref-man-type'.
22300
22301 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
22302
22303 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
22304
22305 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
22306
22307 * cus-edit.el (Custom-move-and-invoke): Delete.
22308 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
22309
22310 * wid-edit.el (widget-move-and-invoke): New function, from
22311 Custom-move-and-invoke.
22312
22313 2005-10-17 Bill Wohler <wohler@newt.com>
22314
22315 Move all remaining images from lisp/toolbar to etc/images, move
22316 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
22317 the low resolution images in their own directory (low-color).
22318
22319 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
22320 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
22321 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
22322 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
22323 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
22324 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
22325 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
22326
22327 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
22328 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
22329 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
22330 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
22331 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
22332 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
22333 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
22334 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
22335 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
22336 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
22337 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
22338 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
22339 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
22340 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
22341 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
22342
22343 To conform with convention, replace the underscore (_) in the
22344 following image names with dash (-) or (/) as appropriate.
22345
22346 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
22347 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
22348 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
22349 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
22350 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
22351 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
22352 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
22353 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
22354 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
22355 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
22356 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
22357 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
22358 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
22359 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
22360 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
22361
22362 * info.el (info-tool-bar-map): Replace underscores in image names
22363 with dashes.
22364
22365 * makefile.w32-in (WINS): Remove toolbar.
22366
22367 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
22368
22369 * tool-bar.el: Move to lisp from toolbar. Now that
22370 toolbar is empty, it should be deleted when folks run "cvs up -P".
22371
22372 2005-10-18 Jay Belanger <belanger@truman.edu>
22373
22374 * calc/calc-store.el (calc-store-into): Get the proper variable name
22375 to display in message.
22376
22377 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
22378
22379 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
22380 expressions display in speedbar for all buffers when debugging.
22381 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
22382
22383 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
22384 (speedbar-insert-button, speedbar-make-button):
22385 Use add-text-properties.
22386 (speedbar-update-localized-contents)
22387 (speedbar-update-directory-contents)
22388 (speedbar-update-special-contents): Use dolist.
22389 (speedbar-buffer-easymenu-definition): Add a menu separator.
22390
22391 2005-10-17 Jason Rumney <jasonr@gnu.org>
22392
22393 * makefile.w32-in: Use $(lisp) consistently.
22394 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
22395 for shell specific generation of mh-autoloads.
22396
22397 2005-10-17 Richard M. Stallman <rms@gnu.org>
22398
22399 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
22400
22401 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
22402
22403 * jit-lock.el (jit-lock-fontify-now):
22404 Move jit-lock-context-unfontify-pos to avoid wasted work.
22405
22406 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
22407
22408 * net/tramp.el (tramp-completion-mode): New defvar. Used in
22409 `tramp-completion-mode' for checking if we are in completion mode.
22410 (tramp-completion-handle-file-name-all-completions): Reorder code
22411 in order to complete for file names only in case there are no
22412 method/user/host completions. This is necessary for cooperation
22413 with ido. Reported by Kim F. Storm <storm@cua.dk>.
22414
22415 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
22416
22417 * longlines.el (longlines-search-forward)
22418 (longlines-search-backward): Match any number of spaces.
22419
22420 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
22421
22422 * diff-mode.el (diff-mode): Doc fix.
22423
22424 2005-10-16 David Reitter <david.reitter@gmail.com>
22425
22426 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
22427 as default on darwin and windows systems.
22428
22429 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
22430
22431 * arc-mode.el (archive-zip-extract): Doc fix.
22432
22433 2005-10-16 Romain Francoise <romain@orebokech.com>
22434
22435 * mouse.el (mouse-1-click-follows-link): Doc fix.
22436
22437 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22438
22439 * savehist.el: Don't require CL at runtime.
22440 (savehist-xemacs): Remove.
22441 (savehist-coding-system): Use utf-8 if present, regardless of religion.
22442 (savehist-no-conversion): Use (featurep 'xemacs).
22443 (savehist-load): Check existence of start-itimer rather than XEmacs.
22444 Use an idle timer.
22445 (savehist-process-for-saving): Replace use of CL funs `subseq' and
22446 `delete-if-not'.
22447
22448 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
22449
22450 * savehist.el: Newer version.
22451 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
22452 (savehist-last-checksum, savehist-no-conversion): New vars.
22453 (savehist-autosave, savehist-process-for-saving, savehist-printable):
22454 New functions.
22455 (savehist-load, savehist-save): Use them.
22456 (savehist-delimit): Remove.
22457
22458 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22459
22460 * progmodes/compile.el (compilation-goto-locus): Display the
22461 compilation buffer first and the source buffer second, in case they're
22462 in overlapping frames. Don't raise the compilation frame if it was the
22463 selected window upon entry. Pass the `other-window' arg to
22464 pop-to-buffer.
22465
22466 * info.el (Info-fontify-node): Use dolist.
22467 Change add-text-properties to put-text-property.
22468
22469 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22470
22471 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
22472 bound of search.
22473
22474 2005-10-16 Masatake YAMATO <jet@gyve.org>
22475
22476 * dabbrev.el (dabbrev-completion): Pass the common
22477 prefix substring of completion to `display-completion-list'.
22478
22479 * filecache.el (file-cache-minibuffer-complete)
22480 (file-cache-complete): Ditto.
22481
22482 * tempo.el (tempo-display-completions): Ditto.
22483
22484 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
22485
22486 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
22487
22488 * eshell/em-hist.el (eshell-list-history): Ditto.
22489
22490 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
22491
22492 * mail/mailalias.el (mail-complete): Ditto.
22493
22494 * progmodes/etags.el (complete-tag): Ditto.
22495
22496 * progmodes/make-mode.el (makefile-complete): Ditto.
22497
22498 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
22499
22500 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
22501
22502 * progmodes/pascal.el (pascal-complete-word)
22503 (pascal-show-completions): Ditto.
22504
22505 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
22506
22507 * simple.el (completion-common-substring): New variable.
22508 (completion-setup-function): Use `completion-common-substring'
22509 to put faces.
22510
22511 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22512
22513 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
22514 (x-get-selection, mac-select-convert-to-string): Convert from/to
22515 UTF-16 clipboard data as in native byte order, no BOM.
22516
22517 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
22518
22519 * progmodes/gud.el (gud-tool-bar-map): Rename the images
22520 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
22521 (gud-sentinel): Use speedbar-frame to check for speedbar.
22522
22523 2005-10-15 Richard M. Stallman <rms@gnu.org>
22524
22525 * savehist.el: New file.
22526
22527 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
22528
22529 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
22530 Fix bug in \bf fontification.
22531
22532 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
22533
22534 * pcvs.el (cvs-edit-log-files): New var.
22535 (cvs-mode-edit-log): New arg `file'.
22536 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
22537 Instead force the use of the original file and nothing else.
22538 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
22539 the cvs-minor-wrap-function is set.
22540 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
22541
22542 2005-10-14 Bill Wohler <wohler@newt.com>
22543
22544 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
22545 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
22546 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
22547 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
22548 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
22549 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
22550 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
22551 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
22552 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
22553 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
22554 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
22555 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
22556 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
22557 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
22558 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
22559
22560 * progmodes/gud.el (gud-tool-bar-map): Rename the images
22561 appropriately (for example, gud-break to gud/break).
22562
22563 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
22564
22565 * longlines.el (longlinges-search-function)
22566 (longlines-search-forward, longlines-search-backward): New functions.
22567 (longlines-mode): Set isearch-search-fun-function to
22568 longlinges-search-function.
22569
22570 * mouse.el (mouse-drag-region-1): Handle the case where a
22571 double-click event is bound to an arbitrary function.
22572
22573 2005-10-14 David Ponce <david@dponce.com>
22574
22575 * recentf.el (recentf-track-opened-file)
22576 (recentf-track-closed-file, recentf-update-menu)
22577 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
22578 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
22579 mouse-1-click-follows-link.
22580
22581 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22582
22583 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
22584 Gnome file-manager.png. Suggested by
22585 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
22586
22587 * toolbar/README: Add diropen.xpm.
22588
22589 2005-10-13 Bill Wohler <wohler@newt.com>
22590
22591 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
22592 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
22593
22594 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
22595
22596 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
22597 Don't waste the byte-compiler's time on constant data.
22598
22599 2005-10-13 Kenichi Handa <handa@m17n.org>
22600
22601 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
22602 byte with `escape-glyph' face.
22603
22604 * international/fontset.el (ccl-encode-unicode-font):
22605 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
22606 Handle the case that ucs-mule-to-mule-unicode translates a character to
22607 ASCII (usually for IPA characters).
22608
22609 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
22610
22611 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
22612 Don't hide the underline of titles if font-lock-mode is disabled.
22613
22614 2005-10-12 Bill Wohler <wohler@newt.com>
22615
22616 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
22617 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
22618 files in MH-E-SRC have been updated.
22619 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
22620
22621 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
22622
22623 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
22624 (mixal-mode-syntax-table): Add \n as end-comment.
22625 (mixal-operation-codes-alist): Immediately initialize to full value.
22626 (mixal-add-operation-code): Remove.
22627 (mixal-describe-operation-code): Make the arg non-optional.
22628 Use the interactive spec instead.
22629 Use mixal-operation-codes-alist rather than mixal-operation-codes.
22630 (mixal-font-lock-keywords): Don't highlight comments here any more.
22631 (mixal-font-lock-syntactic-keywords): New var.
22632 (mixal-mode): Use it. Fix comment-start-skip.
22633
22634 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22635
22636 * startup.el (command-line-x-option-alist): -nb => -nbi.
22637
22638 2005-10-12 Kim F. Storm <storm@cua.dk>
22639
22640 * startup.el (fancy-splash-default-action): Discard mouse click in
22641 the splash screen window, as it has no sensible meaning in the
22642 next window to be selected. Fixes error reported by Jan D.
22643
22644 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
22645
22646 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
22647
22648 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
22649
22650 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
22651 Try to fix up minor layout issues like indentation, line break, etc...
22652 (mixal-mode-syntax-table): Don't try to specify comment syntax,
22653 because it doesn't work.
22654 (mixal-operation-codes): Add some more codes.
22655 (mixal-font-lock-keywords): Process comments here.
22656 (mixal-mode): mixasm no longer needs -g option.
22657
22658 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
22659
22660 * progmodes/sh-script.el (sh-tmp-file):
22661 Use mktemp -t. Finish support for es and rc shells.
22662
22663 2005-10-11 Jay Belanger <belanger@truman.edu>
22664
22665 * calc/calcalg2.el (calc-integral): With an argument, compute the
22666 definite integral.
22667
22668 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
22669
22670 * mouse.el (mouse-drag-region-1): Don't try to catch a
22671 double-click when doing follow-link (it's overridden anyway).
22672
22673 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
22674
22675 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
22676 (autoload-print-form-outbuf): Add docstring.
22677
22678 2005-10-11 Juri Linkov <juri@jurta.org>
22679
22680 * info.el (Info-mode-menu): Delete menu item "Edit".
22681 (Info-mode): Delete description of Info-edit from docstring,
22682 and rearrange descriptions of Info commands in the order
22683 they are documented in the Info manual.
22684
22685 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
22686
22687 * calendar/appt.el (appt-check): Use diary-selective-display var.
22688
22689 2005-10-10 Richard M. Stallman <rms@gnu.org>
22690
22691 * net/newsticker.el (newsticker-start, newsticker-show-news):
22692 Add autoload cookies.
22693
22694 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
22695
22696 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
22697
22698 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
22699
22700 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
22701
22702 2005-10-10 Jay Belanger <belanger@truman.edu>
22703
22704 * calc/calc-arith.el (math-check-known-scalarp)
22705 (math-check-known-matrixp): Check the values of arguments that are
22706 variables.
22707 (math-check-known-square-matrixp): New function.
22708 (math-known-square-matrixp): Use math-check-known-square-matrixp.
22709 (math-super-types): Add sqmatrix type.
22710
22711 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
22712 mode name `square' to `sqmatrix'.
22713
22714 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
22715 mode name `square' to `sqmatrix'.
22716
22717 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
22718
22719 * progmodes/etags.el (select-tags-table-mode): Don't use
22720 selective-display.
22721 (tags-select-tags-table): Pass `button' to the action function.
22722 (select-tags-table): Place the side-info on button properties rather
22723 than in hidden text. Abbreviate file names.
22724 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
22725 (select-tags-table-select): Add `button' argument.
22726 Get side-info from the button property rather than from hidden text.
22727
22728 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
22729
22730 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
22731 (gud-speedbar-buttons): Preserve point if possible.
22732 (gud-sentinel): Restore previous speedbar display type.
22733
22734 * progmodes/gdb-ui.el (gdba): Improve diagram.
22735 (def-gdb-auto-update-handler, gdb-info-locals-handler)
22736 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
22737 Call get-buffer-window once.
22738
22739 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
22740
22741 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
22742 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
22743 (pascal-indent-command): Remove unused var `ind'.
22744 (pascal-indent-case): Remove unused var `oldpos'.
22745 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
22746 since it's now used as a proper minor mode map.
22747 (pascal-outline): Rename to pascal-outline-mode.
22748 (pascal-outline-mode): Use define-minor-mode.
22749 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
22750 selective-display.
22751
22752 2005-10-10 Andreas Schwab <schwab@suse.de>
22753
22754 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
22755 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
22756
22757 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
22758 outside source directory.
22759
22760 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
22761
22762 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
22763 C-x' as a prefix.
22764 (orgtbl-mode-map): Full keymap instead of sparse, because all
22765 `self-insert-command' keys are redefined in this map.
22766 (org-export-as-html): Specify charset for HTML file, by taking it
22767 from the coding system.
22768
22769 2005-10-10 Kenichi Handa <handa@m17n.org>
22770
22771 * textmodes/flyspell.el (flyspell-check-word-p):
22772 If unread-command-events is non-empty, don't call sit-for.
22773
22774 2005-10-09 Richard M. Stallman <rms@gnu.org>
22775
22776 * font-lock.el (font-lock-syntactic-keywords)
22777 (font-lock-keywords): Doc fixes.
22778
22779 * textmodes/flyspell.el (flyspell-external-point-words):
22780 Simplify logic, and don't try to check for consecutive appearances
22781 of one incorrect word.
22782
22783 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
22784
22785 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
22786 separator.
22787
22788 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
22789 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
22790 (gud-expansion-speedbar-buttons): New function.
22791 (gud-speedbar-buttons): Check for gud-comint-buffer.
22792
22793 2005-10-09 Bill Wohler <wohler@newt.com>
22794
22795 * Makefile.in (updates): Add mh-loaddefs dependency.
22796
22797 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
22798
22799 * speedbar.el (speedbar-file-key-map): Fix typo.
22800
22801 2005-10-09 Daniel Brockman <daniel@brockman.se>
22802
22803 * cus-start.el (line-spacing): Add custom spec.
22804
22805 2005-10-09 Romain Francoise <romain@orebokech.com>
22806
22807 * textmodes/ispell.el (ispell-check-version): Fix last change.
22808
22809 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22810
22811 * term/x-win.el: Remove -i, --icon-type from comment.
22812
22813 * startup.el (command-line-x-option-alist): Remove options -i,
22814 -itype, --icon-type, added -nb, --no-bitmap-icon.
22815
22816 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
22817
22818 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
22819 instead of :active.
22820
22821 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
22822
22823 * textmodes/ispell.el (ispell-check-version):
22824 Ignore hyphen, and all that follows, in aspell's version text.
22825
22826 2005-10-08 Jay Belanger <belanger@truman.edu>
22827
22828 * calc/calc-arith.el (math-known-square-matrixp): New function.
22829 (math-pow-fancy): Check for matrices before distributing exponent
22830 across products.
22831
22832 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
22833 fullscreen keypad. Suggested by Luc Teirlinck.
22834 (calc-keypad-show-input): Add space for formatting.
22835
22836 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
22837 Add square matrix option.
22838
22839 * calc/calc-poly.el (math-expand-term): Check for matrices instead
22840 of checking calc-matrix-mode when deciding how to expand.
22841
22842 * calc/calc.el (calc-set-mode-line): Add square matrix option.
22843
22844 2005-10-08 Lars Hansen <larsh@soem.dk>
22845
22846 * net/tramp.el (tramp-perl-directory-files-and-attributes):
22847 Add error handling.
22848 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
22849
22850 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
22851
22852 Sync with Tramp 2.0.51.
22853
22854 * net/tramp.el (tramp-handle-set-visited-file-modtime)
22855 (tramp-handle-insert-file-contents, tramp-handle-write-region):
22856 Insert special handling for `last-coding-system-used', again
22857 it still seems to be necessary (unlike stated before).
22858 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
22859 (tramp-password-prompt-regexp): There might be other words before
22860 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
22861 (tramp-chunksize): Improve docstring.
22862 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
22863 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
22864 Christian Joergensen <bugs@razor.dk>.
22865
22866 2005-10-07 Glenn Morris <rgm@gnu.org>
22867
22868 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
22869 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
22870 precision'.
22871
22872 2005-10-07 Romain Francoise <romain@orebokech.com>
22873
22874 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
22875 (ibuffer-do-shell-command-pipe-replace)
22876 (ibuffer-do-shell-command-file, ibuffer-do-eval)
22877 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
22878 (ibuffer-do-revert, ibuffer-do-replace-regexp)
22879 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
22880 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
22881 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
22882 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
22883 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
22884 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
22885 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
22886 Autoload file sans suffix.
22887
22888 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
22889
22890 2005-10-07 David Ponce <david@dponce.com>
22891
22892 * recentf.el (recentf-menu-open-all-flag): New option.
22893 (recentf-digit-shortcut-command-name): New function.
22894 (recentf--shortcuts-keymap): New variable.
22895 (recentf-menu-shortcuts): New variable.
22896 (recentf-make-menu-items): Initialize it. Replace the "More..."
22897 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
22898 (recentf-menu-value-shortcut): New function.
22899 (recentf-make-menu-item): Use it. No more in-lined.
22900 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
22901 (recentf-open-most-recent-file): Rename from
22902 `recentf-open-file-with-key'. Don't depend on key binding.
22903 (recentf-mode-map): New variable.
22904 (recentf-mode): Use it.
22905
22906 2005-10-06 Bill Wohler <wohler@newt.com>
22907
22908 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
22909
22910 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
22911 (MH-E-SRC): New. Used by mh-autoloads.
22912 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
22913 files in MH-E-SRC have been updated.
22914 (compile, recompile, bootstrap): Depend on mh-autoloads.
22915
22916 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
22917
22918 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
22919 gud-break and gud-remove icons when the fringe is not available.
22920
22921 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
22922 Typo.
22923
22924 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
22925
22926 * play/zone.el (zone): Wrap body with save-window-excursion.
22927
22928 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
22929
22930 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
22931 Use the new `list-only' arg to diary-list-entries.
22932
22933 * calendar/diary-lib.el: Use overlays rather than selective-display.
22934 (diary-selective-display): New var.
22935 (diary-header-line-format): Use it.
22936 (diary-list-entries): Add argument `list-only'.
22937 Put the buffer in diary-mode. Don't add \^M at beg and end.
22938 Replace \^M by invisible overlays.
22939 (diary-unhide-everything): Replace \^M by invisible overlays.
22940 (print-diary-entries): Look for overlays rather than \^M.
22941 Add a space to the temp buffer name.
22942 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
22943 Put the buffer in diary-mode.
22944 (list-sexp-diary-entries): Replace \^M by invisible overlays.
22945 (diary-anniversary): Make the year arg optional.
22946 (diary-time-regexp): New const.
22947 (diary-font-lock-keywords): Use it to accept a few more time formats.
22948
22949 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
22950
22951 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
22952
22953 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
22954 Fix bug introduced 2005-07-03: Use (car (last ...))
22955 to faithfully reproduce replaced artist-last.
22956 (artist-set-arrow-points-for-poly): Likewise.
22957 Suggested by Johan Bockg\e,Ae\e(Brd.
22958
22959 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
22960
22961 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
22962 * wid-edit.el (widget):
22963 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
22964 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
22965
22966 2005-10-06 Kenichi Handa <handa@m17n.org>
22967
22968 * international/mule-cmds.el (set-language-environment):
22969 Fix setting up of case-table for unibyte mode.
22970
22971 * simple.el (what-cursor-position): If the character is displayed
22972 by some `display' text property, show that. Don't use
22973 single-key-description for eight-bit characters in multibyte mode.
22974
22975 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
22976
22977 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
22978 (gdb-ann3): Set it.
22979 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
22980 (gdb-info-frames-custom): Use inverse-video for first five
22981 characters of selected frame only.
22982 (gdb-get-frame-number): Select frame even when point is on frame
22983 number.
22984
22985 2005-10-06 Masatake YAMATO <jet@gyve.org>
22986
22987 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
22988 Put `font-lock-function-name-face'.
22989 (gdb-info-frames-custom): Put `font-lock-function-name-face'
22990 and `font-lock-variable-name-face'
22991 (gdb-registers-font-lock-keywords): New font lock keywords definition.
22992 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
22993 (gdb-memory-font-lock-keywords): New font lock keywords definition.
22994 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
22995 (gdb-local-font-lock-keywords): New font lock keywords definition.
22996 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
22997 (gdb-threads-font-lock-keywords): New font lock keywords definition.
22998 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
22999
23000 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
23001
23002 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
23003 (ediff-merge-region-is-non-clash-to-skip): Previously called
23004 ediff-merge-region-is-non-clash.
23005
23006 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
23007 Use insert-buffer-substring.
23008
23009 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
23010 selecting files to patch. Also bug fixes.
23011
23012 * ediff-util.el (ediff-setup): Bug fix.
23013 (ediff-next-difference): Never skip clashes that differ in white
23014 space only.
23015
23016 * ediff-wind.el (ediff-setup-control-frame)
23017 (ediff-destroy-control-frame): Check the menubar feature.
23018
23019 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
23020 (viper-refresh-mode-line): Use make-local-variable to localize
23021 some vars instead of make-variable-buffer-local. Suggested by
23022 Stefan Monnier.
23023
23024 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
23025 (viper-restore-cursor-type, viper-set-insert-cursor-type):
23026 Use make-local-variable instead of make-variable-buffer-local.
23027 Suggested by Stefan Monnier.
23028
23029 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
23030 (viper-comint-mode-hook): Use make-local-variable on
23031 require-final-newline.
23032 (viper-non-hook-settings): Don't use make-variable-buffer-local.
23033
23034 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
23035
23036 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
23037 also the second char of a comment-start sequence.
23038 (scheme-sexp-comment-syntax-table): New var.
23039 (lambda, define): Set their scheme-doc-string-elt property.
23040 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
23041 Use lisp-font-lock-syntactic-face-function now that it properly
23042 handles |...| symbols.
23043 (scheme-mode-variables): Set lisp-doc-string-elt-property,
23044 parse-sexp-lookup-properties and font-lock-extra-managed-props.
23045
23046 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
23047 bit from # to |.
23048 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
23049
23050 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
23051 (lisp-doc-string-elt-property): New var.
23052 (lisp-font-lock-syntactic-face-function): Use it.
23053 Rewrite to recognize docstrings even for forms not at toplevel.
23054
23055 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
23056 annotation on the | part of #| rather than on the # part.
23057 (scheme-font-lock-syntactic-face-function): New function, to
23058 distinguish strings from |...| symbols.
23059 (scheme-mode-variables): Use it. Also fix up the font-lock-time
23060 syntax-table so that #|...|# is properly highlighted.
23061
23062 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
23063 Don't mark as docstring the 3rd elem of an unknown toplevel form.
23064
23065 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
23066
23067 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
23068 and C-e.
23069
23070 * emacs-lisp/eldoc.el: Move comments into docstrings.
23071 (eldoc-message-commands): Initialize in its declaration.
23072 Add move-beginning-of-line and move-end-of-line.
23073 (eldoc-add-command, eldoc-add-command-completions)
23074 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
23075
23076 * outline.el (outline-mark-subtree): Activate the mark.
23077
23078 * calendar/appt.el (appt-time-regexp): New var.
23079 (appt-add, appt-make-list): Use it.
23080 (appt-convert-time): Clean up.
23081
23082 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
23083 Don't set any syntax-table property here.
23084 (tex-font-lock-verb): New function. Do it here.
23085 (tex-font-lock-syntactic-keywords): Use it.
23086
23087 2005-10-04 Richard M. Stallman <rms@gnu.org>
23088
23089 * wid-edit.el (widget-file-complete): Get the widget start point
23090 the right way. Default directory to `/' if file has none.
23091
23092 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
23093
23094 * textmodes/flyspell.el (flyspell-mode-on):
23095 Call ispell-maybe-find-aspell-dictionaries.
23096
23097 * textmodes/ispell.el (ispell-word, ispell-region):
23098 Call ispell-maybe-find-aspell-dictionaries.
23099 (ispell-accept-buffer-local-defs):
23100 Don't call ispell-maybe-find-aspell-dictionaries.
23101
23102 2005-10-04 Richard M. Stallman <rms@gnu.org>
23103
23104 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
23105
23106 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
23107
23108 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
23109 instead of `fboundp' in order to allow for anonymous functions.
23110
23111 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
23112
23113 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
23114 case the user clicks on the link while another window is selected.
23115 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
23116
23117 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
23118 functionality.
23119 (dframe-help-echo): Save point in case mouse tracking is off.
23120
23121 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
23122
23123 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
23124
23125 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23126
23127 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
23128 not change the global value of those vars.
23129
23130 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
23131 make-local-variable which we do not need any more.
23132
23133 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
23134
23135 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
23136 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
23137 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
23138 (speedbar-path-line): Define obsolete aliases.
23139 (speedbar-line-directory): Doc fix.
23140
23141 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
23142 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
23143 instead of speedbar-line-path.
23144
23145 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23146
23147 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
23148 to nil if dropping on a window. Handle dropping on a minibuffer window
23149 like dropping on a non-window part of Emacs.
23150
23151 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23152
23153 * net/ange-ftp.el: Use with-current-buffer.
23154 (ange-ftp-insert-directory): Do not follow symlinks any more.
23155
23156 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
23157 Remove interactive spec.
23158
23159 2005-10-03 Kim F. Storm <storm@cua.dk>
23160
23161 * ido.el (ido-mode): Use custom-initialize-set.
23162
23163 2005-10-02 Richard M. Stallman <rms@gnu.org>
23164
23165 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
23166 Use insert-buffer-substring.
23167
23168 * net/tramp.el: Pacify byte compiler warnings in pacification code.
23169 (tramp-handle-file-local-copy): Use insert-buffer-substring.
23170
23171 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
23172
23173 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
23174 in last change.
23175 (ange-ftp-insert-directory): Fix up the search for the case where
23176 `file' is absolute.
23177
23178 2005-10-02 Romain Francoise <romain@orebokech.com>
23179
23180 * progmodes/compile.el (compile-goto-error): Delete extra paren.
23181
23182 2005-10-02 Andreas Schwab <schwab@suse.de>
23183
23184 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
23185 directory component in the session info.
23186
23187 2005-10-01 Richard M. Stallman <rms@gnu.org>
23188
23189 * comint.el (comint-redirect-subvert-readonly): Doc fix.
23190
23191 * simple.el (next-error-internal): New function.
23192
23193 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
23194 (compilation-start): Pass new arg to compilation-buffer-name.
23195 (compile-goto-error): Use next-error-internal.
23196
23197 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
23198
23199 * speedbar.el: Remove RCS tag.
23200 (speedbar-check-read-only): Handle non-existent files.
23201
23202 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
23203
23204 * info.el (Info-speedbar-hierarchy-buttons)
23205 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
23206
23207 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23208
23209 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
23210 Do not match newline.
23211 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
23212 (bibtex-summary): Remove unnecessary save-excursion.
23213 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
23214
23215 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23216
23217 * term/mac-win.el: Add charset info for "iso10646-1".
23218 Modify default fontset to use ATSUI-compatible fonts for some charsets
23219 if available.
23220
23221 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
23222
23223 * speedbar.el: Re-apply arch tag.
23224 (speedbar-version): Rename to version 1.0. Suggested by Eric
23225 M. Ludlam.
23226 Reapply two changes from Emacs CVS' version of speedbar lost
23227 during the merge:
23228 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
23229 (speedbar-frame-parameters): Improve customize type.
23230
23231 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
23232
23233 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
23234 (ange-ftp-file-directory-p): Fix the symlink case.
23235 (ange-ftp-insert-directory): When listing a single file, get a list of
23236 the parent buffer and extract the relevant line. Inspired from a patch
23237 by Katsumi Yamaoka <yamaoka@jpl.org>.
23238 (ange-ftp-file-name-sans-versions): Simplify.
23239
23240 2005-09-30 Bill Wohler <wohler@newt.com>
23241
23242 Move MH-E image files from toolbar and mail directories into
23243 etc/images.
23244
23245 * mail/reply2.*: Move to etc/images/mail/reply*.
23246
23247 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
23248 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
23249 etc/images.
23250
23251 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
23252 * toolbar/reply*: Move to etc/images/mail.
23253
23254 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
23255
23256 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
23257
23258 * speedbar.el: New version 1.0pre3.
23259
23260 Frame management code (including timer, and mouse click specifics)
23261 moved to dframe.el:
23262 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
23263 (speedbar-timer): Removed. Use dframe-timer.
23264 (speedbar-close-frame): Removed. Use dframe-close-frame.
23265 (speedbar-activity-change-focus-flag): Removed. Use
23266 dframe-activity-change-focus-flag.
23267 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
23268 dframe-update-speed.
23269
23270 (speedbar-current-frame): New macro. Use this instead of the
23271 variable speedbar-frame.
23272
23273 (speedbar-use-images, speedbar-expand-image-button-alist)
23274 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
23275
23276 (speedbar-find-image-on-load-path): Removed. Replaced by
23277 defezimage in ezimage.el.
23278 (speedbar-expand-image-button-alist): Removed. Replaced by
23279 ezimage-expand-image-button-alist in ezimage.el.
23280
23281 (speedbar-ignored-directory-regexp)
23282 (speedbar-add-ignored-directory-regexp)
23283 (speedbar-ignored-directory-expressions)
23284 (speedbar-line-directory, speedbar-buffers-line-directory)
23285 (speedbar-directory-line, speedbar-buffers-line-directory):
23286 Renamed, replacing `path' with `directory'.
23287
23288 (speedbar-create-directory, speedbar-expand-line-descendants)
23289 (speedbar-toggle-line-expansion)
23290 (speedbar-contract-line-descendants): New commands.
23291
23292 (speedbar-query-confirmation-method, speedbar-select-frame-method)
23293 (speedbar-use-tool-tips-flag): New options.
23294
23295 (speedbar-check-read-only, speedbar-require-version)
23296 (speedbar-insert-separator, speedbar-buffers-tail-notes)
23297 (speedbar-handle-delete-frame, speedbar-try-completion)
23298 (speedbar-update-localized-contents): New functions.
23299
23300 (speedbar-incompatible-version, speedbar-ro-to-do-point)
23301 (speedbar-object-read-only-indicator): New variables.
23302
23303 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
23304 New hooks.
23305
23306 (speedbar-separator-face): New face.
23307
23308 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
23309 (speedbar-ignored-modes): Add fundamental-mode.
23310 (speedbar-directory-unshown-regexp): Add . directories.
23311
23312 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
23313 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
23314 `]' for full expand/close.
23315 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
23316
23317 (speedbar-check-vc): Support hidden files.
23318 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
23319 (speedbar-this-file-in-vc): Use vc-state if available. If VC
23320 state is nil, it is not checked out.
23321
23322 (speedbar-line-text, speedbar-line-token): Support expand buttons
23323 with no text.
23324 (speedbar-refresh): Universal argument acts as power-click.
23325 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
23326 that buffer to get variable values.
23327
23328 And many other bugfixes.
23329
23330 * dframe.el, ezimage.el, sb-image.el: New files.
23331
23332 * sb-*.xpm: Remove files. New image files installed into
23333 etc/images/ezimage.
23334
23335 2005-09-30 Kenichi Handa <handa@m17n.org>
23336
23337 * ps-mule.el (ps-mule-show-warning): If a character is in
23338 ps-print-translation-table, don't treat it as non-printable.
23339
23340 2005-09-30 David Ponce <david@dponce.com>
23341
23342 * tree-widget.el (tree-widget-themes-load-path): New variable.
23343 (tree-widget-themes-directory): Doc fix.
23344 (tree-widget-image-formats) [Emacs]: Doc fix.
23345 (tree-widget--locate-sub-directory): New function.
23346 (tree-widget-themes-directory): Use it.
23347
23348 * recentf.el (recentf-filename-handlers): Rename from
23349 `recentf-filename-handler'. Allow a list of functions.
23350 (recentf-menu-items-for-commands): Fix :help strings.
23351 (recentf-apply-filename-handlers): New function.
23352 (recentf-expand-file-name): Use it.
23353 (recentf-cleanup): Remove duplicates too.
23354
23355 2005-09-29 Juri Linkov <juri@jurta.org>
23356
23357 * faces.el: Rearrange face definitions to be in the same order as
23358 their face descriptions in "(emacs)Standard Faces".
23359
23360 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
23361
23362 * tooltip.el (tooltip): Add group `basic-faces'.
23363
23364 * buff-menu.el (Buffer-menu-buffer): Remove group
23365 `font-lock-highlighting-faces'.
23366
23367 * progmodes/compile.el (compilation-error, compilation-warning)
23368 (compilation-info, compilation-line-number, compilation-column-number):
23369 Change group from `font-lock-highlighting-faces' to `compilation'.
23370
23371 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
23372 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
23373 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
23374 (vhdl-font-lock-reserved-words-face)
23375 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
23376 `font-lock-highlighting-faces'.
23377
23378 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
23379
23380 2005-09-28 Kim F. Storm <storm@cua.dk>
23381
23382 * emulation/cua-base.el: Set CUA move property on additional commands:
23383 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
23384 forward-sexp, backward-sexp, forward-list, backward-list.
23385
23386 2005-09-28 Romain Francoise <romain@orebokech.com>
23387
23388 * comint.el (comint-show-output): Really set point at the
23389 beginning of the output when not using `comint-use-prompt-regexp'.
23390
23391 2005-09-27 Jay Belanger <belanger@truman.edu>
23392
23393 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
23394 in TeX mode.
23395
23396 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
23397
23398 * textmodes/org.el (org-table-sum): Fix format string.
23399
23400 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
23401 Quote face names.
23402
23403 2005-09-26 Romain Francoise <romain@orebokech.com>
23404
23405 * isearch.el (isearch-forward-regexp): Close doc string.
23406
23407 2005-09-25 Richard M. Stallman <rms@gnu.org>
23408
23409 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
23410
23411 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
23412
23413 * progmodes/compile.el (compilation-error-properties):
23414 When getting the file from the previous error message,
23415 correctly decode the new data format.
23416
23417 * progmodes/cc-cmds.el (c-electric-paren):
23418 Call old-blink-paren only for close-paren.
23419
23420 2005-09-24 Andreas Schwab <schwab@suse.de>
23421
23422 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
23423 condition.
23424
23425 2005-09-25 Romain Francoise <romain@orebokech.com>
23426
23427 * dired-aux.el (dired-copy-file-recursive):
23428 * dired.el (dired-delete-file):
23429 * ediff-mult.el (ediff-dir-diff-copy-file):
23430 * ediff-util.el (ediff-test-save-region):
23431 * forms.el (forms-mode):
23432 * ido.el (ido-file-internal, ido-delete-file-at-head):
23433 * log-edit.el (log-edit-done):
23434 * ses.el (ses-yank-resize):
23435 * play/gomoku.el (gomoku-human-plays, gomoku)
23436 (gomoku-human-resigns, gomoku-prompt-for-other-game)
23437 (gomoku-offer-a-draw):
23438 * play/landmark.el (lm-human-resigns, lm):
23439 * net/eudcb-ldap.el (eudc-ldap-check-base):
23440 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
23441 * progmodes/ebrowse.el (ebrowse-find-pattern):
23442 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
23443 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
23444 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
23445
23446 * vc.el (vc-delete-file):
23447 * play/gomoku.el (gomoku-terminate-game, gomoku)
23448 (gomoku-prompt-for-move, gomoku-human-takes-back):
23449 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
23450 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
23451
23452 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
23453
23454 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
23455 color rxvt terminals by using the code xterm.el used to use before
23456 2005-04-09 in order to match the colors used by rxvt.
23457
23458 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23459
23460 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
23461 colors rxvt-unicode terminals by using the same code as xterm.el.
23462
23463 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
23464
23465 * textmodes/tex-mode.el (tex-font-lock-append-prop)
23466 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
23467 new symbol used for the tex-verbatim face.
23468
23469 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
23470
23471 * woman.el (woman-file-name):
23472 * wid-edit.el (widget-file-prompt-value)
23473 (widget-coding-system-prompt-value):
23474 * w32-fns.el (set-w32-system-coding-system):
23475 * vc.el (vc-version-diff, vc-annotate):
23476 * textmodes/reftex-auc.el (reftex-arg-cite)
23477 (reftex-arg-index-tag):
23478 * textmodes/refer.el (refer-get-bib-files):
23479 * textmodes/artist.el (artist-figlet-choose-font):
23480 * terminal.el (terminal-emulator):
23481 * replace.el (occur-read-primary-args):
23482 * rect.el (string-rectangle, string-insert-rectangle):
23483 * ps-print.el (ps-print-preprint):
23484 * progmodes/pascal.el (pascal-goto-defun):
23485 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
23486 * progmodes/compile.el (compilation-find-file):
23487 * printing.el (pr-interactive-n-up):
23488 * play/animate.el (animate-birthday-present):
23489 * net/rcompile.el (remote-compile):
23490 * man.el (man, Man-goto-section, Man-follow-manual-reference):
23491 * mail/rmailsum.el (rmail-summary-search-backward)
23492 (rmail-summary-search):
23493 * mail/rmailout.el (rmail-output-read-rmail-file-name)
23494 (rmail-output-read-file-name):
23495 * mail/rmail.el (rmail-search, rmail-search-backwards):
23496 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
23497 * locate.el (locate):
23498 * international/quail.el (quail-show-keyboard-layout):
23499 * international/mule.el (set-buffer-file-coding-system)
23500 (revert-buffer-with-coding-system, set-file-name-coding-system)
23501 (set-terminal-coding-system, set-keyboard-coding-system)
23502 (set-next-selection-coding-system):
23503 * international/mule-diag.el (describe-coding-system)
23504 (describe-font, describe-fontset):
23505 * international/mule-cmds.el (universal-coding-system-argument)
23506 (search-unencodable-char, describe-input-method)
23507 (set-language-environment, describe-language-environment):
23508 * international/codepage.el (codepage-setup):
23509 * international/code-pages.el (codepage-setup):
23510 * info.el (Info-search, Info-follow-reference)
23511 (Info-search-backward):
23512 * emacs-lisp/advice.el (ad-read-advised-function)
23513 (ad-read-advice-class, ad-clear-cache, ad-activate)
23514 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
23515 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
23516 (ad-read-regexp):
23517 * ediff-util.el (ediff-toggle-regexp-match):
23518 * ediff-ptch.el (ediff-prompt-for-patch-file):
23519 * dired-aux.el (dired-diff):
23520 * diff.el (diff):
23521 * cus-edit.el (custom-variable-prompt):
23522 * calendar/timeclock.el (timeclock-ask-for-project):
23523 * calc/calcalg3.el (calc-get-fit-variables):
23524 * calc/calc-store.el (calc-edit-variable)
23525 (calc-permanent-variable):
23526 * vc-mcvs.el (vc-mcvs-register):
23527 * shadowfile.el (shadow-define-literal-group):
23528 * woman.el (woman-file-name):
23529 * vc.el (vc-version-diff, vc-merge):
23530 * textmodes/reftex-index.el (reftex-index-complete-tag):
23531 * format.el (format-decode-buffer, format-decode-region):
23532 * emulation/viper-cmd.el (viper-read-string-with-history):
23533 * emacs-lisp/debug.el (cancel-debug-on-entry):
23534 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
23535 * ediff.el (ediff-merge-revisions)
23536 (ediff-merge-revisions-with-ancestor, ediff-revision):
23537 * completion.el (interactive-completion-string-reader):
23538 * calc/calc-prog.el (calc-user-define-formula):
23539 Follow convention for reading with the minibuffer.
23540
23541 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
23542
23543 * progmodes/python.el (python-describe-symbol): Add globals() and
23544 locals() to the arguments of emacs.ehelp.
23545
23546 2005-09-24 Magnus Henoch <mange@freemail.hu>
23547
23548 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
23549 New function, code extracted from ispell-valid-dictionary-list.
23550 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
23551 Call it.
23552
23553 2005-09-24 Eli Zaretskii <eliz@gnu.org>
23554
23555 * subr.el (version-regexp-alist): Extend valid syntax for version
23556 strings: allow any of the characters -,_,+ to separate the
23557 alpha/beta/rc part from the version part. Doc fix.
23558 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
23559
23560 2005-09-23 David Reitter <david.reitter@gmail.com>
23561
23562 * mail/mailclient.el: New file.
23563
23564 2005-09-23 Richard M. Stallman <rms@gnu.org>
23565
23566 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
23567 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
23568 Doc fixes.
23569
23570 * progmodes/cc-mode.el (c-font-lock-init):
23571 Specify font-lock-lines-before.
23572
23573 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
23574
23575 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
23576 whole conflict.
23577
23578 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
23579
23580 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
23581 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
23582 of `remap' feature when available. Additional key bindings for
23583 better tty support.
23584 (org-mode-restart, org-force-self-insert): New commands.
23585 (org-time-stamp-inactive): New command.
23586 (org-remap): New function.
23587 (org-table-auto-blank-field, org-level-color-stars-only): New options.
23588 (org-enable-fixed-width-editor): Move to `org-structure'
23589 customization group.
23590 (org-self-insert-command, orgtbl-self-insert-command): Modify to
23591 blank field after field motion commands.
23592
23593 2005-09-23 Kenichi Handa <handa@m17n.org>
23594
23595 * international/mule-cmds.el (set-language-environment):
23596 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
23597 have to call utf-translate-cjk-load-tables.
23598
23599 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
23600
23601 * mouse.el (mouse-move-drag-overlay): Fix last change.
23602
23603 2005-09-22 David Ponce <david@dponce.com>
23604
23605 * tree-widget.el (tree-widget-value-create): Fix previous change.
23606
23607 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
23608
23609 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
23610
23611 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
23612
23613 * mouse.el (mouse-move-drag-overlay): New function.
23614 (mouse-drag-region-1): Use it.
23615 Try to simplify a bit the state handling. Handle clicks on links
23616 inside intangible areas.
23617 (mouse-save-then-kill): Minor simplification.
23618 (mouse-secondary-overlay): Make it always non-nil instead of
23619 recreating it each time.
23620 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
23621 (mouse-kill-secondary, mouse-secondary-save-then-kill):
23622 Simplify accordingly.
23623
23624 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
23625
23626 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
23627
23628 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
23629
23630 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
23631 (ediff-file-name-sans-prefix): Treat nil as an empty string.
23632 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
23633 to patch.
23634
23635 * ediff-util.el: Use insert-buffer-substring.
23636
23637 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
23638
23639 * emulation/viper-cmd.el (viper-change-state): Don't move over the
23640 field boundaries in the minibuffer.
23641 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
23642 (viper-minibuffer-post-command-hook): New hook.
23643 (viper-line): Don't move cursor at bolp.
23644
23645 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
23646
23647 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
23648 avoid compiler warnings.
23649
23650 * emulation/viper-macs.el (ex-map): Better messages.
23651
23652 * emulation/viper-utils.el (viper-beginning-of-field): New function.
23653
23654 * emulation/viper.el: Replace make-variable-buffer-local with
23655 viper-make-variable-buffer-local everywhere, to avoid warnings.
23656
23657 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23658
23659 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
23660 Delete unused var `old-selected-window'.
23661 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
23662 (mouse-drag-secondary): Delete unused var `start-frame'.
23663
23664 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23665
23666 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
23667
23668 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23669
23670 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
23671 Re-indent within 80 columns. Use inhibit-read-only.
23672
23673 2005-09-19 Romain Francoise <romain@orebokech.com>
23674
23675 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
23676
23677 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23678
23679 * font-lock.el (font-lock-default-fontify-region): Don't add a line
23680 unconditionally, since the after-change-function already did it.
23681
23682 2005-09-19 Miles Bader <miles@gnu.org>
23683
23684 * net/newsticker.el: Get rid of CVS keyword.
23685
23686 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
23687
23688 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
23689 The prompt is formatted later.
23690
23691 2005-09-19 David Ponce <david@dponce.com>
23692
23693 * tree-widget.el (tree-widget-value-create): Save the converted
23694 tree :node widget.
23695
23696 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
23697
23698 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
23699 variable `message'.
23700
23701 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
23702
23703 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
23704 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
23705 <slawomir.nowaczyk.847@student.lu.se>.
23706
23707 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
23708
23709 * image.el (image-load-path): Use symbol `data-directory' instead
23710 of its value, for backward compatibility with packages that bind
23711 it during `find-image'. Suggested by Katsumi Yamaoka.
23712 (image-search-load-path): Handle symbols whose values are strings.
23713
23714 2005-09-18 Romain Francoise <romain@orebokech.com>
23715
23716 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
23717 with-current-buffer form in save-excursion.
23718
23719 2005-09-18 Deepak Goel <deego@gnufans.org>
23720
23721 * apropos.el (apropos-command): Fix `message' call: first arg
23722 should be a format spec. In this and all other cases that appear
23723 below and elsewhere in the source code, I made a change only when
23724 two conditions were satisfied: [1] I can think of a possibility
23725 that the arguments would cause an error, for example, the code in
23726 question relies on external variables such as filenames. [2] I
23727 was sure that the arg to `message' could not have been nil in the code.
23728
23729 * textmodes/tildify.el (tildify-region): Ditto.
23730
23731 * textmodes/reftex-index.el (reftex-index-change-entry)
23732 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
23733 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
23734 * textmodes/org.el (org-complete, org-deadline, org-schedule)
23735 (org-priority, org-table-sum):
23736 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
23737 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
23738 (flyspell-word, flyspell-display-next-corrections):
23739 * textmodes/bibtex.el (bibtex-print-help-message):
23740 * textmodes/artist.el (artist-key-set-point-poly):
23741 * term/mac-win.el (mac-services-insert-text):
23742 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
23743 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
23744 (vhdl-port-paste-testbench, vhdl-compose-new-component)
23745 (vhdl-compose-configuration):
23746 * progmodes/sh-script.el (sh-blink, sh-show-indent)
23747 (sh-set-indent, sh-learn-line-indent):
23748 * progmodes/ps-mode.el (ps-mode-target-column):
23749 * progmodes/idlwave.el (idlwave-make-tags)
23750 (idlwave-scan-library-catalogs):
23751 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
23752 * progmodes/gud.el (gud-jdb-analyze-source):
23753 * progmodes/flymake.el (flymake-log):
23754 * progmodes/ebnf2ps.el (ebnf-generate-region):
23755 * progmodes/cmacexp.el (c-macro-expansion):
23756 * progmodes/ada-xref.el (ada-treat-cmd-string):
23757 * progmodes/ada-mode.el (ada-create-case-exception-substring)
23758 (ada-justified-indent-current, ada-batch-reformat):
23759 * play/zone.el (zone):
23760 * play/landmark.el (lm-move):
23761 * play/decipher.el (decipher-show-alphabet):
23762 * net/newsticker.el (newsticker--display-jump)
23763 (newsticker--display-scroll):
23764 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
23765 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
23766 * mail/feedmail.el (feedmail-dump-message-to-queue):
23767 * eshell/esh-proc.el (eshell-remove-process-entry):
23768 * emulation/ws-mode.el (ws-last-error):
23769 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
23770 (viper-record-kbd-macro):
23771 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
23772 * emacs-lisp/lisp-mnt.el (lm-report-bug):
23773 * emacs-lisp/find-func.el (find-function-noselect):
23774 * calendar/timeclock.el (timeclock-status-string)
23775 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
23776 (timeclock-when-to-leave-string):
23777 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
23778 * calc/calc-units.el (calc-enter-units-table):
23779 * calc/calc-mode.el (calc-mode-record-mode):
23780 * woman.el (woman-mini-help):
23781 * wdired.el (wdired-change-to-wdired-mode):
23782 * vc.el (vc-retrieve-snapshot):
23783 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
23784 * startup.el (display-startup-echo-area-message):
23785 * simple.el (set-goal-column):
23786 * ses.el (ses-command-hook, ses-recalculate-cell):
23787 * server.el (server-process-filter):
23788 * printing.el (pr-interface-txt-print, pr-interface-printify)
23789 (pr-interface-ps):
23790 * pcvs.el (cvs-help):
23791 * log-edit.el (log-edit, log-edit-mode-help):
23792 * iswitchb.el (iswitchb-possible-new-buffer):
23793 * isearch.el (isearch-edit-string):
23794 * image-mode.el (image-mode, image-minor-mode):
23795 * ibuf-macs.el (define-ibuffer-filter):
23796 * hi-lock.el (hi-lock-find-patterns):
23797 * files.el (toggle-read-only):
23798 * ediff-util.el (ediff-copy-diff)
23799 (ediff-write-merge-buffer-and-maybe-kill):
23800 * echistory.el (Electric-history-undefined):
23801 * dnd.el (dnd-insert-text):
23802 * dired-aux.el (dired-query):
23803 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
23804 * bookmark.el (bookmark-bmenu-locate):
23805 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
23806 Fix `message' calls to ensure first arg is a format string.
23807 The change was made only when these two conditions were satisfied:
23808 [1] when there is a possibility that the arguments would cause an error
23809 for example, if the code in question relies on external variables
23810 such as filenames, and
23811 [2] if the arg to `message' could not have been nil in the code.
23812
23813 * pcomplete.el (pcomplete--help): Fix `message' format spec.
23814 Not having a %s would be weird, though not technically wrong.
23815
23816 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23817
23818 * term/mac-win.el (mac-add-charset-info): Doc fix.
23819
23820 2005-09-17 Romain Francoise <romain@orebokech.com>
23821
23822 * shell.el (shell-resync-dirs): Handle echoing processes more
23823 reliably. Don't insert resync command if `comint-process-echoes'
23824 is non-nil.
23825
23826 2005-09-17 Magnus Henoch <mange@freemail.hu>
23827
23828 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
23829 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
23830 aspell versions >= 0.60.
23831 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
23832 only if ispell-aspell-supports-utf8 is non-nil.
23833
23834 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
23835
23836 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
23837 buffer-local value to lisp-indent-function.
23838
23839 2005-09-17 Milan Zamazal <pdm@zamazal.org>
23840
23841 * progmodes/glasses.el (glasses-make-readable): If
23842 glasses-separator differs from underscore, put appropriate
23843 overlays over underscore characters.
23844 (glasses-convert-to-unreadable): If glasses-separator differs from
23845 underscore, try to convert glasses-separator characters to
23846 underscores.
23847
23848 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
23849
23850 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
23851 Use with-syntax-table and dolist.
23852
23853 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
23854
23855 * textmodes/reftex-auc.el:
23856 * textmodes/reftex-cite.el:
23857 * textmodes/reftex-dcr.el:
23858 * textmodes/reftex-global.el:
23859 * textmodes/reftex-parse.el:
23860 * textmodes/reftex-ref.el:
23861 * textmodes/reftex-sel.el:
23862 * textmodes/reftex-toc.el:
23863 * textmodes/reftex-vars.el:
23864 * textmodes/reftex.el: Small changes to remove compiler warnings.
23865
23866 * textmodes/reftex-index.el: Likewise.
23867 (reftex-query-index-phrase): More efficient use of markers.
23868
23869 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
23870
23871 * image.el (image-load-path): New variable.
23872 (image-search-load-path): New function.
23873 (find-image): Search for images in `image-load-path'.
23874
23875 2005-09-15 Richard M. Stallman <rms@gnu.org>
23876
23877 * follow.el: Change Maintainer field.
23878
23879 2005-09-15 David Ponce <david@dponce.com>
23880
23881 * recentf.el (recentf-save-file-modes): New option.
23882 (recentf-save-list): Use it.
23883
23884 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
23885
23886 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
23887 (mode-line-mule-info, mode-line-modified): Move bindings from
23888 mouse-3 to mouse-1.
23889
23890 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
23891
23892 * simple.el (sendmail-user-agent-compose): Revert last change.
23893
23894 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
23895
23896 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
23897 Use with-current-buffer.
23898 (ange-ftp-gwp-start): Remove unused var `gw-user'.
23899 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
23900 (ange-ftp-insert-directory): Remove unused var `short'.
23901 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
23902
23903 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
23904 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
23905
23906 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
23907 (check-calendar-holidays, diary-list-entries): Autoload.
23908 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
23909 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
23910
23911 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
23912 which mistakenly removed a call to display-buffer.
23913
23914 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
23915
23916 * obsolete/iso-insert.el: Move to obsolete/ from international/.
23917
23918 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
23919
23920 * progmodes/hideshow.el
23921 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
23922 (hs-allow-nesting): New user var.
23923 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
23924 (hs-hide-block-at-point): When nesting allowed,
23925 if there is already an overlay in place, delete it.
23926 (hs-safety-is-job-n): Delete func; remove call sites.
23927 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
23928 (hs-overlay-at): New func.
23929 (hs-already-hidden-p, hs-show-block): Use it.
23930 (hs-hide-all): Don't pre-clean if nesting allowed.
23931 (hs-show-all): Temporarily disallow
23932 nesting around call to `hs-discard-overlays'.
23933
23934 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
23935
23936 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
23937 Delete unused local var.
23938
23939 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
23940
23941 * help-fns.el (describe-categories): "?\ " -> "?\s".
23942 (help-do-arg-highlight): Recognize also ARG-n, as in
23943 `move-to-left-margin' (ARG+n is already recognized). Simplify.
23944
23945 * international/codepage.el (dos-unsupported-char-glyph):
23946 * net/newsticker.el (tool-bar-map, w3-mode-map)
23947 (w3m-minor-mode-map):
23948 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
23949 (ent-alist):
23950 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
23951
23952 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
23953
23954 * custom.el (custom-push-theme): Handle the case where a symbol is
23955 bound but face properties have not yet been assigned.
23956
23957 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
23958 Fix behavior if noerase is `t' and there is no mail buffer.
23959
23960 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
23961 if `continue' is nil, rather than signal an error.
23962
23963 2005-09-12 Richard M. Stallman <rms@gnu.org>
23964
23965 * font-lock.el (font-lock-keywords): Add autoload.
23966
23967 * help-fns.el (describe-variable): Rearrange to put source link
23968 in a predictable place.
23969
23970 * net/newsticker.el: New file.
23971
23972 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
23973
23974 * calendar/calendar.el (calendar-for-loop): Add edebug info.
23975 (calendar-basic-setup): Use the new nil arg.
23976 (number-of-diary-entries): Move to diary-lib.el.
23977
23978 * calendar/diary-lib.el: Use with-current-buffer, match-string.
23979 (diary-list-entries): Use with-syntax-table and dolist.
23980 Rename from list-diary-entries.
23981 Use number-of-diary-entries if `number' is nil.
23982 (diary, diary-view-entries): Use this new name and new nil arg value.
23983 (number-of-diary-entries): Move from calendar.el.
23984 (diary-unhide-everything): New function.
23985 (include-other-diary-files, fancy-diary-display)
23986 (diary-show-all-entries, make-diary-entry): Use it.
23987 (diary-mail-entries): Use buffer-string.
23988 (mark-diary-entries): Fix long standing paren typo.
23989 (diary-sexp-entry): Use count-lines.
23990 (make-diary-entry): Avoid `previous-line'.
23991 (diary-mode-map): New var.
23992 (diary-mode): Redraw cal after saving. Setup header-line.
23993 (fancy-diary-display-mode): Use local-set-key.
23994
23995 * startup.el (command-line): Try calling various terminal-init-foo-bar
23996 functions by stripping hyphenated suffixes from $TERM.
23997
23998 * files.el (normal-mode): Check boundness of font-lock-keywords.
23999
24000 2005-09-12 Richard M. Stallman <rms@gnu.org>
24001
24002 * progmodes/compile.el: Don't decide a file's directory
24003 until the user actually tries to go there.
24004 (compilation-next-error-function):
24005 Pass compilation-find-file the directory from the file-struct.
24006 (compilation-internal-error-properties): Separate local FILE-STRUCT
24007 from FILE. Doc the args better. Rename arg FMT to FMTS.
24008 (compilation-find-file): Arg DIR renamed to DIRECTORY.
24009 Expand it, and if nil, use default-directory.
24010 (compilation-get-file-structure): Don't mix specified directory
24011 with default directory. Put specified directory into
24012 file-struct. Don't make the file name absolute.
24013
24014 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
24015 (compile-command): Add autoload.
24016 (compilation-disable-input): Add autoload.
24017
24018 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
24019
24020 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
24021 strings of the variables it can override.
24022 (time-stamp): New (as yet undocumented) time-stamp-format escapes
24023 %Q and %q, for fully-qualified domain name and unqualified host name.
24024
24025 2005-09-11 Kim F. Storm <storm@cua.dk>
24026
24027 * emacs-lisp/authors.el (authors-aliases): Update list.
24028 (authors-fixed-entries): Update mldrag.el entry.
24029
24030 2005-09-10 Alan Mackenzie <acm@muc.de>
24031
24032 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
24033 from the region narrowed to.
24034
24035 2005-09-10 Magnus Henoch <mange@freemail.hu>
24036
24037 * textmodes/ispell.el (ispell-check-version): Signal an error if
24038 aspell version is less than 0.60.
24039
24040 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
24041
24042 * progmodes/octave-inf.el (inferior-octave-startup):
24043 Resync current dir at the end.
24044
24045 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
24046
24047 * woman.el (woman-topic-at-point-default):
24048 Rename to woman-use-topic-at-point-default.
24049 (woman-topic-at-point): Rename to woman-use-topic-at-point.
24050 (woman-file-name): Reflect renames above. Automatically use the
24051 word at point as topic if woman-use-topic-at-point is non-nil.
24052 Otherwise offer it as default but don't insert it in the
24053 minibuffer. Also use `test-completion' instead of `assoc' as
24054 suggested by Stefan Monnier.
24055
24056 2005-09-10 Andre Spiegel <spiegel@gnu.org>
24057
24058 * vc.el (vc-directory, vc-update-change-log): Throw an error on
24059 the attempt to do it over Tramp. This is not yet supported.
24060
24061 2005-09-10 Eli Zaretskii <eliz@gnu.org>
24062
24063 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
24064 (menu-bar-non-minibuffer-window-p): New functions.
24065 ("Split Window", "Save As..."): Use them.
24066 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
24067 ("Print Buffer", "Truncate Long Lines in this Buffer"):
24068 Use menu-bar-menu-frame-live-and-visible-p.
24069 ("Save Buffer", "Insert File", "Open Directory...")
24070 ("Open File...", "Visit New File..."):
24071 Use menu-bar-non-minibuffer-window-p.
24072 (kill-this-buffer-enabled-p, dired <menu-enable>):
24073 Use menu-bar-non-minibuffer-window-p.
24074
24075 2005-09-09 Eli Zaretskii <eliz@gnu.org>
24076
24077 * cus-start.el (all): Don't complain about fringe-related
24078 built-ins if fringes are not supported. Ditto about
24079 selection-related built-ins. Fix the test for GTK-related built-ins.
24080
24081 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
24082 ("Postscript Print Buffer", "Print Region", "Save As...")
24083 ("Save", "Insert File...", "Open Directory...")
24084 ("Open File...", "Visit New File..."")
24085 ("Truncate Long Lines in this Buffer"): Don't look at
24086 menu-updating-frame if this display does not support multiple frames.
24087
24088 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24089
24090 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
24091
24092 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
24093
24094 * woman.el: Format- and whitespace-related changes.
24095
24096 2005-09-09 Eli Zaretskii <eliz@gnu.org>
24097
24098 * woman.el: Fix my email address.
24099
24100 2005-09-08 Richard M. Stallman <rms@gnu.org>
24101
24102 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
24103 (sh-mode): Locally set skeleton-pair-default-alist.
24104
24105 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
24106
24107 * progmodes/flymake.el: Require `compile' unconditionally.
24108
24109 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
24110
24111 * woman.el (woman-file-name): Provide a default, not initial input.
24112
24113 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
24114
24115 * font-lock.el (font-lock-support-mode): Doc fix.
24116
24117 * descr-text.el (describe-property-list): Handle non-symbol prop names.
24118
24119 2005-09-08 Richard M. Stallman <rms@gnu.org>
24120
24121 * simple.el (blink-matching-open): Get rid of text props from
24122 the string shown in echo area. Don't permanently set point.
24123 Some rearrangements.
24124
24125 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
24126
24127 * recentf.el (recentf-filename-handler): Add custom choice
24128 `abbreviate-file-name'.
24129
24130 * msb.el (msb--very-many-menus): Fix typo.
24131
24132 * disp-table.el (standard-display-european): Don't set
24133 enable-multibyte-characters to nil.
24134
24135 2005-09-08 David Ponce <david@dponce.com>
24136
24137 * recentf.el (recentf-show-file-shortcuts-flag): New option.
24138 (recentf-expand-file-name): Doc fix.
24139 (recentf-dialog-mode-map): Define digit shortcuts.
24140 (recentf--files-with-key): New variable.
24141 (recentf-show-digit-shortcut-filter): New function.
24142 (recentf-open-files-items): New function.
24143 (recentf-open-files): Use it.
24144 (recentf-open-file-with-key): New command.
24145
24146 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
24147
24148 * buff-menu.el (Buffer-menu-sort-by-column): New function.
24149 Suggested by Kim F. Storm.
24150 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
24151 (Buffer-menu-make-sort-button): Use global keymap.
24152
24153 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
24154
24155 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
24156 (Man-getpage-in-background-advice): Remove defadvice; it isn't
24157 necessary any longer with the remapped command.
24158 (Man-bgproc-sentinel-advice): Remove defadvice which counts
24159 formatting time only.
24160
24161 * net/tramp.el (tramp-action-password)
24162 (tramp-multi-action-password): Compile the password prompt from
24163 `method', `user' and `host'. Sometimes it isn't obvious which
24164 password to enter, for example with remote files offered by
24165 recentf.el, or with multiple steps. Suggested by Robert Marshall
24166 <robert@chezmarshall.freeserve.co.uk>.
24167
24168 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
24169
24170 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
24171 Fix regexp for when "s///" is at the beginning of line.
24172
24173 2005-09-07 Jay Belanger <belanger@truman.edu>
24174
24175 * calc/calc-poly.el (math-expand-term): Multiply out any powers
24176 when in matrix mode.
24177
24178 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
24179
24180 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
24181 non-anonymous functions.
24182
24183 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
24184
24185 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
24186 when using a header line. Otherwise, use mouse-1-click-follows-link.
24187
24188 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
24189 can't be moved; don't signal an error.
24190
24191 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
24192
24193 * cus-theme.el (custom-theme-write-faces): Save the current face
24194 spec, not the defface spec.
24195
24196 * custom.el (custom-known-themes): Clarify meaning of "standard".
24197 (custom-push-theme): Save old values in the standard theme.
24198 (disable-theme): Correct typo.
24199 (custom-face-theme-value): Deleted unused function.
24200 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
24201
24202 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
24203
24204 * progmodes/compile.el (compilation-goto-locus): Take into account
24205 iconified frames when determining whether the buffer is
24206 already visible.
24207 Don't reset window height if the window already existed.
24208
24209 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
24210
24211 * custom.el (load-theme): Rename from require-theme.
24212 Add interactive spec.
24213 (enable-theme): Rename from custom-enable-theme.
24214 Add interactive spec.
24215 (disable-theme): Rename from custom-disable-theme.
24216 Add interactive spec.
24217 (custom-make-theme-feature): Doc fix.
24218 (custom-theme-directory): Doc fix.
24219 (provide-theme): Call enable-theme.
24220
24221 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
24222
24223 * obsolete/lazy-lock.el (lazy-lock-mode):
24224 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
24225 font-lock-mode if it's off. Print a warning instead.
24226
24227 * progmodes/compile.el (compilation-start): Ignore errors if the
24228 process died before we get to send-eof.
24229
24230 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
24231 Undo last change. Enclosing the result in quotes broke things on Unix
24232 since tex-send-command passes it through shell-quote-argument.
24233 (tex-send-command): Pass `file' through convert-standard-filename
24234 when possible.
24235 (tex-uptodate-p): Handle the case where TeX hasn't put additional
24236 info in a transcript.
24237
24238 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
24239
24240 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
24241 fix compilation warning. Reorder the key definitions to group
24242 together keys emitted by the current version of xterm.
24243
24244 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
24245 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
24246 Reorder predicates to correct min-color usage.
24247
24248 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
24249
24250 * longlines.el (longlines-mode): Inhibit read-only when encoding.
24251 Kill local variables when longlines-mode is turned off.
24252
24253 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
24254
24255 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
24256
24257 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
24258
24259 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
24260
24261 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
24262 (font-lock-lines-before): Change default to being inactive.
24263 (font-lock-default-fontify-region): Obey font-lock-lines-before.
24264 (font-lock-after-change-function): Don't handle f-l-lines-before here.
24265
24266 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
24267
24268 * net/tramp.el (tramp-handle-make-auto-save-file-name):
24269 Deactivate temporarily advice if active (not needed for Emacs 22,
24270 but for backwards compatibility).
24271 (tramp-exists-file-name-handler): Rewrite. First implementation
24272 was too simple.
24273 (tramp-advice-make-auto-save-file-name):
24274 Call `tramp-handle-make-auto-save-file-name' (again, just for
24275 backwards compatibility).
24276
24277 2005-08-31 Reto Zimmermann <reto@gnu.org>
24278
24279 * progmodes/vhdl-mode.el
24280 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
24281 (vhdl-end-p): Fix indentation bug "else" after "-- when".
24282 (vhdl-set-default-project): New function (easier setting of default).
24283 (vhdl-port-copy): Handle extended identifiers for generics.
24284 (vhdl-compiler-alist): Better description for error message regexp.
24285 (vhdl-make): Query for target, use previous as default.
24286 (vhdl-port-copy): Fix port copy for port names starting with "signal".
24287 (vhdl-font-lock-keywords-2): Fix fontification for record
24288 el. assign.
24289 (vhdl-speedbar-make-subpack-line): Add package body link.
24290 (vhdl-generate-makefile-1): Not include itself as dependency.
24291 (vhdl-font-lock-init): Highlight c-preprocessor directives.
24292 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
24293 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
24294 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
24295 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
24296 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
24297 (vhdl-import-project): Add string argument for `error'.
24298 (vhdl-compose-configuration)
24299 (vhdl-compose-configuration-architecture): Add configuration
24300 declaration generation.
24301 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
24302 (vhdl-trailer-re): Add "record" keyword (better indentation).
24303 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
24304 "[^ \t-\"]+".
24305 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
24306 (vhdl-testbench-entity-file-name)
24307 (vhdl-testbench-architecture-file-name): Allow separate
24308 customization of testbench file names.
24309 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
24310 (vhdl-get-visible-signals): Allow newline within alias declaration.
24311 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
24312 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
24313 (member-ignore-case): Alias for missing function in XEmacs.
24314 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
24315 (vhdl-update-sensitivity-list): Ignore case on read signals.
24316 (vhdl-replace-string): Adjust case only for file names.
24317 (vhdl-update-sensitivity-list): Fix search for read signals.
24318 (vhdl-update-sensitivity-list): Exclude formal parameters.
24319 (vhdl-get-visible-signals): Include aliases of signals.
24320 (vhdl-get-visible-signals): Fix signal name searching.
24321 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
24322 (vhdl-fixup-whitespace-region): Fix for character
24323 literals (e.g. `:').
24324
24325 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
24326
24327 * ansi-color.el (comint-last-output-start):
24328 * bs.el (font-lock-verbose):
24329 * diff-mode.el (add-log-buffer-file-name-function):
24330 * dired-x.el (vm-folder-directory):
24331 * faces.el (help-xref-stack-item):
24332 * files.el (font-lock-keywords):
24333 * find-lisp.el (dired-buffers, dired-subdir-alist):
24334 * ido.el (cua-inhibit-cua-keys):
24335 * log-view.el (cvs-minor-wrap-function):
24336 * outline.el (font-lock-warning-face):
24337 * simple.el (compilation-current-error):
24338 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
24339 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
24340 * tooltip.el (comint-prompt-regexp):
24341 * w32-fns.el (explicit-shell-file-name):
24342 * term/mac-win.el (mac-charset-info-alist)
24343 (mac-services-selection, mac-system-script-code):
24344 * term/tty-colors.el (msdos-color-values):
24345 * term/w32-win.el (xlfd-regexp-registry-subnum):
24346 * term/x-win.el (x-keysym-table, x-selection-timeout)
24347 (x-session-id, x-session-previous-id):
24348 * textmodes/ispell.el (mail-yank-prefix):
24349 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
24350 * textmodes/org.el (calc-embedded-close-formula)
24351 (calc-embedded-open-formula)
24352 (font-lock-unfontify-region-function):
24353 * textmodes/reftex-global.el (isearch-next-buffer-function)
24354 (TeX-master):
24355 * textmodes/reftex.el (font-lock-keywords):
24356 * textmodes/tex-mode.el (font-lock-comment-face)
24357 (font-lock-doc-face):
24358 * textmodes/texinfo.el (outline-heading-alist):
24359 Add defvars.
24360
24361 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
24362 (artist-spray-chars, artist-mode-init, artist-replace-string)
24363 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
24364 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
24365 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
24366
24367 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
24368 (conf-align-assignments): "?\ " -> "?\s".
24369
24370 * textmodes/reftex-index.el (TeX-master): Add defvar.
24371 (reftex-index-phrases-marker): Move up defvar.
24372
24373 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
24374 (reftex-toc-include-labels-indicator)
24375 (reftex-toc-include-index-indicator)
24376 (reftex-toc-max-level-indicator): Move up declarations.
24377
24378 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
24379 of args to `tramp-run-real-handler', even if it's empty in this case.
24380
24381 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24382
24383 * dired.el (dired-move-to-filename-regexp): Add date format for
24384 Mac OS X 10.3 in East Asian locales.
24385
24386 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
24387
24388 * files.el (make-auto-save-file-name): Add file name handler call
24389 if applicable.
24390
24391 * net/tramp.el (tramp-file-name-handler-alist)
24392 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
24393 (tramp-handle-make-auto-save-file-name): Rename from
24394 `tramp-make-auto-save-file-name'.
24395 (tramp-exists-file-name-handler): New defun.
24396 (tramp-advice-make-auto-save-file-name): Make defadvice only when
24397 `make-auto-save-file-name' is not a magic file name operation.
24398
24399 2005-08-30 Richard M. Stallman <rms@gnu.org>
24400
24401 * files.el (risky-local-variable-p):
24402 Match `-predicates' and `-commands.
24403
24404 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
24405 (custom-save-all): Visit the file if necessary;
24406 kill the buffer if we created it.
24407 (custom-save-delete): Don't visit file or kill buffer here.
24408
24409 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
24410
24411 * textmodes/org.el (org-special-keyword): New face.
24412 (org-table-copy-down, org-table-eval-formula)
24413 (org-table-recalculate, org-init-section-numbers):
24414 Use `string-to-number' instead of `string-to-int'.
24415 (org-get-location): Use `insert-buffer-substring' instead of
24416 `insert-buffer'.
24417 (org-modify-diary-entry-string): New function.
24418 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
24419 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
24420 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
24421 active region.
24422 (org-export-as-html): Handle QUOTE keyword.
24423 (org-quote-string): New option.
24424 (org-bookmark-jump-unhide): New function, used for
24425 `bookmark-after-jump-hook'.
24426 (org-diary-default-entry): Apply only when not called through
24427 `org-agenda'.
24428
24429 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
24430
24431 * net/eudc.el (mode-popup-menu):
24432 * play/handwrite.el (ps-printer-name, ps-lpr-command):
24433 * progmodes/ada-mode.el (compile-auto-highlight)
24434 (skeleton-further-elements):
24435 * progmodes/autoconf.el (font-lock-syntactic-keywords):
24436 * progmodes/cmacexp.el (msdos-shells):
24437 * progmodes/compile.el (font-lock-extra-managed-props)
24438 (font-lock-keywords, font-lock-maximum-size)
24439 (font-lock-support-mode):
24440 * progmodes/grep.el (font-lock-lines-before):
24441 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
24442 * progmodes/mixal-mode.el (compile-command):
24443 * progmodes/perl-mode.el (font-lock-comment-face)
24444 (font-lock-doc-face, font-lock-string-face):
24445 * progmodes/prolog.el (comint-prompt-regexp):
24446 * progmodes/sh-script.el (font-lock-comment-face)
24447 (font-lock-set-defaults, font-lock-string-face):
24448 * progmodes/sql.el (font-lock-keyword-face)
24449 (font-lock-set-defaults, font-lock-string-face):
24450 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
24451 (itimer-version, lazy-lock-defer-contextually)
24452 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
24453 Add defvars.
24454
24455 * progmodes/cperl-mode.el (cperl-electric-lbrace)
24456 (cperl-electric-keyword, cperl-electric-pod)
24457 (cperl-electric-backspace, cperl-forward-re)
24458 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
24459 (vc-rcs-header, vc-sccs-header): Add defvars.
24460
24461 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
24462 (font-lock-syntactic-keywords, gud-find-expr-function):
24463 Add defvars.
24464
24465 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
24466 (gdb-frame-parameters): Declare before use.
24467
24468 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
24469 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
24470 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
24471 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
24472
24473 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
24474 (idlwave-help-with-source): Use `insert-buffer-substring', not
24475 `insert-buffer'.
24476
24477 2005-08-29 Juri Linkov <juri@jurta.org>
24478
24479 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
24480 Put outline-back-to-heading function call inside save-excursion.
24481
24482 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
24483
24484 * man.el (Man-init-defvars, Man-translate-references)
24485 (Man-support-local-filenames, Man-highlight-references):
24486 * progmodes/sql.el (sql-interactive-mode):
24487 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
24488
24489 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
24490 (compilation-mode-font-lock-keywords): Add defvars.
24491 (checkdoc-interactive-loop): "?\ " -> "?\s".
24492
24493 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
24494 (font-lock-doc-face, font-lock-string-face)
24495 (font-lock-keywords-case-fold-search): Add defvars.
24496 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
24497
24498 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
24499 Don't pass X and Y (they are ignored anyway).
24500 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
24501 (mouse-delete-window): Make arguments optional.
24502
24503 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
24504 (caesar-translate-table, minor-modes, news-buffer-save)
24505 (news-group-name, news-minor-modes): Add defvars.
24506
24507 * emacs-lisp/lselect.el (mouse-highlight-priority)
24508 (x-lost-selection-functions, zmacs-regions):
24509 * emacs-lisp/pp.el (font-lock-verbose):
24510 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
24511 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
24512 (ses-mode-map):
24513 * emacs-lisp/tcover-unsafep.el (safe-functions):
24514 * international/mule-cmds.el (mac-system-coding-system)
24515 (mac-system-locale):
24516 * language/ethio-util.el (rmail-current-message)
24517 (rmail-message-vector):
24518 * language/thai-util.el (thai-auto-composition-mode):
24519 * mail/metamail.el (rmail-current-message, rmail-message-vector):
24520 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
24521 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
24522 (vm-primary-inbox, vm-spool-files):
24523 * mail/rmail.el (deleted-head, font-lock-fontified)
24524 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
24525 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
24526 (total-messages):
24527 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
24528 (rmail-summary-mode-map):
24529 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
24530 (rmail-last-label, rmail-last-multi-labels)
24531 (rmail-summary-vector, rmail-total-messages):
24532 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
24533 * mail/rmailsum.el (msgnum):
24534 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
24535 (rmail-current-message):
24536 * obsolete/fast-lock.el (font-lock-face-list):
24537 * obsolete/rnewspost.el (mail-reply-buffer):
24538 * obsolete/scribe.el (compile-command):
24539 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
24540
24541 2005-08-28 John Paul Wallington <jpw@gnu.org>
24542
24543 * ibuf-ext.el (ibuffer-auto-update-changed):
24544 Use `frame-or-buffer-changed-p' to check whether we need to update.
24545 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
24546 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
24547 as a `frame-or-buffer-changed-p' state vector instead.
24548
24549 2005-08-27 Romain Francoise <romain@orebokech.com>
24550
24551 * textmodes/makeinfo.el (makeinfo-compile):
24552 Use `compilation-start'. Set `next-error-function' according to
24553 `disable-errors'.
24554 (makeinfo-next-error): New function.
24555 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
24556 (makeinfo-buffer): Likewise.
24557
24558 * progmodes/compile.el (compilation-start): Add autoload cookie.
24559
24560 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
24561 * textmodes/sgml-mode.el: Likewise.
24562 * progmodes/python.el: Likewise.
24563
24564 2005-08-27 Eli Zaretskii <eliz@gnu.org>
24565
24566 * simple.el (blink-matching-paren-distance): Document the meaning
24567 of nil value, and allow to customize to nil.
24568
24569 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
24570 command.com, not command.exe.
24571
24572 2005-08-26 John Wiegley <johnw@newartisans.com>
24573
24574 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
24575 code around a bit so that an extraneous nil argument is not added
24576 to a command when no args are given.
24577
24578 * eshell/esh-arg.el (eshell-parse-double-quote): If a
24579 double-quoted argument resolves to nil, return it as an empty
24580 string rather than as nil. This made it impossible to pass "" to
24581 a shell script as a null string argument.
24582
24583 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
24584
24585 * outline.el (outline-invent-heading): New fun.
24586 (outline-promote, outline-demote): Use it.
24587 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
24588 (outline-end-of-subtree): Remove unused var `opoint'.
24589
24590 2005-08-26 David Reitter <david.reitter@gmail.com>
24591
24592 * menu-bar.el (truncate-lines, write-file, print-buffer)
24593 (ps-print-buffer-faces, ps-print-buffer, split-window):
24594 Disable menu items when the frame they refer to is invisible, or when
24595 they refer to a buffer and the minibuffer is selected.
24596
24597 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
24598
24599 * progmodes/flymake.el (flymake-highlight-err-lines):
24600 Use save-excursion around flymake-highlight-line to preserve point.
24601
24602 2005-08-26 Eli Zaretskii <eliz@gnu.org>
24603
24604 * progmodes/octave-mod.el: Change Author and Maintainer address.
24605 (octave-maintainer-address): Change Kurt's email address.
24606 * progmodes/octave-inf.el: Change Author and Maintainer address.
24607 * progmodes/octave-hlp.el: Change Author and Maintainer address.
24608
24609 2005-08-26 Kim F. Storm <storm@cua.dk>
24610
24611 * subr.el (version-list-<, version-list-<=, version-list-=):
24612 Rename from integer-list-*.
24613 (version-list-not-zero): Likewise. Fix while loop.
24614 (version=): Use version-list-= instead of string-equal.
24615
24616 2005-08-26 Richard M. Stallman <rms@gnu.org>
24617
24618 * outline.el (outline-promote): Try shortening the heading.
24619 As last resort, read the heading to use.
24620 (outline-demote): As last resort, read the heading to use.
24621
24622 2005-08-26 Romain Francoise <romain@orebokech.com>
24623
24624 * progmodes/compile.el (compilation-start): Doc fix.
24625
24626 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
24627 (antlr-font-lock-additional-keywords): Fix reference to
24628 `antlr-font-lock-literal-regexp' erroneously changed during the
24629 mass face rename.
24630 (antlr-run-tool): Use `compilation-start'.
24631
24632 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
24633 instead of the obsolete `compile-internal'.
24634
24635 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
24636
24637 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
24638 (number, original-date):
24639 * calendar/cal-china.el (date):
24640 * calendar/cal-coptic.el (date):
24641 * calendar/cal-french.el (date):
24642 * calendar/cal-hebrew.el (date, entry, number, original-date):
24643 * calendar/cal-islam.el (date, number, original-date):
24644 * calendar/cal-iso.el (date):
24645 * calendar/cal-julian.el (date):
24646 * calendar/cal-mayan.el (date):
24647 * calendar/cal-menu.el (date, event):
24648 * calendar/cal-persia.el (date):
24649 * calendar/lunar.el (date):
24650 * calendar/solar.el (date): Add defvars.
24651
24652 * emerge.el:
24653 * ibuffer.el:
24654 * info-xref.el:
24655 * obsolete/bg-mouse.el:
24656 * obsolete/sun-curs.el:
24657 * obsolete/swedish.el: Move the `defvar's to the top level.
24658
24659 * smerge-mode.el (smerge-refined-change): Add :group.
24660
24661 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
24662
24663 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
24664 (smerge-keep-n): Remove props.
24665 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
24666 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
24667 now that it's done in smerge-keep-n.
24668 (smerge-refined-change): New face.
24669 (smerge-refine-chopup-region, smerge-refine-highlight-change)
24670 (smerge-refine): New funs.
24671 (smerge-basic-map): Bind smerge-refine.
24672
24673 2005-08-25 Juri Linkov <juri@jurta.org>
24674
24675 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
24676 compilation-process-setup-function and compilation-disable-input
24677 in grep-mode instead of let-bindings in grep.
24678
24679 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
24680 Delete "Automatic File De/compression" (auto-compression-mode).
24681
24682 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
24683
24684 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
24685 Silence warning about non-existent variable.
24686
24687 2005-08-25 Richard M. Stallman <rms@gnu.org>
24688
24689 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
24690 Rename "Describe Key" to "Describe Key or Mouse Operation".
24691
24692 * mail/mailalias.el (build-mail-aliases): Delete comments
24693 from the contents before processing them.
24694
24695 * isearch.el (isearch-edit-string): Erase the Search prompt
24696 if user enters an empty string and there is no default.
24697
24698 * comint.el (comint-file-name-prefix): Add autoload.
24699
24700 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
24701
24702 * subr.el (play-sound): Rearrange to avoid warning.
24703
24704 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
24705
24706 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
24707 New hook.
24708 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
24709
24710 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
24711
24712 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
24713
24714 * custom.el (custom-theme-set-variables): Sort minor modes last.
24715
24716 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24717
24718 * subr.el (version-separator, version-regexp-alist): New vars used by
24719 version comparison funs.
24720 (integer-list-<, integer-list-=, integer-list-<=)
24721 (integer-list-not-zero): New funs for integer list comparison.
24722 (version-to-list, version=, version<, version<=): New funs for version
24723 comparison.
24724
24725 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
24726
24727 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
24728 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
24729 time to silence the byte-compiler.
24730
24731 * ibuffer.el (ibuffer-compile-make-eliding-form)
24732 (ibuffer-check-formats): Use `with-no-warnings' to hide references
24733 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
24734 so it's silly to get warnings for it).
24735 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
24736 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
24737 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
24738 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
24739 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
24740 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
24741 Defvar at compile time.
24742 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
24743 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
24744 Declare them before use.
24745
24746 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
24747 (info-xref-good, info-xref-bad): Defvar at compile time.
24748
24749 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
24750 Use `let*' instead of `let'.
24751
24752 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
24753 (*mouse-y*, menu, char): Defvar at compile time.
24754 (sc::menu): Declare it before use.
24755 (sc::pack-one-line): Use `let', not `let*'.
24756
24757 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
24758 (mail-send-hook): Defvar at compile time.
24759
24760 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
24761 Defvar at compile time.
24762
24763 * term/sun-mouse.el (current-global-mousemap)
24764 (current-local-mousemap): Declare them before use.
24765
24766 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
24767
24768 * bookmark.el (bookmark-after-jump-hook): New hook.
24769 (bookmark-jump): Run `bookmark-after-jump-hook'.
24770
24771 2005-08-23 Juri Linkov <juri@jurta.org>
24772
24773 * faces.el (minibuffer-prompt): Doc fix.
24774
24775 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
24776
24777 * progmodes/xscheme.el: Trivial changes to silence warnings.
24778 (xscheme-previous-mode, xscheme-previous-process-state):
24779 Add defvars.
24780 (xscheme-last-input-end, xscheme-process-command-line)
24781 (xscheme-process-name, xscheme-buffer-name)
24782 (xscheme-expressions-ring-max, xscheme-expressions-ring)
24783 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
24784 (xscheme-control-g-synchronization-p)
24785 (xscheme-control-g-disabled-p, xscheme-string-receiver)
24786 (default-xscheme-runlight, xscheme-runlight)
24787 (xscheme-runlight-string, xscheme-process-filter-state)
24788 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
24789 Move to beginning of file.
24790 (scheme-interaction-mode-commands-alist)
24791 (scheme-interaction-mode-map, scheme-debugger-mode-map):
24792 Declare them before use. Note: the initialization code for the
24793 variables has not been moved because it uses functions that reference
24794 the variables.
24795 (xscheme-control-g-message-string, xscheme-process-filter-alist)
24796 (xscheme-prompt-for-expression-map): Declare them before use.
24797 (scheme-debugger-mode-commands): "?\ " -> "?\s".
24798
24799 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
24800
24801 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
24802
24803 2005-08-22 Juri Linkov <juri@jurta.org>
24804
24805 * faces.el (set-face-underline): Delete this duplicate function
24806 and make an obsolete alias to set-face-underline-p.
24807 (set-face-underline-p): Use docstring of set-face-underline.
24808 (describe-face): Create hyperlink to parent face.
24809
24810 * info.el (Info-insert-dir): Use save-excursion around
24811 insert-buffer-substring.
24812 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
24813 (Info-escape-percent): Delete function.
24814 (Info-fontify-node): Replace Info-escape-percent by
24815 replace-regexp-in-string with REP arg set to lambda that
24816 duplicates `%' and preserves text properties.
24817
24818 * progmodes/compile.el (compilation-disable-input): Doc fix.
24819 (define-compilation-mode): Doc fix and refill.
24820 (kill-compilation): Use `mode-name' in the error message.
24821 (compilation-find-file): Use `compilation-error' in the
24822 read-file-name's prompt.
24823
24824 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
24825
24826 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
24827 (smerge-auto-leave): Make undo re-enable the mode.
24828 (debug-ignored-errors): Add the user-error of impossible resolution.
24829 (smerge-resolve): Move things around a bit, in preparation for later.
24830 (smerge-diff): Don't fail if the buffer has no associated file.
24831 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
24832 (smerge-conflict-overlay): New function.
24833 (smerge-match-conflict): Don't add text properties here.
24834 (smerge-find-conflict): Instead, add an overlay here.
24835 Also check for the case where we're inside a conflict already, so as to
24836 obviate the need for font-lock-multiline, which is unbearably slow with
24837 large conflicts and ciomplex font-lock patterns.
24838 (smerge-remove-props): Remove overlay rather than text-properties.
24839 (smerge-mode): Don't set font-lock-multiline.
24840 Remove overlays when turned off.
24841
24842 2005-08-21 Kim F. Storm <storm@cua.dk>
24843
24844 * ido.el (ido-ignore-item-p): Use save-match-data.
24845 Bind case-fold-search to ido-case-fold locally.
24846
24847 2005-08-20 Richard M. Stallman <rms@gnu.org>
24848
24849 * files.el (normal-mode): If font lock is on, turn it off and on.
24850
24851 * subr.el (replace-regexp-in-string): Doc fix.
24852
24853 * startup.el (command-line-1): Don't suppress startup screen
24854 due to existing processes.
24855
24856 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
24857
24858 * progmodes/compile.el (compilation-disable-input): Default to nil.
24859
24860 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
24861
24862 * progmodes/compile.el (compilation-disable-input): New defcustom.
24863 (compilation-start): If compilation-disable-input is non-nil, send
24864 EOF to the compilation process.
24865
24866 2005-08-20 Eli Zaretskii <eliz@gnu.org>
24867
24868 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
24869 Run the argument of tex-shell-cd-command through
24870 convert-standard-filename, to get the correct style of slashes on
24871 Windows, and enclose the result in quotes, in case the file name
24872 includes whitespace or other special characters.
24873
24874 2005-08-19 Andreas Schwab <schwab@suse.de>
24875
24876 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
24877 process.
24878
24879 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
24880
24881 * cus-start.el (minibuffer-prompt-properties): Correct typo.
24882
24883 2005-08-18 Kim F. Storm <storm@cua.dk>
24884
24885 * scroll-lock.el: Fix errors due to incorrect line wrapping.
24886
24887 2005-08-18 Richard M. Stallman <rms@gnu.org>
24888
24889 * scroll-lock.el: New file.
24890
24891 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
24892
24893 * dired.el (dired-move-to-end-of-filename):
24894 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
24895
24896 2005-08-18 Kim F. Storm <storm@cua.dk>
24897
24898 * ido.el (ido-everywhere): Fix defcustom :set function to disable
24899 rather than toggle mode when custom value is nil.
24900 (ido-everywhere): Fix defun doc string.
24901
24902 2005-08-17 Richard M. Stallman <rms@gnu.org>
24903
24904 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
24905 as tag instead of "Inviolable".
24906
24907 2005-08-17 Kim F. Storm <storm@cua.dk>
24908
24909 * windmove.el (windmove-coordinates-of-position): Remove.
24910 (windmove-coordinates-of-window-position): Remove.
24911 (windmove-reference-loc): Use posn-at-point instead.
24912
24913 * subr.el (insert-for-yank-1): Doc fix.
24914
24915 * ido.el (ido-enter-matching-directory): Rename from
24916 ido-enter-single-matching-directory. Change `slash' choice to
24917 `only'. Add `first' choice.
24918 (ido-exhibit): Adapt to above changes.
24919
24920 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
24921
24922 * Makefile.in: Expand comment about building loaddefs.el.
24923
24924 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
24925
24926 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
24927 Comment use of defadvice.
24928
24929 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
24930
24931 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
24932
24933 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
24934 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
24935 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
24936 * progmodes/idlw-shell.el, progmodes/ld-script.el,
24937 * progmodes/which-func.el, ruler-mode.el, strokes.el,
24938 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
24939 for backward compatibility for faces that did not appear in the
24940 previous Emacs release.
24941
24942 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
24943
24944 2005-08-15 Kim F. Storm <storm@cua.dk>
24945
24946 * emulation/cua-base.el (cua-delete-region): Return t if
24947 deleted region was non-empty.
24948 (cua-replace-region): Inhibit overwrite-mode for
24949 self-insert-command if replaced region was non-empty.
24950 (cua--explicit-region-start, cua--status-string): Make them
24951 buffer-local at top-level...
24952 (cua-mode): ...rather than when mode is enabled.
24953
24954 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
24955
24956 * progmodes/vhdl-mode.el (vhdl-emacs-21):
24957 Set t for Emacs 21, 22, and so on.
24958
24959 2005-08-15 David Ponce <david@dponce.com>
24960
24961 * tree-widget.el: Update Commentary header.
24962 (tree-widget-theme): Doc fix.
24963 (tree-widget-space-width): New option.
24964 (tree-widget-image-properties): Look up in the default theme too.
24965 (tree-widget--cursors): Only for images with arrow pointer shape.
24966 (tree-widget-lookup-image): Pointer shape is hand by default.
24967 (tree-widget-icon): Rename generic icon widget from
24968 `tree-widget-control'.
24969 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
24970 derive from `tree-widget-icon'.
24971 (tree-widget-handle): Improve default look and feel of the text
24972 representation.
24973 (tree-widget): Rename :*-control properties to :*-icon properties.
24974 Add :action and :help-echo properties.
24975 (tree-widget-after-toggle-functions): Move.
24976 (tree-widget-close-node, tree-widget-open-node): Remove.
24977 (tree-widget-before-create-icon-functions): New hook.
24978 (tree-widget-value-create): Update to allow customization of icons
24979 and nodes at run-time via that new hook.
24980 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
24981 (tree-widget-icon-action, tree-widget-icon-help-echo)
24982 (tree-widget-action, tree-widget-help-echo): New functions.
24983
24984 2005-08-15 Kim F. Storm <storm@cua.dk>
24985
24986 * ido.el (ido-buffer-internal): Use with-no-warnings.
24987 (ido-make-merged-file-list): Use while-no-input.
24988
24989 2005-08-15 Richard M. Stallman <rms@gnu.org>
24990
24991 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
24992 (flyspell-large-region): Fix doc and custom type.
24993
24994 2005-08-14 Richard M. Stallman <rms@gnu.org>
24995
24996 * files.el (interpreter-mode-alist): Doc fix.
24997
24998 * mail/rmail.el (rmail-nonignored-headers): New variable.
24999 (rmail-clear-headers): Use it.
25000 (rmail-reply): Better handling of mail-followup-to header.
25001
25002 * progmodes/sh-script.el (sh-font-lock-keywords-var):
25003 Rename variable from sh-font-lock-keywords. In the `shell' entry,
25004 don't try to refer to executable-font-lock-keywords.
25005 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
25006 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
25007 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
25008 (sh-mode): Set comment-start-skip, local-abbrev-table,
25009 imenu-case-fold-search.
25010 (sh-set-shell): Don't set them here.
25011 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
25012 Don't cache the results in the original alist; don't ever modify
25013 that alist.
25014
25015 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
25016
25017 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
25018 empty.
25019
25020 2005-08-15 Andreas Schwab <schwab@suse.de>
25021
25022 * desktop.el: Put autoload cookie at risky-local-variable declarations.
25023
25024 * dired.el, info.el, mail/rmail.el: Revert last change.
25025
25026 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
25027
25028 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
25029 modification in `eval-after-load' form.
25030 * info.el: Likewise.
25031 * mail/rmail.el: Likewise.
25032
25033 2005-08-14 Juri Linkov <juri@jurta.org>
25034
25035 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25036 Remove highlighting of "Compilation started". Highlight only
25037 the word "finished" in "Compilation finished". Add highlighting
25038 of "interrupt", "killed", "terminated" and the exit code.
25039 (compilation-start): Add newline after header. Use exactly the
25040 same time stamp format as the finishing message.
25041 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
25042
25043 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
25044 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
25045 Add highlighting of "interrupt", "killed", "terminated".
25046
25047 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
25048 enabled and the current command is self-insert-command, call it
25049 explicitly with overwrite-mode bound to nil, to not allow it
25050 to delete the character after the selected region.
25051
25052 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
25053
25054 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
25055 move-end-of-line, end-of-line, and beginning-of-line to the list
25056 of commands after which the echo area is updated.
25057
25058 2005-08-12 Eli Zaretskii <eliz@gnu.org>
25059
25060 * cus-edit.el (custom-save-all, custom-save-delete):
25061 Bind recentf-exclude to exclude custom-file.
25062
25063 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
25064
25065 * mail/rmailsum.el (rmail-summary-end-of-message): New command
25066 to go to the bottom of the mail message. Added to
25067 `rmail-summary-mode-map' with key "/".
25068 (rmail-summary-show-message): New (internal) function for use by
25069 both `rmail-summary-beginning/end-of-message'.
25070 (rmail-summary-beginning-of-message): Change to use
25071 rmail-summary-show-message.
25072
25073 * mail/rmail.el (rmail-end-of-message): New command to go to the
25074 end of the current message. Added to `rmail-mode-map' with key "/".
25075 (rmail-beginning-of-message): Fix to work as documented.
25076 (rmail-mode): Change documentation.
25077
25078 * progmodes/compile.el (compilation-start): Add the line
25079 "Compilation started" with compilation start time.
25080 (compilation-mode-font-lock-keywords): Add `started' to keywords.
25081
25082 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
25083
25084 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
25085 of menu items.
25086
25087 2005-08-11 Richard M. Stallman <rms@gnu.org>
25088
25089 * simple.el (pop-global-mark): Reverse test of widen-automatically.
25090
25091 * battery.el (battery-status-function): Don't use ignore-errors.
25092
25093 2005-08-11 Lute Kamstra <lute@gnu.org>
25094
25095 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
25096 define-obsolete-variable-alias.
25097
25098 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
25099
25100 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
25101 (ange-ftp-send-cmd): Revert last change, and expand
25102 the comment explaining the problem.
25103
25104 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
25105
25106 * ldefs-boot.el: Update.
25107
25108 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
25109 item to "Time, Load and Mail". Change help echo text.
25110
25111 * time.el (display-time-use-mail-icon, display-time-format)
25112 (display-time-string-forms): Shorten first line of docstrings.
25113
25114 2005-08-10 Lars Hansen <larsh@soem.dk>
25115
25116 * desktop.el (desktop-buffer-mode-handlers):
25117 Make non-customizable. Add autoload cookie. Change initial value to
25118 nil; add elements in respective modules instead. Fix doc string.
25119 (desktop-load-file): New function.
25120 (desktop-minor-mode-handlers): New autoloaded variable.
25121 (desktop-create-buffer): Call minor mode handlers.
25122 Use desktop-load-file to load major and minor mode modules prior to
25123 checking for a handler.
25124 (desktop-save): Don't add nil to desktop-minor-modes for minor
25125 modes with nil function in desktop-minor-mode-table. Don't delete
25126 desktop file before rewriting it.
25127 (desktop-locals-to-save): Add autoload cookie. Don't make
25128 automatically buffer-local. Add variables column-number-mode,
25129 size-indication-mode, indent-tabs-mode,
25130 indicate-buffer-boundaries, indicate-empty-lines and
25131 show-trailing-whitespace.
25132 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
25133 regexps. Don't use desktop-clear-preserve-buffers-regexp.
25134 (desktop-clear-preserve-buffers-regexp): Delete.
25135 (desktop-clear-preserve-buffers): Update initial value and docstring.
25136 (desktop-save-buffer): Fix doc string.
25137
25138 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
25139 (hilit-chg-desktop-restore): New function.
25140 (highlight-changes-mode): Add highlight-changes-mode to
25141 desktop-locals-to-save.
25142
25143 * dired.el: Add handler to desktop-buffer-mode-handlers.
25144 (dired-restore-desktop-buffer): Remove autoload cookie.
25145 (dired-mode): Add autoload cookie.
25146
25147 * info.el: Add handler to desktop-buffer-mode-handlers.
25148 (Info-restore-desktop-buffer): Remove autoload cookie.
25149 (Info-mode): Add autoload cookie.
25150
25151 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
25152 (mh-restore-desktop-buffer): Remove autoload cookie.
25153 (mh-folder-mode): Add autoload cookie.
25154
25155 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
25156 (rmail-restore-desktop-buffer): Remove autoload cookie.
25157
25158 2005-08-11 Masatake YAMATO <jet@gyve.org>
25159
25160 * hexl.el (hexl-address-region):
25161 (hexl-ascii-region, hexl-font-lock-keywords):
25162 (hexl-highlight-line-range): Use the term "region"
25163 instead of "area" for consistency with the other symbols
25164 defined in hexl.el.
25165
25166 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
25167
25168 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
25169 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
25170 out by Juri Linkov). Add `display-battery-mode'.
25171
25172 2005-08-09 Juri Linkov <juri@jurta.org>
25173
25174 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25175 Remove `-text' from face variable names.
25176 (compilation-error-file-name, compilation-warning-file-name)
25177 (compilation-info-file-name): Delete faces.
25178 (compilation-line-number, compilation-column-number):
25179 Remove face underlining.
25180 (compilation-message-face): Set to `underline' value by default.
25181 (compilation-error-face, compilation-warning-face)
25182 (compilation-info-face): Remove `-file-name' from face names.
25183 (compilation-error-text-face, compilation-warning-text-face)
25184 (compilation-info-text-face): Delete face variables.
25185 (compilation-text-face): Delete function.
25186
25187 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
25188 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
25189 (grep-error-face): Set to `compilation-error' instead of
25190 `compilation-error-face' (which is redefined to `grep-hit-face' in
25191 grep buffers).
25192 (grep-mode-font-lock-keywords): Remove `-text' from face variable
25193 names. Use `grep-error-face' instead of `compilation-error-text-face'.
25194
25195 * dired-aux.el (dired-do-query-replace-regexp):
25196 Use `query-replace-read-args'.
25197
25198 * replace.el (query-replace-read-from, query-replace-read-to)
25199 (query-replace-read-args): Rename arg `string' to `prompt'.
25200
25201 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
25202
25203 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
25204
25205 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
25206 uploading files.
25207 (ange-ftp-canonize-filename): Handle file names beginning with ~
25208 correctly.
25209
25210 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
25211
25212 * textmodes/fill.el (canonically-space-region)
25213 (fill-context-prefix, fill-french-nobreak-p)
25214 (fill-delete-newlines, fill-comment-paragraph)
25215 (justify-current-line): "?\ " -> "?\s".
25216
25217 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
25218
25219 * textmodes/fill.el (fill-nonuniform-paragraphs):
25220 Improve argument/docstring consistency.
25221
25222 2005-08-09 Richard M. Stallman <rms@gnu.org>
25223
25224 * textmodes/ispell.el (ispell-word): More fboundp checks.
25225
25226 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
25227 (find-file-noselect-1): Call it here, only if RAWFILE.
25228 (normal-mode): Always set some major mode.
25229 (save-some-buffers-action-alist): Change some explanation strings.
25230 (file-name-non-special): In the `quote' method, use unwind-protect.
25231
25232 2005-08-09 Magnus Henoch <mange@freemail.hu>
25233
25234 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
25235 (ispell-have-aspell-dictionaries): New variable.
25236 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
25237 (ispell-get-aspell-config-value): New function.
25238 (ispell-aspell-find-dictionary): New function.
25239 (ispell-aspell-add-aliases): New function.
25240 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
25241 appropriate. Don't look for ispell dictionaries if we use aspell.
25242 (ispell-menu-map): Don't build a submenu of dictionaries.
25243
25244 2005-08-09 Richard M. Stallman <rms@gnu.org>
25245
25246 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
25247 (sql-read-passwd): Use read-passwd.
25248
25249 * progmodes/idlw-toolbar.el (idlwave-toolbar)
25250 (idlwave-toolbar-is-possible): Add defvars.
25251
25252 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
25253 Avoid warnings.
25254
25255 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
25256 (idlwave-system-class-info, idlwave-executive-commands-alist):
25257 Use defvar.
25258
25259 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
25260
25261 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
25262 Avoid warnings.
25263
25264 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
25265 and content-type: headers.
25266
25267 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
25268
25269 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
25270 and rename some of them to be more self-explanatory.
25271
25272 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
25273
25274 * startup.el (command-line-1): Implement -scriptload.
25275
25276 * replace.el (occur-engine): Initial *Occur* output not undoable.
25277
25278 * menu-bar.el (menu-bar-file-menu): Rename some menu items
25279 and improve help strings.
25280
25281 * isearch.el (isearch-repeat): When changing direction,
25282 mark search successful.
25283
25284 * ediff-init.el: Use (featurep 'xemacs).
25285
25286 * comint.el (send-invisible): Identify buffer, if not selected.
25287
25288 * align.el: Delete autoload for c-guess-basic-syntax.
25289
25290 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
25291
25292 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
25293 Improve argument/docstring consistency. Doc fixes.
25294 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
25295 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
25296 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
25297 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
25298 (r2bv-organization, r2bv-pages, r2bv-primary-author)
25299 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
25300 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
25301 Defvar at compile time.
25302
25303 2005-08-09 Juri Linkov <juri@jurta.org>
25304
25305 * info.el: Replace `info' with upper-case `Info' where appropriate.
25306 (info-title-1, info-title-2, info-title-3, info-title-4)
25307 (info-menu-header): Move up face definitions.
25308 (info-menu-star): Rename from `info-menu-5'.
25309 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
25310 (Info-fontify-visited-nodes): Fix docstring.
25311 (Info-hide-note-references): Fix docstring.
25312 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
25313 menu items in the same way as on cross-references.
25314 (info-apropos): Fix sorting order and formatting to be like in the
25315 stand-alone Info browser. Display error messages for 1 sec.
25316 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
25317 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
25318 from the menu bar.
25319 (Info-insert-dir): Restore point after calling
25320 `insert-buffer-substring'.
25321
25322 2005-08-08 Richard M. Stallman <rms@gnu.org>
25323
25324 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
25325 (recompute-lucid-menubar): Add defvars.
25326
25327 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
25328
25329 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
25330
25331 * net/net-utils.el (run-dig): Rename from `dig'.
25332
25333 * play/gametree.el (gametree-mode): Use make-local-variable,
25334 not make-variable-buffer-local.
25335
25336 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
25337
25338 * ansi-color.el (ansi-color-make-extent)
25339 (ansi-color-set-extent-face): Use fboundp, not functionp.
25340
25341 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
25342 not make-variable-buffer-local.
25343
25344 * bookmark.el (Info-current-file): Add defvar.
25345 (bookmark-jump-noselect): Use with-no-warnings.
25346
25347 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
25348
25349 * ebuff-menu.el (Helper-return-blurb): Add defvar.
25350
25351 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
25352
25353 * find-file.el (ada-procedure-start-regexp)
25354 (ada-package-start-regexp): Add defvars.
25355
25356 * info.el (Info-insert-dir): Use insert-buffer-substring.
25357
25358 * xml.el (xml-att-def-re): Add defvar.
25359
25360 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
25361 calling convention.
25362
25363 * subr.el (while-no-input): Return t if there is input.
25364
25365 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
25366
25367 * cus-start.el (all): Add `overflow-newline-into-fringe'.
25368
25369 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
25370
25371 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
25372 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
25373
25374 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
25375
25376 * cmuscheme.el (scheme-start-file): Replace reference to
25377 `user-emacs-directory' by "~/.emacs.d/".
25378
25379 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
25380
25381 * info.el (Info-dir-remove-duplicates): Avoid case folding
25382 in loop; instead, keep downcased strings for comparison.
25383 Suggested by Helmut Eller.
25384
25385 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
25386
25387 Sync with Tramp 2.0.50.
25388
25389 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
25390 XEmacs case; not necessary anymore.
25391 (tramp-user-regexp): Allow "@" as part of user name.
25392 (tramp-handle-set-visited-file-modtime)
25393 (tramp-handle-insert-file-contents)
25394 (tramp-handle-write-region): No special handling for
25395 `last-coding-system-used, because this is done in
25396 `tramp-accept-process-output' now.
25397 (tramp-accept-process-output): New defun.
25398 (tramp-process-one-action, tramp-process-one-multi-action)
25399 (tramp-wait-for-regexp, tramp-wait-for-output)
25400 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
25401 Howells <dhowells@redhat.com>.
25402 (clear-visited-file-modtime): Defadvice removed. The check for
25403 unset buffer's modtime does not need to be based on
25404 `tramp-buffer-file-attributes'. Suggested by RMS.
25405 (tramp-message): Insert "\n" if not being at beginning of line.
25406 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
25407 sequence with same logic.
25408 (tramp-completion-handle-expand-file-name): Discard call of
25409 `tramp-drop-volume-letter'. It is not necessary, and there have
25410 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
25411 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
25412 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
25413 should always be visible.
25414 (tramp-handle-insert-directory, tramp-setup-complete)
25415 (tramp-set-process-query-on-exit-flag)
25416 (tramp-append-tramp-buffers): Pacify byte-compiler.
25417 (tramp-bug): Delete non-existing variables from list.
25418 Apply `tramp-load-report-modules' as pre-hook.
25419 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
25420 `shell-prompt-pattern' because of non-7bit characters.
25421 Reported by Sebastian Luque <sluque@mun.ca>.
25422 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
25423 (tramp-match-string-list): Remove function.
25424 (tramp-wait-for-regexp): Remove call of that function.
25425 Suggested by Kim F. Storm <storm@cua.dk>.
25426 (tramp-set-auto-save-file-modes): Use octal integer code #o600
25427 instead of octal character code ?\600. The latter resulted in a
25428 syntax error with XEmacs.
25429
25430 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
25431 XEmacs case; not necessary anymore.
25432 (tramp-smb-handle-write-region): No special handling for
25433 `last-coding-system-used, because this is done in
25434 `tramp-accept-process-output' now.
25435 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
25436
25437 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
25438
25439 * wid-edit.el (widget-choice-value-create):
25440 Unconditionally respect user choice. Set :explicit-choice back to nil
25441 when no longer needed.
25442 (widget-choice-action): Unconditionally respect user choice.
25443 Eliminate :explicit-choice-value.
25444
25445 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
25446
25447 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
25448 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
25449 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
25450 running new function `toggle-indicate-empty-lines'.
25451 Rename "Customize" item to "Customize fringe".
25452 Rename "Indicators" item to "Buffer boundaries" and change help echo.
25453 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
25454 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
25455 Delete "Empty lines only" item.
25456 (menu-bar-showhide-fringe-ind-customize): New function.
25457 (menu-bar-showhide-fringe-ind-mixed)
25458 (menu-bar-showhide-fringe-ind-box)
25459 (menu-bar-showhide-fringe-ind-right)
25460 (menu-bar-showhide-fringe-ind-left)
25461 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
25462 instead of `fringe-indicators'.
25463
25464 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
25465
25466 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
25467 Change the date of last update.
25468
25469 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
25470
25471 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
25472 (viper-exec-yank, viper-put-back): Don't display modification msg
25473 if in the minibuffer.
25474
25475 * viper-init.el (viper-replace-overlay-cursor-color)
25476 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
25477 Make variables frame local.
25478
25479 * viper-util.el (viper-append-filter-alist): Use append instead of
25480 nconc.
25481
25482 * viper.el (viper-vi-state-mode-list)
25483 (viper-emacs-state-mode-list): Move help-mode and
25484 completion-list-mode from the first list to the second.
25485 (viper-mode): Docstring.
25486 (viper-go-away, viper-non-hook-settings): Don't localize
25487 minor-mode-alist in newer Emacsen. Add advice to
25488 set-cursor-color. Don't bind "\C-c\\".
25489
25490 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
25491
25492 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
25493 (scheme-macro-expand-command): New user options.
25494 (scheme-trace-procedure, scheme-expand-current-form): New commands.
25495 (scheme-form-at-point, scheme-start-file)
25496 (scheme-interactively-start-process): New functions.
25497 (scheme-get-process): New function, extracted from `scheme-proc'.
25498 (run-scheme): Call `scheme-start-file' to get start file, and pass
25499 it to `make-comint'.
25500 (switch-to-scheme, scheme-proc):
25501 Call `scheme-interactively-start-process' if no Scheme buffer/process
25502 is available.
25503
25504 2005-08-06 Juri Linkov <juri@jurta.org>
25505
25506 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25507 Use `compilation-text-face', `compilation-info-text-face' and
25508 `compilation-error-text-face' instead of `font-lock-keyword-face'.
25509 (compilation-error): New face.
25510 (compilation-error-file-name): Inherit from
25511 `compilation-error' instead of `font-lock-warning-face'.
25512 (compilation-warning-file-name): Inherit from
25513 `compilation-warning' instead of `font-lock-warning-face'.
25514 (compilation-info, compilation-error-file-name)
25515 (compilation-warning-file-name, compilation-info-file-name)
25516 (compilation-line-number, compilation-column-number): Doc fix.
25517 (compilation-error-text-face, compilation-warning-text-face)
25518 (compilation-info-text-face): New face variables.
25519 (compilation-line-face, compilation-column-face)
25520 (compilation-enter-directory-face)
25521 (compilation-leave-directory-face): Doc fix.
25522 (compilation-text-face): New function.
25523
25524 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
25525 instead of 1 to display binary file names as info file links.
25526 (grep-error-face): Use `compilation-error-face' instead of
25527 `font-lock-keyword-face'.
25528 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
25529 and `compilation-warning-text-face' instead of
25530 `font-lock-keyword-face'. Use `compilation-error-text-face'
25531 instead of `grep-error-face'.
25532
25533 2005-08-05 Kenichi Handa <handa@m17n.org>
25534
25535 * international/code-pages.el: Add autoload cookies for all coding
25536 systems.
25537
25538 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
25539
25540 * cus-start.el (all): Put undo.c where it alphabetically belongs.
25541
25542 2005-08-04 Juri Linkov <juri@jurta.org>
25543
25544 * progmodes/compile.el (compilation-mode-map):
25545 * progmodes/grep.el (grep-mode-map):
25546 Bind TAB to `compilation-next-error' and [backtab] to
25547 `compilation-previous-error'.
25548
25549 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
25550 matching line numbers, column numbers and their ranges with regexp
25551 matching only line numbers.
25552 (grep-context-face): New face variable.
25553 (grep-mode-font-lock-keywords): Use it.
25554
25555 * faces.el (read-face-name): Delete duplicate faces.
25556
25557 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
25558
25559 * thumbs.el (thumbs-find-image): Don't make variables
25560 automatically buffer local.
25561 (thumbs-current-tmp-filename, thumbs-current-image-filename)
25562 (thumbs-image-num): Make automatically buffer local.
25563 (thumbs-show-thumbs-list): Use `make-local-variable', not
25564 `make-variable-buffer-local'.
25565 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
25566
25567 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
25568 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
25569 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
25570 (bother, bye, canyou, chatlst, continue, deathlst, describe)
25571 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
25572 (feelings-about, foullst, found, hello, history, howareyoulst)
25573 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
25574 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
25575 (neglst, obj, object, owner, please, problems, qlist)
25576 (random-adjective, relation, remlst, repetitive-shortness)
25577 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
25578 (shortlst, something, sportslst, stallmanlst, states, subj)
25579 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
25580 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
25581 Defvar at compile time.
25582
25583 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
25584 not `make-variable-buffer-local'.
25585
25586 2005-08-02 Kim F. Storm <storm@cua.dk>
25587
25588 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
25589 rectangle overlay in selected window.
25590
25591 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
25592
25593 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
25594 instead of display group. Make `indicate-buffer-boundaries'
25595 customizable through Custom.
25596
25597 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
25598
25599 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
25600 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
25601 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
25602 (gdb-put-string): Fix typos in docstrings.
25603
25604 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
25605
25606 Update copyright notices of files in progmodes directory for
25607 release of Emacs 22.1.
25608
25609 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
25610
25611 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
25612 Don't barf if the GUD buffer has been killed.
25613
25614 2005-08-01 Kim F. Storm <storm@cua.dk>
25615
25616 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
25617
25618 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
25619
25620 * simple.el (next-error-follow-minor-mode):
25621 make-variable-buffer-local -> make-local-variable.
25622
25623 * emacs-lisp/cl-extra.el: Require CL also when compiling.
25624
25625 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
25626 (byte-compile-form-make-variable-buffer-local): New functions to warn
25627 about misuses of make-variable-buffer-local where make-local-variable
25628 was meant.
25629
25630 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
25631
25632 * bs.el (bs-attributes-list): Doc fix.
25633 (bs): Update url-link.
25634
25635 * desktop.el (desktop-save-buffer): Fix typos in docstring.
25636 (desktop-load-default): Simplify.
25637
25638 * ibuffer.el (ibuffer-columnize-and-insert-list)
25639 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
25640 (ibuffer-unmark-all, ibuffer-toggle-marks)
25641 (ibuffer-unmark-forward, ibuffer-unmark-backward)
25642 (ibuffer-compile-make-format-form, ibuffer-format-column)
25643 (ibuffer-current-buffers-with-marks)
25644 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
25645 (ibuffer): Doc fix.
25646 (ibuffer-mode): Fix typo in docstring.
25647 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
25648 with `define-obsolete-variable-alias'.
25649 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
25650
25651 2005-07-29 Kenichi Handa <handa@m17n.org>
25652
25653 * international/mule-cmds.el (select-message-coding-system):
25654 Be sure to use LF for end-of-line. If no coding system is decided,
25655 return iso-8859-1-unix.
25656
25657 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
25658
25659 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
25660 (ange-ftp-pending-error-line): New vars.
25661 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
25662 to handle the non-fatal no-route-to-host messages.
25663 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
25664
25665 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
25666
25667 * isearch.el (isearch-mode-map, isearch-other-meta-char)
25668 (isearch-quote-char, isearch-printing-char)
25669 (isearch-text-char-description): "?\ " -> "?\s".
25670 (isearch-lazy-highlight-cleanup)
25671 (isearch-lazy-highlight-initial-delay)
25672 (isearch-lazy-highlight-interval)
25673 (isearch-lazy-highlight-max-at-a-time)
25674 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
25675 Declare with define-obsolete-*-alias macros.
25676 (isearch-forward): Fix typo in docstring.
25677 (search-invisible, search-ring-yank-pointer)
25678 (regexp-search-ring-yank-pointer): Doc fixes.
25679
25680 * recentf.el (recentf-menu-append-commands-p): Declare with
25681 `define-obsolete-variable-alias'.
25682 (recentf-max-saved-items, recentf-menu-filter)
25683 (recentf-arrange-by-rule-subfilter): Doc fixes.
25684 (recentf-menu-append-commands-flag)
25685 (recentf-initialize-file-name-history, recentf-expand-file-name)
25686 (recentf-clear-data): Fix typos in docstrings.
25687
25688 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
25689
25690 * progmodes/gdb-ui.el: Smarten comments.
25691 (gdb-info-breakpoints-custom): Use nowarn when finding file.
25692
25693 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
25694
25695 * term/apollo.el (terminal-init-apollo): New function containing
25696 all former top level forms in the file.
25697 * term/bobcat.el (terminal-init-bobcat):
25698 * term/cygwin.el (terminal-init-cygwin):
25699 * term/iris-ansi.el (terminal-init-iris-ansi):
25700 * term/linux.el (terminal-init-linux):
25701 * term/news.el (terminal-init-news):
25702 * term/rxvt.el (terminal-init-rxvt):
25703 * term/sun.el (terminal-init-sun):
25704 * term/tvi970.el (terminal-init-tvi970):
25705 * term/vt100.el (terminal-init-vt100):
25706 * term/vt102.el (terminal-init-vt102):
25707 * term/vt125.el (terminal-init-vt125):
25708 * term/vt200.el (terminal-init-vt200):
25709 * term/vt201.el (terminal-init-vt201):
25710 * term/vt220.el (terminal-init-vt220):
25711 * term/vt240.el (terminal-init-vt240):
25712 * term/vt300.el (terminal-init-vt300):
25713 * term/vt320.el (terminal-init-vt320):
25714 * term/vt400.el (terminal-init-vt400):
25715 * term/vt420.el (terminal-init-vt420):
25716 * term/wyse50.el (terminal-init-wyse50):
25717 * term/xterm.el (terminal-init-xterm): Likewise.
25718
25719 * term/README: Describe the terminal-init-* functionality.
25720
25721 * startup.el (command-line): After loading the terminal initialization
25722 file call the corresponding terminal initialization function.
25723
25724 2005-07-27 Kenichi Handa <handa@m17n.org>
25725
25726 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
25727 negative.
25728
25729 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
25730 (ps-mule-composition-prologue): Fix for the case that
25731 RelativeCompose is false.
25732
25733 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
25734
25735 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
25736
25737 * descr-text.el (describe-char): Handle the case where the list of
25738 chars is displayed in a separate frame.
25739 Be a bit more discriminating when looking for the char.
25740
25741 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
25742
25743 * bookmark.el (bookmark-automatically-show-annotations)
25744 (bookmark-read-annotation-text-func): Doc fixes.
25745 (bookmark-save): Improve argument/docstring consistency.
25746 (bookmark-get-bookmark, bookmark-get-bookmark-record)
25747 (bookmark-alist-from-buffer)
25748 (bookmark-upgrade-file-format-from-0)
25749 (bookmark-grok-file-format-version)
25750 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
25751 (bookmark-read-annotation-mode)
25752 (bookmark-insert-current-bookmark, bookmark-jump)
25753 (bookmark-exit-hook): Fix typos in docstrings.
25754 (bookmark-exit-hooks): Define as obsolete alias.
25755 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
25756 not `bookmark-exit-hooks'. Fix docstring.
25757 (bookmark-bmenu-select): "?\ " -> "?\s".
25758
25759 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
25760
25761 * startup.el (command-line): Fix typo.
25762
25763 2005-07-24 Richard M. Stallman <rms@gnu.org>
25764
25765 * tooltip.el (tooltip-mode): Test emacs-basic-display,
25766 not emacs-quick-startup.
25767
25768 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
25769
25770 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
25771 (reb-next-match, reb-show-subexp): Use `with-selected-window'
25772 instead of `reb-with-current-window'.
25773 (reb-prev-match): Likewise. Also, don't move left if the search
25774 was unsuccessful.
25775 (reb-initialize-buffer): New function.
25776 (re-builder, reb-change-syntax): Use it.
25777
25778 * man.el (Man-goto-page): Make second argument NOERROR optional.
25779
25780 2005-07-23 Richard M. Stallman <rms@gnu.org>
25781
25782 * man.el (Man-bgproc-sentinel): Check here for failure to find
25783 any man page in the output, and report the error here.
25784 (Man-arguments): Make it permanent local.
25785 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
25786 (Man-mode): Pass t for NOERROR.
25787
25788 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
25789 (grep-mode-font-lock-keywords):
25790 Don't use compilation-...-face for messages that are not file names.
25791
25792 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25793 Don't use compilation-...-face for messages that are not file names.
25794
25795 2005-07-22 Juri Linkov <juri@jurta.org>
25796
25797 * startup.el (normal-splash-screen): Update menu name.
25798
25799 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
25800
25801 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
25802
25803 * term/xterm.el: Load term/rxvt if the terminal is actually an
25804 rxvt terminal.
25805 (xterm-rxvt-set-background-mode): Remove, not used anymore.
25806
25807 * term/rxvt.el (function-key-map): Use substitute-key-definition
25808 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
25809
25810 * term/cygwin.el: New file.
25811
25812 2005-07-22 Kim F. Storm <storm@cua.dk>
25813
25814 * image-file.el (insert-image-file, image-file-yank-handler):
25815 Fix last change to maintain a (unique) yank-handler on yanked images.
25816
25817 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
25818
25819 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
25820 of the file size (as in "177B" for 177 bytes). This happens with
25821 "ls -lh" on FreeBSD.
25822
25823 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
25824
25825 * hilit-chg.el (highlight-changes-global-initial-state)
25826 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
25827 (hilit-chg-fixup, highlight-changes-mode):
25828 Fix typos in docstrings.
25829 (highlight-changes-global-modes, highlight-changes-rotate-faces):
25830 Doc fixes.
25831
25832 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
25833
25834 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
25835 mode function using `eval-after-load'.
25836
25837 2005-07-21 Kim F. Storm <storm@cua.dk>
25838
25839 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
25840 included when reporting an Emacs crash, and tell about the DEBUG file.
25841
25842 * image-file.el (insert-image-file): Add yank-handler.
25843 (image-file-yank-handler): Yank handler to make unique copies of
25844 images when they are yanked into a buffer next to each other.
25845
25846 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
25847
25848 * comint.el (comint-use-prompt-regexp, comint-send-input)
25849 (comint-source-default, comint-extract-string)
25850 (comint-get-source, comint-word, comint-completion)
25851 (comint-source, comint-prompt-read-only, comint-update-fence):
25852 Fix typos in docstrings.
25853 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
25854 Declare with define-obsolete-*-alias macros.
25855 (comint-previous-matching-input-from-input)
25856 (comint-next-matching-input-from-input)
25857 (comint-previous-matching-input, comint-next-matching-input)
25858 (comint-forward-matching-input):
25859 Improve argument/docstring consistency.
25860
25861 * desktop.el (desktop-clear-preserve-buffers-regexp):
25862 Also preserve the *server* buffer.
25863
25864 * simple.el (clone-indirect-buffer): Doc fix.
25865 (fixup-whitespace, just-one-space)
25866 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
25867 (next-error, next-error-highlight)
25868 (next-error-highlight-no-select, next-error-last-buffer)
25869 (next-error-buffer-p, next-error-find-buffer, next-error)
25870 (previous-error, next-error-no-select, previous-error-no-select)
25871 (open-line, split-line, minibuffer-prompt-width, kill-new)
25872 (binary-overwrite-mode): Fix typos in docstrings.
25873 (set-fill-column): Fix typo in message.
25874
25875 * skeleton.el (skeleton-proxy-new): Doc fix.
25876
25877 * strokes.el (strokes-load-hook): Doc fix.
25878 (strokes-grid-resolution, strokes-get-grid-position)
25879 (strokes-renormalize-to-grid, strokes-read-stroke)
25880 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
25881 (strokes-global-map): Fix typos in docstrings.
25882 (strokes-help): Doc fix. Fix help message and pass it through
25883 `substitute-command-keys'.
25884
25885 * tempo.el (tempo-insert-prompt, tempo-interactive)
25886 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
25887 (tempo-insert-string-functions, tempo-local-tags)
25888 (tempo-define-template, tempo-insert-template)
25889 (tempo-insert-prompt-compat, tempo-is-user-element)
25890 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
25891 Fix typos in docstrings.
25892
25893 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
25894 (vcursor-key-bindings, vcursor-use-vcursor-map)
25895 (vcursor-find-window, vcursor-scroll-down)
25896 (vcursor-disable, vcursor-beginning-of-buffer)
25897 (vcursor-end-of-buffer): Fix typos in docstrings.
25898 (vcursor-relative-move, vcursor-get-char-count):
25899 Improve argument/docstring consistency.
25900
25901 * version.el: "?\ " -> "?\s".
25902
25903 * wid-edit.el (widget-default-create, widget-after-change)
25904 (widget-default-format-handler, widget-checklist-add-item)
25905 (widget-radio-add-item, widget-choose, widget-specify-secret)
25906 (widget-field-value-create, widget-field-value-get)
25907 (widget-editable-list-format-handler)
25908 (widget-editable-list-entry-create, widget-group-value-create)
25909 (widget-documentation-link-add)
25910 (widget-documentation-string-value-create): "?\ " -> "?\s".
25911 (widget-convert-text): Doc fix.
25912 (widget-narrow-to-field, widget-field-find)
25913 (widget-url-link-action, widget-emacs-library-link-action)
25914 (widget-color-notify): Fix typos in docstrings.
25915
25916 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
25917 (x-select-text, set-w32-system-coding-system)
25918 (w32-add-charset-info): Fix typos in docstrings.
25919
25920 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
25921 (cua-enable-cua-keys, cua-use-hyper-key)
25922 (cua-virtual-rectangle-edges): Fix typos in docstrings.
25923 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
25924
25925 * net/tramp.el (tramp-handle-load): Fix typo in error message.
25926
25927 * emacs-lisp/re-builder.el (regexp-builder): Declare with
25928 `defalias' instead of faking it.
25929
25930 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
25931 (eshell-ls-missing, eshell-ls-dired-initial-args)
25932 (eshell-ls-use-in-dired): Fix typos in docstrings.
25933
25934 2005-07-20 Kim F. Storm <storm@cua.dk>
25935
25936 * emulation/cua-base.el (cua-mode): Improve doc string.
25937
25938 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
25939
25940 * abbrev.el (expand-region-abbrevs): Doc fix.
25941 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
25942 Improve argument/docstring consistency.
25943
25944 * arc-mode.el (archive-get-descr, archive-alternate-display):
25945 Doc fixes.
25946 (archive-l-e): Improve argument/docstring consistency.
25947 (archive-tmpdir, archive-unixdate, archive-unixtime)
25948 (archive-chmod-entry): Fix typos in docstrings.
25949 (archive-unflag, archive-unflag-backwards)
25950 (archive-unmark-all-files): "?\ " -> "?\s".
25951
25952 * buff-menu.el (Buffer-menu-unmark): Doc fix.
25953 (Buffer-menu-not-modified, Buffer-menu-execute)
25954 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
25955 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
25956
25957 * composite.el (compose-string, encode-composition-rule)
25958 (compose-last-chars): Fix typos in docstrings.
25959
25960 * desktop.el (desktop-enable, desktop-basefilename):
25961 Declare with `define-obsolete-variable-alias'.
25962 (desktop-internal-v2s): Don't quote keywords.
25963 (desktop-clear): "?\ " -> "?\s".
25964
25965 * dired.el (dired-align-file, dired-flag-backup-files)
25966 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
25967 (dired-listing-switches, dired-ls-F-marks-symlinks)
25968 (dired-dwim-target, dired-load-hook, dired-mode-hook)
25969 (dired-directory, dired-faces, dired, dired-revert)
25970 (dired-mode, dired-summary, dired-view-file)
25971 (dired-copy-filename-as-kill, dired-delete-file)
25972 (dired-no-confirm, dired-unmark-all-marks)
25973 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
25974 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
25975 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
25976 Fix typos in message strings.
25977
25978 * dired-x.el (virtual-dired): Declare with `defalias'.
25979 (dired-mark-unmarked-files, dired-local-variables-file)
25980 (dired-omit-here-always): Doc fix.
25981 (dired-omit-mode, dired-find-subdir)
25982 (dired-enable-local-variables, dired-clean-up-buffers-too)
25983 (dired-extra-startup, dired-mark-extension, dired-jump)
25984 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
25985 (dired-smart-shell-command, dired-guess-shell-alist-user)
25986 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
25987 (dired-x-bind-find-file, dired-x-submit-report):
25988 Fix typos in docstrings.
25989 (dired-mark-unmarked-files): "?\ " -> "?\s".
25990
25991 * dirtrack.el (dirtrack-list): Fix typos in docstring.
25992
25993 * faces.el (describe-face): "?\ " -> "?\s".
25994 (read-all-face-attributes, read-face-font, modify-face)
25995 (face-attr-construct, italic): Fix typos in docstrings.
25996 (frame-update-face-colors): Declare with
25997 `define-obsolete-function-alias'.
25998
25999 * files.el (find-file-noselect, recode-file-name): Doc fixes.
26000 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
26001 (magic-mode-alist, buffer-file-numbers-unique)
26002 (write-file-functions, get-free-disk-space):
26003 Fix typos in docstrings.
26004 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
26005 (write-contents-hooks, write-file-hooks):
26006 Declare with `define-obsolete-variable-alias'.
26007
26008 * forms-d2.el (arch-rj): Fix typo in docstrings.
26009 (arch-tocol): Likewise. "?\ " -> "?\s".
26010
26011 * frame.el (set-frame-font, cursor-in-non-selected-windows):
26012 Fix typo in docstring.
26013 (set-screen-width, set-screen-height): Delete redundant info in
26014 doctrings.
26015 (new-frame, screen-height, screen-width): Declare with
26016 `define-obsolete-function-alias'.
26017 (delete-frame-hook, blink-cursor): Declare with
26018 `define-obsolete-variable-alias'.
26019
26020 * paths.el (prune-directory-list): Fix typos in docstring.
26021
26022 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
26023 (cvs-prefix-get): Fix typos in docstrings.
26024
26025 * ps-print.el (ps-extend-face-list, ps-extend-face)
26026 (ps-print-background-image): Fix typos in docstrings.
26027 (ps-default-fg, ps-default-bg): Doc fixes.
26028
26029 * s-region.el (s-region-bind): Doc fix.
26030 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
26031
26032 * textmodes/org.el (org-table-formula-substitute-names)
26033 (org-table-get-vertical-vector): Doc fixes.
26034 (org-table-recalculate): Remove unused argument to `message'.
26035
26036 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
26037
26038 * textmodes/org.el (org-table-column-names)
26039 (org-table-column-name-regexp)
26040 (org-table-named-field-locations): New variables.
26041 (org-archive-subtree): Protect `this-command' when calling
26042 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
26043 the kill buffer.
26044 (org-complete): Remove fixed-formula completion.
26045 (org-edit-formulas-map): New variable.
26046 (org-table-edit-formulas): New command.
26047 (org-finish-edit-formulas, org-abort-edit-formulas)
26048 (org-show-variable, org-table-get-vertical-vector): New functions.
26049 (org-table-maybe-eval-formula): Handle `:=' fields.
26050 (org-table-get-stored-formulas, org-table-store-formulas)
26051 (org-table-get-formula, org-table-modify-formulas)
26052 (org-table-replace-in-formulas): Handle named field formulas.
26053 (org-table-get-specials): Store locations of named fields.
26054
26055 2005-07-19 Juri Linkov <juri@jurta.org>
26056
26057 * progmodes/grep.el (grep-regexp-alist)
26058 (grep-mode-font-lock-keywords, grep-process-setup):
26059 Use default GNU grep match color "01;31m" instead of "01;41m".
26060 (grep-regexp-alist, grep-mode-font-lock-keywords):
26061 Use `\\[[0-9]*m' instead of `\\[00m'.
26062 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
26063 sgr_start where its handling is more important. Use the real
26064 length of sgr_start instead of constant 8.
26065 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
26066 specially. Delete all remaining escape sequences.
26067 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
26068 (grep-regexp-alist): Make hyperlink only for binary file name
26069 instead of the whole line.
26070 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
26071 (grep-mode): Add autoload.
26072
26073 * emacs-lisp/find-func.el (find-function-regexp):
26074 Add `define-compilation-mode'.
26075
26076 2005-07-19 Juri Linkov <juri@jurta.org>
26077
26078 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
26079 (compare-windows-sync-string-size, compare-windows-recenter)
26080 (compare-windows-highlight, compare-windows): Add version 22.1.
26081 (compare-windows) <defface>: Inherit from lazy-highlight instead
26082 of duplicating its default value.
26083
26084 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
26085 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
26086
26087 * descr-text.el (describe-char): Create link buttons for `charset'
26088 and `code point'. Add the current input method name with a link
26089 button to `to input' field. Print face names of display table
26090 characters in `The display table entry is displayed by' section
26091 instead of printing face-id in the `display' field.
26092 Guess hardcoded faces and create a link button for them.
26093 Skip empty fields when calculating max-width.
26094 Treat `widget-create' specially while inserting strings from the
26095 collected field list.
26096 (describe-char-after): Made obsolete in version 22.1, not 21.5.
26097
26098 * diff-mode.el (diff-file-header): Change foreground color from
26099 yellow to green on light backgrounds.
26100 (diff-context): Inherit from `shadow' only for color/grayscale
26101 with more than 88 colors.
26102 (diff-indicator-removed, diff-indicator-added)
26103 (diff-indicator-changed): New faces.
26104 (diff-font-lock-keywords): Use new faces. Regroup rules.
26105 Add "^---$" for `normal' diff format. Fontify `#' lines with
26106 font-lock-comment-delimiter-face and font-lock-comment-face.
26107 Add `#' to ^[^...] in the rule for `diff-context-face'.
26108
26109 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
26110 a button-like box. Inherit from `highlight' on low colors.
26111 (shadow): Use shades of gray only for color/grayscale with
26112 more than 88 colors. Use green for light backgrounds with
26113 8 colors, and yellow for dark backgrounds with 8 colors.
26114
26115 * font-lock.el (font-lock-regexp-grouping-backslash):
26116 Don't inherit from escape-glyph (use bold for all cases).
26117
26118 * info.el (info-xref-visited): Use light foreground color `violet'
26119 for dark backgrounds instead of dark color `magenta3'.
26120 (info-title-1): Use `yellow' color for dark backgrounds.
26121
26122 * isearch.el (isearch): Use not-too-dark magenta3 instead of
26123 too-light magenta2.
26124
26125 * replace.el (match): Use slightly more light RoyalBlue3 instead
26126 of dark RoyalBlue4.
26127
26128 * wid-edit.el (widget-inactive): Inherit from `shadow'.
26129
26130 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
26131
26132 * novice.el (disabled-command-hook): Declare it with
26133 `define-obsolete-variable-alias'.
26134
26135 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
26136 (desktop-buffer-misc-functions, desktop-buffer-handlers)
26137 (desktop-load-default): Add release to obsolescence info.
26138 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
26139 (desktop-append-buffer-args, desktop-read):
26140 Fix typos in docstrings.
26141 (desktop-kill): Fix typo in message.
26142 (desktop-save): Doc fix.
26143
26144 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
26145
26146 * viper-cmd.el (viper-escape-to-state): Bug fix.
26147 (viper-envelop-ESC-key): Change the definition of fast
26148 keysequence so it'll work with keyboard macros.
26149
26150 * ediff.el (ediff-patch-buffer): Change the docstring.
26151
26152 2005-07-19 Kenichi Handa <handa@m17n.org>
26153
26154 * international/mule-cmds.el (select-safe-coding-system): Try to
26155 use an auto-coding (if any) before anything else. If the found
26156 auto-coding is invalid, show a warning message.
26157
26158 * international/mule.el (find-auto-coding): New function created
26159 by modifying the body of set-auto-coding.
26160 (set-auto-coding): Use find-auto-coding to find a coding.
26161
26162 2005-07-18 Richard M. Stallman <rms@gnu.org>
26163
26164 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
26165 not isearch-mode-end-hook-error.
26166 (allout-before-change-protect): Fix error message.
26167
26168 2005-07-18 Juri Linkov <juri@jurta.org>
26169
26170 * allout.el (allout-mode):
26171 * calculator.el (calculator-copy):
26172 * custom.el (custom-known-themes):
26173 * dired.el (dired-desktop-buffer-misc-data)
26174 (dired-restore-desktop-buffer):
26175 * dired-x.el (dired-omit-marker-char):
26176 * files.el (basic-save-buffer):
26177 * font-core.el (font-lock-mode):
26178 * calendar/calendar.el (calendar-goto-hebrew-date)
26179 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
26180 (calendar-goto-persian-date):
26181 * language/ethio-util.el (ethio-sera-to-fidel-region):
26182 * textmodes/picture.el (picture-mode):
26183 Delete duplicate duplicate words.
26184
26185 2005-07-18 Juri Linkov <juri@jurta.org>
26186
26187 * isearch.el (isearch-mode-map): Remove key bindings for regexp
26188 chars * ? } |.
26189 (isearch-fallback): Don't call `isearch-process-search-char'.
26190 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
26191 (isearch-process-search-char): Call `isearch-fallback' for regexp
26192 chars * ? } |.
26193 (isearch-return-char): Make obsolete with `make-obsolete' instead
26194 of simply documenting it as obsolete in the docstring.
26195 (isearch-fallback): Refill docstring.
26196
26197 * international/isearch-x.el
26198 (isearch-process-search-multibyte-characters): Remove unneeded
26199 `concat'. Add intermediate values to `junk-hist' instead of
26200 `minibuffer-history'. Test the length of `str'.
26201
26202 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
26203
26204 * allout.el (allout-resolve-xref): Fix typos in error strings.
26205 (allout-before-change-protect): Remove unneeded `concat'.
26206
26207 * array.el (array-mode, array-reconfigure-rows)
26208 (untabify-backward): Fix typos in docstrings.
26209 (array-reconfigure-rows): Use `insert-buffer-substring', not
26210 `insert-buffer'.
26211
26212 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
26213 * progmodes/ada-mode.el (ada-make-body):
26214 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
26215
26216 * dired.el (dired-log):
26217 * tar-mode.el (tar-subfile-save-buffer):
26218 * play/zone.el (zone-pgm-stress-destress):
26219 Use `insert-buffer-substring', not `insert-buffer'.
26220
26221 2005-07-17 Simon Josefsson <jas@extundo.com>
26222
26223 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
26224
26225 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
26226
26227 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
26228 Add plain auth method.
26229 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
26230
26231 2005-07-17 Kim F. Storm <storm@cua.dk>
26232
26233 * ido.el (dired-other-window): Add ido property.
26234
26235 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
26236
26237 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26238 Fix typo in docstring.
26239 (byte-compile-interactive-only-functions): Add `insert-buffer' and
26240 `insert-file-literally'.
26241
26242 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
26243 info and delete redundant message. Doc fix.
26244 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
26245 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
26246
26247 2005-07-16 Richard M. Stallman <rms@gnu.org>
26248
26249 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
26250 (byte-compile-and): Use byte-compile-and-recursion.
26251 (byte-compile-or-recursion): New function.
26252 (byte-compile-or): Use that.
26253 (byte-compile-if): Guard the else-clause too.
26254 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
26255
26256 * isearch.el (isearch-mode-end-hook-quit): New variable.
26257 (isearch-done): Bind it.
26258 (isearch-mode-end-hook): Doc fix.
26259
26260 * allout.el (allout-isearch-did-quit): Variable deleted.
26261 (allout-real-isearch-abort): Function name no longer used.
26262 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
26263 (allout-isearch-rectification): isearch-mode always exists.
26264 Don't set allout-isearch-did-quit.
26265 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
26266 allout-isearch-did-quit.
26267 (allout-enwrap-isearch): Just add the hook.
26268 (allout-isearch-abort): Function deleted.
26269 (allout-pre-command-business): Avoid warning.
26270
26271 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
26272 Correctly avoid warnings.
26273 (pascal-outline): Likewise.
26274
26275 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
26276
26277 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
26278
26279 * play/tetris.el (tetris-mode): Avoid warning.
26280
26281 * play/snake.el (snake-mode): Avoid warning.
26282
26283 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
26284 (gamegrid-set-display-table): Avoid warning.
26285 (gamegrid-set-timer): Likewise.
26286 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
26287 (gamegrid-add-score-with-update-game-score-1): Take FILE
26288 as argument.
26289 (gamegrid-add-score-with-update-game-score): Pass that argument.
26290 Rename have-shared-game-dir to gamegrid-shared-game-dir.
26291
26292 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
26293
26294 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
26295 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
26296
26297 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
26298 and insert-file.
26299
26300 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
26301 (sc-ask): Avoid warnings.
26302
26303 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
26304 (eshell-hist-initialize): Use that var the natural way.
26305
26306 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
26307
26308 * emacs-lisp/re-builder.el (reb-cook-regexp):
26309 Avoid warning calling lre-compile-string.
26310 (reb-color-display-p): Avoid warning.
26311
26312 * calculator.el (calculator-last-input): Guard uses
26313 of event-key and key-press-event-p.
26314 (event-key, key-press-event-p): Delete definitions.
26315
26316 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
26317 (find-gc-source-directory, find-gc-subrs-callers)
26318 (find-gc-noreturn-list, find-gc-source-files)
26319 (find-gc-subrs-called): Vars renamed and defvar'd.
26320
26321 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
26322 (checkdoc-overlay-put, checkdoc-delete-overlay)
26323 (checkdoc-overlay-start, checkdoc-overlay-end)
26324 (checkdoc-mode-line-update, checkdoc-char=):
26325 Define such that compiler knows they are defined.
26326 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
26327 (checkdoc-read-event): Delete. Use read-event directly.
26328
26329 * whitespace.el (whitespace-make-overlay)
26330 (whitespace-overlay-put, whitespace-delete-overlay)
26331 (whitespace-overlay-start, whitespace-overlay-end):
26332 Define such that compiler knows they are defined.
26333 (whitespace): Move conditional inside.
26334
26335 * tempo.el (tempo-insert-template): Suppress warning.
26336
26337 * ediff-diff.el (longlines-mode): Add defvar.
26338
26339 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
26340
26341 * server.el: Bind "C-x #" in a way that works even if C-x is
26342 redefined to a command key, not a prefix key.
26343
26344 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
26345
26346 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
26347 cl-make-type-test till execution time.
26348
26349 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
26350
26351 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
26352 arg ARG and use it.
26353
26354 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
26355
26356 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
26357
26358 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
26359
26360 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26361 a defcustom with two :set or :type keywords.
26362
26363 2005-07-15 Richard M. Stallman <rms@gnu.org>
26364
26365 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
26366 Don't give ^M comment-end syntax.
26367
26368 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
26369
26370 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
26371 Don't consider gdbmi (gdb-mi.el has its own update functions).
26372 (gdb-var-delete): Make it work for gdbmi as well.
26373 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
26374
26375 * progmodes/gud.el (etags, sdb): Only require etags when needed.
26376 (gud-speedbar-menu-items): Correct logic for enabling items.
26377
26378 2005-07-15 Kim F. Storm <storm@cua.dk>
26379
26380 * ido.el: Fix commentary.
26381 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
26382 Use with-no-warnings around ffap-guesser.
26383 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
26384 Let bind minibuffer-completing-file-name to t.
26385
26386 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
26387
26388 * startup.el (site-run-file, keyboard-type): Doc fixes.
26389 (command-line): Check for "--basic-display" argument; also for
26390 "--quick", not "--bare-bones" (which was renamed).
26391 (fancy-splash-text): Add missing item "Getting New Versions".
26392 (normal-splash-screen): Fix typos and improve consistency with
26393 `fancy-splash-text'. Update copyright year.
26394
26395 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
26396 valid binding for `help-char'.
26397
26398 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
26399
26400 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
26401
26402 * term.el (term-mode): Disable cua-mode for term buffers.
26403
26404 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
26405
26406 * add-log.el (add-log-mailing-address, change-log-merge):
26407 Doc fixes.
26408 (change-log-get-method-definition): Fix typo in docstring.
26409
26410 2005-07-14 Kim F. Storm <storm@cua.dk>
26411
26412 * emulation/cua-base.el:
26413 (cua--pre-command-handler-1, cua--pre-command-handler)
26414 (cua--post-command-handler-1, cua--post-command-handler):
26415 Split in two. Check (buffer local) value of cua-mode.
26416 (cua-selection-mode): New command.
26417
26418 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
26419
26420 * custom.el (custom-initialize-safe-set)
26421 (custom-initialize-safe-default): Doc fixes.
26422
26423 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26424 and simplify :init-value again.
26425
26426 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26427 and simplify :init-value again. Delete autoload.
26428
26429 * startup.el (command-line): Use `custom-reevaluate-setting' again
26430 for tooltip-mode.
26431
26432 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26433 a defcustom with two :initialize keywords.
26434
26435 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
26436
26437 * allout.el (my-mark-marker, allout-isearch-prior-pos)
26438 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
26439 (allout-post-command-business, allout-flag-region)
26440 (isearch-reenable-font-lock, allout-yank)
26441 (allout-insert-latex-header, allout-insert-latex-trailer)
26442 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
26443 (allout-latex-verb-quote): Fix typos in docstrings.
26444 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
26445 (allout-unprotected, allout-prefix-data):
26446 Improve argument/docstring consistency.
26447 (allout-chart-subtree): Fix argument spec.
26448 (allout-open-topic): Rename `use_sib_bullet' argument to
26449 `use-sib-bullet'. Doc fix.
26450
26451 * whitespace.el (whitespace-check-buffer-leading)
26452 (whitespace-check-buffer-trailing)
26453 (whitespace-check-buffer-indent)
26454 (whitespace-check-buffer-spacetab)
26455 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
26456 (whitespace-check-leading-whitespace)
26457 (whitespace-check-trailing-whitespace)
26458 (whitespace-check-spacetab-whitespace)
26459 (whitespace-check-indent-whitespace)
26460 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
26461 (whitespace-modes): Fix typos in docstrings.
26462 (defgroup, defcustom): Doc fixes.
26463
26464 * winner.el (winner-mode, winner-boring-buffers)
26465 (winner-pending-undo-ring): Doc fixes.
26466 (winner-ring): Remove unneeded `progn'.
26467 (winner-equal): `defsubst' it.
26468 (winner-redo): Fix message.
26469
26470 2005-07-13 Kim F. Storm <storm@cua.dk>
26471
26472 * simple.el (line-move-1): Always use vertical-motion to
26473 do the last (or only) line move to ensure some movement.
26474 Undo 2005-06-23 change--don't check for overlays.
26475
26476 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26477
26478 * term/mac-win.el (ccl-encode-mac-roman-font)
26479 (ccl-encode-mac-centraleurroman-font)
26480 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
26481 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
26482 Change charset-id boundary of dimension to ?\xef.
26483 (mac-char-fontspec-list): New constant.
26484 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
26485 argument. Nil uses itself as family in font-spec. Previous
26486 behavior for nil is now provided by non-nil non-string argument.
26487 All callers changed. Add font-specs for Mac fonts to
26488 "fontset-default" unless iso8859-1 fonts are installed.
26489
26490 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
26491
26492 * progmodes/sh-script.el (sh-get-indent-info): Only indent
26493 a continuation line if the \ is preceded by SPC or TAB.
26494 (sh-get-indent-info): Simplify.
26495 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
26496 Use with-current-buffer.
26497
26498 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
26499 when the matched text is empty.
26500
26501 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
26502
26503 * startup.el (command-line): Revert to previous handling of
26504 tooltip-mode. Explain in comment why the complexity is needed.
26505
26506 * tooltip.el (tooltip-mode): Revert to previous implementation of
26507 its defcustom.
26508
26509 * frame.el (blink-cursor-mode): Revert to previous implementation
26510 of its defcustom. Update comment.
26511
26512 2005-07-12 Lars Hansen <larsh@soem.dk>
26513
26514 * desktop.el: Update e-mail address.
26515
26516 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26517
26518 * term/mac-win.el (mac-services-mail-selection)
26519 (mac-services-mail-to): New functions.
26520 (mac-application-menu-map): Bind them.
26521
26522 2005-07-12 wulei <milton@wulei.net> (tiny change)
26523
26524 * progmodes/gdb-ui.el: Add note about buffering with Windows.
26525
26526 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
26527
26528 * custom.el (custom-reevaluate-setting): Doc fix.
26529
26530 2005-07-11 Jay Belanger <belanger@truman.edu>
26531
26532 * calc/calc.el (calc-embedded-announce-formula-alist)
26533 (calc-embedded-open-close-plain-alist)
26534 (calc-embedded-open-close-mode-alist): Add checks for additional
26535 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
26536
26537 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
26538
26539 * custom.el (custom-enable-theme): Don't add theme to
26540 `custom-enabled-themes' with `push' because there is no
26541 setf-method for `delq'.
26542
26543 2005-07-11 Richard M. Stallman <rms@gnu.org>
26544
26545 * custom.el (custom-declare-variable): Doc fix.
26546
26547 * dired-aux.el (dired-compare-directories): Remove "." and ".."
26548 from the alists.
26549
26550 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
26551 Do nothing if edebug-active.
26552
26553 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
26554 (edebug-display): Do it here instead.
26555
26556 2005-07-10 Richard M. Stallman <rms@gnu.org>
26557
26558 * cus-face.el (custom-theme-set-faces): Make it work.
26559 (custom-reset-faces): Doc fix.
26560 (custom-theme-reset-internal-face, custom-theme-face-value):
26561 Functions deleted.
26562
26563 * custom.el (custom-push-theme): Maintain list of the settings
26564 of a given theme in its theme-settings property.
26565 Maintain position of old settings in the theme-value
26566 or theme-face property.
26567 (custom-enabled-themes): New variable.
26568 (custom-theme-enabled-p): New function.
26569 (provide-theme): Update custom-enabled-themes.
26570 Disable and reenable the `user' theme.
26571 (require-theme): Doc fix.
26572 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
26573 (custom-theme-value, custom-theme-variable-value): Likewise.
26574 (custom-theme-reset-internal): Likewise.
26575 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
26576 (custom-enable-theme, custom-disable-theme): New functions.
26577 (custom-variable-theme-value, custom-face-theme-value): Likewise.
26578 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
26579 (custom-theme-reset-variables): Simplify.
26580 (deftheme, custom-declare-theme, custom-make-theme-feature):
26581 Definitions moved.
26582
26583 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
26584
26585 * longlines.el (longlines-show-region)
26586 (longlines-unshow-hard-newlines): Recognize hard newlines by
26587 non-nil hard property, instead of t.
26588
26589 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
26590
26591 * viper-cmd.el (viper--key-maps): New variable.
26592 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
26593 emulation-mode-map-alists.
26594 (viper-envelop-ESC-key): Use viper-subseq.
26595 (viper-search-forward/backward/next): Disable debug-on-error.
26596
26597 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26598 (viper-ESC-key): New defcustoms.
26599
26600 * viper-macs.el (ex-map-read-args): Use viper-subseq.
26601
26602 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
26603 (viper-subseq): Copy of subseq from cl.el.
26604
26605 * viper.el (viper-go-away, viper-set-hooks): Use
26606 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
26607
26608 * viper-mous.el (viper-current-frame-saved): Use defvar.
26609
26610 * viper-init.el: Get rid of -face in face names.
26611
26612 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
26613 Make it work with longlines mode.
26614
26615 * ediff-mult.el (ediff-meta-mode-hook): New variable.
26616
26617 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
26618
26619 * ediff-init.el: Get rid of -face in face names.
26620
26621 2005-07-10 Richard M. Stallman <rms@gnu.org>
26622
26623 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
26624 and with-timeout-unsuspend.
26625
26626 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
26627 and with-timeout-unsuspend.
26628
26629 * emacs-lisp/timer.el (with-timeout-timers): New variable.
26630 (with-timeout): Bind that variable to record timers.
26631 (with-timeout-suspend, with-timeout-unsuspend): New functions.
26632
26633 * emacs-lisp/debug.el (debug-help-follow): New function.
26634 (debugger-mode-map): Use that instead of help-follow.
26635 (debugger-setup-buffer): Use eval-buffer-list
26636 to handle eval-buffer frames.
26637
26638 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
26639
26640 * timezone.el (timezone-parse-date): Change first regexp
26641 so it will not mistakenly match dates with no time zone.
26642
26643 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
26644
26645 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
26646
26647 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
26648
26649 * custom.el (custom-initialize-safe-set)
26650 (custom-initialize-safe-default): New functions.
26651
26652 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26653 and simplify :init-value.
26654
26655 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26656 and simplify :init-value. Delete obsolete comment.
26657
26658 * startup.el (command-line): Use `custom-reevaluate-setting' to
26659 handle `tooltip-mode'. Delete obsolete comment.
26660
26661 * files.el (set-visited-file-name): Avoid calling
26662 `file-name-nondirectory' with a nil argument.
26663
26664 2005-07-09 Richard M. Stallman <rms@gnu.org>
26665
26666 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
26667 was called with nil for the buffer, handle the read position right.
26668 Handle read position for eval-region, too.
26669
26670 2005-07-09 Juri Linkov <juri@jurta.org>
26671
26672 * fringe.el (fringe-mode): Add period in docstring.
26673 (fringe-query-style): Build prompt depending on `all-frames' arg.
26674
26675 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
26676 to not create links to unrelated functions in the Help buffer.
26677
26678 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
26679 Doc fix.
26680
26681 * simple.el (next-error-hook): New variable.
26682 (next-error): Use it. Doc fix.
26683
26684 * textmodes/ispell.el (ispell-command-loop): Add current
26685 dictionary name and program name to mode-line-format.
26686 (ispell-region, ispell-process-line): Add current dictionary name
26687 and program name to messages.
26688
26689 2005-07-08 Jay Belanger <belanger@truman.edu>
26690
26691 * calc/calc.el (calc-embedded-announce-formula-alist)
26692 (calc-embedded-open-close-formula-alist)
26693 (calc-embedded-open-close-word-alist)
26694 (calc-embedded-open-close-plain-alist)
26695 (calc-embedded-open-close-new-formula-alist)
26696 (calc-embedded-open-close-mode-alist)
26697 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
26698 (calc-embedded-mode-hook): New variables.
26699
26700 * calc/calc-embed.el (calc-embedded-firsttime)
26701 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
26702 New variables.
26703 (calc-do-embedded): Use calc-embedded-firsttime,
26704 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
26705 determine whether or not to run hooks.
26706 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
26707 calc-embedded-firsttime-formula appropriately.
26708 Set calc-embedded delimiter variables according to mode.
26709
26710 2005-07-08 Richard M. Stallman <rms@gnu.org>
26711
26712 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
26713 Check for "emacs", etc., as entire symbol, not just as word.
26714 (checkdoc-file-comments-engine): Use regexp-quote on FN.
26715
26716 * files.el (set-visited-file-name): Report the error
26717 for "empty filename" earlier.
26718 (kill-some-buffers): Ignore buffers already dead.
26719
26720 * fringe.el (fringe-mode): Doc fix.
26721
26722 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26723 Check for (featurep 'xemacs) and turn off warnings in what it guards.
26724 Use unwind-protect to ensure byte-compile-unresolved-functions
26725 is updated.
26726
26727 * whitespace.el (whitespace-buffer-leading-cleanup):
26728 Simplify w/ skip-chars-forward.
26729 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
26730
26731 * mail/rmail.el (rmail-only-expunge): Fix paren error.
26732 Unconditionally try to leave point at the same old place.
26733
26734 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
26735
26736 * comint.el (comint-postoutput-scroll-to-bottom)
26737 (comint-show-maximum-output): Take scroll-margin into consideration.
26738
26739 2005-07-08 Kim F. Storm <storm@cua.dk>
26740
26741 * ido.el (ido-use-filename-at-point): New choice `guess'.
26742 (ido-file-internal): Try ffap-guesser if selected.
26743
26744 * ido.el (ido-before-fallback-functions): New hook.
26745 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
26746 (ido-read-file-name): Run it.
26747
26748 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
26749
26750 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
26751 strings rather than a list of symbols to the completion function.
26752
26753 2005-07-07 Jay Belanger <belanger@truman.edu>
26754
26755 * calc/calc-units.el (math-apply-units): Change the places in
26756 which units are simplified.
26757
26758 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
26759
26760 * cus-edit.el (customize-option, customize-option-other-window):
26761 Make them handle aliases.
26762
26763 * custom.el (custom-variable-p): Make it recursively follow
26764 aliases. Mention that in the docstring.
26765
26766 2005-07-07 Richard M. Stallman <rms@gnu.org>
26767
26768 * cus-start.el (exec-path): Use `directory' instead of `file'.
26769 Fix tag for nil.
26770
26771 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
26772
26773 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
26774 when called non-interactively. Doc fix.
26775
26776 2005-07-07 Lute Kamstra <lute@gnu.org>
26777
26778 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
26779 new address as well.
26780
26781 2005-07-07 Kenichi Handa <handa@m17n.org>
26782
26783 * international/mule.el (make-coding-system):
26784 Describe `ascii-incompatible' property in the docstring.
26785 (set-file-name-coding-system): Signal an error if coding-system is
26786 ascii-incompatible.
26787 (set-keyboard-coding-system): Likewise.
26788
26789 * international/mule-cmds.el (set-default-coding-systems):
26790 Don't set default-file-name-coding-system and
26791 default-keyboard-coding-system if coding-system is ASCII-incompatible.
26792
26793 * international/utf-16.el: Declare that all UTF-16-based coding
26794 systems are ASCII-incompatible.
26795
26796 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
26797
26798 * progmodes/gud.el: Require font-lock for displaying errors.
26799 Used by gdb-ui.el.
26800
26801 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
26802
26803 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
26804 values for the pattern lists which are `read'able but not
26805 `append'able (like symbols).
26806
26807 2005-07-06 Richard M. Stallman <rms@gnu.org>
26808
26809 * progmodes/flymake.el (flymake-float-time): Instead of
26810 with-no-warnings, test for XEmacs.
26811 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
26812 to avoid warning.
26813
26814 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
26815
26816 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
26817
26818 2005-07-05 Lute Kamstra <lute@gnu.org>
26819
26820 * battery.el: Add support for Darwin (with much debugging help
26821 from Samuel Lauber <sam124@operamail.com>).
26822 (battery-status-function, battery-echo-area-format)
26823 (battery-mode-line-format): Add support for pmset on Darwin.
26824 (battery-load-low, battery-load-critical): New user options.
26825 (battery-pmset): New function.
26826
26827 2005-07-05 Lute Kamstra <lute@gnu.org>
26828
26829 Update FSF's address in GPL notices.
26830
26831 * textmodes/page-ext.el: Update FSF's address.
26832
26833 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
26834
26835 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
26836 filling from using prefix when filling a single-line docstring.
26837
26838 * progmodes/flymake.el: Remove useless eval-when-compile.
26839
26840 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
26841
26842 2005-07-04 Richard M. Stallman <rms@gnu.org>
26843
26844 * textmodes/org.el (org-file-apps-defaults-gnu):
26845 Rename from org-file-apps-defaults-linux.
26846 (org-default-apps): Don't test system-type for `linux'.
26847 (org-file-apps): Doc fix.
26848
26849 2005-07-04 David Ponce <david@dponce.com>
26850
26851 * tree-widget.el: Improve header Commentary section.
26852 (tree-widget) [defgroup]
26853 (tree-widget-image-enable, tree-widget-themes-directory)
26854 (tree-widget-theme, tree-widget-image-properties-emacs)
26855 (tree-widget-image-properties-xemacs, tree-widget-create-image)
26856 (tree-widget-image-formats, tree-widget-control)
26857 (tree-widget-empty-control, tree-widget-leaf-control
26858 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
26859 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
26860 (tree-widget-keep, tree-widget-after-toggle-functions)
26861 (tree-widget-open-node, tree-widget-close-node): Doc fix.
26862 (tree-widget-open-control, tree-widget-close-control): Fix doc and
26863 :help-echo message.
26864 (tree-widget-set-theme): Doc fix. Use `string-equal'.
26865 (tree-widget-image-properties): Doc fix. Clearer implementation.
26866 (tree-widget--cursors): New constant.
26867 (tree-widget-lookup-image): New function split from
26868 `tree-widget-find-image'. Clearer implementation.
26869 (tree-widget-find-image): Use it.
26870 (tree-widget-button-keymap): Use `set-keymap-parent'.
26871 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
26872 Define the sub-widgets here.
26873 (tree-widget-node): Check that :node is not a tree-widget.
26874 (tree-widget-get-super, tree-widget-open-control)
26875 (tree-widget-close-control, tree-widget-empty-control)
26876 (tree-widget-leaf-control, tree-widget-guide)
26877 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
26878 (tree-widget-no-handle, tree-widget-value-delete)
26879 (tree-widget-map): Remove.
26880 (tree-widget-children-value-save): Doc fix. Simplified.
26881 (tree-widget-value-create): Update according to previous changes.
26882
26883 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
26884
26885 * textmodes/org.el: Leading space replaced by TABS.
26886 (org-recalc-marks, org-table-rotate-recalc-marks)
26887 (org-table-get-specials): Treat "^" and "_" marks.
26888 (org-table-justify-field-maybe): Optional argument NEW.
26889 (org-table-eval-formula): Parsing of the format simplified.
26890 New modes C,I. Honor the %= parameter in the current table.
26891 Avoid unnecessary re-align by using the NEW argument to
26892 `org-table-justify-field-maybe'.
26893 (org-calc-default-modes): Default for date-format mimicks org-mode.
26894 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
26895
26896 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
26897
26898 * cus-face.el (custom-theme-set-faces): Make it handle face
26899 aliases whose alias declarations are pre- or autoloaded.
26900
26901 2005-07-04 Juri Linkov <juri@jurta.org>
26902
26903 * faces.el (read-face-name): Put the code for getting a face name
26904 from the buffer before adding the faces from the `face' property.
26905 Use `completing-read-multiple' instead of `completing-read'.
26906 Require `crm'. Add default value and post-process the returned
26907 list of faces.
26908
26909 * emacs-lisp/crm.el (crm-find-current-element)
26910 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
26911
26912 * emacs-lisp/lisp-mode.el (eval-defun-1):
26913 * emacs-lisp/edebug.el (edebug-eval-defun):
26914 Remove unnecessary quotes.
26915
26916 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
26917
26918 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
26919 (prolog-indent-level): Fix typo in docstring.
26920
26921 * info.el (Info-history, Info-history-forward)
26922 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
26923
26924 * add-log.el (add-change-log-entry):
26925 * comint.el (comint-dynamic-list-input-ring)
26926 (comint-dynamic-list-completions):
26927 * dabbrev.el (dabbrev-expand):
26928 * delim-col.el (delimit-columns-rectangle-line):
26929 * diff-mode.el (diff-context->unified, diff-reverse-direction)
26930 (diff-unified->context):
26931 * ediff-init.el (ediff-abbrev-jobname):
26932 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
26933 (ediff-replace-session-activity-marker-in-meta-buffer):
26934 * info.el (Info-summary):
26935 * lpr.el (printify-region):
26936 * printing.el (pr-create-interface):
26937 * ps-print.el (ps-print-quote):
26938 * ses.el (ses-column-widths, ses-print-cell)
26939 (ses-adjust-print-width, ses-center):
26940 * shell.el (shell-file-name-quote-list):
26941 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
26942 (strokes-fill-current-buffer-with-whitespace)
26943 (strokes-xpm-for-stroke, strokes-list-strokes)
26944 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
26945 * term.el (term-dynamic-list-input-ring)
26946 (term-dynamic-list-completions):
26947 * calc/calc.el (math-format-stack-value):
26948 * emacs-lisp/edebug.el (edebug-display-freq-count):
26949 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
26950 (delphi-new-comment-line):
26951 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
26952 * progmodes/executable.el (executable-set-magic):
26953 * progmodes/python.el (inferior-python-mode):
26954 * progmodes/scheme.el (scheme-mode-syntax-table):
26955 * progmodes/sh-script.el (sh-maybe-here-document):
26956 * progmodes/sql.el (sql-copy-column):
26957 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
26958 * textmodes/bibtex.el (bibtex-mode):
26959 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
26960 (sgml-auto-attributes):
26961 * textmodes/table.el (table-insert, table-shorten-cell)
26962 (table--generate-source-scan-lines, table-delete-row)
26963 (*table--cell-delete-char, table--spacify-frame)
26964 (table--horizontally-shift-above-and-below)
26965 (table--cell-insert-char, table--cell-blank-str)
26966 (table--fill-region-strictly):
26967 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
26968 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
26969
26970 * add-log.el (change-log):
26971 * apropos.el (apropos):
26972 * comint.el (comint-completion, comint-source):
26973 * dabbrev.el (dabbrev):
26974 * delim-col.el (columns):
26975 * diff-mode.el (diff-mode):
26976 * ediff.el (ediff):
26977 * ediff-diff.el (ediff-diff):
26978 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
26979 * ediff-mult.el (ediff-mult):
26980 * ediff-ptch.el (ediff-ptch):
26981 * ediff-wind.el (ediff-window):
26982 * facemenu.el (facemenu):
26983 * indent.el (indent):
26984 * info.el (info):
26985 * jka-cmpr-hook.el (compression, jka-compr):
26986 * lpr.el (lpr):
26987 * outline.el (outlines):
26988 * pcmpl-cvs.el (pcmpl-cvs):
26989 * pcmpl-rpm.el (pcmpl-rpm):
26990 * printing.el (printing):
26991 * ps-print.el (postscript, ps-print, ps-print-horizontal)
26992 (ps-print-vertical, ps-print-headers, ps-print-font)
26993 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
26994 (ps-print-background, ps-print-printer, ps-print-page)
26995 (ps-print-miscellany):
26996 * ses.el (ses):
26997 * shell.el (shell, shell-directories, shell-faces):
26998 * startup.el (initialization):
26999 * strokes.el (strokes):
27000 * term.el (term):
27001 * uniquify.el (uniquify):
27002 * w32-vars.el (w32):
27003 * calc/calc.el (calc):
27004 * emacs-lisp/bytecomp.el (bytecomp):
27005 * emacs-lisp/cl-indent.el (lisp-indent):
27006 * emacs-lisp/edebug.el (edebug):
27007 * emacs-lisp/elp.el (elp):
27008 * emacs-lisp/testcover.el (testcover):
27009 * emacs-lisp/trace.el (trace):
27010 * emulation/viper-ex.el (viper-ex):
27011 * emulation/viper-mous.el (viper-mouse):
27012 * mail/mailalias.el (mailalias):
27013 * mail/supercite.el (supercite, supercite-frames)
27014 (supercite-attr, supercite-cite, supercite-hooks):
27015 * net/rcompile.el (remote-compile):
27016 * net/rlogin.el (rlogin):
27017 * obsolete/ooutline.el (outlines):
27018 * progmodes/delphi.el (delphi):
27019 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
27020 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
27021 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
27022 (ebnf-optimization):
27023 * progmodes/etags.el (etags):
27024 * progmodes/executable.el (executable):
27025 * progmodes/idlwave.el (idlwave):
27026 * progmodes/pascal.el (pascal):
27027 * progmodes/prolog.el (prolog):
27028 * progmodes/python.el (python):
27029 * progmodes/scheme.el (scheme):
27030 * progmodes/sh-script.el (sh, sh-script):
27031 * progmodes/sql.el (SQL):
27032 * progmodes/tcl.el (tcl):
27033 * textmodes/bibtex.el (bibtex, bibtex-autokey):
27034 * textmodes/enriched.el (enriched):
27035 * textmodes/makeinfo.el (makeinfo):
27036 * textmodes/sgml-mode.el (sgml):
27037 * textmodes/table.el (table-hooks):
27038 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
27039 * textmodes/texinfo.el (texinfo):
27040 * textmodes/two-column.el (two-column):
27041 Finish `defgroup' description with period.
27042
27043 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
27044 * eshell/esh-var.el (eshell-var):
27045 * progmodes/vhdl-mode.el (vhdl-testbench):
27046 * textmodes/org.el (org): Fix typos in docstrings.
27047
27048 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
27049 consistency.
27050
27051 * progmodes/flymake.el (flymake-find-file): Remove.
27052 (flymake-float-time): Use `with-no-warnings'.
27053 (flymake-check-start-time, flymake-check-was-interrupted)
27054 (flymake-err-info, flymake-is-running, flymake-last-change-time)
27055 (flymake-new-err-info): `defvar' at compile time.
27056
27057 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
27058
27059 * replace.el (occur-hook): Doc fix.
27060 (occur-1): Don't call `occur-hook' if there are no matches.
27061
27062 2005-07-03 Richard M. Stallman <rms@gnu.org>
27063
27064 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
27065 global-map, save the same map.
27066 (global-map): Don't alter it at top level.
27067 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
27068 Then alter it here instead.
27069 (tpu-edt-off): Set global-map to the saved one.
27070
27071 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
27072 All references simplified.
27073 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
27074 (zmacs-regions): Add defvar.
27075 (repeat-complex-command-map): Everything about that deleted.
27076
27077 * textmodes/artist.el (artist-key-is-drawing)
27078 (artist-key-endpoint1, artist-key-poly-point-list)
27079 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
27080 (artist-key-compl-table, artist-rb-save-data)
27081 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
27082 Don't put them in eval-when-compile.
27083 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
27084
27085 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
27086 Use with-no-warnings.
27087
27088 * net/browse-url.el (dos-windows-version): Add defvar.
27089
27090 * mail/supercite.el (filladapt-prefix-table): Add defvar.
27091
27092 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
27093 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
27094 (rmail-new-summary-line-count): Rename from new-summary-line-count.
27095 Add defvar.
27096 (rmail-summary-beginning-of-message): Use with-no-warnings.
27097 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
27098
27099 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
27100 Use with-no-warnings.
27101
27102 * emulation/vi.el (vi-mark-region): Use c-mark-function.
27103 (c-mark-function): Add point-moving-unit property.
27104 (vi-goto-line): Use with-no-warnings.
27105
27106 * emulation/edt.el (edt-last-copied-word): Add defvar.
27107 (zmacs-region-stays): Likewise.
27108 (edt-mark-section-wisely): Use c-mark-function for C.
27109 Use makr-defun for Fortran.
27110 (time-string): defvar deleted.
27111 (edt-display-the-time): Don't set time-string.
27112
27113 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
27114
27115 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27116 Don't warn when name is not constant
27117 or for defining the group `emacs'.
27118
27119 * tooltip.el (gud-tooltip-mode): Add defvar.
27120
27121 * startup.el (default-frame-background-mode): Add defvar.
27122
27123 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
27124
27125 * info.el (tool-bar-map): Add defvar.
27126
27127 * dired.el (dnd-protocol-alist): Add defvar.
27128
27129 * dired-aux.el (dired-query): Display question with answer, when
27130 the user answers.
27131
27132 * custom.el (custom-add-option): Doc fix.
27133
27134 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
27135
27136 2005-07-03 Eli Zaretskii <eliz@gnu.org>
27137
27138 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
27139 bogus name from the last change.
27140
27141 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
27142
27143 * custom.el (custom-declare-variable): Fix typos in comment.
27144 (custom-known-themes): Doc fix.
27145 (custom-theme-directory): New defcustom.
27146 (require-theme): Make it check `custom-theme-directory'.
27147
27148 * cus-theme.el (custom-new-theme-mode): New function.
27149 (custom-theme-name, custom-theme-variables, custom-theme-faces)
27150 (custom-theme-description): Add compiler defvars.
27151 (customize-create-theme): Add doc to the "*New Custom Theme*"
27152 buffer. Use `custom-new-theme-mode'.
27153 (custom-theme-write): Put the created buffer in emacs-lisp-mode
27154 and save it to the `custom-theme-directory'. Make this the
27155 default directory of the buffer.
27156
27157 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
27158
27159 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
27160 Fix unbalanced parentheses.
27161
27162 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
27163
27164 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
27165 into flymake-mode and delegate to flymake-mode.
27166
27167 * find-file.el (ff-which-function-are-we-in): Clean up.
27168
27169 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
27170
27171 * replace.el (occur-rename-buffer): Fix docstring.
27172
27173 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
27174 (edt-last-copied-word, edt-learn-macro-count)
27175 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
27176 (edt-rect-start-point, edt-user-global-map, rect-start-point)
27177 (time-string, zmacs-region-stays):
27178 * emulation/edt-mapper.el (edt-save-function-key-map)
27179 (EDT-key-name): `defvar' to silence the byte-compiler.
27180
27181 2005-07-02 Martin Rudalics <rudalics@gmx.at>
27182
27183 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
27184 font-lock-regexp-backslash. Doc fix.
27185 (font-lock-regexp-backslash-grouping-construct): Rename from
27186 font-lock-regexp-backslash-construct. Doc fix.
27187 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
27188 grouping constructs.
27189
27190 2005-07-02 Eli Zaretskii <eliz@gnu.org>
27191
27192 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
27193 updating all the prerequisites.
27194
27195 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
27196
27197 * textmodes/org.el (org-agenda-start-on-weekday)
27198 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
27199 (org-agenda-use-time-grid, org-archive-location)
27200 (org-allow-space-in-links, org-usenet-links-prefer-google)
27201 (org-enable-table-editor, org-export-default-language)
27202 (org-export-html-show-new-buffer, org-fill-paragraph)
27203 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
27204 (org-goto-quit, org-occur, org-eval-in-calendar)
27205 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
27206 (org-agenda-diary-entry, org-remember-help)
27207 (org-table-convert-region, org-at-table-p)
27208 (org-table-move-row-down, org-table-move-row-up)
27209 (org-table-copy-region, org-table-toggle-vline-visibility)
27210 (org-table-get-stored-formulas, org-table-get-specials)
27211 (org-recalc-commands, org-table-eval-formula)
27212 (org-table-formula-substitute-names, orgtbl-make-binding)
27213 (org-format-org-table-html, org-format-table-table-html)
27214 (org-format-table-table-html-using-table-generate-source)
27215 (org-customize): Fix typos in docstrings.
27216 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
27217 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
27218 (org-back-to-heading): Doc fixes.
27219 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
27220 (org-agenda-change-all-lines, org-get-header):
27221 Improve argument/docstring consistency.
27222 (orgtbl-error): Fix error message.
27223
27224 * progmodes/flymake.el (flymake-find-possible-master-files)
27225 (flymake-master-file-compare, flymake-get-line-err-count)
27226 (flymake-highlight-line, flymake-gui-warnings-enabled):
27227 Fix typos in docstrings.
27228 (flymake-parse-line, flymake-get-project-include-dirs-function)
27229 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
27230 Doc fixes.
27231 (flymake-get-project-include-dirs-function)
27232 (flymake-make-err-menu-data):
27233 Improve argument/docstring consistency.
27234
27235 2005-07-01 Lute Kamstra <lute@gnu.org>
27236
27237 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
27238 Catch errors with ignore-errors. Use temporary buffer.
27239 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
27240
27241 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
27242 background color faces.
27243 (facemenu-set-foreground, facemenu-set-background):
27244 Use facemenu-set-face-from-menu.
27245 (facemenu-set-face-from-menu): Treat face names that start with
27246 "fg:" or "bg:" as special.
27247 (facemenu-add-new-color): Don't create faces. Simplify.
27248
27249 2005-06-30 Richard M. Stallman <rms@gnu.org>
27250
27251 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
27252 (crm-find-current-element): Likewise.
27253
27254 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
27255
27256 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
27257
27258 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
27259
27260 * arc-mode.el (archive-extract): Make it work as a mouse binding.
27261 (archive-mouse-extract): Make it an obsolete alias.
27262 (archive-mode-map): Don't use archive-mouse-extract any more.
27263 (archive-mode, archive-extract): write-contents-hooks ->
27264 write-contents-functions.
27265 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
27266 first arg.
27267 (archive-rename-entry): Update the call.
27268 (archive-zip-summarize): Remove unused var `method'.
27269 (archive-lzh-summarize): Remove unused var `creator'.
27270
27271 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
27272 dedicated frame upon exit.
27273
27274 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
27275 (archive-zip-extract, archive-zip-expunge)
27276 (archive-zip-update, archive-zip-update-case): Use executable-find.
27277 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
27278 Use restore-buffer-modified-p.
27279 (archive-extract, archive-add-new-member, archive-write-file-member):
27280 Use with-current-buffer.
27281 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
27282
27283 2005-06-30 Andreas Schwab <schwab@suse.de>
27284
27285 * progmodes/gud.el (gud-filter): Remove unneeded progn.
27286
27287 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
27288
27289 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
27290
27291 2005-06-30 Juri Linkov <juri@jurta.org>
27292
27293 * faces.el (vertical-border): Inherit from mode-line-inactive
27294 only on tty.
27295
27296 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
27297
27298 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
27299 example, -NLINES in the `occur' docstring).
27300
27301 * replace.el (occur-1): When no matches are found, do not set the
27302 `buffer-read-only' and modified flags for the occur buffer,
27303 because it is deleted.
27304
27305 * emulation/cua-base.el (cua-check-pending-input)
27306 (cua-repeat-replace-region, cua-mode, cua-debug)
27307 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
27308 Fix typos in docstrings.
27309
27310 * emulation/cua-gmrk.el (cua-toggle-global-mark)
27311 (cua-cut-region-to-global-mark)
27312 (cua--cut-rectangle-to-global-mark):
27313 Remove period from end of messages.
27314
27315 * emulation/cua-rect.el (cua-do-rectangle-padding):
27316 Remove period from end of messages.
27317 (cua--rectangle-seq-format): Fix typo in docstring.
27318 (cua-sequence-rectangle, cua-fill-char-rectangle):
27319 Improve argument/docstring consistency.
27320
27321 2005-06-29 Juri Linkov <juri@jurta.org>
27322
27323 * faces.el (default-frame-background-mode): New internal variable.
27324 (frame-set-background-mode): Use it.
27325
27326 * startup.el (normal-top-level): Set default-frame-background-mode
27327 instead of frame-background-mode. Before setting it, test for its
27328 nil value. Remove tests for frame-background-mode and frame
27329 parameter `reverse'. Add test for "unspecified-fg".
27330
27331 * term/xterm.el (xterm-rxvt-set-background-mode):
27332 * term/rxvt.el (rxvt-set-background-mode):
27333 Set default-frame-background-mode instead of frame-background-mode.
27334
27335 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
27336
27337 * simple.el (set-variable): Warn about obsolete user variables.
27338
27339 * imenu.el (imenu--completion-buffer):
27340 * mouse.el (mouse-buffer-menu-alist):
27341 * msb.el (msb-invisible-buffer-p):
27342 * calendar/diary-lib.el (diary-header-line-format):
27343 * emacs-lisp/pp.el (pp-buffer):
27344 * progmodes/cperl-mode.el (cperl-do-auto-fill):
27345 * textmodes/picture.el (picture-replace-match):
27346 Change space constants followed by a sexp to "?\s ".
27347
27348 * play/decipher.el (decipher-loop-with-breaks):
27349 * textmodes/texinfo.el (texinfo-insert-@item): Change space
27350 constants "protected" from end of line by a comment to "?\s".
27351
27352 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
27353
27354 * font-lock.el (save-buffer-state): Use `declare'.
27355
27356 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
27357 reset the syntax-table to cperl-mode-syntax-table.
27358 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
27359 "foo_print_bar" is not matched as a reserved keyword.
27360
27361 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
27362
27363 * textmodes/org.el (orgtbl-setup): New function, for delayed
27364 setup for the orgtbl commands.
27365 (org-calc-default-modes): New option.
27366 (orgtbl-make-binding): Use `defun' to get better help display.
27367 (org-diary): Call `org-compile-prefix-format'.
27368 (org-table-formula-substitute-names): New function.
27369 (org-agenda-day-view, org-agenda-week-view): New commands.
27370 (org-agenda-toggle-week-view): Command removed.
27371 (org-tbl-menu): Split off from org-org-menu.
27372 (org-mode): Move removal of outline-mode menus to here.
27373 (org-table-formula-debug): New option.
27374 (org-table-insert-row): Keep first field if just "#" or "*".
27375 (org-mode): Paragraph regexps fixed.
27376 (org-table-recalculate-regexp): New constant.
27377 (org-table-justify-field-maybe): Avoid replace if not necessary.
27378 (org-copy-special, org-cut-special): Use `call-interactively'.
27379 (org-table-copy-region): Take region from `interactive' call.
27380 (org-trim): Return string even if no match.
27381 (org-formula): New face.
27382 (org-set-font-lock-defaults): No longer highlight "FIXME".
27383 But highlight formula-related fields in table.
27384 (org-table-p): Use regexp, not fontification.
27385 (org-table-align): Handle white space at end of line.
27386 (org-table-formula-evaluate-inline): New option.
27387 (org-mode): Auto-wrapping in comment lines turned off.
27388 (org-table-copy-down): Evaluate only in copied field, not in
27389 destination.
27390 (org-table-current-formula): Variable removed.
27391 (org-table-store-formulas, org-table-get-stored-formulas)
27392 (org-table-modify-formulas, org-table-replace-in-formulas)
27393 (org-table-maybe-eval-formula): New functions.
27394 (org-table-get-formula): Modify to use stored formulas.
27395 (org-table-insert-column, org-table-delete-column)
27396 (org-table-move-column): Call `org-table-modify-formulas'.
27397 (org-complete): Add completion for keyword formulas.
27398 (orgtbl-mode): Pull orgtbl-mode-map to start of
27399 minor-mode-map-alist.
27400
27401 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
27402
27403 * progmodes/python.el (python-check): Require `compile' before
27404 modifying its variables.
27405
27406 * newcomment.el (comment-indent-default): Don't get fooled by an early
27407 end of buffer.
27408
27409 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27410
27411 * ps-print.el (ps-print-version): Fix version number.
27412
27413 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
27414
27415 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
27416
27417 2005-06-28 Richard M. Stallman <rms@gnu.org>
27418
27419 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
27420 (flyspell-local-mouse-map): Declaration deleted.
27421 (flyspell-mouse-map): Bind only mouse-2.
27422 (flyspell-mode-map): Don't test flyspell-use-local-map.
27423 (flyspell-overlay-keymap-property-name): Var deleted.
27424 (flyspell-mode-on): Don't make local bindings for
27425 flyspell-mouse-map and flyspell-mode-map.
27426 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
27427
27428 * textmodes/ispell.el (ispell-word): Do not ignore short words.
27429
27430 * progmodes/compile.el (compilation-next-error-function):
27431 Don't switch buffers; operate on the current buffer.
27432
27433 * progmodes/compile.el (compilation-error-file-name)
27434 (compilation-warning-file-name, compilation-info-file-name)
27435 (compilation-line-number, compilation-column-number): New faces.
27436 (compilation-error-face, compilation-warning-face)
27437 (compilation-info-face, compilation-line-face)
27438 (compilation-column-face): Use them.
27439
27440 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
27441
27442 * comint.el (comint-password-prompt-regexp): Accept ", try again".
27443
27444 * bindings.el (global-map): Bind insertchar and its variants.
27445
27446 2005-06-27 Richard M. Stallman <rms@gnu.org>
27447
27448 * textmodes/artist.el (artist-text-overwrite)
27449 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
27450
27451 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27452
27453 * ps-print.el: It was not working the page selection for printing.
27454 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
27455 (ps-print-version): New version 6.6.7.
27456 (ps-end-sheet): New fun.
27457 (ps-header-sheet, ps-end-job): Call it.
27458
27459 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
27460
27461 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
27462
27463 2005-06-27 Lute Kamstra <lute@gnu.org>
27464
27465 * facemenu.el (facemenu-unlisted-faces): Add foreground and
27466 background color faces.
27467 (facemenu-get-face): Delete function.
27468 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
27469 (facemenu-add-new-color): Make second argument mandatory.
27470 Create the appropriate face and return it. Simplify.
27471 (facemenu-set-foreground, facemenu-set-background): Don't check if
27472 color is defined. Use return value of facemenu-add-new-color.
27473
27474 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
27475
27476 * progmodes/gud.el (gud-filter): Add missing argument to
27477 with-selected-window.
27478
27479 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
27480
27481 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
27482 a :require to the defcustom.
27483
27484 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
27485 defcustoms corresponding to minor modes.
27486
27487 2005-06-26 David Ponce <david@dponce.com>
27488
27489 * recentf.el: Require tree-widget instead of wid-edit.
27490 (recentf-filename-handler): Fix widget :type.
27491 (recentf-cancel-dialog, recentf-open-more-files)
27492 (recentf-open-files-action): Doc fix.
27493 (recentf-dialog-goto-first): New function.
27494 (recentf-dialog-mode-map): Set parent keymap first.
27495 (recentf-dialog-mode): Define with define-derived-mode.
27496 Don't display continuation lines in dialogs.
27497 (recentf-edit-list): Rename from recentf-edit-selected-items.
27498 (recentf-edit-list-select): Rename from recentf-edit-list-action.
27499 Simplify.
27500 (recentf-edit-list-validate): New function.
27501 (recentf-edit-list): Update accordingly.
27502 (recentf-open-files-item-shift): Remove.
27503 (recentf-open-files-item): Convert menu elements into tree and
27504 link widgets. Don't create the widgets.
27505 (recentf-open-files): Update accordingly.
27506 (recentf-save-list): Untabify.
27507
27508 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
27509
27510 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
27511 (keep-lines): Add INTERACTIVE arg. Never delete lines only
27512 partially contained in the active region. Do not take active
27513 region into account when called from Lisp, unless INTERACTIVE arg
27514 is non-nil. Use `forward-line' instead of `beginning-of-line' to
27515 avoid trouble with fields. Make marker point nowhere when no
27516 longer used. Always return nil. Doc fix.
27517 (flush-lines): Add INTERACTIVE arg. Do not take active region
27518 into account when called from Lisp, unless INTERACTIVE arg is
27519 non-nil. Use `forward-line' instead of `beginning-of-line' to
27520 avoid trouble with fields. Make marker point nowhere when no
27521 longer used. Always return nil. Doc fix.
27522 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
27523 interchangeable. Do not take active region into account when
27524 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
27525 message in echo area when called from Lisp, unless INTERACTIVE arg
27526 is non-nil. Avoid saying "1 occurrences". Do not use markers.
27527 Return the number of matches. Doc fix.
27528 (occur): Doc fix.
27529 (perform-replace): Make comment follow double space convention for
27530 the sake of `outline-minor-mode'.
27531
27532 * faces.el (facep): Doc fix.
27533
27534 2005-06-25 Richard M. Stallman <rms@gnu.org>
27535
27536 * facemenu.el (facemenu-enable-faces-p): New function.
27537 (facemenu-background-menu, facemenu-foreground-menu)
27538 (facemenu-face-menu): Add menu-enable property.
27539
27540 * jka-compr.el (jka-compr-insert-file-contents):
27541 Special handling if cannot find the uncompression program.
27542
27543 * cus-face.el (custom-face-attributes): Add autoload.
27544
27545 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
27546 Bind comment-indent-function locally.
27547
27548 * window.el (save-selected-window): Use save-current-buffer.
27549
27550 * subr.el (with-selected-window): Use save-current-buffer.
27551
27552 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
27553 and with-current-buffer.
27554
27555 2005-06-24 Richard M. Stallman <rms@gnu.org>
27556
27557 * simple.el (line-move-1): Fix previous change.
27558
27559 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
27560
27561 * replace.el (occur-1): Set `buffer-read-only' and the
27562 buffer-modified flag before running `occur-hook' to protect
27563 against unintentional buffer switches that can lead to data loss.
27564
27565 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
27566
27567 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
27568 (gud-gdb-marker-filter): Use font-lock-warning-face for any
27569 initial error.
27570
27571 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
27572 after fresh input.
27573 (gdb-var-create-handler): Put name of expression in quotes.
27574
27575 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
27576
27577 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
27578 elements of RING in order, and without bogus nil elements.
27579
27580 2005-06-23 Richard M. Stallman <rms@gnu.org>
27581
27582 * simple.el (set-variable): Args renamed; doc fix.
27583 (line-move-1): When there are overlays around, use vertical-motion.
27584
27585 * faces.el (escape-glyph): Use brown against light background.
27586 (nobreak-space): Rename from no-break-space.
27587 Fix previous change.
27588
27589 * dired-aux.el (dired-do-copy): Fix arg prompt.
27590
27591 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
27592
27593 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
27594
27595 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
27596 rather than "Distributor".
27597
27598 2005-06-23 Lute Kamstra <lute@gnu.org>
27599
27600 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
27601 (debug-on-entry): Use it. New interactive declaration that uses
27602 function-called-at-point.
27603
27604 2005-06-23 Kim F. Storm <storm@cua.dk>
27605
27606 * subr.el (save-match-data): Add comment about using evaporate arg
27607 to set-match-data.
27608
27609 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
27610
27611 * cus-edit.el (customize-face)
27612 (customize-face-other-window): Handle face aliases.
27613
27614 * faces.el (face-documentation, set-face-attribute)
27615 (face-spec-set): Handle face aliases.
27616
27617 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
27618
27619 * help-mode.el (help-make-xrefs): If a symbol representing a face
27620 name is not followed by the word "face", it could still be a
27621 function or variable name, so don't bypass other checks.
27622
27623 2005-06-22 Juri Linkov <juri@jurta.org>
27624
27625 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
27626 Replace aliased functions with calls where second arg `inherit' is t.
27627
27628 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
27629
27630 * progmodes/gdb-ui.el (gdb-error): New variable.
27631 (gdb-error): New function.
27632 (gdb-annotation-rules): Act on error-begin and error annotations.
27633 (gdb-concat-output): Use font-lock-warning-face for errors.
27634
27635 2005-06-22 Miles Bader <miles@gnu.org>
27636
27637 * bindings.el (propertized-buffer-identification): Use renamed
27638 `Buffer-menu-buffer' face.
27639
27640 * faces.el (vertical-border): Rename from `vertical-divider'.
27641 (escape-glyph): Change dark-background color back to `cyan'.
27642
27643 2005-06-21 Juri Linkov <juri@jurta.org>
27644
27645 * faces.el (face-user-default-spec): Try getting `customized-face'
27646 prior to `saved-face'.
27647 (frame-background-mode): Refill docstring.
27648
27649 * emacs-lisp/lisp-mode.el (eval-defun-1):
27650 * emacs-lisp/edebug.el (edebug-eval-defun):
27651 Set `saved-face' temporarily to nil before calling form.
27652 Set `customized-face' to the new spec after that.
27653
27654 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
27655
27656 * subr.el (1value, lambda, key-substitution-in-progress):
27657 Doc fixes.
27658
27659 * autoinsert.el (auto-insert-alist):
27660 * ses.el (ses-call-printer):
27661 * subr.el (noreturn):
27662 * emacs-lisp/lisp.el (check-parens):
27663 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
27664 * net/browse-url.el (browse-url-mosaic):
27665 * progmodes/cc-defs.el (c-safe-scan-lists):
27666 * progmodes/ebnf-abn.el (ebnf-abn-lex):
27667 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
27668 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
27669 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
27670 * progmodes/ebnf-iso.el (ebnf-iso-lex):
27671 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
27672
27673 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
27674
27675 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
27676
27677 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
27678
27679 * calendar/appt.el (appt-make-list): Activate the package, if
27680 not already active (for backwards compatibility).
27681
27682 2005-06-20 Kim F. Storm <storm@cua.dk>
27683
27684 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
27685
27686 2005-06-20 Miles Bader <miles@gnu.org>
27687
27688 * faces.el (vertical-divider): New face.
27689
27690 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
27691
27692 * simple.el (kill-whole-line): Doc fix.
27693 (next-error-buffer-p, next-error-find-buffer)
27694 (clone-indirect-buffer): Fix typos in docstrings.
27695 (comment-line-break-function): Doc fix: don't say variable
27696 is automatically buffer-local (it isn't).
27697
27698 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
27699
27700 * net/tramp-ftp.el (top):
27701 * net/tramp-smb.el (top):
27702 * net/tramp-util.el (top):
27703 * net/tramp-uu.el (top):
27704 * net/tramp-vc.el (top):
27705 * net/tramp.el (top): Revert copyright years back to original
27706 ones. Tramp has a life outside GNU Emacs.
27707
27708 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
27709
27710 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
27711
27712 2005-06-18 Juri Linkov <juri@jurta.org>
27713
27714 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
27715 end of first regexp to limit the match to the position between
27716 line number and source line with same separator character as used
27717 between file name and line number. In the second regexp limit
27718 mouse-face area to file name and line number by adding new group
27719 for them and referring it in HYPERLINK arg.
27720 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
27721 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
27722 previous line where grep markers may be already removed.
27723
27724 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
27725
27726 * progmodes/ps-mode.el: Update version and maintainer's email address.
27727
27728 2005-06-18 Steve Youngs <steve@xemacs.org>
27729
27730 * net/browse-url.el (browse-url-browser-function)
27731 (browse-url-default-browser): Add firefox.
27732 (browse-url-firefox-program, browse-url-firefox-arguments)
27733 (browse-url-firefox-startup-arguments)
27734 (browse-url-firefox-new-window-is-tab): New defcustoms.
27735 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
27736
27737 2005-06-17 Richard M. Stallman <rms@gnu.org>
27738
27739 * startup.el (command-line): Warn if specified user name has
27740 no home directory.
27741
27742 * term.el (term-get-old-input, term-input-filter, term-input-sender)
27743 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
27744
27745 * longlines.el (longlines-mode, longlines-show-hard-newlines):
27746 Doc fixes.
27747
27748 * faces.el (underline): Try bold if terminal doesn't support underline.
27749
27750 * mail/sendmail.el (mail-setup-with-from): New variable.
27751 (mail-insert-from-field): New function.
27752 (sendmail-send-it): Call it.
27753 (mail-setup): Optionally call it here.
27754
27755 * term/linux.el: Call tty-no-underline.
27756
27757 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
27758
27759 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
27760
27761 2005-06-17 Miles Bader <miles@gnu.org>
27762
27763 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
27764 (ediff-current-diff-C, ediff-current-diff-Ancestor)
27765 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
27766 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
27767 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
27768 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
27769 Remove "-face" suffix from face names.
27770 (ediff-current-diff-face-A, ediff-current-diff-face-B)
27771 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27772 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27773 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27774 (ediff-even-diff-face-A, ediff-even-diff-face-B)
27775 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27776 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27777 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27778 New backward-compatibility aliases for renamed faces.
27779 (ediff-current-diff-face-A, ediff-current-diff-face-B)
27780 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27781 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27782 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27783 (ediff-even-diff-face-A, ediff-even-diff-face-B)
27784 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27785 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27786 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27787 Use renamed ediff faces.
27788
27789 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
27790 Remove "-face" suffix from face names.
27791 (eshell-test-ok-face, eshell-test-failed-face):
27792 New backward-compatibility aliases for renamed faces.
27793 (eshell-run-test): Use renamed eshell-test faces.
27794
27795 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
27796 face name.
27797 (eshell-prompt-face): New backward-compatibility alias for renamed
27798 face.
27799 (eshell-emit-prompt): Use renamed eshell-prompt face.
27800
27801 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
27802 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
27803 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
27804 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
27805 Remove "-face" suffix from face names.
27806 (eshell-ls-directory-face, eshell-ls-symlink-face)
27807 (eshell-ls-executable-face, eshell-ls-readonly-face)
27808 (eshell-ls-unreadable-face, eshell-ls-special-face)
27809 (eshell-ls-missing-face, eshell-ls-archive-face)
27810 (eshell-ls-backup-face, eshell-ls-product-face)
27811 (eshell-ls-clutter-face):
27812 New backward-compatibility aliases for renamed faces.
27813 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
27814
27815 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
27816 Remove "-face" suffix from face name.
27817 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
27818 instead of literal face.
27819
27820 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
27821
27822 * emacs-lisp/warnings.el (display-warning, lwarn)
27823 (warning-minimum-log-level): Doc fixes.
27824 (warning-minimum-level, warning-minimum-log-level):
27825 Add :debug to :type choices.
27826
27827 * progmodes/ada-mode.el (ada-format-paramlist)
27828 (ada-get-indent-case, ada-check-matching-start)
27829 (ada-check-defun-name, ada-goto-matching-decl-start)
27830 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
27831 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
27832 (ada-make-subprogram-body): Follow error conventions.
27833 (ada-case-exception-file, ada-indent-comment-as-code)
27834 (ada-indent-handle-comment-special, ada-indent-renames)
27835 (ada-indent-return, ada-search-directories-internal)
27836 (ada-tab-policy, ada-case-exception-substring)
27837 (ada-other-file-alist, ada-matching-start-re)
27838 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
27839 (ada-imenu-generic-expression, ada-compile-goto-error)
27840 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
27841 (ada-popup-menu, ada-add-extensions, ada-mode)
27842 (ada-region-selected, ada-create-case-exception)
27843 (ada-create-case-exception-substring, ada-after-keyword-p)
27844 (ada-activate-keys-for-case, ada-adjust-case-region)
27845 (ada-adjust-case-buffer, ada-format-paramlist)
27846 (ada-scan-paramlist, ada-insert-paramlist)
27847 (ada-indent-newline-indent)
27848 (ada-indent-newline-indent-conditional)
27849 (ada-justified-indent-current, ada-goto-previous-word)
27850 (ada-indent-current, ada-get-indent-open-paren)
27851 (ada-get-indent-paramlist, ada-get-indent-end)
27852 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
27853 (ada-get-indent-block-start, ada-get-indent-subprog)
27854 (ada-get-indent-noindent, ada-get-indent-label)
27855 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
27856 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
27857 (ada-goto-stmt-end, ada-goto-next-word)
27858 (ada-check-matching-start, ada-check-defun-name)
27859 (ada-goto-matching-decl-start, ada-goto-matching-start)
27860 (ada-goto-matching-end, ada-search-ignore-string-comment)
27861 (ada-in-decl-p, ada-looking-at-semi-or)
27862 (ada-looking-at-semi-private, ada-in-paramlist-p)
27863 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
27864 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
27865 (ada-next-procedure, ada-previous-procedure, ada-next-package)
27866 (ada-previous-package, ada-create-menu)
27867 (ada-fill-comment-paragraph-justify)
27868 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
27869 (ada-other-file-name, ada-last-which-function-line)
27870 (ada-last-which-function-subprog, ada-which-function)
27871 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
27872 (ada-gen-treat-proc, ada-check-emacs-version)
27873 (ada-continuation-indent, ada-align-region-separate):
27874 Fix typos in docstrings.
27875 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
27876
27877 2005-06-16 Lute Kamstra <lute@gnu.org>
27878
27879 * simple.el (fundamental-mode): Run after-change-major-mode-hook
27880 conditionally.
27881
27882 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
27883
27884 * comint.el (comint-replace-by-expanded-filename)
27885 (comint-prompt-regexp, comint-delimiter-argument-list)
27886 (comint-preinput-scroll-to-bottom):
27887 * info.el (Info-hide-cookies-node):
27888 * ls-lisp.el (ls-lisp-classify):
27889 * find-file.el (ff-search-directories, ff-special-constructs)
27890 (ff-find-other-file):
27891 * font-lock.el (font-lock-keywords):
27892 * shell.el (shell-prompt-pattern)
27893 (shell-dynamic-complete-functions, shell-mode)
27894 (shell-delimiter-argument-list):
27895 * term.el (term-replace-by-expanded-filename)
27896 (term-prompt-regexp, term-delimiter-argument-list):
27897 * woman.el (woman-ignore, woman0-if):
27898 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
27899 * emacs-lisp/elint.el (elint-init-env):
27900 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
27901 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
27902 * language/ethio-util.el (ethio-tilde-escape)
27903 (ethio-use-three-dot-question):
27904 * net/zone-mode.el (zone-mode-load-time-setup):
27905 * progmodes/cc-align.el (c-lineup-argcont):
27906 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
27907 * progmodes/cperl-mode.el (cperl-set-style-back):
27908 * progmodes/inf-lisp.el (inferior-lisp-prompt):
27909 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
27910 Fix spellings in docstrings.
27911
27912 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
27913 * progmodes/modula2.el (m2-for): Fix spellings.
27914
27915 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
27916
27917 * simple.el (undo-more): Don't use `format' on `error' arguments.
27918 Improve argument/docstring consistency.
27919 (pending-undo-list): Doc fix.
27920
27921 * smerge-mode.el (smerge-ensure-match):
27922 * emulation/vip.el (vip-ex):
27923 * net/zone-mode.el (zone-mode-update-serial):
27924 * progmodes/idlwave.el (idlwave-complete):
27925 * progmodes/vhdl-mode.el (vhdl-visit-file)
27926 (vhdl-compose-wire-components):
27927 Don't use `format' on `error' arguments.
27928
27929 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
27930 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
27931 (tooltip-help-tips): Fix typos in docstrings.
27932
27933 2005-06-16 David Ponce <david@dponce.com>
27934
27935 * tree-widget.el (tree-widget-value-create): Simplify last change.
27936
27937 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
27938
27939 * ido.el (ido-incomplete-regexp): New variable.
27940 (ido-set-matches-1): Handle invalid-regexp error and set
27941 ido-incomplete-regexp.
27942 (ido-incomplete-regexp): New face.
27943 (ido-completions): Use it.
27944 (ido-complete, ido-exit-minibuffer, ido-completions):
27945 Handle incomplete regexps.
27946 (ido-completions): Add check for complete match when entering a regexp.
27947
27948 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
27949
27950 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
27951
27952 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
27953
27954 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
27955 by field delimiters.
27956
27957 2005-06-15 David Ponce <david@dponce.com>
27958
27959 * tree-widget.el: eval-and-compile inlined functions so they will
27960 be available at run-time too.
27961 (tree-widget-super-format-handler)
27962 (tree-widget-format-handler): Remove.
27963 (tree-widget-value-create): Handle the :indent property.
27964
27965 2005-06-15 Miles Bader <miles@gnu.org>
27966
27967 * progmodes/which-func.el (which-func): Only inherit
27968 `font-lock-function-name-face' when that makes sense against the
27969 default mode-line face, otherwise set the face color explicitly.
27970
27971 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
27972 faces instead of (non-existent) variables.
27973
27974 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
27975
27976 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
27977 (iswitchb-get-matched-buffers): Likewise. Simplify.
27978
27979 2005-06-14 Miles Bader <miles@gnu.org>
27980
27981 * progmodes/ld-script.el (ld-script-location-counter):
27982 Remove "-face" suffix from face name.
27983 (ld-script-location-counter-face):
27984 New backward-compatibility alias for renamed face.
27985 (ld-script-location-counter-face): Use renamed face.
27986
27987 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
27988 (cperl-hash): Remove "-face" suffix from face names.
27989 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
27990 New backward-compatibility aliases for renamed faces.
27991 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
27992 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
27993
27994 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
27995 name.
27996 (which-func-face): New backward-compatibility alias for renamed face.
27997 (which-func-format): Use renamed which-func face.
27998
27999 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
28000 (vhdl-function, vhdl-directive, vhdl-reserved-word)
28001 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
28002 names.
28003 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
28004 (vhdl-speedbar-configuration, vhdl-speedbar-package)
28005 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
28006 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
28007 (vhdl-speedbar-architecture-selected)
28008 (vhdl-speedbar-configuration-selected)
28009 (vhdl-speedbar-package-selected)
28010 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
28011 names.
28012 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
28013 Use renamed faces.
28014 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
28015 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
28016 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
28017 Use renamed faces.
28018 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
28019 names.
28020 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
28021 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
28022 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
28023 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
28024 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
28025 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
28026
28027 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
28028 face name.
28029 (sh-heredoc-face): New backward-compatibility alias for renamed face.
28030 (sh-heredoc-face): Use renamed sh-heredoc face.
28031
28032 * progmodes/idlw-help.el (idlwave-help-link):
28033 Remove "-face" suffix from face name.
28034 (idlwave-help-link-face):
28035 New backward-compatibility alias for renamed face.
28036 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
28037
28038 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
28039 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
28040 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
28041 New backward-compatibility aliases for renamed faces.
28042 (idlwave-shell-disabled-breakpoint-face)
28043 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
28044
28045 * progmodes/flymake.el (flymake-errline, flymake-warnline):
28046 Remove "-face" suffix from face names.
28047 (flymake-errline-face, flymake-warnline-face):
28048 New backward-compatibility aliases for renamed faces.
28049 (flymake-highlight-line): Use renamed flymake faces.
28050
28051 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
28052 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
28053 (ebrowse-member-class, ebrowse-progress):
28054 Remove "-face" suffix from face names.
28055 (ebrowse-tree-mark-face, ebrowse-root-class-face)
28056 (ebrowse-file-name-face, ebrowse-default-face)
28057 (ebrowse-member-attribute-face, ebrowse-member-class-face)
28058 (ebrowse-progress-face):
28059 New backward-compatibility aliases for renamed faces.
28060 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
28061 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
28062 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
28063 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
28064
28065 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
28066 antlr-syntax)
28067 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
28068 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
28069 names.
28070 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
28071 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
28072 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
28073 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
28074 backward-compatibility aliases for renamed faces.
28075 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
28076 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
28077 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
28078 remove "font-lock-". Use renamed antlr-mode faces.
28079 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
28080 literal face-names with face variable references.
28081
28082 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
28083 face name.
28084 (Buffer-menu-buffer-face): New backward-compatibility alias for
28085 renamed face.
28086 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
28087
28088 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
28089
28090 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
28091 Eliminate "-face" suffix.
28092 (makefile-targets): Inherit from font-lock-function-name-face and
28093 eliminate "-face" suffix.
28094 (makefile-shell): Remove attributes and eliminate "-face" suffix.
28095 (makefile-*-font-lock-keywords): Append makefile-targets in rule
28096 actions, instead of prepending, to make it less visible.
28097 (makefile-previous-dependency, makefile-match-dependency):
28098 Don't match a target on a continuation line.
28099
28100 * files.el (auto-mode-alist): Put Makefile in gmake mode.
28101
28102 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
28103
28104 * progmodes/gdb-ui.el (menu): Re-order menu items.
28105 (gdb-tooltip-print): Respect tooltip-use-echo-area.
28106
28107 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
28108 Define in tooltip.el.
28109 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
28110 (gud-tooltip-tips): Respect tooltip-use-echo-area and
28111 gud-tooltip-echo-area.
28112
28113 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
28114 backward compatibility and make obsolete.
28115 (tooltip-help-tips): Use tooltip-use-echo-area.
28116 (tooltip-show-help-function): Rename to...
28117 (tooltip-show-help): ...this, because it is a function.
28118 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
28119
28120 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
28121
28122 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
28123 (edebug-print-length, edebug-print-level, edebug-print-circle)
28124 (edebug-modify-breakpoint, edebug-eval-last-sexp)
28125 (edebug-eval-print-last-sexp): Doc fixes.
28126
28127 2005-06-14 Kim F. Storm <storm@cua.dk>
28128
28129 * ido.el (ido-mode): Make a new keymap every time we enable ido,
28130 as the coverage buffer/file/both may change.
28131
28132 2005-06-14 Lute Kamstra <lute@gnu.org>
28133
28134 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
28135 and run-mode-hooks. Simplify.
28136
28137 * mail/rmailedit.el (rmail-edit-mode):
28138 * progmodes/octave-inf.el (inferior-octave-mode):
28139 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
28140
28141 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
28142 and run-mode-hooks.
28143 (recentf-edit-list, recentf-open-files): Don't call
28144 kill-all-local-variables directly.
28145
28146 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
28147
28148 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
28149
28150 * emacs-lisp/byte-run.el (make-obsolete)
28151 (define-obsolete-function-alias): Rename arguments FUNCTION and
28152 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
28153 (make-obsolete-variable, define-obsolete-variable-alias):
28154 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
28155 respectively.
28156
28157 * isearchb.el (isearchb-activate):
28158 * pcvs.el (cvs-mode):
28159 * ses.el (ses-load):
28160 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
28161 * net/tramp.el (tramp-find-file-exists-command)
28162 (tramp-find-shell):
28163 * progmodes/ada-mode.el (ada-create-case-exception)
28164 (ada-create-case-exception-substring, ada-make-subprogram-body):
28165 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
28166 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
28167 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
28168 * textmodes/org.el (org-promote, org-evaluate-time-range)
28169 (org-agenda-next-date-line, org-agenda-previous-date-line)
28170 (org-agenda-error, org-open-at-point, org-table-move-row)
28171 (org-format-table-table-html-using-table-generate-source)
28172 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
28173 * textmodes/reftex.el (reftex-access-scan-info):
28174 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
28175 (reftex-toc-promote-prepare): Follow error conventions.
28176
28177 * diff-mode.el (diff-mode): Fix typo in docstring.
28178
28179 * forms.el (forms--intuit-from-file): Fix reference to
28180 `forms-number-of-fields' in error message.
28181 (forms-print): Fix quoting in error message.
28182
28183 * forms.el (forms-mode):
28184 * emulation/vi.el (vi-goto-insert-state):
28185 * progmodes/flymake.el (flymake-new-err-info)
28186 (flymake-start-syntax-check-for-current-buffer)
28187 (flymake-simple-cleanup):
28188 * eshell/esh-var.el (eshell/export):
28189 * progmodes/gud.el (xdb):
28190 * textmodes/flyspell.el (flyspell-incorrect-hook)
28191 (flyspell-maybe-correct-transposition)
28192 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
28193
28194 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
28195
28196 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
28197 minibuffer prompt.
28198
28199 2005-06-13 Kim F. Storm <storm@cua.dk>
28200
28201 * subr.el (add-to-ordered-list): New defun.
28202
28203 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
28204 add cua--keymap-alist to emulation-mode-map-alists.
28205
28206 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
28207
28208 * subr.el (complete-in-turn): New macro.
28209 (dynamic-completion-table, lazy-completion-table): Add debug info.
28210
28211 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
28212 in preference to face aliases.
28213
28214 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
28215 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
28216 Remove unused vars `start' and `firstline'.
28217 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
28218 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
28219
28220 2005-06-13 Eli Zaretskii <eliz@gnu.org>
28221
28222 * cus-start.el (all): Don't complain about missing GTK-related
28223 variables, unless either `gtk' is boundp or this isn't a
28224 `windows-nt' build.
28225
28226 2005-06-13 Lute Kamstra <lute@gnu.org>
28227
28228 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
28229 run-mode-hooks.
28230
28231 * ediff-mult.el (ediff-meta-mode):
28232 * ediff-util.el (ediff-mode): Use run-mode-hooks.
28233
28234 * ledit.el (ledit-mode): Use delay-mode-hooks.
28235
28236 * woman.el (woman-mode-line-format): Delete constant.
28237 (woman-mode-map): Initialize it properly.
28238 (woman-mode): Set mode-class property to special.
28239 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
28240 Set major-mode and mode-name. Don't set mode-line-format directly.
28241 (Man-getpage-in-background): Don't reference woman-mode-line-format.
28242
28243 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
28244 string argument obsolete.
28245
28246 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
28247
28248 * textmodes/org.el (org-CUA-compatible): New option.
28249 (org-disputed-keys): New variable.
28250 (org-key): New function.
28251 (orgtbl-make-binding): Add docstring to the created function.
28252 (org-mode): Set paragraph start/separate regexps.
28253 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
28254 (org-archive-location, org-archive-mark-done)
28255 (org-archive-stamp-time): New options.
28256 (org-archive-subtree): New command.
28257 (org-fill-paragraph): New function.
28258 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
28259 (org-fake-empty-table-line): Function removed.
28260 (org-format-org-table-html): Do not create empty table lines at
28261 separator lines. Improved table header treatment.
28262 (org-link-format): New option.
28263 (org-make-link): New function.
28264 (org-insert-link, org-store-link): Use org-make-link.
28265 (org-open-file): Quote file name for shell command, to allow
28266 spaces in file names.
28267 (org-link-regexp): Fix bug with mailto link.
28268 (org-link-maybe-angles-regexp, org-protected-link-regexp):
28269 New constants.
28270 (org-export-as-html): Deal with the optional angles around a link.
28271 Better treatment of file: links.
28272 (org-open-at-point): Replace @{ and @} with < and >.
28273 (org-run-mode-hooks): Function removed.
28274 (org-agenda-mode): No longer use `org-run-mode-hooks'.
28275
28276 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
28277
28278 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
28279 MI command -data-list-register-values.
28280 (gdb-post-prompt): Indent properly.
28281
28282 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
28283
28284 * hilit-chg.el (highlight-changes-colors): Rename from
28285 `highlight-changes-colours'.
28286 (highlight-changes-colours): Keep as obsolete alias.
28287 (highlight-changes-face-list): Doc fix.
28288 (hilit-chg-make-list): Use `highlight-changes-colors'.
28289
28290 2005-06-12 Mark A. Hershberger <mah@everybody.org>
28291
28292 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
28293 defun-prompt-regexp.
28294
28295 2005-06-12 Eli Zaretskii <eliz@gnu.org>
28296
28297 * loadup.el: Don't say we are dumping under 2 names on windows-nt
28298 and cygwin.
28299
28300 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
28301 Don't use an old loaddefs.el, as in Makefile.in.
28302
28303 2005-06-12 Lute Kamstra <lute@gnu.org>
28304
28305 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
28306
28307 * man.el (Man-mode-map): Initialize it properly.
28308 (Man-mode): Set mode-class property to special.
28309
28310 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
28311
28312 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
28313
28314 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
28315 A newline is needed in the docstring there.
28316
28317 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
28318 Doc fixes.
28319
28320 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28321
28322 * printing.el: Doc fix. The menubar is no more changed when printing
28323 is loaded, it only changes when pr-menu-bind or pr-update-menus is
28324 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
28325 (pr-version): New version number (6.8.4).
28326 (pr-menu-bind): New command.
28327 (pr-update-menus): Docstring and code fix.
28328 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
28329 Docstring fix.
28330 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
28331 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
28332
28333 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
28334
28335 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
28336 "Returns" to "return", document useful return values, etc.
28337
28338 2005-06-11 Alan Mackenzie <acm@muc.de>
28339
28340 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
28341 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
28342 (adaptive-file-function): Minor amendment to doc-string.
28343
28344 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
28345
28346 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
28347 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
28348 Fix :type--it is `integer', not `string'.
28349
28350 * faces.el (modeline-highlight): Rename from (the erroneous)
28351 `modeline-higilight'.
28352
28353 2005-06-11 Lute Kamstra <lute@gnu.org>
28354
28355 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
28356 lisp-interaction-mode-map but make it the parent.
28357 (edebug-eval-mode): Use define-derived-mode.
28358
28359 2005-06-11 Andreas Schwab <schwab@suse.de>
28360
28361 * bindings.el: Add binding of `ESC functionkey' for every
28362 `M-functionkey'.
28363 * hexl.el (hexl-mode-map): Likewise.
28364
28365 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
28366
28367 * progmodes/compile.el (compilation-error-regexp-alist-alist)
28368 [msft]: update regexp for newer msft compilers.
28369
28370 2005-06-10 Mark A. Hershberger <mah@everybody.org>
28371
28372 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
28373 ATTLIST portions of included DTDs.
28374 (xml-parse-dtd): Eliminate use of inefficient match-data.
28375
28376 2005-06-10 Miles Bader <miles@gnu.org>
28377
28378 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
28379 (mpuz-text): Remove "-face" suffix from face names.
28380 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
28381 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
28382 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
28383
28384 * play/gomoku.el (gomoku-O, gomoku-X):
28385 Remove "-face" suffix from face names.
28386 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
28387 New backward-compatibility aliases for renamed faces.
28388 (gomoku-font-lock-keywords): Use renamed gomoku faces.
28389
28390 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
28391
28392 * thumbs.el: Fixes for changes of 2005-06-09.
28393 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
28394 as a directory.
28395 (thumbs-thumbname): Remove directory separator from format string;
28396 `thumbs-thumbsdir' now returns a valid directory name.
28397 (thumbs-temp-dir): New defsubst.
28398 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
28399 Use it.
28400
28401 * cus-edit.el (minibuffer):
28402 * files.el (make-backup-file-name-function):
28403 * filesets.el (filesets-external-viewers):
28404 * hilit-chg.el (highlight-changes-colours)
28405 (highlight-changes-face-list, highlight-changes-rotate-faces):
28406 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
28407 * kmacro.el (kmacro-call-macro):
28408 * log-edit.el (log-edit-changelog-full-paragraphs):
28409 * mouse.el (mouse-1-click-follows-link):
28410 * skeleton.el (skeleton-autowrap):
28411 * subr.el (insert-for-yank-1):
28412 * tempo.el (tempo-insert-region):
28413 * terminal.el (terminal-emulator):
28414 * time.el (display-time-mail-face):
28415 * vc.el (vc-annotate):
28416 * vcursor.el (vcursor-copy-line):
28417 * woman.el (woman-bold-headings, woman-ignore)
28418 (woman-default-faces, woman-monochrome-faces):
28419 * calendar/todo-mode.el (todo-insert-threshold):
28420 * emulation/pc-select.el (pc-select-selection-keys-only)
28421 (pc-selection-mode):
28422 * emulation/vip.el (vip-find-char-forward):
28423 * emulation/viper-cmd.el (viper-find-char-forward):
28424 * international/mule-cmds.el
28425 (select-safe-coding-system-accept-default-p)
28426 (input-method-exit-on-invalid-key):
28427 * international/mule-diag.el (describe-coding-system):
28428 * international/ucs-tables.el (unify-8859-on-encoding-mode):
28429 * net/browse-url.el (browse-url-xterm-program):
28430 * obsolete/lazy-lock.el (lazy-lock-mode):
28431 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
28432 (cperl-mode):
28433 * progmodes/cpp.el (cpp-face-light-name-list)
28434 (cpp-face-dark-name-list):
28435 * progmodes/delphi.el (delphi-newline-always-indents):
28436 Fix spellings in docstrings.
28437
28438 * ido.el (ido-mode, ido-file-extensions-order)
28439 (ido-default-file-method, ido-default-buffer-method)
28440 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
28441 (ido-decorations, ido-read-file-name-as-directory-commands)
28442 (ido-read-file-name-non-ido, ido-work-directory-list)
28443 (ido-ignore-item-temp-list, ido-current-directory)
28444 (ido-magic-forward-char, ido-enter-find-file)
28445 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
28446 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
28447
28448 2005-06-10 Lute Kamstra <lute@gnu.org>
28449
28450 * play/dunnet.el (dun-mode): Use define-derived-mode.
28451 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
28452 obsolete alias.
28453
28454 * play/doctor.el (doctor-mode-map): Remove defvar.
28455 (doctor-mode): Use define-derived-mode.
28456
28457 * mail/mspools.el (mspools-mode):
28458 * net/eudc-hotlist.el (eudc-hotlist-mode):
28459 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
28460
28461 2005-06-10 Miles Bader <miles@gnu.org>
28462
28463 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
28464 Remove "-face" suffix from face names.
28465 (flyspell-incorrect-face, flyspell-duplicate-face):
28466 New backward-compatibility aliases for renamed faces.
28467 (flyspell-mode-on, make-flyspell-overlay)
28468 (flyspell-highlight-incorrect-region)
28469 (flyspell-highlight-duplicate-region)
28470 (flyspell-display-next-corrections)
28471 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
28472
28473 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
28474 from face name.
28475 (texinfo-heading-face): New backward-compatibility alias for
28476 renamed face.
28477 (texinfo-heading-face): Use renamed texinfo-heading face.
28478
28479 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
28480 suffix from face names.
28481 (tex-math-face, tex-verbatim-face):
28482 New backward-compatibility aliases for renamed faces.
28483 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
28484 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
28485 literal face name.
28486
28487 * textmodes/table.el (table-cell): Remove "-face" suffix from face
28488 name.
28489 (table-cell-face): New backward-compatibility alias for renamed face.
28490 (table--put-cell-face-property, table--update-cell-face):
28491 Use renamed table-cell face.
28492
28493 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
28494 from face name.
28495 (sgml-namespace-face): New backward-compatibility alias for
28496 renamed face.
28497 (sgml-namespace-face): Use renamed sgml-namespace face.
28498
28499 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
28500 (org-level-4, org-level-5, org-level-6, org-level-7)
28501 (org-level-8, org-warning, org-headline-done)
28502 (org-deadline-announce, org-scheduled-today)
28503 (org-scheduled-previously, org-link, org-done, org-table)
28504 (org-time-grid): Remove "-face" suffix from face names.
28505 (org-level-1-face, org-level-2-face, org-level-3-face)
28506 (org-level-4-face, org-level-5-face, org-level-6-face)
28507 (org-level-7-face, org-level-8-face, org-warning-face)
28508 (org-headline-done-face, org-deadline-announce-face)
28509 (org-scheduled-today-face, org-scheduled-previously-face)
28510 (org-link-face, org-done-face, org-table-face)
28511 (org-time-grid-face):
28512 New backward-compatibility aliases for renamed faces.
28513 (org-level-faces, org-set-font-lock-defaults, org-timeline)
28514 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
28515 (org-agenda-get-timestamps, org-agenda-get-scheduled)
28516 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
28517
28518 * emulation/viper-init.el (viper-search, viper-replace-overlay)
28519 (viper-minibuffer-emacs, viper-minibuffer-insert)
28520 (viper-minibuffer-vi): Remove "-face" suffix from face names.
28521 (viper-search-face, viper-replace-overlay-face)
28522 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28523 (viper-minibuffer-vi-face):
28524 New backward-compatibility aliases for renamed faces.
28525 (viper-search-face, viper-replace-overlay-face)
28526 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28527 (viper-minibuffer-vi-face): Use renamed viper faces.
28528
28529 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
28530 Remove "-face" suffix from face names.
28531 (testcover-nohits-face, testcover-1value-face):
28532 New backward-compatibility aliases for renamed faces.
28533 (testcover-mark): Use renamed testcover faces.
28534
28535 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
28536 face name.
28537 (diary-button-face): New backward-compatibility alias for renamed face.
28538 (diary-entry): Use renamed diary-button face.
28539
28540 * calendar/calendar.el (diary, calendar-today, holiday)
28541 (mark-visible-calendar-date): Remove "-face" suffix from face names.
28542 (diary-face, calendar-today-face, holiday-face):
28543 New backward-compatibility aliases for renamed faces.
28544 (eval-after-load "facemenu", diary-entry-marker)
28545 (calendar-today-marker, calendar-holiday-marker, diary-face):
28546 Use renamed calendar faces.
28547
28548 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
28549 (compare-windows-face): New backward-compatibility alias for
28550 renamed face.
28551 (compare-windows-highlight): Use renamed compare-windows face.
28552
28553 * strokes.el (strokes-char): Remove "-face" suffix from face name.
28554 (strokes-char-face): New backward-compatibility alias for renamed face.
28555 (strokes-encode-buffer): Use renamed strokes-char face.
28556
28557 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
28558 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
28559 Remove "-face" suffix from face names.
28560 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
28561 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
28562 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
28563 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
28564 Use renamed pcvs faces.
28565 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
28566 * pcvs-defs.el (cvs-mode-map): Likewise.
28567 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
28568
28569 * info.el (info-title-1, info-title-2, info-title-3)
28570 (info-title-4): Remove "-face" suffix from and downcase face names.
28571 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
28572 (Info-title-4-face):
28573 New backward-compatibility aliases for renamed faces.
28574 (Info-fontify-node): Use renamed info faces.
28575
28576 * hilit-chg.el (highlight-changes, highlight-changes-delete):
28577 Remove "-face" suffix from face names.
28578 (highlight-changes-face, highlight-changes-delete-face):
28579 New backward-compatibility aliases for renamed faces.
28580 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
28581 (hilit-chg-make-list): Use renamed highlight-changes faces.
28582
28583 * generic-x.el (show-tabs-tab, show-tabs-space):
28584 Remove "-face" suffix from face names.
28585 (show-tabs-tab-face, show-tabs-space-face):
28586 New backward-compatibility aliases for renamed faces.
28587 (show-tabs-generic-mode-font-lock-defaults-1)
28588 (show-tabs-generic-mode-font-lock-defaults-2):
28589 Use renamed show-tabs faces.
28590
28591 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
28592 (smerge-markers): Remove "-face" suffix from face names.
28593 (smerge-mine-face, smerge-other-face, smerge-base-face)
28594 (smerge-markers-face):
28595 New backward-compatibility aliases for renamed faces.
28596 (smerge-mine-face, smerge-other-face, smerge-base-face)
28597 (smerge-markers-face): Use renamed smerge faces.
28598
28599 * log-view.el (log-view-file, log-view-message): Remove "-face"
28600 suffix from face names.
28601 (log-view-file-face, log-view-message-face):
28602 New backward-compatibility aliases for renamed faces.
28603 (log-view-file-face, log-view-message-face): Use renamed log-view
28604 faces.
28605
28606 * paren.el (show-paren-match, show-paren-mismatch):
28607 Remove "-face" suffix from face names.
28608 (show-paren-match-face, show-paren-mismatch-face):
28609 New backward-compatibility aliases for renamed faces.
28610 (show-paren-function): Use renamed show-paren faces.
28611
28612 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
28613 (ruler-mode-margins, ruler-mode-fringes)
28614 (ruler-mode-column-number, ruler-mode-fill-column)
28615 (ruler-mode-comment-column, ruler-mode-goal-column)
28616 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
28617 suffix from face names.
28618 (ruler-mode-default-face, ruler-mode-pad-face)
28619 (ruler-mode-margins-face, ruler-mode-fringes-face)
28620 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
28621 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
28622 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
28623 New backward-compatibility aliases for renamed faces.
28624 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
28625 (ruler-mode-column-number, ruler-mode-fill-column)
28626 (ruler-mode-comment-column, ruler-mode-goal-column)
28627 (ruler-mode-tab-stop, ruler-mode-current-column)
28628 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
28629 faces.
28630
28631 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
28632 face name.
28633 (whitespace-highlight-the-space): Use renamed face.
28634 (whitespace-highlight-face): New backward-compatibility alias for
28635 renamed face.
28636
28637 * woman.el (woman-italic, woman-bold, woman-unknown)
28638 (woman-addition, woman-symbol-face):
28639 Remove "-face" suffix from face names.
28640 (woman-italic-face, woman-bold-face, woman-unknown-face)
28641 (woman-addition-face):
28642 New backward-compatibility aliases for renamed faces.
28643 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
28644 (woman-decode-region, woman-replace-match)
28645 (woman-display-extended-fonts, woman-special-characters)
28646 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
28647 Use renamed woman faces.
28648
28649 * longlines.el (longlines-visible-face): Face removed.
28650
28651 * diff-mode.el (diff-header, diff-file-header, diff-index)
28652 (diff-hunk-header, diff-removed, diff-added, diff-changed)
28653 (diff-function, diff-context, diff-nonexistent): Remove "-face"
28654 suffix from face names.
28655 (diff-header-face, diff-file-header-face, diff-index-face)
28656 (diff-hunk-header-face, diff-removed-face, diff-added-face)
28657 (diff-changed-face, diff-function-face, diff-context-face)
28658 (diff-nonexistent-face): New backward-compatibility aliases for
28659 renamed faces.
28660 (diff-header-face, diff-file-header-face)
28661 (diff-index, diff-index-face, diff-hunk-header)
28662 (diff-hunk-header-face, diff-removed, diff-removed-face)
28663 (diff-added, diff-added-face, diff-changed-face, diff-function)
28664 (diff-function-face, diff-context-face, diff-nonexistent)
28665 (diff-nonexistent-face): Use renamed diff-mode faces.
28666
28667 * progmodes/compile.el (compilation-warning-face)
28668 (compilation-info-face): Remove "-face" suffix from face names.
28669 (compilation-warning-face, compilation-info-face):
28670 New backward-compatibility aliases for renamed faces.
28671 (compilation-warning-face, compilation-info-face):
28672 Use renamed compilation faces.
28673
28674 * add-log.el (change-log-date, change-log-name)
28675 (change-log-email, change-log-file, change-log-list)
28676 (change-log-conditionals, change-log-function)
28677 (change-log-acknowledgement): Remove "-face" suffix from face names.
28678 (change-log-date-face, change-log-name-face)
28679 (change-log-email-face, change-log-file-face)
28680 (change-log-list-face, change-log-conditionals-face)
28681 (change-log-function-face, change-log-acknowledgement-face):
28682 New backward-compatibility aliases for renamed faces.
28683 (change-log-font-lock-keywords): Use renamed change-log faces.
28684
28685 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
28686 (custom-set, custom-changed, custom-saved, custom-button)
28687 (custom-button-pressed, custom-documentation, custom-state)
28688 (custom-comment, custom-comment-tag, custom-variable-tag)
28689 (custom-variable-button, custom-face-tag, custom-group-tag-1)
28690 (custom-group-tag): Remove "-face" suffix from face names.
28691 (custom-magic-alist, custom-magic-value-create)
28692 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
28693 (custom-invalid-face, custom-rogue-face, custom-modified-face)
28694 (custom-set-face, custom-changed-face, custom-saved-face)
28695 (custom-button-face, custom-button-pressed-face)
28696 (custom-documentation-face, custom-state-face)
28697 (custom-comment-face, custom-comment-tag-face)
28698 (custom-variable-tag-face, custom-variable-button-face)
28699 (custom-face-tag-face, custom-group-tag-face-1)
28700 (custom-group-tag-face):
28701 New backward-compatibility aliases for renamed faces.
28702
28703 * wid-edit.el (widget-documentation, widget-button)
28704 (widget-field, widget-single-line-field, widget-inactive)
28705 (widget-button-pressed): "-face" suffix removed from face names.
28706 (widget-documentation-face, widget-button-face)
28707 (widget-field-face, widget-single-line-field-face)
28708 (widget-inactive-face, widget-button-pressed-face):
28709 New backward-compatibility aliases for renamed faces.
28710 (widget-documentation-face, widget-button-face)
28711 (widget-button-pressed-face, widget-specify-field)
28712 (widget-specify-inactive): Use renamed widget faces.
28713
28714 2005-06-10 Kenichi Handa <handa@m17n.org>
28715
28716 * term/x-win.el (x-clipboard-yank): Remove condition-case
28717 wrapping.
28718
28719 2005-06-11 Kenichi Handa <handa@m17n.org>
28720
28721 * add-log.el (change-log-font-lock-keywords): Make the regexp for
28722 date lines stricter.
28723
28724 2005-06-10 Zhang Wei <id.brep@gmail.com>
28725
28726 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
28727 of x-get-selection.
28728
28729 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
28730
28731 * comint.el (comint-mode, comint-snapshot-last-prompt):
28732 * frame.el (frame-current-scroll-bars):
28733 * term.el (term-mode, term-check-proc, term-input-sender)
28734 (term-simple-send, term-extract-string, term-word)
28735 (term-match-partial-filename):
28736 * window.el (window-current-scroll-bars):
28737 * emulation/cua-base.el (cua-normal-cursor-color)
28738 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
28739 (cua-global-mark-cursor-color):
28740 * mail/undigest.el (rmail-forward-separator-regex):
28741 Fix typos in docstrings.
28742
28743 * comint.el (comint-check-proc, make-comint-in-buffer)
28744 (comint-source-default): Doc fixes.
28745
28746 * term.el (term-send-string): Improve argument/docstring consistency.
28747
28748 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
28749
28750 * comint.el (comint-send-input): Bind `inhibit-read-only' around
28751 call to `delete-region'.
28752 (comint-mode-hook): Do not enable Font Lock by default.
28753
28754 2005-06-09 Lute Kamstra <lute@gnu.org>
28755
28756 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
28757 could be void.
28758
28759 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
28760
28761 * emacs-lisp/debug.el (debugger-will-be-back): New var.
28762 (debug): Use it.
28763 (debugger-step-through, debugger-continue, debugger-jump)
28764 (debugger-return-value): Set it when needed.
28765 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
28766 Use inhibit-read-only.
28767
28768 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
28769
28770 * window.el (shrink-window-if-larger-than-buffer)
28771 (window-size-fixed): Fix typo in docstring.
28772
28773 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
28774 thumbnails directory on loading.
28775 (thumbs-conversion-program): Use `eq' to check the system type,
28776 not `equal'.
28777 (thumbs-temp-dir): Initialize to `temporary-file-directory',
28778 not "/tmp". Fix docstring.
28779 (thumbs-thumbsdir): New function to return the thumbnails
28780 directory, creating it if needed.
28781 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
28782 (thumbs-temp-file): Delete variable and make it into a function.
28783 (thumbs-resize-image, thumbs-modify-image): Use it.
28784 (thumbs-kill-buffer): Simplify.
28785 (thumbs-gensym): Defalias or duplicate CL `gensym'.
28786 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
28787 docstrings.
28788
28789 2005-06-09 Kim F. Storm <storm@cua.dk>
28790
28791 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
28792 set-match-data to free markers in match-data.
28793
28794 * replace.el (replace-match-data): Pass RESEAT arg `t' to
28795 match-data to unchain markers in match-data.
28796
28797 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
28798
28799 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
28800 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
28801 unnecessary now.
28802
28803 2005-06-08 Richard M. Stallman <rms@gnu.org>
28804
28805 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
28806 give the variable a doc string that doesn't say don't set it directly.
28807
28808 * textmodes/ispell.el (ispell-check-version):
28809 Use match-string-no-properties.
28810 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
28811 (ispell-buffer-local-words): Likewise.
28812
28813 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
28814 except on terminals with enough colors to really display it.
28815 (makefile-dependency-regex): Delete spurious `bb'.
28816
28817 * faces.el (escape-glyph): Use blue once again in last case.
28818 (no-break-space): Redefine so that it isn't invisible on a tty.
28819
28820 2005-06-08 Kim F. Storm <storm@cua.dk>
28821
28822 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
28823 also when reading directory name.
28824
28825 2005-06-08 Lute Kamstra <lute@gnu.org>
28826
28827 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
28828 (flyspell-mode-line-string): Remove autoload cookie.
28829 (flyspell-mode): Remove defvar.
28830
28831 2005-06-07 Lute Kamstra <lute@gnu.org>
28832
28833 * textmodes/org.el (org-run-mode-hooks): New function.
28834 (org-agenda-mode): Use it.
28835
28836 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
28837
28838 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
28839
28840 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
28841
28842 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
28843
28844 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
28845
28846 * font-lock.el (font-lock-add-keywords): Doc fix.
28847
28848 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
28849
28850 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
28851 (tex-compile-default): In the absence of any history, use the order in
28852 tex-compile-alist to choose the preferred command.
28853 (tex-compile-commands): Reorder a bit.
28854
28855 * textmodes/flyspell.el (flyspell-auto-correct-binding)
28856 (flyspell-incorrect-face, flyspell-duplicate-face):
28857 Use (X)Emacs-agnostic code.
28858 (flyspell-mode-map): Don't overwrite at each load. Remove code
28859 redundant with the subsequent add-minor-mode. Merge Emacs and
28860 XEmacs code.
28861 (flyspell-word): Minor simplification.
28862 (flyspell-math-tex-command-p): Quieten the byte-compiler.
28863 (flyspell-external-point-words): Remove unused vars `size' and `start'.
28864 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
28865 Merge the corresponding Emacs code.
28866 (flyspell-correct-word, flyspell-xemacs-popup):
28867 Use flyspell-do-correct.
28868
28869 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
28870 a dedicated window.
28871
28872 * international/latexenc.el (latexenc-find-file-coding-system):
28873 Undo part of last patch, to turn off a compiler warning.
28874
28875 2005-06-06 Juri Linkov <juri@jurta.org>
28876
28877 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
28878 Rename `tmm-inactive-face' to `tmm-inactive'.
28879
28880 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
28881
28882 * iswitchb.el: Rename faces.
28883
28884 2005-06-06 Kim F. Storm <storm@cua.dk>
28885
28886 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
28887 (cua-global-mark): Remove -face suffix from face names.
28888
28889 * emulation/cua-gmrk.el (cua--init-global-mark):
28890 Remove cua-global-mark face setup.
28891
28892 2005-06-06 Richard M. Stallman <rms@gnu.org>
28893
28894 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
28895 just like other allowed characters.
28896 (makefile-match-dependency): Exclude leading and training whitespace
28897 from the range of regexp subexp 1.
28898 (makefile-macroassign-regex): Don't try to match the body,
28899 just the name of the macro being defined.
28900
28901 * info.el (Info-read-node-name-2): New function.
28902 (Info-read-node-name-1): Use that.
28903 Add a completion-base-size-function property.
28904
28905 * simple.el (completion-setup-function): Look for
28906 completion-base-size-function property of minibuffer-completion-table.
28907
28908 * files.el (locate-file-completion): Doc fix.
28909
28910 * printing.el: Don't call pr-update-menus; user must do that.
28911
28912 * emacs-lisp/debug.el (debugger-window): New variable.
28913 (debug): Use debugger-window if it is set and still alive.
28914 Record debugger-window for next entry.
28915
28916 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
28917
28918 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
28919
28920 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
28921 (hack-one-local-variable, hack-local-variables)
28922 (hack-local-variables-prop-line): Pass that arg.
28923
28924 2005-06-06 Kim F. Storm <storm@cua.dk>
28925
28926 * ido.el (ido-first-match, ido-only-match, ido-subdir)
28927 (ido-indicator): Remove -face suffix from face names.
28928
28929 2005-06-06 Juri Linkov <juri@jurta.org>
28930
28931 * font-lock.el (font-lock-regexp-backslash)
28932 (font-lock-regexp-backslash-construct): New faces.
28933 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
28934 after `('. Add `while-no-input' to control structures.
28935
28936 * faces.el (no-break-space, shadow): New faces.
28937 (escape-glyph): Use less loud colors pink2 and red4.
28938
28939 * diff-mode.el (diff-context-face)
28940 * dired.el (dired-ignored)
28941 * rfn-eshadow.el (file-name-shadow)
28942 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
28943
28944 * info.el (Info-title-1-face): Use green instead of yellow because
28945 bold yellow is not readable on light backgrounds.
28946
28947 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
28948 before selecting the desired mode to not spend time fontifying
28949 old contents.
28950
28951 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
28952
28953 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
28954 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
28955
28956 * ps-print.el (ps-default-fg, ps-default-bg):
28957 Fix typos in docstrings.
28958
28959 * isearchb.el (isearchb): Don't pass a spurious second argument to
28960 `iswitchb-completions'.
28961
28962 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
28963
28964 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
28965 to preserve point.
28966 (gdb-find-file-hook): Add doc string.
28967
28968 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
28969 C dereferenced pointer expression.
28970 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
28971
28972 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
28973
28974 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
28975 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
28976 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
28977 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
28978 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
28979 Make background transparent.
28980
28981 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
28982
28983 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
28984 (font-lock-remove-keywords): Doc fix.
28985 (font-lock-mode-major-mode): Compiler defvar.
28986 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
28987
28988 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
28989 (font-lock-mode): Update `font-lock-mode-major-mode'.
28990 (font-lock-set-defaults): Compiler defvar.
28991 (font-lock-default-function): Take `font-lock-mode-major-mode'
28992 into account.
28993
28994 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
28995 keep track of which major mode it enabled the minor mode for.
28996 Use find-file-hook again. Update docstring.
28997
28998 * simple.el (eval-expression-print-level)
28999 (eval-expression-print-length, eval-expression-debug-on-error):
29000 Doc fixes.
29001
29002 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
29003
29004 * iswitchb.el (iswitchb-single-match-face)
29005 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
29006 (iswitchb-invalid-regexp-face): New faces.
29007 (iswitchb-completions): Use them.
29008 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
29009 now marked as an obsolete alias.
29010 (iswitchb-read-buffer): Remove check for bound font variables.
29011 (iswitchb-invalid-regexp): New free variable.
29012 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
29013 set iswitchb-invalid-regexp.
29014 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
29015 invalid regexps.
29016 (iswitchb-completions): Add check for complete match when entering
29017 a regexp.
29018 (iswitchb-completions): Remove require-match argument.
29019 (iswitchb-exhibit): Fix caller.
29020 (iswitchb-common-match-inserted): New variable.
29021 (iswitchb-complete, iswitchb-completion-help): Use it.
29022
29023 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
29024
29025 * url-http.el (url-http-chunked-encoding-after-change-function):
29026 Use `url-http-debug' instead of `message'.
29027
29028 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
29029
29030 * url-http.el (url-http-parse-headers): Pass redirected URL as a
29031 callback argument.
29032
29033 2005-06-04 Kim F. Storm <storm@cua.dk>
29034
29035 * simple.el (line-move): Only call sit-for when moving backwards.
29036
29037 * ido.el (ido-make-merged-file-list-1): New defun split from
29038 ido-make-merged-file-list.
29039 (ido-make-merged-file-list): Bind throw-on-input around call to
29040 ido-make-merged-file-list-1. Return input-pending-p if
29041 interrupted by more input available.
29042 (ido-read-internal): Handle input-pending-p return value from
29043 ido-make-merged-file-list.
29044
29045 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
29046
29047 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
29048 compatibility code.
29049
29050 * international/latexenc.el (latexenc-find-file-coding-system):
29051 Don't inherit the EOL part of the coding-system from the
29052 tex-main buffer. Fit within 80 columns.
29053
29054 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
29055
29056 * tmm.el (tmm-inactive-face): New face.
29057 (tmm-remove-inactive-mouse-face): New function.
29058 (tmm-prompt, tmm-add-one-shortcut)
29059 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
29060 but not selectable.
29061
29062 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
29063
29064 * faces.el (face-equal): Improve argument/docstring consistency.
29065
29066 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
29067
29068 * progmodes/make-mode.el (makefile-targets-face)
29069 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
29070 (makefile-bsdmake-dependency-regex)
29071 (makefile-makepp-rule-action-regex)
29072 (makefile-bsdmake-rule-action-regex): New constants.
29073 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
29074
29075 * progmodes/compile.el (compilation-error-regexp-alist-alist):
29076 Allow (...) within `...' for makepp messages.
29077
29078 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
29079
29080 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
29081
29082 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
29083 "." files are deleted from all file lists before comparison.
29084
29085 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
29086 (viper-ESC-key): Made them customizable.
29087
29088 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
29089
29090 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
29091
29092 * autorevert.el (auto-revert-buffers): Use save-match-data.
29093
29094 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
29095
29096 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
29097 menu items with a nil command binding.
29098
29099 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
29100
29101 * emacs-lisp/cl-macs.el (defsetf):
29102 Improve argument/docstring consistency.
29103
29104 * faces.el (list-faces-display): Improve the formatting by
29105 computing the maximum length required for any face-name (reworked
29106 patch of 1999-01-11, accidentally deleted on 1999-07-21).
29107 (internal-find-face): Remove redundant info in docstring.
29108
29109 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
29110
29111 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
29112 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
29113 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
29114 (gdb-assembler-custom): Improve regexps.
29115 (def-gdb-auto-update-handler): Use window point to preserve point.
29116
29117 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
29118
29119 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
29120
29121 2005-05-31 Jay Belanger <belanger@truman.edu>
29122
29123 * calc/calc-embed.el (calc-embedded-word): Change argument passed
29124 to calc-embedded.
29125 (calc-embedded-make-info): Have plain prefix argument select
29126 entire line.
29127
29128 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
29129
29130 * faces.el (list-faces-display): Signal error if passed a regexp
29131 that matches no face name.
29132
29133 * simple.el (filter-buffer-substring): Fix typo in docstring.
29134
29135 2005-05-31 Richard M. Stallman <rms@gnu.org>
29136
29137 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
29138 (vhdl-emacs-21): Doc fix.
29139 (vhdl-mode): Unconditionally set comment-padding.
29140 (vhdl-fixup-whitespace-region): Insert spaces only where
29141 there are none.
29142 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
29143
29144 2005-05-30 John Wiegley <johnw@newartisans.com>
29145
29146 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
29147 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
29148 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
29149 `directory-sep-char' to ?/, and all uses of `string-to-int' to
29150 `string-to-number'.
29151
29152 2005-05-30 Jay Belanger <belanger@truman.edu>
29153
29154 * calc/calc.el (calc-bug-address): Fix docstring.
29155 (calc-window-hook, calc-trail-window-hook): New variables.
29156 (calc-trail-display): Restore use of calc-trail-window-hook.
29157 (calc): Restore use of calc-window-hook.
29158
29159 2005-05-31 Masatake YAMATO <jet@gyve.org>
29160
29161 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
29162
29163 * help-fns.el (help-C-file-name): Add autoload mark for
29164 `find-function-noselect'.
29165
29166 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
29167
29168 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
29169 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
29170
29171 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
29172
29173 * calendar/diary-lib.el (mark-included-diary-files): Only kill
29174 included diary buffer if it was not already being visited.
29175 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
29176
29177 * calendar/icalendar.el (top-level): Do not require appt.
29178
29179 * mail/supercite.el (sc-select-attribution): Only use a list
29180 element from sc-attrib-selection-list if it returns a string.
29181 Reported by Davide G. M. Salvetti <salve@debian.org>.
29182
29183 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
29184
29185 * thumbs.el (thumbs-thumbname): The resulting thumbname now
29186 includes a hash value to improve its uniqueness, and has a ".jpg"
29187 extension. Also, it is now a valid filename on all systems.
29188 (thumbs-make-thumb): Use `let', not `let*'.
29189 (thumbs-show-thumbs-list): Check for JPEG availability.
29190
29191 2005-05-30 Richard M. Stallman <rms@gnu.org>
29192
29193 * filesets.el (filesets-menu-ensure-use-cached):
29194 Prevent warning when emacs-version>= is undefined.
29195
29196 * printing.el (pr-interactive-n-up): Use string-to-number.
29197
29198 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
29199
29200 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
29201 Warn only when name to be defined is quoted.
29202
29203 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
29204
29205 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
29206 Make regexp more robust.
29207 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
29208 Force regeneration of disassembly.
29209
29210 2005-05-29 Jay Belanger <belanger@truman.edu>
29211
29212 * calc/calc.el (calc-user-invocation): Check if
29213 calc-invocation-macro is non-nil.
29214
29215 2005-05-29 Juri Linkov <juri@jurta.org>
29216
29217 * add-log.el (change-log-font-lock-keywords):
29218 Add `+' to e-mail regexp to accept mail address with keywords.
29219
29220 * man.el (Man-name-regexp): Add `:' to accept qualified names.
29221
29222 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
29223
29224 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
29225
29226 * ielm.el (inferior-emacs-lisp-mode): Ditto.
29227
29228 2005-05-29 Richard M. Stallman <rms@gnu.org>
29229
29230 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29231 Undo the change that moves to end of the current word.
29232
29233 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
29234
29235 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
29236 Throw error when count <= 0 to ensure input is a number.
29237 (gdb-read-memory-custom): Pick up address from buffer.
29238 (gdb-memory-mode): Allow user to increment and decrement
29239 memory address from header line.
29240
29241 2005-05-29 Richard M. Stallman <rms@gnu.org>
29242
29243 * flyspell.el (flyspell-version): Function deleted.
29244 (flyspell-auto-correct-previous-hook): Doc fix.
29245
29246 * jit-lock.el (jit-lock-function, jit-lock-after-change):
29247 Do nothing if memory is full.
29248
29249 * font-lock.el (font-lock-fontify-syntactically-region):
29250 Pass t for GREEDY to looking-back.
29251
29252 * saveplace.el (save-place-alist-to-file): Write the file
29253 using write-region.
29254
29255 * subr.el (looking-back): New argument GREEDY.
29256
29257 * progmodes/compile.el (compilation-start): Set the mode
29258 before inserting the initial text.
29259
29260 * progmodes/which-func.el (which-func-update-1): Turn the mode
29261 off in case of error by setting which-func-mode.
29262
29263 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
29264
29265 * flyspell.el (flyspell-auto-correct-previous-word):
29266 Narrow down to what's on the screen, and recenter overlays
29267 at the end of the next word.
29268
29269 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
29270
29271 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
29272 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
29273 (flyspell-abbrev-p): Default to nil.
29274 (flyspell-use-global-abbrev-table-p): Doc fix.
29275 (flyspell-large-region): Allow nil as value.
29276 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
29277
29278 (mail-mode-flyspell-verify): More robust handling
29279 of `mail-header-separator'. More efficient signature detection.
29280 Allow for regexp metacharacters in message-header-separator.
29281 Adding `To' not to be checked in mail-mode-flyspell-verify.
29282
29283 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
29284 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
29285 Bind flyspell-auto-correct-binding.
29286 Bind C-. and C-, .
29287 (flyspell-mode-map): Likewise.
29288 (flyspell-mode): Doc fix.
29289 (flyspell-accept-buffer-local-defs): Preserve current buffer.
29290 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
29291 (flyspell-word-cache-result): New var, always local.
29292 (flyspell-check-pre-word-p): Doc fix.
29293 (flyspell-check-changed-word-p): Handle spc like newline.
29294 (flyspell-post-command-hook): Set flyspell-word-cache-result.
29295 (flyspell-word-search-backward, flyspell-word-search-forward):
29296 New functions.
29297 (flyspell-word): Return t if nothing to check.
29298 When parsing TeX code, check for after } or \.
29299 Use flyspell-word-search-backward to find previous word.
29300 Return nil if duplicated word.
29301 For word already checked, return same value as last time.
29302 Set flyspell-word-cache-result after checking.
29303 Don't clobber the return value.
29304 (flyspell-get-word): Major rewrite.
29305 (flyspell-external-point-words): New locals pword, pcount.
29306 Fix size used in progress message.
29307 Find the proper corresponding word in flyspell-large-region-buffer.
29308 (flyspell-region): Check for flyspell-large-region = nil.
29309 (flyspell-highlight-incorrect-region): Clean up overlays in region.
29310 (flyspell-auto-correct-word): Check that WORD is a cons.
29311 (flyspell-correct-word): Likewise.
29312
29313 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
29314
29315 * progmodes/make-mode.el (makefile-rule-action-regex)
29316 (makefile-macroassign-regex, makefile-makepp-mode)
29317 (makefile-bsdmake-mode): Continuation lines may be empty.
29318 Reported by Joshua Varner.
29319 (makefile-makepp-font-lock-keywords): Add $(stem).
29320
29321 2005-05-28 Karl Berry <karl@gnu.org>
29322
29323 * textmodes/tex-mode.el: Now that tex-send-command calls
29324 shell-quote-argument (2005-03-31 change), remove all calls to
29325 shell-quote-argument; they all end up invoking tex-send-command.
29326 The double quoting loses on filenames with non-safe characters,
29327 such as "@". Reported by Frederik Fouvry.
29328
29329 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
29330
29331 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
29332 about preserving point.
29333
29334 2005-05-27 Jay Belanger <belanger@truman.edu>
29335
29336 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
29337 Info-goto-node.
29338
29339 * calc/calc-embed.el (calc-embed-arg): New variable.
29340 (calc-do-embedded-activate, calc-embedded-activate-formula)
29341 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
29342 variable by new variable.
29343 (calc-embedded-make-info): Replace undeclared variable by new
29344 variable. When selecting region with positive prefix
29345 argument, use end of previous line instead of beginning of line.
29346
29347 * calc/calc-aent.el (calc-arg-values): Declare it.
29348
29349 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
29350 Declare them.
29351
29352 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
29353
29354 * calc/calc.el (calc-alg-map): Declare it.
29355
29356 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
29357
29358 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
29359
29360 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
29361 (gdb-registers-buffer, toggle-gdb-all-registers):
29362 Toggle display of floating point registers.
29363 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
29364
29365 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
29366 (toggle-gud-tooltip-dereference):
29367 Rename from gud-toggle-tooltip-dereference.
29368
29369 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
29370
29371 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
29372
29373 2005-05-27 Jay Belanger <belanger@truman.edu>
29374
29375 * calc/calc-prog.el (calc-kbd-report): Remove.
29376 (calc-kbd-query): Rewrite.
29377
29378 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
29379
29380 * image.el (image-library-alist): Move to image.c.
29381 (image-type-available-p): Doc fix.
29382
29383 2005-05-27 Lute Kamstra <lute@gnu.org>
29384
29385 * calc/calc.el (calc):
29386 * outline.el (outline-1, outline-2, outline-3, outline-4)
29387 (outline-5, outline-6, outline-7, outline-8):
29388 * textmodes/dns-mode.el (dns-mode):
29389 * textmodes/sgml-mode.el (sgml-namespace-face):
29390 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
29391 (tex-verbatim-face, tex-use-reftex):
29392 * textmodes/texinfo.el (texinfo-heading-face):
29393 Specify customization group.
29394
29395 * longlines.el: Don't require easy-mmode.
29396 (longlines-visible-face): Specify customization group.
29397
29398 2005-05-27 Kenichi Handa <handa@m17n.org>
29399
29400 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
29401 encoding table of windows-1251.
29402
29403 * international/ucs-tables.el (ucs-set-table-for-input):
29404 If translation-table-for-input of a coding system is a symbol, get
29405 its translation-table property.
29406
29407 * international/code-pages.el: Don't register a coding system into
29408 non-iso-charset-alist more than once.
29409 (cp-make-coding-system): Likewise.
29410
29411 2005-05-26 John Wiegley <johnw@newartisans.com>
29412
29413 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
29414 `eshell-resume-eval' is wrapped in a list, it indicates that the
29415 command was run asynchronously. In that case, unwrap the value
29416 before checking the delimiter value.
29417
29418 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
29419 character before a space at the end of a line is \, assume the space
29420 is part of the last argument rather than a final argument separator.
29421
29422 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
29423 is in use, and the target is `t' or `nil' (which are the most common
29424 values), don't assume that the symbol target is a buffer.
29425
29426 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
29427
29428 * calendar/calendar.el (calendar-mode-line-format):
29429 Use mode-line-highlight as mouse-face.
29430
29431 * time.el (display-time-string-forms, display-time-update):
29432 Use mode-line-highlight as mouse-face.
29433
29434 2005-05-26 Jay Belanger <belanger@truman.edu>
29435
29436 * calc/calc.el (calc-language-alist): Remove extra defvar.
29437
29438 2005-05-26 Lute Kamstra <lute@gnu.org>
29439
29440 * arc-mode.el (archive-mode):
29441 * bookmark.el (bookmark-read-annotation-mode)
29442 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
29443 * bs.el (bs-mode):
29444 * calc/calc-yank.el (calc-edit-mode):
29445 * calc/calc.el (calc-mode, calc-trail-mode):
29446 * calculator.el (calculator-mode):
29447 * chistory.el (command-history-mode):
29448 * comint.el:
29449 * cus-edit.el (custom-mode):
29450 * descr-text.el (describe-text-mode):
29451 * ebuff-menu.el (Electric-buffer-menu-mode):
29452 * ediff-util.el (ediff-mode):
29453 * emacs-lisp/re-builder.el (reb-mode):
29454 * emulation/vi.el (vi-mode-setup):
29455 * emulation/ws-mode.el (wordstar-mode):
29456 * eshell/esh-mode.el (eshell-mode):
29457 * forms.el (forms-mode):
29458 * help-mode.el (help-mode):
29459 * hexl.el (hexl-mode):
29460 * ibuffer.el (ibuffer-mode):
29461 * ielm.el (inferior-emacs-lisp-mode):
29462 * info.el (Info-mode, Info-edit-mode):
29463 * international/swedish.el:
29464 * ledit.el (ledit-from-lisp-mode):
29465 * locate.el (locate-mode):
29466 * mail/rmail.el (rmail-mode):
29467 * mail/rmailedit.el (rmail-edit-mode):
29468 * mail/rmailsum.el (rmail-summary-mode):
29469 * mail/supercite.el (sc-electric-mode):
29470 * net/eudc.el (eudc-mode):
29471 * net/quickurl.el (quickurl-list-mode):
29472 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
29473 * obsolete/ooutline.el (outline-mode):
29474 * obsolete/options.el (Edit-options-mode):
29475 * obsolete/rnews.el (news-mode):
29476 * obsolete/rnewspost.el (news-reply-mode):
29477 * play/5x5.el (5x5-mode):
29478 * play/decipher.el (decipher-mode, decipher-stats-mode):
29479 * play/gomoku.el (gomoku-mode):
29480 * play/snake.el (snake-mode):
29481 * play/solitaire.el (solitaire-mode):
29482 * play/tetris.el (tetris-mode):
29483 * progmodes/ada-mode.el (ada-mode):
29484 * progmodes/antlr-mode.el (antlr-mode):
29485 * progmodes/autoconf.el (autoconf-mode):
29486 * progmodes/dcl-mode.el (dcl-mode):
29487 * progmodes/delphi.el (delphi-mode):
29488 * progmodes/ebrowse.el (ebrowse-tree-mode)
29489 (ebrowse-electric-list-mode, ebrowse-member-mode)
29490 (ebrowse-electric-position-mode):
29491 * progmodes/f90.el (f90-mode):
29492 * progmodes/fortran.el (fortran-mode):
29493 * progmodes/icon.el (icon-mode):
29494 * progmodes/idlw-help.el (idlwave-help-mode):
29495 * progmodes/idlw-shell.el (idlwave-shell-mode):
29496 * progmodes/idlwave.el (idlwave-mode):
29497 * progmodes/inf-lisp.el (inferior-lisp-mode):
29498 * progmodes/m4-mode.el (m4-mode):
29499 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
29500 * progmodes/modula2.el (modula-2-mode):
29501 * progmodes/octave-inf.el (inferior-octave-mode):
29502 * progmodes/octave-mod.el (octave-mode):
29503 * progmodes/pascal.el (pascal-mode):
29504 * progmodes/sh-script.el (sh-mode):
29505 * progmodes/sql.el (sql-mode, sql-interactive-mode):
29506 * progmodes/vhdl-mode.el (vhdl-mode):
29507 * progmodes/xscheme.el (scheme-interaction-mode):
29508 * replace.el (occur-mode):
29509 * ses.el (ses-mode):
29510 * simple.el (completion-list-mode):
29511 * skeleton.el:
29512 * speedbar.el (speedbar-mode):
29513 * term.el (term-mode):
29514 * terminal.el (terminal-edit-mode):
29515 * textmodes/reftex-index.el (reftex-index-mode)
29516 (reftex-index-phrases-mode):
29517 * textmodes/reftex-sel.el (reftex-select-label-mode)
29518 (reftex-select-bib-mode):
29519 * textmodes/reftex-toc.el (reftex-toc-mode):
29520 * wdired.el (wdired-change-to-wdired-mode):
29521 * wid-browse.el (widget-browse-mode):
29522 Use run-mode-hooks.
29523
29524 * array.el (array-mode):
29525 * calendar/todo-mode.el (todo-mode):
29526 * man.el (Man-mode):
29527 * play/landmark.el (lm-mode):
29528 * play/mpuz.el (mpuz-mode):
29529 Use kill-all-local-variables and run-mode-hooks.
29530
29531 * subr.el (delay-mode-hooks): Specify indentation.
29532
29533 2005-05-26 Mark A. Hershberger <mah@everybody.org>
29534
29535 * xml.el (xml-substitute-special): Don't die for undefined xml
29536 entities.
29537
29538 2005-05-26 Jay Belanger <belanger@truman.edu>
29539
29540 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
29541 of nil.
29542
29543 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
29544
29545 * progmodes/gdb-ui.el (gdb-frame-address):
29546 Rename from gdb-current-address.
29547 (gdb-previous-frame-address): Rename from gdb-previous-address.
29548 (gdb-selected-frame): Rename from gdb-current-frame.
29549 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
29550 (gdb-frame-number): Rename from gdb-current-stack-level.
29551 (gdb-ann3): Match new mode-name for disassembly buffer.
29552 Extend initialization of variables.
29553 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
29554 (gdb-memory-mode): Use mouse-face in header line.
29555 (gdb-assembler-buffer-name): Call it disassembly and give frame
29556 in mode line.
29557 (gdb-source-spec-regexp, gdb-assembler-custom)
29558 (gdb-invalidate-assembler, gdb-frame-handler):
29559 Make robust to leading zeroes in address format.
29560
29561 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
29562
29563 * textmodes/org.el (org-mode): Use `define-derived-mode' to
29564 define `org-mode'.
29565 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
29566
29567 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
29568
29569 * log-edit.el (log-edit-changelog-entries): Distinguish between
29570 filenames like xfns.c and fns.c.
29571
29572 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
29573
29574 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
29575 point after reverting.
29576 (Buffer-menu-make-sort-button): Handle the case where
29577 `Buffer-menu-use-header-line' is nil.
29578
29579 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
29580
29581 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
29582 New funcs. In minibuffer-local-completion-map bind `]', `/'
29583 and `:' to them.
29584
29585 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
29586
29587 * startup.el (normal-top-level): Allow modification of load-path while
29588 we're iterating over it.
29589
29590 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
29591
29592 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
29593 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
29594 (thumbs-resize-interactive, thumbs-insert-image)
29595 (thumbs-insert-thumb, thumbs-dired-show-marked)
29596 (thumbs-find-image-at-point, thumbs-delete-images)
29597 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
29598 (thumbs-increment-image-size, thumbs-decrement-image-size):
29599 Fix typos in docstrings.
29600
29601 2005-05-24 Andre Spiegel <spiegel@gnu.org>
29602
29603 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
29604 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
29605 (cperl-mode): Use them.
29606
29607 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
29608
29609 * window.el (quit-window, shrink-window-if-larger-than-buffer):
29610 Doc fixes.
29611
29612 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
29613
29614 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
29615 Bind C-d to gdb-inferior-io-eof.
29616
29617 * dired.el (dired-dnd-popup-notice): Use message-box.
29618
29619 2005-05-23 Masatake YAMATO <jet@gyve.org>
29620
29621 * bindings.el (mode-line-major-mode-keymap):
29622 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
29623
29624 * faces.el (mode-line-highlight): New face.
29625
29626 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
29627 as mouse-face.
29628
29629 * bindings.el (top-level, help-echo, mode-line-modified)
29630 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
29631 as mouse-face.
29632
29633 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
29634
29635 * progmodes/cc-engine.el (c-guess-basic-syntax):
29636 Remove spurious call to `zerop'.
29637
29638 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
29639
29640 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
29641
29642 CC Mode update to 5.30.10:
29643
29644 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
29645 could go past the limit in decoration level 2, thereby causing
29646 errors during interactive fontification.
29647
29648 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
29649 the file is evaluated interactively.
29650
29651 * cc-engine.el (c-guess-basic-syntax): Handle operator
29652 declarations somewhat better in C++.
29653
29654 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
29655 make use of `run-mode-hooks' which has been added in Emacs 21.1.
29656 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
29657 (awk-mode): Use it.
29658 (make-local-hook): Suppress warning about obsoleteness.
29659
29660 * cc-engine.el, cc-align.el, cc-cmds.el
29661 (c-append-backslashes-forward, c-delete-backslashes-forward)
29662 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
29663 Compensate for return value from `forward-line' when it has moved
29664 but not to a different line due to eob.
29665
29666 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
29667 `objc-method-intro' and `objc-method-args-cont'.
29668
29669 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
29670
29671 CC Mode update to 5.30.10:
29672
29673 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
29674 in the copyright statement. Incidentally, change "along with GNU
29675 Emacs" to "along with this program" where it occurs.
29676
29677 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
29678 so that it is interactive, hence can be found by M-x awk-mode
29679 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
29680 <gmorris+emacs@ast.cam.ac.uk>.
29681
29682 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
29683 Mode's regexps.
29684
29685 2005-05-23 Kevin Ryde <user42@zip.com.au>
29686
29687 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
29688 c-parse-state, to avoid a lisp error (on bad code).
29689
29690 2005-05-23 Lute Kamstra <lute@gnu.org>
29691
29692 * subr.el (font-lock-defaults): Remove defvar as it's already
29693 defined in font-core.el.
29694
29695 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
29696
29697 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
29698
29699 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
29700 more general and work when GDB variable "print pretty" is on,
29701 as with Emacs, for example.
29702
29703 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
29704
29705 * font-core.el: Update comment.
29706
29707 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
29708 Use `after-change-major-mode-hook' instead of `find-file-hook'.
29709
29710 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
29711
29712 2005-05-22 Eli Zaretskii <eliz@gnu.org>
29713
29714 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
29715 and `yank-handler' in the doc strings.
29716
29717 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
29718
29719 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
29720
29721 2005-05-22 Richard M. Stallman <rms@gnu.org>
29722
29723 * help.el (describe-key): Move print-help-return-message call
29724 out of conditional.
29725
29726 * progmodes/etags.el (list-tags): Use with-no-warnings.
29727
29728 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
29729 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
29730 (starttls-extra-args, starttls-extra-arguments): Add defvars.
29731
29732 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
29733
29734 * language/viet-util.el (viet-viscii-nonascii-translation-table):
29735 Add defvar.
29736
29737 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
29738 Use defvar, not defconst.
29739
29740 * hexl.el (hexl-follow-line): Use with-no-warnings.
29741
29742 * emulation/tpu-extras.el: Use write-file-functions instead of
29743 write-file-hooks.
29744
29745 * dired.el (dired-font-lock-keywords): Fontify files with junk
29746 extensions even if marked by -F.
29747
29748 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
29749
29750 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
29751 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
29752 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
29753 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
29754 (concatenate, list-length, get*, getf, cl-remprop):
29755 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
29756 (etypecase, progv, lexical-let, lexical-let*)
29757 (multiple-value-bind, multiple-value-setq, shiftf):
29758 Improve argument/docstring consistency.
29759
29760 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
29761
29762 2005-05-22 Andre Spiegel <spiegel@gnu.org>
29763
29764 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
29765 doesn't exist.
29766
29767 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
29768 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
29769
29770 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
29771
29772 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
29773 already deleted variables: auto-fill-hook, blink-paren-hook,
29774 lisp-indent-hook, inhibit-local-variables, unread-command-event,
29775 suspend-hooks, comment-indent-hook, meta-flag,
29776 before-change-function, after-change-function,
29777 font-lock-doc-string-face.
29778
29779 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
29780
29781 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
29782
29783 2005-05-21 Eli Zaretskii <eliz@gnu.org>
29784
29785 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
29786 rmail-dont-reply-to.
29787
29788 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
29789
29790 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
29791 literal blank when splitting new-header-values.
29792
29793 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
29794
29795 * calendar/cal-menu.el (cal-menu-update): Add separator as a
29796 string so that tmm doesn't create a completion entry for it.
29797
29798 * textmodes/table.el (table-disable-menu): Ditto.
29799
29800 2005-05-21 Richard M. Stallman <rms@gnu.org>
29801
29802 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
29803
29804 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
29805
29806 * net/rcompile.el (remote-compile): Use compilation-start.
29807
29808 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
29809
29810 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
29811
29812 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
29813 Default to makefile-bsdmake-mode on BSD systems.
29814
29815 * imenu.el (imenu-generic-expression, imenu--generic-function'):
29816 REGEXP may also be a search function now. The part of doc-string
29817 for describing the structure was 95% identical to that of
29818 `imenu--generic-function'. Unify it there.
29819
29820 * progmodes/make-mode.el (makefile-imenu-generic-expression):
29821 Use function to find dependencies, because regexp alone is so complex,
29822 it easily goes into an endless loop.
29823 (makefile-makepp-mode): Also add submenu for Perl functions
29824 defined in the makefile.
29825 (makefile-bsdmake-mode): Special imenu-generic-expression no
29826 longer needed, due to function call.
29827 (makefile-match-dependency): Take BOUND into account when checking
29828 if we're through.
29829
29830 2005-05-20 Jay Belanger <belanger@truman.edu>
29831
29832 * calc/calc-units.el (calc-invalidate-units-table):
29833 Use inhibit-read-only.
29834 (math-build-units-table-buffer): Use view-mode.
29835
29836 2005-05-20 David Kastrup <dak@gnu.org>
29837
29838 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
29839 easy-menu-add is not a nop on Emacs; and clarify when to call it.
29840
29841 2005-05-20 Lute Kamstra <lute@gnu.org>
29842
29843 * diff-mode.el (diff-header-face, diff-file-header-face)
29844 (diff-index-face, diff-hunk-header-face, diff-removed-face)
29845 (diff-added-face, diff-changed-face, diff-function-face)
29846 (diff-context-face, diff-nonexistent-face): Put them in the
29847 diff-mode customization group.
29848
29849 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
29850
29851 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
29852
29853 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
29854
29855 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
29856 Minor regexp-optimization.
29857
29858 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
29859
29860 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
29861 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
29862 (org-agenda-add-time-grid-maybe): New function.
29863 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
29864 (org-table-create): `dotimes' instead of `mapcar'.
29865 (org-xor): Simplify implementation.
29866 (org-agenda): `inhibit-redisplay' turned on.
29867 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
29868 a consistent line after a state change.
29869 (org-agenda-remove-times-when-in-prefix): New option.
29870 (org-prefix-has-time): New variable.
29871 (org-parse-time-string): Optional argument NODEFAULT.
29872 (org-format-agenda-item): Parse items for time-of-day
29873 specifications and move these into the prefix if possible.
29874 (org-agenda-priority): Get current heading, not previous heading
29875 during agenda remote editing.
29876
29877 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
29878
29879 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
29880 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
29881 (remove-duplicates, delete-duplicates, substitute)
29882 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
29883 (nsubstitute-if-not, find, find-if, find-if-not, position)
29884 (position-if, position-if-not, count, count-if, count-if-not)
29885 (mismatch, search, sort*, stable-sort, merge, member*)
29886 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
29887 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
29888 (intersection, nintersection, set-difference, nset-difference)
29889 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
29890 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
29891 (nsublis, tree-equal): Improve argument/docstring consistency.
29892
29893 * subr.el (send-string, send-region): Remove obsolescence declaration.
29894 (window-dot, set-window-dot, read-input, show-buffer)
29895 (eval-current-buffer, string-to-int):
29896 Add release number to obsolescence declarations.
29897
29898 2005-05-19 Kim F. Storm <storm@cua.dk>
29899
29900 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
29901 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
29902
29903 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
29904
29905 * faces.el (list-faces-display): Make back button respect optional
29906 regexp arg.
29907
29908 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
29909
29910 * calculator.el (calculator-radix-grouping-mode)
29911 (calculator-radix-grouping-digits, calculator-displayer)
29912 (calculator-radix-grouping-separator, calculator-copy-displayer):
29913 * dabbrev.el (dabbrev-search-these-buffers-only):
29914 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
29915 (diff-advance-after-apply-hunk, diff-mode-hook)
29916 (diff-minor-mode-prefix):
29917 * imenu.el (imenu-use-popup-menu):
29918 * jit-lock.el (jit-lock-context-time):
29919 * newcomment.el (comment-fill-column, comment-column)
29920 (comment-style, comment-padding, comment-multi-line)
29921 (comment-empty-lines, comment-auto-fill-only-comments):
29922 * reveal.el (reveal-around-mark):
29923 * uniquify.el (uniquify-buffer-name-style)
29924 (uniquify-after-kill-buffer-p)
29925 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
29926 (uniquify-min-dir-content, uniquify-separator)
29927 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
29928 * w32-vars.el (w32-fixed-font-alist):
29929 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
29930 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
29931 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
29932 * progmodes/perl-mode.el (perl-indent-level)
29933 (perl-continued-statement-offset, perl-continued-brace-offset)
29934 (perl-brace-offset, perl-brace-imaginary-offset)
29935 (perl-label-offset, perl-indent-continued-arguments)
29936 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
29937 * progmodes/tcl.el (tcl-indent-level)
29938 (tcl-continued-indent-level, tcl-auto-newline)
29939 (tcl-tab-always-indent, tcl-electric-hash-style)
29940 (tcl-help-directory-list, tcl-use-smart-word-finder)
29941 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
29942 (inferior-tcl-source-command):
29943 * textmodes/fill.el (enable-kinsoku):
29944 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
29945 * textmodes/table.el (table-yank-handler):
29946 Specify missing group (and type, if simple) in defcustom.
29947
29948 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
29949
29950 * progmodes/compile.el (compilation-finish-function): Fix defvar.
29951
29952 2005-05-19 Richard M. Stallman <rms@gnu.org>
29953
29954 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
29955
29956 * subr.el (event-basic-type): Don't get an error.
29957 (left-fringe-p): Function deleted.
29958
29959 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
29960 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
29961
29962 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
29963 in recursive copy.
29964
29965 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
29966
29967 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
29968
29969 * emacs-lisp/bytecomp.el
29970 (byte-compile-file-form-custom-declare-variable):
29971 Call byte-compile-nogroup-warn if appropriate.
29972
29973 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
29974 (compilation-set-window): Don't call left-fringe-p; do it directly.
29975
29976 2005-05-19 Jay Belanger <belanger@truman.edu>
29977
29978 * calc/calc-graph.el (calc-graph-format-data): Make sure
29979 var-PlotRejects is bound before trying to check its value.
29980
29981 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
29982
29983 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
29984 definition of this variable from reftex-global.el to reftex.el,
29985 because it is needed in the menu.
29986
29987 2005-05-19 Lute Kamstra <lute@gnu.org>
29988
29989 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
29990 years are fixed. Don't insert a space after a dash.
29991
29992 2005-05-19 Kim F. Storm <storm@cua.dk>
29993
29994 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
29995
29996 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
29997
29998 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
29999 strings, because (eq ... ?\\) is fairly frequent.
30000
30001 * progmodes/make-mode.el (makefile-add-this-line-targets):
30002 Simplify and integrate into `makefile-pickup-targets'.
30003 (makefile-add-this-line-macro): Simplify and integrate into
30004 `makefile-pickup-macros.
30005 (makefile-pickup-filenames-as-targets): Simplify.
30006 (makefile-previous-dependency, makefile-match-dependency):
30007 Don't stumble over `::'.
30008
30009 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
30010
30011 * subr.el (post-command-idle-hook, post-command-idle-delay):
30012 Remove obsoletion of post-command-idle-hook and
30013 post-command-idle-delay.
30014
30015 * faces.el (list-faces-display): Provide button when describe-face
30016 is called to take user back to the list of faces.
30017
30018 * help-fns.el (describe-variable): Remove hyperlinks in a
30019 variable's value as these are quite frequently inappropriate.
30020
30021 * follow.el (follow-submit-feedback, follow-mode):
30022 Remove references to post-command-idle-hook.
30023
30024 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
30025
30026 * progmodes/make-mode.el (makefile-previous-dependency)
30027 (makefile-match-dependency): Check for := (and in bsd mode also
30028 !=) to give a better result, even when font-lock is not on.
30029
30030 2005-05-18 Jay Belanger <belanger@truman.edu>
30031
30032 * calc/calc-help.el (calc-s-prefix-help):
30033 Add `calc-copy-special-constant' to help string.
30034
30035 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
30036
30037 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30038
30039 2005-05-18 Jay Belanger <belanger@truman.edu>
30040
30041 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
30042 in linear factors are in proper order.
30043
30044 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
30045
30046 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
30047 Support for jurabib.
30048
30049 * textmodes/reftex.el (featurep): Define aliases for overlay
30050 commands, for XEmacs compatibility, and use these aliases in
30051 overlay initializations.
30052 (reftex-highlight): Use `reftex-move-overlay'.
30053 (reftex-unhighlight): Use `reftex-delete-overlay'.
30054 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
30055 (reftex-access-search-path): Use `reftex-uniquify' instead of
30056 `reftex-uniq'.
30057
30058 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
30059 `before-string' property modification enables for Emacs as well.
30060 (reftex-select-item): Use `reftex-delete-overlay'.
30061 (reftex-select-mark): Use `reftex-make-overlay' and
30062 `reftex-overlay-put'.
30063 (reftex-select-unmark): Use `reftex-delete-overlay' and
30064 `reftex-overlay-put'.
30065
30066 2005-05-18 Lute Kamstra <lute@gnu.org>
30067
30068 * emacs-lisp/lisp.el (check-parens): Fix docstring.
30069
30070 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
30071
30072 * add-log.el (add-change-log-entry):
30073 * array.el (array-make-template, array-reconfigure-rows)
30074 (array-init-max-row, array-init-max-column)
30075 (array-init-columns-per-line, array-init-field-width):
30076 * replace.el (replace-match-maybe-edit, perform-replace):
30077 * textmodes/spell.el (spell-region):
30078 Replace `read-input' by `read-string'.
30079
30080 * forms.el (forms-mode):
30081 * finder.el (finder-compile-keywords):
30082 * shadowfile.el (shadow-read-files):
30083 Replace `eval-current-buffer' by `eval-buffer'.
30084
30085 * terminal.el (te-pass-through):
30086 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
30087 (ange-ftp-raw-send-cmd):
30088 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
30089 (send-process-next-char, telnet-initial-filter, telnet):
30090 Replace `send-string' by `process-send-string'.
30091
30092 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
30093 (prolog-consult-region): Replace `send-string' by
30094 `process-send-string'; replace `send-region' by `process-send-region'.
30095
30096 * progmodes/delphi.el (delphi-log-msg):
30097 Replace `set-window-dot' by `set-window-point'.
30098
30099 * subr.el (window-dot, set-window-dot, read-input, send-string)
30100 (send-region, show-buffer, eval-current-buffer):
30101 Make really obsolete, as the comment says.
30102
30103 2005-05-17 Kim F. Storm <storm@cua.dk>
30104
30105 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
30106 (cua--init-keymaps): Bind C-return instead of S-return to set
30107 rectangle mark.
30108
30109 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
30110 instead of S-return to toggle/clear rectangle mark.
30111
30112 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
30113
30114 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
30115 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
30116 Also fontify plain strings assigned to variables, mostly so that a
30117 colon has a face and is thus not taken as a dependency separator.
30118 (makefile-previous-dependency): Inline the new matcher, because it
30119 is too complex to work in both directions.
30120 (makefile-match-dependency): Eliminate `backward' arg (see above).
30121 Completely reimplemented so as to not sometimes go into an endless
30122 loop. It should also be more efficient, because first it only
30123 searches for `:', instead of applying the very complex regexp.
30124 (makefile-mode): Cancel `font-lock-support-mode', because blocks
30125 to be fontified in one piece can be too long for JIT.
30126 Makefiles are never *that* big.
30127
30128 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
30129
30130 * dired.el (dired-mode): Simplify.
30131
30132 2005-05-17 Lute Kamstra <lute@gnu.org>
30133
30134 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
30135 defcustom for the mode hook variable.
30136
30137 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
30138 Emacs Lisp Reference Manual.
30139
30140 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
30141
30142 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
30143 (evenp, list*):
30144 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
30145 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
30146
30147 * net/tramp-smb.el (tramp-smb-open-connection):
30148 Pass `tramp-chunksize' as fifth (required) argument.
30149
30150 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
30151
30152 * font-lock.el (lisp-font-lock-keywords-1):
30153 Set `font-lock-negation-char-face' for [^...] char group.
30154 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
30155
30156 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
30157 a var, and refine it to mask one more level of nested vars.
30158 (makefile-rule-action-regex): Turn it into a var, and refine it so
30159 it recognizes backslashed continuation lines as belonging to the
30160 same command.
30161 (makefile-macroassign-regex): Refine it so it recognizes
30162 backslashed continuation lines as belonging to the same command.
30163 (makefile-var-use-regex): Don't look at the next char, because it
30164 might be the same one to be skipped by the initial [^$], leading
30165 to an overlooked variable use.
30166 (makefile-make-font-lock-keywords): Remove two parameters, which
30167 are now variables that some of the modes set locally.
30168 Handle dependency and rule action matching through functions, because
30169 regexps alone match too often. Dependency matching now comes
30170 last, so it can check, whether a colon already matched something else.
30171 (makefile-mode): Inform that font-lock improves makefile parsing
30172 capabilities.
30173 (makefile-match-dependency, makefile-match-action): New functions.
30174
30175 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
30176
30177 * emacs-lisp/cl-extra.el (equalp): Doc fix.
30178
30179 * align.el (align-regexp):
30180 * ansi-color.el (ansi-color-get-face):
30181 * array.el (array-reconfigure-rows, array-init-max-row)
30182 (array-init-max-column, array-init-columns-per-line)
30183 (array-init-field-width):
30184 * dired-aux.el (dired-trample-file-versions):
30185 * dired-x.el (dired-mark-sexp):
30186 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
30187 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
30188 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
30189 * faces.el (face-read-integer):
30190 * files.el (backup-extract-version, insert-directory):
30191 * hexl.el (hexl-insert-decimal-char):
30192 * server.el (server-process-filter):
30193 * shell.el (shell-extract-num):
30194 * startup.el (command-line-1):
30195 * term.el (term-command-hook):
30196 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
30197 (time-stamp-do-number):
30198 * time.el (display-time-update):
30199 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
30200 (timezone-fix-time):
30201 * vms-patch.el (vms-suspend-resume-hook):
30202 * calendar/appt.el (appt-convert-time):
30203 * calendar/cal-bahai.el (mark-bahai-diary-entries):
30204 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
30205 * calendar/cal-islam.el (mark-islamic-diary-entries):
30206 * calendar/calendar.el (calendar-cursor-to-date)
30207 (calendar-star-date):
30208 * calendar/diary-lib.el (diary-attrtype-convert)
30209 (mark-diary-entries, diary-entry-time):
30210 * calendar/solar.el (solar-get-number):
30211 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
30212 * emacs-lisp/re-builder.el (reb-display-subexp):
30213 * emulation/edt.el (edt-set-scroll-margins):
30214 * emulation/tpu-extras.el (tpu-set-scroll-margins):
30215 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
30216 (vip-get-ex-count):
30217 * emulation/viper-ex.el (viper-get-ex-token)
30218 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
30219 * international/fontset.el (fontset-plain-name):
30220 * mail/feedmail.el (feedmail-look-at-queue-directory):
30221 * mail/mailalias.el (mail-get-names):
30222 * mail/rmail.el (rmail-convert-to-babyl-format):
30223 * mail/rmailsum.el (rmail-make-basic-summary-line)
30224 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
30225 (rmail-summary-goto-msg):
30226 * mail/smtpmail.el (smtpmail-read-response):
30227 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
30228 (ange-ftp-vms-add-file-entry):
30229 * play/gametree.el (gametree-looking-at-ply)
30230 (gametree-current-branch-score):
30231 * progmodes/ada-xref.el (ada-prj-find-prj-file)
30232 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
30233 * progmodes/cperl-mode.el (condition-case):
30234 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
30235 (ebrowse-set-member-buffer-column-width)
30236 (ebrowse-select-1st-to-9nth):
30237 * progmodes/etags.el (etags-snarf-tag):
30238 * progmodes/flymake.el (flymake-parse-line):
30239 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
30240 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
30241 (idlwave-shell-menu-def):
30242 * progmodes/ps-mode.el (ps-run-goto-error):
30243 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
30244 (vhdl-speedbar-contract-level):
30245 * term/mac-win.el (x-handle-numeric-switch):
30246 * term/sun-mouse.el (sun-get-frame-data):
30247 * term/w32-win.el (x-handle-numeric-switch):
30248 * term/x-win.el (x-handle-numeric-switch):
30249 * textmodes/ispell.el (ispell-parse-output):
30250 * textmodes/nroff-mode.el (nroff-outline-level):
30251 * textmodes/reftex-cite.el (reftex-bib-sort-year)
30252 (reftex-bib-sort-year-reverse, reftex-format-citation):
30253 * textmodes/reftex-parse.el (reftex-init-section-numbers)
30254 (reftex-section-number):
30255 * textmodes/texinfmt.el (texinfo-paragraphindent):
30256 Replace `string-to-int' by `string-to-number'.
30257
30258 * international/latexenc.el: Add page marker to force the "Local
30259 Variables:" string out of the last page.
30260
30261 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
30262
30263 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
30264 tooltip-change-major-mode.
30265 (gud-tooltip-print-command): Remove case where gud-minor-mode
30266 is gdb ("--fullname").
30267 (gud-tooltip-tips): Turn GUD tooltips off for this case and
30268 explain to user.
30269
30270 2005-05-16 Jay Belanger <belanger@truman.edu>
30271
30272 * calc/calc-store.el (calc-copy-special-constant): New function.
30273
30274 * calc/calc-ext.el (calc-init-extensions): Add binding for
30275 `calc-copy-special-constant'.
30276
30277 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
30278 for the `calc-copy-special-constant' command.
30279
30280 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
30281
30282 * subr.el (left-fringe-p): New function.
30283
30284 * progmodes/compile.el (compilation-setup): Set local value of
30285 overlay-arrow-string to "" always.
30286 (compilation-set-window): Left fringe then don't scroll.
30287 No left fringe then no arrow and scroll message to top.
30288 (compilation-context-lines): Adjust doc string accordingly.
30289
30290 2005-05-16 Kim F. Storm <storm@cua.dk>
30291
30292 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
30293 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
30294 (ido-wide-find-dir-or-delete-dir): New command for M-d.
30295 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
30296 (ido-read-file-name): Handle commands with ido property value
30297 equal to find-file as reading a file name, to allow C-d to enter dired.
30298 (ibuffer-find-file): Add ido property with value find-file.
30299
30300 2005-05-15 Kim F. Storm <storm@cua.dk>
30301
30302 * subr.el (open-network-stream-nowait): Remove.
30303 (open-network-stream-server): Remove.
30304
30305 2005-05-15 Richard M. Stallman <rms@gnu.org>
30306
30307 * faces.el (describe-face): Output a definition link button.
30308
30309 * help-mode.el (help-face-def): New button type.
30310
30311 * emacs-lisp/copyright.el (copyright-fix-years):
30312 Match properly if the first year is 2-digit.
30313 Don't mess up the whitespace after the years by filling.
30314
30315 * dired-aux.el (dired-mark-confirm):
30316 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
30317
30318 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
30319 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
30320 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
30321
30322 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30323 Set font-lock-comment-start-skip.
30324
30325 * font-lock.el (font-lock-comment-start-skip): New variable.
30326 (font-lock-comment-end-skip): New variable.
30327 (font-lock-fontify-syntactically-region): Use them if non-nil.
30328
30329 2005-05-15 Jay Belanger <belanger@truman.edu>
30330
30331 * calc/calc-store.el (calc-store-value): Return a string rather
30332 than display it as a message.
30333 Use calc-var-name for variable name.
30334 (calc-store-into): Add the result of calc-store-value to message.
30335 (calc-copy-variable): Add a message.
30336 (calc-store-exchange): Improve error messages.
30337 (calc-store-binary, calc-store-map): Don't reset the values of
30338 special constants.
30339
30340 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
30341
30342 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
30343 manual to docstring.
30344
30345 * files.el (hack-local-variables-confirm): Add STRING argument.
30346 Make the function handle non file visiting buffers correctly.
30347 (hack-local-variables-prop-line, hack-local-variables)
30348 (hack-one-local-variable): Use STRING arg of
30349 `hack-local-variables-confirm'.
30350
30351 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
30352
30353 Sync with Tramp 2.0.49.
30354
30355 * net/tramp.el (tramp-handle-dired-call-process)
30356 (tramp-handle-insert-directory):`insert-buffer' cannot be used
30357 because the contents of the Tramp buffer is changed before
30358 insertion (`expand-file' and alike).
30359 (tramp-handle-insert-directory): If `localname' has an empty
30360 nondirectory name, it must not be quoted.
30361 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
30362 variable `tramp-chunksize'. Change callees.
30363 (tramp-open-connection-setup-interactive-shell): Check remote host
30364 for buggy `send-process-string' implementation.
30365 Set `tramp-chunksize' if found. Reported by Michael Kifer
30366 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
30367 (tramp-handle-shell-command): `insert-buffer' cannot be used
30368 because the contents of the Tramp buffer is changed before
30369 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
30370 <frederic.bothamy@free.fr>.
30371 (tramp-set-auto-save): Actions should be done for Tramp file name
30372 handler only. Ange-FTP has its own auto-save mechanism.
30373 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
30374 (tramp-set-auto-save-file-modes): Set file modes of
30375 `buffer-auto-save-file-name' to ?\600 as fallback solution.
30376 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
30377 (tramp-bug): Remove obsolete variable.
30378 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
30379 for presence of `mml-mode'. Make it running for older Emacsen as well.
30380
30381 2005-05-14 John Paul Wallington <jpw@pobox.com>
30382
30383 * ibuf-ext.el (define-ibuffer-filter filename):
30384 If `dired-directory' is a list, use its car.
30385
30386 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
30387
30388 * ibuffer.el (define-ibuffer-column filename):
30389 If `dired-directory' is a list, use its car.
30390
30391 2005-05-14 Richard M. Stallman <rms@gnu.org>
30392
30393 * subr.el (symbol-file): Doc fix.
30394
30395 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
30396 (byte-compile-form): Call byte-compile-nogroup-warn.
30397 (byte-compile-warning-types): Doc fix.
30398
30399 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
30400
30401 * progmodes/cc-engine.el (c-literal-faces):
30402 Add font-lock-comment-delimiter-face.
30403
30404 * net/net-utils.el (dig): Use with-no-warnings.
30405
30406 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
30407 (sc-recite-frame-alist, sc-default-cite-frame)
30408 (sc-default-uncite-frame, sc-default-recite-frame)
30409 (sc-attrib-selection-list, sc-rewrite-header-list):
30410 Mark as risky-local-variable.
30411
30412 * international/ogonek.el (ogonek-jak, ogonek-how):
30413 Don't use beginning-of-buffer.
30414
30415 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
30416
30417 * calendar/solar.el (solar-data-list): Move definition up.
30418
30419 * dnd.el (dnd-protocol-alist): Add autoload.
30420
30421 * progmodes/sh-script.el: Many doc usage fixes.
30422 (sh-indent-after-do): Change default to match common styles.
30423
30424 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
30425
30426 * files.el (interpreter-mode-alist)
30427 (auto-mode-interpreter-regexp): Doc fixes.
30428
30429 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
30430
30431 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
30432
30433 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
30434
30435 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
30436
30437 * dired.el (dired-mode): make-variable-buffer-local =>
30438 make-local-variable.
30439
30440 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30441
30442 * term/mac-win.el (mac-select-convert-to-string): Try coding
30443 systems in mac-script-code-coding-systems if specified one cannot
30444 encode string for `com.apple.traditional-mac-plain-text'.
30445
30446 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
30447
30448 * progmodes/make-mode.el (makefile-targets-face)
30449 (makefile-shell-face, makefile-makepp-perl-face): New faces.
30450 (makefile-dependency-regex): Fix it to not make the colon in
30451 $(var:a=b) special.
30452 (makefile-rule-action-regex): New regexp for highlighting embedded
30453 Shell strings.
30454 (makefile-macroassign-regex): Handle != for highlighting as
30455 embedded Shell strings.
30456 (makefile-var-use-regex): New const.
30457 (makefile-statements, makefile-automake-statements)
30458 (makefile-gmake-statements, makefile-makepp-statements)
30459 (makefile-bsdmake-statements): New consts.
30460 (makefile-make-font-lock-keywords): New function.
30461 (makefile-automake-font-lock-keywords)
30462 (makefile-gmake-font-lock-keywords)
30463 (makefile-makepp-font-lock-keywords)
30464 (makefile-bsdmake-font-lock-keywords): New consts.
30465 (makefile-mode-map): Add switchers between the various submodes.
30466 (makefile-mode): Document the availability of the variants.
30467 (makefile-automake-mode, makefile-gmake-mode)
30468 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
30469
30470 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
30471 new variants of makefile-mode.
30472
30473 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
30474
30475 * font-lock.el (font-lock-comment-delimiter-face): Fix up
30476 the inheritance.
30477
30478 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
30479
30480 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
30481 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
30482
30483 * files.el (normal-mode): Extend the scope of the
30484 `enable-local-variables' binding to include the `set-auto-mode' call.
30485 (magic-mode-alist): Doc fix.
30486
30487 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
30488
30489 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
30490 font-lock-comment-face rather than copying its setting.
30491
30492 2005-05-12 Andreas Schwab <schwab@suse.de>
30493
30494 * eshell/esh-mode.el (eshell-send-input): Doc fix.
30495
30496 2005-05-12 Lute Kamstra <lute@gnu.org>
30497
30498 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
30499 defcustom for the mode hook variable. Delete the last argument.
30500 * generic-x.el: Fix callers of define-generic-mode.
30501 (generic-x-modes): Delete group.
30502 (show-tabs-tab-face, show-tabs-space-face): Put them in the
30503 generic-x customization group.
30504
30505 2005-05-12 Kim F. Storm <storm@cua.dk>
30506
30507 * font-lock.el (font-lock-negation-char-face): Default to "off".
30508
30509 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
30510 font-lock-negation-char-face to ! in !=.
30511
30512 2005-05-12 Masatake YAMATO <jet@gyve.org>
30513
30514 * add-log.el (find-change-log): Fix typos in the docstring
30515 of function.
30516
30517 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
30518
30519 * international/latexenc.el (latexenc-find-file-coding-system):
30520 Avoid `re-search-forward' when looking for input encoding because
30521 of speed and safety. Better regular expressions for recognizing
30522 input encoding. Limit a search for TeX-master/tex-main-file to
30523 the local variable section.
30524
30525 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
30526
30527 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
30528 syntax of $ to "'" (quote).
30529
30530 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
30531
30532 * dnd.el (dnd-protocol-alist): Improve custom type.
30533
30534 * dired.el (dired-dnd-protocol-alist): New variable.
30535 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
30536 `dired-mode-hook' to the end.
30537
30538 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
30539
30540 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
30541 comment-end if comment-start-skip is not set.
30542 Obey the font-lock-comment-delimiter-face variables.
30543
30544 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
30545
30546 * files.el (executable-find): Move from executable.el. Use
30547 locate-file.
30548 * progmodes/executable.el (executable-find): Move to files.el.
30549
30550 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
30551 when trying to ensure forward progress.
30552
30553 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
30554
30555 * mouse-sel.el (mouse-sel-follow-link-p): New function.
30556 (mouse-select, mouse-select-internal, mouse-extend-internal):
30557 Use it to implement mouse-1-click-follows-link functionality.
30558
30559 2005-05-11 Richard M. Stallman <rms@gnu.org>
30560
30561 * font-lock.el (font-lock-fontify-syntactically-region):
30562 Use font-lock-comment-delimiter-face for comment delimiters.
30563
30564 2005-05-10 Jay Belanger <belanger@truman.edu>
30565
30566 * calc/calc-help.el (calc-m-prefix-help): Add mention of
30567 preserving embedded modes.
30568
30569 2005-05-10 Richard M. Stallman <rms@gnu.org>
30570
30571 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
30572
30573 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
30574 Move from ada-stmt.el.
30575 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
30576
30577 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
30578 Move to ada-mode.el.
30579 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
30580
30581 * cus-edit.el (custom-file): Call file-chase-links.
30582
30583 * files.el (read-directory-name): Fix previous change.
30584 (hack-local-variables-confirm): New function.
30585 (hack-local-variables-prop-line, hack-local-variables)
30586 (hack-one-local-variable): Use it.
30587
30588 2005-05-10 Lute Kamstra <lute@gnu.org>
30589
30590 * font-lock.el (font-lock-keywords-alist)
30591 (font-lock-removed-keywords-alist): Clarify docstrings.
30592
30593 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
30594
30595 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
30596 (gdb-source-info): Check for preprocessor info.
30597 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
30598 a macro for a function.
30599 (gdb-info-breakpoints-custom): Try to find file again if not already
30600 found (user might have used GDB dir command).
30601 (gdb-get-location): Update gdb-location-alist correctly for change
30602 to gdb-info-breakpoints-custom.
30603
30604 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
30605 (gud-tooltip-print-command): Add gdbmi case.
30606 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
30607 preprocessor info.
30608
30609 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
30610
30611 * startup.el (fancy-splash-insert): Fix typo in doc string.
30612
30613 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
30614
30615 * obsolete/float.el (string-to-float):
30616 * obsolete/hilit19.el (hilit-add-pattern):
30617 * obsolete/rnews.el (news-parse-range, news-select-message)
30618 (news-get-pruned-list-of-files): Replace `string-to-int' by
30619 `string-to-number'.
30620
30621 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
30622 `find-file-not-found-hooks'; use `add-hook'.
30623 (uncompress-while-visiting): Set `write-file-functions', not
30624 `write-file-hooks'; use `add-hook'.
30625
30626 2005-05-09 Kim F. Storm <storm@cua.dk>
30627
30628 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
30629 (cua-paste): Handle clipboard action.
30630 (cua--init-keymaps): Remap clipboard-kill-region and
30631 clipboard-kill-ring-save.
30632
30633 2005-05-08 Eli Zaretskii <eliz@gnu.org>
30634
30635 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30636 Improve commentary.
30637
30638 * simple.el (next-error-overlay-arrow-position): Revert the change
30639 made on 2005-04-30.
30640
30641 2005-05-07 Jay Belanger <belanger@truman.edu>
30642
30643 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
30644 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
30645 `calc-sel-reselect'.
30646
30647 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
30648 Calc is in embedded mode.
30649
30650 2005-05-07 Eli Zaretskii <eliz@gnu.org>
30651
30652 * progmodes/compile.el (compilation-setup):
30653 Set overlay-arrow-string to an empty string on text terminals.
30654
30655 * textmodes/ispell.el (ispell-program-name): Try looking for
30656 "aspell" along exec-path, and if found, use it as the default
30657 speller program.
30658
30659 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
30660
30661 * international/mule.el (sgml-xml-auto-coding-function):
30662 Recognize encoding='FOO' in single quotes as well as in double quotes.
30663
30664 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
30665
30666 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
30667 as well as `interactive', so that defmacro* would recognize
30668 `declare' forms.
30669
30670 2005-05-07 Eli Zaretskii <eliz@gnu.org>
30671
30672 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30673 Explain more about the LIGHTER arg's usage in the doc string.
30674 Add commentary to clarify what the code does. Fix the regexp that
30675 strips whitespace from LIGHTER. Quote LIGHTER before using it,
30676 since it could have characters special to regular expressions.
30677
30678 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
30679
30680 * replace.el (occur-1): Bind inhibit-read-only so that
30681 erase-buffer doesn't barf on read-only text properties (likewise
30682 for add-text-properties in occur-engine). Mark buffer as unmodified.
30683 (occur-engine): Don't set buffer-read-only here.
30684
30685 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
30686
30687 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
30688 list-buffers-directory. This caused the *cvs-commit* buffer to be
30689 sometimes mistakenly reused as a *cvs* buffer.
30690
30691 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
30692
30693 * tooltip.el: Move code for GUD tooltips into gud.el.
30694 (require): CL no longer needed to compile case.
30695 (tooltip-mode): Do not toggle functions for GUD tooltips.
30696 (tooltip-gud-tips-p): Remove. Replace with minor mode
30697 gud-tooltip-mode in gud.el.
30698 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
30699 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
30700 tooltip-gud prefix with gud-tooltip and obsolete.
30701 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
30702 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
30703 (tooltip-mouse-motion): Mouse movement functions/variable.
30704 Rename in gud.el by adding gud prefix.
30705 (tooltip-gud-original-filter, tooltip-gud-dereference)
30706 (tooltip-gud-event, tooltip-toggle-gud-tips)
30707 (tooltip-gud-process-output, tooltip-gud-print-command)
30708 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
30709 gud.el by replacing tooltip-gud prefix with gud-tooltip.
30710 (gdb-tooltip-print): Move to gdb-ui.el.
30711
30712 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
30713 (require): CL needed to compile case.
30714 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
30715 tooltip-gud-tips-p. Make it a minor-mode.
30716 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
30717 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
30718 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
30719 (gud-tooltip-change-major-mode)
30720 (gud-tooltip-activate-mouse-motions-if-enabled)
30721 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
30722 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
30723 (gud-tooltip-original-filter, gud-tooltip-dereference)
30724 (gud-tooltip-event, tooltip-toggle-gud-tips)
30725 (gud-tooltip-process-output, gud-tooltip-print-command)
30726 (gud-tooltip-tips): Move from tooltip.el.
30727
30728 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
30729 (gdb-cpp-define-alist-flags): Doc fix.
30730 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
30731 gud-tooltip-mode is t.
30732
30733 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
30734
30735 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
30736 evaporate if their text is deleted.
30737 (goto-address-at-point): Make it work as a mouse binding as well.
30738 (goto-address-at-mouse): Obsolete it. Update users.
30739
30740 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
30741
30742 * calendar/appt.el (top-level): No longer activate on load.
30743
30744 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
30745
30746 * calendar/cal-bahai.el (mark-bahai-diary-entries):
30747 * net/webjump.el (webjump):
30748 * progmodes/idlw-help.el (idlwave-do-context-help1)
30749 (idlwave-highlight-linked-completions):
30750 * textmodes/po.el (po-find-file-coding-system-guts):
30751 Replace `assoc-ignore-case' by `assoc-string'.
30752
30753 2005-05-06 Eli Zaretskii <eliz@gnu.org>
30754
30755 * files.el (locate-file): Doc fix.
30756
30757 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
30758 Remove the redundant test for ms-dos.
30759
30760 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
30761 look for the preprocessor with exec-suffixes. If not found in
30762 standard places, look in exec-path. Remove most of the tests that
30763 used system-type.
30764
30765 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
30766
30767 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
30768
30769 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
30770 file-name clash with jka-compr.el on 8+3 filesystems.
30771
30772 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30773
30774 * term/mac-win.el: Don't define or bind scroll bar functions if
30775 x-toolkit-scroll-bars is t.
30776 (x-select-text, x-get-selection-value): Clear
30777 x-last-selected-text-clipboard if x-select-enable-clipboard is
30778 nil.
30779 (PRIMARY): Put mac-scrap-name property.
30780 (mac-select-convert-to-file-url): New function.
30781 (public.file-url): New selection target type. Add to
30782 selection-converter-alist.
30783 (x-get-selection, x-selection-value): Handle it.
30784 (x-cut-buffer-or-selection-value): New alias.
30785
30786 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
30787
30788 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
30789 entry to avoid calling bibtex-find-entry with arg global
30790 being t. Remove arg key.
30791 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
30792 (bibtex-copy-summary-as-kill): Change accordingly.
30793
30794 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
30795
30796 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
30797 (org-agenda-date-later): Use with-current-buffer.
30798
30799 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
30800
30801 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
30802 (define-obsolete-variable-alias): Doc Fixes.
30803
30804 2005-05-06 Kim F. Storm <storm@cua.dk>
30805
30806 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
30807 vertical-motion when selective-display is active.
30808
30809 * ido.el (ido-setup-hook): New hook.
30810 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
30811 (ido-input-stack): New var.
30812 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
30813 ido-next-work-file binding to M-O.
30814 Bind M-f to ido-wide-find-file-or-pop-dir.
30815 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
30816 (ido-read-internal): Run ido-setup-hook.
30817 Catch quit in read-file-name and read-string to cancel edit.
30818 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
30819 Automatically pop-all when completing a directory name (RET).
30820 (ido-file-internal): Add with-no-warnings around ffap and dired code.
30821 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
30822 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
30823 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
30824 New functions for M-b/M-f to move among the directory components.
30825 (ido-make-merged-file-list): Catch quit to cancel merge.
30826 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
30827 (ido-completion-help): No warnings for ido-completion-buffer-full.
30828
30829 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
30830
30831 * font-lock.el (font-lock-negation-char-face): New face and variable.
30832 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
30833 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
30834 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
30835 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
30836
30837 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
30838
30839 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
30840 Fix typo in docstring.
30841
30842 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
30843 (ebrowse-print-statistics-line)
30844 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
30845
30846 * term/w32-win.el (image-library-alist): Add additional name for
30847 Xpm library.
30848
30849 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
30850
30851 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
30852 use gcc instead of cpp.
30853
30854 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
30855 (gdb-create-define-alist): Use it.
30856 (gdb-cpp-define-alist-program): Update for MS-DOS.
30857
30858 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
30859
30860 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
30861
30862 2005-05-04 Richard M. Stallman <rms@gnu.org>
30863
30864 * help.el (describe-key): No error when UNTRANSLATED is nil.
30865
30866 * simple.el (line-move-1): Fix previous change to signal errors
30867 appropriately.
30868
30869 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
30870
30871 * calendar/icalendar.el (icalendar-version): Now at 0.12.
30872 (icalendar-duration-correction): Remove.
30873 (icalendar--get-event-properties): Split result at commas.
30874 (icalendar--decode-isoduration): New optional argument
30875 DURATION-CORRECTION.
30876 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
30877 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
30878 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
30879 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
30880 (icalendar--convert-anniversary-to-ical): New functions, extracted
30881 from icalendar-export-region, with bug fixes.
30882 (icalendar-export-region): Use the above functions.
30883 (icalendar-import-buffer): Check before saving diary file.
30884 (icalendar--convert-recurring-to-diary)
30885 (icalendar--convert-non-recurring-all-day-to-diary)
30886 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
30887 extracted from icalendar--convert-ical-to-diary, with bug fixes.
30888 (icalendar--convert-ical-to-diary): Use the above functions.
30889
30890 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
30891
30892 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
30893 Remove these recent additions.
30894 (c-mode): Restore to before 2005-04-28.
30895
30896 * progmodes/cc-vars.el (cc-define-list-program): Remove this
30897 recent addition.
30898
30899 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
30900 (gdb-define-alist): New variables.
30901 (gdb-create-define-alist): New function.
30902 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
30903 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
30904 with string-to-number.
30905 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
30906
30907 * progmodes/gud.el: Replace string-to-int with string-to-number.
30908 (gud-find-file): Handle gdb-define-alist.
30909
30910 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
30911
30912 2005-05-02 Jay Belanger <belanger@truman.edu>
30913
30914 * calc/calc-aent.el (math-read-token):
30915 * calc/calc-bin.el (calc-word-size):
30916 * calc/calc-ext.el (calc-read-number-fancy):
30917 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
30918 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
30919 * calc/calc-frac.el (calc-over-notation):
30920 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
30921 (calc-graph-num-points, calc-graph-init):
30922 * calc/calc-prog.el (calc-read-parse-table-part)
30923 (calc-edit-macro-repeats):
30924 * calc/calc-yank.el (calc-do-grab-rectangle):
30925 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
30926 Replace `string-to-int' by `string-to-number'.
30927
30928 2005-05-02 Kim F. Storm <storm@cua.dk>
30929
30930 * kmacro.el: Use executing-kbd-macro-index variable.
30931
30932 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
30933
30934 * net/rlogin.el (rlogin-parse-words): Delete func.
30935 (rlogin): Use split-string, not rlogin-parse-words.
30936 Also, if there are option-like elements in the parsed args,
30937 take the host to be the first arg immediately following them.
30938 Suggested by Michael Mauger.
30939
30940 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
30941
30942 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
30943
30944 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
30945
30946 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
30947 (cc-mode-cpp-program): Rename to cc-define-list-program and
30948 move to cc-vars.el.
30949
30950 * progmodes/cc-vars.el (cc-define-list-program):
30951 Change to "gcc -E -dM -". Make customizable.
30952
30953 2005-05-02 Kim F. Storm <storm@cua.dk>
30954
30955 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
30956
30957 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
30958
30959 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
30960
30961 * international/mule-util.el (truncate-string): Remove alias and
30962 obsolete declaration.
30963
30964 * international/mule-cmds.el (update-iso-coding-systems):
30965 Remove alias and obsolete declaration.
30966
30967 * international/mule.el (coding-system-parent): Remove alias and
30968 obsolete declaration.
30969
30970 * subr.el (define-function, sref): Remove aliases and obsolete
30971 declarations.
30972 (chars-in-region): Remove obsolete declaration.
30973
30974 2005-05-01 Richard M. Stallman <rms@gnu.org>
30975
30976 * info.el (Info-mode): Set widen-automatically to nil, locally.
30977
30978 * simple.el (widen-automatically): New variable.
30979 (pop-global-mark): Obey widen-automatically.
30980
30981 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
30982
30983 * term/xterm.el (function-key-map): Call substitute-key-definition
30984 before the keymap size is increased by a lot of define-key calls.
30985
30986 2005-05-01 Richard M. Stallman <rms@gnu.org>
30987
30988 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
30989 Rename ARG to ELEMENT. Doc fix.
30990
30991 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
30992
30993 * allout.el (allout-exposure): Remove macro and obsolete declaration.
30994 Remove references to allout-exposure/change to allout-new-exposure.
30995
30996 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
30997 bytecode symbols.
30998
30999 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
31000 (compiled-function-p, focus-frame, unfocus-frame):
31001 Remove aliases and obsolete declarations.
31002 Back out inadvertent changes from previous commit.
31003
31004 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
31005
31006 * files.el (require-final-newline): Make Custom tags consistent
31007 with mode-require-final-newline.
31008 (mode-require-final-newline): Doc fix.
31009
31010 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
31011
31012 * international/latexenc.el (latexenc-find-file-coding-system):
31013 Fix regular expressions.
31014
31015 2005-05-01 David Kastrup <dak@gnu.org>
31016
31017 * international/latexenc.el (latexenc-find-file-coding-system):
31018 Fix regular expressions.
31019
31020 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
31021
31022 * subr.el (string-to-int): Make obsolete.
31023
31024 2005-04-30 Richard M. Stallman <rms@gnu.org>
31025
31026 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
31027
31028 * loadup.el: load jka-comp-hook.
31029
31030 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
31031 (jka-compr-handler): Add autoload. `put' calls moved
31032 to jka-comp-hook.el.
31033 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
31034 (jka-compr-inhibit): Autoload.
31035
31036 * jka-comp-hook.el: New file.
31037 Enable the mode by default.
31038
31039 * files.el (backup-buffer-copy): Use copy-file instead
31040 of write-region, and put back the 'excl.
31041
31042 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
31043
31044 * progmodes/flymake.el (flymake-split-string)
31045 (flymake-split-string, flymake-log, flymake-pid-to-names)
31046 (flymake-reg-names, flymake-get-source-buffer-name)
31047 (flymake-unreg-names, flymake-add-line-err-info)
31048 (flymake-add-err-info): Clarify docstrings.
31049 (flymake-popup-menu, flymake-make-emacs-menu)
31050 (flymake-make-xemacs-menu): Add docstrings.
31051 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
31052 Set variables directly throughout.
31053
31054 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
31055
31056 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
31057 exists. Initialize cc-define-alist.
31058 (c-mode): Add cc-create-define-alist locally to after-save-hook.
31059 If there is no file (Macroexpansion) don't create an alist.
31060
31061 2005-04-29 Sam Steingold <sds@gnu.org>
31062
31063 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
31064 (cc-create-define-alist): Use it instead of the hard-coded string.
31065
31066 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
31067
31068 * international/mule-conf.el (file-coding-system-alist): Fix regexp
31069 for latexenc.
31070
31071 2005-04-29 Lute Kamstra <lute@gnu.org>
31072
31073 * emacs-lisp/generic.el: Improve commentary section.
31074 (define-generic-mode): Improve docstring.
31075
31076 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
31077
31078 * textmodes/org.el (many places): Change to quiet the byte compiler.
31079 (org-prefix-format-compiled): New variable.
31080 (org-compile-prefix-format): New function.
31081 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
31082 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
31083 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
31084 (org-get-entries-from-diary): Use `org-get-time-of-day' for
31085 consistency with entries from `org-mode' files.
31086 (org-get-time-of-day): Fix bug with partial matches early in a line.
31087 (org-non-link-chars): New constant.
31088 (org-link-regexp): Respect `org-non-link-chars'.
31089 (org-agenda-day-view): Remove command.
31090 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
31091 (org-follow-bbdb-link, org-store-link): Search also company field.
31092 (org-highlight-overlay): New variable.
31093 (org-highlight, org-unhighlight): New functions.
31094 (org-agenda-mode): Add pre-command-hook to remove highlight.
31095 (org-evaluate-time-range): Behavior depends upon whether time stamp
31096 contains a time or not.
31097 (org-show-subtree, org-show-entry): New functions.
31098 (org-agenda-cleanup-fancy-diary): Remove empty lines.
31099
31100 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
31101
31102 * comint.el (comint-output-filter-functions): Add autoload cookie.
31103
31104 2005-04-28 Kim F. Storm <storm@cua.dk>
31105
31106 * ido.el (ido-everywhere): Fix last change.
31107
31108 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
31109
31110 * international/latexenc.el: New file.
31111 * international/mule-conf.el (file-coding-system-alist): For .tex,
31112 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
31113
31114 2005-04-28 Lute Kamstra <lute@gnu.org>
31115
31116 * font-lock.el (font-lock-add-keywords)
31117 (font-lock-remove-keywords): Clarify docstring.
31118 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
31119 Don't start docstrings with a `*'.
31120 (font-lock-update-removed-keyword-alist): Give it a docstring.
31121
31122 * generic-x.el: Update commentary section.
31123 Only require font-lock when compiling.
31124 Define all modes conditionally.
31125 Place all generic modes in the generic-x-modes customization group.
31126 (generic-x-modes): New customization group.
31127 (generic-default-modes, generic-mswindows-modes)
31128 (generic-unix-modes, generic-other-modes): New constants.
31129 (generic-define-mswindows-modes, generic-define-unix-modes):
31130 Update docstrings. Make them obsolete.
31131 (generic-extras-enable-list): New default value. Update docstring.
31132 Improve :type. Change :set function.
31133 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
31134 Fix docstring.
31135
31136 * emacs-lisp/generic.el (generic-mode-internal):
31137 Simplify font-lock-defaults.
31138 (define-generic-mode): Fix docstring.
31139
31140 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
31141
31142 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
31143 font-lock-face property to highlight matches.
31144
31145 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
31146
31147 * progmodes/cc-mode.el (cc-create-define-alist): New function.
31148 (cc-define-alist): New variable.
31149 (c-mode): Make it local and initialize it.
31150
31151 * progmodes/gdb-ui.el (gdb-active-process): New variable.
31152 (gdb-exited): New function.
31153 (gdb-annotation-rules): Use it.
31154 (gdb-starting): Set gdb-active-process to t.
31155 (gdb-stopping): Amend doc string.
31156 (gdb-reset): Set gdb-active-process to nil.
31157
31158 * tooltip.el (tooltip-gud-tips): Show the associated #define
31159 directives when a C program under GDB is not executing.
31160
31161 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
31162
31163 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
31164 font-lock-fontify-syntactic-keywords.
31165
31166 * font-lock.el (font-lock-default-fontify-region): Don't force
31167 parse-sexp-lookup-properties to nil.
31168
31169 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
31170
31171 * man.el (man-mode-syntax-table): Set up `:' to have
31172 word-constituent syntax.
31173
31174 2005-04-27 Lute Kamstra <lute@gnu.org>
31175
31176 * novice.el (disable-command): Don't add spurious newlines to the
31177 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
31178
31179 2005-04-26 Jay Belanger <belanger@truman.edu>
31180
31181 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
31182 than one window before deleting window.
31183
31184 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
31185
31186 * shell.el (shell-prompt-pattern): Doc fix.
31187 (shell-mode): Set paragraph-separate buffer locally to "\\'".
31188
31189 * comint.el (comint-prompt-regexp, comint-get-old-input)
31190 (comint-use-prompt-regexp)
31191 (comint-use-prompt-regexp-instead-of-fields)
31192 (comint-replace-by-expanded-history, comint-send-input)
31193 (comint-output-filter, comint-get-old-input-default)
31194 (comint-line-beginning-position, comint-bol, comint-show-output)
31195 (comint-backward-matching-input, comint-forward-matching-input)
31196 (comint-next-prompt, comint-previous-prompt):
31197 Rename `comint-use-prompt-regexp-instead-of-fields' to
31198 `comint-use-prompt-regexp'. Keep old name as alias and declare
31199 obsolete.
31200 (comint-use-prompt-regexp): Shorten first line of doc string.
31201
31202 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
31203 Set paragraph-separate buffer locally to "\\'".
31204
31205 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
31206 Adapt to above name change.
31207
31208 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
31209 (smbclient-prompt-regexp): Ditto.
31210
31211 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
31212
31213 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
31214
31215 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
31216 gdb-location-list.
31217 Break lines that are over 80 characters wide.
31218
31219 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
31220
31221 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
31222 New fun and var, to preserve compatibility.
31223
31224 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
31225
31226 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
31227
31228 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
31229 name to file-newer-than-file-p.
31230
31231 2005-04-26 Richard M. Stallman <rms@gnu.org>
31232
31233 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
31234
31235 * progmodes/python.el (python-mode):
31236 Use new name eldoc-documentation-function.
31237
31238 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
31239
31240 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31241 (eldoc-documentation-function):
31242 Rename from eldoc-print-current-symbol-info-function. Calls changed.
31243
31244 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
31245
31246 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
31247
31248 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
31249
31250 * term/xterm.el (function-key-map): Fix strings for
31251 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
31252 {C,S,A,C-S}-{f1-f12}.
31253
31254 2005-04-26 Kenichi Handa <handa@m17n.org>
31255
31256 * international/mule-cmds.el (select-safe-coding-system):
31257 Fix previous change.
31258
31259 2005-04-26 Lute Kamstra <lute@gnu.org>
31260
31261 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
31262
31263 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
31264 (font-lock-comment-delimiter-face): Ditto.
31265
31266 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
31267
31268 2005-04-25 Jay Belanger <belanger@truman.edu>
31269
31270 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
31271 to t while inserting information; use help-mode.
31272
31273 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
31274
31275 * term.el (ansi-term-color-vector): Use the xterm colors.
31276 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
31277
31278 2005-04-25 Lute Kamstra <lute@gnu.org>
31279
31280 * font-core.el (font-lock-defaults): Fix docstring.
31281
31282 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
31283
31284 2005-04-25 Kenichi Handa <handa@m17n.org>
31285
31286 * international/mule-cmds.el (select-safe-coding-system):
31287 Don't check consistency with coding: spec, etc if raw-text or
31288 no-conversion was found to be safe.
31289
31290 2005-04-24 Richard M. Stallman <rms@gnu.org>
31291
31292 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
31293 citation markers at start of each line.
31294
31295 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
31296 citation markers at start of each line.
31297
31298 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
31299
31300 * files.el (mode-require-final-newline): Fix previous change.
31301 (require-final-newline): Fix type label.
31302
31303 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
31304
31305 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
31306 statement in buffer (broken by 2004-11-24 change).
31307
31308 2005-04-24 Kim F. Storm <storm@cua.dk>
31309
31310 * ido.el (ido-everywhere): Save and restore old read-buffer-function
31311 and read-file-name-function values. Don't overwrite existing
31312 non-nil values if ido-mode is enabled without ido-everywhere.
31313
31314 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
31315
31316 * files.el (mode-require-final-newline): Minor doc fix.
31317
31318 2005-04-24 Eli Zaretskii <eliz@gnu.org>
31319
31320 * subr.el (syntax-after): Doc fix.
31321 (syntax-class): If argument is nil, return nil. Mask off upper 16
31322 bits, not 8 bits.
31323
31324 * files.el (mode-require-final-newline): Doc fix.
31325 (backup-buffer-copy): Fix last change.
31326
31327 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31328
31329 * term/mac-win.el: Require select. Set selection-coding-system to
31330 mac-system-coding-system. Call menu-bar-enable-clipboard.
31331 (x-last-selected-text-clipboard, x-last-selected-text-primary)
31332 (x-select-enable-clipboard): New variables.
31333 (x-select-text, x-get-selection, x-selection-value)
31334 (x-get-selection-value, mac-select-convert-to-string)
31335 (mac-services-open-file, mac-services-open-selection)
31336 (mac-services-insert-text): New functions.
31337 (CLIPBOARD, FIND): Put mac-scrap-name property.
31338 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
31339 (public.tiff): Put mac-ostype property.
31340 (selection-converter-alist): Add entries for them.
31341 (mac-application-menu-map): New keymap.
31342 (interprogram-cut-function, interprogram-paste-function): Set to
31343 x-select-text and x-get-selection-value, respectively.
31344 (split-window-keep-point): Set to t.
31345
31346 2005-04-23 Richard M. Stallman <rms@gnu.org>
31347
31348 * files.el (read-directory-name): Always pass non-nil
31349 DEFAULT-FILENAME arg to read-file-name.
31350 (backup-buffer-copy, basic-save-buffer-2): Take care against
31351 writing thru an unexpected existing symlink.
31352 (revert-buffer): In indirect buffer, revert the base buffer.
31353 (magic-mode-alist): Doc fix.
31354 (buffer-stale-function): Doc fix.
31355 (minibuffer-with-setup-hook): Avoid warning.
31356 (mode-require-final-newline): Doc and custom fix.
31357
31358 * follow.el (follow-end-of-buffer): Use with-no-warnings.
31359
31360 * font-lock.el (font-lock-comment-face): On terminals with few colors,
31361 use the default appearance.
31362 (font-lock-comment-delimiter-face): New face, new variable.
31363
31364 * imenu.el (imenu--generic-function): The official position of a
31365 definition is the start of the line that BEG is in.
31366
31367 * midnight.el (midnight-timer): Move defvar up.
31368
31369 * mouse.el (mouse-drag-region-1): Delete some debugging code.
31370
31371 * saveplace.el (save-place-to-alist): Use with-no-warnings.
31372
31373 * startup.el (command-line): Use with-no-warnings.
31374
31375 * window.el (window-size-fixed): New defvar.
31376
31377 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
31378
31379 * mail/rmail.el (rmail-font-lock-keywords):
31380 Use font-lock-comment-delimiter-face.
31381
31382 * mail/sendmail.el (mail-font-lock-keywords):
31383 Use font-lock-comment-delimiter-face.
31384
31385 * progmodes/compile.el (next-error-highlight-timer): New defvar.
31386
31387 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
31388
31389 * progmodes/compile.el (compilation-mode-font-lock-keywords):
31390 Specify t for LAXMATCH when matching directories.
31391 Save match data around compilation-compat-error-properties form.
31392
31393 2005-04-23 David Kastrup <dak@gnu.org>
31394
31395 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
31396 Mention that the autoloaded aliases should be kept for AUCTeX.
31397
31398 2005-04-23 Andreas Schwab <schwab@suse.de>
31399
31400 * isearch.el (isearch-forward): Doc fix.
31401
31402 2005-04-23 Eli Zaretskii <eliz@gnu.org>
31403
31404 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
31405 (jit-lock-stealth-nice): Change default value to 0.5.
31406
31407 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
31408
31409 * abbrev.el (write-abbrev-file): Write table entries in
31410 alphabetical order by table name.
31411
31412 2005-04-22 Kim F. Storm <storm@cua.dk>
31413
31414 * ido.el (ido-read-internal): Fix `list' completion.
31415
31416 2005-04-22 Kenichi Handa <handa@m17n.org>
31417
31418 * recentf.el (recentf-save-file-coding-system): New variable.
31419 (recentf-save-list): Encode the file by
31420 recentf-save-file-coding-system and add coding: tag.
31421
31422 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
31423
31424 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
31425
31426 2005-04-21 Lute Kamstra <lute@gnu.org>
31427
31428 * loadhist.el (unload-feature): Don't remove a function from hooks
31429 if it is about to be restored to an autoload . Remove functions
31430 that will become unbound from auto-mode-alist. Simplify the code.
31431
31432 * subr.el (assq-delete-all): New implementation that is linear,
31433 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
31434 (rassq-delete-all): New function.
31435
31436 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31437 Add size-indication-mode.
31438
31439 2005-04-21 Kenichi Handa <handa@m17n.org>
31440
31441 * international/mule-cmds.el: Add autoload for widget-value in
31442 eval-when-compile.
31443
31444 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
31445
31446 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31447 Add tooltip-mode.
31448
31449 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
31450
31451 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
31452
31453 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
31454 (inferior-lisp-filter-regexp, inferior-lisp-program)
31455 (inferior-lisp-load-command, inferior-lisp-prompt)
31456 (inferior-lisp-mode-hook, lisp-source-modes)
31457 (inferior-lisp-load-hook): defvar->defcustom.
31458 (inferior-lisp-program, inferior-lisp-prompt)
31459 (inferior-lisp-load-hook): Doc fixes.
31460 (inferior-lisp-install-letter-bindings): Small change in
31461 introductory comment.
31462
31463 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
31464
31465 * vc.el (vc-annotate-color-map): Change some colors so that text
31466 using them as foreground is readable on both white and black
31467 backgrounds.
31468
31469 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
31470
31471 * international/mule-conf.el (translation-table-for-input):
31472 Remove redundant declaration.
31473
31474 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
31475
31476 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
31477
31478 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
31479 (tooltip-toggle-gud-tips): New function.
31480
31481 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31482
31483 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
31484 right angle brackets.
31485
31486 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
31487
31488 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
31489
31490 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
31491
31492 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
31493 Remove. Update callers to use expand-file-name instead.
31494
31495 * subr.el (syntax-class): New function.
31496
31497 * simple.el (blink-matching-open): Use it.
31498
31499 * paren.el (show-paren-function): Use it to recognize parens that are
31500 also used in 2-char comment markers.
31501
31502 2005-04-19 Lute Kamstra <lute@gnu.org>
31503
31504 * loadhist.el (unload-feature): Update for new format of
31505 load-history. Simplify the code.
31506
31507 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31508
31509 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
31510 (mac-add-charset-info): New function. Initialize variable
31511 mac-charset-info-alist using it.
31512 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
31513 for translation.
31514 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
31515 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
31516 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
31517 New CCL programs.
31518
31519 2005-04-19 Kim F. Storm <storm@cua.dk>
31520
31521 * simple.el (next-buffer, prev-buffer, next-error)
31522 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31523 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
31524
31525 * bindings.el (next-buffer, prev-buffer, next-error)
31526 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31527 (clone-indirect-buffer-other-window): Move bindings from simple.el.
31528 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
31529 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
31530
31531 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
31532
31533 * isearch.el (isearch-edit-string): Make the search-ring available for
31534 minibuffer history commands.
31535 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
31536 the default history commands now work just as well.
31537 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
31538
31539 2005-04-18 Kim F. Storm <storm@cua.dk>
31540
31541 * emulation/cua-base.el (cua--pre-command-handler): Add more
31542 elaborate check for shift modifier on non-window systems.
31543
31544 2005-04-18 Lars Hansen <larsh@math.ku.dk>
31545
31546 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
31547
31548 2005-04-18 Kim F. Storm <storm@cua.dk>
31549
31550 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
31551 and make it optional. Don't test tooltip-gud-echo-area here.
31552 (tooltip-gud-process-output, gdb-tooltip-print):
31553 Pass tooltip-gud-echo-area to tooltip-show.
31554 (tooltip-help-tips): Remove second optional arg to tooltip-show.
31555
31556 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31557
31558 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
31559 `display-graphic-p' may not be bound yet.
31560
31561 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
31562
31563 * startup.el (command-line): No longer enable Xterm Mouse mode by
31564 default in terminals compatible with xterm.
31565
31566 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
31567
31568 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
31569
31570 * tooltip.el (tooltip-gud-echo-area): Rename from
31571 tooltip-use-echo-area.
31572 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
31573 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
31574 area independently of where help tooltips are displayed.
31575
31576 2005-04-17 David Kastrup <dak@gnu.org>
31577
31578 * cus-theme.el (custom-theme-write-variables): Quote variables
31579 where necessary.
31580
31581 2005-04-17 Richard M. Stallman <rms@gnu.org>
31582
31583 * simple.el (yank-excluded-properties): Add follow-link to value.
31584
31585 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
31586
31587 * startup.el (fancy-splash-max-time): Just 30 seconds.
31588 (fancy-splash-delay): Just 7.
31589 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
31590
31591 * loadhist.el (unload-feature): Update for new format of load-history.
31592 Simplify the code.
31593
31594 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
31595 (rmail-font-lock-keywords): Don't fontify the text of a citation.
31596
31597 * mail/sendmail.el (mail-font-lock-keywords):
31598 Don't fontify subject text.
31599 Don't fontify the text of a citation.
31600
31601 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
31602
31603 * comint.el (comint-output-filter): Run comint-output-filter-functions
31604 with point where the user had it.
31605
31606 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
31607
31608 * international/ucs-tables.el (ucs-set-table-for-input):
31609 Disable when using unify-on-decoding.
31610
31611 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
31612
31613 * emulation/cua-base.el (cua-global-mark-face): Add special case
31614 for displays supporting a high number of colors.
31615
31616 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
31617
31618 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
31619
31620 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
31621
31622 * filesets.el (filesets-add-buffer): If user supplies a name of a
31623 non-existing fileset, create a new fileset.
31624
31625 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
31626
31627 * textmodes/org.el (org-up-heading-all): Fix bug with
31628 `outline-up-heading-all'.
31629
31630 2005-04-16 Andreas Schwab <schwab@suse.de>
31631
31632 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
31633 /etc/permissions.d/* and /etc/aliases.d/*.
31634
31635 2005-04-16 Kenichi Handa <handa@m17n.org>
31636
31637 * international/code-pages.el (cp-make-coding-system):
31638 Set `translation-table-for-input' property value to the symbol
31639 ucs-mule-to-mule-unicode, not to that value.
31640 (pt154): Escape guillemet by `\'.
31641
31642 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
31643
31644 * loadup.el: Load tooltip if x-show-tip is fboundp.
31645
31646 * startup.el (command-line): Add comment.
31647
31648 * tooltip.el (tooltip-mode): Specify correct standard value for
31649 Custom in init-value.
31650
31651 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
31652
31653 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
31654 possible.
31655
31656 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
31657
31658 * textmodes/org.el (org-agenda-date-prompt): Rename from
31659 `org-agenda-date-today'.
31660 (org-evaluate-time-range): Insert at point instead of directly
31661 after time range.
31662 (org-first-headline-recenter, org-subtree-end-visible-p)
31663 (org-optimize-window-after-visibility-change): New functions
31664 (org-agenda-post-command-hook): Don't allow point at end of line,
31665 to make sure it always hits the text properties.
31666 (org-agenda-next-date-line, org-agenda-previous-date-line):
31667 New commands.
31668 (org-set-regexps-and-options): Category may contain white space.
31669 (org-agenda-get-deadlines, org-agenda-get-scheduled):
31670 Improve marker positions.
31671 (org-agenda-new-marker): Argument POS made optional.
31672 (org-agenda-get-timestamps): Deadlines which are done are listed
31673 in org-done-face now.
31674 (org-agenda-get-todos, org-agenda-get-timestamps)
31675 (org-agenda-get-deadlines, org-agenda-get-scheduled):
31676 Set `undone-face' and `done-face' properties.
31677 (org-last-todo-state-is-todo): New variable.
31678 (org-todo): Set `org-last-todo-state-is-todo'.
31679 (org-agenda-todo): Change face according to
31680 `org-last-todo-state-is-todo'. And change other lines referring to
31681 the same entry.
31682 (org-calendar-goto-agenda): New command.
31683 (org-calendar-to-agenda-key): New option.
31684 (org-startup-folded): New allowed value `content'.
31685 (org-set-regexps-and-options): Accept new value `content' for
31686 `org-startup-folded'.
31687 (org-get-current-options): Handle new value `content' for
31688 `org-startup-folded'.
31689 (org-insert-todo-heading): New command.
31690 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
31691 interactively in empty file and option
31692 `org-insert-mode-line-in-empty-file' has been set.
31693 (org-agenda-todo, org-agenda-priority): Modify to use
31694 `org-agenda-change-all-lines'.
31695 (org-warning-face): Change color on dark background.
31696
31697 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31698
31699 * international/mule-cmds.el (set-locale-environment): On Mac OS,
31700 use preferences AppleLocale and AppleLanguages, and variable
31701 mac-system-locale for default locale. On Mac OS Classic, use
31702 mac-system-coding-system for default coding systems.
31703
31704 * term/mac-win.el: Don't set file-name-coding-system.
31705 Decode variables system-name, emacs-build-system, user-login-name, and
31706 user-full-name by mac-system-coding-system on Mac OS Classic.
31707 (mac-system-coding-system): New variable.
31708
31709 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
31710
31711 * startup.el (command-line): Handle `xterm-mouse-mode' before
31712 reading init file.
31713
31714 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
31715
31716 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
31717
31718 * progmodes/sh-script.el (sh-here-document-word): Make it a
31719 defcustom. Doc fix.
31720 (sh-add): Bash uses $(( )) for arithmetic.
31721 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
31722 (sh-maybe-here-document): Remove quotes and leading whitespace
31723 from heredoc word when closing. Indent heredoc with tabs if word
31724 starts with "-".
31725
31726 2005-04-13 Richard M. Stallman <rms@gnu.org>
31727
31728 * simple.el (undo): Fix previous change.
31729
31730 * custom.el (defface): Doc fix.
31731
31732 2005-04-13 Lute Kamstra <lute@gnu.org>
31733
31734 * Makefile.in (DONTCOMPILE): Remove list.
31735 (compile, compile-always): Don't use DONTCOMPILE.
31736 (update-authors): Load the library in which batch-update-authors
31737 is defined.
31738 * makefile.w32-in (DONTCOMPILE): Remove list.
31739 (compile, compile-always): Fix comments.
31740 (update-authors): Load the library in which batch-update-authors
31741 is defined.
31742
31743 * generic-x.el (generic-mode-ini-file-find-file-hook):
31744 Rename to ini-generic-mode-find-file-hook.
31745 Keep generic-mode-ini-file-find-file-hook as an alias.
31746 (ini-generic-mode-find-file-hook): Rename from
31747 generic-mode-ini-file-find-file-hook. Fix docstring.
31748 (ini-generic-mode): Docstring change.
31749 (bat-generic-mode-run-as-comint): Silence the byte compiler.
31750
31751 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
31752 called from lisp.
31753
31754 * generic.el: Move to the emacs-lisp subdir.
31755
31756 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
31757
31758 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
31759 and C-S- function and cursor motion keys.
31760
31761 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
31762
31763 * startup.el (command-line): Enable Xterm Mouse mode by default.
31764 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
31765 for Custom. No longer show "Mouse" in mode line when enabled.
31766 Doc fix.
31767
31768 2005-04-12 Kim F. Storm <storm@cua.dk>
31769
31770 * emulation/cua-base.el (cua-rectangle-face)
31771 (cua-rectangle-noselect-face): Define face attributes here.
31772
31773 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
31774
31775 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31776
31777 * startup.el (command-line): Turn off blinking cursor if
31778 cursorBlink in resources is off or false.
31779
31780 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31781
31782 * term/mac-win.el (dnd): Require dnd.
31783 (mac-drag-n-drop): Call dnd-handle-one-url.
31784 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
31785 (kTextEncodingISOLatin2): Remove constants.
31786 (mac-script-code-coding-systems): New constant.
31787 (mac-handle-language-change): New function.
31788 (special-event-map): Bind it to `language-change' event.
31789 (mac-centraleurroman, mac-cyrillic): New coding systems.
31790 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
31791 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
31792 and mac-cyrillic-encoder to encode-mac-centraleurroman and
31793 encode-mac-cyrillic, respectively.
31794
31795 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31796
31797 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
31798 Don't set overlay-arrow-string to "=>" as this is done
31799 globally in C now.
31800
31801 2005-04-12 Lute Kamstra <lute@gnu.org>
31802
31803 * generic-x.el (rc-generic-mode, rul-generic-mode):
31804 Fix auto-mode-alist entries.
31805 (etc-fstab-generic-mode): Tweak fontification.
31806
31807 * generic.el (generic-make-keywords-list): Fix docstring.
31808 (generic-mode-internal): Simplify generic-font-lock-keywords.
31809
31810 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
31811
31812 * whitespace.el (whitespace-buffer-leading)
31813 (whitespace-buffer-trailing): Revert the incorrect test inversion.
31814 However, fix the highlight area for the leading and
31815 trailing whitespaces to show space.
31816
31817 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
31818
31819 * whitespace.el (whitespace-version): Bump to 3.5.
31820
31821 (whitespace-buffer-leading, whitespace-buffer-trailing):
31822 Invert sense of the test to highlight the whitespace.
31823
31824 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31825
31826 * progmodes/gud.el (gud-display-line): GUD uses its own
31827 overlay arrow now so don't set overlay-arrow-string.
31828 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
31829
31830 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
31831
31832 * term.el (term-ansi-current-bold, term-ansi-current-underline)
31833 (term-ansi-current-reverse, term-ansi-current-invisible)
31834 (term-ansi-face-already-done): Change to boolean.
31835 (term-reset-terminal, term-handle-colors-array): Handle the above
31836 vars accordingly.
31837 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
31838 (term-emulate-terminal): Use the new name.
31839
31840 * faces.el (secondary-selection): Use yellow1, not yellow.
31841 (trailing-whitespace): Use red1, not red.
31842
31843 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31844
31845 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
31846 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
31847 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
31848
31849 * cus-edit.el (dnd): New group.
31850
31851 * term/w32-win.el (dnd): Require dnd
31852 (w32-drag-n-drop): Call dnd-handle-one-url.
31853
31854 * x-dnd.el: Require dnd.
31855 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
31856 Call dnd-handle-one-url.
31857 (x-dnd-types-alist, x-dnd-insert-utf8-text)
31858 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
31859 to dnd-insert-text.
31860 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
31861 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
31862 (x-dnd-get-local-file-name, x-dnd-open-local-file)
31863 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
31864
31865 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
31866
31867 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
31868
31869 * wdired.el: Doc fixes.
31870 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
31871 (wdired-use-dired-vertical-movement): Rename from
31872 wdired-always-move-to-filename-beginning.
31873 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
31874 (wdired-change-to-wdired-mode): Change mode name.
31875 (wdired-newline): Delete.
31876
31877 2005-04-11 Richard M. Stallman <rms@gnu.org>
31878
31879 * whitespace.el (whitespace-highlight-the-space):
31880 Don't call whitespace-unhighlight-the-space here.
31881
31882 * simple.el (undo): Record t in undo-equiv-table
31883 for the redo record made by an undo-in-region.
31884
31885 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31886
31887 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
31888 (gdb-frame-inferior-io-buffer): New Functions to control
31889 display of separate IO buffer.
31890 (menu): Add them to menu-bar.
31891 (gdb-display-buffer): Check for buffer another frame.
31892 Protect GUD buffer.
31893 (gdb-setup-windows): Create IO buffer if not already there.
31894 (gdb-memory-mode): Remove purecopy noops.
31895
31896 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
31897
31898 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
31899 and pass to self-insert-command.
31900
31901 2005-04-11 Lute Kamstra <lute@gnu.org>
31902
31903 * generic.el: Commentary section cleanup.
31904 (generic): Delete.
31905 (generic-use-find-file-hook, generic-lines-to-scan)
31906 (generic-find-file-regexp, generic-ignore-files-regexp)
31907 (default-generic-mode, generic-mode-find-file-hook)
31908 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
31909 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
31910 (generic-use-find-file-hook, generic-lines-to-scan)
31911 (generic-find-file-regexp, generic-ignore-files-regexp)
31912 (default-generic-mode, generic-mode-find-file-hook)
31913 (generic-mode-ini-file-find-file-hook): Move from generic.el.
31914
31915 2005-04-10 Karl Fogel <kfogel@red-bean.com>
31916
31917 * bookmark.el (bookmark-write-file): Catch errors writing file.
31918 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
31919
31920 2005-04-10 Richard M. Stallman <rms@gnu.org>
31921
31922 * startup.el (fancy-splash-tail): Update copyright year.
31923 (command-line): Split part of -Q into -D.
31924 (emacs-basic-display): New defvar.
31925 (fancy-splash-text): Correct name of menu item.
31926
31927 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
31928
31929 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
31930 lines in one node.
31931
31932 * comint.el (comint-send-input): New arg ARTIFICIAL.
31933 Callers in this file changed.
31934
31935 * abbrev.el (define-abbrevs): Read system abbrevs properly.
31936
31937 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
31938
31939 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
31940
31941 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
31942 `ldap-search-internal'.
31943
31944 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
31945
31946 * files.el (set-auto-mode-1): Use line-end-position.
31947
31948 * international/latin-1.el:
31949 * international/latin-2.el:
31950 * international/latin-3.el:
31951 * international/latin-4.el:
31952 * international/latin-5.el:
31953 * international/latin-8.el:
31954 * international/latin-9.el: Give punctuation syntax to NBSP.
31955
31956 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
31957 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
31958 Use char-classes to accept non-ascii letters, accepted in some recent
31959 bibtex implementations.
31960
31961 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
31962
31963 * custom.el (custom-set-minor-mode): Any non-nil value for the
31964 variable should enable the mode when set through Custom.
31965
31966 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
31967
31968 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
31969 TAB binding so tab-always-indent is obeyed.
31970 (vhdl-minibuffer-local-map): Move initialization into declaration.
31971 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
31972 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
31973 (vhdl-hooked-abbrev): Avoid test for XEmacs.
31974 (vhdl-current-line): Use line-beginning-position.
31975 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
31976 with-output-to-temp-buffer, so the current position can be recorded.
31977
31978 2005-04-10 Masatake YAMATO <jet@gyve.org>
31979
31980 * progmodes/compile.el (compilation-error-regexp-alist-alist):
31981 Add regexp for gcov.
31982
31983 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
31984
31985 * calendar/time-date.el (time-to-seconds, seconds-to-time)
31986 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
31987 syntax which Emacs 20 doesn't support.
31988
31989 2005-04-09 Richard M. Stallman <rms@gnu.org>
31990
31991 * help.el (describe-key-briefly, describe-key):
31992 Replace strings as event types with "(any string)".
31993
31994 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
31995
31996 * arc-mode.el (archive-mode-map): Move initialization into
31997 the declaration. Override *all* bindings of `undo'.
31998 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
31999
32000 2005-04-09 Jay Belanger <belanger@truman.edu>
32001
32002 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
32003
32004 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
32005
32006 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
32007 (xterm-register-default-colors): Update color values computation
32008 to match xterm-200.
32009
32010 2005-04-09 Kenichi Handa <handa@m17n.org>
32011
32012 * international/code-pages.el (iso-latin-7): Fix the map.
32013
32014 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
32015
32016 * emacs-lisp/lisp.el (defun-prompt-regexp)
32017 (parens-require-spaces, buffer-end, end-of-defun)
32018 (insert-parentheses): Doc fixes.
32019
32020 2005-04-08 Kim F. Storm <storm@cua.dk>
32021
32022 * comint.el (comint-highlight-prompt): Fix face spec.
32023 * hi-lock.el (hi-green): Likewise.
32024
32025 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
32026
32027 * cus-edit.el (custom-modified-face):
32028 * comint.el (comint-highlight-input): Fix previous changes.
32029 * term.el (term-handle-ansi-escape): Add a comment.
32030
32031 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
32032
32033 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
32034 in the buffer and in whitespace-highlighted-space.
32035 (whitespace-unhighlight-the-space): Simplify.
32036 (whitespace-buffer): Simplify.
32037
32038 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
32039
32040 * textmodes/table.el (table-cell-face): Add special case for
32041 displays supporting a high number of colors.
32042 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
32043 (vhdl-font-lock-reserved-words-face)
32044 (vhdl-speedbar-architecture-face)
32045 (vhdl-speedbar-instantiation-face)
32046 (vhdl-speedbar-architecture-selected-face)
32047 (vhdl-speedbar-instantiation-selected-face): Likewise.
32048 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
32049 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
32050 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
32051 (ebrowse-root-class-face, ebrowse-member-attribute-face)
32052 (ebrowse-progress-face): Likewise.
32053 * progmodes/compile.el (compilation-info-face): Likewise.
32054 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
32055 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
32056 * calendar/calendar.el (diary-face): Likewise.
32057 * woman.el (woman-italic-face, woman-bold-face)
32058 (woman-unknown-face): Likewise.
32059 * wid-edit.el (widget-button-pressed-face): Likewise.
32060 * whitespace.el (whitespace-highlight-face): Likewise.
32061 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
32062 * pcvs-info.el (cvs-marked-face): Likewise.
32063 * info.el (info-xref): Likewise.
32064 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
32065 * hilit-chg.el (highlight-changes-face)
32066 (highlight-changes-delete-face): Likewise.
32067 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
32068 (hi-red-b): Likewise.
32069 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
32070 * font-lock.el (font-lock-keyword-face)
32071 (font-lock-function-name-face, font-lock-warning-face): Likewise.
32072 * cus-edit.el (custom-invalid-face, custom-modified-face)
32073 (custom-set-face, custom-changed-face, custom-variable-tag-face)
32074 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
32075 * comint.el (comint-highlight-prompt): Likewise.
32076
32077 2005-04-08 Lute Kamstra <lute@gnu.org>
32078
32079 * font-lock.el (font-lock-keywords): Docstring fixes.
32080
32081 2005-04-08 Kenichi Handa <handa@m17n.org>
32082
32083 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
32084 chars are more than a limit, print " and more..." at the tail.
32085
32086 2005-04-08 Kim F. Storm <storm@cua.dk>
32087
32088 * emacs-lisp/authors.el (authors-aliases): Update list.
32089 (authors-ignored-files): New list.
32090 (authors-fixed-entries): Fix typo.
32091 (authors-renamed-files-alist): Update list.
32092 (authors-add): Check authors-ignored-files.
32093
32094 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
32095
32096 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
32097 optional, to ensure backward compatibility.
32098
32099 2005-04-08 Stephen Eglen <stephen@gnu.org>
32100
32101 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
32102
32103 2005-04-08 Kim F. Storm <storm@cua.dk>
32104
32105 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
32106
32107 * mouse.el (mouse-on-link-p): Doc fix.
32108
32109 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
32110
32111 * ielm.el (ielm-prompt-read-only): Doc fix.
32112
32113 * comint.el (comint-prompt-read-only): Doc fix.
32114
32115 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
32116
32117 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
32118 ensure dired always handles wildcards passed to ffap.
32119 (find-file-at-point): Use it.
32120 (ffap-dired-wildcards): Doc fix.
32121
32122 2005-04-07 Juri Linkov <juri@jurta.org>
32123
32124 * simple.el (next-error-overlay-arrow-position): New defvar.
32125 Put "=>" on its property `overlay-arrow-string'. Add it to
32126 `overlay-arrow-variable-list'.
32127
32128 * progmodes/compile.el (compilation-setup):
32129 Set `next-error-overlay-arrow-position' to nil. Also set it to
32130 nil in the local hook `kill-buffer-hook'. Make local variable
32131 `overlay-arrow-string' and set it to "=>".
32132 (compilation-goto-locus): Set BOL position to
32133 `next-error-overlay-arrow-position' instead of
32134 `overlay-arrow-position'.
32135
32136 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
32137 locally instead of adding it to the global hook.
32138 (Info-kill-buffer): Move up.
32139
32140 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
32141
32142 * term/xterm.el (xterm-standard-colors): Update color values from
32143 xterm-200.
32144
32145 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
32146
32147 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
32148
32149 * fast-lock.el:
32150 * lazy-lock.el: Move them to the obsolete subdir.
32151
32152 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32153
32154 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
32155 (wdired-add-replace-advice): Remove.
32156 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
32157
32158 2005-04-06 Kim F. Storm <storm@cua.dk>
32159
32160 * startup.el (command-line): Add --bare-bones alias for -Q.
32161
32162 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32163
32164 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
32165 create the startup fontset if a font specification ends with
32166 `mac-roman'.
32167
32168 2005-04-06 Lute Kamstra <lute@gnu.org>
32169
32170 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
32171 change.
32172
32173 * emacs-lisp/copyright.el (copyright-update-year): Replace the
32174 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
32175
32176 2005-04-05 Lute Kamstra <lute@gnu.org>
32177
32178 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
32179 (define-generic-mode): Ditto. Fix debug declaration.
32180
32181 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
32182 Put them in the generic-x group.
32183
32184 * calendar/timeclock.el (timeclock): Doc fix.
32185
32186 * generic.el (define-generic-mode): Don't use custom-current-group.
32187 Document default :group value.
32188 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
32189 (define-global-minor-mode): Don't use custom-current-group.
32190
32191 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
32192
32193 * startup.el (command-line-1): Display startup-echo-area-message
32194 when fancy splash screen is in use.
32195
32196 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
32197 (sh-escaped-newline): New face.
32198 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
32199 newline, and use sh-escaped-newline face.
32200
32201 * progmodes/tcl.el (tcl-escaped-newline): New face.
32202 (tcl-builtin-list): New variable.
32203 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
32204 newlines. Fix keywords subexpression number.
32205
32206 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
32207
32208 * textmodes/org.el (org-diary-default-entry): Fix call to
32209 `add-to-diary-entry'.
32210
32211 2005-04-05 Kim F. Storm <storm@cua.dk>
32212
32213 * ediff-init.el: Use (featurep 'xemacs).
32214
32215 2005-04-05 David Ponce <david@dponce.com>
32216
32217 * cus-edit.el (face): Derive from symbol widget. Display sample
32218 of the current face on the fly.
32219 (widget-face-sample-face-get, widget-face-notify): New functions.
32220 (widget-face-value-create): Remove.
32221
32222 * wid-edit.el (widget-field-end): Temporarily remove field
32223 narrowing before to call `get-char-property'.
32224
32225 2005-04-04 Jay Belanger <belanger@truman.edu>
32226
32227 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
32228 (math-read-subscripts): New variable.
32229 (math-read-preprocess-string): Process subscripts.
32230
32231 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
32232
32233 * comint.el (comint-prompt-read-only): Doc fix.
32234
32235 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
32236 `-1'. Doc fix.
32237
32238 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
32239
32240 * textmodes/org.el (org-insert-mode-line-in-empty-file):
32241 Change default value to nil.
32242
32243 2005-04-04 Lute Kamstra <lute@gnu.org>
32244
32245 * autorevert.el (auto-revert-mode): Specify :group.
32246 * battery.el (display-battery-mode): Specify :group.
32247 * diff-mode.el (diff-minor-mode): Specify :group.
32248 * font-core.el (font-lock-mode): Specify :group.
32249 * hl-line.el (hl-line-mode): Specify :group.
32250 * iimage.el (iimage): New customization group.
32251 (iimage-mode): Specify :group.
32252 * longlines.el (longlines-mode): Specify :group.
32253 * master.el: Don't require easy-mmode.
32254 (master): New customization group.
32255 (master-mode): Specify :group.
32256 * msb.el (msb-mode): Specify :group.
32257 * reveal.el (reveal-mode): Specify :group.
32258 * simple.el (next-error-follow-minor-mode): Specify :group.
32259 * smerge-mode.el (smerge-mode): Specify :group.
32260 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
32261 * emulation/cua-base.el (cua-mode): Specify :group.
32262 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
32263 * language/thai-util.el (thai-auto-composition-mode)
32264 (thai-word-mode): Specify :group.
32265 * mail/supercite.el (sc-minor-mode): Specify :group.
32266 * progmodes/cwarn.el (cwarn-mode): Specify :group.
32267 * progmodes/flymake.el (flymake-mode): Specify :group.
32268 * progmodes/glasses.el (glasses-mode): Specify :group.
32269 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
32270 * textmodes/enriched.el (enriched-mode): Specify :group.
32271 * textmodes/refill.el (refill-mode): Specify :group.
32272
32273 * add-log.el (change-log-font-lock-keywords): Names in
32274 parenthesized lists can contain spaces.
32275
32276 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
32277
32278 * startup.el (fancy-splash-text): Shorten default text of
32279 "Emacs Tutorial" line. Also, if the current language env
32280 indicates an available tutorial file other than TUTORIAL,
32281 extract its title and append it to the line in parentheses.
32282 (fancy-splash-insert): If arg is a thunk, funcall it.
32283
32284 2005-04-04 Jay Belanger <belanger@truman.edu>
32285
32286 * calc.el (calc-language-alist): Add tags to customization type.
32287
32288 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
32289
32290 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
32291 Doc fix.
32292
32293 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
32294
32295 * add-log.el (change-log-font-lock-keywords): The manual
32296 describing a Change Log entry, says: (...) "Aside from these
32297 header lines, every line in the change log starts with a space or
32298 a tab.". The font-lock was not highlighting lines started with
32299 spaces, added support for it.
32300
32301 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32302
32303 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
32304 (bibtex-generate-url-list): Update docstring accordingly. Put the
32305 complex example in the docstring.
32306 (bibtex-font-lock-url): Use pop.
32307
32308 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
32309
32310 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
32311
32312 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
32313
32314 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
32315
32316 * filesets.el (filesets-set-default): Doc fix.
32317
32318 2005-04-03 Lute Kamstra <lute@gnu.org>
32319
32320 * generic.el (define-generic-mode): Add argument to specify
32321 keywords for defcustom.
32322 (default-generic-mode): Specify :group.
32323
32324 * generic-x.el: Specify :group for all generic modes.
32325
32326 * desktop.el (desktop-no-desktop-file-hook)
32327 (desktop-after-read-hook): Doc fix.
32328
32329 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
32330
32331 * simple.el (visible-mode): Use explicit :group keyword.
32332 This changes the group of `visible-mode-hook' from paren-blinking
32333 to editing-basics.
32334
32335 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
32336
32337 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
32338 mailbox specifications as well as URLs.
32339 (rmail-insert-inbox-text): Remove unused conditional branches.
32340
32341 2005-04-01 Jay Belanger <belanger@truman.edu>
32342
32343 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
32344 (calc-gnuplot-print-command): Move definitions to calc.el.
32345
32346 * calc/calc-embed.el (calc-embedded-announce-formula)
32347 (calc-embedded-open-formula, calc-embedded-close-formula)
32348 (calc-embedded-open-word, calc-embedded-close-word)
32349 (calc-embedded-open-plain, calc-embedded-close-plain)
32350 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
32351 (calc-embedded-open-mode, calc-embedded-close-mode):
32352 Move definitions to calc.el.
32353
32354 * calc/calc.el (calc-settings-file, calc-language-alist):
32355 Make customizable.
32356 (calc-embedded-announce-formula, calc-embedded-open-formula)
32357 (calc-embedded-close-formula, calc-embedded-open-word)
32358 (calc-embedded-close-word, calc-embedded-open-plain)
32359 (calc-embedded-close-plain, calc-embedded-open-new-formula)
32360 (calc-embedded-close-new-formula, calc-embedded-open-mode)
32361 (calc-embedded-close-mode, calc-gnuplot-name)
32362 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
32363 from other files and make customizable.
32364
32365 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
32366
32367 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
32368 Use buffer-live-p.
32369 (cvs-mode-run): Don't call cvs-update-header here.
32370 (cvs-run-process): Call cvs-update-header.
32371 Use process properties for cvs-postprocess and cvs-buffer so that
32372 the sentinel can behave better if the temp buffer is killed.
32373 Use a pipe rather than a tty, to better handle unexpected prompts.
32374 (cvs-sentinel): Rewrite. Call cvs-update-header.
32375
32376 2005-04-01 Andre Spiegel <spiegel@gnu.org>
32377
32378 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
32379 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
32380
32381 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
32382
32383 * generic.el (define-generic-mode): Add indentation rule.
32384
32385 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
32386
32387 * files.el (mode-require-final-newline): Make Custom correctly
32388 report a nil value and allow to set it to nil via Custom.
32389 Doc fix.
32390
32391 2005-04-01 Kenichi Handa <handa@m17n.org>
32392
32393 * international/characters.el: Enable the correct case setting for
32394 dotless-i and dotted-I.
32395
32396 2005-04-01 Kim F. Storm <storm@cua.dk>
32397
32398 * ido.el (ido-file-internal): Fall back to non-ido command if
32399 initial directory is on slow ftp (or tramp) host.
32400
32401 2005-03-31 Richard M. Stallman <rms@gnu.org>
32402
32403 * emacs-lisp/autoload.el (make-autoload):
32404 Handle define-global-minor-mode.
32405
32406 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
32407 Rename from easy-mmode-define-global-mode.
32408 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
32409
32410 * progmodes/scheme.el (scheme-mode-syntax-table):
32411 Update syntax of | and # for two-character comment syntax.
32412
32413 2005-03-31 Lute Kamstra <lute@gnu.org>
32414
32415 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
32416 (define-minor-mode): Call custom-current-group at load-time.
32417
32418 * generic.el (define-generic-mode): Add debug declaration.
32419 Add defcustom for the mode hook.
32420 (generic-mode-internal): Use run-mode-hooks.
32421
32422 2005-03-31 Kim F. Storm <storm@cua.dk>
32423
32424 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
32425 (mouse-fixup-help-message): New defun called by show_help_echo
32426 to fixup mouse-2 prefix in help messages when applicable.
32427
32428 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
32429
32430 2005-03-31 Kenichi Handa <handa@m17n.org>
32431
32432 * language/thai-word.el (thai-find-word-ends): Pay attention to
32433 the case that we reach the end of buffer.
32434
32435 * textmodes/fill.el (fill-text-properties-at): New function.
32436 (fill-newline): Use fill-text-properties-at instead of
32437 text-properties-at.
32438
32439 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
32440
32441 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
32442 not comint-quote-filename.
32443
32444 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
32445
32446 * help-fns.el (help-with-tutorial): Revert last change.
32447
32448 2005-03-31 Kim F. Storm <storm@cua.dk>
32449
32450 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
32451
32452 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
32453
32454 * calendar/cal-china.el: Update reference to "Calendrical
32455 Calculations" book; there's a new edition.
32456 * calendar/cal-coptic.el: Likewise.
32457 * calendar/cal-french.el: Likewise.
32458 * calendar/cal-hebrew.el: Likewise.
32459 * calendar/cal-islam.el: Likewise.
32460 * calendar/cal-iso.el: Likewise.
32461 * calendar/cal-julian.el: Likewise.
32462 * calendar/cal-mayan.el: Likewise.
32463 * calendar/cal-persia.el: Likewise.
32464 * calendar/calendar.el: Likewise.
32465 * calendar/holidays.el: Likewise.
32466 * calendar/lunar.el: Likewise.
32467 * calendar/solar.el: Likewise.
32468
32469 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
32470 white space from doc string.
32471
32472 2005-03-30 Jay Belanger <belanger@truman.edu>
32473
32474 * calc/calc-help.el (calc-full-help): Remove email address.
32475
32476 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
32477
32478 * help-fns.el (help-with-tutorial): Delete title line.
32479
32480 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
32481
32482 * calendar/cal-x.el (calendar-one-frame-setup)
32483 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
32484 rather than `symbol' for set-window-dedicated-p.
32485
32486 * calendar/appt.el (appt-buffer-name): Make it a constant.
32487 (appt-add): Doc fix.
32488
32489 * filesets.el (filesets-menu-path, filesets-menu-before)
32490 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
32491 (filesets-menu-cache-file): Use directory ~/.emacs.d.
32492 (filesets-add-submenu): Delete and use add-submenu instead.
32493
32494 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
32495
32496 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
32497 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
32498 (org-diary-default-entry): New function.
32499 (org-get-entries-from-diary): Better parsing of diary entries.
32500 (org-agenda-check-no-diary): New function.
32501 ("diary-lib"): Advice to function `add-to-diary-list', to allow
32502 linking to diary entries.
32503 (org-agenda-execute-calendar-command): New function.
32504 (org-agenda): Improve visible section in window.
32505 Use `org-fit-agenda-window'.
32506 (org-fit-agenda-window): New option.
32507 (org-move-subtree-down): Better handling of empty lines
32508 at end of subtree.
32509 (org-cycle): Numeric prefix is interpreted now as show-subtree N
32510 levels up.
32511 (org-fontify-done-headline): New option.
32512 (org-headline-done-face): New face.
32513 (org-set-font-lock-defaults): Use `org-headline-done-face'.
32514 (org-table-copy-down): Rename from `org-table-copy-from-above'.
32515 When current field is non-empty, it is copied to next row.
32516 (org-table-copy-from-above): Fix bug which made it
32517 impossible to copy fields containing only a single non-white character.
32518
32519 2005-03-30 Kim F. Storm <storm@cua.dk>
32520
32521 * kmacro.el (kmacro-end-macro): Isearch may store this command
32522 into the macro -- so ignore it when executing keyboard macro.
32523
32524 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
32525
32526 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
32527
32528 2005-03-29 Kenichi Handa <handa@m17n.org>
32529
32530 * language/thai.el ("Thai"): Set setup-function and exit-function
32531 for Thai language environment.
32532
32533 * language/thai-util.el: Require thai-word.
32534 (thai-word-mode-map): New variable.
32535 (thai-word-mode): New minor mode.
32536 (setup-thai-language-environment-internal): New function.
32537 (exit-thai-language-environment-internal): New function.
32538
32539 * language/thai-word.el (thai-word-table): Declare it by defvar,
32540 use dolist to initialize it.
32541 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
32542 (thai-fill-find-break-point): New functions.
32543
32544 2005-03-29 Richard M. Stallman <rms@gnu.org>
32545
32546 * simple.el (idle-update-delay): Move definition up.
32547 (set-mark): Doc fix.
32548
32549 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
32550
32551 * longlines.el: New file.
32552
32553 * simple.el (buffer-substring-filters): New variable.
32554 (filter-buffer-substring): New function.
32555 (kill-region, copy-region-as-kill): Use it.
32556
32557 * register.el (copy-to-register, append-to-register)
32558 (prepend-to-register): Use filter-buffer-substring.
32559
32560 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
32561
32562 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
32563 (gud-filter-pending-text): Move in front of gdb.
32564 (gud-overlay-arrow-position): New variable.
32565 (gud-sentinel, gud-display-line): Use it in place of
32566 overlay-arrow-position.
32567
32568 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
32569
32570 * progmodes/fortran.el (fortran-if-indent): Doc fix.
32571 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
32572 (fortran-font-lock-keywords-4): New variable.
32573 (fortran-blocks-re, fortran-end-block-re)
32574 (fortran-start-block-re): New constants, for hideshow.
32575 (hs-special-modes-alist): Add a Fortran entry.
32576 (fortran-mode-map): Bind fortran-end-of-block,
32577 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
32578 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
32579 (fortran-looking-at-if-then, fortran-end-of-block)
32580 (fortran-beginning-of-block): New functions, for hideshow.
32581
32582 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
32583 Doc fix. Tweak regexp.
32584 (f90-beginning-of-block): Push mark first.
32585
32586 2005-03-29 Jay Belanger <belanger@truman.edu>
32587
32588 * calc/calc.el: Update copyright date.
32589 (calc-version): Increase to 2.1.
32590 (calc-version-date): Remove.
32591
32592 * calc/calc-help.el: Update copyright date.
32593 (calc-full-help): Remove reference to calc-version-date.
32594 Update copyright date.
32595
32596 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
32597
32598 * vc.el (vc-do-command): Use a pipe for async processes, so password
32599 prompts don't show up at places where the user can't reply.
32600
32601 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
32602
32603 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
32604 on the file name we pass to the inferior shell.
32605
32606 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
32607
32608 * progmodes/which-func.el (which-function): Be robust in the face of an
32609 imenu--make-index-alist failure.
32610
32611 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
32612
32613 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
32614
32615 * progmodes/python.el (python-preoutput-filter): Fix last change.
32616
32617 2005-03-29 Lute Kamstra <lute@gnu.org>
32618
32619 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
32620 functions and compiled macros.
32621 (debug-convert-byte-code): Handle macros too.
32622 (debug-on-entry-1): Don't signal an error when trying to clear a
32623 function that is not set to debug on entry.
32624
32625 2005-03-29 Jay Belanger <belanger@truman.edu>
32626
32627 * calc/calc-lang.el: Add functions to math-function-table
32628 properties of tex and math.
32629
32630 2005-03-29 Kenichi Handa <handa@m17n.org>
32631
32632 * ps-mule.el (ps-mule-plot-string): Translate characters by
32633 ps-print-translation-table.
32634 (ps-mule-begin-job): Call find-charset-region/string with
32635 ps-print-translation-table.
32636 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
32637
32638 * ps-print.el (ps-print-translation-table): New variable.
32639 (ps-plot-region): Translate characters by ps-print-translation-table.
32640
32641 2005-03-29 Juri Linkov <juri@jurta.org>
32642
32643 * simple.el (next-error-highlight-timer): New variable.
32644
32645 * progmodes/compile.el (compilation-goto-locus):
32646 Use `next-error-highlight-timer' instead of `sit-for'.
32647
32648 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
32649
32650 * mail/supercite.el (sc-mail-field): Use assoc-string.
32651 (sc-get-address): Simplify regexps.
32652
32653 * files.el (minibuffer-with-setup-hook): New macro.
32654 (find-file-read-args): Use it to avoid let-binding
32655 minibuffer-with-setup-hook (which breaks turning on/off
32656 file-name-shadow-mode while in the prompt).
32657
32658 * complete.el (PC-read-include-file-name-internal):
32659 Use test-completion.
32660
32661 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
32662
32663 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
32664
32665 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
32666
32667 * window.el (window-buffer-height): Use count-screen-lines.
32668
32669 * progmodes/python.el (python-preoutput-leftover): New var.
32670 (python-preoutput-filter): Use it.
32671 (python-send-receive): Loop until all the result has been received.
32672
32673 2005-03-28 Juri Linkov <juri@jurta.org>
32674
32675 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
32676
32677 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
32678 "Recover Crashed Session".
32679 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
32680 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
32681 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
32682 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
32683 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
32684 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
32685 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
32686 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
32687
32688 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
32689 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
32690 Ediff Sessions", "Toggle use of separate control buffer frame",
32691 "Use separate frame for Ediff control buffer".
32692
32693 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
32694 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
32695 "Rename Bookmark", "Delete Bookmark".
32696
32697 * info.el (Info-mode-menu): Remove ellipsis from "Index".
32698 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
32699 Add `:active Info-index-alternatives' to "Next Matching Item".
32700
32701 * wdired.el (wdired-change-to-wdired-mode):
32702 Mention `wdired-abort-changes' key in the initial message.
32703
32704 * international/mule.el (auto-coding-alist): Associate non-ascii
32705 image filename extensions with `no-conversion'.
32706
32707 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
32708
32709 * international/iso-acc.el:
32710 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
32711
32712 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
32713
32714 * textmodes/sgml-mode.el (html-mode): Doc update.
32715
32716 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
32717
32718 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
32719
32720 * term.el (term-move-columns): Fix face after extending a line.
32721 (term-insert-spaces): Likewise.
32722 (term-reset-terminal): Fix off by one error.
32723
32724 2005-03-26 Eli Zaretskii <eliz@gnu.org>
32725
32726 * international/mule.el (auto-coding-alist): Add .xpi files.
32727
32728 * files.el (auto-mode-alist): Add .xpi files.
32729
32730 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
32731
32732 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
32733
32734 2005-03-26 Eli Zaretskii <eliz@gnu.org>
32735
32736 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
32737
32738 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
32739
32740 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
32741 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
32742
32743 * calendar/cal-move.el (calendar-beginning-of-year): Move the
32744 cursor to Jan 1 when needed.
32745 (calendar-end-of-year): Fix -/+ typo.
32746 Reported by Chong Yidong <cyd@stupidchicken.com>.
32747
32748 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
32749
32750 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
32751
32752 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
32753 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
32754
32755 2005-03-25 Richard M. Stallman <rms@gnu.org>
32756
32757 * filesets.el (filesets-init): Add autoload.
32758
32759 * mail/mailalias.el (mail-directory): Doc fix.
32760
32761 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
32762
32763 * mail/mailalias.el (mail-directory-process): Do nothing if
32764 mail-directory-process is an atom.
32765 (mail-get-names): Ignore mail-directory-names if it is an atom.
32766 (mail-directory-process defvar): Doc fix.
32767 (mail-names): Doc fix.
32768
32769 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
32770
32771 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
32772
32773 2005-03-26 Kenichi Handa <handa@m17n.org>
32774
32775 * international/mule-util.el (detect-coding-with-priority):
32776 Call update-coding-systems-internal before detect-coding-region.
32777
32778 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
32779
32780 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
32781 (gdb-frames-mode-map): Add follow-link property.
32782
32783 2005-03-25 Jay Belanger <belanger@truman.edu>
32784
32785 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
32786 for variables.
32787
32788 2005-03-25 Juri Linkov <juri@jurta.org>
32789
32790 * image-mode.el: Optimize image filename extension regexps in
32791 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
32792 in `auto-mode-alist'.
32793 (image-mode): Add `image-toggle-display-text' to local hook
32794 `change-major-mode-hook'. Display the image as an image by
32795 default. Set `cursor-type' and `truncate-lines' if the image
32796 is already displayed. Take into account the current mode (image
32797 or text) in message.
32798 (image-minor-mode): New minor mode.
32799 (image-mode-maybe, image-toggle-display-text): New functions.
32800 (image-toggle-display): Use called-interactively-p.
32801 Let-bind `inhibit-read-only' to t.
32802
32803 * image-mode.el (image-minor-mode): Set `cursor-type' and
32804 `truncate-lines' if the image is already displayed. Add turning
32805 image-minor-mode off to `change-major-mode-hook'. Add message.
32806 Call `image-toggle-display-text' after turning image-minor-mode off.
32807
32808 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
32809
32810 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
32811 Terminal.app, use utf-8.
32812 (set-display-table-and-terminal-coding-system): Add coding-system arg.
32813 (set-locale-environment): Use it.
32814
32815 * term/xterm.el: Undo last change, better done in mule-cmds.el.
32816
32817 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
32818
32819 * progmodes/python.el (python-close-block-statement-p)
32820 (python-outdent-p, python-current-defun): Use symbol-end.
32821
32822 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
32823
32824 * files.el (save-some-buffers): Doc fix.
32825
32826 2005-03-25 Werner Lemberg <wl@gnu.org>
32827
32828 * complete.el, thumbs.el: Replace `legal' with `valid'.
32829 * calendar/calendar.el: Replace `legal' with `valid'.
32830 * emacs-lisp/advice.el: Replace `legal' with `valid'.
32831 * mail/supercite.el: Replace `legal' with `valid'.
32832 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
32833 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
32834 Replace `legal' with `valid'.
32835 * textmodes/reftex-vars.el, textmodes/reftex.el:
32836 Replace `legal' with `valid'.
32837
32838 2005-03-25 Werner Lemberg <wl@gnu.org>
32839
32840 * calc/calc-forms.el, calc/calc-sel.el
32841 * midnight.el, vc-cvs.el
32842 * emacs-lisp/cl-macs.el
32843 * emulation/vip.el
32844 * eshell/esh-io.el, eshell/esh-var.el
32845 * mail/supercite.el
32846 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
32847 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
32848 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
32849 * progmodes/sh-script.el, progmodes/xscheme.el
32850 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
32851 * textmodes/reftex-index.el, textmodes/reftex-parse.el
32852 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
32853 * textmodes/reftex.el, textmodes/org.el:
32854 Replace `illegal' with `invalid'.
32855
32856 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32857
32858 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
32859 (flymake-find-buildfile, flymake-find-possible-master-files)
32860 (flymake-check-include, flymake-parse-line): Replace loops over the
32861 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
32862
32863 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
32864 Substitute file-name-as-directory in the rest of the file.
32865 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
32866 (flymake-replace-region): Remove unused arg `buffer'.
32867 (flymake-check-patch-master-file-buffer): Update calls to it.
32868 (flymake-add-err-info): Remove unused var `count'.
32869 (flymake-mode): Use define-minor-mode.
32870
32871 * progmodes/flymake.el: Use with-current-buffer.
32872 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
32873 flymake-replace-regexp-in-string, flymake-line-beginning-position)
32874 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
32875 Avoid testing for `xemacs'.
32876 (flymake-nop): Move.
32877 (flymake-region-has-flymake-overlays): Return the computed value.
32878 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
32879 Remove unused var `endline'.
32880 (flymake-get-line-count): Remove unused function.
32881 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
32882
32883 * emulation/vi.el:
32884 * generic.el:
32885 * hilit-chg.el (global-highlight-changes):
32886 * hi-lock.el (hi-lock-mode):
32887 * follow.el: find-file-hooks -> find-file-hook.
32888
32889 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
32890
32891 2005-03-24 Juri Linkov <juri@jurta.org>
32892
32893 * dired.el (dired-mode-map): Add menu item "Compare directories"
32894 for dired-compare-directories.
32895
32896 * dired-aux.el (dired-compare-directories): Add autoload cookie.
32897 Doc fix. Replace `read-file-name' with `read-directory-name'.
32898
32899 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32900
32901 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
32902
32903 2005-03-24 Jay Belanger <belanger@truman.edu>
32904
32905 * calc/calc-embed.el (calc-embedded-mode-change): Save all
32906 relevant mode settings in calc-embedded-original-modes when modes
32907 are permanently changed.
32908
32909 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32910
32911 * autoinsert.el: find-file-hooks -> find-file-hook.
32912
32913 2005-03-24 Lute Kamstra <lute@gnu.org>
32914
32915 * generic.el (generic-font-lock-defaults): Make it obsolete.
32916 (generic-font-lock-keywords): New variable to replace
32917 generic-font-lock-defaults.
32918 (generic-mode-set-font-lock): Delete it.
32919 (generic-mode-internal): Don't call generic-mode-set-font-lock.
32920 (generic-bracket-support): Add docstring.
32921
32922 * generic-x.el: Rename generic-font-lock-defaults to
32923 generic-font-lock-keywords throughout.
32924 (mailagent-rules-setup-function): Delete it.
32925 (mailagent-rules-generic-mode): Use anonymous function instead.
32926 (show-tabs-generic-mode-font-lock-defaults-1)
32927 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
32928 Quote faces.
32929 (show-tabs-tab-face, show-tabs-space-face): Specify background,
32930 not foreground.
32931
32932 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
32933 Recognize define-generic-mode.
32934
32935 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
32936
32937 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
32938 if there's no completion table.
32939
32940 2005-03-23 Miles Bader <miles@gnu.org>
32941
32942 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32943 Remove tty-specific variants, as they're no longer needed.
32944
32945 2005-03-23 Lute Kamstra <lute@gnu.org>
32946
32947 * generic-x.el: Code cleanup: make args constant whenever possible.
32948 (installshield-statement-keyword-list)
32949 (installshield-system-functions-list)
32950 (installshield-system-variables-list, installshield-types-list)
32951 (installshield-funarg-constants-list): Make them constants.
32952
32953 * generic.el (generic-make-keywords-list): Add autoload cookie.
32954
32955 * calendar/time-date.el: Add comment on time value formats.
32956 Don't require parse-time.
32957 (with-decoded-time-value): New macro.
32958 (encode-time-value): New function.
32959 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
32960 (days-to-time): Return a valid time value when arg is huge.
32961 (time-since): Use time-subtract.
32962 (time-to-number-of-days): Use time-to-seconds.
32963
32964 2005-03-23 David Ponce <david@dponce.com>
32965
32966 * recentf.el (recentf-keep): New option.
32967 (recentf-menu-action): Default to `find-file'.
32968 (recentf-keep-non-readable-files-flag)
32969 (recentf-keep-non-readable-files-p)
32970 (recentf-file-readable-p, recentf-find-file)
32971 (recentf-cleanup-remote): Remove.
32972 (recentf-include-p): More robust.
32973 (recentf-keep-p): New function.
32974 (recentf-remove-if-non-kept): Rename from
32975 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
32976 All callers updated.
32977 (recentf-menu-items-for-commands): Fix help string.
32978 (recentf-track-closed-file): Update. Doc fix.
32979 (recentf-cleanup): Update. Count removed files. Doc fix.
32980
32981 2005-03-23 Kim F. Storm <storm@cua.dk>
32982
32983 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32984 Don't inherit from fringe face (now happens automatically).
32985
32986 2005-03-22 Kim F. Storm <storm@cua.dk>
32987
32988 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
32989 position values.
32990
32991 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
32992
32993 * menu-bar.el (showhide-date-time): Remove.
32994 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
32995 (menu-bar-make-mm-toggle): Simplify.
32996
32997 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32998
32999 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
33000 Accept qualified variable and function names.
33001
33002 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
33003
33004 * bindings.el (completion-ignored-extensions):
33005 Remove ".lis" for `vax-vms'.
33006
33007 2005-03-22 Andreas Schwab <schwab@suse.de>
33008
33009 * generic-x.el: Revert last change.
33010 * ldefs-boot.el: Update.
33011
33012 2005-03-22 Jay Belanger <belanger@truman.edu>
33013
33014 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
33015 (calc-embedded-save-original-modes)
33016 (calc-embedded-restore-original-modes): New functions.
33017 (calc-do-embedded): Save original modes when entering embedded mode
33018 and restore when leaving embedded mode.
33019 (calc-embedded-modes-change): Change the value of
33020 calc-embedded-original-modes to reflect permanent changes.
33021
33022 2005-03-22 Lute Kamstra <lute@gnu.org>
33023
33024 * generic-x.el: Require generic again.
33025
33026 2005-03-22 Miles Bader <miles@gnu.org>
33027
33028 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33029 Tweak details to look good on both ttys and bitmap displays, light
33030 or dark background, etc.
33031
33032 2005-03-21 Kim F. Storm <storm@cua.dk>
33033
33034 * tooltip.el (tooltip-show-help-function): Check car and cdr of
33035 mouse position.
33036
33037 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
33038
33039 * icomplete.el: Don't forcibly turn on the mode upon load.
33040 (icomplete-mode): Use define-minor-mode.
33041 (icomplete-eoinput): Default to nil.
33042 (icomplete-minibuffer-setup): Remove autoload.
33043 (icomplete-tidy): Simplify.
33044 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
33045 in the initial state or if the user has modified the field.
33046 Fix handling of icomplete-max-delay-chars.
33047 Remove code that handles the oddball case where
33048 minibuffer-completion-table is an integer.
33049 Wrap icomplete-completions in while-no-input in case building
33050 completions takes more time than expected.
33051 (icomplete-completions): Simplify.
33052
33053 2005-03-21 Richard M. Stallman <rms@gnu.org>
33054
33055 * jka-compr.el (jka-compr-really-do-compress):
33056 Make variable buffer-local.
33057
33058 * image-mode.el: Handle .xpm files too.
33059 (image-toggle-display): Preserve modification flag.
33060
33061 * help.el (where-is): Don't mention aliases with no key bindings.
33062
33063 2005-03-21 Lute Kamstra <lute@gnu.org>
33064
33065 * generic.el: Fix commentary section. Don't require cl for
33066 compilation.
33067 (generic-mode-list): Add autoload cookie.
33068 (generic-use-find-file-hook, generic-lines-to-scan)
33069 (generic-find-file-regexp, generic-ignore-files-regexp)
33070 (generic-mode, generic-mode-find-file-hook)
33071 (generic-mode-ini-file-find-file-hook): Fix docstrings.
33072 (define-generic-mode): Make it a defmacro. Fix docstring.
33073 (generic-mode-internal): Code cleanup. Add autoload cookie.
33074 (generic-mode-set-comments): Code cleanup.
33075 * generic-x.el: Don't prevent compilation. Don't require generic.
33076 Follow coding conventions. Minor code cleanup.
33077 (etc-fstab-generic-mode): Add some keywords.
33078 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
33079 define-generic-mode like a function declaration.
33080
33081 2005-03-21 Jay Belanger <belanger@truman.edu>
33082
33083 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
33084 changing modes.
33085
33086 2005-03-21 Sam Steingold <sds@gnu.org>
33087
33088 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
33089
33090 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
33091
33092 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
33093 Add underscore to "f$ lexicals" regexp.
33094
33095 2005-03-20 Juri Linkov <juri@jurta.org>
33096
33097 * subr.el (progress-reporter-do-update): When `min-value' is equal
33098 to `max-value', set `percentage' to 0 and prevent division by zero.
33099
33100 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
33101
33102 Sync with Tramp 2.0.48.
33103
33104 * net/tramp.el (all): Change all addresses to .gnu.org.
33105 (tramp-append-tramp-buffers): New defun.
33106 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
33107 Catch `dont-send' signal.
33108 (tramp-set-auto-save-file-modes): Set always permissions, because
33109 there might be an old auto-saved file belonging to another
33110 original file. This could be a security threat. Reported by
33111 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
33112 Check for Emacs 21.3.50 removed.
33113
33114 * net/tramp-smb.el (all): Remove debug construct for
33115 `with-parsed-tramp-file-name'.
33116 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
33117 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
33118 No error message if DIRECTORY or FILENAME doesn't exist.
33119 (tramp-smb-open-connection): Check existence of
33120 `tramp-smb-program'.
33121
33122 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
33123
33124 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
33125 Properly handle the case where the `m' or `s' command's argument is not
33126 yet terminated.
33127 (perl-indent-new-calculate): New function.
33128 (perl-indent-line): Use it.
33129
33130 2005-03-20 Miles Bader <miles@gnu.org>
33131
33132 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
33133 in text-mode too. Change to new face names.
33134 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
33135 Add `:weight bold' attribute.
33136 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
33137
33138 2005-03-19 Juri Linkov <juri@jurta.org>
33139
33140 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
33141
33142 * international/mule.el (auto-coding-alist): Sync with
33143 `auto-mode-alist' by adding upper case archive file extensions
33144 and adding ear/war to jar extension.
33145
33146 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
33147
33148 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
33149 running, restart it.
33150
33151 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
33152
33153 * finder.el (finder-current-item): Throw an error on an empty line.
33154
33155 * man.el (Man-follow-manual-reference): If current-word returns
33156 nil, use "".
33157
33158 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
33159
33160 * simple.el (goto-line): Doc fix.
33161
33162 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
33163
33164 * files.el (save-buffer): Doc fix.
33165
33166 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
33167
33168 * recentf.el (recentf-cleanup-remote): New variable.
33169 (recentf-cleanup): Use it to conditionally check availability of
33170 remote files.
33171
33172 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
33173
33174 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
33175 function names.
33176
33177 2005-03-19 Eli Zaretskii <eliz@gnu.org>
33178
33179 * language/thai-word.el: New file.
33180
33181 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33182
33183 * files.el (backup-buffer): If the file's directory is not
33184 writable, use copy instead of move to backup the file.
33185
33186 2005-03-19 Eli Zaretskii <eliz@gnu.org>
33187
33188 * obsolete/keyswap.el: Moved to obsolete/ from term/.
33189
33190 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
33191
33192 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
33193 Use functionp instead of symbolp and fboundp. Reported by Drkm
33194 <darkman_spam@yahoo.fr>.
33195 (ps-print-version): New version 6.6.6.
33196
33197 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
33198
33199 * textmodes/table.el (table--line-column-position): New idiom.
33200 (table--row-column-insertion-point-p): New function to test
33201 validity of row and column insertion operation at a location.
33202 (table-global-menu, table-cell-menu): Use above functions for
33203 deterministic test operation.
33204 (table--editable-cell-p): Behave in deterministic fashion.
33205
33206 2005-03-18 Juri Linkov <juri@jurta.org>
33207
33208 * isearch.el (isearch-lazy-highlight-new-loop):
33209 Make arguments beg and end optional.
33210 (isearch-update): Remove optional arguments nil from
33211 isearch-lazy-highlight-new-loop.
33212 (isearch-lazy-highlight-search): Let-bind case-fold-search to
33213 isearch-lazy-highlight-case-fold-search instead of
33214 isearch-case-fold-search, and let-bind isearch-regexp to
33215 isearch-lazy-highlight-regexp.
33216 Use isearch-lazy-highlight-last-string instead of isearch-string.
33217
33218 * replace.el (perform-replace): Remove bindings of global
33219 variables isearch-string, isearch-regexp, isearch-case-fold-search.
33220 Add three new arguments to `replace-highlight'.
33221 (replace-highlight): Add arguments string, regexp, case-fold.
33222 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
33223 to allow isearch-lazy-highlight-new-loop to use these values
33224 to set corresponding isearch-lazy-highlight-* internal
33225 variables whose values lazy highlighting will use regardless of
33226 changes to global variables isearch-string, isearch-regexp,
33227 isearch-case-fold-search during lazy highlighting loop.
33228 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
33229 to `lazy-highlight-cleanup'.
33230
33231 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
33232 (ispell-highlight-face): Set default face to `isearch' when
33233 lazy highlighting is enabled.
33234 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
33235 priority to 1. Add lazy highlighting.
33236 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
33237 from `isearch-dehighlight'.
33238
33239 2005-03-18 David Ponce <david@dponce.com>
33240
33241 * files.el (hack-local-variables): Do a case-insensitive search
33242 for End.
33243
33244 2005-03-18 Juri Linkov <juri@jurta.org>
33245
33246 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
33247 `isearch-lazy-highlight-cleanup', add alias to old name and
33248 declare obsolete. Add release numbers to other obsolete vars.
33249 (isearch-done, isearch-lazy-highlight-new-loop):
33250 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
33251 (lazy-highlight-cleanup) <variable>: Doc fix.
33252 (isearch-lazy-highlight-update): Rename obsolete
33253 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
33254
33255 2005-03-18 Kenichi Handa <handa@m17n.org>
33256
33257 * language/thai-util.el: Fix categorization of Thai characters in
33258 thai-category-table.
33259 (thai-composition-pattern): Adjust it for the above change.
33260 (thai-self-insert-command, thai-compose-syllable): New functions.
33261 (thai-compose-region): Use thai-compose-syllable.
33262 (thai-compose-string): Likewise.
33263 (thai-composition-function): Likewise.
33264 (thai-auto-composition): New function.
33265 (thai-auto-composition-mode): New minor mode.
33266
33267 * language/thai.el: Fix patterns to be registered in
33268 composition-function-table.
33269
33270 * international/quail.el (quail-input-method): Locally bind
33271 inhibit-modification-hooks to t.
33272
33273 2005-03-17 Richard M. Stallman <rms@gnu.org>
33274
33275 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
33276 (perl-mode): Use run-mode-hooks.
33277
33278 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
33279 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
33280 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
33281
33282 * mail/sendmail.el (sendmail-send-it): Reenable the code
33283 to compute resend-to-address and use it.
33284
33285 * tar-mode.el (tar-mode): Turn off undo unconditionally.
33286
33287 * image-mode.el: New file.
33288
33289 * image.el (insert-sliced-image): Add autoload cookie.
33290
33291 * font-lock.el (font-lock-lines-before): New user option.
33292 (font-lock-after-change-function): Obey it.
33293
33294 * bindings.el (esc-map): Make M-g a prefix.
33295 Bind M-g g and M-g M-g to goto-line.
33296
33297 * faces.el (face-id): Doc fix.
33298
33299 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
33300
33301 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
33302 (rmail-show-message): Use rmail-unknown-mail-followup-to.
33303 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
33304
33305 * mail/sendmail.el (mail-yank-ignored-headers)
33306 (mail-font-lock-keywords, mail-mode-fill-paragraph):
33307 Add Mail-Followup-To and Mail-Reply-To headers.
33308 (mail-citation-hook): Add autoload cookie.
33309 (mail-mode): Doc fix.
33310 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
33311 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
33312 (mail-mode-fill-paragraph): Handle those headers.
33313 (mail-mailing-lists): New variable.
33314 (mail-mail-reply-to, mail-mail-followup-to): New functions.
33315
33316 2005-03-17 Juri Linkov <juri@jurta.org>
33317
33318 * isearch.el (isearch-fallback): Check for `(car previous)'
33319 before calling `isearch-other-end-state'.
33320
33321 2005-03-17 Kim F. Storm <storm@cua.dk>
33322
33323 * simple.el (move-beginning-of-line): Move to beginning of buffer
33324 line, as well as beginning of screen line.
33325
33326 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
33327
33328 * calendar/diary-lib.el (mark-diary-entries): Use new optional
33329 argument REDRAW rather than calendar-redrawing variable.
33330 * calendar/calendar.el (calendar-redrawing): Delete.
33331 (redraw-calendar): Do not bind calendar-redrawing.
33332
33333 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
33334
33335 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
33336 diary-file buffer.
33337
33338 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
33339
33340 * help.el (describe-mode): Allow a :minor-mode-function property to
33341 specify a different minor mode toggle function than the variable.
33342 * simple.el (auto-fill-function):
33343 * subr.el (add-minor-mode): Use it.
33344
33345 2005-03-16 Kenichi Handa <handa@m17n.org>
33346
33347 * language/ethio-util.el (sera-being-called-by-w3): New variable.
33348 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
33349 (ethio-fidel-to-sera-buffer): Likewise.
33350
33351 2005-03-16 Juri Linkov <juri@jurta.org>
33352
33353 * emacs-lisp/find-func.el (find-function-regexp):
33354 Add defun-emitting macro `menu-bar-make-toggle'.
33355
33356 * isearch.el: Put `isearch-scroll' property to
33357 `split-window-horizontally'.
33358
33359 * info.el: Update error messages for `debug-ignored-errors'.
33360 (Info-isearch-search): Doc fix.
33361 (Info-find-node): Move up code to go into info buffer before
33362 recording the node to the history.
33363 (Info-fontify-node): Fontify titles only if the next line
33364 has two or more `*', `=', `-', `.'.
33365 Display "go to this node" for empty (match-string 3).
33366
33367 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33368
33369 * term/mac-win.el: Add mouse pointer shape constants.
33370
33371 2005-03-15 Kim F. Storm <storm@cua.dk>
33372
33373 * simple.el (move-beginning-of-line): Use vertical-motion.
33374
33375 2005-03-15 Juri Linkov <juri@jurta.org>
33376
33377 * isearch.el (isearch-error): New variable.
33378 (isearch-invalid-regexp, isearch-within-brackets): Remove.
33379 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
33380 (isearch-within-brackets-state): Remove.
33381 (isearch-case-fold-search-state, isearch-pop-fun-state):
33382 Decrease frame index.
33383 (isearch-mode, isearch-top-state, isearch-push-state)
33384 (isearch-edit-string, isearch-abort, isearch-search-and-update)
33385 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
33386 (isearch-search, isearch-lazy-highlight-new-loop):
33387 Replace `isearch-invalid-regexp' with `isearch-error'.
33388 Remove `isearch-within-brackets'.
33389 (isearch-search): Add `search-failed' handler to `condition-case'.
33390 (isearch-lazy-highlight-search): Add `condition-case' to catch
33391 errors and allow `isearch-lazy-highlight-update' to try
33392 highlighting from the beginning of the window.
33393 (isearch-repeat): Move up code to set isearch-wrapped to t
33394 before calling isearch-wrap-function.
33395
33396 * info.el (Info-isearch-initial-node): New internal variable.
33397 (Info-search): Signal an error in isearch mode when search leaves
33398 the initial node. Signal an error when `bound' is non-nil and
33399 nothing was found in the current subfile.
33400 (Info-isearch-search): Remove `condition-case'.
33401 (Info-isearch-wrap): Don't wrap when search failed during leaving
33402 the initial node. If `Info-isearch-search' is nil, wrap around
33403 the current node.
33404 (Info-isearch-start): New fun.
33405 (Info-mode): Add buffer-local hook `Info-isearch-start' to
33406 `isearch-mode-hook'.
33407
33408 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33409
33410 * simple.el (normal-erase-is-backspace): Set default to t if
33411 running on Mac.
33412
33413 * term/mac-win.el (function-key-map): Sync with x-win.el.
33414
33415 2005-03-15 Kenichi Handa <handa@m17n.org>
33416
33417 * international/mule-cmds.el (locale-language-names): Modify the
33418 format of elements and add more entries.
33419 (locale-preferred-coding-systems): Add more entries.
33420 (set-locale-environment): Adjust for the change of
33421 locale-language-names.
33422
33423 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
33424
33425 * pcvs.el (smerge-ediff): Remove bogus autoload.
33426
33427 2005-03-14 Lute Kamstra <lute@gnu.org>
33428
33429 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
33430 Ignore a `*' at the beginning of a line.
33431
33432 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
33433 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
33434 subr.el.
33435 (dont-compile, eval-when-compile, eval-and-compile): Use declare
33436 to specify indentation.
33437
33438 * generic.el (define-generic-mode): Let generic-mode-list be a
33439 list of strings; test membership with equal.
33440
33441 2005-03-14 Kim F. Storm <storm@cua.dk>
33442
33443 * simple.el (next-line, previous-line): Add optional try-vscroll
33444 arg to recognize interactive use. Pass it on to line-move.
33445 (line-move): Don't perform auto-window-vscroll when defining or
33446 executing keyboard macro to ensure consistent behavior.
33447
33448 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
33449
33450 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
33451
33452 2005-03-13 Lute Kamstra <lute@gnu.org>
33453
33454 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
33455 debugger-setup-buffer so that backtrace marks the frames set to
33456 debug-on-exit and we don't have to do it manually. Set an extra
33457 debug-on-exit for macro's.
33458 (debugger-setup-buffer): Don't mark the top frame manually.
33459
33460 2005-03-12 Lute Kamstra <lute@gnu.org>
33461
33462 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
33463 lisp-indent-function throughout.
33464 (with-no-warnings): Set lisp-indent-function property.
33465
33466 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
33467
33468 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
33469 Add entry for backslash.
33470
33471 2005-03-12 Juri Linkov <juri@jurta.org>
33472
33473 * info.el (Info-search): Four fixes for backward search.
33474
33475 2005-03-11 Jay Belanger <belanger@truman.edu>
33476
33477 * calc/calc.el (calc-language-alist): New variable.
33478 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
33479 (calc-embedded-find-modes): Use calc-language-alist instead of
33480 calc-embedded-language-alist.
33481
33482 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
33483
33484 * calendar/calendar.el (calendar-redrawing): New internal
33485 variable.
33486 (redraw-calendar): Remove bogus save-excursion from previous
33487 change. Bind calendar-redrawing to t for mark-diary-entries.
33488 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
33489 calendar if that is why we were called.
33490
33491 2005-03-11 Kenichi Handa <handa@m17n.org>
33492
33493 * international/mule.el (make-coding-system): Set property
33494 coding-system-define-form to nil.
33495 (define-coding-system-alias): Likewise.
33496
33497 2005-03-11 Kenichi Handa <handa@m17n.org>
33498
33499 These changes are suggested by Dave Love <fx@gnu.org>.
33500
33501 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
33502 coding: tag.
33503 (adaptive-fill-regexp): Add more bullets.
33504 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
33505 regexps.
33506
33507 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
33508
33509 * help.el (describe-mode): Properly handle non-trivial lighters.
33510 Don't ignore minor modes that are not listed in minor-mode-list.
33511
33512 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
33513 feature ON when the user requests to turn it OFF.
33514
33515 2005-03-10 Lute Kamstra <lute@gnu.org>
33516
33517 * emacs-lisp/debug.el (debug-entry-code): Delete it.
33518 (implement-debug-on-entry): New function to replace debug-entry-code.
33519 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
33520 second argument as the 2005-03-07 change makes it obsolete.
33521 (debug-on-entry, cancel-debug-on-entry): Update call to
33522 debug-on-entry-1.
33523 (debug, debugger-setup-buffer): Comment update.
33524 (debugger-frame-number): Update to work with implement-debug-on-entry.
33525
33526 2005-03-10 Jay Belanger <belanger@truman.edu>
33527
33528 * calc/calc-embed.el (math-ms-args): Declare it.
33529 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
33530 math-ms-args.
33531 (calc-embedded-subst): Use math-multi-subst-rec to substitute
33532 variables.
33533
33534 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
33535
33536 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
33537 Use message-box.
33538
33539 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
33540 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
33541 (tooltip-gud-tips): Simplify.
33542 (tooltip-gud-tips-p): Remove superfluous :set.
33543 (tooltip-gud-modes): Add fortran-mode.
33544 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
33545
33546 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
33547
33548 2005-03-09 Kim F. Storm <storm@cua.dk>
33549
33550 * play/animate.el (animate-place-char): Use forward-line instead
33551 of next-line to improve performance.
33552
33553 2005-03-09 Simon Josefsson <jas@extundo.com>
33554
33555 * net/browse-url.el (browse-url-default-browser): Doc fix.
33556
33557 2005-03-09 Miles Bader <miles@gnu.org>
33558
33559 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
33560 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
33561
33562 2005-03-09 Kenichi Handa <handa@m17n.org>
33563
33564 * international/latin-1.el: Set case and syntax for 255 only if
33565 set-case-syntax-set-multibyte is nil.
33566
33567 * textmodes/ispell.el (ispell-insert-word): New function.
33568 (ispell-word): Use ispell-insert-word to insert a new word.
33569 (ispell-process-line): Likewise.
33570 (ispell-complete-word): Likewise.
33571
33572 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
33573
33574 * calendar/calendar.el (redraw-calendar): Preserve point.
33575 Reported by Matt Hodges <MPHodges@member.fsf.org>.
33576 (calendar-week-start-day): Move after definition of
33577 redraw-calendar. Delete buffer test, since redraw-calendar has
33578 that now.
33579
33580 * calendar/diary-lib.el (mark-diary-entries): Only call
33581 redraw-calendar in the first of any recursive calls.
33582 Reported by Alan Shutko <ats@acm.org>.
33583
33584 2005-03-08 Juri Linkov <juri@jurta.org>
33585
33586 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
33587 (html-horizontal-rule, html-line, html-image, html-checkboxes)
33588 (html-radio-buttons): Add a space before the trailing `/>' where
33589 sgml-xml-mode is non-nil.
33590 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
33591 the subsequent tag of the empty XML tag.
33592 (html-href-anchor): Don't set initial input to "http:".
33593 (html-image): Ask for the image URL and set point inside alt="".
33594 (html-name-anchor): Duplicate the name in the `id' attribute when
33595 sgml-xml-mode is non-nil.
33596 (html-paragraph): Remove \n before <p>.
33597 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
33598 instead of `checked' when sgml-xml-mode is non-nil.
33599
33600 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
33601 Remove 1 space before #RRGGBB to not truncate it on terminal
33602 windows w/o fringes. Remove 1 space between bg and fg examples
33603 to get more space.
33604 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
33605 avoid byte-compile warnings.
33606
33607 * image-file.el (image-file-handler): Put `safe-magic' property to
33608 `image-file-handler'.
33609
33610 * info.el (Info-isearch-search): Emulate word search in
33611 isearching through multiple Info nodes with Info-search.
33612 (Info-isearch-wrap): Allow isearch-word.
33613
33614 2005-03-08 Lute Kamstra <lute@gnu.org>
33615
33616 * emacs-lisp/debug.el (debugger-step-through): Make sure that
33617 stepping into the debugger's code is not possible.
33618 (debugger-jumping-flag): Docstring update.
33619
33620 2005-03-08 Jay Belanger <belanger@truman.edu>
33621
33622 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
33623 embedded mode begins.
33624 (calc-embedded-language-alist): New variable.
33625 (calc-embedded-find-modes): Use calc-embedded-language-alist to
33626 set default language mode.
33627
33628 2005-03-08 Kenichi Handa <handa@m17n.org>
33629
33630 * international/ccl.el (define-ccl-program): Fix docstring about
33631 extra 256 bytes assured for the output buffer.
33632
33633 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33634 Fix BUFFER_MAGNIFICATION to 2.
33635 (ccl-encode-mule-utf-16be-with-signature): Likewise.
33636
33637 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
33638
33639 * align.el (align-rules-list): Added an alignment rule for CSS
33640 declarations (applies to css-mode and html-mode buffers).
33641
33642 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
33643
33644 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
33645
33646 2005-03-07 Kim F. Storm <storm@cua.dk>
33647
33648 * simple.el (move-beginning-of-line): New command.
33649
33650 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
33651
33652 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
33653
33654 * emulation/cua-base.el: Put CUA move property on move-end-of-line
33655 and move-beginning-of-line.
33656
33657 * apropos.el (apropos-print): Omit command from M-x ... RET.
33658
33659 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
33660
33661 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
33662 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
33663
33664 2005-03-06 Richard M. Stallman <rms@gnu.org>
33665
33666 * bindings.el (esc-map): Bind M-g to goto-line.
33667
33668 * facemenu.el (global-map): Bind M-o, not M-g.
33669
33670 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
33671
33672 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
33673 "Open Directory" as for "Open File".
33674
33675 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
33676
33677 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
33678 (push-mark-command): Run activate-mark-hook.
33679
33680 2005-03-06 Richard M. Stallman <rms@gnu.org>
33681
33682 * help-mode.el (help-mode-finish): Don't alter the element
33683 in view-return-to-alist if there already is one.
33684
33685 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
33686 make sure the current buffer is the expected one.
33687
33688 * novice.el (disabled-command-function): Output in *Disabled Command*.
33689 Explicitly ignore non-keyboard events, and explicitly handle C-g.
33690
33691 * textmodes/flyspell.el (flyspell-large-region):
33692 Pass args differently for aspell.
33693
33694 * files.el (mode-require-final-newline): Doc fix.
33695
33696 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
33697
33698 * progmodes/which-func.el (which-function):
33699 Specify NOERROR when calling imenu--make-index-alist.
33700
33701 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
33702
33703 * simple.el (normal-erase-is-backspace): Define default value.
33704
33705 * custom.el (custom-theme-set-variables): Remove unused var
33706 `immediate'.
33707 (custom-reevaluate-setting): Simple function to handle variables
33708 that are defined before their default value can really be
33709 computed.
33710
33711 * startup.el (command-line): Use it for temporary-file-directory,
33712 small-emporary-file-directory, auto-save-file-name-transforms,
33713 blink-cursor-mode, and normal-erase-is-backspace.
33714
33715 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
33716 progress, even with buggy anchored keywords.
33717
33718 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
33719
33720 * simple.el (goto-line): Remove unbalanced final parenthesis.
33721
33722 2005-03-05 Richard M. Stallman <rms@gnu.org>
33723
33724 * simple.el (goto-line): Use a number at point as the default.
33725 With C-u as arg, switch buffers.
33726
33727 2005-03-05 Juri Linkov <juri@jurta.org>
33728
33729 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
33730 with `no-blinking-cursor'.
33731
33732 * startup.el (no-blinking-cursor): New defvar.
33733 (command-line): Add `--no-blinking-cursor' to longopts.
33734 Set `no-blinking-cursor' to t for command line arguments
33735 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
33736 with `no-blinking-cursor' in the condition for calling
33737 `blink-cursor-mode'.
33738
33739 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
33740
33741 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
33742 (menu-bar-options-save): Add blink-cursor-mode.
33743 (menu-bar-options-menu): Add blink-cursor-mode.
33744
33745 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
33746
33747 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
33748 (icalendar-export-file, icalendar-export-region)
33749 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
33750 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
33751
33752 2005-03-04 Lute Kamstra <lute@gnu.org>
33753
33754 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
33755 (debug-function-list): Ditto.
33756
33757 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
33758
33759 * textmodes/texinfmt.el (texinfo-append-refill):
33760 Redefine the types of line to which @refill
33761 is not appended by replacing a search for `@refill\\|@bye' with
33762 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
33763 itemize@refill' bug and the unfilled long lines bug.
33764 (texinfmt-version): Update number and date.
33765
33766 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
33767
33768 * international/code-pages.el (windows-1250, windows-125[2-8])
33769 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
33770
33771 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
33772
33773 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
33774 bound yet.
33775
33776 2005-03-02 Romain Francoise <romain@orebokech.com>
33777
33778 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
33779 buffer after removing limits.
33780 (ibuffer-pop-filter): Ditto.
33781 Update copyright.
33782
33783 2005-03-02 Miles Bader <miles@gnu.org>
33784
33785 * button.el (make-text-button): If the user doesn't specify a
33786 type, use the default. Rewrite to use `add-text-properties' and
33787 plist functions.
33788
33789 2005-03-01 Lute Kamstra <lute@gnu.org>
33790
33791 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
33792 (debugger-jumping-flag): New var.
33793 (debug-entry-code): Use it.
33794 (debugger-jump): Use debugger-jumping-flag and add
33795 debugger-reenable to post-command-hook.
33796 (debugger-reenable): Use debugger-jumping-flag and remove itself
33797 from post-command-hook.
33798 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
33799 debugger-reenable.
33800
33801 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
33802
33803 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
33804 inclusion of "itemize\\|", which may be unnecessary, is certainly
33805 inelegant, and stops refilling in itemize lists when formatting
33806 Japanese Texinfo files to Info.
33807 Update copyright to 2005.
33808
33809 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
33810
33811 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
33812 of an error if GDB can't find the source file.
33813
33814 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
33815
33816 * calendar/calendar.el (redraw-calendar): Work from any buffer,
33817 not just the calendar.
33818
33819 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
33820 first.
33821 (diary-redraw-calendar): New function.
33822 (make-diary-entry): Add diary-redraw-calendar to local
33823 write-contents-functions. Turn off selective display before
33824 inserting in diary.
33825
33826 2005-03-01 Kim F. Storm <storm@cua.dk>
33827
33828 * emacs-lisp/copyright.el (copyright-fix-years): New command.
33829
33830 2005-03-01 Lute Kamstra <lute@gnu.org>
33831
33832 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
33833 that debug-entry-code can be safely removed from a function while
33834 this code is being evaluated. Revert the 2005-02-27 change as the
33835 new implementation no longer requires it. Make sure that a
33836 function body containing just a string is not mistaken for a docstring.
33837 (debug): Skip one more frame in case of debug on entry.
33838 (debugger-setup-buffer): Delete one more frame line in case of
33839 debug on entry.
33840 (debugger-frame-number): Update to use the new text introduced by
33841 the 1999-11-03 change. Skip one more frame in case of debug on entry.
33842
33843 2005-02-28 Kim F. Storm <storm@cua.dk>
33844
33845 * double.el (double-translate-key): Call force-window-update after
33846 read-event to avoid crash in redisplay.
33847
33848 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
33849
33850 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
33851 (debug): Use it. Move the inhibit-trace earlier.
33852 (debug-entry-code): New const.
33853 (debug-on-entry-1): Use it.
33854
33855 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
33856
33857 * international/utf-16.el (ccl-encode-mule-utf-16le):
33858 Fix BUFFER_MAGNIFICATION to 2.
33859 (ccl-encode-mule-utf-16be): Likewise.
33860
33861 2005-02-28 Kenichi Handa <handa@m17n.org>
33862
33863 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33864 Fix BUFFER_MAGNIFICATION to 4.
33865 (ccl-encode-mule-utf-16be-with-signature): Likewise.
33866
33867 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
33868
33869 * speedbar.el (speedbar-update-flag): Doc fix.
33870 (speedbar-show-info-under-mouse): Give set-mouse-position the right
33871 argument.
33872
33873 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
33874
33875 * reveal.el (reveal-post-command): Don't try to reveal overlays which
33876 have a non-nil `invisible' property but are actually visible.
33877
33878 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
33879 for perldoc sections.
33880 (perl-outline-regexp, perl-outline-level): New var and function.
33881 (perl-mode): Use them.
33882
33883 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
33884
33885 * calendar/diary-lib.el (diary-remind): Discard any mark portion
33886 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
33887
33888 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
33889
33890 * cus-edit.el: Comment change.
33891 (custom-buffer-create-internal): Slightly reword text at top of
33892 Custom buffers. Mention there that saving an option edits the
33893 init file. Add link to Emacs manual node on `custom-file'.
33894 (custom-magic-alist): Rewrite individual State messages to use
33895 capitalized keywords. Doc fix.
33896
33897 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
33898
33899 * calendar/calendar.el (calendar-buffer): Move above
33900 calendar-week-start-day.
33901 (calendar-week-start-day): Doc fix. Add :set function.
33902 (calendar-minimum-window-height): New variable.
33903 (generate-calendar-window): Only resize window if selected-window
33904 is displaying the calendar buffer. Use new variable
33905 calendar-minimum-window-height.
33906 (generate-calendar): Reword error message.
33907 (calendar-mode-map): Bind DEL to scroll-other-window-down.
33908
33909 2005-02-27 Andreas Schwab <schwab@suse.de>
33910
33911 * vc.el (vc-do-command): Don't run command asynchronously when
33912 operating in a remote directory.
33913
33914 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
33915 change from sync with Tramp 2.0.47.
33916
33917 2005-02-27 Richard M. Stallman <rms@gnu.org>
33918
33919 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
33920
33921 * textmodes/flyspell.el (flyspell-mode-on):
33922 Call ispell-change-dictionary only if necessary.
33923
33924 * emacs-lisp/re-builder.el (regexp-builder): New function.
33925
33926 * register.el (describe-register-1): Explicitly handle
33927 yank-excluded-properties = t.
33928
33929 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
33930 (custom-magic-alist): Change the status descriptions again.
33931 (face widget-type): Total rewrite based on `restricted-sexp'
33932 to eliminate the confusing double hiding levels.
33933
33934 * emacs-lisp/debug.el (debug-on-entry-1):
33935 If function body is empty, add nil as body form.
33936
33937 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
33938
33939 * emacs-lisp/trace.el (inhibit-trace): New var.
33940 (trace-make-advice): Use it.
33941
33942 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
33943
33944 2005-02-26 Kim F. Storm <storm@cua.dk>
33945
33946 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
33947 (mouse-on-link-p, mouse-drag-region-1): Use it.
33948
33949 2005-02-25 Lute Kamstra <lute@gnu.org>
33950
33951 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
33952
33953 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
33954
33955 * frame.el (blink-cursor-mode): Add :group keyword.
33956
33957 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
33958
33959 * calendar/icalendar.el (icalendar--decode-isodatetime):
33960 New optional argument DAY-SHIFT.
33961 (icalendar-export-region): Fix coding-system-for-write.
33962 (icalendar--convert-ical-to-diary): Shift end-day of all-day
33963 events by one.
33964
33965 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
33966
33967 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
33968
33969 2005-02-24 Kim F. Storm <storm@cua.dk>
33970
33971 * international/iso-acc.el (iso-accents-compose): Fix crash
33972 during redisplay. Call force-window-update after read-event
33973 and delete-region to signal that window is not accurate.
33974
33975 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
33976
33977 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
33978 Remove unused and inexistent var `inhibit-trace'.
33979 (debugger-mode): Use run-mode-hooks.
33980 (debugger-list-functions): Add buttons; setup xref stack.
33981
33982 2005-02-23 Richard M. Stallman <rms@gnu.org>
33983
33984 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
33985 appointment says it was explicitly made.
33986 (appt-add): Set the 3rd element.
33987 (appt-make-list): Preserve explicit appointments.
33988
33989 * subr.el (find-tag-default): Catch errors in forward-sexp.
33990
33991 2005-02-23 Juri Linkov <juri@jurta.org>
33992
33993 * info.el (Info-isearch-search): New defcustom.
33994 (Info-isearch-search): Call the default isearch function
33995 when Info-isearch-search is nil.
33996 (Info-isearch-wrap): Use variable Info-isearch-search.
33997
33998 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
33999
34000 * cus-edit.el: Comment change.
34001
34002 2005-02-22 Kim F. Storm <storm@cua.dk>
34003
34004 * progmodes/hideif.el (hide-ifdef-use-define-alist):
34005 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
34006
34007 2005-02-22 Simon Josefsson <jas@extundo.com>
34008
34009 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
34010 New variable.
34011 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
34012 Oskarsson" <myrkraverk@users.sourceforget.net>.
34013
34014 2005-02-22 Kim F. Storm <storm@cua.dk>
34015
34016 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
34017 check that window of that event is the selected window.
34018 (mouse-drag-region-1): Compare mouse event window to selected
34019 window before setting point.
34020
34021 * tooltip.el (tooltip-show-help-function): Pass event to
34022 mouse-on-link-p so it can check selected window.
34023
34024 2005-02-22 Kenichi Handa <handa@m17n.org>
34025
34026 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
34027 (ps-mule-show-warning): New function.
34028 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
34029 characters are found.
34030
34031 * ps-print.el (ps-header-footer-string): Return a list of header
34032 and footer strings.
34033
34034 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
34035
34036 * pcvs.el (cvs-retrieve-revision): Fix thinko.
34037
34038 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
34039
34040 * frame.el (blink-cursor-mode): Use define-minor-mode.
34041
34042 * term/mac-win.el (function-key-map): Use char-names more consistently.
34043 (file-name-coding-system): Only set it for MacOS-9. The other case is
34044 already handled in mule-cmds.el (where it also works when mac-win.el
34045 is not used).
34046
34047 2005-02-21 Kenichi Handa <handa@m17n.org>
34048
34049 * international/mule.el (ctext-pre-write-conversion): Always use
34050 " *code-converting-work*" buffer for work.
34051
34052 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
34053
34054 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
34055
34056 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
34057
34058 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
34059
34060 * ses.el (undo-more): Restore defadvice, but only the part that
34061 allows changes outside the restricted area of the buffer.
34062
34063 2005-02-20 Kim F. Storm <storm@cua.dk>
34064
34065 * simple.el (line-move): Add fourth optional arg try-vscroll which
34066 must be set to perform auto-window-vscroll.
34067 When moving backwards and doing auto-window-vscroll, automatically
34068 vscroll to the last part of lines which are taller than the window.
34069 (next-line, previous-line): Set try-vscroll arg on line-move.
34070
34071 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
34072
34073 * replace.el (query-replace, query-replace-regexp)
34074 (replace-string, replace-regexp): When operating on region, make
34075 the minibuffer prompt say so.
34076
34077 * isearch.el (isearch-forward): Document isearch-query-replace and
34078 isearch-query-replace-regexp keybindings.
34079
34080 2005-02-19 Jay Belanger <belanger@truman.edu>
34081
34082 * calc/calc-aent.el (math-read-token): Add local variable.
34083
34084 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
34085 (calc-edit-top): Move declaration to earlier in file.
34086 (calc-edit-macro-repeats): Add local variables.
34087
34088 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
34089 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
34090 calcFunc-tanh.
34091 Adjust integration rule for calcFunc-tan.
34092
34093 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
34094
34095 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
34096 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
34097 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
34098 (viper-skip-separators): Bug fix.
34099 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
34100 particular major mode.
34101 (viper-del-backward-char-in-replace): Don't put deleted char on the
34102 kill ring.
34103
34104 * viper-ex.el (viper-color-display-p): New function.
34105 (viper-has-face-support-p): Use viper-color-display-p.
34106
34107 * viper-keym.el (viper-gnus-modifier-map): New keymap.
34108
34109 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
34110
34111 * viper-util.el (viper-glob-unix-files): Fix shell status check.
34112 (viper-file-remote-p): Make equivalent to file-remote-p.
34113
34114 * viper.el (viper-major-mode-modifier-list):
34115 Use viper-gnus-modifier-map.
34116
34117 2005-02-19 David Kastrup <dak@gnu.org>
34118
34119 * subr.el (subregexp-context-p): Fix garbled doc string by adding
34120 quoting.
34121
34122 2005-02-19 Jay Belanger <belanger@truman.edu>
34123
34124 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
34125 Remove extra definitions.
34126 (calc-coth): New function.
34127 (calcFunc-cot): Fix `let'.
34128
34129 2005-02-19 Eli Zaretskii <eliz@gnu.org>
34130
34131 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
34132 the reasons we use "type pc" in these faces.
34133
34134 * button.el (button): Ditto.
34135
34136 2005-02-19 Michael Mauger <mmaug@yahoo.com>
34137
34138 * replace.el (query-replace-read-from): Set the value of
34139 query-replace-from-history-variable to handle the case of an empty
34140 string entered to accept the suggested default.
34141
34142 * net/tramp.el (tramp-file-name-for-operation):
34143 Use dired-call-process instead of dired-call-process-command.
34144
34145 2005-02-19 Jay Belanger <belanger@truman.edu>
34146
34147 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
34148 (math-div-non-trig): New variables.
34149 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
34150 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
34151 (math-combine-prod, math-div-symb-fancy): Add simplifications for
34152 trig expressions.
34153
34154 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
34155
34156 * progmodes/gdb-ui.el (gdb-var-update-handler)
34157 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
34158 for watch expressions,
34159 (gdb-var-create-handler): Don't set speedbar-update-flag.
34160 (gdb-post-prompt): Simplify test for speedbar.
34161
34162 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
34163
34164 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
34165 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
34166 we use the syntax table of the correct buffer.
34167 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
34168 Felix Gatzemeier.
34169
34170 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
34171 (ediff-file-remote-p): Make synonymous with file-remote-p.
34172 In all deffaces ediff-*-face-*, use min-colors.
34173
34174 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
34175 ediff-recurse-to-subdirectories.
34176 (ediff-mark-if-equal): Check that the arguments are strings, use
34177 ediff-same-contents (after to Felix Gatzemeier).
34178
34179 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
34180 nil.
34181
34182 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
34183
34184 * log-view.el (log-view-message-re): Fix up Subversion regexp.
34185
34186 2005-02-18 David Kastrup <dak@gnu.org>
34187
34188 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
34189 use `mark-active' when defined.
34190
34191 2005-02-18 Kenichi Handa <handa@m17n.org>
34192
34193 * ps-print.el (ps-font-info-database): New entry
34194 ZapfChancery-MediumItalic with correct font name. Fix font name
34195 of the entry Zapf-Chancery-MediumItalic.
34196
34197 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
34198
34199 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
34200
34201 2005-02-16 Kim F. Storm <storm@cua.dk>
34202
34203 * ido.el (ido-fallback-command): Pass user input to fallback command.
34204
34205 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
34206
34207 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
34208 (gdb-find-file-hook): Add server prefix.
34209
34210 2005-02-16 Richard M. Stallman <rms@gnu.org>
34211
34212 * replace.el (perform-replace): Pass new args to replace-highlight.
34213 (replace-highlight): Take region args,
34214 and pass them to isearch-lazy-highlight-new-loop.
34215
34216 * novice.el (disabled-command-hook): Autoload the defalias
34217 and the make-obsolete-variable call.
34218
34219 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
34220
34221 * isearch.el (isearch-lazy-highlight-start-limit)
34222 (isearch-lazy-highlight-end-limit): New variables limit
34223 the region for highlighting.
34224 (isearch-lazy-highlight-new-loop): New args BEG and END.
34225 (isearch-lazy-highlight-search): Use the new vars.
34226 (isearch-lazy-highlight-update): Likewise.
34227
34228 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
34229
34230 * cus-start.el (all): Use default-boundp.
34231
34232 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
34233
34234 * menu-bar.el (menu-bar-select-frame): Handle current frame.
34235
34236 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
34237
34238 * autorevert.el (auto-revert-stop-on-user-input)
34239 (auto-revert-verbose): Doc fixes.
34240
34241 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
34242
34243 * international/mule-cmds.el (set-locale-environment): Remove call
34244 to set-selection-coding-system on Windows.
34245
34246 2005-02-15 Jay Belanger <belanger@truman.edu>
34247
34248 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
34249 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
34250 calcFunc-coth.
34251 (math-simplify-sqrt): Add simplifications.
34252
34253 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
34254 to list.
34255
34256 * calc/calc-ext.el: Add functions to autoloads.
34257
34258 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
34259 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
34260 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
34261 (math-csc-raw, math-cot-raw): New functions.
34262
34263 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
34264
34265 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
34266 the variable name in a message.
34267
34268 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
34269 calcFunc-csc, calcFunc-cot.
34270
34271 * calc/calcalg2.el: Add derivative and integration rules for
34272 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
34273 calcFunc-csch, calcFunc-coth.
34274 (math-do-integral-methods): Add to checks for when to use
34275 substitutions.
34276
34277 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
34278
34279 2005-02-15 Lute Kamstra <lute@gnu.org>
34280
34281 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
34282 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
34283 <monnier@iro.umontreal.ca>.
34284 (lisp-outline-level): Improve efficiency. Suggested by David
34285 Kastrup <dak@gnu.org>.
34286
34287 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
34288
34289 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
34290 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
34291 (gdb-set-gud-minor-mode-existing-buffers): New functions.
34292 (gdb-find-file-hook): New hook. Add it to find-file-hook.
34293 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
34294
34295 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
34296
34297 * cus-start.el (all): Comment change.
34298
34299 2005-02-14 Lute Kamstra <lute@gnu.org>
34300
34301 * cus-start.el (all): Check if symbol is void.
34302
34303 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
34304
34305 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
34306 optional argument to \cite.
34307
34308 2005-02-14 Richard M. Stallman <rms@gnu.org>
34309
34310 * cus-edit.el (custom-buffer-create-internal): Update help message.
34311 (custom-magic-alist): Update help messages.
34312
34313 * cus-start.el (all): Allow a var to specify a standard value.
34314
34315 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
34316
34317 * custom.el (custom-theme-set-variables): Handle variable aliases.
34318
34319 * frame.el (blink-cursor-timer): Doc fix.
34320 (blink-cursor): Make it an alias for `blink-cursor-mode' and
34321 declare obsolete.
34322 (blink-cursor-mode): Define with defcustom and use correct
34323 standard expression in that defcustom.
34324 * startup.el (command-line): Adapt to above changes in frame.el.
34325
34326 2005-02-11 Lute Kamstra <lute@gnu.org>
34327
34328 * apropos.el (apropos-score-doc): Prevent division by zero.
34329
34330 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
34331
34332 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
34333 (icalendar--get-event-property-attributes)
34334 (icalendar--get-event-properties)
34335 (icalendar--datetime-to-diary-date): New functions.
34336 (icalendar--split-value): Doc fix.
34337 (icalendar--datetime-to-noneuropean-date)
34338 (icalendar--datetime-to-european-date): New optional argument
34339 SEPARATOR. Return result as a string instead of a list.
34340 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
34341 (icalendar--convert-string-for-export): Rename arg S to STRING.
34342 (icalendar-export-region): Doc fix. Change name of error buffer.
34343 Save output buffer.
34344 (icalendar-import-file): Add blank at end of prompt.
34345 (icalendar-import-buffer): Doc fix. Do not switch to error
34346 buffer. Indicate status in return value.
34347 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
34348 buffer. Save output buffer. Handle exception from recurrence
34349 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
34350 events. Fix problems with weekly all-day events.
34351
34352 2005-02-10 Richard M. Stallman <rms@gnu.org>
34353
34354 * simple.el (eval-expression-print-format):
34355 Avoid warning about edebug-active.
34356
34357 * help.el (help-for-help-internal): Rename from help-for-help.
34358 (help-for-help): Define with defalias.
34359
34360 * font-core.el (font-lock-default-function): Use with-no-warnings.
34361
34362 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
34363
34364 * custom.el (defface): Doc fix.
34365
34366 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
34367
34368 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
34369 width 0" to prevent word wrapping problems.
34370
34371 2005-02-09 Kim F. Storm <storm@cua.dk>
34372
34373 * ido.el (ido-file-extensions-order): New defcustom.
34374 (ido-file-extension-lessp, ido-file-extension-aux)
34375 (ido-file-extension-order): New advanced file ordering.
34376 (ido-file-lessp): New simple file ordering.
34377 (ido-sort-list): Remove.
34378 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
34379 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
34380
34381 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
34382
34383 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
34384 that some versions of grep produce.
34385 (grep-mode-font-lock-keywords): Likewise.
34386
34387 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
34388
34389 * progmodes/gdb-ui.el (gdb-location-list): New variable.
34390 (gdb-cdir): Delete.
34391 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
34392 (gdb-source-info): Treat case when source file is in another
34393 directory properly.
34394 (gdb-get-location): New function.
34395
34396 2005-02-07 Jay Belanger <belanger@truman.edu>
34397
34398 * calc/calc-prog.el (calc-write-parse-table-part)
34399 (calc-fix-token-name): Fix a check for language type.
34400
34401 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
34402
34403 2005-02-07 Andre Spiegel <spiegel@gnu.org>
34404
34405 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
34406 as directory not writable.
34407
34408 2005-02-07 Kim F. Storm <storm@cua.dk>
34409
34410 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
34411 (cua--standard-movement-commands): Remove list.
34412 Instead, set CUA property value to move for movement commands.
34413 (cua-movement-commands): Remove. Users must set CUA prop instead.
34414 (cua--pre-command-handler): Check CUA property.
34415 (cua--init-keymaps): Don't remap undo commands.
34416 (cua-mode): Don't call cua--rectangle-on-off.
34417
34418 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
34419 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
34420 (cua--rect-undo-set-point): New var.
34421 (cua--rectangle-undo-boundary): Setup undo apply entry.
34422 (cua--rect-undo-handler): New function for rectangle undo.
34423 (cua--rect-start-position, cua--rect-end-position): Add.
34424 (cua--rectangle-post-command): Call cua--rectangle-set-corners
34425 for restored rectangle. Set point if cua--rect-undo-set-point.
34426
34427 2005-02-06 Jay Belanger <belanger@truman.edu>
34428
34429 * calc/calc-lang.el (calc-tex-language): Display more information
34430 in messages.
34431
34432 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
34433 in TeX mode.
34434
34435 2005-02-06 Richard M. Stallman <rms@gnu.org>
34436
34437 * emacs-lisp/lisp.el (buffer-end): Doc fix.
34438
34439 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
34440
34441 * net/ldap.el (ldap-search-internal): Support attributes with
34442 optional descriptions separated by a semi-colon, as in
34443 "userCertificate;binary".
34444
34445 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
34446
34447 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
34448 isn't a cons (i.e. the version is 0).
34449
34450 2005-02-05 Eli Zaretskii <eliz@gnu.org>
34451
34452 * help.el (help-for-help): Doc fix.
34453
34454 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
34455
34456 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
34457 GDB-Windows on the menu-bar as this works better.
34458
34459 2005-02-04 Jay Belanger <belanger@truman.edu>
34460
34461 * calc/calc-embed.el (calc-embedded-update): Don't put in
34462 unnecessary newlines. Adjust the end of formula marker.
34463
34464 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
34465 (math-latex-parse-two-args): New function.
34466
34467 2005-02-03 Lute Kamstra <lute@gnu.org>
34468
34469 * help-fns.el (help-with-tutorial): Make sure that users cannot
34470 remove the entire text of the tutorial by means of `undo'.
34471
34472 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
34473
34474 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
34475 in recent changes, where the ispell process was repeatedly
34476 killed & restarted.
34477
34478 * international/mule-cmds.el (set-locale-environment): Set file-name
34479 coding system to utf-8 on Darwin systems.
34480 (set-default-coding-systems): Don't set default-file-name-coding-system
34481 on Darwin systems.
34482
34483 2005-02-03 Richard M. Stallman <rms@gnu.org>
34484
34485 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
34486
34487 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
34488
34489 * faces.el (list-faces-display): Add optional argument.
34490
34491 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
34492
34493 * font-core.el (font-lock-default-function): Handle the rare case where
34494 only font-lock-keywords is set.
34495
34496 2005-02-02 Kenichi Handa <handa@m17n.org>
34497
34498 * international/characters.el: Cancel previous change for
34499 I-WITH-DOT-ABOVE and DOTLESS-i.
34500
34501 * international/latin-5.el: Cancel previous change.
34502
34503 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
34504
34505 * progmodes/gud.el: Correction to syntax in gud-menu-map.
34506
34507 2005-02-02 Kenichi Handa <handa@m17n.org>
34508
34509 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
34510 DOTLESS-i.
34511
34512 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
34513 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
34514
34515 * case-table.el (get-upcase-table): New function.
34516 (copy-case-table): Copy upcaes table too if non-nil.
34517 (set-case-syntax-delims): Maintain upcase table too.
34518 (set-case-syntax-pair): Likewise.
34519 (set-upcase-syntax, set-downcase-syntax): New functions.
34520 (set-case-syntax): Maintain upcase table too.
34521
34522 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
34523
34524 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
34525
34526 * progmodes/gud.el (gud-goto-info): New function.
34527 (gud-tool-bar-map): Use correct icon.
34528
34529 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
34530
34531 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
34532 When delegating, order args in the funcall correctly.
34533
34534 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
34535
34536 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
34537
34538 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
34539
34540 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
34541 buffer not visiting a file.
34542
34543 2005-01-31 Jay Belanger <belanger@truman.edu>
34544
34545 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
34546 bound on the line with the formula.
34547
34548 2005-01-31 Kim F. Storm <storm@cua.dk>
34549
34550 * ses.el (ses-create-cell-variable-range)
34551 (ses-destroy-cell-variable-range, ses-reset-header-string)
34552 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
34553 (ses-insert-row): Fix format of apply undo entries.
34554
34555 2005-01-31 Jay Belanger <belanger@truman.edu>
34556
34557 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
34558 parts.
34559
34560 * calc/calc-embed.el (calc-embedded-open-formula)
34561 (calc-embedded-close-formula): Ignore matrix environments.
34562
34563 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
34564 TeX mode.
34565
34566 * calc/calc-lang.el (math-function-table, math-oper-table)
34567 (math-variable-table): Adjust the LaTeX portions.
34568
34569 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
34570 (math-latex-ignore-words): New constant.
34571
34572 2005-01-31 Richard M. Stallman <rms@gnu.org>
34573
34574 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
34575 (ispell-local-dictionary): Doc fix.
34576 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
34577 Don't reinitialize at run time. Don't defcustom.
34578 All uses changed to append ispell-local-dictionary-alist,
34579 or check it first.
34580 (ispell-current-dictionary): New variable for dictionary in use.
34581 (ispell-dictionary): Now used only for global default.
34582 (ispell-start-process): Set ispell-current-dictionary,
34583 not ispell-dictionary.
34584 (ispell-change-dictionary): Use this only for setting
34585 user preferences.
34586 (ispell-internal-change-dictionary): New function
34587 to change the current dictionary in use.
34588 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
34589 Use ispell-current-dictionary.
34590 Handle ispell-local-dictionary-overridden.
34591 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
34592
34593 2005-01-31 Jay Belanger <belanger@truman.edu>
34594
34595 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
34596
34597 * calc/calc-ext.el: Add calc-latex-language to autoloads.
34598 (calc-mode-map): Add calc-latex-language.
34599
34600 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
34601 (math-latex-print-frac): New functions.
34602 (math-oper-table, math-function-table, math-variable-table)
34603 (math-complex-format, math-input-filter): Add latex properties.
34604 (calc-set-language): Set math-expr-special-function-mapping.
34605
34606 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
34607 (calc-write-parse-table-part): Add LaTeX support.
34608
34609 * calc/calc.el (calc-language): Adjust docstring.
34610 (calc-set-mode-line): Add LaTeX support.
34611 (math-expr-special-function-mapping): New variable.
34612 (math-tex-ignore-words): Add to list.
34613
34614 * calc/calccomp.el (math-compose-expr, math-compose-rows):
34615 Add LaTeX support.
34616 (math-compose-expr): Add support for special functions.
34617
34618 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
34619
34620 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
34621
34622 * progmodes/gdb-ui.el (gdb-memory-address)
34623 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
34624 (gdb-memory-mode-map, gdb-memory-format-keymap)
34625 (gdb-memory-format-menu, gdb-memory-unit-keymap)
34626 (gdb-memory-unit-menu): New variables for a buffer
34627 that lets the user examine program memory.
34628 (gdb-memory-set-address, gdb-memory-set-repeat-count)
34629 (gdb-memory-format-binary, gdb-memory-format-octal)
34630 (gdb-memory-format-unsigned, gdb-memory-format-signed)
34631 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
34632 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
34633 (gdb-memory-unit-word, gdb-memory-unit-halfword)
34634 (gdb-memory-unit-byte, gdb-memory-unit-menu)
34635 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
34636 (gdb-memory-mode, gdb-memory-buffer-name)
34637 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
34638 New functions for above buffer.
34639
34640 2005-01-30 Richard M. Stallman <rms@gnu.org>
34641
34642 * cus-edit.el (custom-bury-buffer): Function deleted.
34643 (custom-buffer-done-function): Option deleted.
34644 (custom-buffer-done-kill): New replacement option.
34645 (Custom-buffer-done): Call quit-window.
34646 (custom-buffer-create-internal): Update for above changes.
34647
34648 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
34649
34650 * simple.el (undo-ask-before-discard): New var.
34651 (undo-outer-limit-truncate): Implement it.
34652 (undo-extra-outer-limit): Doc update.
34653
34654 2005-01-29 Richard M. Stallman <rms@gnu.org>
34655
34656 * ses.el (undo-more): Delete defadvice.
34657 (ses-begin-change): Doc fix.
34658
34659 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
34660 instead of rebinding C-x u and C-_.
34661
34662 * files.el (normal-backup-enable-predicate): Return nil for files
34663 in /tmp, regardless of temporary-file-directory.
34664
34665 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
34666
34667 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
34668 (open-rectangle, delete-whitespace-rectangle-line)
34669 (clear-rectangle-line): If FILL, pass t instead of FILL
34670 for move-to-column's 2nd arg.
34671
34672 * simple.el (undo): Fix the test for continuing a series of undos.
34673 (undo-more): Set pending-undo-list to t when we reach end.
34674 (pending-undo-list): Move up defvar.
34675
34676 * wid-edit.el (widget-button-click):
34677 Shorten the range of the track-mouse binding.
34678
34679 * comint.el (comint-insert-input): Undo previous changes;
34680 use last-input-event in interactive spec.
34681
34682 2005-01-29 Eli Zaretskii <eliz@gnu.org>
34683
34684 * progmodes/compile.el (compilation-start): Bind buffer-read-only
34685 to nil before invoking call-process. Reset buffer's modified flag
34686 after fontifying it in the no-async branch.
34687
34688 * wid-edit.el (widget-specify-button): If mouse pointer shape
34689 cannot be changed, use mouse face instead.
34690
34691 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
34692
34693 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
34694 (gdb-goto-breakpoint): Make breakpoint handling work on template
34695 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
34696 (gdb-assembler-custom): Update to recognize breakpoint information
34697 added on 2005-01-19.
34698
34699 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
34700
34701 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
34702 (dsssl-mode): Use define-derived-mode.
34703 (scheme-mode-initialize): Remove.
34704 (scheme-mode): Use run-mode-hooks.
34705
34706 * cus-edit.el (customize-group-other-window)
34707 (custom-buffer-create-other-window): Don't override special-display-*.
34708 (custom-mode-map): Make it dense.
34709
34710 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
34711 sets the default value.
34712
34713 2005-01-28 Eli Zaretskii <eliz@gnu.org>
34714
34715 * descr-text.el: Add more keywords.
34716
34717 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
34718
34719 * speedbar.el: Avoid unnecessary use of locate-library.
34720
34721 * international/mule-cmds.el (standard-display-european-internal):
34722 Don't fiddle with latin-1 non-break space any more since it's now
34723 special cased in the C code.
34724 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
34725
34726 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
34727
34728 * cus-start.el (all): Add `undo-outer-limit'.
34729
34730 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
34731
34732 * textmodes/bibtex.el (bibtex-format-entry):
34733 Use `bibtex-empty-field-re' only on the text of fields, not on entire
34734 field lines.
34735 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
34736 not on part of a buffer.
34737
34738 2005-01-25 Lute Kamstra <lute@gnu.org>
34739
34740 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
34741 nonempty field text strings like "{letters\\macro{}more letters}".
34742 Clarify docstring.
34743 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
34744 (bibtex-entry-offset, bibtex-parse-association)
34745 (bibtex-parse-field-name): Fix typos in docstrings.
34746 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
34747
34748 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
34749
34750 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
34751 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
34752 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
34753 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
34754
34755 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
34756 isearch minor mode.
34757
34758 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
34759
34760 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
34761
34762 2005-01-24 Lute Kamstra <lute@gnu.org>
34763
34764 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
34765 CASECHARS and NOT-CASECHARS regular expressions of the
34766 "nederlands" and "nederlands8" dictionaries to prevent a "Range
34767 striding over charsets" error.
34768
34769 2005-01-24 Jay Belanger <belanger@truman.edu>
34770
34771 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
34772 display variable name.
34773
34774 2005-01-24 Kenichi Handa <handa@m17n.org>
34775
34776 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
34777 Fix setting of the element of encoded-kbd-iso2022-invocations.
34778
34779 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
34780
34781 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
34782 (gdb-threads-select): Change to also accept mouse events.
34783 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
34784 (gdb-threads-mouse-select): Delete.
34785
34786 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
34787
34788 * files.el (insert-directory): Take care of empty directory,
34789 listed without -a switch.
34790
34791 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
34792
34793 * textmodes/refill.el (refill-post-command-function):
34794 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
34795 to the list of functions that we should be careful not to undo.
34796 (refill-late-fill-paragraph-function): Remove.
34797 (refill-saved-state): New var.
34798 (refill-mode): Use it to save fill-paragraph-function.
34799 Save also the value of auto-fill-function.
34800
34801 * term/w32-win.el: Simplify code.
34802
34803 2005-01-23 Kim F. Storm <storm@cua.dk>
34804
34805 * simple.el (line-move): Adapt to new return value from
34806 pos-visible-in-window-p.
34807
34808 * simple.el (line-move): Fix last change. Check partial
34809 visibility at point rather than at window-start.
34810
34811 2005-01-22 Jason Rumney <jasonr@gnu.org>
34812
34813 * term/w32-win.el (xw-defined-colors): Remove debug-message.
34814
34815 2005-01-22 David Kastrup <dak@gnu.org>
34816
34817 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
34818
34819 2005-01-22 Eli Zaretskii <eliz@gnu.org>
34820
34821 * type-break.el (type-break-mode): Add a test for
34822 type-break-file-name being non-nil.
34823
34824 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
34825
34826 * net/eudc.el (top level): Call (message "") via progn, so that
34827 eudc-options-file is loaded.
34828
34829 2005-01-22 Kim F. Storm <storm@cua.dk>
34830
34831 * simple.el (line-move-1): Rename from line-move.
34832 (line-move): New function that adjusts vscroll for partially
34833 visible rows, and calls line-move-1 otherwise.
34834
34835 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
34836
34837 * pcomplete.el: Define pcomplete-read-event instead of read-event,
34838 since it's not a complete read-event implementation.
34839
34840 2005-01-20 Jay Belanger <belanger@truman.edu>
34841
34842 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
34843 for called function.
34844
34845 2005-01-20 Steven Tamm <steventamm@mac.com>
34846
34847 * term/mac-win.el (process-connection-type): Remove.
34848 Controlled now by s/darwin.h:PTY_ITERATION.
34849
34850 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
34851
34852 * window.el (handle-select-window): Don't switch window when we're
34853 in the minibuffer.
34854
34855 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
34856
34857 * subr.el (dotimes-with-progress-reporter): New macro.
34858
34859 * ses.el (ses-dotimes-msg): Remove macro.
34860 Use `dotimes-with-progress-reporter' instead.
34861
34862 2005-01-19 Steven Tamm <steventamm@mac.com>
34863
34864 * term/mac-win.el (process-connection-type): Use new
34865 operating-system-release variable to use ptys on Darwin 7 (OS X
34866 10.3) when using carbon build.
34867
34868 2005-01-19 Jay Belanger <belanger@truman.edu>
34869
34870 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
34871 flags if the last command was a tab or M-tab.
34872
34873 * calc/calc-prog.el (calc-user-define-edit): Put original formula
34874 in formula editing buffer.
34875
34876 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
34877
34878 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
34879 breakpoint image symbol in margin.
34880
34881 2005-01-19 Jay Belanger <belanger@truman.edu>
34882
34883 * calc/calc-prog.el (calc-execute-kbd-macro):
34884 Ignore calc-keep-arg-flag.
34885
34886 2005-01-19 Kenichi Handa <handa@m17n.org>
34887
34888 * textmodes/ispell.el (ispell-looking-at): New function.
34889 (ispell-process-line): Use ispell-looking-at to compare the ispell
34890 output and the buffer contents.
34891
34892 2005-01-18 Jay Belanger <belanger@truman.edu>
34893
34894 * calc/calc.el (calc-display-raw): Fix docstring.
34895
34896 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
34897
34898 * simple.el (blink-matching-open): Strip extra info from syntax.
34899
34900 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
34901 funny chars in the end-of-here-doc marker.
34902
34903 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
34904
34905 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
34906 that enable/disabled state of breakpoints is shown correctly in
34907 fringe and on ttys.
34908 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
34909 Add breakpoint information as text properties.
34910 (gdb-mouse-toggle-breakpoint):
34911 Rename to gdb-mouse-set-clear-breakpoint.
34912 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
34913 breakpoints in the margin.
34914 (gdb-remove-strings): Simplify.
34915
34916 2005-01-17 Jay Belanger <belanger@truman.edu>
34917
34918 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
34919 erasing buffer.
34920
34921 2005-01-17 Richard M. Stallman <rms@gnu.org>
34922
34923 * progmodes/grep.el (grep-find): Copy from `grep' the condition
34924 for calling grep-compute-defaults.
34925
34926 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
34927 if buffer is empty.
34928
34929 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
34930
34931 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
34932
34933 * hilit-chg.el (highlight-changes-mode): Don't autoload.
34934
34935 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
34936 non-preloaded variables.
34937
34938 2005-01-17 Steven Tamm <steventamm@mac.com>
34939
34940 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
34941 tex-shell cause to force interactivity when using pipes.
34942
34943 2005-01-17 Kim F. Storm <storm@cua.dk>
34944
34945 * simple.el (just-one-space): Make arg optional.
34946
34947 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
34948
34949 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
34950 posn-at-x-y to t to access left-margin.
34951
34952 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
34953
34954 Sync with Tramp 2.0.47.
34955
34956 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
34957 catching keep-date problems in cp/scp operations.
34958 (tramp-handle-copy-file): Don't call `set-file-modes'
34959 unconditionally. Specialized functions should know better what is
34960 necessary. This improves performance a little bit, and the
34961 functions could catch errors with `cp -p' and `scp -p'.
34962 (tramp-do-copy-or-rename-file-via-buffer)
34963 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
34964 when appropriate.
34965 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
34966 Call `set-file-modes' when appropriate.
34967 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
34968 Johnsson <isak@hypergene.com>.
34969 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
34970 of both Tramp buffer and debug buffer. Reported by Joakim Verona
34971 <joakim@verona.se>.
34972 (tramp-file-name-for-operation): Mark `shell-command' as magic for
34973 Emacs only.
34974
34975 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
34976 `find-file-hooks' and `dired-mode-hook'.
34977 (tramp-minor-mode-map): Respective map. Add remapping for
34978 `compile' and `recompile'.
34979 (tramp-remap-command, tramp-recompile): New defuns.
34980 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
34981 in buffer "*Compilation*". Call the commands asynchronously.
34982
34983 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
34984 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
34985 `shell-command', because it isn't magic in XEmacs. Reported by
34986 Adrian Aichner <adrian@xemacs.org>.
34987
34988 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
34989 `substitute-in-file-name.
34990 (tramp-smb-handle-substitute-in-file-name): New defun.
34991 (tramp-smb-advice-PC-do-completion): Delete advice.
34992
34993 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
34994
34995 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
34996 Fix error in deleting region.
34997
34998 2005-01-15 Richard M. Stallman <rms@gnu.org>
34999
35000 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
35001 In non-temp buffer, switch syntax table temporarily.
35002
35003 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
35004
35005 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
35006
35007 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
35008
35009 * imenu.el (imenu--split-menu): Copy menulist before sorting.
35010 (imenu--generic-function): Use START, not BEG, as pos of definition.
35011
35012 * simple.el (just-one-space): Argument specifies number of spaces.
35013
35014 * simple.el (eval-expression-print-format): Avoid warning
35015 about edebug-active.
35016
35017 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
35018
35019 * progmodes/sh-script.el: Code copied from make-mode.el
35020 with small changes,
35021 (sh-mode-map): Bind C-c C-\.
35022 (sh-backslash-column, sh-backslash-align): New variables.
35023 (sh-backslash-region, sh-append-backslash): New functions.
35024
35025 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
35026
35027 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
35028 (rmail-pop-password, rmail-pop-password-required): Move to
35029 rmail-obsolete group.
35030 (rmail-set-pop-password): Rename to rmail-set-remote-password.
35031 All callers updated.
35032 (rmail-get-pop-password): Rename to rmail-get-remote-password.
35033 Take an argument specifying whether it is POP or IMAP mailbox we
35034 are using. All callers updated.
35035 (rmail-pop-password-error): Rename to
35036 rmail-remote-password-error. Added mailutils-specific error message.
35037 (rmail-movemail-search-path)
35038 (rmail-movemail-variant-in-use): New variables.
35039 (rmail-remote-password, rmail-remote-password-required):
35040 New customization variables.
35041 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
35042 (rmail-parse-url): New function.
35043 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
35044 with GNU mailutils movemail.
35045
35046 2005-01-15 Kevin Ryde <user42@zip.com.au>
35047
35048 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
35049 suffix to space, $ or '$, to correctly position point when going
35050 to @table style constants like DBL_MAX.
35051
35052 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
35053
35054 * type-break.el (type-break-mode, type-break-file-time)
35055 (type-break-file-keystroke-count, type-break-choose-file):
35056 Don't store data in or load data from the file if type-break-file-name
35057 is nil.
35058 (type-break-file-name): Doc update as per the above.
35059
35060 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
35061
35062 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
35063 lookup-key might return nil; handle that.
35064
35065 2005-01-15 Alan Mackenzie <acm@muc.de>
35066
35067 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
35068 rather than the element found, thus enabling the tree to be setcar'd.
35069
35070 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
35071
35072 * textmodes/org.el (org-show-following-heading): New option.
35073 (org-show-hierarchy-above): Use `org-show-following-heading'.
35074 (org-cycle): Documentation fix.
35075
35076 * textmodes/org.el (orgtbl-optimized): New option
35077 (orgtbl-mode): New command, a minor mode.
35078 (orgtbl-mode-map): New variable.
35079 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
35080 (orgtbl-error, orgtbl-self-insert-command)
35081 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
35082
35083 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
35084 a local variable in each org-mode buffer.
35085
35086 * textmodes/org.el (org-set-regexps-and-options): Rename from
35087 `org-set-regexps'. Added checking for STARTUP keyword.
35088 (org-get-current-options): Add STARTUP options.
35089 (org-table-insert-row): Make mode intelligent about when
35090 realignment is needed.
35091 (org-self-insert-command, org-delete-backward-char, org-delete-char):
35092 New commands.
35093 (org-enable-table-editor): New default value `optimized'.
35094 (org-table-blank-field): Support blanking regions if active.
35095
35096 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
35097
35098 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
35099 if the year is not given.
35100
35101 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
35102 Add new escapes %m and %M, fixed bug with %F by adding
35103 save-match-data.
35104 (reftex-reference): Remove ?. from list of spaces.
35105 (reftex-label-info): Add automatic label prefix recognition.
35106
35107 * textmodes/reftex-index.el (reftex-index-next-phrase):
35108 Add slave parameter to call of `reftex-index-this-phrase'.
35109 (reftex-index-this-phrase): New optional argument.
35110 (reftex-index-region-phrases): Add slave parameter to call of
35111 `reftex-index-this-phrase'.
35112 (reftex-display-index): New argument redo.
35113 (reftex-index-rescan): Add `redo' to arguments of
35114 `reftex-display-index'.
35115 (reftex-index-Rescan, reftex-index-revert)
35116 (reftex-index-switch-index-tag): Add `redo' to arguments of
35117 `reftex-display-index'.
35118 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
35119 indexing. Fix bug with matching is there is a quote before or
35120 after the word.
35121
35122 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
35123 Fix bug when collecting citation keys in lines with comments.
35124 (reftex-citation): Prefix argument no longer rescans the document,
35125 but forces prompting for optional arguments of cite macros.
35126 (reftex-do-citation): Prompting for optional arguments implemented.
35127
35128 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
35129 Add optional arguments to most cite commands.
35130 (reftex-cite-cleanup-optional-args): New option
35131 (reftex-cite-prompt-optional-args): New option.
35132 (reftex-trust-label-prefix): New option.
35133
35134 * textmodes/reftex-toc.el (reftex-toc-find-section):
35135 Add push-mark before changing the position in the buffer.
35136
35137 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
35138 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
35139
35140 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
35141
35142 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
35143 more carefully.
35144
35145 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
35146
35147 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
35148 (sgml-mode): Use it.
35149 (sgml-get-context): Better keep track of implicitly closed tags.
35150
35151 2005-01-13 Kenichi Handa <handa@m17n.org>
35152
35153 * textmodes/ispell.el: These changes are to fix misalignment error
35154 caused by equivalent characters of different Emacs charsets.
35155 (ispell-unified-chars-table): New variable.
35156 (ispell-get-decoded-string): New function.
35157 (ispell-get-casechars, ispell-get-not-casechars)
35158 (ispell-get-otherchars): Call ispell-get-decoded-string.
35159
35160 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
35161
35162 * custom.el (custom-declare-variable): Just put symbol instead
35163 of (defvar . symbol) in `current-load-list'.
35164
35165 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
35166
35167 * emacs-lisp/elint.el: Fixed typo in Commentary section.
35168
35169 2005-01-12 Jay Belanger <belanger@truman.edu>
35170
35171 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
35172 to create a Calc summary.
35173
35174 2005-01-12 Kim F. Storm <storm@cua.dk>
35175
35176 * mouse.el (mouse-on-link-p): Change functionality and doc
35177 string to comply with latest description in lisp ref.
35178
35179 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
35180
35181 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
35182 Enable mouse clicks on mode-line, header-line and margin.
35183 (event-type): Give mouse event symbols an `event-kind' property
35184 with value `mouse-click'.
35185
35186 2005-01-12 Juri Linkov <juri@jurta.org>
35187
35188 * facemenu.el (list-colors-display): Add new arg buffer-name.
35189 Use it. Fix docstring. Replace code for identifying duplicate
35190 colors by the name with call to `list-colors-duplicates' which
35191 identifies duplicate colors by the value unless the color
35192 is one of special Windows colors. Set truncate-lines to t.
35193 Print sorted duplicate color names on each line. Indent to 22
35194 \(the longest color name in rgb.txt) instead of 20. Optimize.
35195 (list-colors-duplicates): New function.
35196 (facemenu-color-name-equal): Delete function.
35197
35198 * facemenu.el (list-colors-print): New function created from code
35199 in list-colors-display. Print #RRGGBB at the window right edge.
35200 (list-colors-display): When temp-buffer-show-function is not
35201 defined, call list-colors-print from temp-buffer-show-hook
35202 to get the right value of window-width in list-colors-print
35203 after the buffer is displayed.
35204
35205 * simple.el (pop-mark): Move deactivate-mark out of conditional
35206 part to deactivate the active mark regardless of the state of the
35207 mark ring.
35208
35209 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
35210 variables line in desktop files.
35211
35212 2005-01-12 Juri Linkov <juri@jurta.org>
35213
35214 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
35215 Bring together isearch highlight related options.
35216 (lazy-highlight): Replace group `replace' by `matching'.
35217 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35218 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35219 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
35220 and declare them obsolete.
35221 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
35222 (isearch-faces): Remove defgroup.
35223 (isearch-overlay, isearch-highlight, isearch-dehighlight):
35224 Move isearch highlighting code closer to lazy highlighting code.
35225
35226 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
35227 (query-replace-highlight, query-replace-lazy-highlight)
35228 (query-replace): Move definitions to the beginning of the file.
35229
35230 2005-01-11 Juri Linkov <juri@jurta.org>
35231
35232 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
35233 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
35234 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
35235
35236 * info.el (Info-history-forward): New variable.
35237 (Info-select-node): Reset Info-history-forward to nil.
35238 (Info-last): Turn into defalias.
35239 (Info-history-back): Rename from Info-last.
35240 Add current node to Info-history-forward.
35241 (Info-history-forward): New fun.
35242 (Info-mode-map): Replace Info-last by Info-history-back.
35243 Bind Info-history-forward to "r".
35244 (Info-mode-menu): Replace Info-last by Info-history-back.
35245 Fix menu item text. Add menu item for Info-history-forward.
35246 (info-tool-bar-map): Replace Info-last by Info-history-back.
35247 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
35248 for Info-history-forward.
35249 (Info-mode): Replace Info-last by Info-history-back in docstring.
35250 Add local variable Info-history-forward.
35251 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
35252
35253 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
35254
35255 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
35256 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
35257 Ignore select-window events rather than fiddle with
35258 mouse-autoselect-window.
35259
35260 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
35261
35262 * type-break.el (type-break-mode): Fix previous change.
35263
35264 2005-01-10 Jay Belanger <belanger@truman.edu>
35265
35266 * calc/calc-ext.el (calc-reset): Reset when inside embedded
35267 calculator; only reset when point is inside a calculator.
35268 Don't adjust the window height if the window takes up the whole height
35269 of the frame.
35270
35271 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
35272
35273 * ebuff-menu.el (Electric-buffer-menu-mode):
35274 Preserve value of buffer-local var header-line-format.
35275
35276 2005-01-09 Jay Belanger <belanger@truman.edu>
35277
35278 * calc/calc.el (calc-mode-var-list-restore-saved-values):
35279 Make sure settings file exists before accessing it.
35280
35281 * calc/calc-embed.el (calc-embedded-subst):
35282 Replace math-multi-subst-rec, which is only supposed to be called
35283 by math-multi-subst, by math-multi-subst.
35284
35285 2005-01-09 Andre Spiegel <spiegel@gnu.org>
35286
35287 * vc.el (vc-allow-async-revert): New user option.
35288 (vc-disable-async-diff): New internal variable.
35289 (vc-revert-buffer): Use them to disable asynchronous diff.
35290
35291 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
35292 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
35293 asynchronously if vc-disable-async-diff is t.
35294
35295 2005-01-09 Jay Belanger <belanger@truman.edu>
35296
35297 * calc/calc.el (defcalcmodevar): New macro.
35298 (calc-mode-var-list-restore-default-values)
35299 (calc-mode-var-list-restore-saved-values): New functions.
35300 (calc-mode-var-list): Use defcalcmodevar to define it.
35301 (calc-always-load-extensions, calc-line-numbering)
35302 (calc-line-breaking, calc-display-just, calc-display-origin)
35303 (calc-number-radix, calc-leading-zeros, calc-group-digits)
35304 (calc-group-char, calc-point-char, calc-frac-format)
35305 (calc-prefer-frac, calc-hms-format, calc-date-format)
35306 (calc-float-format, calc-full-float-format, calc-complex-format)
35307 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
35308 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
35309 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
35310 (calc-matrix-brackets, calc-language, calc-language-option)
35311 (calc-left-label, calc-right-label, calc-word-size)
35312 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
35313 (calc-display-raw, calc-internal-prec, calc-angle-mode)
35314 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
35315 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
35316 (calc-window-height, calc-display-trail, calc-show-selections)
35317 (calc-use-selections, calc-assoc-selections)
35318 (calc-display-working-message, calc-auto-why, calc-timing)
35319 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
35320 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
35321 (calc-gnuplot-default-device, calc-gnuplot-default-output)
35322 (calc-gnuplot-print-device, calc-gnuplot-print-output)
35323 (calc-gnuplot-geometry, calc-graph-default-resolution)
35324 (calc-graph-default-resolution-3d, calc-invocation-macro)
35325 (calc-show-banner): Use defcalcmodevar to declare them and set
35326 their default values.
35327
35328 * calc/calc-ext.el (calc-reset): Restore saved values of variables
35329 instead of default values (but restore default values if there is
35330 an argument of 0).
35331
35332 2005-01-09 David Kastrup <dak@gnu.org>
35333
35334 * desktop.el (desktop-restore-eager): Fix typo in type.
35335
35336 2005-01-08 Richard M. Stallman <rms@gnu.org>
35337
35338 * cus-edit.el (customize): Delete :link.
35339
35340 2005-01-08 Jay Belanger <belanger@truman.edu>
35341
35342 * calc/calc.el (calc-mode): Remove the extension from the
35343 `calc-settings-file' file name when loading it.
35344
35345 2005-01-08 Kim F. Storm <storm@cua.dk>
35346
35347 * info.el (Info-mode-map, Info-next-link-keymap)
35348 (Info-prev-link-keymap, Info-up-link-keymap):
35349 Map follow-link to mouse-face.
35350 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
35351
35352 2005-01-08 Jay Belanger <belanger@truman.edu>
35353
35354 * calc/calc.el (calc-settings-file): Change default value.
35355 Suggested by cgw in a comment in calc-mode.el.
35356
35357 * calc/calc-mode.el (calc-settings-file-name):
35358 Compare calc-settings-file to user-init-file instead of ~/.emacs.
35359 Replace ~/.emacs in a prompt by calc-settings-file.
35360
35361 2005-01-07 Lars Hansen <larsh@math.ku.dk>
35362
35363 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
35364 (desktop-lazy-idle-delay): New customizable variables.
35365 (desktop-buffer-args-list): New variable.
35366 (desktop-append-buffer-args): New function.
35367 (desktop-save): Call desktop-append-buffer-args for some buffers.
35368 (desktop-lazy-create-buffer): New function.
35369 (desktop-idle-create-buffers): New function.
35370 (desktop-read): Add message about buffers to restore lazily.
35371 (desktop-lazy-abort): New command.
35372 (desktop-clear): Call desktop-lazy-abort.
35373 (desktop-lazy-complete): New command.
35374
35375 2005-01-06 Richard M. Stallman <rms@gnu.org>
35376
35377 * emacs-lisp/find-func.el (find-face-definition):
35378 Rename from find-face.
35379
35380 2005-01-06 Kim F. Storm <storm@cua.dk>
35381
35382 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
35383
35384 * man.el (Man-xref-man-page, Man-xref-header-file)
35385 (Man-xref-normal-file): Add follow-link property.
35386
35387 2005-01-06 Jay Belanger <belanger@truman.edu>
35388
35389 * calc/calc-units.el: Make sure the proper macro definitions are
35390 available when compiling.
35391
35392 2005-01-06 Juri Linkov <juri@jurta.org>
35393
35394 * isearch.el (isearch-lazy-highlight-update):
35395 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
35396
35397 2005-01-06 Miles Bader <miles@gnu.org>
35398
35399 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
35400 (isearch-lazy-highlight-face): Use new name.
35401
35402 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
35403
35404 * uniquify.el (uniquify-rationalize-file-buffer-names):
35405 Re-add an interactive spec.
35406 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
35407 to the same name.
35408
35409 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
35410 (isearch-update, isearch-done): Adjust calls accordingly.
35411
35412 2005-01-05 Richard M. Stallman <rms@gnu.org>
35413
35414 * custom.el (custom-set-variables, custom-theme-set-variables):
35415 Clarify documentation.
35416
35417 * emacs-lisp/find-func.el (find-variable)
35418 (find-variable-other-window, find-variable-other-frame):
35419 Fix the TYPE args to find-function-read and find-function-do-it.
35420 (find-function): Doc fix.
35421 (find-function-at-point): Replace function-at-point alias.
35422
35423 2005-01-04 Richard M. Stallman <rms@gnu.org>
35424
35425 * cus-face.el (custom-declare-face):
35426 Record defface in current-load-list.
35427
35428 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
35429
35430 * emacs-lisp/find-func.el: Doc fixes.
35431 (find-face-regexp): New variable.
35432 (find-function-regexp-alist): New variable.
35433 (find-function-C-source): Third arg is now TYPE.
35434 (find-function-search-for-symbol): Handle general TYPE.
35435 (find-function-read, find-function-do-it): Handle general TYPE.
35436 (find-definition-noselect, find-face): New functions.
35437 (function-at-point): Alias deleted.
35438
35439 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
35440
35441 * battery.el (display-battery-mode): Rename from display-battery.
35442 Handle the case where it gets turned off.
35443
35444 2005-01-04 Richard M. Stallman <rms@gnu.org>
35445
35446 * cus-edit.el (customize): Make :link point to user doc.
35447
35448 * man.el (Man-fontify-manpage): Turn off undo generation.
35449
35450 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
35451
35452 2005-01-04 Andreas Schwab <schwab@suse.de>
35453
35454 * files.el (insert-directory): Only look for error lines in
35455 inserted text. Don't move too far after processing --dired markers.
35456
35457 2005-01-04 Richard M. Stallman <rms@gnu.org>
35458
35459 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
35460 Don't expand if the character is @, period, dash, etc.
35461 (define-mail-abbrev): Quote names that contain problem characters.
35462
35463 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
35464
35465 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
35466
35467 2005-01-03 Richard M. Stallman <rms@gnu.org>
35468
35469 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
35470 (query-replace-highlight, query-replace-lazy-highlight)
35471 (query-replace): Definitions moved up. Doc fix.
35472
35473 2005-01-03 Richard M. Stallman <rms@gnu.org>
35474
35475 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
35476 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35477 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35478 (lazy-highlight-face): Rename from isearch-lazy-...
35479 Change all references to them.
35480
35481 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
35482
35483 * cus-edit.el (custom-file): Doc fix for defcustom.
35484 (custom-file): The function no longer sets the variable
35485 `custom-file' to its return value.
35486
35487 * startup.el (command-line): No longer load `custom-file'.
35488
35489 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
35490
35491 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
35492
35493 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
35494 Don't confuse module-prefixed identifiers for labels.
35495 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
35496
35497 2005-01-02 Richard M. Stallman <rms@gnu.org>
35498
35499 * files.el (basic-save-buffer-1): Fix previous change.
35500
35501 * loadhist.el (file-loadhist-lookup): New function.
35502 (file-provides, file-requires): Use it.
35503
35504 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
35505 instead of calculating the right size.
35506
35507 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
35508
35509 * vc-svn.el (vc-svn-diff): Stay local if possible.
35510
35511 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
35512
35513 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
35514
35515 * files.el (hack-local-variables): Fix last change.
35516
35517 2005-01-02 Jay Belanger <belanger@truman.edu>
35518
35519 * calc/calc-yank.el (calc-edit-top): New variable.
35520 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
35521 object. Change header properties.
35522 (calc-edit-finish, calc-edit-finish-stack-object)
35523 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
35524 edited object.
35525 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
35526 for the beginning of the edited object.
35527 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
35528 for the beginning of the edited object.
35529 * calc/calc-prog.el (calc-edit-macro-finish-edit)
35530 (calc-finish-formula-edit, calc-macro-repeats)
35531 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
35532 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
35533 beginning of the edited object.
35534 (calc-user-define-edit): Change the header for editing macros.
35535 Remove unnecessary variable.
35536
35537 2005-01-01 Jay Belanger <belanger@truman.edu>
35538
35539 * calc/calc-yank.el (calc-edit-mode): Change default header.
35540 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
35541 * calc/calc-store.el (calc-edit-variable): Change title to match new
35542 header.
35543 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
35544 mode to match new header.
35545 (calc-user-define-edit): Change titles to include names of commands.
35546 (calc-finish-formula-edit): Adjust to handle new header.
35547 (calc-finish-macro-edit): Remove.
35548 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
35549 (calc-edit-macro-command, calc-edit-macro-command-type)
35550 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
35551 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
35552 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
35553 (calc-edit-macro-finish-edit): New functions.
35554 (calc-user-define-edit): Use new functions to edit named calc macros.
35555
35556 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
35557
35558 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
35559
35560 * ses.el (copy-region-as-kill): Deactivate mark.
35561
35562 2005-01-01 Richard M. Stallman <rms@gnu.org>
35563
35564 * replace.el (occur-1): If the output buffer is also an input,
35565 don't kill it, rename it.
35566
35567 * faces.el (set-face-background, set-face-foreground): Doc fix.
35568
35569 * cus-face.el (custom-face-attributes): Fix :help-echo strings
35570 for :foreground and :background.
35571
35572 * dired.el (dired-view-command-alist): Variable deleted.
35573 (dired-view-file, dired-mouse-find-file-other-window):
35574 Delete the code to use it.
35575
35576 2005-01-01 Kim F. Storm <storm@cua.dk>
35577
35578 * image.el (insert-sliced-image): Use t for line-height property.
35579
35580 See ChangeLog.11 for earlier changes.
35581
35582 ;; Local Variables:
35583 ;; coding: iso-2022-7bit
35584 ;; add-log-time-zone-rule: t
35585 ;; End:
35586
35587 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
35588
35589 This file is part of GNU Emacs.
35590
35591 GNU Emacs is free software; you can redistribute it and/or modify
35592 it under the terms of the GNU General Public License as published by
35593 the Free Software Foundation; either version 3, or (at your option)
35594 any later version.
35595
35596 GNU Emacs is distributed in the hope that it will be useful,
35597 but WITHOUT ANY WARRANTY; without even the implied warranty of
35598 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
35599 GNU General Public License for more details.
35600
35601 You should have received a copy of the GNU General Public License
35602 along with GNU Emacs; see the file COPYING. If not, write to the
35603 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
35604 Boston, MA 02110-1301, USA.
35605
35606 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1