]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Martin Rudalics <rudalics at gmx.at>
[gnu-emacs] / lisp / ChangeLog
1 2007-10-22 Martin Rudalics <rudalics@gmx.at>
2
3 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
4 Use window-full-width-p.
5
6 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
9 (tpu-edt-off): Use it.
10 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
11 the global-map before adding it to global-map.
12
13 * menu-bar.el (global-buffers-menu-map): New var.
14 (global-map, menu-bar-update-buffers): Use it.
15 * msb.el (msb-menu-bar-update-buffers): Use it.
16 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
17 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
18 Use with-current-buffer.
19
20 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
21
22 * hexl.el (hexl-menu): New major mode menu.
23
24 2007-10-20 Glenn Morris <rgm@gnu.org>
25
26 * progmodes/f90.el (f90-font-lock-keywords-2)
27 (f90-looking-at-type-like): Fix regexp typos.
28
29 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
30
31 * bs.el (bs-mode): Add mode name (accidentally left out
32 in the 2007-10-16 change).
33
34 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
35
36 * bs.el (bs--track-window-changes): Don't refresh the whole list.
37 (bs-mode): Set mode-class property to special.
38
39 * follow.el (follow-unload-function): New function.
40
41 * loadhist.el (unload-function-features-list):
42 Rename from `unload-hook-features-list'.
43 (unload-hook-features-list): Add as obsolete alias.
44 (unload-feature): Use `unload-function-features-list'
45 and new FEATURE-unload-function.
46
47 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
48
49 * loadhist.el (unload-feature-special-hooks):
50 Update list of special hooks.
51
52 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
53 (adaptive-fill-function): Doc fix. Remove * from docstring.
54
55 2007-10-18 Glenn Morris <rgm@gnu.org>
56
57 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
58
59 2007-10-17 Aaron Hawley <aaronh@garden.org>
60
61 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
62 position is not saved.
63
64 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
65
66 * longlines.el (longlines-wrap-follows-window-size): Integer value
67 specifies wrapping margin.
68 (longlines-mode, longlines-window-change-function):
69 Set window-specific wrapping margin based on the above.
70
71 2007-10-17 John Wiegley <johnw@newartisans.com>
72
73 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
74
75 2007-10-17 Glenn Morris <rgm@gnu.org>
76
77 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
78 Tweak regexp to avoid stack overflow.
79
80 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
81
82 * simple.el (reindent-then-newline-and-indent): Don't assume that
83 indent-according-to-mode preserves point.
84
85 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
86
87 * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
88 (bs--restore-window-config): Keep the selected frame.
89 (bs--track-window-changes, bs--remove-hooks): New functions.
90 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
91 (bs--show-with-configuration): Revert 2006-11-09 change.
92 Don't reuse window unless it is visible on the selected frame.
93 Restore window configuration (possibly in a different frame)
94 before creating any window.
95
96 2007-10-16 Richard Stallman <rms@gnu.org>
97
98 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
99 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
100 (ad-is-advised, ad-get-advice-info-field)
101 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
102
103 2007-10-16 Glenn Morris <rgm@gnu.org>
104
105 * simple.el (blink-matching-open): Don't report false errors with
106 the `$' syntax class.
107
108 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
109
110 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
111 (filesets-ormap, filesets-sort-case-sensitive-flag)
112 (filesets-remake-shortcut, filesets-ingroup-collect-files):
113 Fix typos in docstrings.
114 (filesets-data-get-name, filesets-data-get-data)
115 (filesets-data-set, filesets-cmd-query-replace-getargs)
116 (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
117
118 2007-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
119
120 * term/mac-win.el: Don't require url when compiling, as url-type is
121 no longer a macro.
122
123 2007-10-14 Glenn Morris <rgm@gnu.org>
124
125 * progmodes/etags.el (select-tags-table): Disable undo in the
126 `*Tags Table List*' buffer.
127
128 2007-10-13 Eli Zaretskii <eliz@gnu.org>
129
130 * dired.el (dired-warn-writable): New face.
131 (dired-warn-writable-face): New variable.
132 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
133 of dired-warning-face, for group- and world-writable files.
134
135 2007-10-13 Glenn Morris <rgm@gnu.org>
136
137 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
138 (octave-re-search-forward-kw, octave-re-search-backward-kw):
139 Add doc string, and an explicit COUNT argument.
140 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
141 `inc' to search functions.
142
143 2007-10-13 John W. Eaton <jwe@octave.org>
144
145 * progmodes/octave-mod.el (octave-looking-at-kw)
146 (octave-re-search-forward-kw, octave-re-search-backward-kw):
147 New functions.
148 (octave-in-defun-p, calculate-octave-indent)
149 (octave-blink-matching-block-open, octave-beginning-of-defun)
150 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
151 to search for regexps that contain case-sensitive keywords.
152 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
153 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
154
155 2007-10-13 Richard Stallman <rms@gnu.org>
156
157 * files.el (directory-abbrev-alist): Doc fix.
158
159 2007-10-13 Jari Aalto <jari.aalto@cante.net>
160
161 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
162
163 2007-10-12 Martin Rudalics <rudalics@gmx.at>
164
165 * frame.el (set-frame-configuration): Assign name parameter only
166 if it has been set explicitly before.
167
168 * window.el (handle-select-window): Revert part of 2007-10-06
169 change setting the input focus.
170
171 2007-10-12 Glenn Morris <rgm@gnu.org>
172
173 * cus-edit.el (custom-variable-menu, custom-face-menu)
174 (custom-group-menu): Check init-file-user rather than
175 user-init-file, in case cus-edit is loaded by site-run-file.
176
177 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
178
179 * follow.el (follow-stop-intercept-process-output):
180 Use `follow-call-process-filter' rather than `process-filter'.
181
182 2007-10-11 Tom Tromey <tromey@redhat.com>
183
184 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
185 frame is visible.
186
187 2007-10-10 Richard Stallman <rms@gnu.org>
188
189 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
190 in *Backtrace*.
191
192 * faces.el (face-font-selection-order): Doc fix.
193
194 * loadhist.el (unload-feature): Doc fix.
195
196 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
197
198 * ps-print.el: Fix the usage of :foreground and :background face
199 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
200 (ps-print-version): New version 6.7.6.
201 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
202 Fix code.
203 (ps-face-foreground-color-p, ps-face-background-color-p)
204 (ps-face-color-p): New inline funs.
205
206 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
207
208 * follow.el: Change all instances of "Follow Mode" to "Follow
209 mode" in docstrings and messages.
210
211 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
212
213 * faces.el (face-font-selection-order): Doc fix.
214
215 * follow.el (follow-mode-hook, follow-mode): Doc fixes.
216 (follow-mode-off-hook): Mark as obsolete.
217
218 2007-10-08 Richard Stallman <rms@gnu.org>
219
220 * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
221 (edebug-install-custom-print, edebug-reset-print-funcs)
222 (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
223 Functions deleted.
224 (edebug-prin1, edebug-print, edebug-prin1-to-string)
225 (edebug-format, edebug-message): Define directly as aliases.
226
227 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
228
229 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
230
231 2007-10-07 Glenn Morris <rgm@gnu.org>
232
233 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
234 version numbers.
235
236 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
237
238 * net/tramp.el (tramp-completion-mode): Extend doc-string.
239 (tramp-completion-mode-p): Revert change from 2007-09-24.
240 Checking for `return' etc as last character is not sufficient, for
241 example in dired-mode when entering <g> (revert-buffer) or
242 <s> (dired-sort).
243
244 2007-10-06 Martin Rudalics <rudalics@gmx.at>
245
246 * window.el (mouse-autoselect-window-cancel): Don't cancel for
247 select-window or select-frame events.
248 (handle-select-window): When autoselecting window set input
249 focus. Restructure.
250
251 * frame.el (focus-follows-mouse): Moved to frame.c.
252 * cus-start.el (all): Add focus-follows-mouse.
253
254 2007-10-05 Chris Moore <dooglus@gmail.com>
255
256 * server.el (server-kill-new-buffers): Doc fix.
257
258 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
259
260 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
261 activate font-locking in the *buffer-selection* buffer.
262 (bs-show-sorted): Doc fix.
263
264 * bs.el (bs--get-marked-string, bs--get-modified-string)
265 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
266 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
267 (bs--format-aux): Doc fix.
268
269 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
270
271 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
272
273 2007-10-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
274
275 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
276
277 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
278
279 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
280 (gud-gdb): New function for old M-x gdb (text command mode).
281 (gud-gdb-command-name, gdb): Move to...
282
283 * progmodes/gdb-ui.el: ...here and adapt doc string.
284 (gud-gdba-command-name, gdba): Delete.
285
286 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
287
288 * bs.el: Don't defvar `font-lock-verbose'.
289 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
290 (bs--get-file-name): Fix typos in docstrings.
291 (bs--show-header): Use `dolist' instead of `mapcar'.
292 (bs-mode): Set `show-trailing-whitespace' to nil.
293 (bs-buffer-sort-function, bs-mouse-select-other-frame)
294 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
295 Doc fixes.
296
297 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
298
299 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
300
301 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
302
303 * progmodes/gud.el (gdb): Make graphical mode the default and
304 switch to text command mode if appropriate, i.e., reverse previous
305 arrangement.
306 (gud-gdb-marker-filter): Adapt for above change.
307
308 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
309 gud-minor-mode and gud-marker-filter.
310 (gdb-fullname-regexp): New variable.
311 (gud-gdba-marker-filter): Use it to switch to text command
312 mode if appropriate.
313
314 2007-10-02 Richard Stallman <rms@gnu.org>
315
316 * frame.el (cursor-in-non-selected-windows): Doc fix.
317
318 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
319
320 * progmodes/gud.el (gud-display-line): Find source buffer even when
321 GUD buffer has its own frame.
322
323 2007-10-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
324
325 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
326
327 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
328
329 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
330
331 2007-09-29 Martin Rudalics <rudalics@gmx.at>
332
333 * allout.el (allout-before-change-handler): Replace got-char by
334 goto-char.
335
336 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
337
338 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
339 Used to try and automatically enabled smerge-mode in the presence of
340 conflicts and to call `svn resolved' when the conflicts are gone.
341 (vc-svn-parse-status): Remember the svn-specific status.
342
343 * newcomment.el (comment-choose-indent): New function extracted
344 from comment-indent. Improve the alignment algorithm.
345 (comment-indent): Use it.
346
347 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
348
349 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
350 (eldoc-message-commands, eldoc-current-idle-delay):
351 Fix typos in docstrings.
352
353 * progmodes/python.el (python-eldoc-function): Doc fix.
354
355 2007-09-26 Eli Zaretskii <eliz@gnu.org>
356
357 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
358 menu-bar-apropos-menu. All users changed.
359 (menu-bar-help-menu): Change menu symbols to better match the text
360 displayed by the menu.
361
362 2007-09-25 Glenn Morris <rgm@gnu.org>
363
364 * view.el (view-search-no-match-lines): Add a doc string.
365 Rewrite to simplify and work better.
366
367 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
368
369 * net/tramp.el (tramp-completion-mode-p): Rename from
370 `tramp-completion-mode'. Revert logic, check `return', `newline'
371 and such alike. Packages like Icicles tend to use other completion
372 characters but `tab' and `space' only.
373 (top): Require cl.el, when `copy-tree' is not available otherwise.
374
375 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
376 `ad-get-arg'.
377
378 2007-09-24 Ville Skytt\e,Ad\e(B <scop@xemacs.org> (tiny change)
379
380 * net/tramp-vc.el (tramp-vc-user-login-name):
381 Use `vc-find-version' instead of `process-file' to check whether we
382 have a new enough vc that doesn't need the defadvice.
383
384 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
385
386 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
387 #, @, : and ^.
388
389 2007-09-23 Glenn Morris <rgm@gnu.org>
390
391 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
392
393 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
394
395 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
396
397 * log-view.el (log-view-mode-map): Likewise.
398
399 * diff-mode.el (diff-mode-shared-map): Likewise.
400
401 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
402
403 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
404 add inferior-octave-directory-tracker to the buffer-local value
405 of comint-input-filter-functions.
406
407 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
408
409 * files.el (file-name-sans-versions): Also allow `A-Z'.
410
411 * vc.el: Mention all supported VC backends.
412
413 2007-09-22 Richard Stallman <rms@gnu.org>
414
415 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
416 neighbouring buttons.
417
418 2007-09-22 Andreas Schwab <schwab@suse.de>
419
420 * files.el (file-name-sans-versions): Also allow `_'.
421
422 2007-09-22 Glenn Morris <rgm@gnu.org>
423
424 * eshell/esh-mode.el (eshell-output-filter-functions):
425 Add eshell-postoutput-scroll-to-bottom.
426
427 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
428
429 * files.el (file-name-sans-versions): Allow - and a-z in version names.
430
431 * log-view.el (log-view-mode-map, log-view-mode-menu):
432 Bind log-view-annotate-version.
433 (log-view-beginning-of-defun, log-view-end-of-defun)
434 (log-view-annotate-version): New functions.
435 (log-view-mode): Use log-view-beginning-of-defun and
436 log-view-end-of-defun.
437
438 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
439
440 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
441
442 2007-09-21 Kevin Ryde <user42@zip.com.au>
443
444 * international/mule.el (sgml-html-meta-auto-coding-function):
445 Bind `case-fold-search' to t.
446
447 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
448
449 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
450 neighbouring buttons.
451
452 * progmodes/compile.el (compilation-error-regexp-alist-alist):
453 Recognize gcc's use of "note" for informational messages.
454
455 2007-09-20 Glenn Morris <rgm@gnu.org>
456
457 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
458 motion functions, rather than hard-coding "\n\n".
459 (tex-validate-region): Check for eobp, to speed up.
460 (tex-next-unmatched-end): Doc fix.
461
462 2007-09-19 Glenn Morris <rgm@gnu.org>
463
464 * textmodes/tex-mode.el (tex-terminate-paragraph):
465 Use backward-paragraph.
466
467 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
468
469 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
470 (css-mode): Update correspondingly.
471
472 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
473
474 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
475
476 * vc-hooks.el (vc-menu-entry): New var.
477 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
478 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
479 (vc-menu-map): Declare and initialize in one step.
480
481 * menu-bar.el (vc-menu-map): Don't setup any more.
482 Instead, just create the proper spot in the menu.
483
484 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
485 Stefan Monnier <monnier@iro.umontreal.ca>
486
487 * vc.el: Document new VC operation `extra-menu'.
488
489 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
490
491 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
492
493 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
494 Signed-off-by, Acked-by and Merge.
495
496 2007-09-17 Glenn Morris <rgm@gnu.org>
497
498 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
499 filename from `--file-line-error', if it is available.
500
501 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
502
503 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
504 TeX `--file-line-error' format.
505
506 2007-09-17 Glenn Morris <rgm@gnu.org>
507
508 * textmodes/tex-mode.el (tex-region): Simplify previous change,
509 handling the case where the region is not in `tex-main-file'.
510 (tex-region-1): Delete.
511 (tex-region-header): New function, doing the header part of the
512 old tex-region-1.
513
514 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
515
516 * ediff-init.el (ediff-verbose-p): This var is not a constant.
517
518 2007-09-16 Drew Adams <drew.adams@oracle.com>
519
520 * cus-edit (custom-face-edit-activate): Doc fix.
521
522 2007-09-16 Glenn Morris <rgm@gnu.org>
523
524 * textmodes/tex-mode.el (tex-region): Handle the case where the
525 region is not in `tex-main-file'. Move the old code that applies
526 to both cases...
527 (tex-region-1): ...to this new function.
528
529 2007-09-15 Martin Rudalics <rudalics@gmx.at>
530
531 * simple.el (blink-matching-open): Don't display message when no
532 paren is found within blink-matching-paren-distance characters.
533 Don't search prompt in blink-matching-paren-distance nil case.
534
535 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
536
537 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
538
539 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
540
541 * vc-mtn.el: New file.
542
543 * vc-hooks.el (vc-handled-backends): Add Mtn.
544
545 2007-09-13 Eli Zaretskii <eliz@gnu.org>
546
547 * files.el (find-file, find-file-other-window)
548 (find-file-other-frame, find-file-existing, find-file-read-only)
549 (find-file-read-only-other-window)
550 (find-file-read-only-other-frame)
551 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
552
553 2007-09-13 Jari Aalto <jari.aalto@cante.net>
554
555 * man.el (Man-default-man-entry): At end of line, continue looking
556 to the next line for possible end of hyphenated command.
557
558 2007-09-13 Chris Moore <dooglus@gmail.com>
559
560 * shell.el (shell-resync-dirs): Don't move the cursor relative to
561 the command being edited.
562
563 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
564
565 * progmodes/gud.el (gdb-ready): New variable.
566 (gdb): Set it to nil. Set gud-running to nil here...
567 (gud-common-init): ...instead of here.
568
569 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
570 Use gdb-ready. Discard input until GDB is ready to accept it.
571
572 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
573
574 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
575 C-M-S- keys.
576
577 2007-09-12 Martin Rudalics <rudalics@gmx.at>
578
579 * dired.el (dired-warning): Inherit from font-lock-warning-face to
580 make it show up with eight colors.
581
582 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
583
584 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
585 diffs are concatenated with no intervening line.
586
587 2007-09-10 Dave Love <fx@gnu.org>
588
589 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
590 (python-font-lock-keywords): Update to the 2.5 version of the language.
591 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
592 (python-backspace): Only behave funny in code.
593 (python-compilation-regexp-alist): Add PDB stack trace regexp.
594 (inferior-python-mode): Add PDB prompt regexp.
595 (python-fill-paragraph): Refine the fenced-string regexp.
596 (python-find-imports): Handle imports spanning several lines.
597 (python-mode): Add `class' to hideshow support.
598
599 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
600
601 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
602 add-log-buffer-file-name-function rather than bind buffer-file-name,
603 so we dont end up calling change-log-mode in *cvs* when `fi' is the
604 ChangeLog file itself.
605
606 * outline.el (outline-flag-region): Use front-advance.
607
608 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
609
610 * progmodes/cperl-mode.el: Merge upstream 5.23.
611 (cperl-where-am-i): Remove function.
612 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
613 (cperl-sniff-for-indent): De-invert [string] and [comment].
614 When looking for label, skip s:m:y:tr.
615 (cperl-indent-line): Likewise.
616 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
617 (cperl-windowed-init): Wrong `ps-print' handling.
618 Both thanks to Chong Yidong.
619 (cperl-look-at-leading-count): Could fail with unfinished RExen.
620 (cperl-find-pods-heres): If the second part of s()[] is missing,
621 don't try to highlight delimiters...
622
623 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
624
625 * progmodes/compile.el (compilation-get-file-structure): Complete last
626 change by also using spec-directory in the puthash.
627
628 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
629
630 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
631 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
632 (vc-bzr-status): Fix shadowing of variable 'status'.
633 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
634 Use `expand-file-name' instead of `concat'.
635 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
636 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
637
638 2007-09-05 Jason Rumney <jasonr@gnu.org>
639
640 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
641
642 2007-09-02 Richard Stallman <rms@gnu.org>
643
644 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
645 Add `safe-local-variable' property.
646 (lisp-body-indent): Likewise.
647
648 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
649
650 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
651 prev/next-node.
652
653 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
654 (x-gtk-map-stock): New function.
655
656 2007-09-02 Glenn Morris <rgm@gnu.org>
657
658 * comint.el (comint-mode): Don't set scroll-conservatively.
659
660 * eshell/em-unix.el (eshell/time): Stringify and flatten the
661 non-command arguments.
662
663 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
664
665 * emacs-lisp/bytecomp.el (byte-recompile-directory):
666 Fix bug: Don't expand top-level file name more than once.
667 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
668
669 2007-09-01 Richard Stallman <rms@gnu.org>
670
671 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
672 Add doc string.
673
674 2007-08-30 Richard Stallman <rms@gnu.org>
675
676 * speedbar.el (speedbar-frame-reposition-smartly)
677 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
678 (speedbar-check-vc): Don't use dframe-xemacsp.
679
680 2007-08-30 Martin Rudalics <rudalics@gmx.at>
681
682 * files.el (backup-buffer-copy): Try to overwrite old backup first.
683
684 2007-08-29 Martin Rudalics <rudalics@gmx.at>
685
686 * repeat.el (repeat): Use last-repeatable-command instead of
687 real-last-command. Run pre- and post-command hooks for
688 self-insertion. Update doc-string.
689
690 2007-08-28 Glenn Morris <rgm@gnu.org>
691
692 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
693
694 2007-08-27 Alexandre Julliard <julliard@winehq.org>
695
696 * vc-git.el (vc-git-state): Call git-add --refresh to update the
697 state of the file.
698 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
699 (vc-git-create-repo): Fix invalid command.
700
701 2007-08-27 Richard Stallman <rms@gnu.org>
702
703 * textmodes/flyspell.el (flyspell-mode):
704 Catch errors in flyspell-mode-on.
705
706 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
707
708 * progmodes/modula2.el (m2-definition, m2-module):
709 Don't use previous-line. Reported by T. V. Raman.
710
711 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
712
713 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
714 argument to tool-bar-mode call.
715
716 2007-08-27 Glenn Morris <rgm@gnu.org>
717
718 * diff-mode.el (diff-find-file-name): Only accept regular files,
719 to rule out /dev/null, directories, etc.
720
721 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
722
723 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
724 safe-local-variable setting.
725 * progmodes/perl-mode.el (perl-indent-level): Likewise.
726
727 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
728
729 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
730 of buffers in uniquify-managed.
731
732 * simple.el (invisible-p): Rename from text-invisible-p.
733 Update callers.
734
735 2007-08-25 Alan Mackenzie <acm@muc.de>
736
737 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
738 new language variable.
739
740 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
741 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
742 "extern" etc., rather than BOI. Fix addition of spurious
743 syntactic-symbol 'defun-block-intro, replacing it with
744 'innamespace, etc.
745
746 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
747
748 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
749 Don't behave differently when executed via M-x. Add doc string.
750
751 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
752
753 * files.el (backup-buffer-copy): Don't wrap delete in
754 condition-case, only try to delete if file exists.
755
756 2007-08-24 Glenn Morris <rgm@gnu.org>
757
758 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
759
760 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
761
762 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
763 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
764 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
765 (cperl-etags-goto-tag-location): Use new style backquotes.
766
767 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
768 (dynamic-completion-table): Use it it.
769
770 * net/browse-url.el: Remove spurious * in custom docstrings.
771 (browse-url-filename-alist): Use new-style backquote.
772
773 * emacs-lisp/backquote.el (backquote-unquote-symbol)
774 (backquote-splice-symbol): Clarify they're not new-style unquotes.
775
776 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
777 (\,@): Backslash the , and ,@ which are not new-style unquotes.
778
779 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
780
781 * net/socks.el (socks-username/password-auth-filter):
782 Remove unused vars `state' and `desired-len'.
783 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
784 (socks-wait-for-state-change): Use new-style backquotes.
785
786 * pcvs.el (cvs-mode-status): Fix long-standing typo.
787
788 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
789 backquotes after each `read' rather than once per buffer.
790
791 * dframe.el: Remove spurious * in custom docstrings.
792 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
793 (dframe-xemacs20p): Remove, inline at the sole use point.
794 (defface): Don't defvar the face, don't use old-style backquote.
795 (defcustom): Don't use old-style backquote.
796 (dframe-frame-parameter, dframe-mouse-event-p):
797 Make it obvious that it's always defined.
798 (dframe-popup-kludge): New function to replace
799 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
800 (dframe-frame-mode, dframe-set-timer-internal)
801 (dframe-mouse-set-point): Remove use of with-no-warnings from
802 XEmacs-specific code.
803 (dframe-set-timer-internal): Fix very old bug with
804 post-command-idle-hook.
805
806 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
807
808 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
809
810 * image-mode.el (image-minor-mode): Use image-mode-text-map.
811
812 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
813
814 * sort.el (sort-fold-case, sort-numeric-base): Mark as
815 safe-local-variable.
816
817 2007-08-22 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
818
819 * net/browse-url.el (browse-url-emacs): New function.
820
821 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
822
823 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
824 warning if the file uses old style backquotes.
825
826 * emacs-lisp/bytecomp.el (byte-compile-log-file)
827 (byte-recompile-directory, byte-compile-file)
828 (byte-compile-from-buffer): Use with-current-buffer.
829
830 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
831 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
832 (line-move-1, line-move-finish, line-move-to-column)
833 (move-end-of-line, move-beginning-of-line): Use new name.
834
835 2007-08-22 Glenn Morris <rgm@gnu.org>
836
837 * files.el (backup-buffer-copy): Check backup directory is
838 writable, to avoid infloop deleting old backup.
839
840 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
841 movemail related variables.
842 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
843 will now be set before this is called.
844
845 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
846
847 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
848
849 * progmodes/ada-mode.el: Fix up comment style in header.
850 (ada-check-emacs-version): Remove.
851 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
852 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
853 to try and quieten the byte-compiler.
854 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
855
856 * vc.el (vc-annotate-warp-version): Don't use previous-line.
857
858 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
859
860 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
861 extracted from `eval-last-sexp-1'.
862 (eval-last-sexp-1): Call `preceding-sexp'.
863
864 2007-08-19 Glenn Morris <rgm@gnu.org>
865
866 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
867 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
868 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
869 shadow files messing up the compilation.
870
871 2007-08-18 Glenn Morris <rgm@gnu.org>
872
873 * progmodes/scheme.el (scheme-mode-variables):
874 Set font-lock-comment-start-skip.
875
876 2007-08-18 Martin Rudalics <rudalics@gmx.at>
877
878 * progmodes/ada-mode.el (ada-create-syntax-table):
879 Move set-syntax-table from here to ...
880 (ada-mode): ... here. Don't change global value of comment-multi-line.
881 Call new function ada-initialize-syntax-table-properties.
882 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
883 (ada-deactivate-properties, ada-initialize-properties):
884 Replace by new functions ...
885 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
886 (ada-initialize-syntax-table-properties): ... to set up syntax-table
887 properties uniformly, independently from whether font-lock-mode
888 is enabled or not. Handle read-only buffers and do not change
889 undo-list when setting syntax-table properties.
890 (ada-after-change-function): Use ada-set-syntax-table-properties.
891
892 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
893
894 * progmode/cperl-mode.el (cperl-look-at-leading-count)
895 (cperl-find-pods-heres): Fix an error when typing expressions like
896 `s{a}{b}'.
897
898 2007-08-17 Glenn Morris <rgm@gnu.org>
899
900 * progmodes/compile.el (compilation-get-file-structure): Make use
901 of the directory part when checking for an existing entry, to
902 handle files with same basename in different directories.
903
904 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
905
906 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
907 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
908 (ps-paragraph-spacing): Docstring fix.
909
910 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
911
912 * smerge-mode.el (smerge-resolve): New arg `safe'.
913 (smerge-resolve-all, smerge-batch-resolve): New function.
914 (smerge-refine): Make sure `diff' returns the expected result.
915 (smerge-parsep-re): New const.
916 (smerge-mode): Use it to adjust paragraph-separate.
917
918 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
919 Correctly match / regexp matchers as first char on a line when
920 fontifying only that line.
921
922 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
923
924 2007-08-16 Glenn Morris <rgm@gnu.org>
925
926 * ps-print.el (ps-font-size): Doc fix.
927
928 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
929
930 * vc-bzr.el: Don't fiddle with vc-handled-backend.
931 (vc-bzr-registered): Don't redundantly protect against
932 file-error. Actually use the format-specific code.
933 (vc-bzr-buffer-nonblank-p): Remove.
934 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
935
936 2007-08-15 Glenn Morris <rgm@gnu.org>
937
938 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
939 sloppier, for the sake of GNU Mailman.
940 (rmail-digest-rfc1153): Initialize `result' correctly.
941
942 2007-08-14 Glenn Morris <rgm@gnu.org>
943
944 * simple.el (bad-packages-alist): New constant.
945 (bad-package-check): New function. Together, these two add
946 elements to `after-load-alist' to check for problematic external
947 packages.
948 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
949
950 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
951
952 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
953 optional quotes around files in NEED-UPDATE . REMOVED case.
954
955 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
956 (ada-treat-cmd-string): Improve error message.
957 (ada-do-file-completion): Call `ada-require-project-file', so
958 project variables are set properly.
959 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
960 (ada-gnatfind-buffer-name): New constant.
961 (ada-find-any-references): Use new constant. Set buffer name
962 properly in compilation-start. Toggle read-only properly.
963 (ada-find-in-src-path): Fix spelling error in docstring.
964
965 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
966 by zero error.
967
968 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
969
970 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
971
972 2007-08-12 Richard Stallman <rms@gnu.org>
973
974 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
975 (cvs-execute-single-file): Use new name split-string-and-unquote.
976 (cvs-header-msg): Use new name combine-and-quote-strings.
977
978 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
979
980 * progmodes/gud.el (gud-common-init): Use new name
981 split-string-and-unquote.
982
983 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
984 in javac regexp.
985
986 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
987 combine-and-quote-strings and split-string-and-unquote.
988
989 * subr.el (combine-and-quote-strings): Rename from strings->string.
990 (split-string-and-unquote): Rename from string->strings.
991
992 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
993
994 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
995 to buffer-local settings.
996
997 * emacs-lisp/backquote.el (backquote-delay-process): New function.
998 (backquote-process): Add internal arg `level'. Use the two to
999 correctly handle nested backquotes.
1000
1001 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
1002
1003 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
1004 (vc-bzr-state-words): Add "kind changed" state word.
1005 (vc-bzr-status): New function. Return Bzr idea of file status,
1006 which is different from VC's.
1007 (vc-bzr-state): Use vc-bzr-status.
1008 (vc-workfile-unchanged-p): Use vc-bzr-status.
1009 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
1010 (vc-dired-state): Process "kind changed" state word.
1011
1012 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1013
1014 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
1015
1016 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
1017 Move from vc-default-find-file-not-found-hook.
1018
1019 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
1020
1021 * url/url-auth.el (url-basic-auth): When prompting for username
1022 and password, default to the username and password in the URL.
1023
1024 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1025
1026 * man.el: Remove spurious * in docstrings.
1027 Merge defvars and toplevel setq-defaults.
1028 (Man-highlight-references0): Limit=nil rather than point-max.
1029 (Man-mode-map): Move initialization into the declaration.
1030 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
1031 (Man-view-header-file): Use expand-file-name rather than concat.
1032 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
1033
1034 * man.el (Man-next-section): Make sure we do not move backward.
1035
1036 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1037
1038 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
1039 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
1040 ps-print-color-p is neither nil nor black-white. Reported by Christian
1041 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1042
1043 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1044
1045 * files.el (auto-mode-alist): Use the purecopied text (duh!).
1046
1047 2007-08-08 Andreas Schwab <schwab@suse.de>
1048
1049 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
1050 self-insert-command, not self-insert.
1051
1052 2007-08-08 Glenn Morris <rgm@gnu.org>
1053
1054 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
1055
1056 * Replace `iff' in doc-strings and comments.
1057
1058 * help-mode.el (help-make-xrefs): Search for symbol constituents,
1059 rather than just `-'.
1060
1061 2007-08-08 Martin Rudalics <rudalics@gmx.at>
1062
1063 * dired.el (dired-pop-to-buffer):
1064 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1065 * calendar/calendar.el (generate-calendar-window):
1066 * progmodes/compile.el (compilation-set-window-height):
1067 * textmodes/two-column.el (2C-two-columns, 2C-merge):
1068 Use window-full-width-p instead of comparing frame-width and
1069 window-width.
1070
1071 * progmodes/compile.el (compilation-find-buffer): Remove extra
1072 argument in call to compilation-buffer-internal-p.
1073
1074 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
1075
1076 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
1077 parameters IDENTIFICATION and CONNECTED.
1078 (tramp-handle-insert-file-contents): VISIT must be handled after
1079 insertion of the local copy. Reported by Peter Gordon
1080 <peter@pg-consultants.com>.
1081 (tramp-file-name-handler): No special handling for
1082 `expand-file-name'. But for `file-name-as-directory'.
1083 (tramp-find-shell, tramp-open-connection-telnet)
1084 (tramp-open-connection-rsh, tramp-open-connection-su)
1085 (tramp-open-connection-multi)
1086 (tramp-open-connection-setup-interactive-shell): Guard against
1087 $PROMPT_COMMAND shell var. Reported by Steve Youngs
1088 <steve@sxemacs.org>.
1089 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
1090 the hint.
1091
1092 * net/trampver.el: Update release number.
1093
1094 2007-08-07 Tom Tromey <tromey@redhat.com>
1095
1096 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
1097 Add safe-local-variable property.
1098
1099 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
1100
1101 * image-mode.el (image-toggle-display): Use image-refresh.
1102
1103 * longlines.el (longlines-decoded): New variable.
1104 (longlines-mode): Avoid encoding or decoding the buffer twice.
1105
1106 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
1107
1108 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
1109 unofficial version.
1110 (vc-bzr-command): Remove redundant setting of process-connection-type.
1111 (vc-bzr-admin-checkout-format-file): Add autoload.
1112 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
1113 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
1114 (vc-bzr-registered): Compare dirstate format tag with known good
1115 value, abort parsing if match fails. Warn user in docstring.
1116 (vc-bzr-workfile-version): Case for different Bzr branch formats.
1117 See bzrlib/branch.py in Bzr sources.
1118 (vc-bzr-diff): First argument FILES may be a string rather than a list.
1119 (vc-bzr-shell-command): Remove in favor of
1120 vc-bzr-command-discarding-stderr.
1121 (vc-bzr-command-discarding-stderr): New function.
1122
1123 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
1124
1125 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
1126 program, and return nil
1127 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
1128 (vc-bzr-state): Look for path names relative to the repository
1129 root after status keyword.
1130 (vc-bzr-file-name-relative): New function.
1131 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
1132 depend on it.
1133 (vc-bzr-admin-dirname, ...-checkout-format-file)
1134 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
1135 files that we now parse directly for speed.
1136 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
1137 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
1138 (vc-bzr-state): "bzr status" successful only if exitcode is 0
1139 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
1140 Bzr warnings, so we must discard it.
1141 (vc-bzr-workfile-version): Speedup counting lines from
1142 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
1143 if that file doesn't exist.
1144 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
1145 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
1146 (not ".bzr"!) to `vc-directory-exclusion-list'
1147 (vc-bzr-shell-command): New function.
1148
1149 2007-08-06 Tom Tromey <tromey@redhat.com>
1150
1151 * diff-mode.el (diff-unified->context, diff-reverse-direction)
1152 (diff-fixup-modifs): Typo in docstring.
1153
1154 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
1155
1156 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
1157 count-screen-lines.
1158 (tpu-edt-off): Disable relevant pieces of advice.
1159
1160 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
1161 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
1162 (newline, newline-and-indent, do-auto-fill): Use advice instead of
1163 redefining the function.
1164 (tpu-set-scroll-margins): Activate the pieces of advice.
1165
1166 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
1167
1168 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
1169 process-filter.
1170
1171 2007-08-06 Martin Rudalics <rudalics@gmx.at>
1172
1173 * help.el (resize-temp-buffer-window): Use window-full-width-p
1174 instead of comparing frame-width and window-width.
1175
1176 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
1177
1178 * term.el: Honor term-default-fg-color and term-default-bg-color
1179 settings when modifying term-current-face.
1180 (term-default-fg-color, term-default-bg-color): Initialize from
1181 default term-current-face.
1182 (term-mode, term-reset-terminal): Set term-current-face with
1183 term-default-fg-color and term-default-bg-color.
1184 (term-handle-colors-array): term-current-face has term-default-fg-color
1185 and term-default-bg-color after reset escape sequence.
1186 (term-handle-colors-array): Set term-current-color with
1187 term-default-fg/bg-color instead of ansi-term-color-vector when the
1188 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
1189
1190 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
1191
1192 * files.el (set-auto-mode): Handle also remote files wrt
1193 `auto-mode-alist'.
1194
1195 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
1196 remote identification.
1197
1198 2007-08-04 Glenn Morris <rgm@gnu.org>
1199
1200 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
1201 zero, not nil, when the library is first loaded. Check for a file
1202 that has been modified on disk.
1203
1204 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
1205 Remove duplicate defvar preventing initialization.
1206 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
1207
1208 2007-08-03 Miles Bader <miles@gnu.org>
1209
1210 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
1211 backend names for new backends to `Git', `Hg', and `Bzr'.
1212 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
1213 not `HG'.
1214 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
1215 name, not `GIT'.
1216 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
1217 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
1218
1219 2007-08-03 Glenn Morris <rgm@gnu.org>
1220
1221 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
1222
1223 2007-08-02 Richard Stallman <rms@gnu.org>
1224
1225 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
1226 to update deleted flag.
1227
1228 * cus-edit.el (customize-apropos, customize-apropos-options)
1229 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
1230
1231 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
1232
1233 * startup.el (fancy-splash-head, startup-echo-area-message):
1234 Change message text.
1235
1236 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
1237 All callers use line-move.
1238
1239 * progmodes/compile.el (compilation-find-buffer): Return current
1240 buffer immediately if suitable.
1241 (compile, compilation-buffer-name, compilation-start): Doc fixes.
1242
1243 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1244
1245 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
1246 Make it more discriminating and more useful.
1247 (vc-bzr-root-dir): Use new name.
1248 (vc-bzr-registered): Use new name and look at the dirstate file to
1249 determine if it's registered or not without running `bzr'.
1250
1251 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
1252
1253 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
1254
1255 2007-07-31 Drew Adams <drew.adams@oracle.com>
1256
1257 * cus-edit.el (custom-group-value-create, custom-goto-parent):
1258 Fix parent groups link.
1259
1260 2007-07-31 Daiki Ueno <ueno@unixuser.org>
1261
1262 * faces.el (face-normalize-spec): New function.
1263 (frame-set-background-mode): Normalize face-spec before calling
1264 face-spec-match-p.
1265
1266 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
1267
1268 * vc-bzr.el: New file (copied from the trunk).
1269
1270 * vc-hooks.el (vc-handled-backends): Add BZR.
1271 (vc-find-file-hook): Failsafe if the backend's `registered'
1272 function burps.
1273
1274 * server.el (server-window): Add switch-to-buffer-other-frame option.
1275
1276 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1277
1278 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
1279 (vc-git-revision-completion-table): Enable.
1280
1281 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
1282
1283 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
1284
1285 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
1286 (vc-hg-registered): Set the vc-state property.
1287
1288 * diff-mode.el (diff-mode-menu): New entries.
1289
1290 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1291
1292 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
1293 (diff-file-kill): Use it.
1294 (diff-beginning-of-hunk): Add arg `try-harder' using it.
1295 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
1296 Use it so they find the hunk even when we're in the file header.
1297
1298 * vc.el: Add new VC operation `revision-completion-table'.
1299 (vc-default-revision-completion-table): New function.
1300 (vc-version-diff, vc-version-other-window): Use it to provide
1301 completion of revision names if the backend provides it.
1302
1303 * vc-arch.el (vc-arch--version-completion-table)
1304 (vc-arch-revision-completion-table): New functions to provide
1305 completion of revision names.
1306
1307 * vc-cvs.el: Require CL.
1308 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
1309 New functions to provide completion of revision names.
1310
1311 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
1312
1313 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
1314 (copyright-fix-years, copyright): Correctly handle the case where
1315 copyright-limit is nil.
1316
1317 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
1318
1319 * progmodes/python.el (run-python): Fix path separator under w32.
1320
1321 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
1322
1323 * vc-git.el: New File.
1324
1325 2007-07-28 Alan Mackenzie <acm@muc.de>
1326
1327 Fix problem with modes derived from CC Mode:
1328 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
1329 macro to cc-langs.
1330 (c-init-language-vars-for): Remove call to above macro.
1331 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
1332 been moved to here.
1333 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
1334
1335 2007-07-28 Eli Zaretskii <eliz@gnu.org>
1336
1337 * net/trampver.el: Fix the `coding' cookie.
1338
1339 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
1340
1341 * add-log.el (change-log-redate): Remove (not needed anymore and
1342 doesn't appear to work).
1343
1344 2007-07-25 Glenn Morris <rgm@gnu.org>
1345
1346 * Relicense all FSF files to GPLv3 or later.
1347
1348 * COPYING: Switch to GPLv3.
1349
1350 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1351
1352 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
1353 Replace it with another one which disables undo before calling
1354 erase-buffer and then turns it back on if needed.
1355
1356 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1357
1358 * ps-print.el: Problem with foreground and background color when
1359 printing a buffer with and without faces. Reported by Christian
1360 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1361 (ps-print-version): New version 6.7.5.
1362 (ps-default-fg): Change default value to nil, so black color is used
1363 when a face does not specify a foreground color.
1364 (ps-default-bg): Change default value to nil, so white color is used
1365 for background color.
1366 (ps-begin-job): Fix code.
1367
1368 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1369
1370 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
1371
1372 2007-07-24 Alan Mackenzie <acm@muc.de>
1373
1374 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1375 Initialise byte-compile-unresolved-functions before rather than
1376 after a compilation.
1377 (byte-compile-unresolved-functions): Amplify doc string.
1378
1379 2007-07-24 Glenn Morris <rgm@gnu.org>
1380
1381 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
1382 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
1383 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1384 (cal-tex-cursor-week, cal-tex-cursor-week2)
1385 (cal-tex-cursor-week-iso, cal-tex-week-hours)
1386 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1387 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1388 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
1389
1390 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
1391
1392 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
1393
1394 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1395
1396 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
1397 underlying file is uptodate.
1398
1399 2007-07-23 Richard Stallman <rms@gnu.org>
1400
1401 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
1402
1403 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1404
1405 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
1406 (sh-font-lock-flush-syntax-ppss-cache): New funs.
1407 (sh-font-lock-syntactic-keywords): Use them to distinguish the
1408 different possible cases for \'.
1409 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
1410
1411 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
1412 `file' from which to start the search and fix case where `file' is the
1413 current directory and the root as well.
1414
1415 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
1416 name for buffer-file-name if it refers to a directory.
1417
1418 2007-07-22 Jason Rumney <jasonr@gnu.org>
1419
1420 * w32-fns.el (set-default-process-coding-system): Use dos line ends
1421 for input to cmdproxy on all versions of Windows.
1422 Use dos line ends for input to plink.
1423
1424 * comint.el (comint-simple-send): Concat newline before sending.
1425 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
1426
1427 2007-07-22 Juri Linkov <juri@jurta.org>
1428
1429 * isearch.el (isearch-edit-string): Save old point and
1430 isearch-other-end to old-point and old-other-end before reading
1431 the search string from minibuffer. After exiting minibuffer set
1432 point to old-other-end if point and the search direction is the
1433 same as before reading the search string.
1434 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
1435 to isearch-other-end. Instead of isearch-search-and-update call
1436 three functions isearch-search, isearch-push-state and isearch-update.
1437
1438 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
1439
1440 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
1441 destroying an existing buffer.
1442
1443 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1444
1445 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
1446
1447 * term/x-win.el (x-handle-no-bitmap-icon): New function.
1448
1449 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
1450
1451 * textmodes/reftex.el (reftex-access-parse-file): Create parse
1452 file in a way that does not interfere with recentf.
1453
1454 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1455
1456 * image-dired.el (image-dired-sane-db-file): New func.
1457 (image-dired-write-tags, image-dired-remove-tag)
1458 (image-dired-list-tags, image-dired-write-comments)
1459 (image-dired-get-comment, image-dired-mark-tagged-files)
1460 (image-dired-create-gallery-lists): Call new func.
1461 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
1462
1463 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1464
1465 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
1466 (vc-hg-dir-state): Fix loop.
1467 (vc-hg-print-log): Fix expected return value for vc-hg-command.
1468 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
1469 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
1470 (vc-hg-revert): Likewise.
1471 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
1472
1473 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1474
1475 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
1476 case of alignment under a constant symbol, find and consider
1477 the sexp actually at indentation to be the "last sexp".
1478
1479 2007-07-20 Eli Zaretskii <eliz@gnu.org>
1480
1481 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1482 (install): Use them to copy all *.el files before *.elc.
1483 (clean): Don't delete *~.
1484
1485 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1486
1487 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
1488
1489 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
1490
1491 * vc-hg.el (vc-hg-registered): Replace if with when.
1492 (vc-hg-state): Deal with nonexistent files.
1493
1494 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
1495
1496 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
1497 (follow-delete-other-windows-and-split, follow-recenter)
1498 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
1499 (follow-redisplay, follow-estimate-first-window-start)
1500 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
1501 Fix typos in docstrings.
1502
1503 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
1504
1505 * bookmark.el (bookmark-show-all-annotations):
1506 Make sure each inserted annotation ends with newline.
1507
1508 (bookmark-maybe-sort-alist): Don't modify
1509 bookmark-alist. Instead, if not sorting, simply return it.
1510 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
1511 for its return value, not for its side effect.
1512
1513 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
1514
1515 * vc.el: Add more info about the vc-registered function.
1516
1517 2007-07-16 David Kastrup <dak@gnu.org>
1518
1519 * emacs-lisp/advice.el (defadvice): Doc fix.
1520
1521 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
1522
1523 * subr.el (when, unless): Doc fix.
1524
1525 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1526
1527 * vc-hg.el (vc-hg-state): Handle removed files.
1528 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
1529 (vc-hg-checkout): Re-enable.
1530
1531 2007-07-15 Richard Stallman <rms@gnu.org>
1532
1533 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
1534
1535 * tutorial.el (tutorial--find-changed-keys):
1536 Handle C-x specially like ESC.
1537
1538 2007-07-15 Roland McGrath <roland@frob.com>
1539
1540 * add-log.el (add-change-log-entry): Check add-log-full-name
1541 and add-log-mailing-address later, after change-log-mode-hook.
1542
1543 2007-07-15 Richard Stallman <rms@gnu.org>
1544
1545 * isearch.el (isearch-mode, isearch-done):
1546 Delete unintended code in previous change.
1547
1548 * ps-print.el (ps-default-bg): Change to White.
1549
1550 2007-07-15 Aaron Hawley <aaronh@garden.org>
1551
1552 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
1553
1554 2007-07-15 Martin Rudalics <rudalics@gmx.at>
1555
1556 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
1557 when handling the terminating event.
1558
1559 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
1560
1561 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
1562
1563 2007-07-13 Eli Zaretskii <eliz@gnu.org>
1564
1565 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1566 (install): Use them to copy all *.el files before *.elc.
1567
1568 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
1569
1570 * replace.el (match): Use yellow1 instead of yellow.
1571
1572 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
1573
1574 * pcvs-info.el (cvs-unknown): Likewise.
1575
1576 2007-07-12 Davis Herring <herring@lanl.gov>
1577
1578 * desktop.el (desktop-buffer-info, desktop-save):
1579 Use `desktop-dirname' instead of `dirname'.
1580
1581 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
1582
1583 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
1584
1585 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
1586
1587 2007-07-10 Richard Stallman <rms@gnu.org>
1588
1589 * emacs-lisp/lisp-mode.el (eval-defun):
1590 Explain special handling of `defface'.
1591
1592 2007-07-09 Richard Stallman <rms@gnu.org>
1593
1594 * isearch.el (isearch-edit-string): Call to isearch-push-state
1595 after the search.
1596
1597 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
1598
1599 * cus-start.el (file-coding-system-alist): Fix custom type.
1600
1601 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
1602
1603 * longlines.el (longlines-wrap-region): Avoid marking buffer as
1604 modified.
1605 (longlines-auto-wrap, longlines-window-change-function):
1606 Remove unnecessary calls to set-buffer-modified-p.
1607
1608 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1609
1610 * vc.el (vc-default-log-view-mode): New function.
1611 (vc-print-log): Add new `log-view-mode' VC operation.
1612
1613 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
1614
1615 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
1616 Rename and move to...
1617
1618 * subr.el (strings->string, string->strings): ...here.
1619
1620 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
1621 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
1622
1623 * progmodes/gud.el (gud-common-init): Call string->strings instead
1624 of split-string.
1625
1626 2007-07-07 Eli Zaretskii <eliz@gnu.org>
1627
1628 * term/w32-win.el (menu-bar-open): New function.
1629 Bind <f10> to it.
1630
1631 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1632
1633 * log-view.el (log-view-mode-menu): New menu.
1634
1635 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
1636
1637 * vc-hg.el: New file.
1638
1639 2007-07-06 Andreas Schwab <schwab@suse.de>
1640
1641 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
1642 dynamic bindings around the evaluation of the expression.
1643 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
1644
1645 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
1646
1647 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
1648 file names.
1649
1650 2007-07-02 Martin Rudalics <rudalics@gmx.at>
1651
1652 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
1653
1654 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
1655 event is not a cons cell. Do not unread drag-mouse-1 events.
1656 Select right window in check whether space was stolen from
1657 window above.
1658
1659 2007-07-01 Richard Stallman <rms@gnu.org>
1660
1661 * files.el (find-file-visit-truename): Fix safe-local-variable value.
1662
1663 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
1664
1665 * generic-x.el (generic-define-mswindows-modes)
1666 (generic-define-unix-modes, apache-log-generic-mode)
1667 (bat-generic-mode-keymap, java-manifest-generic-mode)
1668 (show-tabs-generic-mode): Fix typos in docstrings.
1669
1670 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1671
1672 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
1673 replace-regexp-in-string.
1674
1675 2007-06-28 Andreas Schwab <schwab@suse.de>
1676
1677 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
1678 $(lisp)/subdirs.el.
1679
1680 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
1681
1682 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
1683 the speedbar frame if nil; that deletes the current frame or
1684 causes an error if it is the only frame.
1685 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
1686
1687 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
1688
1689 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
1690 directory where the desktop file was found, as the docstring says.
1691 (desktop-kill): Use `read-directory-name'.
1692
1693 * desktop.el (desktop-load-locked-desktop): New option.
1694 (desktop-read): Use it.
1695 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
1696 Use `when'.
1697
1698 2007-06-24 Davis Herring <herring@lanl.gov>
1699
1700 * desktop.el (desktop-save-mode-off): New function.
1701 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
1702 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
1703 (desktop-claim-lock, desktop-release-lock): New functions.
1704 (desktop-kill): Tell `desktop-save' that this is the last save.
1705 Release the lock afterwards.
1706 (desktop-buffer-info): New function.
1707 (desktop-save): Use it. Run `desktop-save-hook' where the doc
1708 says to. Detect conflicts, and manage the lock.
1709 (desktop-read): Detect conflicts. Manage the lock.
1710
1711 2007-06-23 Eli Zaretskii <eliz@gnu.org>
1712
1713 * ls-lisp.el (insert-directory): If an invalid regexp error is
1714 thrown, try using FILE as a literal file name, not a wildcard.
1715 Check for FILE as an existing file, not just a directory.
1716
1717 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
1718
1719 * ruler-mode.el (ruler-mode): Prevent clobbering the original
1720 `header-line-format' when reentering ruler mode.
1721
1722 2007-06-23 Eli Zaretskii <eliz@gnu.org>
1723
1724 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
1725 FILE exists as a directory.
1726
1727 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1728
1729 * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
1730 (vera-font-lock-match-item): Fix doc string.
1731 (vera-in-comment-p): Remove unused function.
1732 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
1733 use `syntax-ppss'.
1734 (vera-forward-syntactic-ws): Fix argument order.
1735 (vera-prepare-search): Use `with-syntax-table'.
1736 (vera-indent-line): Fix doc string.
1737 (vera-electric-tab): Fix doc string.
1738 (vera-expand-abbrev): Define alias instead of using `fset'.
1739 (vera-comment-uncomment-region): Use `comment-start-skip'.
1740
1741 2007-06-20 Reto Zimmermann <reto@gnu.org>
1742
1743 * progmodes/vera-mode.el: New file.
1744
1745 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
1746
1747 * ido.el (ido-find-file-in-dir): Don't signal an error for
1748 empty directories.
1749
1750 2007-06-18 Alan Mackenzie <acm@muc.de>
1751
1752 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1753 When removing lines, also remove the \n. Correction of patch of
1754 2007-04-21.
1755
1756 2007-06-17 Glenn Morris <rgm@gnu.org>
1757
1758 * lpr.el (lpr-page-header-switches): Move %s to separate element
1759 for correct quoting. Doc fix.
1760
1761 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1762
1763 * term/xterm.el (terminal-init-xterm): Escape parens in character
1764 constants.
1765
1766 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
1767
1768 * scroll-lock.el (scroll-lock-mode): Doc fix.
1769
1770 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1771
1772 * font-lock.el (font-lock-add-keywords): In case font-lock was only
1773 half-activated, forcefully activate it completely.
1774
1775 2007-06-11 Richard Stallman <rms@gnu.org>
1776
1777 * cus-edit.el (custom-variable-type): Doc fix.
1778
1779 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
1780
1781 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
1782
1783 2007-06-09 Davis Herring <herring@lanl.gov>
1784
1785 * desktop.el (desktop-minor-mode-table): Doc fix.
1786
1787 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
1788
1789 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
1790 (image-next-line, image-previous-line, image-scroll-up)
1791 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
1792 New functions.
1793 (image-mode-map): Remap motion commands.
1794 (image-mode-text-map): New keymap for viewing images as text.
1795 (image-mode): Use image-mode-map.
1796 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
1797
1798 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
1799
1800 Sync with Tramp 2.0.56.
1801
1802 * net/tramp.el:
1803 * net/tramp-ftp.el:
1804 * net/tramp-smb.el:
1805 * net/tramp-util.el:
1806 * net/tramp-vc.el:
1807 Don't load cl.el, because that pollutes the namespace. Replace cl
1808 macros by their implementations where necessary. Requested by
1809 Richard Stallman <rms@gnu.org>.
1810
1811 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
1812 doesn't exist.
1813 (with-parsed-tramp-file-name): Protect debug spec during compilation.
1814 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
1815 (tramp-file-name-p, tramp-file-name-multi-method)
1816 (tramp-file-name-method, tramp-file-name-user)
1817 (tramp-file-name-host, tramp-file-name-localname): New defuns,
1818 replacing defstruct `tramp-file-name'.
1819 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
1820 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
1821 Apply `vector' instead of `make-tramp-file-name'.
1822 (tramp-handle-make-auto-save-file-name):
1823 Apply `tramp-temporary-file-directory' for compatibility reasons.
1824 (tramp-completion-mode): Use `natnump' instead of `wholenump'
1825 because of XEmacs.
1826 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
1827 started.
1828
1829 2007-06-07 David Kastrup <dak@gnu.org>
1830
1831 * dired.el (dired-recursive-deletes, dired-recursive-copies):
1832 Change default to `top'.
1833
1834 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
1835
1836 * dired.el (dired-mode-map): Remove spurious separator.
1837
1838 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
1839
1840 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
1841
1842 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
1843 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
1844
1845 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
1846
1847 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
1848 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
1849
1850 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
1851
1852 * progmodes/ebrowse.el (ebrowse-member-table):
1853 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
1854
1855 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
1856
1857 * pgg.el (pgg-sign-region, pgg-sign):
1858 * ses.el (ses-call-printer):
1859 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
1860 * textmodes/org.el (org-cycle): Fix typos in docstrings.
1861
1862 2007-06-06 Eli Zaretskii <eliz@gnu.org>
1863
1864 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
1865 (tar-get-descriptor): Handle type 55, an extended pax header.
1866
1867 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1868
1869 * textmodes/css-mode.el: New file.
1870
1871 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
1872
1873 * net/socks.el: New file, taken from w3 repository.
1874 (top): Update Copyright. Don't load cl.el.
1875 (all): Replace `case' by `cond', `string-to-int' by
1876 `string-to-number', and `process-kill-without-query' by
1877 `set-process-query-on-exit-flag'.
1878 (socks-char-int): Remove defalias and all occurrences.
1879
1880 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
1881
1882 * international/mule-cmds.el (toggle-enable-multibyte-characters)
1883 (sort-coding-systems, search-unencodable-char): Doc fixes.
1884 (coding-system-change-eol-conversion, set-default-coding-systems)
1885 (prefer-coding-system, find-multibyte-characters, princ-list)
1886 (leim-list-entry-regexp, set-input-method, locale-language-names)
1887 (input-method-exit-on-first-char, exit-language-environment-hook)
1888 (locale-charset-language-names): Fix typos in docstrings.
1889
1890 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
1891
1892 * bs.el (bs-cycle-previous): Don't modify the cycle list until
1893 `switch-to-buffer' has returned succesfully.
1894 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
1895 window is dedicated (it could iconify the frame).
1896
1897 2007-06-05 Glenn Morris <rgm@gnu.org>
1898
1899 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
1900
1901 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
1902
1903 * files.el (auto-mode-alist): Add lower-priority match for names
1904 like ChangeLog.old.
1905
1906 2007-06-04 Andreas Schwab <schwab@suse.de>
1907
1908 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
1909
1910 2007-06-04 Davis Herring <herring@lanl.gov>
1911
1912 * calendar/timeclock.el: Update version number.
1913 (timeclock-modeline-display): Mention timeclock-use-display-time
1914 in explanatory message.
1915 (timeclock-log): Suppress warnings when finding the log.
1916 Don't check for a nil project twice. Run hooks after killing the
1917 buffer (if applicable).
1918 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
1919 was geometric). All uses changed.
1920 (timeclock-generate-report): Support prefix argument.
1921
1922 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1923
1924 * man.el (Man-next-section): Don't consider the last line of the
1925 page as being part of any section.
1926
1927 2007-06-04 Martin Rudalics <rudalics@gmx.at>
1928
1929 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
1930 modified flag of buffer. Use `inhibit-modification-hooks'.
1931
1932 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1933
1934 * mail/mail-extr.el (mail-extract-address-components):
1935 Recognize non-ASCII characters except for NBSP as words.
1936
1937 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
1938
1939 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
1940
1941 2007-06-04 Michael Olson <mwolson@gnu.org>
1942
1943 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
1944 died and we are trying to send a signal to it.
1945
1946 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
1947
1948 * emacs-lisp/easy-mmode.el (define-minor-mode)
1949 (easy-mmode-define-navigation): Fix typos in docstrings.
1950
1951 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
1952 Fix typos in docstrings.
1953 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
1954 (compilation-finish-function): Fix typo in obsolescence declaration.
1955
1956 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
1957
1958 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
1959
1960 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
1961 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
1962
1963 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
1964
1965 * longlines.el (longlines-mode): Make longlines-auto-wrap
1966 buffer-local. Add hooks unconditionally.
1967 (longlines-auto-wrap): Toggle wrapping.
1968 (longlines-after-change-function)
1969 (longlines-post-command-function): Check longlines-auto-wrap.
1970
1971 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
1972
1973 * Version 22.1 released.
1974
1975 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
1976
1977 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
1978 changes.
1979
1980 2007-05-31 Richard Stallman <rms@gnu.org>
1981
1982 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
1983
1984 2007-05-29 Martin Rudalics <rudalics@gmx.at>
1985
1986 * textmodes/table.el (table--point-entered-cell-function)
1987 (table--point-left-cell-function):
1988 Bind `inhibit-point-motion-hooks' to t.
1989
1990 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1991
1992 * emacs-lisp/rx.el (rx): Doc fix.
1993
1994 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
1995
1996 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
1997
1998 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
1999
2000 * log-edit.el (log-edit-changelog-paragraph): Return point-max
2001 as the end of the ChangeLog paragraph when it ends without a line
2002 termination.
2003
2004 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2005
2006 * textmodes/fill.el (canonically-space-region): Make the second arg
2007 a marker if it's not already the case.
2008
2009 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
2010 (xterm-mouse-event): Use it.
2011
2012 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
2013
2014 * vc-hooks.el (vc-find-root): Fix file attribute test.
2015
2016 2007-05-24 Richard Stallman <rms@gnu.org>
2017
2018 * textmodes/flyspell.el (flyspell-correct-word-before-point):
2019 Don't let opoint be nil.
2020 (flyspell-emacs-popup): Explicit error if no dialogs.
2021
2022 2007-05-23 Eli Zaretskii <eliz@gnu.org>
2023
2024 * tar-mode.el (tar-file-name-handler): New function.
2025 (tar-extract): Bind file-name-handler-alist to it to force
2026 find-buffer-file-type-coding-system behave as if the file being
2027 extracted existed. Use last-coding-system-used to force
2028 buffer-file-coding-system to what decode-coding-region actually
2029 used to decode the file.
2030
2031 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2032
2033 * progmodes/compile.el (compilation-handle-exit):
2034 `compilation-finish-function' may change the current buffer.
2035
2036 2007-05-22 Richard Stallman <rms@gnu.org>
2037
2038 * files.el (set-auto-mode): Doc fix.
2039
2040 2007-05-22 Eli Zaretskii <eliz@gnu.org>
2041
2042 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2043
2044 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
2045
2046 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
2047 (rcirc-print): Handle `window-width'.
2048 (rcirc-buffer-maximum-lines): Doc fix.
2049
2050 2007-05-19 Kevin Ryde <user42@zip.com.au>
2051
2052 * info.el (Info-fontify-node): Match https also.
2053
2054 2007-05-18 Richard Stallman <rms@gnu.org>
2055
2056 * simple.el (push-mark): Doc fix.
2057
2058 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
2059
2060 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
2061 tpu-global-map.
2062 (tpu-original-global-map): Delete variable.
2063 (tpu-control-keys-map): New keymap variable.
2064 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
2065 setting keymapping directly.
2066 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
2067 tpu-global-map.
2068 (tpu-edt-on): Activate the tpu-global-map.
2069 (tpu-edt-off): Deactivate the tpu-global-map.
2070
2071 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
2072
2073 * textmodes/ispell.el (ispell-get-word): Return markers
2074 for start and end positions.
2075 (ispell-word): Assume END is a marker.
2076
2077 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2078
2079 * ps-print.el: Use default color when foreground or background color
2080 are unspecified. Reported by Leo <sdl.web@gmail.com>.
2081 (ps-print-version): New version 6.7.4.
2082 (ps-rgb-color): New argument. Use default color when color is
2083 unspecified.
2084 (ps-begin-job): Fix code.
2085
2086 2007-05-17 Martin Rudalics <rudalics@gmx.at>
2087
2088 * textmodes/ispell.el (ispell-start-process): Defend against bad
2089 default-directory.
2090
2091 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2092
2093 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
2094
2095 2007-05-16 Richard Stallman <rms@gnu.org>
2096
2097 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2098
2099 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2100
2101 * files.el (magic-mode-alist, magic-fallback-mode-alist):
2102 Move the *ml, Postscript, and XmCD entries to the fallback part.
2103
2104 * files.el (magic-fallback-mode-alist):
2105 Rename from file-start-mode-alist.
2106
2107 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2108
2109 * progmodes/compile.el (compilation-handle-exit): Quote first
2110 argument of `run-hook-with-args'.
2111
2112 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
2113
2114 * buff-menu.el (Buffer-menu-sort-column):
2115 * dabbrev.el (dabbrev-upcase-means-case-search):
2116 * dired.el (dired-recursive-deletes, dired-recursive-copies):
2117 * info.el (Info-current-subfile):
2118 * ls-lisp.el (ls-lisp-verbosity):
2119 * msb.el (msb-menu-cond):
2120 * pcvs.el (cvs-dired-use-hook):
2121 * simple.el (set-mark-command-repeat-pop):
2122 * time.el (display-time-24hr-format, display-time-mail-file):
2123 Doc fixes.
2124
2125 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
2126 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
2127
2128 * view.el (view-inhibit-help-message): Fix typo in docstring.
2129 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
2130
2131 2007-05-14 Eli Zaretskii <eliz@gnu.org>
2132
2133 * mail/rmail.el (rmail-convert-to-babyl-format):
2134 Check content-transfer-encoding _last_, because we need its position
2135 in base64-header-field-end.
2136
2137 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
2138
2139 * files.el (mode-require-final-newline, require-final-newline)
2140 (enable-local-variables, enable-local-eval): Doc fixes.
2141
2142 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
2143
2144 * progmodes/python.el (python-font-lock-keywords)
2145 (python-open-block-statement-p, python-mode): Add support for the new
2146 "with" keyword.
2147
2148 2007-05-10 Richard Stallman <rms@gnu.org>
2149
2150 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
2151 (iso-cvt-write-only): Likewise.
2152
2153 * emacs-lisp/easy-mmode.el (define-minor-mode):
2154 Fix generated doc string.
2155
2156 * startup.el (fancy-splash-text): Add URL of guided tour.
2157 Adjust horizontal and vertical whitespace.
2158
2159 * progmodes/compile.el (compilation-handle-exit):
2160 Use run-hook-with-args to run compilation-finish-functions.
2161
2162 * files.el (file-start-mode-alist): New variable.
2163 (magic-mode-regexp-match-limit): Doc fix.
2164 (set-auto-mode): Handle file-start-mode-alist.
2165 A little cleanup of structure.
2166
2167 2007-05-10 Davis Herring <herring@lanl.gov>
2168
2169 * calendar/timeclock.el (timeclock-in): Fix non-interactive
2170 workday specifications.
2171 (timeclock-log): Don't kill the log buffer if it already existed.
2172
2173 2007-05-08 Richard Stallman <rms@gnu.org>
2174
2175 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2176 Don't include non-self-insert commands in the exception for `-'.
2177
2178 2007-05-08 David Reitter <david.reitter@gmail.com>
2179
2180 * progmodes/python.el (python-guess-indent): Check non-nullness
2181 before comparing indent against the 2..8 interval.
2182
2183 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2184
2185 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
2186 available.
2187
2188 2007-05-06 Richard Stallman <rms@gnu.org>
2189
2190 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2191
2192 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
2193
2194 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
2195 disconnections.
2196
2197 2007-05-01 Romain Francoise <romain@orebokech.com>
2198
2199 * dired-x.el: Revert 2007-04-06 change.
2200
2201 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
2202
2203 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
2204 don't put stop on toolbar.
2205
2206 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
2207
2208 * find-dired.el (find-dired-filter): Propertize all text down to eob.
2209
2210 2007-04-29 Richard Stallman <rms@gnu.org>
2211
2212 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
2213
2214 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2215
2216 * progmodes/cc-mode.el (c-before-change): Use point-min rather
2217 than 1.
2218
2219 2007-04-28 Richard Stallman <rms@gnu.org>
2220
2221 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
2222
2223 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2224
2225 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
2226
2227 2007-04-28 Eli Zaretskii <eliz@gnu.org>
2228
2229 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
2230 instead of $(lisp)/mh-e.
2231
2232 * textmodes/fill.el (fill-paragraph): Doc fix.
2233
2234 2007-04-28 Glenn Morris <rgm@gnu.org>
2235
2236 * image-dired.el (image-dired-cmd-create-thumbnail-options)
2237 (image-dired-cmd-create-temp-image-options): Replace option
2238 +profile "*" with -strip.
2239
2240 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
2241
2242 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2243 Use window-start and window-end.
2244
2245 2007-04-26 Glenn Morris <rgm@gnu.org>
2246
2247 * progmodes/python.el: Restore file pending consideration of legal
2248 status.
2249
2250 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
2251
2252 * locate.el (locate-in-alternate-database): Doc fix.
2253
2254 2007-04-26 Glenn Morris <rgm@gnu.org>
2255
2256 * button.el (button): Use underline if supported, else fall back
2257 to color.
2258
2259 2007-04-25 Richard Stallman <rms@gnu.org>
2260
2261 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
2262
2263 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
2264
2265 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
2266 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
2267 pushing mark.
2268 (idlwave-current-routine): Don't push mark.
2269
2270 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
2271
2272 * image-dired.el (image-dired-display-image): Derive image-type from
2273 filename rather than assuming jpeg, in case no resizing was needed.
2274
2275 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2276
2277 * custom.el (defface): Doc fix.
2278
2279 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
2280
2281 * progmodes/python.el: Remove due to unclear legal issues.
2282
2283 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2284
2285 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
2286 Don't re-query for each cleared BP.
2287 (idlwave-shell-clear-bp): Optionally skip BP query.
2288 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
2289 of set-window-buffer, which incorrectly moves displayed region.
2290
2291 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
2292
2293 * calc/calc.el (calc-bug-address): Update maintainer's address.
2294 * calc/*: Update maintainer's address.
2295
2296 2007-04-23 Richard Stallman <rms@gnu.org>
2297
2298 * simple.el (set-mark-command-repeat-pop): Doc fix.
2299 Put in `editing-basics' group.
2300
2301 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
2302
2303 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
2304 New functions.
2305 (Info-mode-line-node-keymap): Bind mouse commands to
2306 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
2307
2308 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
2309
2310 * locate.el (locate-local-prompt): New var.
2311 (locate-prompt-for-command): Doc fix.
2312 (locate-prompt-for-search-string): New function.
2313 (locate): New optional arg. Make locate-local-prompt
2314 buffer-local. Use locate-prompt-for-search-string.
2315 (locate-with-filter): New optional arg.
2316 Use locate-prompt-for-search-string.
2317 (locate-update): Bind locate-prompt-for-command.
2318
2319 2007-04-23 Glenn Morris <rgm@gnu.org>
2320
2321 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
2322
2323 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
2324
2325 * button.el (button): Inherit from link face on a tty.
2326
2327 2007-04-23 Glenn Morris <rgm@gnu.org>
2328
2329 * button.el (button): Use color for this face on a tty.
2330
2331 * files.el (magic-mode-alist): Allow for carriage-returns in
2332 html-mode and sgml-mode entries.
2333
2334 2007-04-22 Richard Stallman <rms@gnu.org>
2335
2336 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2337 Improve doc string of generated command.
2338
2339 * subr.el (read-number): Catch errors.
2340
2341 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
2342
2343 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
2344
2345 * image-dired.el: Rename from thumbnails.el. All instances of
2346 "thumbnails" replaced with "image-dired".
2347
2348 * dired.el (dired-mode-map): Rename "thumbnails" again, to
2349 "image-dired".
2350
2351 2007-04-22 Kim F. Storm <storm@cua.dk>
2352
2353 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
2354 Don't use kill-line.
2355
2356 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
2357
2358 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
2359 error message.
2360
2361 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
2362
2363 * dired.el: Rename "tumme" to "thumbnails".
2364
2365 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
2366 replaced with "thumbnails".
2367
2368 2007-04-22 Glenn Morris <rgm@gnu.org>
2369
2370 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
2371 and give it the risky-local-variable property.
2372
2373 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
2374 before defining it.
2375
2376 2007-04-21 Martin Rudalics <rudalics@gmx.at>
2377
2378 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2379 Use delete-region instead of kill-line.
2380
2381 2007-04-21 Alan Mackenzie <acm@muc.de>
2382
2383 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
2384 `kill-region' by `delete-region'.
2385
2386 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
2387
2388 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
2389 instead of kill-region.
2390
2391 * progmodes/mantemp.el (mantemp-make-mantemps-region)
2392 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
2393 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
2394 and kill-line.
2395
2396 * progmodes/vhdl-mode.el (vhdl-template-type)
2397 (vhdl-template-record, vhdl-template-nature)
2398 (vhdl-template-configuration-spec, vhdl-template-component-inst)
2399 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
2400 Use delete-region instead of kill-word and kill-line.
2401
2402 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2403
2404 * dired-x.el (dired-virtual-mode): Doc fix.
2405
2406 2007-04-21 Richard Stallman <rms@gnu.org>
2407
2408 * font-lock.el (font-lock-keywords-alist): Mark as risky.
2409
2410 * subr.el (read-number): Doc fix.
2411
2412 * simple.el (pop-to-mark-command): Display message "mark popped"
2413 if point does not move.
2414 (set-mark-command): Doc fix.
2415
2416 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
2417
2418 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
2419 (locate-local-filter, locate-local-search): New vars.
2420 (locate): Make variables local.
2421 (locate-update): Bind locate-buffer-name. Call locate using
2422 locate-local-filter and locate-local-search.
2423
2424 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
2425
2426 * hi-lock.el (hi-lock-file-patterns-policy): New var.
2427 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
2428 (hi-lock-mode): Update docstring.
2429
2430 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2431
2432 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
2433 fill-nobreak-predicate when the break is past fill-column.
2434
2435 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
2436
2437 * locate.el (locate): Output from shell-command should go in the
2438 current buffer rather than *Shell Command Output*.
2439
2440 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
2441
2442 * paren.el (show-paren-function): Fix last fix.
2443
2444 2007-04-19 Kevin Ryde <user42@zip.com.au>
2445
2446 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
2447 (archive-lzh-summarize): Add optional start arg for where to start
2448 looking at the archive.
2449 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
2450
2451 * international/mule.el (auto-coding-alist): no-conversion for .exe
2452 and .EXE.
2453
2454 2007-04-19 Alan Mackenzie <acm@muc.de>
2455
2456 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
2457 function return type contains "struct", "union", etc.
2458 c-end-of-defun goes too far forward.
2459
2460 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
2461
2462 * paren.el (show-paren-function): Reset window-start to avoid
2463 recentering.
2464
2465 2007-04-19 Glenn Morris <rgm@gnu.org>
2466
2467 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
2468
2469 2007-04-18 Glenn Morris <rgm@gnu.org>
2470
2471 * calendar/diary-lib.el (diary-header-line-format): Add a custom
2472 :set function.
2473 (diary-list-entries): Only switch to diary-mode from
2474 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
2475 diary-mode set header-line-format, in case of any customization.
2476
2477 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
2478
2479 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
2480 is less than the length of parse-time-syntax.
2481
2482 2007-04-17 David Kastrup <dak@gnu.org>
2483
2484 * replace.el (query-replace-regexp-eval): Deprecate.
2485
2486 2007-04-17 Alan Mackenzie <acm@muc.de>
2487
2488 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
2489 point too close to EOB, leave point at EOB rather than last `}'.
2490
2491 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2492
2493 * textmodes/bibtex.el (bibtex-include-OPTkey)
2494 (bibtex-user-optional-fields, bibtex-entry-field-alist):
2495 Fix defcustom.
2496
2497 2007-04-17 Glenn Morris <rgm@gnu.org>
2498
2499 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
2500 be encoded, fall back to current year.
2501
2502 2007-04-14 Kevin Ryde <user42@zip.com.au>
2503
2504 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
2505 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
2506 M "MSDOS".
2507
2508 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
2509
2510 * progmodes/python.el (python-end-of-block): Avoid looping forever
2511 if python-next-statement fails.
2512
2513 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2514
2515 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
2516
2517 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
2518
2519 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
2520 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
2521
2522 2007-04-15 Jay Belanger <belanger@truman.edu>
2523
2524 * calc/calc.el (calc-version): New function.
2525 (calc-trail-mode): Shorten the title.
2526
2527 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
2528
2529 * mail/footnote.el (footnote-style): Clarify docstring to state
2530 that customizing this only applies to future footnotes.
2531
2532 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2533
2534 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
2535 (bibtex-make-field): Check that INIT is a string. Use functionp.
2536
2537 2007-04-14 Glenn Morris <rgm@gnu.org>
2538
2539 * complete.el (PC-goto-end): New buffer-local variable.
2540 (PC-do-completion-end): Make buffer-local.
2541 (partial-completion-mode) <choose-completion-string-functions>:
2542 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
2543 (PC-do-completion): New optional fourth argument GOTO-END. Add a
2544 doc string. Set PC-goto-end for choose-completion.
2545 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
2546 PC-do-completion.
2547
2548 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
2549 arg to bibtex-make-field.
2550 (bibtex-make-field): Add optional fourth arg NODELIM.
2551 Insert delimiters around INIT unless this arg is non-nil.
2552
2553 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
2554
2555 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
2556 global map isn't modified.
2557
2558 2007-04-14 Glenn Morris <rgm@gnu.org>
2559
2560 * calendar/appt.el (appt-disp-window): Do not split small windows.
2561 Suggested by Jeff Miller <jmiller@cablespeed.com>.
2562
2563 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
2564
2565 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
2566
2567 * files.el: Ditto.
2568
2569 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
2570
2571 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
2572
2573 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
2574 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
2575 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
2576 (term-pager-help): Fix typos in docstrings.
2577
2578 * wid-edit.el (widget-documentation): Fix typo in docstring.
2579
2580 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
2581 Fix typos in error messages.
2582
2583 2007-04-13 Martin Rudalics <rudalics@gmx.at>
2584
2585 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
2586 window marked as dedicated.
2587
2588 * mail/footnote.el (footnote-latin-string): New variable.
2589 (footnote-latin-regexp): Redefine as regexp alternative.
2590 (Footnote-latin): Use footnote-latin-string instead of
2591 footnote-latin-regexp.
2592
2593 2007-04-13 Glenn Morris <rgm@gnu.org>
2594
2595 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
2596 inherited keymaps.
2597
2598 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
2599
2600 * outline.el (outline-get-next-sibling): Clarify docstring.
2601 (outline-get-last-sibling): Handle case where we are at the first
2602 heading. Clarify docstring.
2603
2604 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
2605
2606 * progmodes/gud.el (gud-minor-mode-map): Make go button same
2607 length as stop button to lessen flicker.
2608 (jdb): Add gud-print.
2609 (gud-find-expr): Jdb prints the expression with the value, so
2610 don't insert it in the output.
2611
2612 2007-04-11 Jason Rumney <jasonr@gnu.org>
2613
2614 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
2615 case hex. Do not try to decode non-hex letters.
2616
2617 2007-04-11 Markus Triska <markus.triska@gmx.at>
2618
2619 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
2620 (byte-optimize-backward-word): Remove (move to bytecomp.el).
2621 (byte-optimize-form-code-walker): Evaluate pure function calls if
2622 possible.
2623 (byte-optimize-all-constp): New function.
2624
2625 * emacs-lisp/bytecomp.el (byte-compile-char-before):
2626 Improve numeric argument case.
2627 (byte-compile-backward-char, byte-compile-backward-word):
2628 New functions, performing rewriting previously done in byte-opt.el.
2629 Fix their "Fixme" item (restriction to numeric arguments).
2630
2631 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2632
2633 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
2634 with dolist.
2635 (after-init-hook): Don't quote lambda.
2636 (desktop-first-buffer): Don't wrap it in eval-when-compile.
2637 (desktop-internal-v2s): Remove unused var `el'.
2638 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
2639 desktop-restore-file-buffer.
2640 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
2641 desktop-create-buffer.
2642
2643 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
2644
2645 * woman.el (woman-decode-buffer): Postpone macro-set check...
2646 (woman-decode-region): ...to here.
2647
2648 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
2649
2650 * startup.el (tty-handle-args): Use %S to log ARGS.
2651
2652 2007-04-10 Glenn Morris <rgm@gnu.org>
2653
2654 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
2655 it is obsolete and has no effect.
2656
2657 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
2658 byte-compiler.
2659
2660 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
2661 obsolete function make-local-hook.
2662
2663 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
2664 start to quieten byte-compiler.
2665
2666 2007-04-10 Markus Triska <markus.triska@gmx.at>
2667
2668 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
2669 to bytecomp.el as byte-compile-char-before).
2670 * emacs-lisp/bytecomp.el (byte-compile-char-before):
2671 New function (modified replacement for byte-optimize-char-before in
2672 byte-opt.el).
2673
2674 2007-04-09 Alan Mackenzie <acm@muc.de>
2675
2676 * startup.el (inhibit-splash-screen): Emphatically state that it
2677 can't be set in site-start.el.
2678
2679 2007-04-09 Masatake YAMATO <jet@gyve.org>
2680
2681 * progmodes/cc-subword.el (c-capitalize-subword): More closely
2682 mimic the behavior of `capitalize-word'. Do not move point with a
2683 negative argument. Based on tiny change by Paul Curry.
2684
2685 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
2686
2687 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
2688 Don't move point if ARG is negative.
2689
2690 2007-04-09 Alan Mackenzie <acm@muc.de>
2691
2692 Changes to make `narrow-to-defun' and `mark-defun' work properly
2693 in CC Mode:
2694
2695 * progmodes/cc-defs.el (c-beginning-of-defun-1):
2696 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2697 Bind beginning/end-of-defun-function to nil around calls to
2698 beginning/end-of-defun.
2699
2700 * progmodes/cc-langs.el (beginning-of-defun-function)
2701 (end-of-defun-function): New c-lang-setvar's.
2702
2703 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
2704 (setq arg 1))" to enable non-interactive call.
2705
2706 2007-04-09 Eli Zaretskii <eliz@gnu.org>
2707
2708 * simple.el (set-mark-command): Doc fix.
2709
2710 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
2711
2712 * progmodes/gud.el (gdb): Restore existing session if user
2713 tries to start a second one in graphical mode.
2714
2715 2007-04-08 Martin Rudalics <rudalics@gmx.at>
2716
2717 * cus-start.el <scroll-preserve-screen-position>: Add choices.
2718
2719 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2720
2721 * term/xterm.el (terminal-init-xterm): Fix key definitions.
2722 Add binding for C-M-SPC.
2723
2724 2007-04-08 Richard Stallman <rms@gnu.org>
2725
2726 * pcomplete.el (pcomplete-read-event): One single definition,
2727 and not a defsubst.
2728
2729 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
2730
2731 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
2732 byte-compiler warning "value unused".
2733
2734 2007-04-08 Andreas Schwab <schwab@suse.de>
2735
2736 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
2737
2738 2007-04-07 Glenn Morris <rgm@gnu.org>
2739
2740 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
2741 Autoload these functions.
2742 (diary-date-forms): Add a custom :set form.
2743
2744 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
2745 before first use.
2746 (diary-font-lock-keywords): New function with old code for
2747 initialization of variable of same name.
2748
2749 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
2750
2751 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
2752 clean-up: only insert space when on identifier, etc.
2753
2754 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
2755
2756 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
2757
2758 * net/tls.el (open-tls-stream): Properly handle case where there
2759 is no associated buffer.
2760
2761 2007-04-07 Glenn Morris <rgm@gnu.org>
2762
2763 * ffap.el (ffap-file-at-point): Lower the priority of the
2764 ffap-ftp-sans-slash-regexp check.
2765
2766 2007-04-06 Alan Mackenzie <acm@muc.de>
2767
2768 Fix fontification of labels, and other things with ":".
2769
2770 * progmodes/cc-engine.el (c-forward-label): The function now
2771 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
2772 the former t.
2773
2774 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
2775 new return code from c-forward-label, fontifying tokens properly.
2776 Add some general comments throughout the file.
2777
2778 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
2779
2780 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
2781 Revert 2006-01-27 change.
2782
2783 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
2784
2785 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
2786
2787 * desktop.el (desktop-create-buffer, desktop-save):
2788 Revert 2004-11-12 change for lack of copyright papers.
2789
2790 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
2791 (dired-guess-default): Respect case.
2792
2793 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
2794
2795 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
2796 was originally checked in as byte-optimize-concat on 1997-11-02.
2797
2798 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
2799 1995-05-19 doc changes.
2800
2801 2007-04-06 Kim F. Storm <storm@cua.dk>
2802
2803 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
2804 (unload-feature): Update interactive spec accordingly.
2805
2806 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
2807
2808 2007-04-06 John Paul Wallington <jpw@pobox.com>
2809
2810 * subr.el (with-case-table): Use `make-symbol' to avoid variable
2811 capture. Restore the table in the same buffer.
2812
2813 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
2814
2815 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
2816
2817 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2818 Print entire form.
2819
2820 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
2821
2822 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
2823 for low-color displays.
2824
2825 2007-04-05 Glenn Morris <rgm@gnu.org>
2826
2827 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
2828 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
2829 Seed random number generator on loading.
2830
2831 * emacs-lisp/authors.el (top-level): Provide self.
2832
2833 * play/animate.el (top-level): Provide self.
2834
2835 2007-04-04 Alan Mackenzie <acm@muc.de>
2836
2837 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
2838 to mention c-syntactic-indentation.
2839
2840 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
2841
2842 * subr.el (with-case-table): New macro.
2843
2844 * international/mule.el (ascii-case-table): New var.
2845
2846 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
2847 downcasing.
2848
2849 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
2850
2851 * progmodes/gud.el (gud-minor-mode-map): Simplify.
2852
2853 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
2854 of the window if we're outside it e.g menu-bar.
2855
2856 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
2857 window if we're outside it e.g menu-bar.
2858
2859 2007-04-03 Eli Zaretskii <eliz@gnu.org>
2860
2861 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
2862 decode base-64 encoded body if its content-type is something other
2863 than text/* or message/*.
2864
2865 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
2866
2867 * simple.el (activate-mark-hook): Fix typo in docstring.
2868
2869 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
2870
2871 * tmm.el (tmm-c-prompt): Initialize.
2872 (tmm-menubar): Deal with extended menu-items at top level.
2873 (tmm-get-keybind): Handle bindings redefined/undefined locally.
2874 (tmm-prompt): Handle visibility of top level menu-items.
2875
2876 * progmodes/gud.el (gud-menu-map): Simplify.
2877 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
2878 menubar.
2879
2880 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
2881
2882 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
2883
2884 * comint.el (comint-send-input): Widen the buffer first.
2885
2886 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
2887
2888 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2889
2890 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
2891 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
2892
2893 * newcomment.el (comment-search-forward): Discard comment starters
2894 before point.
2895
2896 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
2897
2898 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
2899
2900 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
2901
2902 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
2903 when downcasing.
2904
2905 * button.el (previous-button): Rewrite to account for adjacent buttons.
2906
2907 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
2908
2909 * progmodes/idlwave.el (idlwave-auto-fill):
2910 Revert paragraph-separate change.
2911
2912 * progmodes/idlw-shell.el (idlwave-shell-break-in):
2913 Simplify module calc.
2914 (idlwave-shell-set-bp-in-module): Compute module.
2915
2916 2007-03-31 Glenn Morris <rgm@gnu.org>
2917
2918 * emacs-lisp/timer.el (run-at-time): Doc fix.
2919
2920 * emacs-lisp/warnings.el (display-warning): If we create the
2921 buffer displaying the warning, disable undo there.
2922
2923 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
2924
2925 * net/tramp.el (tramp-register-file-name-handler)
2926 (tramp-register-completion-file-name-handler): New defsubst,
2927 derived from `tramp-register-file-name-handlers'. The split is
2928 necessary because Tramp's file name handlers must be registered at
2929 different startup places.
2930
2931 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
2932
2933 * progmodes/hideshow.el (turn-off-hideshow): New function.
2934 (hs-minor-mode): Use it instead of a lambda expression in
2935 change-major-mode-hook.
2936
2937 2007-03-31 David Kastrup <dak@gnu.org>
2938
2939 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
2940 corresponding to MANPATH_MAP entries.
2941 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
2942 (woman-parse-man.conf): Use more discriminating man.conf name.
2943 (woman-parse-man.conf): Parse MANPATH_MAP entries.
2944 (woman-manpath): Doc fix and type fix.
2945 (woman-cached-data): Check for MANPATH_MAP entries.
2946 (woman-expand-directory-path): Treat MANPATH_MAP entries.
2947
2948 2007-03-31 Stuart Herring <herring@lanl.gov>
2949
2950 * emacs-lisp/sregex.el (sregexq): Doc fix.
2951
2952 2007-03-31 Markus Triska <markus.triska@gmx.at>
2953
2954 * flymake.el (flymake-err-line-patterns): Doc fix.
2955
2956 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
2957
2958 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
2959 Move to the right.
2960
2961 2007-03-30 Alan Mackenzie <acm@muc.de>
2962
2963 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
2964
2965 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
2966
2967 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
2968 Use it, passed in explicitly, instead of from the dynamic binding.
2969 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
2970
2971 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
2972
2973 * simple.el (blink-matching-open): When in minibuffer, don't
2974 search for a match inside the prompt.
2975
2976 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
2977
2978 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
2979 (tmm-prompt): Don't make the mouse user select the first menu
2980 item twice.
2981
2982 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
2983
2984 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
2985 SIGUSR1 and SIGUSR2.
2986
2987 2007-03-29 Kim F. Storm <storm@cua.dk>
2988
2989 * ido.el (ido-read-internal): When reading file or dir, only override
2990 minibuffer-local-filename-completion-map, otherwise only override
2991 minibuffer-local-completion-map.
2992
2993 2007-03-29 Glenn Morris <rgm@gnu.org>
2994
2995 * complete.el (partial-completion-mode): Set PC-do-completion-end
2996 to nil after use.
2997 (PC-lisp-complete-symbol): Create and use a marker at `end',
2998 rather than using point-marker.
2999
3000 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
3001
3002 * simple.el (next-error-highlight): Doc fix.
3003 (compose-mail): Revert 2007-03-19 change.
3004
3005 2007-03-28 Richard Stallman <rms@gnu.org>
3006
3007 * emacs-lisp/edebug.el (edebug-display): Don't go to
3008 edebug-outside-buffer if it is dead.
3009
3010 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
3011
3012 * view.el (view-mode): Fix typos in docstring.
3013
3014 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
3015
3016 * recentf.el (recentf-save-file): Add a custom :set function.
3017
3018 2007-03-28 Glenn Morris <rgm@gnu.org>
3019
3020 * complete.el (PC-do-completion-end): New variable.
3021 (partial-completion-mode) <choose-completion-string-functions>:
3022 Use PC-do-completion-end in the non-minibuffer case to replace the
3023 correct amount of text.
3024 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
3025 (PC-lisp-complete-symbol): Give marker the after-insertion type,
3026 to deal with improvements inserted after point.
3027
3028 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3029
3030 * button.el (make-text-button): Add explicit `button' property.
3031 (default-button): Don't put a `button' property on it.
3032
3033 * progmodes/python.el (python-mode): Skip comments when parsing.
3034
3035 * vc-arch.el (vc-with-current-file-buffer): New macro.
3036 (vc-arch-file-source-p): Use it to avoid infloop.
3037
3038 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
3039
3040 * emacs-lisp/lisp.el (lisp-complete-symbol):
3041 Fix call to get-buffer-window to find windows in other frames.
3042
3043 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3044
3045 * comint.el (comint-proc-query, comint-dynamic-list-completions):
3046 Fix calls to get-buffer-window to find windows in other frames.
3047 Reported by David Hansen <david.hansen@gmx.net>.
3048
3049 2007-03-27 Kevin Ryde <user42@zip.com.au>
3050
3051 * info.el (Info-display-images-node): On a text-only terminal,
3052 show the "text" or "alt" parts of the image blobs.
3053
3054 2007-03-27 Glenn Morris <rgm@gnu.org>
3055
3056 * complete.el (PC-do-completion): Compute completion-base-size in
3057 the non-filename case, rather than setting to nil.
3058 (PC-lisp-complete-end): New variable.
3059 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
3060 original end in a series of consecutive invocations.
3061
3062 * calendar/calendar.el (calendar-mode-hook): Declare it.
3063
3064 * calendar/diary-lib.el (diary-live-p): Do not check for
3065 diary-selective-display.
3066
3067 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3068
3069 * replace.el (occur-next-error): *Occur* might not be displayed in the
3070 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
3071
3072 2007-03-26 Richard Stallman <rms@gnu.org>
3073
3074 * textmodes/flyspell.el (flyspell-large-region):
3075 Use ispell-call-process-region.
3076
3077 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3078
3079 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
3080 Use prin1 instead of princ.
3081
3082 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
3083
3084 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
3085 Merge in X resources before global face.
3086
3087 * progmodes/compile.el (compilation-start): Save compilation-directory
3088 rather than default-directory as local var.
3089 (compilation-directory): Mark as safe local var.
3090
3091 * files.el: Don't mark default-directory as a safe local var.
3092
3093 2007-03-25 Alan Mackenzie <acm@muc.de>
3094
3095 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
3096 * progmodes/cc-engine.el: Fix typo.
3097
3098 2007-03-25 Juri Linkov <juri@jurta.org>
3099
3100 * compare-w.el (compare-windows): Rename customization group
3101 `compare-w' to `compare-windows'.
3102 (compare-windows-whitespace, compare-ignore-whitespace)
3103 (compare-ignore-case, compare-windows-sync)
3104 (compare-windows-sync-string-size, compare-windows-recenter)
3105 (compare-windows-highlight, compare-windows): Change group name in
3106 the `group' tag from `compare-w' to `compare-windows'.
3107 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
3108
3109 2007-03-24 Markus Triska <markus.triska@gmx.at>
3110
3111 * expand.el: Change example to always enable abbrev-mode,
3112 and remove redundant `function'.
3113 (expand-abbrev-hook): Add autoload cookie.
3114
3115 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
3116
3117 * emacs-lisp/testcover.el (testcover-start, testcover-end)
3118 (testcover-mark-all, testcover-unmark-all): Add prompts to
3119 interactive specs.
3120
3121 2007-03-24 Jason Rumney <jasonr@gnu.org>
3122
3123 * autorevert.el (find-file-hook, auto-revert-tail-mode):
3124 Use file size in bytes for auto-revert-tail-pos not characters.
3125
3126 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
3127
3128 * vc-rcs.el (vc-rcs-annotate-command):
3129 Set text property :vc-annotate-prefix on the annotation text.
3130 (vc-rcs-annotate-time): Instead of searching for ": ",
3131 search for end of text propertized with :vc-annotate-prefix.
3132
3133 2007-03-24 Martin Rudalics <rudalics@gmx.at>
3134
3135 * whitespace.el (top level): Remove calls putting
3136 permanent-local nil property since these are no-ops.
3137
3138 * man.el (Man-support-local-filenames): Assure that
3139 default-directory exists when doing call-process.
3140
3141 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
3142
3143 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
3144 Fix omission bug: Use m4-program-options to construct shell command.
3145
3146 2007-03-23 David Kastrup <dak@gnu.org>
3147
3148 * progmodes/cc-mode.el (c-make-emacs-variables-local):
3149 Use `mapcar' rather than `mapcan' to silence compiler warning.
3150
3151 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
3152
3153 * textmodes/reftex.el, textmodes/reftex-vars.el,
3154 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
3155 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
3156 * textmodes/reftex-index.el, textmodes/reftex-global.el,
3157 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
3158 * textmodes/reftex-auc.el: Add maintainer address.
3159
3160 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
3161
3162 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
3163 Make sure that `global-font-lock-mode' does not turn on font-lock
3164 in these buffers.
3165
3166 2007-03-21 Kim F. Storm <storm@cua.dk>
3167
3168 * xt-mouse.el (xt-mouse-epoch): New variable.
3169 (xterm-mouse-event): Use float-time.
3170
3171 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
3172
3173 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
3174 current-time.
3175
3176 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3177
3178 * complete.el (read-file-name-internal): Don't add the final > if the
3179 completion is not finished (re-application of this patch, which was
3180 accidentally undone by Eli).
3181
3182 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
3183
3184 * emulation/viper.el (viper-non-hook-settings): Handle mouse
3185 clicks in describe-key and describe-key-briefly advice a little better.
3186
3187 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
3188
3189 * server.el (server-process-filter): Cancel any pending isearch.
3190
3191 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
3192
3193 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
3194 (icalendar--get-unfolded-buffer): Define actual arguments rather
3195 than just using &rest. Check replace-in-string is fbound.
3196 (icalendar-import-buffer): Doc fix.
3197 (icalendar--convert-ical-to-diary): Set diary-file.
3198 Check diary-file before inserting final newline.
3199 (icalendar--add-diary-entry): Return diary-file.
3200
3201 2007-03-21 Glenn Morris <rgm@gnu.org>
3202
3203 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
3204 (diary-display-hook): Add custom :set function.
3205
3206 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
3207 Add custom :set function.
3208 (diary-header-line-format): Doc fix.
3209 (diary-set-maybe-redraw): New function.
3210 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
3211 (diary-list-entries): Always run diary-mode.
3212
3213 2007-03-20 Kenichi Handa <handa@m17n.org>
3214
3215 * international/quail.el (quail-setup-completion-buf): Make the
3216 completion buffer read-only.
3217 (quail-completion): Adjusted for the above change. Leave the
3218 modified flag nil.
3219
3220 2007-03-20 David Kastrup <dak@gnu.org>
3221
3222 * files.el (magic-mode-alist): Require literal "%!PS" string for
3223 magic postscript file detection.
3224
3225 2007-03-20 Richard Stallman <rms@gnu.org>
3226
3227 * textmodes/ispell.el (ispell-call-process): New function.
3228 Defends against bad `default-directory.'
3229 (ispell-check-version, ispell-find-aspell-dictionaries)
3230 (ispell-get-aspell-config-value, lookup-words): Call it.
3231 (ispell-call-process-region): New function.
3232 (ispell-send-string): Call it.
3233
3234 2007-03-20 Andreas Schwab <schwab@suse.de>
3235
3236 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
3237 (finder-data): Likewise.
3238 (autoloads): Likewise.
3239
3240 2007-03-20 Martin Rudalics <rudalics@gmx.at>
3241
3242 * files.el (basic-save-buffer): Do not set visited filename when
3243 the corresponding directory does not exist or the specified
3244 filename is that of an existing directory.
3245
3246 2007-03-20 Glenn Morris <rgm@gnu.org>
3247
3248 * calendar/diary-lib.el (diary-live-p): New function.
3249 (number-of-diary-entries): Add a :set function to redisplay diary
3250 when necessary.
3251
3252 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
3253
3254 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
3255 from client program, mev, to compute mouse event.
3256
3257 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
3258
3259 * faces.el (momentary): Face removed; unused due to reversion of
3260 2007-01-04 changes by Kevin Rodgers.
3261
3262 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
3263 Suggested by Johan Bockg\e,Ae\e(Brd.
3264
3265 2007-03-19 Martin Rudalics <rudalics@gmx.at>
3266
3267 * font-lock.el (lisp-font-lock-keywords-1):
3268 Highlight define-globalized-minor-mode as a keyword.
3269
3270 2007-03-19 Kim F. Storm <storm@cua.dk>
3271
3272 * calc/calc-forms.el (math-std-daylight-savings)
3273 (math-std-daylight-savings-old): Doc fix.
3274
3275 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
3276
3277 * progmodes/python.el (python-default-template): Doc fix.
3278 (python-buffer): Fix typo in docstring.
3279
3280 * isearchb.el (isearchb-follow-char):
3281 * subr.el (def-edebug-spec): Fix typo in docstring.
3282
3283 2007-03-19 Richard Stallman <rms@gnu.org>
3284
3285 * files.el (default-directory): Mark safe.
3286 (basic-save-buffer-2): Put proper dir name in error message.
3287
3288 * simple.el (compose-mail): Run switch-function after
3289 setting up the mail buffer.
3290
3291 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
3292
3293 2007-03-18 Jay Belanger <belanger@truman.edu>
3294
3295 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
3296 (math-std-daylight-savings-new): Rename from
3297 `math-std-daylight-savings'.
3298 (math-std-daylight-savings-old): Rename from old value of
3299 `math-std-daylight-savings'.
3300 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
3301 `math-std-daylight-savings-old' depending on the year.
3302
3303 2007-03-18 Detlev Zundel <dzu@gnu.org>
3304
3305 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
3306 zero-width regexps as invalid but rather at least count them correctly.
3307
3308 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
3309
3310 * net/tls.el (open-tls-stream): In handshake-waiting loop,
3311 don't wait more if there is output available to process.
3312
3313 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
3314
3315 * progmodes/compile.el (compilation-find-file): Revert change
3316 from 2006-07-18 to allow completion of directory names.
3317 Reported by John Carter <john.carter@tait.co.nz>.
3318
3319 2007-03-18 Kim F. Storm <storm@cua.dk>
3320
3321 * subr.el (when, unless): Doc fix.
3322
3323 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
3324
3325 * net/tls.el (tls-program): Doc fix.
3326
3327 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
3328
3329 * autorevert.el (auto-revert-tail-handler):
3330 Call after-revert-hook.
3331
3332 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
3333
3334 * simple.el (switch-to-completions): No error if search for \n\n fails.
3335
3336 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
3337
3338 * simple.el (line-move-1):
3339 Respect `inhibit-line-move-field-capture' property.
3340
3341 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
3342
3343 * comint.el (comint-arguments): Mark backslash-escaped chars.
3344 (comint-delim-arg): Don't treat them as delimiters.
3345
3346 2007-03-12 Kim F. Storm <storm@cua.dk>
3347 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
3348
3349 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
3350
3351 * tempo.el (tempo-insert): Deal with 'r> if it appears
3352 specified with a prompt argument.
3353
3354 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
3355
3356 * textmodes/org.el (org-set-font-lock-defaults):
3357 Handle narrow table columns correctly.
3358
3359 2007-03-12 Mark A. Hershberger <mah@everybody.org>
3360
3361 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
3362 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
3363 Return to use of the -no-properties variants. There was
3364 consensus on emacs-devel that the speed of these variants was
3365 prefered since we are usually parsing files (from the internet
3366 or on disk) instead of XML created in Emacs.
3367
3368 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
3369 Add customize option.
3370
3371 2007-03-12 Glenn Morris <rgm@gnu.org>
3372
3373 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
3374 North American rule. Replace "daylight savings" with "daylight
3375 saving" in doc.
3376
3377 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
3378 * calendar/lunar.el, solar.el: Replace "daylight savings" with
3379 "daylight saving" in text.
3380
3381 * woman.el (woman-change-fonts): Tweak previous change by using
3382 woman-request-regexp rather than "^\\.".
3383
3384 * startup.el (command-line-1): Make insertion of
3385 initial-scratch-message not depend on scratch being selected.
3386
3387 2007-03-11 Juri Linkov <juri@jurta.org>
3388
3389 * replace.el (match): Use yellow background on light-bg terminals.
3390
3391 2007-03-11 Richard Stallman <rms@gnu.org>
3392
3393 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
3394 Correctly compute line number.
3395
3396 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
3397
3398 * type-break.el (type-break-get-previous-count):
3399 Repeat previous change here.
3400
3401 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
3402
3403 * progmodes/grep.el (grep-find-ignored-directories):
3404 Add .git and .bzr to list.
3405
3406 2007-03-11 Andreas Schwab <schwab@suse.de>
3407
3408 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
3409
3410 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3411
3412 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
3413
3414 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
3415
3416 * faces.el (face-set-after-frame-default): Recalculate face
3417 customizations after applying X resources.
3418
3419 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
3420
3421 * net/rcirc.el (rcirc-timeout-seconds): New variable.
3422 (rcirc-keepalive-seconds): Remove variable.
3423 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
3424 (rcirc-process, rcirc-user-disconnect): New variables.
3425 (rcirc-connect): Initalize new variables.
3426 (rcirc-keepalive): Don't send keepalive pings before connection
3427 is completed.
3428 (rcirc-sentinel): Do mark all channels with activity when
3429 connection is dropped. Run hook with process buffer local.
3430 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
3431 (rcirc-buffer-process): Return value of rcirc-process if
3432 rcirc-server-buffer is nil.
3433 (rcirc-server-name): Return the reported server name.
3434 (rcirc-update-prompt): Simplify computation of the server name.
3435 (rcirc-format-response-string): Likewise.
3436 (rcirc-handler-001): Mark server as connected, record the reported
3437 server name, and schedule a timeout.
3438 (rcirc-track-nick): Add a spec for the tty class.
3439 (rcirc-user-non-nick): Remove function.
3440 (rcirc-nick-prefix-chars): Add variable.
3441 (rcirc-user-nick): Use above variable.
3442
3443 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3444
3445 * icomplete.el (icomplete-tidy, icomplete-exhibit):
3446 Bind deactivate-mark to nil.
3447
3448 2007-03-10 Martin Rudalics <rudalics@gmx.at>
3449
3450 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
3451 that buffer contents get erased during completion.
3452
3453 2007-03-10 Glenn Morris <rgm@gnu.org>
3454
3455 * woman.el (woman-change-fonts): Add a hack to deal with
3456 font-escape followed by "." at start of a line.
3457 (woman2-IP): Add a hack to deal with consecutive requests.
3458 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
3459
3460 2007-03-10 Alan Mackenzie <acm@muc.de>
3461
3462 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
3463
3464 2007-03-09 Richard Stallman <rms@gnu.org>
3465
3466 * abbrev.el (abbrev): Add `provide'.
3467
3468 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
3469
3470 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
3471
3472 2007-03-09 Martin Rudalics <rudalics@gmx.at>
3473
3474 * complete.el (PC-try-completion): New function.
3475 (PC-do-completion, read-file-name-internal): Use it instead of
3476 try-completion.
3477
3478 2007-03-08 Alan Mackenzie <acm@muc.de>
3479
3480 Remove stale tokens from `c-found-types' cache.
3481
3482 * progmodes/cc-mode.el (c-unfind-enclosing-token)
3483 (c-unfind-coalesced-tokens, c-before-change): New functions.
3484 (c-maybe-stale-found-type): New variable.
3485
3486 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
3487 (c-trim-found-types): New functions.
3488
3489 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
3490
3491 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
3492 (debug-ignored-errors): Add entry from smerge-match-conflict.
3493
3494 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
3495
3496 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
3497 special help topics for keywords.
3498 (idlwave-help-assistant-command): Include ".exe" for ms-dos
3499 etc. Assistant command.
3500
3501 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
3502
3503 * replace.el (occur-engine): Move buffer-undo-list binding...
3504 (occur-1): ...to here.
3505
3506 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
3507
3508 * simple.el (minibuffer-completing-symbol): New var.
3509 (eval-expression): Use it.
3510 (completion-setup-function): Don't bind completion-base-size when
3511 completing a symbol in the minibuffer.
3512
3513 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
3514
3515 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
3516 tries to start a second session in graphical mode.
3517
3518 2007-03-07 Miles Bader <miles@gnu.org>
3519
3520 * international/isearch-x.el
3521 (isearch-process-search-multibyte-characters):
3522 Strip text-properties from PROMPT to avoid an error from read-string.
3523
3524 2007-03-07 Kim F. Storm <storm@cua.dk>
3525
3526 * complete.el (PC-bindings): Remap lisp-complete-symbol to
3527 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
3528
3529 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3530
3531 * complete.el (PC-do-completion): Delete duplicates in the list of
3532 possible completions.
3533
3534 2007-03-07 Glenn Morris <rgm@gnu.org>
3535
3536 * ses.el (ses-mode): Doc fix.
3537
3538 2007-03-06 Kim F. Storm <storm@cua.dk>
3539
3540 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
3541
3542 2007-03-06 Kenichi Handa <handa@m17n.org>
3543
3544 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
3545
3546 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3547
3548 * simple.el (completion-setup-function): Improve last fix so it doesn't
3549 set it to a relative directory name either.
3550
3551 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3552
3553 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
3554
3555 2007-03-05 Richard Stallman <rms@gnu.org>
3556
3557 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
3558
3559 * files.el (find-file-noselect): No error if file no longer exists.
3560 Display a message and avoid other questions.
3561
3562 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3563
3564 * pcomplete.el (pcomplete-show-completions): Improve last change, so
3565 as not to use an invisible window and to create a window if none exist.
3566
3567 * progmodes/python.el (python-send-command): Restart proc if necessary.
3568 (python-proc): Simplify.
3569
3570 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
3571
3572 * pcomplete.el (pcomplete-show-completions): Search all frames for
3573 completions buffer.
3574
3575 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
3576
3577 * cus-edit.el (customize-save-variable): Clear customized-value
3578 property (saved values are now put in theme-value property).
3579 (customize-set-variable): Doc fix.
3580
3581 * complete.el (PC-do-completion): If completion-ignore-case is
3582 non-nil, replace field with completion string before exiting.
3583
3584 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
3585
3586 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
3587 Append its extension to the resulting temporary file name.
3588 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
3589
3590 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
3591 (tramp-smb-handle-write-region): Apply it.
3592
3593 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3594
3595 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3596 Redo previous change.
3597
3598 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3599
3600 * diff-mode.el (diff-mode): Doc fix.
3601
3602 2007-03-05 Kenichi Handa <handa@m17n.org>
3603
3604 * international/characters.el: Set category `l' (latin)
3605 for more characters.
3606
3607 2007-03-04 Kim F. Storm <storm@cua.dk>
3608
3609 * emacs-lisp/authors.el (authors-aliases): Add alias.
3610
3611 2007-03-04 Glenn Morris <rgm@gnu.org>
3612
3613 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
3614 all when switching major mode.
3615 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
3616 (hs-block-start-mdata-select, hs-block-end-regexp)
3617 (hs-forward-sexp-func, hs-adjust-block-beginning):
3618 Do not make these variables permanent-local.
3619
3620 2007-03-04 Richard Stallman <rms@gnu.org>
3621
3622 * progmodes/cperl-mode.el (cperl-mode):
3623 Modify cperl-compilation-error-regexp-alist by appending.
3624
3625 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
3626 (edebug-mode): Add the hook.
3627 (edebug-recursive-edit): Remove the hook on exiting.
3628
3629 * type-break.el (type-break-get-previous-time):
3630 Handle end-of-file errors specially
3631 so they don't get reported wrong in .emacs.
3632
3633 * startup.el (fancy-splash-text): Clarify text.
3634
3635 * simple.el (beginning-of-buffer, end-of-buffer):
3636 Avoid treating plain C-u like numeric arg.
3637
3638 * simple.el (completion-setup-function): Don't set
3639 default-directory to nil.
3640
3641 * shell.el (shell-dirstack-query): Doc fix.
3642
3643 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3644 Don't select the window -- pass it to primitives instead.
3645
3646 * faces.el (minibuffer-prompt): Use medium blue by default.
3647
3648 2007-03-04 David Kastrup <dak@gnu.org>
3649
3650 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
3651 Preserve 16 as default value for "seconds" when customizing.
3652
3653 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
3654
3655 * textmodes/org.el (org-self-insert-command)
3656 (orgtbl-self-insert-command, org-delete-char)
3657 (org-delete-backward-char): Set the `flyspell-delayed' property.
3658
3659 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
3660
3661 * international/mule.el (find-auto-coding): Don't search for
3662 line-ending characters past the end of the tail.
3663
3664 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
3665
3666 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
3667 Jump to the line where new score has been uploaded.
3668
3669 * play/tetris.el (tetris-move-bottom, tetris-move-left)
3670 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
3671 Do nothing when the game is paused.
3672
3673 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
3674
3675 * textmodes/org.el (org-set-tags): Prevent slipping of point
3676 during completion.
3677
3678 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
3679
3680 * isearch.el (isearch-message-prefix):
3681 Use minibuffer-prompt-properties.
3682
3683 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3684
3685 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
3686 (ps-setup): Print which Emacsen is running ps-print package.
3687
3688 2007-03-01 Stuart Herring <herring@lanl.gov>
3689
3690 * files.el (set-auto-mode-0): Use `indirect-function'.
3691 (hack-one-local-variable): Don't reapply current major mode.
3692
3693 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
3694
3695 * progmodes/python.el (python-quote-syntax): Don't bother with
3696 syntax-ppss-context.
3697 (python-fill-paragraph): Make sure that fenced-string delimiters that
3698 stand on their own line stay there.
3699
3700 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
3701
3702 * replace.el (perform-replace): Propertize message.
3703
3704 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
3705
3706 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
3707 invisible heading.
3708
3709 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3710
3711 * net/tramp.el (tramp-file-name-handler): Revert last change.
3712
3713 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
3714
3715 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
3716 Correct doc strings.
3717
3718 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3719
3720 * replace.el (perform-replace): Undo forward-char immediately if
3721 non-adjacent search fails.
3722
3723 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3724
3725 * version.el (emacs-major-version, emacs-minor-version):
3726 string-to-int -> string-to-number.
3727
3728 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
3729
3730 * help.el (where-is): Fail gracefully when not passed a command.
3731
3732 2007-02-28 Stuart Herring <herring@lanl.gov>
3733
3734 * find-lisp.el (find-lisp-default-directory-predicate):
3735 Fix bug: Do symlink check on expanded filename.
3736
3737 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
3738
3739 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
3740 changes during replacement.
3741 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
3742
3743 2007-02-28 Lars Hansen <larsh@soem.dk>
3744
3745 * desktop.el: Delete header line listing me as maintainer.
3746
3747 2007-02-28 Glenn Morris <rgm@gnu.org>
3748
3749 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
3750 the menus case.
3751
3752 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3753
3754 * net/tramp.el (tramp-file-name-handler): Inhibit modification
3755 hooks to avoid confusion when combining after-change calls.
3756
3757 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
3758
3759 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
3760 now that pgg-gpg-process-region correctly honors passed-in passphrase.
3761 (allout-distinctive-bullets-string): Add info about bullet conventions.
3762 (allout-mode): Add info about distinctive vs plain bullets.
3763
3764 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
3765
3766 * textmodes/org.el (org-archive-subtree): Quote variable name.
3767 (org-agenda-get-todos): Make sure skip properties are checked correctly.
3768
3769 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
3770
3771 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
3772 (gud-bashdb-command-name, bashdb): Remove.
3773 (gud, gud-menu-map): Remove references to bash/bashdb.
3774
3775 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
3776
3777 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
3778 keyword for Python 2.5.
3779
3780 2007-02-26 Romain Francoise <romain@orebokech.com>
3781
3782 * net/net-utils.el (whois-server-tld): Update server for .org.
3783 (whois-server-list): Add whois.publicinterestregistry.net.
3784 (whois-guess-server): Fix formatting in docstring.
3785
3786 2007-02-26 Kim F. Storm <storm@cua.dk>
3787
3788 * mouse.el (mouse-show-mark): Run hooks and perform command
3789 remapping for mouse-region-delete-keys.
3790
3791 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3792
3793 * font-core.el (font-lock-mode): Doc fix.
3794
3795 2007-02-25 Kim F. Storm <storm@cua.dk>
3796
3797 * ido.el (ido-buffer-internal): Set this-command to fallback command.
3798 Add selected buffer to buffer-name-history.
3799 (ido-file-internal): Set this-command to fallback command.
3800 Add file names to file-name-history.
3801
3802 * emacs-lisp/map-ynp.el (map-y-or-n-p):
3803 Apply minibuffer-prompt-properties.
3804
3805 2007-02-25 Andreas Schwab <schwab@suse.de>
3806
3807 * files.el (hack-one-local-variable-eval-safep): Correct handling
3808 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
3809
3810 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
3811
3812 * textmodes/org.el (org-table-overlay-coordinates)
3813 (org-table-toggle-coordinate-overlays): New functions.
3814 (org-table-overlay-coordinates, org-table-coordinate-overlays):
3815 New variables.
3816 (org-startup-with-deadline-check): Remove option.
3817 (org-mode): Remove deadline check on startup.
3818 (org-table-limit-column-width): Remove option.
3819 (org-table-formula-numbers-only): Remove option.
3820 (org-link-style, org-link-format): Remove options.
3821 (org-select-agenda-window, org-fit-agenda-window): Remove options.
3822 (org-export-ascii-show-new-buffer)
3823 (org-export-html-show-new-buffer): Remove options.
3824 (org-activate-links): Remove camel option.
3825 (org-file-link-context-use-camel-case): Remove option.
3826 (org-camel-regexp): Remove variable.
3827 (org-activate-camels): Remove function.
3828 (org-store-link): Remove Camel stuff.
3829 (org-make-org-heading-camel): Remove function.
3830 (org-open-at-point): Remove camel stuff.
3831 (org-link-search): Remove camel stuff.
3832 (org-camel-to-words): Function removed.
3833 (org-get-agenda-file-buffer): Make sure we prepare the base
3834 buffers, not any indirect buffers.
3835 (org-sort-entries): Sort top-level when not on a headline, and no
3836 active region.
3837 (org-in-regexp): New function.
3838 (org-search-not-self): Rename from `org-search-not-link'.
3839 (org-open-link-marker): New variable.
3840 (org-open-at-point): Set `org-open-link-marker'.
3841 (org-print-icalendar-entries): Fixe bug with excluding DONE
3842 entries from the exported list.
3843 (org-edit-formula-lisp-indent): New command.
3844 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
3845 (orgtbl-to-latex, orgtbl-insert-radio-table)
3846 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
3847 (orgtbl-radio-table-templates): New option.
3848 (org-store-link-props):
3849 (org-remember-templates): More possibilities to insert info
3850 into templates.
3851 (org-remember-apply-template): Make use of the extended
3852 template capabilities.
3853 (org-remember-redo-template): New command.
3854 (org-upgrade-old-links)
3855 (org-table-modify-formulas, org-table-replace-in-formulas)
3856 (org-table-find-dataline)
3857 (org-table-get-vertical-vector): Remove functions.
3858 (org-table-remove-rectangle-highlight)
3859 (org-time-stamp-format, org-toggle-log-option)
3860 (org-table-highlight-rectangle)
3861 (org-table-iterate, org-table-make-reference):
3862 (org-translate-time, org-tree-to-indirect-buffer)
3863 (org-table-field-info, org-table-fix-formulas)
3864 (org-table-force-dataline, org-table-get-descriptor-line)
3865 (org-table-get-range)
3866 (org-skip-comments, org-sort)
3867 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
3868 (org-table-current-dline, org-table-current-field-formula)
3869 (org-table-edit-backward-field)
3870 (org-table-edit-formulas-post-command)
3871 (org-table-edit-line-down, org-table-edit-line-up)
3872 (org-agenda-archive)
3873 (org-agenda-clock-cancel)
3874 (org-agenda-clock-out, org-agenda-list-stuck-projects)
3875 (org-agenda-open-link, org-agenda-show-new-time)
3876 (org-agenda-skip-subtree-when-regexp-matches)
3877 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
3878 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
3879 (org-do-sort, org-file-image-p, org-find-overlays)
3880 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
3881 (org-highlight-until-next-command, org-isearch-end)
3882 (org-match-any-p, org-next-link, org-previous-link):
3883 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
3884 (org-rewrite-old-row-references)
3885 (org-isearch-post-command)
3886 (org-table-edit-move, org-table-edit-next-field)
3887 (org-table-edit-scroll, org-table-edit-scroll-down)
3888 (org-set-frame-title, org-show-reference)
3889 (org-unhighlight-once, org-verify-change-for-undo): New functions.
3890 (org-show-variable): Remove command.
3891 (org-add-log-maybe): New arguments STATE, FINDPOS
3892 (org-table-sort-lines): Rewrite from scratch.
3893 (org-link-search): New argument AVOID-POS.
3894 (org-print-icalendar-entries): Remove argument CATEGORY.
3895 (org-run-agenda-series): Remove argument WONDOW.
3896 (org-next-link, org-previous-link): New commands.
3897 (org-agenda-date-format): New option.
3898 (org-table-iterate): New command.
3899 (org-table-modify-formulas)
3900 (org-table-replace-in-formulas): Remove functions.
3901 (org-table-fix-formulas): New function.
3902 (org-table-insert-column, org-table-delete-column)
3903 (org-table-move-column): Use `org-table-fix-formulas'.
3904 (org-follow-gnus-link): Patch from Bastien/Leo.
3905 (org-table-current-field-formula): New function.
3906 (org-file-image-p): New function.
3907 (org-agenda-show-new-time): New function.
3908 (org-agenda-date-later): Call `org-agenda-show-new-time'.
3909 (org-with-remote-undo): New macro.
3910 (org-agenda-undo): New command.
3911 (org-verify-change-for-undo): New function.
3912 (org-time-stamp-format): New function.
3913 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
3914 by user.
3915 (org-match-any-p): New function.
3916 (org-make-tags-matcher): Handle regular expressions for tag and
3917 todo matches.
3918 (org-read-date): Accept "+N" as input for a date relative to the
3919 current date.
3920 (org-remove-subtree-entries-from-agenda): New function.
3921 (org-agenda-archive, org-agenda-kill):
3922 Use `org-remove-subtree-entries-from-agenda'.
3923 (org-do-sort, org-sort-entries): New functions.
3924 (org-sort): New command.
3925 (org-table-sort-lines): Use `org-do-sort'.
3926 (org-fix-decoded-time): New function.
3927 (org-table-number-regexp): Require 0x... to identify as number
3928 in tables.
3929 (org-startup-options): New keywords for note taking.
3930 (org-upgrade-old-links): Remove function.
3931 (org-get-repeat): New function.
3932 (org-show-context): Also show siblings on current level.
3933 (org-show-siblings): New function.
3934 (org-isearch-end, org-isearch-post-command): New functions.
3935 (org-show-siblings): New option.
3936 (org-show-context): Use `org-show-siblings'.
3937 (org-table-maybe-recalculate-line): No longer require `calc-eval'
3938 to be bound, because user may just use elisp.
3939
3940 2007-02-24 Kim F. Storm <storm@cua.dk>
3941
3942 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
3943 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
3944
3945 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
3946
3947 * startup.el (command-line): Also check if the abbrev file is readable.
3948
3949 2007-02-24 John Paul Wallington <jpw@pobox.com>
3950
3951 * net/tls.el (tls-certtool-program): Fix custom type.
3952
3953 * mail/feedmail.el (feedmail-message-id-generator)
3954 (feedmail-date-generator): Fix custom types.
3955
3956 * mail/rmail.el (rmail-message-filter): Fix custom type.
3957
3958 2007-02-24 Eli Zaretskii <eliz@gnu.org>
3959
3960 * startup.el (command-line): If simple.el cannot be found, proceed
3961 with a warning message.
3962
3963 2007-02-24 Kenichi Handa <handa@m17n.org>
3964
3965 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
3966 case that BEG is a string.
3967
3968 2007-02-24 Chris Moore <dooglus@gmail.com>
3969
3970 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3971 * pgg-pgp.el (pgg-pgp-encrypt-region):
3972 * pgg-gpg.el (pgg-gpg-encrypt-region):
3973 Check pgg-encrypt-for-me if no other recipients.
3974
3975 2007-02-23 Eli Zaretskii <eliz@gnu.org>
3976
3977 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
3978
3979 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
3980 shell-quote-argument.
3981
3982 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3983
3984 * comint.el (comint-read-input-ring): Use comint-input-ring-size
3985 from the comint buffer instead of the temporary one.
3986
3987 2007-02-23 David Reitter <david.reitter@gmail.com>
3988
3989 * cus-edit.el (custom-save-all): Canonicalize custom-file before
3990 storing it in recentf-exclude.
3991
3992 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
3993
3994 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
3995 in splash screen.
3996
3997 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
3998
3999 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
4000 commands, for restart.
4001 (idlwave-shell-current-module): Fix handling of module name by type.
4002 (idlwave-shell-break-in): Update type handling.
4003 (idlwave-shell-bp-get): Encode type in BP structure.
4004 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
4005 (idlwave-shell-module-source-query): Query routine info based on type.
4006 Fix path parsing for non-compiled files.
4007 (idlwave-shell-module-source-filter): Don't signal error in filter
4008 if no source found.
4009 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
4010 filter race.
4011
4012 2007-02-22 Kim F. Storm <storm@cua.dk>
4013
4014 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
4015 (editable-field): Document need to put some text before the %v
4016 escape in :format string.
4017
4018 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
4019
4020 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
4021 (vc-svn-use-edit): Remove unused config var.
4022 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
4023
4024 * outline.el (hide-sublevels): Keep empty last line, if available.
4025
4026 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
4027 rather than the corresponding unicode char, to make the code
4028 more readable.
4029
4030 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
4031
4032 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
4033 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
4034 (speedbar-item-info-tag-helper): Doc fixes.
4035
4036 2007-02-19 Kenichi Handa <handa@m17n.org>
4037
4038 * international/mule-cmds.el (locale-language-names):
4039 Map "eo" to "Esperanto".
4040
4041 * language/european.el ("Esperanto"): New language environment.
4042
4043 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
4044
4045 * simple.el (kill-line): Doc fix.
4046
4047 2007-02-17 Kim F. Storm <storm@cua.dk>
4048
4049 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
4050 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
4051 (bindat--unpack-group, bindat--pack-group):
4052 Handle vectors with optional element type.
4053
4054 2007-02-17 Daiki Ueno <ueno@unixuser.org>
4055
4056 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
4057 if PASSPHRASE is given.
4058
4059 2007-02-17 Chris Moore <dooglus@gmail.com>
4060
4061 * jka-cmpr-hook.el (jka-compr-compression-info-list):
4062 Recognize backups of bz2 compressed files.
4063
4064 2007-02-17 Eli Zaretskii <eliz@gnu.org>
4065
4066 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
4067 to nil to speed up lookup of the symbol in index nodes.
4068
4069 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4070
4071 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4072 Add indentation for the constants of Lisp.
4073
4074 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
4075
4076 * ps-print.el: Use (defvar <foo>) where applicable.
4077 (ps-print-emacs-type): Remove.
4078 (ps-x-frame-property, ps-e-frame-parameter): Remove.
4079 (ps-frame-parameter): Align its call-convention with frame-parameter.
4080 (ps-begin-job): Adjust calls to it appropriately.
4081 (ps-setup): Don't print ps-print-emacs-type.
4082 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
4083 Define in such a way that it's obvious that it's defined.
4084 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
4085 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
4086 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
4087
4088 2007-02-15 Alan Mackenzie <acm@muc.de>
4089
4090 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
4091 an empty one-line C-style comment, post-position point properly.
4092
4093 2007-02-15 Chris Moore <dooglus@gmail.com>
4094
4095 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
4096 (isearch-lazy-highlight-new-loop): Bind it.
4097 (isearch-lazy-highlight-search): Use it.
4098
4099 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
4100
4101 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
4102
4103 * font-lock.el (font-lock-extend-region-wholelines):
4104 Only return non-nil if the region has really been changed.
4105 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
4106
4107 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
4108
4109 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
4110 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
4111 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
4112
4113 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
4114
4115 * faces.el (color-values): Revert changes to docstring from
4116 2007-01-31 and 2000-09-07.
4117
4118 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
4119 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
4120 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
4121 (ispell-help): Fix typos in docstring and output message.
4122
4123 2007-02-14 Kim F. Storm <storm@cua.dk>
4124
4125 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
4126 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
4127 (grep): Fix lgrep reference.
4128
4129 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
4130 (standard-display-underline): Use make-glyph-code.
4131
4132 * descr-text.el (describe-char): Use glyph-char and glyph-face.
4133
4134 * international/latin1-disp.el (latin1-display-char):
4135 Use make-glyph-code.
4136
4137 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
4138
4139 * ehelp.el (with-electric-help, electric-help-exit)
4140 (electric-help-retain): Doc fixes.
4141
4142 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
4143 (byte-compile-file): Doc fixes.
4144
4145 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4146
4147 * term/mac-win.el: Change all uses of
4148 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
4149 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
4150 (mac-ae-get-url): Call select-frame-set-input-focus.
4151 (mac-dnd-handle-drag-n-drop-event): Don't call
4152 select-frame-set-input-focus.
4153
4154 2007-02-13 Kenichi Handa <handa@m17n.org>
4155
4156 * international/characters.el: Fix documentation of category `a'.
4157
4158 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
4159
4160 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
4161
4162 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
4163
4164 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
4165 (tramp-get-remote-ln): Handle error case.
4166 Reported by Chris Moore <dooglus@gmail.com>.
4167
4168 2007-02-11 Kim F. Storm <storm@cua.dk>
4169
4170 * bindings.el (ctl-x-map): Remove register compatibility bindings
4171 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
4172
4173 2007-02-11 Richard Stallman <rms@gnu.org>
4174
4175 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
4176 in load history.
4177
4178 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
4179 condition -- don't fail to stop at endpos.
4180
4181 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
4182
4183 * textmodes/org.el (org-agenda-get-todos)
4184 (org-agenda-get-timestamps, org-agenda-get-closed)
4185 (org-agenda-get-deadlines, org-agenda-get-scheduled)
4186 (org-agenda-get-blocks, org-format-agenda-item)
4187 (org-agenda-change-all-lines, org-scan-tags): Rename text property
4188 from `category' to `org-category'.
4189
4190 2007-02-11 Kenichi Handa <handa@m17n.org>
4191
4192 * international/titdic-cnv.el (titdic-convert): Force files be written
4193 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
4194 (miscdic-convert): Force files be written with Unix-like eol format.
4195
4196 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
4197
4198 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
4199
4200 * calculator.el (calculator-prompt): Doc fix.
4201 (calculator-mode-map): Fix typo in menu entry.
4202
4203 2007-02-10 Jay Belanger <belanger@truman.edu>
4204
4205 * calculator.el (calculator): Do more extensive checking for when
4206 3 lines should be used for the calculator.
4207
4208 2007-02-10 Eli Zaretskii <eliz@gnu.org>
4209
4210 * info-look.el (info-lookup-make-completions):
4211 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
4212 index nodes.
4213
4214 * info.el (Info-fontify-maximum-menu-size): Document the effect
4215 of a nil value.
4216 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
4217 non-nil before using it as size.
4218
4219 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
4220
4221 * subr.el (insert-for-yank-1): Prevent read-only properties from
4222 interfering with text property operations.
4223
4224 * image-mode.el (image-mode): Revert 2007-01-30 changes.
4225
4226 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
4227 (image-type-auto-detected-p): Fail if another match is found in
4228 auto-mode-alist.
4229
4230 * files.el (magic-mode-alist): Call image-mode instead of
4231 image-mode-maybe for autodetected images.
4232
4233 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
4234
4235 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
4236 Fix typos in docstrings.
4237 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
4238
4239 2007-02-09 Kim F. Storm <storm@cua.dk>
4240
4241 * emacs-lisp/float-sup.el: Remove obsolete comment.
4242
4243 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
4244
4245 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
4246
4247 2007-02-08 Karl Fogel <kfogel@red-bean.com>
4248
4249 * simple.el: Revert previous change, at request of RMS:
4250 (fundamental-mode-hook): Remove.
4251 (fundamental-mode): Run after-change-major-mode-hooks manually,
4252 and don't run the now-nonexistent fundamental-mode-hook.
4253
4254 2007-02-08 Karl Fogel <kfogel@red-bean.com>
4255
4256 * simple.el (fundamental-mode-hook): Declare new hook.
4257 (fundamental-mode): Run the new dedicated hook, and don't run
4258 after-change-major-mode-hooks manually anymore.
4259
4260 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
4261
4262 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
4263 added columns of chars. Remove support for the "no-meta-info" format.
4264 Prompted by Romain Francoise <romain@orebokech.com>.
4265
4266 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
4267
4268 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
4269 (gdb-mouse-until, gdb-mouse-jump): Use it.
4270
4271 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
4272
4273 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
4274 work when there is just an assembler buffer (no source buffer).
4275
4276 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
4277
4278 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
4279 just because the diff was produced using "-p" (--show-c-function).
4280
4281 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
4282
4283 * faces.el (frame-set-background-mode): Use `color-values' and
4284 `display-color-p', not `x-color-values' and `x-display-color-p'.
4285 (face-valid-attribute-values): Use `defined-colors' instead of
4286 `x-defined-colors'.
4287
4288 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4289
4290 * ps-print.ps: The ps-print commands without face printing should not
4291 print background color. Reported by Leo <sdl.web@gmail.com>.
4292 (ps-print-version): New version 6.7.3.
4293 (ps-begin-job): New arg. Fix ps-default-background and
4294 ps-default-foreground initialization.
4295 (ps-face-attributes): Fix doc string.
4296 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
4297
4298 * printing.el: Fix ps-print link.
4299
4300 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
4301
4302 * faces.el (face-set-after-frame-default): Compile attributes to
4303 be set by frame parameters before merging in X resources.
4304
4305 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
4306
4307 * simple.el (blink-matching-paren-dont-ignore-comments):
4308 (blink-matching-paren-on-screen): Doc fixes.
4309
4310 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
4311
4312 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
4313
4314 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
4315
4316 * loadhist.el (unload-feature): Silently ignore `load-history' entries
4317 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
4318 entries like `defun'. Return nil.
4319
4320 2007-02-05 Kim F. Storm <storm@cua.dk>
4321
4322 * ido.el: Doc fixes.
4323
4324 2007-02-04 David Kastrup <dak@gnu.org>
4325
4326 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
4327 `mpuz-allow-double-multiplicator' is non-zero, and correct
4328 calculation of `min'.
4329
4330 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
4331
4332 * wid-edit.el (widget-default-create): Insert new text at the
4333 :from marker _after_ the marker, not before it.
4334
4335 2007-02-04 Alan Mackenzie <acm@muc.de>
4336
4337 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
4338 containing it is re-indented.
4339
4340 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
4341
4342 * net/newsticker.el (newsticker--insert-image): Update docstring,
4343 and insert the image directly.
4344 (newsticker--buffer-redraw): Update docstring.
4345
4346 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4347 Rename from define-global-minor-mode.
4348
4349 * progmodes/cwarn.el (global-cwarn-mode):
4350 * emacs-lisp/autoload.el (make-autoload):
4351 * hi-lock.el (global-hi-lock-mode):
4352 * font-core.el (global-font-lock-mode): All callers changed.
4353
4354 2007-02-03 Eli Zaretskii <eliz@gnu.org>
4355
4356 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
4357 Don't copy @ignore lines into menu descriptions.
4358 (texinfo-multi-file-update): Goto the @node line before attempting
4359 to pluck the node name.
4360 (texinfo-multiple-files-update): Reverse the optional arguments'
4361 order, as per the doc string and the `interactive' form.
4362
4363 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
4364
4365 * image-mode.el: Use autoload to avoid overriding disabled setting
4366 applied in .emacs.
4367
4368 2007-02-03 Alan Mackenzie <acm@muc.de>
4369
4370 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
4371 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
4372 adjacent paren groups).
4373
4374 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4375
4376 * progmodes/ebnf2ps.el: Doc fixes.
4377 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
4378
4379 2007-02-02 Eli Zaretskii <eliz@gnu.org>
4380
4381 * dired-x.el (dired-do-relsymlink): Add reference to
4382 dired-do-symlink. Add an autoload cookie.
4383
4384 * dired-aux.el (dired-do-symlink): Add reference to
4385 dired-do-relsymlink.
4386
4387 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
4388
4389 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
4390 <left-fringe mouse-3>: New bindings.
4391
4392 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
4393
4394 * newsticker.el (newsticker-version): Changed to "1.10".
4395 (newsticker--set-customvar): Doc string.
4396 (newsticker-new-item-face): Doc string.
4397 (newsticker-mode): Initialize `invisibility-spec' with t.
4398 (newsticker-mode-map): Added
4399 `newsticker-mark-all-items-at-point-as-read'.
4400 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
4401 (newsticker-w3m-show-inline-images): Do not call
4402 `w3m-remove-image'.
4403 (newsticker--buffer-after-w3m-insert-image): New advice for
4404 w3m-insert-image to cache images.
4405 (newsticker-next-item-same-feed): New.
4406 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
4407 (newsticker-mark-all-items-of-feed-as-read): New.
4408 (newsticker-mark-all-items-at-point-as-read): Use new functions.
4409 (newsticker-mark-item-at-point-as-read): Doc string.
4410 (newsticker-mark-item-at-point-as-read): Use new functions.
4411 (newsticker--do-mark-item-at-point-as-read): New, extracted from
4412 `newsticker-mark-item-at-point-as-read'.
4413 (newsticker-hide-entry): Use (t) instead of t for invisibility.
4414 (newsticker--sentinel): Yet another xml-parser workaround.
4415 (newsticker--decode-iso8601-date): Bugfix for datestrings without
4416 days.
4417 (newsticker--buffer-do-insert-text): Fix.
4418 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
4419 (newsticker--buffer-make-item-completely-visible):
4420 `switch-to-buffer' not necessary.
4421
4422 2007-02-02 Eli Zaretskii <eliz@gnu.org>
4423
4424 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
4425 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
4426 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
4427 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
4428 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
4429
4430 2007-02-02 Kenichi Handa <handa@m17n.org>
4431
4432 * international/quail.el (quail-show-key): Fix an error message.
4433
4434 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
4435
4436 * faces.el (set-face-underline-p, modify-face): Rename arg
4437 UNDERLINE-P to UNDERLINE (it is not a flag).
4438
4439 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
4440
4441 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
4442 when adding gdb-speedbar-update to gdb-input-queue.
4443
4444 2007-02-01 Kenichi Handa <handa@m17n.org>
4445
4446 * international/quail.el (quail-show-key): Signal an error if the
4447 current input method is not using Quail.
4448
4449 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
4450
4451 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
4452 Trim leading whitespace in sysvar names.
4453
4454 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
4455
4456 * faces.el (internal-find-face, internal-get-face): Doc fixes.
4457
4458 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
4459
4460 * ido.el (ido-set-common-completion): Use `let', not `let*'.
4461
4462 2007-01-31 Romain Francoise <romain@orebokech.com>
4463
4464 * comint.el: Delete extra copy of `comint-copy-old-input' added in
4465 previous change to this file.
4466
4467 2007-01-31 Jason Rumney <jasonr@gnu.org>
4468
4469 * files.el (magic-mode-alist): Use image-mode-maybe rather than
4470 image-mode.
4471
4472 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
4473 interfering with attempt to set major mode from modified
4474 auto-mode-alist.
4475
4476 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
4477
4478 * faces.el (color-values): Doc fix.
4479 (face-differs-from-default-p): Don't check :foreground twice.
4480
4481 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
4482
4483 * comint.el (comint-mode): Prevent non-keyword fontification by default.
4484
4485 2007-01-31 Kenichi Handa <handa@m17n.org>
4486
4487 * international/quail.el (quail-store-decode-map-key): Store a
4488 translated character too.
4489 (quail-char-equal-p): New function.
4490 (quail-find-key1): Check character equality by quail-char-equal-p.
4491 (quail-decode-map-generated): New variable.
4492 (quail-find-key): Check quail-decode-map-generated and re-generate
4493 a decode map if necessary.
4494
4495 2007-01-30 Richard Stallman <rms@gnu.org>
4496
4497 * tutorial.el (tutorial--detailed-help): Make the list of
4498 changed keys look nicer.
4499
4500 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
4501
4502 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
4503 (gdb-var-delete): Use it.
4504 (gdb-var-update-handler-1): Handle value "invalid" for MI field
4505 `in_scope'.
4506
4507 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
4508
4509 * files.el (get-free-disk-space): Return nil for remote directories.
4510
4511 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
4512 instead of "dir".
4513
4514 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
4515
4516 * type-break.el (type-break-catch-up-event): New function.
4517 (type-break-demo-hanoi, type-break-demo-life)
4518 (type-break-demo-boring): Use it.
4519
4520 * image-mode.el (image-mode): Don't automatically view as image.
4521 (image-toggle-display): Add `disabled' property.
4522
4523 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
4524
4525 * isearchb.el (isearchb-iswitchb):
4526 * ps-print.el (ps-build-face-reference):
4527 * emacs-lisp/shadow.el (list-load-path-shadows):
4528 * eshell/esh-cmd.el (eshell-rewrite-for-command):
4529 * international/mule.el (find-auto-coding):
4530 * mail/supercite.el (sc-attrib-selection-list):
4531 * progmodes/cc-defs.el (c-emacs-features):
4532 * progmodes/cc-vars.el (c-offsets-alist):
4533 * progmodes/flymake.el
4534 (flymake-init-create-temp-source-and-master-buffer-copy):
4535 Fix typos in docstrings (some suggested by Chris Moore).
4536
4537 * progmodes/vhdl-mode.el (vhdl-components-package-name)
4538 (vhdl-get-library-unit, vhdl-corresponding-begin)
4539 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
4540 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
4541 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
4542 (vhdl-font-lock-match-item): Fix typos in docstrings.
4543 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
4544 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
4545 (vhdl-speedbar-insert-project-hierarchy):
4546 Improve argument/docstring consistency.
4547
4548 2007-01-29 Kenichi Handa <handa@m17n.org>
4549
4550 * international/titdic-cnv.el (py-converter): Fix previous change.
4551
4552 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
4553
4554 * jka-compr.el (jka-compr-partial-uncompress)
4555 (jka-compr-call-process): Rebind default-directory if it is
4556 invalid. Suggested by Chris Moore.
4557
4558 * comint.el (comint-insert-input): Handle situation where the
4559 selected buffer is not the clicked buffer.
4560
4561 2007-01-29 Kenichi Handa <handa@m17n.org>
4562
4563 * international/ja-dic-cnv.el (skkdic-convert):
4564 Add byte-compile-disable-print-circle:t at the head.
4565
4566 * international/titdic-cnv.el (tit-process-header):
4567 Add byte-compile-disable-print-circle:t at the head.
4568 (miscdic-convert): Likewise.
4569 (py-converter): Skip the header comments.
4570
4571 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
4572 New variable.
4573 (byte-compile-output-file-form): Bing print-circle to nil if
4574 byte-compile-output-file-form is not nil.
4575 (byte-compile-output-docform): Likewise.
4576
4577 2007-01-28 Kim F. Storm <storm@cua.dk>
4578
4579 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
4580 Declare earlier to avoid byte compiler warnings.
4581
4582 2007-01-28 Markus Triska <markus.triska@gmx.at>
4583
4584 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
4585
4586 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
4587
4588 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
4589 (gamegrid-add-score-with-update-game-score-1): Allow local quits
4590 when calling update-game-score program. Remove unnecessary
4591 save-excursion.
4592
4593 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
4594
4595 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
4596
4597 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
4598 avoid compiler warning.
4599 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
4600 might have values other than "true" or "false".
4601
4602 2007-01-28 Richard Stallman <rms@gnu.org>
4603
4604 * textmodes/fill.el (fill-paragraph-function): Doc fix.
4605 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
4606
4607 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
4608
4609 * image.el (image-type-header-regexps): Make GIF regex more specific.
4610
4611 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
4612 Don't check `backspace'.
4613 (tutorial--find-changed-keys): Look up bindings in a temp buffer
4614 in Fundamental mode.
4615
4616 * startup.el (fancy-splash-text, normal-splash-screen):
4617 Mention C-g.
4618
4619 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
4620 when inserting in buffer.
4621
4622 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
4623 inside the if.
4624
4625 2007-01-27 Richard Stallman <rms@gnu.org>
4626
4627 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
4628
4629 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
4630
4631 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
4632 enum/union/struct/class definition.
4633 Revert change to call `forward-sexp' multiple times.
4634
4635 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
4636
4637 * files.el (hack-local-variables-confirm): Don't keep trying to
4638 read an event from an empty kbd macro.
4639
4640 2007-01-27 Eli Zaretskii <eliz@gnu.org>
4641
4642 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
4643
4644 2007-01-27 Ben North <ben@redfrontdoor.org>
4645
4646 * outline.el (outline-promote, outline-demote): Doc fix. Rename
4647 the arg CHILDREN -> WHICH.
4648
4649 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
4650
4651 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
4652 default-directory to a sane value when calling start-process.
4653
4654 2007-01-27 Eli Zaretskii <eliz@gnu.org>
4655
4656 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
4657 (ls-lisp-format-time-list): Doc fix. Mention
4658 ls-lisp-use-localized-time-format.
4659 (ls-lisp-format-time): Use ls-lisp-format-time-list if
4660 ls-lisp-use-localized-time-format is non-nil, even if a valid
4661 locale is defined.
4662
4663 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
4664
4665 * jka-compr.el (jka-compr-shell): Doc fix.
4666
4667 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
4668
4669 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4670
4671 * ps-print.ps: Fix background height.
4672 (ps-print-version): New version 6.7.2.
4673
4674 2007-01-26 Eli Zaretskii <eliz@gnu.org>
4675
4676 * makefile.w32-in (finder-data, custom-deps): Depend on
4677 $(lisp)/loaddefs.el.
4678
4679 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
4680
4681 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
4682
4683 2007-01-24 Miles Bader <miles@gnu.org>
4684
4685 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
4686 (byte-compile-output-docform): Bind `print-circle' to t.
4687
4688 2007-01-24 Kenichi Handa <handa@m17n.org>
4689
4690 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
4691 file name of the original SKK dictionary file.
4692
4693 2007-01-24 Kim F. Storm <storm@cua.dk>
4694
4695 * ido.el (ido-initial-position): New variable.
4696 (ido-read-internal): Set it if default item is specified.
4697 (ido-minibuffer-setup): Position cursor accordingly if set.
4698 (ido-edit-input): C-e moves to end of input if not already there.
4699 (ido-magic-backward-char): C-b does like M-b if prev char is /.
4700 Don't switch to buffer mode if repeating C-b at start of input.
4701 (ido-toggle-ignore): C-a only toggles ignore at start or end of
4702 input; else it moves to start of input.
4703 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
4704 not at end of input, delete rest of input, rather than normal op.
4705
4706 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
4707
4708 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
4709
4710 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
4711 of message. Activate mark.
4712 (ediff-activate-mark): Set transient-mark-mode to t.
4713
4714 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
4715
4716 2007-01-23 Martin Rudalics <rudalics@gmx.at>
4717
4718 * help-fns.el (describe-variable): Don't suppress display of
4719 buffer local value when the value is "large".
4720
4721 2007-01-22 Kim F. Storm <storm@cua.dk>
4722
4723 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
4724 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
4725 (ido-tidy): Use ido-active.
4726
4727 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
4728
4729 * hexl.el (hexl-mode-exit): Add missing quote.
4730
4731 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4732
4733 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
4734 (mac-ae-keyboard-modifiers): New function.
4735 (mac-handle-toolbar-switch-mode): Use it.
4736 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
4737 if keyboard modifiers on drop contain option key.
4738 (mac-dnd-drop-data): Add optional argument `action'.
4739 (special-event-map): Remove binding for M-drag-n-drop.
4740
4741 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
4742
4743 * add-log.el (add-log-current-defun): Use CC Mode functions to
4744 find the beginning and end of a defun.
4745
4746 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
4747
4748 * progmodes/gdb-ui.el (gdb-var-create-regexp)
4749 (gdb-var-create-handler): Handle value field in GDB output of
4750 -var-create.
4751 (gdb-max-frames): New variable.
4752 (gdb-stack-buffer, gdb-frames-select): Use it.
4753 (gdb-info-stack-custom): Help user customize gdb-max-frames,
4754 if necessary.
4755 (gdb-get-frame-number): Simplify.
4756
4757 2007-01-21 Glenn Morris <rgm@gnu.org>
4758
4759 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
4760 Update copyrights.
4761
4762 2007-01-21 Alan Mackenzie <acm@muc.de>
4763
4764 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
4765 handling of K&R stuff.
4766
4767 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4768
4769 * textmodes/bibtex.el (bibtex-files): Fix customization type.
4770
4771 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4772
4773 * ps-print.el: Handle frame parameters (background and/or foreground
4774 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
4775 (ps-print-version): New version 6.7.1.
4776 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
4777 (ps-frame-parameter): New fun.
4778 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
4779 Fix doc and customization.
4780 (ps-begin-job): Get frame parameters (background and/or foreground
4781 colors).
4782 (ps-do-despool): Ensure ps-printer-name has a valid value.
4783
4784 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
4785
4786 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
4787 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
4788 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
4789 mean unlimited.
4790
4791 2007-01-20 Alan Mackenzie <acm@muc.de>
4792
4793 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
4794 much more rigorous analysis of putative K&R regions.
4795
4796 2007-01-20 Alan Mackenzie <acm@muc.de>
4797
4798 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
4799 New functions.
4800
4801 2007-01-20 Alan Mackenzie <acm@muc.de>
4802
4803 * progmodes/cc-align.el, progmodes/cc-cmds.el,
4804 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4805 * progmodes/cc-langs.el, progmodes/cc-styles.el,
4806 * progmodes/cc-vars.el: Add my name.
4807
4808 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
4809
4810 * files.el (find-alternate-file): Revert query message to Emacs 21
4811 version.
4812
4813 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
4814
4815 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
4816 the doc string how to use personal abbrevs without electric
4817 keywords.
4818
4819 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4820
4821 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
4822 Fixed cursor position when toggle abbreviated display.
4823
4824 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
4825
4826 * t-mouse.el: Update copyright following assignment by
4827 Alessandro Rubini.
4828
4829 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
4830
4831 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
4832 (type-break-demo-boring): Call read-event instead of read-char.
4833
4834 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
4835
4836 * progmodes/compile.el: Add handling for makepplog.
4837
4838 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4839
4840 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
4841 aspell dictionaries are initialized when called non-interactively.
4842
4843 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
4844
4845 * progmodes/compile.el (compilation-loop): New arg limit.
4846 Handle case where the first error is at point-min.
4847 (compilation-next-error): New arg to compilation-loop call.
4848
4849 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
4850
4851 * info.el (Info-default-dirs): Change default info dir to
4852 share/info.
4853
4854 * paths.el (Info-default-directory-list): Ditto.
4855
4856 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
4857
4858 * hexl.el (hexl-before-revert-hook): New function.
4859 (hexl-mode): Use it.
4860 (hexl-after-revert-hook): Just call hexl-mode.
4861 (hexl-mode-exit): Remove before-revert-hook.
4862
4863 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
4864
4865 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
4866
4867 2007-01-16 Martin Rudalics <rudalics@gmx.at>
4868
4869 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
4870 by "-" in francais7 otherchars entry.
4871 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
4872 otherchars entry.
4873
4874 2007-01-15 Karl Fogel <kfogel@red-bean.com>
4875
4876 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
4877 path. Rewrite function in `cond' style for readability.
4878
4879 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
4880 (The path shortening, that is, not the rearrarangement.)
4881
4882 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4883
4884 * term/mac-win.el (mac-ae-quit-application): New function.
4885 (mac-apple-event-map): Bind "quit application" Apple event to it.
4886
4887 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
4888
4889 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
4890 than the program's output.
4891
4892 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
4893
4894 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
4895 (kmacro-start-macro-or-insert-counter)
4896 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
4897 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
4898
4899 * longlines.el (longlines-show-hard-newlines):
4900 * ruler-mode.el (ruler-mode-ruler):
4901 * emulation/keypad.el (keypad-setup):
4902 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
4903 Fix typo in docstring.
4904
4905 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
4906
4907 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
4908 Remove redirect character ">".
4909
4910 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
4911
4912 * replace.el (perform-replace): Remove leftover code.
4913
4914 2007-01-12 Richard Stallman <rms@gnu.org>
4915
4916 * replace.el (perform-replace): Don't clear NODENT when computing
4917 the replacement string.
4918
4919 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
4920
4921 * net/tramp.el (tramp-handle-file-local-copy):
4922 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
4923 <christopher.ian.moore@gmail.com>.
4924
4925 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4926
4927 * diff-mode.el (diff-sanity-check-context-hunk-half)
4928 (diff-sanity-check-hunk): New functions.
4929 (diff-find-source-location): Use'em to check the hunks are well-formed.
4930
4931 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
4932 activate undo when undo is not active.
4933 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
4934
4935 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4936
4937 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
4938 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
4939 (ffap-url-at-point): Use char-classes rather than "a-z".
4940
4941 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
4942
4943 * ediff-init.el (ediff-autostore-merges):
4944 * textmodes/fill.el (fill-region): Doc fix.
4945
4946 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4947
4948 * server.el (server-ensure-safe-dir): UIDs may be floats.
4949
4950 2007-01-10 Richard Stallman <rms@gnu.org>
4951
4952 * battery.el (battery-linux-proc-acpi): Use ignore-errors
4953 around calls to directory-files.
4954
4955 * subr.el (momentary-string-display): Use save-excursion.
4956
4957 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
4958 argument, but read it as `X' does.
4959
4960 2007-01-09 Juri Linkov <juri@jurta.org>
4961
4962 * info.el (Info-fontify-node): Don't hide node names of index entries.
4963
4964 * faces.el (momentary): Change :group to basic-faces where all
4965 basic faces belong to. Add :version.
4966
4967 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
4968
4969 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
4970 keybinding is found.
4971 (tutorial--find-changed-keys): Never treat null keybinding as a
4972 remapping.
4973
4974 2007-01-09 Martin Rudalics <rudalics@gmx.at>
4975
4976 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
4977
4978 2007-01-09 Kenichi Handa <handa@m17n.org>
4979
4980 * international/mule-cmds.el
4981 (select-safe-coding-system-interactively): Fix message.
4982
4983 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
4984
4985 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
4986 (tramp-process-actions): Add optional parameter TIMEOUT.
4987 (tramp-open-connection-telnet, tramp-open-connection-rsh)
4988 (tramp-open-connection-su): Add timeout of 60".
4989
4990 2007-01-09 Richard Stallman <rms@gnu.org>
4991
4992 * progmodes/compile.el (compile): Doc fix.
4993
4994 2007-01-09 Markus Triska <markus.triska@gmx.at>
4995
4996 * tumme.el (tumme-display-thumb): Doc fix.
4997
4998 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
4999
5000 * battery.el (battery-search-for-one-match-in-files):
5001 * bindings.el (mode-line-minor-mode-help):
5002 * x-dnd.el (x-dnd-types-alist):
5003 * calendar/icalendar.el (icalendar-import-buffer):
5004 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
5005
5006 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
5007
5008 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
5009
5010 * replace.el (replace-regexp): Fix typo in docstring.
5011
5012 2007-01-07 Alan Mackenzie <acm@muc.de>
5013
5014 * progmodes/cc-langs.el (c-operators, c-filter-ops):
5015 Amend doc-string and comments.
5016
5017 2007-01-06 Eli Zaretskii <eliz@gnu.org>
5018
5019 * files.el (abbreviate-file-name): Doc fix.
5020
5021 2007-01-06 Markus Triska <triska@gmx.at>
5022
5023 * subr.el (split-string): Remove spurious ")" from doc string.
5024
5025 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
5026
5027 * textmodes/table.el (table--warn-incompatibility):
5028 Use display-warning instead of momentary-string-display.
5029
5030 2007-01-05 Richard Stallman <rms@gnu.org>
5031
5032 * image.el (image-type-header-regexps): Recognize xbm more strictly.
5033
5034 * simple.el (backward-kill-word): Doc fix.
5035
5036 2007-01-05 Romain Francoise <romain@orebokech.com>
5037
5038 * international/mule.el (sgml-html-meta-auto-coding-function):
5039 Ensure that the buffer contains a HTML document.
5040
5041 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5042
5043 * faces.el (momentary): Move here ...
5044 * subr.el (momentary): ... from here.
5045
5046 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
5047
5048 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
5049 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
5050 large structures/arrays.
5051
5052 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
5053
5054 * files.el (find-file-noselect-1, set-visited-file-name):
5055 Allow backup-enable-predicate to be nil.
5056
5057 2007-01-04 Andreas Schwab <schwab@suse.de>
5058
5059 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
5060 last change.
5061
5062 2007-01-03 Richard Stallman <rms@gnu.org>
5063
5064 * woman.el (woman-decode-buffer): Clarify error message.
5065
5066 2007-01-03 Alan Mackenzie <acm@muc.de>
5067
5068 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
5069
5070 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
5071
5072 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
5073
5074 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
5075
5076 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
5077
5078 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
5079
5080 * emulation/viper.el (viper-custom-file-name, viper-mode):
5081 Fix typos in docstrings.
5082
5083 * subr.el (momentary-string-display): After moving point, set POS
5084 variable to it to avoid later errors once the buffer is modified.
5085 Doc fix.
5086
5087 2007-01-02 Alan Mackenzie <acm@muc.de>
5088
5089 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
5090 check that the "*/" is present before trying to manipulate it.
5091
5092 2007-01-02 Richard Stallman <rms@gnu.org>
5093
5094 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
5095
5096 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
5097 Fix format of value.
5098
5099 * cus-edit.el (customize-unsaved): Rename from customize-customized.
5100 Change messages accordingly.
5101 (customize-customized): Now alias.
5102
5103 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
5104
5105 * files.el (version-control): Doc fix.
5106
5107 2007-01-01 Alan Mackenzie <acm@muc.de>
5108
5109 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
5110 Check the format of c-state-cache is valid for an optimisation before
5111 using it.
5112
5113 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
5114 are at a statement within a macro". Other changes so that only
5115 the first continuation line in a macro gets the symbol
5116 `cpp-define-intro', the others getting `statement', or whatever.
5117
5118 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
5119 a string, preserve whitespace. Add a backslash only when also in
5120 a macro.
5121
5122 * progmodes/cc-defs.el: Correct typos.
5123
5124 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
5125 new line after an escaped EOL in a string.
5126
5127 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
5128 label when it directly follows "else", "do", ....
5129
5130 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
5131 angle brackets (as seen in "explicit specialisations" of C++
5132 templates).
5133
5134 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
5135 in the doc-string.
5136
5137 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
5138 when the comment ender looks like "=========*/" and is alone on
5139 its line.
5140
5141 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
5142 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
5143 for the old name.
5144
5145 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
5146 c-\(beginning\|end\)-of-defun by default.
5147
5148 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
5149 New line-up function, for the DEFUN macro in the Emacs C sources.
5150 Only used in "gnu" style.
5151
5152 * progmodes/cc-styles.el (c-style-alist): Use this new function in
5153 the "gnu" style.
5154
5155 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
5156 clean-up comment-close-slash also to work when there's a comment
5157 terminator on the line.
5158 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
5159 these for large arg - only take account of top level {..}, except
5160 for initial and final adjustments. M-- C-M-[ae] now go to the
5161 right defuns when the starting point is between defuns. They use
5162 the four new functions:
5163 (c-in-function-trailer-p, c-where-wrt-brace-construct)
5164 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
5165 support c-\(beginning\|end\)-of-defun.
5166
5167 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
5168 expressions more rigorously, to exclude bit-field specifiers from
5169 being classed as labels.
5170 (c-forward-label): When analyzing a ":" within a macro, be careful
5171 about using c-forward-syntactic-ws at the macro beginning.
5172 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
5173 stmt boundary, check for "operator=", etc.
5174
5175 * progmodes/cc-mode.el (c-postprocess-file-styles):
5176 Bind inhibit-read-only to t, around the call to
5177 c-remove-any-local-eval-or-mode-variables, so that it works on a
5178 RO file.
5179
5180 * progmodes/cc-defs.el (c-version): Update the version number to
5181 "5.31.4".
5182
5183 2007-01-01 Richard Stallman <rms@gnu.org>
5184
5185 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
5186 only if we restored isearch-window-configuration.
5187
5188 2006-12-31 Romain Francoise <romain@orebokech.com>
5189
5190 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
5191
5192 2006-12-31 Kim F. Storm <storm@cua.dk>
5193
5194 * files.el (auto-mode-case-fold): New defcustom.
5195 (set-auto-mode): If non-nil, perform second case-sensitive pass
5196 through auto-mode-alist if first pass failed.
5197
5198 2006-12-30 Richard Stallman <rms@gnu.org>
5199
5200 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
5201
5202 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
5203
5204 * allout.el (allout-encrypt-string): Handle symmetric-key
5205 passphrase caching but leave keypair caching to pgg.
5206
5207 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
5208
5209 Sync with Tramp 2.0.55.
5210
5211 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
5212 `integerp'. `char-equal' could fail else in case of negative
5213 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
5214 (top): Check for `font-lock-add-keywords' before calling; it
5215 doesn't exist under XEmacs.
5216 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
5217 (tramp-completion-mode): Remove clause (not
5218 tramp-unified-filenames), because the function is called in other
5219 context too, where this check results in wrong results in the
5220 XEmacs case on Windows.
5221 (tramp-touch): UTC handling is not possible for XEmacs.
5222
5223 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5224
5225 * scroll-bar.el (previous-scroll-bar-mode): New variable
5226 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
5227 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
5228
5229 * term/x-win.el: Set scroll bar mode to right if set by X resources.
5230
5231 2006-12-30 Richard Stallman <rms@gnu.org>
5232
5233 * files.el (make-backup-file-name-1): Precompute abs name
5234 but don't lose the relative name.
5235
5236 * international/mule-cmds.el (select-safe-coding-system-interactively):
5237 Fix message.
5238
5239 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
5240
5241 * files.el (backup-buffer): Show entire backup file name in msg.
5242
5243 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
5244
5245 * image.el (image-type-header-regexps, image-type-from-data)
5246 (image-type-from-buffer, image-type-from-file-header):
5247 Revert changes from 2006-12-26.
5248 (image-type-auto-detectable): New variable.
5249 (image-type-auto-detected-p): New function.
5250
5251 * files.el (magic-mode-alist): Detect image files with
5252 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
5253
5254 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
5255
5256 * dired.el (dired-sort-other): Move test for dired-mode...
5257 (dired-sort-set-modeline): ...to here.
5258
5259 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5260
5261 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
5262 change. Suggested by Stefan Monnier.
5263
5264 2006-12-29 Kim F. Storm <storm@cua.dk>
5265
5266 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
5267 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
5268
5269 2006-12-27 Kim F. Storm <storm@cua.dk>
5270
5271 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
5272 so it doesn't accidentally match an fsf.org mail address.
5273 (authors-renamed-files-alist): Add tcover-*.el.
5274
5275 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
5276
5277 * vc-arch.el (vc-arch-find-version): New function.
5278
5279 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
5280 composed of arbitrary characters (even /) in some systems.
5281
5282 2006-12-27 Eli Zaretskii <eliz@gnu.org>
5283
5284 * international/mule-cmds.el (select-safe-coding-system-interactively):
5285 Improve the message in the *Warning* buffer.
5286
5287 2006-12-27 Kim F. Storm <storm@cua.dk>
5288
5289 * ido.el (ido-set-matches-1): Fix last change. If default item is
5290 current buffer, it is ok to be first.
5291
5292 2006-12-27 Kenichi Handa <handa@m17n.org>
5293
5294 * international/mule-cmds.el (select-safe-coding-system-interactively):
5295 Use face `link' for problematic chars.
5296
5297 2006-12-27 Kenichi Handa <handa@m17n.org>
5298
5299 * international/mule-cmds.el (select-safe-coding-system-interactively):
5300 Improve the message in *Warning* buffer.
5301
5302 2006-12-27 Kim F. Storm <storm@cua.dk>
5303
5304 * ido.el (ido-set-matches-1): Never put current buffer first if
5305 there are other matches.
5306
5307 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
5308
5309 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
5310 expressions.
5311 (gdb-var-delete): Handle duplicate names. Print message for non
5312 root expressions.
5313 (gdb-partial-output-name): Start buffer name with a space.
5314 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
5315 buffer name.
5316
5317 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5318
5319 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
5320 last footnote when `footnote-spaced-footnotes' is nil.
5321
5322 2006-12-26 Richard Stallman <rms@gnu.org>
5323
5324 * cus-edit.el (custom-browse-sort-alphabetically)
5325 (custom-buffer-sort-alphabetically)
5326 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
5327
5328 * image.el (image-type-header-regexps): Change element format
5329 to include third item NOT-ALWAYS.
5330 (image-type-from-data): Handle new format.
5331 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
5332 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
5333
5334 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
5335
5336 * add-log.el (add-log-current-defun): Call `forward-sexp'
5337 multiple times to pick a member function name defined as
5338 part of nested classes/namespaces.
5339
5340 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5341
5342 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
5343 which keymap should be used to change menu. It does not affect any
5344 existent code.
5345
5346 2006-12-26 Richard Stallman <rms@gnu.org>
5347
5348 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
5349 rather than for being in a minibuffer window.
5350
5351 2006-12-25 Daiki Ueno <ueno@unixuser.org>
5352
5353 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
5354 locale-coding-system.
5355 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
5356 LF.
5357
5358 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
5359
5360 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
5361 (sql-mode-syntax-table): Disable double quoted strings.
5362 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
5363
5364 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5365
5366 * startup.el (fancy-splash-last-input-event): New variable.
5367 (fancy-splash-special-event-action): New function.
5368 (fancy-splash-screens): Temporarily bind special events to it.
5369 Execute command for saved special event before exiting from
5370 recursive editing.
5371
5372 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
5373 New functions.
5374 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
5375 Use mac-unread-string.
5376
5377 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5378
5379 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
5380 an optimized comment regexp if `comment-start-skip' uses a ^.
5381 * bs.el (bs--up): Remove interactive spec.
5382
5383 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
5384
5385 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
5386 Suggested by James Cloos.
5387
5388 2006-12-24 Kevin Ryde <user42@zip.com.au>
5389
5390 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
5391 in March.
5392 (calendar-dst-ends): Default to first Sunday in November.
5393
5394 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
5395
5396 * allout.el (allout-encrypt-string): Inhibit use of agent within
5397 body of let form where encryption happens. Acknowledge non-use of
5398 gpg-agent in docstring.
5399 (allout-toggle-subtree-encryption): Acknowledge non-use of
5400 gpg-agent in docstring.
5401
5402 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
5403
5404 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
5405
5406 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
5407
5408 * ediff-diff.el (ediff-diff-options): Clarify docstring.
5409 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
5410
5411 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
5412 in hooks.
5413 (viper-add-newline-at-eob-if-necessary): Add newline only if we
5414 actually modify buffer; ignore errors if occur.
5415
5416 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
5417
5418 * calendar/calendar.el (calendar-mode-map): Switch < and >.
5419 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
5420 formatting.
5421
5422 2006-12-23 Richard Stallman <rms@gnu.org>
5423
5424 * simple.el (delete-horizontal-space): Doc fix.
5425
5426 2006-12-23 Eli Zaretskii <eliz@gnu.org>
5427
5428 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
5429 explicitly in a recursive Make, not implicitly through prerequisites,
5430 since the latter is wrong under parallel builds.
5431
5432 2006-12-22 Eli Zaretskii <eliz@gnu.org>
5433
5434 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
5435
5436 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
5437
5438 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
5439 message string.
5440
5441 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
5442
5443 * outline.el (outline-next-visible-heading): Fix the case with a
5444 header at end-of-file with no final newline.
5445
5446 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
5447
5448 * indent.el (tab-always-indent): Doc fix.
5449
5450 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
5451
5452 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
5453 (Info-fontify-node): Do fontify indices.
5454
5455 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
5456 to the Emacs Lisp reference manual.
5457 (tutorial--tab-map): Remove. All callers changed.
5458 (tutorial--find-changed-keys): New elt QUIET, used to...
5459 (tutorial--display-changes): ...ensure that warning messages are
5460 only issued once per changed key.
5461 (tutorial--remove-remarks): Delete unused code-path.
5462 (lang-strings): Remove extraneous formatting.
5463 (tutorial--save-tutorial): Prompt before saving tutorial state.
5464
5465 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
5466
5467 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
5468 Replace '?\ ' by '?\s' throughout.
5469 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
5470 `help' custom group.
5471 (tutorial--key-description): New function.
5472 (tutorial--display-changes): Remove redundant arg. Scan for all
5473 key sequences to avoid false matches. Cleanup.
5474 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
5475 reduce homedir pollution.
5476 (help-with-tutorial): Call tutorial--display-changes with no arg.
5477
5478 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
5479
5480 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
5481
5482 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
5483
5484 * net/tramp.el (tramp-default-method): We still need to check for
5485 `executable-find', because it is not bound under Emacs 20.
5486 (tramp-handle-file-name-completion)
5487 (tramp-completion-handle-file-name-completion): Handle optional
5488 parameter PREDICATE.
5489 (tramp-find-default-method): Add code for default values.
5490
5491 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
5492
5493 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
5494 make gud-go send "continue".
5495
5496 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
5497
5498 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
5499 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
5500
5501 2006-12-19 Kim F. Storm <storm@cua.dk>
5502
5503 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
5504 instead of global-map.
5505
5506 * files.el (magic-mode-alist): Allow matching file type by
5507 calling a function at bob. Check for image types by calling
5508 image-type-from-buffer. Suggested by Juanma Barranquero.
5509 (set-auto-mode): Do it.
5510
5511 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
5512
5513 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
5514 Remove "ControlMaster" option from the other `scp*' methods.
5515 (tramp-default-method): Check for ssh-agent before setting to `scp'.
5516
5517 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
5518
5519 * textmodes/org.el (org-mode): Show context after isearch.
5520 (org-show-siblings): New function.
5521 (org-show-context): Use `org-show-siblings'.
5522
5523 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
5524
5525 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
5526 Use syntax-ppss-toplevel-pos.
5527
5528 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
5529
5530 * textmodes/org.el (org-current-line): Make sure that lines are
5531 counted from beginning of buffer.
5532 (org-table-copy-region, org-table-paste-rectangle): Make sure that
5533 lines are counted from beginning of buffer.
5534
5535 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
5536
5537 * info.el (Info-build-node-completions): Signal error if tag-table
5538 marker is not found.
5539
5540 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5541
5542 2006-12-17 Alan Mackenzie <acm@muc.de>
5543
5544 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
5545 speed) the case when open-paren-in-column-0-is-defun-start is nil.
5546 Based on code by Martin Rudalics.
5547
5548 * progmodes/cc-mode.el (c-basic-common-init): Don't set
5549 open-paren-in-column-0-is-defun-start to nil any more.
5550
5551 2006-12-17 Richard Stallman <rms@gnu.org>
5552
5553 * simple.el (delete-horizontal-space): Use prefix arg.
5554
5555 * help-fns.el (describe-variable): Improve blank separator lines.
5556
5557 * files.el (magic-mode-alist): Mark as risky.
5558
5559 * files.el (make-backup-file-name-1):
5560 Expand backup-directory explicitly.
5561
5562 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
5563
5564 * net/tramp.el (tramp-default-method): Before setting to "pscp",
5565 check whether package password.el is loaded, or Pageant is running.
5566
5567 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
5568
5569 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
5570 (icalendar--rris): First try Emacs, then XEmacs.
5571 (icalendar--convert-ical-to-diary): Doc fix.
5572 Insert newline at end of target file.
5573
5574 2006-12-17 Kim F. Storm <storm@cua.dk>
5575
5576 * outline.el (outline-isearch-open-invisible-function): New defvar.
5577 (outline-flag-region): Use it if non-nil for isearch-open-invisible
5578 overlay property instead of outline-isearch-open-invisible.
5579
5580 2006-12-16 Kim F. Storm <storm@cua.dk>
5581
5582 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
5583 if ido-directory-too-big is set on entry.
5584 (ido-toggle-ignore, ido-completion-help): Print message while
5585 reading big directory.
5586
5587 2006-12-15 Richard Stallman <rms@gnu.org>
5588
5589 * shell.el (shell): Doc fix.
5590
5591 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
5592
5593 * emulation/edt.el (edt-xserver):
5594 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
5595 to fix a problem on Cygwin.
5596
5597 * emulation/edt.el
5598 * emulation/edt-mapper.el
5599 * emulation/edt-lk201.el
5600 * emulation/edt-pc.el
5601 * emulation/edt-vt100.el: Update maintainer's email address.
5602
5603 2006-12-15 Simon Marshall <simon@gnu.org>
5604
5605 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
5606
5607 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5608
5609 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
5610 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
5611 instead of mac-atsu-font-table.
5612 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
5613
5614 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
5615
5616 * align.el (align-match-tex-pattern): Fix a rare bug which
5617 hanged Emacs.
5618
5619 2006-12-14 Richard Stallman <rms@gnu.org>
5620
5621 * startup.el (use-fancy-splash-screens-p): Use frame-height
5622 instead of window-height. Pass frame to image-size.
5623
5624 2006-12-13 Kenichi Handa <handa@m17n.org>
5625
5626 * international/mule-cmds.el (set-locale-environment):
5627 Set default-sendmail-coding-system too.
5628
5629 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
5630
5631 * progmodes/idlw-help.el: Fix copyright notice.
5632
5633 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5634
5635 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
5636
5637 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
5638
5639 * subr.el (unread-command-char): Reformat obsolescence info.
5640
5641 2006-12-11 Richard Stallman <rms@gnu.org>
5642
5643 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
5644 about calls to cl-struct-setf-expander.
5645
5646 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
5647
5648 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
5649 (ediff-combination-pattern): Fix typo in docstring.
5650
5651 * textmodes/refer.el (refer-find-entry): Doc fix.
5652 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
5653 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
5654 Fix tipos in docstrings.
5655
5656 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
5657
5658 2006-12-10 Kim F. Storm <storm@cua.dk>
5659
5660 * ido.el (ido-init-completion-maps): Remap backward-kill-word
5661 instead of binding M-backspace.
5662
5663 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
5664
5665 * replace.el (replace-match-data, replace-match-maybe-edit):
5666 * calc/calc-aent.el (calc-eval-error):
5667 * emulation/vi.el (vi-char-argument):
5668 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
5669 (c-vsemi-status-unknown-p-fn): Doc fixes.
5670
5671 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
5672
5673 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
5674 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
5675
5676 2006-12-10 Masatake YAMATO <jet@gyve.org>
5677
5678 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
5679
5680 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
5681
5682 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
5683
5684 * man.el (Man-xref-button-action): New function. If the
5685 `Man-target-string' button property is a function, assume it
5686 accepts a position argument.
5687 (Man-abstract-xref-man-page): Use it.
5688 (Man-default-man-entry): New optional arg POS.
5689
5690 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
5691 symlink arrows read-only and non-rear-sticky.
5692
5693 2006-12-09 Martin Rudalics <rudalics@gmx.at>
5694
5695 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
5696 (wdired-search-and-rename): Simplify code.
5697 (wdired-preprocess-files, wdired-preprocess-perms): Make
5698 read-only property of preceding character rear-nonsticky to
5699 avoid that it can be modified. Put old-name and old-link
5700 properties on character preceding name and replace
5701 put-text-property by add-text-properties.
5702 (wdired-get-filename, wdired-get-previous-link): Get old-name
5703 and old-link properties from character preceding name and
5704 simplify code.
5705 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
5706 (wdired-perms-to-number): Make local-map property
5707 rear-nonsticky to avoid that text following permissions may be
5708 modified. Use add-text-properties instead of put-text-property
5709 when changing a permission bit.
5710 (wdired-change-to-dired-mode): Remove stickiness properties.
5711
5712 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
5713
5714 * international/mule-cmds.el (register-input-method): Doc fix.
5715
5716 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
5717
5718 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
5719
5720 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5721
5722 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
5723 Force buffer local defs evaluation on local variables loading.
5724 (flyspell-mode-on, flyspell-mode-off): Use it in
5725 `hack-local-variables-hook'.
5726
5727 2006-12-09 Eli Zaretskii <eliz@gnu.org>
5728
5729 * emacs-lisp/find-func.el (find-variable): Doc fix.
5730
5731 * help-fns.el (variable-at-point): Doc fix.
5732
5733 * w32-fns.el (w32-append-code-lines): New function.
5734
5735 2006-12-09 Romain Francoise <romain@orebokech.com>
5736
5737 * comint.el (comint-insert-input): Delete obsolete comment.
5738
5739 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5740
5741 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
5742 current frame, in case we're connected to several displays.
5743
5744 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
5745
5746 * frame.el (other-frame): Doc fix.
5747 (set-frame-parameter): Fix typo in docstring.
5748
5749 2006-12-07 Kim F. Storm <storm@cua.dk>
5750
5751 * info.el (Info-index): Strip leading colon from topic.
5752
5753 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
5754
5755 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
5756 to pointers.
5757
5758 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
5759
5760 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
5761 Trim out spurious class inheritance "None" entries.
5762
5763 2006-12-05 Kim F. Storm <storm@cua.dk>
5764
5765 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
5766 (cua-paste-pop): Rework last change for
5767 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
5768 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
5769 text inserted by the last M-y command.
5770
5771 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5772
5773 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
5774 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
5775
5776 * shell.el (shell): Search the start file in ~/.emacs.d as
5777 `init_SHELLNAME.sh' instead.
5778
5779 2006-12-05 Glenn Morris <rgm@gnu.org>
5780
5781 * progmodes/cperl-mode.el (cperl-mode)
5782 * progmodes/f90.el (f90-mode-abbrev-table)
5783 * progmodes/fortran.el (fortran-mode-abbrev-table)
5784 * progmodes/octave-mod.el (octave-abbrev-table)
5785 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
5786 if abbrev-table is non-nil (saved user abbrevs may have been restored).
5787
5788 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
5789 clear abbrev table, else saved abbrevs will not be restored.
5790
5791 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
5792
5793 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
5794 the call to `make-obsolete-variable', not in the docstring.
5795
5796 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
5797
5798 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
5799
5800 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5801
5802 * progmodes/ebnf-abn.el:
5803 * progmodes/ebnf-bnf.el:
5804 * progmodes/ebnf-dtd.el:
5805 * progmodes/ebnf-ebx.el:
5806 * progmodes/ebnf-iso.el:
5807 * progmodes/ebnf-otz.el:
5808 * progmodes/ebnf-yac.el:
5809 * progmodes/ebnf2ps.el:
5810 * delim-col.el:
5811 * printing.el:
5812 * ps-bdf.el:
5813 * ps-mule.el:
5814 * ps-print.el: Remove 'Time-stamp' comment mark.
5815
5816 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
5817 'easy-menu-add-item' when called in Emacs 21 or higher.
5818
5819 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
5820
5821 * progmodes/ada-xref.el (ada-check-current): Doc fix.
5822 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
5823
5824 2006-12-04 Kim F. Storm <storm@cua.dk>
5825
5826 * bindings.el (global-map): Bind [signal t] to ignore, to have
5827 user signals ignored by default.
5828
5829 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
5830
5831 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
5832 Unicode data file pointed to by `describe-char-unicodedata-file'.
5833
5834 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5835
5836 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
5837 O(n^2) regexp-search by anchoring the search.
5838
5839 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
5840
5841 * whitespace.el (whitespace-cleanup-internal): Use current
5842 argument for recursive call.
5843
5844 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
5845
5846 * net/tramp.el (tramp-methods): Add "ControlPath" and
5847 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
5848 Andreas Schwab <schwab@suse.de>.
5849 (tramp-do-copy-or-rename-file-out-of-band)
5850 (tramp-open-connection-rsh): Compute format spec for ?t.
5851 (tramp-process-actions): Trace command parameters.
5852
5853 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
5854
5855 * simple.el (toggle-truncate-lines): Clarify doc string.
5856
5857 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
5858 (gdb-speedbar-expand-node): Use it.
5859
5860 2006-12-04 Richard Stallman <rms@gnu.org>
5861
5862 * progmodes/python.el (python-indent): Add safe-local-variable prop.
5863
5864 * dired.el (dired-revert): Turn off dired-after-readin-hook
5865 around call to dired-readin.
5866
5867 * menu-bar.el (menu-bar-make-toggle): Add "globally"
5868 to echo area messages.
5869 <indicate-empty-lines, case-fold-search>:
5870 Add "globally" to Help string.
5871 <case-fold-search>: MESSAGE arg need not say "globally".
5872 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
5873
5874 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
5875
5876 * outline.el (outline-end-of-subtree): Don't leave an empty
5877 line hidden as we would a real next heading.
5878
5879 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
5880
5881 * allout.el (allout-ascend): Add an optional argument to preserve
5882 original position of point when unsuccessful. Also, fix a
5883 docstring error.
5884 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
5885 work again, using allout-ascend's new option.
5886 (allout-setup-mode-map): Extract from allout-mode to initialize
5887 allout-mode-map. Call it on file load, so the mode docstring
5888 substitutions work even if allout mode has not yet been invoked.
5889 (allout-mode): Use new allout-setup-mode-map to track any keybinding
5890 customizations since the map was last processed. Also, refine the
5891 docstring so it's ship-shape for release.
5892 (allout-default-layout, allout-beginning-of-line-cycles)
5893 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
5894 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
5895 (allout-version, allout-layout, allout-infer-body-reindent)
5896 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
5897 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
5898 (allout-previous-heading, allout-goto-prefix-doublechecked)
5899 (allout-current-bullet-pos, allout-next-sibling-leap)
5900 (allout-pre-command-business, allout-encrypted-type-prefix)
5901 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
5902 (allout-rebullet-topic, allout-rebullet-topic-grunt)
5903 (allout-flag-region, allout-expose-topic, allout-expose-topic)
5904 (allout-old-expose-topic, allout-listify-exposed)
5905 (allout-process-exposed, allout-latex-verb-quote)
5906 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
5907 (allout-toggle-current-subtree-encryption)
5908 (allout-toggle-subtree-encryption, allout-bullet-isearch):
5909 Remove extraneous open-paren and close paren string escapes.
5910
5911 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
5912
5913 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
5914 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
5915 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
5916 Fix typos in docstrings.
5917
5918 2006-12-03 Glenn Morris <rgm@gnu.org>
5919
5920 * progmodes/cc-align.el
5921 * progmodes/cc-awk.el
5922 * progmodes/cc-cmds.el
5923 * progmodes/cc-compat.el
5924 * progmodes/cc-defs.el
5925 * progmodes/cc-engine.el
5926 * progmodes/cc-langs.el
5927 * progmodes/cc-menus.el
5928 * progmodes/cc-mode.el
5929 * progmodes/cc-styles.el
5930 * progmodes/cc-vars.el
5931 * progmodes/vhdl-mode.el: Fix Copyright format.
5932
5933 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
5934
5935 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
5936 initial down event.
5937
5938 2006-12-02 Kim F. Storm <storm@cua.dk>
5939
5940 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
5941 (cua-repeat-replace-region): Make M-v more robust.
5942 (cua-paste-pop-rotate-temporarily): New defcustom.
5943 (cua-paste-pop): Use it.
5944 (cua-auto-mark-last-change): New defcustom.
5945 (cua-pop-to-last-change): New helper function.
5946 (cua-set-mark): Use them.
5947
5948 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
5949
5950 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
5951 mini-buffer message.
5952
5953 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
5954
5955 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
5956
5957 2006-12-01 Ben North <ben@redfrontdoor.org>
5958
5959 * paren.el: Fix the highlight overlay extension when the user types a
5960 sequence of char very fast just before the open parenthesis.
5961
5962 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5963
5964 * ps-mule.el: Eliminate Emacs 20 compatibility.
5965
5966 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
5967 (ps-print-version): New version 6.7.
5968 (ps-print-quote): Replace '?\ ' by '?\s'.
5969
5970 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
5971
5972 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
5973 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
5974 (hexl-end-of-1k-page): Doc fixes.
5975 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
5976 Fix typos in docstrings.
5977
5978 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5979
5980 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
5981 locally, i.e. without using file name handlers.
5982 (ido-read-internal): Allow mono letter host names, avoiding the
5983 `c:' problem by testing if the file exists locally.
5984 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
5985
5986 2006-11-30 Masatake YAMATO <jet@gyve.org>
5987
5988 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
5989 to avoid bytecomp warnings.
5990 (hexl-mode-old-ruler-function): New variable.
5991 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
5992 and `hl-line-range-function' after `require' hl-line.
5993 Then bind `hl-line-range-function' and `hl-line-face'.
5994 Don't require frame. Don't use `with-no-warnings'.
5995 (hexl-activate-ruler): Store the original value of
5996 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
5997 (hexl-mode-exit): Restore the original value of
5998 `ruler-mode-ruler-function'.
5999
6000 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
6001
6002 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
6003 (hexl-mode-old-hl-line-face): New variable.
6004 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
6005 line when exit from the hexl-mode.
6006
6007 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
6008
6009 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
6010 Doc fixes.
6011
6012 * international/fontset.el (create-fontset-from-ascii-font)
6013 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
6014 (fontset-name-p): Fix typo in docstring.
6015
6016 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
6017
6018 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6019
6020 * ps-bdf.el: Fix maintainer email.
6021
6022 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
6023 compatibility.
6024
6025 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
6026 21 compatibility.
6027 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
6028 Emacs 20 & 21.
6029
6030 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
6031
6032 * progmodes/idlwave.el (idlwave-auto-fill):
6033 Remove paragraph-start let to prevent auto-fill giving up.
6034
6035 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
6036
6037 * vt100-led.el (led-state): Fix typo in previous change.
6038
6039 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6040
6041 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6042 Fix interactive spec of the functions getting defined to make them
6043 work as documented.
6044
6045 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
6046
6047 * startup.el (fancy-splash-screens): Hide initial splash buffer.
6048
6049 2006-11-28 Kim F. Storm <storm@cua.dk>
6050
6051 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
6052 icomplete-mode is enabled.
6053
6054 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
6055
6056 * textmodes/org.el (require): Require gnus-sum during compilation
6057 to avoid problem with a macro call.
6058
6059 2006-11-28 Glenn Morris <rgm@gnu.org>
6060
6061 * emacs-lisp/authors.el (authors-aliases): Add new alias.
6062
6063 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
6064 (fortran-window-create-momentarily): Do not need string-to-char.
6065
6066 2006-11-28 Richard Stallman <rms@gnu.org>
6067
6068 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
6069 Replace incorrect use of assoc-default with a loop.
6070
6071 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
6072
6073 * simple.el (next-error-find-buffer): Improve messages.
6074
6075 * files.el (revert-buffer): Special error message if file
6076 is now not readable.
6077
6078 * facemenu.el (facemenu-add-new-face): Improve doc strings of
6079 constructed commands.
6080
6081 * comint.el (comint-exec-1): Provide Emacs version and `comint'
6082 in INSIDE_EMACS.
6083
6084 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6085
6086 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
6087
6088 * server.el: Remove spurious * in docstrings.
6089 (server-process-filter): Exit from recursive editing before processing
6090 a new request.
6091
6092 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
6093
6094 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
6095 line so hidden blocks will be correctly identified.
6096
6097 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
6098
6099 * ledit.el (ledit-save-defun, ledit-mode):
6100 * resume.el (resume-emacs-args-buffer):
6101 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
6102 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
6103 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
6104 (command-send-input, command-kill-line):
6105 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
6106
6107 * autoarg.el (autoarg-kp-mode): Doc fix.
6108
6109 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
6110 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
6111 (check-emacs-lock): Doc fix. Simplify.
6112
6113 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
6114 (iimage-mode-buffer): Fix typos in docstring.
6115
6116 * misc.el (zap-up-to-char): Doc fix.
6117
6118 * time-stamp.el: Fix comment and obsolescence string for old
6119 functions. Use `dolist' instead of `while'.
6120
6121 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
6122
6123 * disp-table.el (standard-display-8bit, standard-display-default):
6124 * ebuff-menu.el (electric-buffer-list):
6125 * ehelp.el (electric-help-command-loop):
6126 * font-core.el (font-lock-mode):
6127 * help-macro.el (make-help-screen):
6128 * help.el (describe-minor-mode-completion-table-for-indicator)
6129 (lookup-minor-mode-from-indicator):
6130 * indent.el (tab-to-tab-stop, move-to-tab-stop):
6131 * info-look.el (info-lookup-guess-custom-symbol):
6132 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
6133 * longlines.el (longlines-wrap-line):
6134 * macros.el (insert-kbd-macro):
6135 * menu-bar.el (menu-bar-update-buffers):
6136 * misc.el (copy-from-above-command):
6137 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
6138 * newcomment.el (comment-indent):
6139 * novice.el (disabled-command-function):
6140 * sort.el (sort-fields-syntax-table):
6141 * subr.el (momentary-string-display):
6142 * tar-mode.el (tar-header-block-summarize)
6143 (tar-clear-modification-flags):
6144 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
6145 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
6146 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
6147 (te-delete-char, te-down-vertically-or-scroll):
6148 * time-stamp.el (time-stamp-string-preprocess):
6149 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
6150
6151 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
6152
6153 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
6154 in GUD mode.
6155
6156 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
6157 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
6158
6159 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6160
6161 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
6162
6163 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
6164
6165 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
6166 (ada-compile-goto-error): Adapt to new argument profile of
6167 compilation-goto-locus in Emacs 22. Don't check if the various
6168 compile functions are defined; we already do "(require 'compile)".
6169
6170 2006-11-26 Kim F. Storm <storm@cua.dk>
6171
6172 * kmacro.el: Fix commentary.
6173
6174 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
6175
6176 * progmodes/gud.el (gdb): Explain how to run in text command mode
6177 more clearly. Say in error message that multiple debugging
6178 requires restarting GDB.
6179
6180 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
6181
6182 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
6183
6184 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
6185
6186 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
6187 (flymake-popup-menu): Use it instead of posn-at-point.
6188
6189 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6190
6191 * progmodes/cc-vars.el (c-backslash-column):
6192 Mention c-backslash-max-column in documentation for c-backslash-column.
6193
6194 2006-11-24 Lars Hansen <larsh@soem.dk>
6195
6196 * net/tramp.el (tramp-default-method): Under Windows, change from
6197 plink to pscp.
6198 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
6199 (tramp-actions-copy-out-of-band):
6200 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
6201 (tramp-action-out-of-band): Move "Permission denied" handling to
6202 tramp-action-copy-failed.
6203 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
6204 process buffer.
6205
6206 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6207
6208 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6209 strings to a single string. Quote `errors-file-name'.
6210 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6211 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6212 Adjust calls. Use `shell-quote-argument'.
6213
6214 * international/mule.el (load-with-code-conversion)
6215 (with-category-table): Use with-current-buffer.
6216 (after-insert-file-set-coding): Use restore-buffer-modified-p.
6217
6218 2006-11-24 Eli Zaretskii <eliz@gnu.org>
6219
6220 * mail/smtpmail.el (smtpmail-send-it):
6221 Copy buffer-file-coding-system from the mail buffer. Possibly add a
6222 MIME header for the message encoding.
6223 Bind coding-system-for-write around the call to mail-do-fcc.
6224 Use smtpmail-code-conv-from to encode queued mail messages.
6225
6226 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
6227
6228 * tabify.el (tabify-regexp): Doc fix.
6229
6230 * net/rcirc.el (rcirc-buffer-maximum-lines):
6231 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
6232
6233 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
6234 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
6235 Fix typos in output messages.
6236 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
6237
6238 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6239
6240 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
6241 the horse's mouth.
6242 (hexlify-buffer): Don't re-encode an arg that's already encoded.
6243
6244 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
6245
6246 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
6247 Remove condition-case.
6248
6249 2006-11-23 Glenn Morris <rgm@gnu.org>
6250
6251 * progmodes/f90.el (f90-comment-indent): Do not move point in
6252 default case.
6253
6254 2006-11-21 Romain Francoise <romain@orebokech.com>
6255
6256 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
6257 from library name (reverts change of 2005-10-25).
6258
6259 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
6260
6261 * tutorial.el (tutorial--default-keys): Add newline and
6262 delete-backward-char bindings.
6263 (tutorial--detailed-help): Save excursion when finding keys.
6264 Correct warning string for M-x FOO case.
6265 (tutorial--display-changes): Print special keys in tutorial style.
6266 Tweak search regexp for changed keys.
6267
6268 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
6269
6270 * thingatpt.el (thing-at-point-url-at-point): Don't add a
6271 redundant scheme.
6272
6273 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
6274
6275 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
6276 are new to the list at IANA. Also added irc, mms, mmsh.
6277
6278 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
6279
6280 * progmodes/idlw-help.el (idlwave-html-help-location):
6281 Fail gracefully for missing help packages.
6282 (idlwave-help-assistant-open-link): Open full links.
6283 (idlwave-help-assistant-help-with-topic): Direct help link.
6284
6285 * progmodes/idlwave.el (idlwave-mode):
6286 Set add-log-current-defun-function.
6287 (idlwave-current-routine-fullname): Add, to support add-log.
6288 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
6289 to reflect improvements to xml-parse-file.
6290 (idlwave-mode-menu-def): New binding for help-with-topic.
6291
6292 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
6293 Handle extra newlines and spaces.
6294 (idlwave-shell-mode-map): Add help-with-topic.
6295
6296 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
6297
6298 * tutorial.el (tutorial-warning-face): New face.
6299 (tutorial--detailed-help, tutorial--display-changes): Use it.
6300 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
6301 Improve search pattern for occurrences of changed keys.
6302
6303 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6304
6305 * term/x-win.el (x-last-cut-buffer-coding): New variable.
6306 (x-select-text): Set it.
6307 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
6308 when checking for newness.
6309
6310 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
6311
6312 * subr.el (posn-image):
6313 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
6314
6315 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
6316
6317 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6318
6319 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
6320 Exceptions to the rule "add a space between an identifier and an
6321 opening parenthesis". Defaulted to the `#define' problem of cpp.
6322 (glasses-parenthesis-exception-p): New. Check if the region is an
6323 exception regarding to that.
6324 (glasses-make-readable): Use it.
6325 (glasses-convert-to-unreadable): Ditto. Modify the file also if
6326 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
6327
6328 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
6329
6330 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
6331
6332 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
6333
6334 * progmodes/ada-mode.el (ada-make-body): Fix typo.
6335
6336 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
6337 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
6338
6339 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
6340
6341 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
6342 conditions for function or variable bindings.
6343
6344 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
6345
6346 * progmodes/compile.el (compilation-start): Ditto.
6347
6348 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
6349
6350 * net/tramp.el (top): cl and custom are always required.
6351
6352 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6353
6354 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
6355 cut-buffers with next-selection-coding-system if not nil.
6356
6357 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
6358
6359 * textmodes/org.el (org-fix-decoded-time): New function.
6360 (org-display-custom-time): Use `org-fix-decoded-time'.
6361
6362 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
6363
6364 * menu-bar.el (menu-bar-games-menu): Remove yow.
6365
6366 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
6367
6368 * textmodes/org.el (org-scan-tags): Re-align code fixed.
6369 (org-detach-overlay): Rename from `org-detatch-overlay'.
6370 (org-table-convert-region): Insert space after column separator.
6371 (org-agenda-kill): New command.
6372 (org-metaleft): Call `org-outdent-item' on bullets.
6373 (org-metaright): Call `org-indent-item' on bullets.
6374 (org-timestamp-change): Set `org-last-changed-timestamp'.
6375 (org-current-line): Make sure (bolp) returns correct result.
6376 (org-agenda-change-all-lines): Make sure TODO are highlighted.
6377
6378 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6379
6380 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
6381
6382 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
6383
6384 * mouse.el (global-map): Change 2006-08-16 fix to call
6385 mouse-yank-at-click explicitly, since mouse events are not carried
6386 over into keyboard macros.
6387
6388 2006-11-16 Kim F. Storm <storm@cua.dk>
6389
6390 * ido.el (ido-file-internal): Use current buffer's file name as default
6391 choice for ido-find-alternate-file. Suggested by Matt Hodges.
6392
6393 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
6394
6395 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
6396 (allout-inhibit-aberrance-doublecheck): Rename from
6397 allout-during-yank-processing. All callers changed.
6398 (allout-ascend): Provide for unusual case where some topic after
6399 the first in file is at lower depth than the first.
6400 (allout-shift-in): Ensure the offspring of the new containing
6401 topic are exposed.
6402 (allout-encrypt-string): Preserve the coding-system of the text,
6403 according to that of the containing buffer.
6404 (allout-toggle-subtree-encryption): When the text being encrypted
6405 requires a different coding system, offer to preserve the coding
6406 system using a file local var.
6407
6408 2006-11-15 Simon Marshall <simon@gnu.org>
6409
6410 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
6411 to recognise "T t()" as a function declaration, rather than a
6412 variable instantiation, iff at the top-level or inside a class
6413 declaration. Suggested by Feng Li <fengli@gmail.com>.
6414
6415 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6416
6417 * progmodes/ada-xref.el (ada-parse-prj-file):
6418 Don't delete project buffer; user may want to edit it.
6419 (ada-xref-set-project-field, ada-xref-current-project-file)
6420 (ada-xref-current-project, ada-show-current-project)
6421 (ada-set-main-compile-application): New functions.
6422 (ada-xref-get-project-field, ada-require-project-file):
6423 Normalize use of ada-prj-default-project-file.
6424 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
6425 Normalize use of ada-require-project-file.
6426 (ada-prj-find-prj-file): Improve doc string, comments.
6427
6428 * progmodes/ada-mode.el (ada-mode-version): Bump version.
6429 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
6430 (ada-create-menu): Add ada-set-main-compile-application,
6431 ada-show-current-main, ada-show-current-project.
6432
6433 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6434
6435 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
6436 (inferior-python-mode): Use it.
6437
6438 2006-11-14 Andreas Schwab <schwab@suse.de>
6439
6440 * term/xterm.el (terminal-init-xterm): Add more key bindings.
6441
6442 2006-11-13 Kim F. Storm <storm@cua.dk>
6443
6444 * ido.el (ido-copy-current-word): C-o copies region if active.
6445
6446 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
6447
6448 * textmodes/org.el (org-emph-face): Fix typo in variable name.
6449
6450 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
6451
6452 * ediff.el (ediff-revision):
6453 * files.el (set-visited-file-name):
6454 * mail/rmailout.el (rmail-output-body-to-file):
6455 Use `format', not `message', in `y-or-n-p' call.
6456
6457 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
6458
6459 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
6460 (org-metaright): Call `org-indent-item' on bullets.
6461 (org-timestamp-change): Set `org-last-changed-timestamp'.
6462 (org-current-line): Make sure (bolp) returns correct result.
6463 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
6464
6465 2006-11-12 Richard Stallman <rms@gnu.org>
6466
6467 * language/european.el (turkish-case-conversion-enable)
6468 (turkish-case-conversion-disable): New functions.
6469 ("Turkish" lang env): Use them.
6470
6471 * international/characters.el (case table):
6472 Do nothing special for i and I.
6473
6474 * subr.el (remove-overlays): Fix last change.
6475
6476 * cus-edit.el (custom-save-all): Use find-file-visit-truename
6477 for visiting the custom file.
6478
6479 2006-11-12 Markus Triska <triska@gmx.at>
6480
6481 * play/handwrite.el (handwrite): Also process lines not ending
6482 with newline. Replace some position-fiddling with different
6483 logic. Improve performance.
6484
6485 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
6486
6487 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
6488 replacing deleted variable `ada-check-switch'.
6489 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
6490 (ada-xref-project-files): Improve doc string.
6491 (ada-find-executable): New function.
6492 (ada-initialize-runtime-library): Use `ada-find-executable'.
6493 (ada-xref-set-default-prj-values): In compile commands, don't need
6494 `ada-cd-command'; `compile' does that more portably.
6495 Use ada-prj-default-check-cmd.
6496 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
6497 properties if not specified in project file.
6498 (ada-goto-declaration): Display useful message for new error
6499 'error-file-not-found.
6500 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
6501 'error-file-not-found.
6502 (ada-get-all-references): Match latest ali syntax. Signal new
6503 error 'error-file-not-found.
6504 (ada-find-in-ali): Match latest ali syntax.
6505 (ada-make-filename-from-adaname): Handle different semantics of
6506 gnatkr in GNAT 3.15p vs later.
6507
6508 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
6509 ada-procedure-start-regexp.
6510 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
6511
6512 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
6513 with defvar.
6514 (ada-language-version): Rename ada05 -> ada2005.
6515 (ada-align-region-separate): Add `eval-when-compile'.
6516 (ada-name-regexp): Remove unneeded escapes in regexp character
6517 alternative.
6518 (ada-compile-goto-error-file-linenr-re): New constant.
6519 (ada-matching-start-re): Handle additional cases `declare',
6520 `procedure', `function'.
6521 (ada-compile-goto-error): Handle "... at line nn".
6522 (ada-mode): Clearer syntax, comments for ff-special-constructs.
6523 Delete support for old versions of `align'.
6524 (ada-search-prev-end-stmt): Handle additional keyword `private'.
6525 (ada-check-defun-name): Simplify handling of `declare'.
6526 (ada-goto-matching-start): Handle nested `begin ... end'.
6527 Handle `declare', `protected', `procedure', `function'.
6528 (ada-create-menu): Presence of arm95 is not conditional on using
6529 GNAT compiler.
6530
6531 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
6532
6533 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
6534 nil in the *RE-Builder* buffer (it causes spurious error messages).
6535
6536 * server.el (server-visit-files): If `minibuffer-auto-raise' has
6537 been set to t, respect it.
6538
6539 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
6540
6541 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
6542 Delete commented out code for old Emacs versions. Autoloading of
6543 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
6544 (ada-mode-version): Bump version number.
6545 (ada-95-string-keywords, ada-2005-string-keywords)
6546 (ada-2005-keywords, ada-name-regexp): New constant.
6547 (ada-language-version, ada-procedure-start-regexp, ada-mode)
6548 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
6549 (ada-package-start-regexp): Support private packages, include package
6550 name (for ada-set-point-accordingly).
6551 (ada-next-procedure, ada-previous-procedure)
6552 (ada-which-function-are-we-in): Match changes to
6553 ada-procedure-start-regexp.
6554 (ada-make-body): Make non-interactive; not a user function.
6555 (ada-make-subprogram-body): Improve doc string.
6556
6557 2006-11-11 Romain Francoise <romain@orebokech.com>
6558
6559 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
6560 `compilation-error-regexp-alist' buffer-local, since we changed
6561 `compilation-error-regexp-alist-alist' locally.
6562
6563 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
6564
6565 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
6566 to the value of `server-raise-frame'.
6567
6568 2006-11-11 Glenn Morris <rgm@gnu.org>
6569
6570 * ido.el (ido-enable-prefix)
6571 * ses.el (ses-call-printer-return)
6572 * net/tramp.el (tramp-unified-filenames)
6573 * progmodes/cc-align.el (c-lineup-string-cont)
6574 * progmodes/compile.el (compilation-directory-matcher)
6575 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6576 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6577 (vhdl-clock-rising-edge)
6578 * textmodes/org.el (org-export-with-timestamps)
6579 (org-export-remove-timestamps-from-toc)
6580 (org-export-with-tags): Improve previous doc fixes.
6581
6582 2006-11-11 Richard Stallman <rms@gnu.org>
6583
6584 * textmodes/flyspell.el (flyspell-mode-map):
6585 Bind C-c $ instead of M-RET.
6586
6587 2006-11-10 Simon Marshall <simon@gnu.org>
6588
6589 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
6590 fontification for "case" and "default" keywords.
6591
6592 2006-11-10 Andreas Schwab <schwab@suse.de>
6593
6594 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
6595 Avoid starting sentence with "nil".
6596
6597 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
6598
6599 * server.el (server-raise-frame): New option.
6600 (server-switch-buffer): Use it.
6601
6602 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
6603
6604 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
6605 with a capital.
6606
6607 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6608
6609 * textmodes/org.el (org-show-hierarchy-above)
6610 (org-show-following-heading): Fix typo in default value.
6611 (org-scan-tags): Make the search case-sensitive.
6612 (org-tags-sparse-tree): Don't overrule
6613 `org-show-following-heading' and `org-show-hierarchy-above'.
6614 (org-reveal): New command.
6615 (org-show-context): Rename from `org-show-hierarchy-above'.
6616 (org-fast-tag-selection-single-key): New option.
6617 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
6618 (org-tags-overlay): New variable.
6619 (org-agenda-todo-ignore-deadlines): New option.
6620 ("session"): Add circular data structure `org-mark-ring' to
6621 exceptions list in session.el.
6622 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
6623 New options.
6624 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
6625 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
6626 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
6627 (org-finalize-agenda): Activate bracket links in agenda.
6628 (org-at-timestamp-p, org-at-date-range-p): Additional argument
6629 INACTIVE-OK.
6630 (org-show-hierarchy-above, org-show-following-heading):
6631 List values allowed for fine-tuned configuration.
6632 (org-show-hierarchy-above): New argument CONTEXT, use the
6633 fine-tuned settings in `org-show-hierarchy-above' and
6634 `org-show-following-heading'.
6635 (org-display-custom-time): New function.
6636 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
6637 (org-display-custom-times, org-time-stamp-custom-formats):
6638 (org-maybe-intangible): New macro.
6639 (org-activate-bracket-links, org-hide-wide-columns):
6640 Use `org-maybe-intangible'.
6641 (org-open-file): Use `shell-quote-argument'.
6642 (org-display-internal-link-with-indirect-buffer): New option.
6643 (org-file-remote-p): Get regexp from list.
6644 (org-link-expand-abbrev): New function.
6645 (org-link-abbrev-alist): New option.
6646 (org-open-at-point, org-cleaned-string-for-export):
6647 Call `org-link-expand-abbrev'.
6648 (org-timeline, org-agenda-list, org-todo-list)
6649 (org-tags-view): Remove the KEEP-MODES argument.
6650 (org-finalize-agenda-hook): New hook.
6651 (org-get-alist-option): New function.
6652 (org-follow-timestamp-link): New function.
6653 (org-open-at-point): Call `org-follow-timestamp-link'.
6654 (org-log-note-marker, org-log-note-purpose)
6655 (org-log-note-window-configuration): New variables.
6656 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
6657 (org-log-note-headings): New option.
6658 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
6659 (org-store-link): Support for dired-mode.
6660 (org-open-file): Substitute environment variables into filename.
6661 (org-last): New defsubst.
6662 (org-agenda-re-align-tags): New function.
6663 (org-agenda-align-tags-to-column): New option.
6664 (org-agenda-timeline): Group removed.
6665 (org-prepare-agenda, org-prepare-agenda-buffers)
6666 (org-run-agenda-series, org-timeline, org-agenda-list)
6667 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
6668 the text property inticating the agenda type.
6669 (org-agenda-post-command-hook): Get agenda type from text property
6670 at point.
6671 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
6672 and obey `org-agenda-overriding-arguments'.
6673 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
6674 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6675 (org-agenda-week-view, org-agenda-day-view):
6676 Use `org-agenda-overriding-arguments' to make updating work with
6677 multi-block agendas.
6678 (org-agenda-prefix-format): Allow different formats for the
6679 different agenda entry types.
6680 (org-timeline-prefix-format): Option removed, use
6681 `org-agenda-prefix-format' instead.
6682 (org-prepare-agenda): New function.
6683 (org-select-timeline-window): Option removed, use
6684 `org-select-agenda-window' instead.
6685 (org-respect-restriction): Variable removed.
6686 (org-cmp-tag): New function.
6687 (org-agenda-sorting-strategy, org-entries-lessp):
6688 Implement sorting by last tag.
6689 (org-complete): Better completion in in-buffer option lines.
6690 (org-in-item-p): New function.
6691 (org-org-menu): Add entries for checkboxes.
6692 (org-cycle): Extra brouping in outline-regexp, because it is used
6693 in a search with "^" prepended.
6694 (org-provide-checkbox-statistics): New option.
6695 (org-set-font-lock-defaults): Highlight checkbox statistics.
6696 (org-update-checkbox-count-maybe)
6697 (org-get-checkbox-statistics-face): New functions.
6698 (org-update-checkbox-count): New command.
6699 (org-insert-item, org-toggle-checkbox):
6700 Call `org-update-checkbox-count-maybe'.
6701 (org-export-as-html): XEmacs compatibility for coding system.
6702 (org-force-cycle-archived): New command.
6703 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
6704 overrules cycling.
6705 (org-fix-position-after-promote): If the line contains only a todo
6706 keyword, add a final space.
6707 (org-promote-subtree, org-demote-subtree):
6708 Call `org-fix-position-after-promote'.
6709
6710 2006-11-10 Glenn Morris <rgm@gnu.org>
6711
6712 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
6713 date in every year.
6714 (calendar-dst-check-each-year-flag): New customizable variable.
6715 (calendar-dst-find-data): New function, extracted from
6716 calendar-current-time-zone.
6717 (calendar-current-time-zone): Use calendar-dst-find-data.
6718 (calendar-dst-transition-cache): New variable.
6719 (calendar-dst-find-startend, calendar-dst-starts)
6720 (calendar-dst-ends): New functions.
6721 (calendar-daylight-savings-starts)
6722 (calendar-daylight-savings-ends): Change value to use
6723 calendar-dst-starts, calendar-dst-ends; respectively.
6724
6725 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
6726
6727 * ido.el (ido-enable-prefix)
6728 * ses.el (ses-call-printer-return)
6729 * net/tramp.el (tramp-unified-filenames)
6730 * progmodes/cc-align.el (c-lineup-string-cont)
6731 * progmodes/compile.el (compilation-directory-matcher)
6732 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6733 * progmodes/gdb-ui.el (gdb-many-windows)
6734 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6735 (vhdl-clock-rising-edge)
6736 * textmodes/org.el (org-export-with-timestamps)
6737 (org-export-remove-timestamps-from-toc, org-export-with-tags)
6738 (org-read-date): Doc fix (Nil -> nil).
6739
6740 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6741
6742 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
6743 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
6744
6745 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
6746
6747 * bs.el (bs--window-for-buffer): Remove.
6748 (bs--show-with-configuration): Use `get-window-with-predicate'
6749 instead of `bs--window-for-buffer'.
6750
6751 2006-11-10 Kenichi Handa <handa@m17n.org>
6752
6753 * files.el (revert-buffer): Fix previous change.
6754
6755 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
6756
6757 * bs.el (bs--redisplay): Fix typo in docstring.
6758 (bs--window-config-coming-from): Make frame-local.
6759 (bs--restore-window-config): New function.
6760 (bs-kill, bs-select, bs-select-other-window)
6761 (bs-select-other-frame): Use it.
6762 (bs--window-for-buffer): Return as soon as a matching buffer is found.
6763 (bs--show-with-configuration): Save the window configuration as a
6764 frame local var, and only if *buffer-selection* is not already
6765 visible on this frame.
6766
6767 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
6768
6769 * vc-svn.el (vc-svn-admin-directory): New var.
6770 (vc-svn-registered, vc-svn-responsible-p)
6771 (vc-svn-repository-hostname): Use it.
6772 Suggested by arit93@yahoo.com.
6773
6774 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6775
6776 * ldefs-boot.el: Regenerate.
6777
6778 2006-11-08 Alan Mackenzie <acm@muc.de>
6779
6780 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
6781 case (eq open-paren-in-column-0-is-defun-start nil) by searching
6782 for least nested open-paren.
6783
6784 2006-11-08 Romain Francoise <romain@orebokech.com>
6785
6786 * subr.el (remove-overlays): Fix typo in last change.
6787
6788 2006-11-08 Richard Stallman <rms@gnu.org>
6789
6790 * subr.el (remove-overlays): Call overlay-recenter.
6791
6792 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6793
6794 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6795 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
6796 behaviour.
6797 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
6798 directly.
6799
6800 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6801
6802 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
6803 (ido-max-dir-file-cache, ido-decorations)
6804 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
6805 (ido-magic-backward-char, ido-enter-dired)
6806 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
6807 (ido-list-directory, ido-first-match, ido-only-match)
6808 (ido-subdir, ido-indicator): Fix typos in docstrings.
6809 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
6810 (ido-read-internal): Fix typo in error message.
6811
6812 2006-11-08 Kenichi Handa <handa@m17n.org>
6813
6814 * international/mule-cmds.el (set-default-coding-systems):
6815 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
6816
6817 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6818
6819 * makefile.w32-in (setwins): Remove.
6820 (WINS_ALMOST): New macro.
6821 (WINS): Use it.
6822 (autoloads): Don't extract autoloads from files in obsolete/.
6823
6824 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
6825
6826 * whitespace.el (whitespace-buffer): Call remove-overlays after
6827 overlay-recenter for performance. Suggested by Martin Rudalics.
6828
6829 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
6830
6831 * net/tramp.el (tramp-default-method): scp is the default method.
6832
6833 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
6834
6835 * server.el (server-start): Save also the Emacs pid in the server file.
6836
6837 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
6838
6839 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
6840 point when displaying a bibtex cross reference in the echo area.
6841
6842 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
6843
6844 * international/mule.el (make-char): Fix typo in docstring.
6845 (load-with-code-conversion, charsetp): Doc fixes.
6846
6847 * international/ja-dic-cnv.el (skkdic-convert):
6848 * cus-edit.el (hook): Fix typo in docstring.
6849
6850 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
6851
6852 * cus-edit.el (custom-mode-map): Move defvar above code using it.
6853 (custom-mode-link-map): New variable.
6854 (custom-group-link, custom-manual): Use follow-link.
6855
6856 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6857
6858 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
6859 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
6860
6861 2006-11-06 Richard Stallman <rms@gnu.org>
6862
6863 * textmodes/flyspell.el (flyspell-correct-word-before-point):
6864 New function broken out of flyspell-correct-word.
6865 (flyspell-mode-map): Bind it to M-RET.
6866 (flyspell-correct-word): Call it.
6867
6868 * textmodes/fill.el (fill-minibuffer-function): New function.
6869 (fill-paragraph): Bind fill-paragraph-function to
6870 fill-minibuffer-function.
6871
6872 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
6873 so that they aren't undefined.
6874
6875 * dired.el (dired-readin): Locally bind file-name-coding-system.
6876
6877 * bindings.el: Shorten and clarify usual mode line mouse help string.
6878
6879 * Makefile.in (autoloads): Don't include `obsolete'.
6880
6881 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
6882
6883 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6884 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
6885 Printing menu if it's not initialized.
6886 (pr-menu-bind): Act on menu-bar-file-menu directly.
6887
6888 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
6889
6890 * help.el (view-emacs-news): Fix typo in error message.
6891
6892 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
6893
6894 * shadowfile.el (shadow-define-regexp-group)
6895 (shadow-literal-groups, shadow-insert-var): Doc fixes.
6896 (shadow-read-files): Fix typo in message.
6897 (shadow-inhibit-overload, shadow-find, shadow-suffix)
6898 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
6899 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
6900 (shadow-file-match): Fix typos in docstrings.
6901
6902 * terminal.el (terminal-emulator): Fix typo in message.
6903
6904 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
6905
6906 * emacs-lisp/lselect.el (x-kill-primary-selection)
6907 (x-delete-primary-selection, x-copy-primary-selection):
6908 Fix typos in error messages.
6909
6910 * emulation/edt-mapper.el: Fix typo in interactive message.
6911
6912 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
6913
6914 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
6915 (ispell-help): Fix typos in docstrings.
6916 (ispell-help): Fix typo in output message.
6917
6918 * allout.el (allout-adjust-file-variable)
6919 (allout-passphrase-verifier-string)
6920 (allout-passphrase-hint-string)
6921 (allout-toggle-current-subtree-encryption):
6922 * apropos.el (apropos-synonyms):
6923 * cus-edit.el (hook):
6924 * emacs-lock.el (emacs-lock-from-exiting):
6925 * follow.el (follow-avoid-tail-recenter-p):
6926 * hexl.el (hexl-mode):
6927 * mouse-copy.el (mouse-copy-work-around-drag-bug):
6928 * mouse.el (mouse-set-font):
6929 * resume.el (resume-emacs-args-file):
6930 * rfn-eshadow.el (file-name-shadow-tty-properties):
6931 * t-mouse.el (t-mouse-process, t-mouse-mode):
6932 * emacs-lisp/cust-print.el (custom-print-install)
6933 (custom-print-uninstall, custom-format):
6934 * emacs-lisp/shadow.el (list-load-path-shadows):
6935 * emulation/tpu-edt.el (tpu-help-text)
6936 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
6937 (tpu-reset-control-keys):
6938 * emulation/vip.el (vip-emacs-local-map)
6939 (vip-change-mode-to-emacs):
6940 * emulation/viper.el (viper-mode, viper-set-hooks)
6941 (viper-major-mode-modifier-list):
6942 * emulation/viper-init.el (viper-emacs-state-cursor-color):
6943 * emulation/viper-keym.el (viper-emacs-kbd-map)
6944 (viper-toggle-key):
6945 * mail/feedmail.el (feedmail-queue-reminder)
6946 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
6947 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
6948 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
6949 (feedmail-sender-line, feedmail-force-binary-write)
6950 (feedmail-from-line, feedmail-deduce-envelope-from)
6951 (feedmail-x-mailer-line, feedmail-message-id-generator)
6952 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
6953 (feedmail-enable-spray, feedmail-spray-this-address)
6954 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
6955 (feedmail-queue-runner-confirm-global)
6956 (feedmail-ask-before-queue-prompt)
6957 (feedmail-ask-before-queue-reprompt)
6958 (feedmail-prompt-before-queue-standard-alist)
6959 (feedmail-prompt-before-queue-user-alist)
6960 (feedmail-prompt-before-queue-help-supplement)
6961 (feedmail-queue-use-send-time-for-message-id)
6962 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
6963 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
6964 (feedmail-mail-send-hook-queued)
6965 (feedmail-confirm-addresses-hook-example)
6966 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
6967 (feedmail-queue-runner-mode-setter)
6968 (feedmail-queue-alternative-mail-header-separator)
6969 (feedmail-queue-runner-message-sender)
6970 (feedmail-buffer-eating-function, feedmail-binmail-template)
6971 (feedmail-run-the-queue-no-prompts)
6972 (feedmail-run-the-queue-global-prompt)
6973 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
6974 (feedmail-envelope-deducer, feedmail-fiddle-date)
6975 (feedmail-default-message-id-generator)
6976 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
6977 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
6978 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
6979 (vms-pmail-setup):
6980 * play/dunnet.el (dun-help):
6981 * play/handwrite.el (handwrite):
6982 * play/hanoi.el (hanoi-unix-64):
6983 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6984 * textmodes/enriched.el (fixed):
6985 * textmodes/org.el (org-file-apps)
6986 (org-emphasis-regexp-components, org-emphasis-alist):
6987 * textmodes/texinfmt.el (batch-texinfo-format):
6988 Fix typos in docstrings.
6989
6990 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
6991
6992 * loadhist.el (read-feature): Don't complete features not loaded
6993 from a file (which make `unload-feature' to fail).
6994
6995 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
6996
6997 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
6998
6999 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
7000
7001 * startup.el (command-line-1): Kill emacs if the last frame is
7002 deleted while evaluating the command-line arguments.
7003
7004 2006-11-05 Richard Stallman <rms@gnu.org>
7005
7006 * startup.el (init-file-had-error): Add doc string.
7007 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
7008 Use fixed-width font for keyboard key descriptions.
7009
7010 * cus-edit.el (custom-save-all): Error if saving in .emacs
7011 and it had an error when loaded.
7012
7013 * dired-aux.el (dired-copy-file-recursive): Catch errors
7014 from recursive copies in the loop, around the recursive call.
7015
7016 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7017
7018 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
7019 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
7020 `/proc/acpi/thermal_zone/*'.
7021 (battery-search-for-one-match-in-files): New. Search a regexp in
7022 the content of some files.
7023
7024 2006-11-05 Martin Rudalics <rudalics@gmx.at>
7025
7026 * window.el (mouse-autoselect-window-now): Remove variable.
7027 (mouse-autoselect-window-state): New variable.
7028 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
7029 (mouse-autoselect-window-select, handle-select-window):
7030 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
7031 Suspend delayed autoselection during menu or popup dialog.
7032
7033 * info-look.el (info-lookup-guess-custom-symbol): New function
7034 for retrieving symbol at point in custom buffers.
7035 (top level) <info-lookup-maybe-add-help>: Add backquote and
7036 comma to ignored characters in regexps of help specifications
7037 for emacs-lisp-mode and lisp-interaction-mode. This permits
7038 looking up symbols in `...' and after a comma. Add help
7039 specifications for custom-mode and help-mode.
7040
7041 2006-11-04 Eli Zaretskii <eliz@gnu.org>
7042
7043 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
7044 Don't encode body if RAW is non-nil, or if the old encoding is
7045 identical to the new encoding, or if the body contains only
7046 eight-bit-* characters.
7047
7048 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7049
7050 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
7051 (faces-sample-overlay): Remove variable.
7052 (describe-face): Insert sample text in the face being described.
7053
7054 2006-11-04 Martin Rudalics <rudalics@gmx.at>
7055
7056 * whitespace.el (whitespace-indent-regexp): Make this match any
7057 multiples of eight spaces near the beginning of a line.
7058 (whitespace-buffer): Use `remove-overlays' instead of
7059 `whitespace-unhighlight-the-space' and `overlay-recenter' to
7060 speed up overlay handling.
7061 (whitespace-buffer-leading, whitespace-buffer-trailing):
7062 Make these functions highlight the text removed by
7063 `whitespace-buffer-leading-cleanup' and
7064 `whitespace-buffer-trailing-cleanup' respectively.
7065 (whitespace-buffer-search): Use `with-local-quit'.
7066 Move `format' out of loop to speed up scanning larger buffers.
7067 (whitespace-unhighlight-the-space): Remove `remove-hook' since
7068 that function is never added to a hook.
7069 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
7070 (whitespace-buffer-leading-cleanup)
7071 (whitespace-refresh-rescan-list): Fix docstrings.
7072
7073 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
7074
7075 * allout.el (allout-during-yank-processing): Cue for inhibiting
7076 aberrance processing during yanks.
7077 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
7078 the amount of yanked topics that can be aberrant.
7079 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
7080 a function, and supplement with inihibition of doublechecking
7081 during yanks.
7082 (allout-beginning-of-line, allout-next-heading)
7083 (allout-previous-heading, allout-goto-prefix-doublechecked)
7084 (allout-back-to-current-heading, allout-next-visible-heading)
7085 (allout-next-sibling): Use new allout-do-doublecheck function.
7086 (allout-next-sibling): Ensure we made progress when returning
7087 other than nil.
7088 (allout-rebullet-heading): Preserve text property annotations
7089 indicating the text was hidden, if it was.
7090 (allout-kill-line): Remove any added was-hidden annotations.
7091 (allout-kill-topic): Remove any added was-hidden annotations.
7092 (allout-annotate-hidden): Inhibit adding was-hidden text
7093 properties to the undo list.
7094 (allout-deannotate-hidden): New function to remove was-hidden
7095 annotation.
7096 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
7097 (allout-remove-exposure-annotation): Replace by
7098 allout-deannotate-hidden.
7099 (allout-yank-processing): Signal that yank processing is happening
7100 with allout-during-yank-processing. Also, wrap
7101 allout-unprotected's closer to the text changes, for easier
7102 debugging. We need to inhibit-field-text-motion explicitly, in
7103 lieu of the encompassing allout-unprotected.
7104 (outlineify-sticky): Adjust criteria for triggering new outline
7105 decorations to presence or absence of any topics, not just a topic
7106 at the beginning of the buffer.
7107
7108 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
7109
7110 * bs.el (bs--show-all, bs--redisplay):
7111 * cus-edit.el (custom-unlispify-menu-entries)
7112 (custom-unlispify-tag-names, custom-prompt-variable):
7113 * expand.el (expand-pos):
7114 * speedbar.el (speedbar-generic-list-tag-p):
7115 * wid-edit.el (widget-image-enable):
7116 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
7117 * emacs-lisp/find-func.el (find-function-noselect)
7118 (find-function, find-variable-noselect, find-variable)
7119 (find-definition-noselect, find-face-definition):
7120 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
7121 * net/eudc-vars.el (eudc-expansion-overwrites-query):
7122 * progmodes/ada-xref.el (ada-find-in-ali):
7123 * textmodes/flyspell.el (flyspell-check-tex-math-command):
7124 * textmodes/org.el (org-copy-subtree):
7125 * textmodes/table.el (table--row-column-insertion-point-p):
7126 Use "non-nil" in docstrings.
7127
7128 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
7129
7130 * sort.el (sort-columns): Set the field separator to tab; on
7131 NetBSD, sort complains if "\n" is used as field separator.
7132
7133 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
7134
7135 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
7136
7137 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7138
7139 * server.el (server-auth-key): Remove. Replace by a process-property.
7140 (server-start): Don't remove the file of the previous process, but
7141 instead clear out the place for the new file.
7142 (server-start): Set the :auth-key property.
7143 (server-process-filter): Use the :auth-key property.
7144
7145 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
7146
7147 * textmodes/org.el (org-mode-map): No longer copy
7148 `outline-mode-map' explicitly - this is already done by
7149 `define-derived-mode'.
7150
7151 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
7152
7153 * server.el (server-visit-files): Use `when'.
7154 (server-process-filter): When authentication fails, send error
7155 message to client. Wrap `process-send-region' in `ignore-errors'
7156 instead of `condition-case', and remove misleading comment.
7157
7158 2006-11-01 Juri Linkov <juri@jurta.org>
7159
7160 * simple.el (yank): Doc fix.
7161
7162 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
7163
7164 * server.el: Try and fit within 80 columns.
7165 (server-start): Make the auth file unreadable by other users.
7166
7167 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7168
7169 * battery.el (battery-linux-proc-acpi): Prevent range error when
7170 `full-capacity' is 0.
7171
7172 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7173
7174 * faces.el (faces-sample-overlay): New defvar.
7175 (faces-sample-overlay): New function to show face sample text.
7176 (describe-face): Use it.
7177
7178 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
7179
7180 * progmodes/ada-stmt.el: Change maintainer, apply
7181 whitespace-cleanup, checkdoc.
7182 (ada-func-or-proc-name): Add doc string.
7183
7184 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
7185 whitespace-cleanup, checkdoc. Minor improvements to many doc
7186 strings and comments.
7187 (ada-prj-display-page): Change buffer name to more accurately
7188 reflect function.
7189
7190 * progmodes/ada-xref.el: Change maintainer, apply
7191 whitespace-cleanup, checkdoc. Minor improvements to many doc
7192 strings and comments. Don't look for `gvd' or `ddd' debuggers.
7193 (ada-compile-current): Don't add newlines to commands.
7194
7195 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
7196
7197 * server.el: Add support for TCP sockets.
7198 (server-use-tcp, server-host, server-auth-dir): New options.
7199 (server-auth-key): New variable.
7200 (server-ensure-safe-dir): Create nonexistent parent dirs.
7201 Ignore Unix-style file modes on Windows.
7202 (server-start): Crete a TCP or Unix socket according to the value
7203 of `server-use-tcp'. For TCP sockets, create the id/auth file in
7204 `server-auth-dir' directory.
7205 (server-process-filter): Delete process if authentication
7206 fails (which never happens for Unix sockets).
7207
7208 2006-10-30 David Kastrup <dak@gnu.org>
7209
7210 * subr.el (add-to-list): Don't continue checking if a match has
7211 been found.
7212
7213 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
7214
7215 * tutorial.el: Move defvars to avoid bytecomp warnings.
7216 (tutorial--find-changed-keys): Check if viper-current-state is
7217 bound before using it.
7218 (help-with-tutorial): Check if viper-tutorial is defined before
7219 using it.
7220
7221 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
7222
7223 * help-fns.el (help-with-tutorial): Move to tutorial.el.
7224
7225 * tutorial.el: New file.
7226 (help-with-tutorial): Move here from help-fns.el. Added help for
7227 rebound keys. Fixed resume of tutorial.
7228 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
7229 (tutorial--find-changed-keys, tutorial--display-changes)
7230 (tutorial--saved-dir, tutorial--saved-file)
7231 (tutorial--save-tutorial): New functions to support the changes in
7232 help-with-tutorial.
7233
7234 2006-10-30 Kenichi Handa <handa@m17n.org>
7235
7236 * files.el (revert-buffer): If a unibyte buffer is being reverted
7237 with a coding system for multibyte, set buffer multibyte before
7238 calling insert-file-contents.
7239
7240 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7241
7242 * server.el (server-select-display): Use a dummy buffer to detect when
7243 the frame is later used.
7244 (server-select-display): New function.
7245 (server-process-filter): Use it to detect unused temp frames.
7246
7247 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
7248
7249 * progmodes/ada-mode.el: Change maintainer, apply
7250 whitespace-clean, checkdoc. Minor improvements to many doc strings.
7251 (ada-mode-version): New function.
7252 (ada-create-menu): Menu operations are available for all supported
7253 compilers.
7254
7255 2006-10-29 Lars Hansen <larsh@soem.dk>
7256
7257 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
7258 Highlight as keyword.
7259 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
7260 Don't call tramp-method-out-of-band-p for local files.
7261 (tramp-touch): Quote file name.
7262
7263 2006-10-28 Glenn Morris <rgm@gnu.org>
7264
7265 * calendar/calendar.el (cal-html-cursor-month)
7266 (cal-html-cursor-year): Add autoloads for this new package.
7267 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
7268
7269 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
7270
7271 * calendar/cal-html.el: New file.
7272
7273 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
7274
7275 * emacs-lisp/authors.el (authors-aliases): Update.
7276
7277 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
7278
7279 * version.el (emacs-version): Bump version number to 22.0.90.
7280
7281 2006-10-26 John W. Eaton <jwe@octave.org>
7282
7283 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
7284 New defvar.
7285 (inferior-octave-resync-dirs): Check to see whether Octave has
7286 built-in variables and set inferior-octave-has-built-in-variables.
7287 Check inferior-octave-has-built-in-variables to decide whether to
7288 send commands that set built-in variables or call functions to
7289 change Octave's behavior.
7290 Send "disp (pwd ())" to Octave instead of just "pwd".
7291 (inferior-octave-startup): Send "more off" to Octave instead of
7292 "page_screen_output = 0".
7293
7294 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
7295
7296 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
7297 pattern normally.
7298
7299 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
7300
7301 * bindings.el (mode-line-mode-menu): Remove bindings for global
7302 minor modes (line/column number) as they are on the menubar.
7303
7304 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
7305
7306 * term/w32-win.el (x-handle-name-switch): Doc fix.
7307 (w32-standard-fontset-spec): Fix typo in docstring.
7308
7309 * midnight.el (midnight-buffer-display-time): Doc fix.
7310 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
7311
7312 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
7313
7314 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
7315
7316 * viper-ex.el (ex-read): Quote file argument.
7317
7318 * ediff-diff.el (ediff-same-file-contents): Expand file names.
7319
7320 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
7321
7322 2006-10-22 Martin Rudalics <rudalics@gmx.at>
7323
7324 * textmodes/flyspell.el (flyspell-check-region-doublons):
7325 Fix last fix.
7326
7327 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
7328
7329 * bindings.el (mode-line-mode-menu): List global minor modes
7330 before local ones.
7331
7332 2006-10-23 Kim F. Storm <storm@cua.dk>
7333
7334 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
7335 (sit-for): If last command was a prefix arg, add the read-ahead
7336 event to unread-command-events as (t . EVENT) so it will be added
7337 to this-command-keys by read-key-sequence.
7338
7339 2006-10-22 Martin Rudalics <rudalics@gmx.at>
7340
7341 * textmodes/flyspell.el (flyspell-word): Skip past all previous
7342 whitespace when checking doublons.
7343 (flyspell-check-region-doublons): Fix doublon regexp.
7344 (flyspell-highlight-incorrect-region): Highlight doublons using
7345 flyspell-duplicate face.
7346
7347 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
7348
7349 2006-10-22 John Wiegley <johnw@newartisans.com>
7350
7351 * progmodes/python.el (python-use-skeletons): python-mode was
7352 auto-inserting templates (for those with abbrev-mode on), not only
7353 by default -- *but without a configuration variable to disable
7354 it*. This rendered python-mode completely useless for me, so I
7355 have added `python-use-skeletons', which is now off by default.
7356
7357 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
7358
7359 * progmodes/cperl-mode.el (cperl-mode): Don't assume
7360 font-lock-multiline is auto-local (it's not).
7361 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
7362 initialized before calling cperl-init-faces.
7363
7364 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
7365
7366 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
7367 gdb-stack-position a value when there is no fringe.
7368
7369 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
7370 indicator if not visiting a file.
7371
7372 2006-10-20 David Kastrup <dak@gnu.org>
7373
7374 * window.el (kill-buffer-and-window): Fix a bug where an aborted
7375 operation would still cause some window to collapse later.
7376
7377 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7378
7379 * vc.el (vc-switch-backend): Try to be more careful with unwanted
7380 side-effect due to mixing various backends's file properties.
7381
7382 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
7383 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
7384 Return `filename's status if applicable. Update callers.
7385
7386 2006-10-19 Kenichi Handa <handa@m17n.org>
7387
7388 * international/kkc.el (kkc-region): When a key sequence is not
7389 defined, append (this-single-command-raw-keys) to
7390 unread-input-method-events.
7391
7392 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
7393
7394 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
7395
7396 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7397
7398 * version.el (emacs-version): Use mac-carbon-version-string.
7399
7400 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
7401
7402 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7403
7404 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
7405 Kenichi Handa).
7406 (xselect-convert-to-string): Decline requests for UTF8_STRING if
7407 the selection is not UTF-8.
7408
7409 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
7410
7411 * progmodes/ada-mode.el (ada-83-string-keywords)
7412 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
7413 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
7414 (ada-looking-at-semi-private, ada-get-body-name):
7415 Fix typos in docstrings.
7416 (ada-create-case-exception, ada-create-case-exception-substring):
7417 Fix typos in error messages.
7418 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
7419
7420 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7421
7422 * term/x-win.el (res-geometry): Don't set geometry from Xresources
7423 to default-frame-alist if default-frame-alist already contains
7424 width/height.
7425
7426 2006-10-18 Richard Stallman <rms@gnu.org>
7427
7428 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
7429 Non-interactive arg is the value, not the expression.
7430
7431 * simple.el (read-expression-map): Just set it, no defvar.
7432
7433 * subr.el (insert-for-yank-1): If last inserted char has
7434 properties, mark them as rear-nonsticky.
7435
7436 * recentf.el (recentf-mode): Doc fix.
7437
7438 * facemenu.el (facemenu-add-new-face): Defend against symbol
7439 that isn't a face name.
7440
7441 * dired-aux.el (dired-do-copy): Doc fix.
7442
7443 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
7444
7445 * simple.el (line-move-1): Ignore fields when moving to the
7446 beginning of line to avoid getting point stuck.
7447
7448 2006-10-18 Martin Rudalics <rudalics@gmx.at>
7449
7450 * textmodes/flyspell.el (flyspell-word-search-backward):
7451 Set inhibit-point-motion-hooks to avoid looping due to intangibile
7452 text.
7453
7454 2006-10-16 Richard Stallman <rms@gnu.org>
7455
7456 * help-fns.el (describe-function-1): Special case optimization
7457 for self-insert-command.
7458
7459 2006-10-16 Kim F. Storm <storm@cua.dk>
7460
7461 * ido.el (ido-reread-directory): Work in `dir' mode too.
7462
7463 2006-10-15 Martin Rudalics <rudalics@gmx.at>
7464
7465 * textmodes/table.el: Require 'regexp-opt.
7466
7467 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
7468
7469 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
7470 Use shell-quote-argument.
7471
7472 * shell.el (explicit-bash-args): Likewise.
7473
7474 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
7475 Use grep -E rather than egrep.
7476
7477 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7478
7479 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
7480
7481 2006-10-15 Kim F. Storm <storm@cua.dk>
7482
7483 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
7484
7485 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
7486
7487 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
7488 to protect whitespace and metacharacters from the shell.
7489
7490 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7491
7492 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
7493
7494 2006-10-13 Eli Zaretskii <eliz@gnu.org>
7495
7496 * subr.el (start-process-shell-command): Doc fix.
7497
7498 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
7499
7500 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
7501 the regexp for Maxima symbols.
7502
7503 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
7504
7505 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
7506 (vc-find-root): Don't walk higher up than ~.
7507
7508 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
7509
7510 * international/utf-8.el (utf-translate-cjk-load-tables):
7511 Avoid clobbering last-coding-system-used during load.
7512
7513 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
7514
7515 * textmodes/reftex-global.el (reftex-create-tags-file):
7516 Quote file arguments.
7517
7518 2006-10-12 Richard Stallman <rms@gnu.org>
7519
7520 * files.el (file-name-history): Add defvar.
7521 (save-some-buffers-action-alist): Improve description strings.
7522
7523 2006-10-12 Andreas Schwab <schwab@suse.de>
7524
7525 * files.el (auto-mode-alist): Match change log file name also with
7526 a dash before a numeric extension.
7527
7528 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
7529
7530 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
7531 After 5.0:
7532 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
7533
7534 After 5.1: Major edit. Summary of most visible changes:
7535
7536 - Multiple <<HERE per line allowed.
7537 - Handles multiline subroutine declaration headers (with comments).
7538 (The exception is `cperl-etags' - but it is not used in the rest
7539 of the mode.)
7540 - Fontifies multiline my/our declarations (even with comments,
7541 and with legacy `font-lock').
7542 - Major speedup of syntaxification, both immediate and postponed
7543 (3.5x to 15x [for different CPUs and versions of Emacs] on the
7544 huge real-life document I tested).
7545 - New bindings, edits to imenu.
7546 - "_" is made into word-char during fontification/syntaxification;
7547 some attempts to recognize non-word "_" during other operations too.
7548 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
7549 - autoload some more perldoc-related stuff
7550 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
7551 - Attempt to incorporate XEmacs edits which reached me.
7552
7553 Fine-grained changelog:
7554 (cperl-hook-after-change): New configuration variable.
7555 (cperl-vc-sccs-header): Likewise.
7556 (cperl-vc-sccs-header): Likewise.
7557 (cperl-vc-header-alist): Default via two preceding variables.
7558 (cperl-invalid-face): Remove double quoting under XEmacs
7559 (still needed under 21.2).
7560 (cperl-tips): Update URLs for resources.
7561 (cperl-problems): Likewise.
7562 (cperl-praise): Mention new features.
7563 New C-c key bindings: for `cperl-find-bad-style',
7564 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
7565 `cperl-perdoc', and `cperl-perldoc-at-point'.
7566 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
7567 moved, new submenu of Tools with Ispell entries and narrowing.
7568 (cperl-after-sub-regexp): New defsubst.
7569 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
7570 Allows heads up to head4.
7571 Allow "package;".
7572 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
7573 (paren-backwards-message): ??? Something for XEmacs???
7574 (cperl-mode): Never auto-switch abbrev-mode off.
7575 Try to allow '_' be non-word char.
7576 Do not use `font-lock-unfontify-region-function' on XEmacs.
7577 Reset syntax cache on mode start.
7578 Support multiline facification (even on legacy `font-lock').
7579 (cperl-facemenu-add-face-function): ??? Some contributed code ???
7580 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
7581 refuse to inform us whether the fontification is due to lazy
7582 calling or due to edit to a buffer, install our own hook
7583 (controlled by `cperl-hook-after-change').
7584 (cperl-electric-pod): =cut may have been recognized as start.
7585 (cperl-block-p): Move, updatedfor attributes.
7586 (cperl-calculate-indent): Try to allow '_' be non-word char
7587 Support subs with attributes.
7588 (cperl-where-am-i): Quiet (?) a warning.
7589 (cperl-cached-syntax-table): New function.
7590 (cperl-forward-re): Use `cperl-cached-syntax-table'.
7591 (cperl-unwind-to-safe): Recognize `syntax-type' property
7592 changing in a middle of line.
7593 (cperl-find-sub-attrs): New function.
7594 (cperl-find-pods-heres): Allow many <<EOP per line.
7595 Allow subs with attributes.
7596 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
7597 Recognize "extproc " (OS/2) case-folded and only at start.
7598 /x on s///x with empty replacement was not recognized.
7599 Better comments.
7600 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
7601 Allow subs with attributes, labels.
7602 Do not confuse "else::foo" with "else".
7603 Minor optimizations...
7604 (cperl-after-expr-p): Try to allow '_' be non-word char.
7605 (cperl-fill-paragraph): Try to detect a major bug in Emacs
7606 with `looking-at' inside `narrow' and bulk out if found.
7607 (cperl-imenu--create-perl-index): Updates for new
7608 `cperl-imenu--function-name-regexp-perl'.
7609 (cperl-outline-level): Likewise.
7610 (cperl-init-faces): Allow multiline subroutine headers
7611 and my/our declarations, and ones with comments.
7612 Allow subroutine attributes.
7613 (cperl-imenu-on-info): Better docstring.
7614 (cperl-etags): Rudimentary support for attributes.
7615 Support for packages and "package;".
7616 (cperl-add-tags-recurse-noxs): Better (?) docstring.
7617 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
7618 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
7619 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
7620 (cperl-perldoc): Add autoload.
7621 (cperl-perldoc-at-point): Likewise.
7622 (cperl-here-doc-spell): New function.
7623 (cperl-pod-spell): Likewise.
7624 (cperl-map-pods-heres): Likewise.
7625 (cperl-get-here-doc-region): Likewise.
7626 (cperl-font-lock-fontify-region-function): Likewise (backward
7627 compatibility for legacy `font-lock').
7628 (cperl-font-lock-unfontify-region-function): Fix style.
7629 (cperl-fontify-syntaxically): Recognize and optimize away deferred
7630 calls with no-change. Governed by `cperl-hook-after-change'.
7631 (cperl-fontify-update): Recognize that syntaxification region
7632 can be larger than fontification one.
7633 XXXX we leave `cperl-postpone' property, so this is quadratic...
7634 (cperl-fontify-update-bad): Temporary placeholder until
7635 it is clear how to implement `cperl-fontify-update'.
7636 (cperl-time-fontification): New function.
7637 (attrib-group): New text attribute.
7638 (multiline): New value: `syntax-type' text attribute.
7639
7640 After 5.2:
7641 (cperl-emulate-lazy-lock): New function.
7642 (cperl-fontify-syntaxically): Would skip large regions.
7643 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
7644 Some globals were declared, but uninitialized.
7645
7646 After 5.3, 5.4:
7647 (cperl-facemenu-add-face-function): Add docs, fix U<>.
7648 Copyright message updated.
7649 (cperl-init-faces): Work around a bug in `font-lock'. May slow
7650 facification down a bit.
7651 Misprint for my|our|local for old `font-lock'
7652 "our" was not fontified same as "my|local".
7653 Highlight variables after "my" etc even in
7654 a middle of an expression.
7655 Do not facify multiple variables after my etc
7656 unless parentheses are present.
7657
7658 After 5.5, 5.6
7659 (cperl-fontify-syntaxically): after-change hook could reset.
7660 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
7661
7662 After 5.7:
7663 (cperl-init-faces): Allow highlighting of local ($/).
7664 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
7665 (cperl-problems): Remove fixed problems.
7666 (cperl-find-pods-heres): Recognize #-comments in m##x too.
7667 Recognize charclasses (unless delimiter is \).
7668 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
7669 (cperl-regexp-scan): Update docs.
7670 (cperl-beautify-regexp-piece): Use information got from regexp scan.
7671
7672 After 5.8:
7673 Major user visible changes:
7674 Recognition and fontification of character classes in RExen.
7675 Variable indentation of RExen according to groups.
7676
7677 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
7678 Fontify REx charclasses in variable-name face.
7679 Fontify POSIX charclasses in "type" face.
7680 Fontify unmatched "]" in function-name face.
7681 Mark first-char of HERE-doc as `front-sticky'.
7682 Reset `front-sticky' property when needed.
7683 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
7684 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
7685 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
7686 constructs. Support `narrow'ed buffers.
7687 (cperl-praise): Remove a reservation.
7688 (cperl-make-indent): New function.
7689 (cperl-indent-for-comment): Use `cperl-make-indent'.
7690 (cperl-indent-line): Likewise.
7691 (cperl-lineup): Likewise.
7692 (cperl-beautify-regexp-piece): Likewise.
7693 (cperl-contract-level): Likewise.
7694 (cperl-toggle-set-debug-unwind): New function.
7695 New menu entry for this.
7696 (fill-paragraph-function): Use when `boundp'.
7697 (cperl-calculate-indent): Take into account groups when indenting RExen.
7698 (cperl-to-comment-or-eol): Recognize # which end a string.
7699 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
7700 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
7701 (cperl-fontify-syntaxically): More clear debugging message.
7702 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
7703 (cperl-init-faces): More complicated highlight even on XEmacs (new).
7704 Merge cosmetic changes from XEmacs.
7705
7706 After 5.9:
7707 (cperl-1+): Move to before the first use.
7708 (cperl-1-): Likewise.
7709
7710 After 5.10:
7711
7712 This code may lock Emacs hard!!! Use at your own risk!
7713
7714 (cperl-font-locking): New internal variable.
7715 (cperl-beginning-of-property): New function.
7716 (cperl-calculate-indent): Use `cperl-beginning-of-property'
7717 instead of `previous-single-property-change'.
7718 (cperl-unwind-to-safe): Likewise.
7719 (cperl-after-expr-p): Likewise.
7720 (cperl-get-here-doc-region): Likewise.
7721 (cperl-font-lock-fontify-region-function): Likewise.
7722 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
7723 recursively.
7724 Bound `next-single-property-change' via `point-max'.
7725 (cperl-unwind-to-safe): Bound likewise
7726 (cperl-font-lock-fontify-region-function): Likewise.
7727 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
7728 Initialization of `cperl-font-lock-multiline-start' could be
7729 missed if the "main" fontification did not run due to the
7730 keyword being already fontified.
7731 (cperl-pod-spell): Return t from do-one-chunk function.
7732 (cperl-map-pods-heres): Stop when the worker returns nil.
7733 Call `cperl-update-syntaxification'.
7734 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
7735 (cperl-get-here-doc-delim): Remove unused function.
7736
7737 After 5.11:
7738
7739 The possible lockup of Emacs (introduced in 5.10) fixed.
7740
7741 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
7742 (cperl-syntaxify-for-menu): New customization variable.
7743 (cperl-select-this-pod-or-here-doc): New function.
7744 (cperl-get-here-doc-region): Extra argument.
7745 Do not adjust pos by 1.
7746
7747 New menu entries
7748 (Perl/Tools): Selection of current POD or HERE-DOC section.
7749 (Debugging CPerl:) backtrace on fontification.
7750
7751 After 5.12:
7752 (cperl-cached-syntax-table): Use `car-safe'.
7753 (cperl-forward-re): Remove spurious argument SET-ST.
7754 Add documentation.
7755 (cperl-forward-group-in-re): New function.
7756 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
7757 (XXXX Temporary (?) hack is to syntax-mark them as comment).
7758
7759 After 5.13:
7760 (cperl-string-syntax-table): Make { and } not-grouping
7761 (Sometimes they ARE grouping in RExen, but matching them would only
7762 confuse in many situations when they are not)
7763 (beginning-of-buffer): Replace two occurrences with goto-char...
7764 (cperl-calculate-indent): `char-after' could be nil...
7765 (cperl-find-pods-heres): REx can start after "[" too.
7766 Hightlight (??{}) in RExen too.
7767 (cperl-maybe-white-and-comment-rex): New constant
7768 (cperl-white-and-comment-rex): Likewise.
7769 XXXX Not very efficient, but hard to make
7770 better while keeping 1 group.
7771
7772 After 5.13:
7773 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
7774 Likewise for 1 << identifier.
7775
7776 After 5.14:
7777 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
7778 Error-less condition-case could fail.
7779 (cperl-font-lock-fontify-region-function): Likewise.
7780 (cperl-init-faces): Likewise.
7781
7782 After 5.15:
7783 (cperl-find-pods-heres): Support property REx-part2.
7784 (cperl-calculate-indent): Likewise.
7785 Don't special-case REx with non-empty 1st line.
7786 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
7787 Invert highlighting of charclasses:
7788 now the envelop is highlighted.
7789 Highlight many others 0-length builtins.
7790 (cperl-praise): Mention indenting and highlight in RExen.
7791
7792 After 5.15:
7793 (cperl-find-pods-heres): Highlight capturing parens in REx.
7794
7795 After 5.16:
7796 (cperl-find-pods-heres): Highlight '|' for alternation
7797 Initialize `font-lock-warning-face' if not present.
7798 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
7799 `font-lock-function-name-face'.
7800 (cperl-look-at-leading-count): Likewise.
7801 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
7802 `font-lock-keyword-face' (needed for
7803 batch processing), etc...
7804 Use `font-lock-builtin-face' for builtin in REx
7805 Now `font-lock-variable-name-face'
7806 is used for interpolated variables
7807 Use "talking aliases" for faces inside REx
7808 Highlight parts of REx (except in charclasses)
7809 according to the syntax and/or semantic
7810 Syntax-mark a {}-part of (?{}) as "comment"
7811 (it was the ()-part)
7812 Better logic to distinguish what is what in REx
7813 (cperl-tips-faces): Document REx highlighting
7814 (cperl-praise): Mention REx syntax highlight etc.
7815
7816 After 5.17:
7817 (cperl-find-sub-attrs): Would not always manage to print error message.
7818 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
7819
7820 After 5.18:
7821 (cperl-find-pods-heres): Misprint in REx for parsing REx.
7822 Very minor optimization.
7823 `my-cperl-REx-modifiers-face' got quoted.
7824 Recognize "print $foo <<END" as HERE-doc.
7825 Put `REx-interpolated' text attribute if needed.
7826 (cperl-invert-if-unless-modifiers): New function.
7827 (cperl-backward-to-start-of-expr): Likewise.
7828 (cperl-forward-to-end-of-expr): Likewise.
7829 (cperl-invert-if-unless): Works in "the opposite way" too.
7830 Cursor position on return is on the switch-word.
7831 Indents comments better.
7832 (REx-interpolated): New text attribute.
7833 (cperl-next-interpolated-REx): New function.
7834 (cperl-next-interpolated-REx-0): Likewise.
7835 (cperl-next-interpolated-REx-1): Likewise.
7836 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
7837 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
7838 (cperl-praise): Mention finded interpolated RExen.
7839
7840 After 5.19:
7841 (cperl-init-faces): Highlight %$foo, @$foo too.
7842 (cperl-short-docs): Better docs for system, exec.
7843 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
7844 Would not find HERE-doc ended by EOF without NL.
7845 (cperl-short-docs): Correct not-doubled \-escapes.
7846 start block: Put some `defvar' for stuff gone from XEmacs.
7847
7848 After 5.20:
7849 initial comment: Extend copyright, fix email address.
7850 (cperl-indent-comment-at-column-0): New customization variable.
7851 (cperl-comment-indent): Indentation after $#a would increasy by 1.
7852 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
7853 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
7854 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
7855 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
7856 highlight $ in $foo too (UNTESTED).
7857 (cperl-set-style): Docstring missed some available styles.
7858 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
7859 Change "Current" to "Memorize Current".
7860 (cperl-indent-wrt-brace): New customization variable; the default is
7861 as for pre-5.2 version.
7862 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
7863 (cperl-style-alist): Likewise.
7864 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
7865 and `cperl-extra-newline-before-brace' etc
7866 being t
7867 (cperl-indent-exp): Plans B and C to find continuation blocks even
7868 if `cperl-extra-newline-before-brace' is t.
7869
7870 After 5.21:
7871 Improve some docstrings concerning indentation.
7872 (cperl-indent-rules-alist): New variable.
7873 (cperl-sniff-for-indent): New function name
7874 (separated from `cperl-calculate-indent').
7875 (cperl-calculate-indent): Separate the sniffer and the indenter;
7876 uses `cperl-sniff-for-indent' now.
7877 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
7878 was inverted;
7879 Support `comment-column' = 0.
7880
7881 2006-10-11 Martin Rudalics <rudalics@gmx.at>
7882
7883 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
7884 * help-at-pt.el (scan-buf-move-to-region): Likewise.
7885 * longlines.el (longlines-window-change-function): Likewise.
7886 * simple.el (undo-ask-before-discard): Likewise.
7887 * wid-edit.el (widget-field-prompt-internal)
7888 (widget-documentation-link-p): Likewise.
7889
7890 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7891
7892 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
7893 for a keyword.
7894
7895 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7896
7897 * newcomment.el (comment-valid-prefix-p): Make the check
7898 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
7899 (comment-indent-new-line): Adjust call.
7900
7901 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
7902
7903 * allout.el (allout-back-to-current-heading): Base on lower-level
7904 routines to get proper disqualification of aberrant topics.
7905
7906 2006-10-09 Richard Stallman <rms@gnu.org>
7907
7908 * textmodes/two-column.el (2C-two-columns): Doc fix.
7909
7910 2006-10-09 Kim F. Storm <storm@cua.dk>
7911
7912 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
7913 about implicit use.
7914
7915 2006-10-08 Richard Stallman <rms@gnu.org>
7916
7917 * textmodes/two-column.el (2C-two-columns): Doc fix.
7918
7919 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
7920
7921 * files.el: Mark `buffer-read-only' as safe-local-variable.
7922
7923 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
7924
7925 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
7926 Burp if GUD buffer has been killed.
7927
7928 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7929
7930 * completion.el (add-completions-from-c-buffer):
7931 Don't presume an error's second element is a string.
7932 Use looking-at rather than buffer-substring + member.
7933
7934 2006-10-07 Eli Zaretskii <eliz@gnu.org>
7935
7936 * mail/rmail.el (rmail-redecode-body): If the old encoding is
7937 `undecided', call find-coding-systems-region to find a proper
7938 non-trivial encoding.
7939 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
7940 and "text/plain".
7941
7942 2006-10-07 Kevin Ryde <user42@zip.com.au>
7943
7944 * textmodes/reftex-vars.el (defgroup reftex): Update home page
7945 url-link.
7946
7947 * strokes.el (defgroup strokes): Remove invalid url-link.
7948
7949 2006-10-07 Magnus Henoch <mange@freemail.hu>
7950
7951 * autoinsert.el (auto-insert-alist): Doc fix.
7952
7953 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7954
7955 * mouse-sel.el (mouse-insert-selection-internal):
7956 Use insert-for-yank, so that yank handlers are run.
7957
7958 2006-10-07 Kim F. Storm <storm@cua.dk>
7959
7960 * ido.el (ido-file-extension-aux): Fix comparison.
7961
7962 2006-10-06 Kim F. Storm <storm@cua.dk>
7963
7964 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
7965
7966 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
7967
7968 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
7969 (ad-make-mapped-call): Use `let', not `let*'.
7970
7971 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
7972
7973 * international/mule-cmds.el (coding-system-change-eol-conversion):
7974 Ensure the coding system is initialized before calling
7975 coding-system-eol-type.
7976
7977 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
7978
7979 * textmodes/org.el (org-rm-props, org-activate-plain-links)
7980 (org-activate-angle-links, org-activate-dates)
7981 (org-activate-target-links, org-activate-camels)
7982 (org-activate-tags): Add `rear-nonsticky' text property to avoid
7983 textproperty keymaps from being active beyond the end of a line.
7984 (org-unfontify-region): Also remove `rear-nonsticky' property.
7985
7986 2006-10-04 Kenichi Handa <handa@m17n.org>
7987
7988 * international/code-pages.el (next): Table fixed.
7989
7990 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7991
7992 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
7993 that it's been made unnecessary by removing narrowing.
7994
7995 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7996
7997 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
7998 control flow a bit, simplify another bit, and add comments.
7999
8000 2006-10-03 David Kastrup <dak@gnu.org>
8001
8002 * help.el (describe-mode): For clicks on mode-line, use "@"
8003 interactive argument to get the major mode of the click instead of
8004 the current buffer.
8005
8006 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
8007 in order to better redirect mouse-2 clicks. Also allow default
8008 bindings to apply.
8009
8010 2006-10-03 Kim F. Storm <storm@cua.dk>
8011
8012 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
8013 (pushnew): Fix last change.
8014
8015 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
8016
8017 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
8018 Use the interactive spec of `eval-expression'.
8019
8020 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
8021
8022 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
8023
8024 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
8025
8026 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
8027 2006-09-28 commit.
8028
8029 2006-10-02 Kenichi Handa <handa@m17n.org>
8030
8031 * international/code-pages.el (iso-8859-6): Table fixed.
8032
8033 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
8034
8035 * dired.el (dired-build-subdir-alist): Fix previous change.
8036
8037 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8038
8039 * simple.el (undo-elt-crosses-region): Fix the inequalities.
8040
8041 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8042
8043 * emacs-lisp/find-func.el (find-function-regexp): Don't match
8044 "define-button-type".
8045
8046 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
8047 they don't keep accumulating.
8048
8049 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
8050
8051 * ffap.el (ffap-rfc-path): Change the address of the RFC
8052 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
8053
8054 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
8055
8056 * allout.el (allout-expose-topic): Rectify implementation of "+"
8057 spec, so that bodies are not exposed with headlines.
8058
8059 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
8060
8061 * allout.el (allout-current-depth): Do aberrent check only at or
8062 below doublecheck depth.
8063 (allout-chart-subtree): Make it explicit that LEVELS being nil
8064 means unlimited depth. Drop undocumented support for LEVELS value
8065 t meaning unlimited depth. (This is consistent with
8066 allout-chart-to-reveal, but contrary to allout-show-children,
8067 which needs to use nil to default to depth of 1.)
8068 (allout-goto-prefix-doublechecked): Wrap long docstring line.
8069 (allout-chart-to-reveal): Be explicit in docstring about meaning
8070 of nil LEVELS, and drop support for LEVELS value t.
8071 (allout-show-children): Translate the level spec used by this
8072 routine to that used by allout-chart-subtree and
8073 allout-chart-to-reveal.
8074 (allout-show-to-offshoot): Retry once when stuck, after opening
8075 subtree - improvements in discontinuity handling likely will
8076 enable progress.
8077
8078 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
8079
8080 * wid-edit.el (widget-button-click-moves-point): New variable.
8081 (widget-button-click): If widget-button-click-moves-point is
8082 non-nil, set point after performing the button action.
8083
8084 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
8085
8086 2006-09-30 Martin Rudalics <rudalics@gmx.at>
8087
8088 * files.el (find-file-existing): Modify to not allow wildcards.
8089
8090 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8091
8092 * simple.el (undo-more): When undo information for the region is
8093 exhausted, say "No further undo information FOR REGION".
8094
8095 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
8096
8097 * progmodes/sh-script.el (sh-prev-thing):
8098 Take `sh-leading-keywords' into account.
8099
8100 2006-09-29 Glenn Morris <rgm@gnu.org>
8101
8102 * custom.el (defcustom): Doc fix.
8103
8104 * calendar/calendar.el (european-calendar-style):
8105 Call european-calendar or american-calendar as needed when set.
8106 (diary-view-entries, list-calendar-holidays): Move autoloads
8107 before use.
8108
8109 2006-09-29 Juri Linkov <juri@jurta.org>
8110
8111 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
8112 to nil if there is no previous property change.
8113
8114 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8115
8116 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
8117 saving anything to be sure that `forward-sexp' behaves correctly.
8118
8119 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
8120
8121 * simple.el (line-move-finish): Ignore field boundaries if the
8122 initial and final points have the same `field' property.
8123
8124 2006-09-29 Kim F. Storm <storm@cua.dk>
8125
8126 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
8127 to t while calling ido-read-internal.
8128
8129 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
8130
8131 * textmodes/org.el (org-file-remote-p): Get regexp from list.
8132 (org-archive-subtree): Remove erraneous `]' from character list.
8133
8134 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
8135
8136 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
8137 (ses-reconstruct-all): Make undo of "insert row" work by keeping
8138 markers for data-area and parameters-area.
8139
8140 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8141
8142 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
8143
8144 * font-lock.el (font-lock-after-change-function): Refontify next line
8145 as well if end is at BOL.
8146 (font-lock-extend-jit-lock-region-after-change): Be more careful to
8147 only extend the region as much as needed.
8148
8149 2006-09-28 Richard Stallman <rms@gnu.org>
8150
8151 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
8152
8153 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
8154
8155 * international/mule.el (after-insert-file-set-coding):
8156 If VISIT, don't let set-buffer-multibyte make undo info.
8157
8158 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
8159
8160 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
8161 lines in base64-encoded authentication response.
8162
8163 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8164
8165 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
8166 (ebnf-version): New version 4.3.
8167 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
8168 (ebnf-prologue): Adjust PostScript programming.
8169 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
8170 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
8171
8172 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
8173
8174 * jit-lock.el (jit-lock-force-redisplay): Rename from
8175 jit-lock-fontify-again, and undo the mistaken change I've just done.
8176
8177 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
8178 (jit-lock-fontify-again): Don't refontify text that's not displayed.
8179
8180 2006-09-26 Kenichi Handa <handa@m17n.org>
8181
8182 * startup.el (display-splash-screen): Allow a prefix argument.
8183
8184 2006-09-25 Jason Rumney <jasonr@gnu.org>
8185
8186 * subr.el (shell-quote-argument): Use DOS logic for Windows
8187 shells with DOS semantics.
8188
8189 2006-09-24 Richard Stallman <rms@gnu.org>
8190
8191 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
8192 (compilation-goto-locus): Use compilation-goto-locus-delete-o
8193 to delete the overlay. Put it on pre-command-hook.
8194
8195 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
8196
8197 * startup.el (fancy-splash-screens, normal-splash-screen):
8198 Call the splash buffer *About GNU Emacs*.
8199
8200 * simple.el (next-error-highlight, next-error-highlight-no-select):
8201 Default to 0.5.
8202 (yank-excluded-properties): Add `fontified'.
8203
8204 * font-lock.el (font-lock-compile-keywords): Allow value of
8205 syntax-begin-function to enable paren-column-0 highlighting.
8206
8207 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
8208
8209 * dired.el (dired-build-subdir-alist): When file ends in colon,
8210 don't exit the loop, just disregard that file.
8211
8212 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
8213
8214 * simple.el (line-move-finish): Handle corner case for fields in
8215 continued lines.
8216 (line-move-1): Remove flawed test for that case.
8217
8218 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
8219
8220 * icomplete.el (icomplete-simple-completing-p): Use the correct
8221 name for the new variable, `icomplete-with-completion-tables'.
8222 (file local variables): Remove superfluous setting.
8223
8224 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
8225
8226 * calendar/appt.el (appt-check): Fix typo for appointments just
8227 after midnight.
8228
8229 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
8230
8231 * help.el (describe-key-briefly, describe-key): Don't expect an
8232 extra up event if a down-event is generated by a popup menu.
8233
8234 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
8235
8236 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
8237 local dictionary when changing the global dictionary.
8238
8239 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
8240
8241 * icomplete.el (icomplete-with-completion-tables): List of
8242 specialized completion tables with which icomplete should
8243 operate. Include the new `internal-complete-buffer', so icomplete
8244 works with interactive buffer-selection.
8245 (icomplete-simple-completing-p): Add acceptance of specialized
8246 completion tables listed in icomplete-with-completion-tables.
8247
8248 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8249
8250 * frame.el (focus-follows-mouse): Set default to nil on Mac.
8251
8252 * startup.el (command-line): Use `custom-reevaluate-setting' for
8253 `focus-follows-mouse'.
8254
8255 2006-09-22 Richard Stallman <rms@gnu.org>
8256
8257 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
8258 explain why Save is not available.
8259
8260 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
8261
8262 * woman.el (woman0-so): Use `let*', not `let'.
8263 (woman-horizontal-line): Remove unbalanced parenthesis.
8264
8265 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8266
8267 * woman.el: Make sure all the end-of-region markers we use have
8268 a non-nil insertion-type.
8269 (woman0-so): Move things around so we can use copy-marker.
8270 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
8271 Adjust marker type.
8272 (woman2-process-escapes): Check marker type.
8273 (woman-horizontal-line): Dispense with the use of a marker.
8274
8275 2006-09-22 Jay Belanger <belanger@truman.edu>
8276
8277 * calc/calc-lang.el: Add Greek letters to math-variable-table
8278 property of tex.
8279
8280 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
8281
8282 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
8283
8284 2006-09-22 Masatake YAMATO <jet@gyve.org>
8285
8286 * add-log.el (add-log-current-defun): Use `forward-sexp'
8287 instead of `forward-word' to pick c++::symbol.
8288 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
8289
8290 2006-09-22 Kenichi Handa <handa@m17n.org>
8291
8292 * bindings.el: Fix setting self-insert-command for multibyte
8293 characters in global-map.
8294
8295 2006-09-21 David Kastrup <dak@gnu.org>
8296
8297 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
8298 doc string.
8299
8300 2006-09-21 Kenichi Handa <handa@m17n.org>
8301
8302 * language/european.el ("Latin-1"): Add windows-1252 to
8303 coding-priority.
8304 ("German"): Likewise.
8305
8306 2006-09-21 Kim F. Storm <storm@cua.dk>
8307
8308 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
8309 Suggested by Miles Bader.
8310
8311 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
8312 instead of add-to-list in the simple case.
8313
8314 2006-09-20 Kenichi Handa <handa@m17n.org>
8315
8316 * isearch.el (isearch-process-search-char): Cancel the previous change.
8317 (isearch-search-string): New function.
8318 (isearch-search): Use isearch-search-string.
8319 (isearch-lazy-highlight-search): Likewise.
8320
8321 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8322
8323 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
8324 string to become an option.
8325
8326 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8327
8328 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
8329
8330 2006-09-20 Kim F. Storm <storm@cua.dk>
8331
8332 * simple.el (line-move-partial): Call pos-visible-in-window-p with
8333 position t instead of trying both window-end and window-end - 1.
8334
8335 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
8336
8337 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
8338 hidden trees.
8339
8340 2006-09-20 David Kastrup <dak@gnu.org>
8341
8342 * mouse.el (mouse-posn-property): Improve doc string.
8343 (mouse-on-link-p): Change buffers for function calls on links.
8344
8345 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
8346 buffer is read-only.
8347
8348 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
8349
8350 * allout.el (allout-unprotected): Let inhibit-read-only only when
8351 buffer-read-only isn't set.
8352 (allout-annotate-hidden): Enable topic annotation during copies even
8353 when the buffer is read-only, eg for topic copies. Ensure that the loop
8354 advances, even when the span extends beyond the deletion region.
8355 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
8356 rather than allout-exposure-changed-hook, as a stronger assertion.
8357 (allout-keybindings-list): Add bindings for
8358 allout-copy-line-as-kill and allout-copy-topic-as-kill.
8359 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
8360 Copy wrappers for allout-kill-line and allout-kill-topic.
8361 (allout-listify-exposed): Position correctly to accumulate lines.
8362
8363 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
8364
8365 * simple.el (line-move-1): Escape field boundaries occurring
8366 exactly at point. Update goal column if constrained to a field.
8367 (line-move-finish): Escape field boundaries occurring exactly at point.
8368
8369 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8370
8371 * mouse.el (mouse-on-link-p): Tentatively fix last change.
8372 (mouse-drag-vertical-line): Remove unused var `wconfig'.
8373
8374 2006-09-19 Kim F. Storm <storm@cua.dk>
8375
8376 * help.el (describe-key-briefly, describe-key): Simplify printing
8377 of descriptions by using format and %S. Fix "is undefined"
8378 messages to say "at that spot" for mouse events.
8379
8380 * simple.el (line-move-partial): Optimize. Try window-line-height
8381 before posn-at-point to get vpos of current line.
8382
8383 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
8384
8385 * viper.el: Bump up version/date of update to reflect the substantial
8386 changes done in August 2006.
8387
8388 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
8389 are defined.
8390
8391 * ediff-util.el (ediff-add-to-history): New function.
8392
8393 * ediff.el: Use ediff-add-to-history instead of add-to-history.
8394
8395 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8396
8397 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
8398 Delete duplicate make-local-variable form.
8399 (conf-space-keywords): Add autoload cookie.
8400 Fix typo (`keywords', not `keyword').
8401
8402 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8403
8404 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
8405 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
8406 to x-gtk-use-old-file-dialog.
8407
8408 2006-09-18 Richard Stallman <rms@gnu.org>
8409
8410 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
8411 that might come in during mouse tracking.
8412
8413 2006-09-18 Kim F. Storm <storm@cua.dk>
8414
8415 * simple.el (line-move-partial): Rework 2006-09-15 change to use
8416 new window-line-height function. Further optimize by not calling
8417 pos-visible-in-window-p for window-end when window-line-height
8418 returns useful information.
8419
8420 2006-09-16 Richard Stallman <rms@gnu.org>
8421
8422 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
8423 (conf-space-mode): Don't handle prefix arg.
8424 Delete conf-space-keywords-override code.
8425 Use add-hook.
8426 (conf-space-keywords): New command.
8427 (conf-space-mode-internal): Be careful with imenu-generic-expression.
8428 Delete conf-space-keywords-override code.
8429 (conf-space-keywords-alist): Doc fix.
8430 (conf-space-font-lock-keywords): Doc fix.
8431 (conf-space-keywords-override): Var deleted.
8432
8433 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
8434
8435 * startup.el (fancy-splash-screens): Don't switch to the scratch
8436 buffer; it may not be the next buffer.
8437
8438 2006-09-16 Romain Francoise <romain@orebokech.com>
8439
8440 * saveplace.el (load-save-place-alist-from-file): Use expanded name
8441 in both messages.
8442
8443 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
8444
8445 * progmodes/python.el (python-preoutput-filter):
8446 Fix arg order to string-match.
8447
8448 2006-09-16 Richard Stallman <rms@gnu.org>
8449
8450 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
8451 font-lock-compile-keywords.
8452
8453 * font-lock.el (font-lock-compile-keywords): Rename optional arg
8454 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
8455
8456 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8457
8458 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
8459
8460 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
8461 and the data doesn't look like UTF8, send STRING instead.
8462
8463 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
8464
8465 * textmodes/flyspell.el (flyspell-check-region-doublons):
8466 New function to detect duplicated words.
8467 (flyspell-large-region): Use it.
8468
8469 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
8470
8471 * simple.el (line-move-to-column): Revert 2006-08-03 change.
8472
8473 2006-09-16 Eli Zaretskii <eliz@gnu.org>
8474
8475 * help.el (describe-prefix-bindings): Use let, not let*.
8476
8477 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
8478
8479 * allout.el (allout-regexp, allout-line-boundary-regexp)
8480 (allout-bob-regexp): Correct grouping and boundaries to fix
8481 backwards traversal.
8482 (allout-depth-specific-regexp, allout-depth-one-regexp):
8483 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
8484 worse time in allout-ascend.
8485 (allout-doublecheck-at-and-shallower): Identify depth threshold
8486 below which topics are checked for and disqualified by containment
8487 discontinuities.
8488 (allout-hotspot-key-handler): Correctly handle multiple-key
8489 strokes. Remove some unused variables.
8490 (allout-mode-leaders): Clarify that mode-specific comment-start
8491 will be used.
8492 (set-allout-regexp): Correctly regexp-quote allout regexps to
8493 properly accept alternative header-leads and primary bullets with
8494 regexp-specific characters (eg, C "/*", mathematica "(*").
8495 Include new regular expressions among those configured.
8496 (allout-infer-header-lead-and-primary-bullet):
8497 Rename allout-infer-header-lead.
8498 (allout-recent-depth): Manifest as a variable as well as a function.
8499 (allout-prefix-data): Simplify into an inline instead of a macro,
8500 assuming current match data rather than being explicitly passed
8501 it. Establish allout-recent-depth value as well as
8502 allout-recent-prefix-beginning and allout-recent-prefix-end.
8503 (allout-aberrant-container-p): True when an item's immediate
8504 offspring discontinuously contained. Useful for disqualifying
8505 unintended topic prefixes, likely at low depths.
8506 (allout-goto-prefix-doublechecked): Elaborate version of
8507 allout-goto-prefix which disqualifies aberrant pseudo-items.
8508 (allout-pre-next-prefix): Layer on top of lower-level routines, to
8509 get disqualification of aberrant containers.
8510 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
8511 containers.
8512 (allout-beginning-of-current-entry): Position at start of buffer
8513 when in container (depth 0) entry.
8514 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
8515 (allout-current-bullet): Strip text properties.
8516 (allout-get-prefix-bullet): Use right match groups.
8517 (allout-beginning-of-line, allout-next-heading):
8518 Disqualify aberrant containers.
8519 (allout-previous-heading): Disqualify aberrant containers, and
8520 change to regular (rather than inline) function, to allow
8521 self-recursion.
8522 (allout-get-invisibility-overlay): Increment so progress is made
8523 when the first overlay is not the sought one.
8524 (allout-end-of-prefix): Disqualify aberrant containers.
8525 (allout-end-of-line): Cycle something like allout-beginning-of-line.
8526 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
8527 outline.el outlines) functional again. Change the primary bullet
8528 along with the header-lead - level 1 new-style bullets now work.
8529 Engage allout-before-change-handler in mainline Emacs, not just
8530 XEmacs, to do undo handling.
8531 (allout-before-change-handler): Expose undo changes occurring in
8532 hidden regions. Use allout-get-invisibility-overlay instead of
8533 reimplementing it inline.
8534 (allout-chart-subtree): Use start rather than end of prefix in
8535 charts. Use allout-recent-depth variable.
8536 (allout-chart-siblings): Disqualify aberrant topics.
8537 (allout-beginning-of-current-entry): Position correctly.
8538 (allout-ascend): Use new allout-depth-specific-regexp and
8539 allout-depth-one-regexp for linear instead of O(N^2) or worse
8540 behavior.
8541 (allout-ascend-to-depth): Depend on allout-ascend, rather than
8542 reimplementing an algorithm.
8543 (allout-up-current-level): Depend on allout-ascend, rather than
8544 reimplementing an algorithm. Return to start-point if we fail.
8545 (allout-descend-to-depth): Use allout-recent-depth variable
8546 instead of function.
8547 (allout-next-sibling): On traversal of numerous intervening
8548 topics, resort to economical allout-next-sibling-leap.
8549 (allout-next-sibling-leap): Specialized version of
8550 allout-next-sibling that uses allout-ascend cleverly, to depend on
8551 a regexp search to leap large numbers of contained topics, rather
8552 than arbitrarily many one-by-one traversals.
8553 (allout-next-visible-heading): Disqualify aberrant topics.
8554 (allout-previous-visible-heading): Position consistently when
8555 interactive.
8556 (allout-forward-current-level): Base on allout-previous-sibling
8557 rather than (differently) reimplmenting the algorithm. Remove some
8558 unused variables.
8559 (allout-solicit-alternate-bullet): Present default choice stripped
8560 of text properties.
8561 (allout-rebullet-heading): Use bullet stripped of text properties.
8562 Register changes using allout-exposure-change-hook.
8563 Disregard aberrant topics.
8564 (allout-shift-in): With universal-argument, make topic a peer of
8565 it's former offspring. Simplify the code by separating out
8566 allout-shift-out functionality.
8567 (allout-shift-out): With universal-argument, make offspring peers
8568 of their former container, and its siblings. Implement the
8569 functionality here, rather than inappropriately muddling the
8570 implementation of allout-shift-in.
8571 (allout-rebullet-topic): Respect additional argument for new
8572 parent-child separation function.
8573 (allout-yank-processing): Use allout-ascend directly.
8574 (allout-show-entry): Disqualify aberrant topics.
8575 (allout-show-children): Handle discontinuous children gracefully,
8576 extending the depth being revealed to expose them and posting a
8577 message indicating the situation.
8578 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
8579 Leave cursor in correct position.
8580 (allout-hide-current-subtree): Use allout-ascend directly.
8581 Disqualify aberrant topics.
8582 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
8583 a way that the yanks can restore it, as used to happen.
8584 (allout-yank-processing): Restore exposure layout as recorded by
8585 allout-kill-*, as used to happen.
8586 (allout-annotate-hidden, allout-hide-by-annotation): New routines
8587 for preseving and restoring exposure layout across kills.
8588 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
8589 (allout-encrypt-string): Strip text properties.
8590 Rearranged order and outline-headings for some of the
8591 miscellaneous functions.
8592 (allout-resolve-xref): No need to quote the error name in the
8593 condition-case handler section.
8594 (allout-flatten): Classic recursive (and recursively intensive,
8595 without tail-recursion) list-flattener, needed by allout-shift-out
8596 when confronted with discontinuous children.
8597
8598 2006-09-16 Jason Rumney <jasonr@gnu.org>
8599
8600 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
8601 on ms-windows.
8602 (dnd-open-unc-file): Remove.
8603 (dnd-open-local-file): Mention in doc string that it also handles
8604 remote files if the system natively supports unc file-names.
8605
8606 2006-09-15 Kim F. Storm <storm@cua.dk>
8607
8608 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
8609 all necessary information about the event before erasing *Help*.
8610
8611 * simple.el (line-move-partial): Use window-line-visiblity to
8612 quickly check whether last line is partially visible, and only do
8613 the hard (and slow) part in that case.
8614
8615 2006-09-15 Jay Belanger <belanger@truman.edu>
8616
8617 * COPYING: Replace "Library Public License" by "Lesser Public
8618 License" throughout.
8619
8620 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8621
8622 * term/x-win.el (x-menu-bar-open): New function for F10.
8623
8624 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
8625
8626 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8627 Disallow filenames containing " -" to avoid confusion with libtool
8628 compilation messages. Suggested by Stefan Monnier.
8629
8630 2006-09-15 David Kastrup <dak@gnu.org>
8631
8632 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
8633 instead of buffer position for `mouse-on-link-p'.
8634
8635 * mouse.el (mouse-posn-property): New function looking up the
8636 properties at a click position in overlays and text properties in
8637 either buffer or strings.
8638 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
8639 of both `follow-link' as well as `mouse-face' properties.
8640 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
8641 buffer position.
8642
8643 * help.el (describe-key-briefly): When reading a down-event on
8644 mode lines or scroll bar, swallow the following up event, too.
8645 Use the new mouse sensitity of `key-binding' for lookup.
8646 (describe-key): The same here.
8647
8648 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
8649
8650 * play/life.el (life-patterns): Add a few more interesting patterns.
8651 (life-setup): Force `show-trailing-whitespace' to nil.
8652
8653 2006-09-14 Richard Stallman <rms@gnu.org>
8654
8655 * startup.el (fancy-splash-text): Change text to improve alignment.
8656 (fancy-splash-screens): Don't set non-standard tab width.
8657 Bind cursor-type temporarily, and make it easy to patch to
8658 preserve the splash buffer.
8659 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
8660 (fancy-splash-screens): Display echo-area message explicitly.
8661 Don't set fancy-splash-help-echo.
8662
8663 * simple.el (line-number-mode): Group mode-line instead of
8664 editing-basics.
8665 (column-number-mode, size-indication-mode): Likewise.
8666
8667 * faces.el (mode-line-faces): Group mode-line instead of modeline.
8668
8669 * time.el (display-time): Group mode-line instead of modeline.
8670
8671 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
8672
8673 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
8674
8675 * startup.el (fancy-splash-text): Move editing instructions to
8676 fancy-splash-head.
8677 (fancy-splash-head): Issue editing instructions.
8678 (fancy-splash-screens): Fixup whitespace.
8679
8680 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8681
8682 * bindings.el (mode-line-buffer-identification-keymap):
8683 Remove duplicate line.
8684
8685 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8686
8687 * ido.el (ido-ignore-item-p): Allow any kind of functions in
8688 ignore lists.
8689
8690 2006-09-14 Kim F. Storm <storm@cua.dk>
8691
8692 * jit-lock.el (jit-lock-fontify-again): New function.
8693 (jit-lock-fontify-now): Use it instead of lambda form.
8694
8695 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
8696
8697 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
8698 (flyspell-auto-correct-word): Make ispell-filter local to these
8699 functions. Check that ispell-filter has new stuff before calling
8700 ispell-parse-output.
8701
8702 2006-09-13 Kim F. Storm <storm@cua.dk>
8703
8704 * simple.el (line-move-partial): Optimize.
8705
8706 2006-09-13 Richard Stallman <rms@gnu.org>
8707
8708 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
8709 Delete spurious backquote.
8710
8711 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
8712
8713 * net/rcirc.el (rcirc-print): Fix last change.
8714
8715 2006-09-12 Jay Belanger <belanger@truman.edu>
8716
8717 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
8718
8719 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
8720
8721 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
8722 rcirc-show-maximum-output.
8723 (rcirc-mode): Remove window-scroll-function hook.
8724 (rcirc-scroll-to-bottom): Remove function.
8725 (rcirc-print): Recenter so point stays at the bottom of the window
8726 if point was already there.
8727
8728 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
8729
8730 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
8731 not to "t".
8732 * progmodes/compile.el (compilation-start): Likewise.
8733 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8734 Don't use expand-file-name on invocation-directory, since this
8735 might mishandle special characters in invocation-directory.
8736
8737 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8738
8739 * pcvs-defs.el: Remove * in defcustom's docstrings.
8740
8741 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
8742
8743 * progmodes/compile.el (compilation-directory-properties):
8744 Doc fix for help-echo.
8745
8746 2006-09-12 Lars Hansen <larsh@soem.dk>
8747
8748 * desktop.el (desktop-read): Add comment.
8749
8750 2006-09-12 Kim F. Storm <storm@cua.dk>
8751
8752 * simple.el (next-error-highlight, next-error-highlight-no-select):
8753 Fix spelling error.
8754
8755 * subr.el (sit-for): Rework to use input-pending-p and cond.
8756 Return nil input is pending on entry also for SECONDS <= 0.
8757 (while-no-input): Use input-pending-p instead of sit-for.
8758
8759 2006-09-11 Richard Stallman <rms@gnu.org>
8760
8761 * simple.el (next-error-highlight, next-error-highlight-no-select):
8762 Fix custom type and doc strings.
8763
8764 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8765
8766 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
8767 (diff-apply-hunk): Use it to ask for confirmation.
8768
8769 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
8770
8771 * emacs-lisp/cl.el (pushnew): Add missing `,'.
8772
8773 2006-09-11 David Kastrup <dak@gnu.org>
8774
8775 * help.el (string-key-binding, describe-key-briefly)
8776 (describe-key): Remove `string-key-binding' and its callers since
8777 `key-binding' already caters for the proper lookup now.
8778
8779 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8780
8781 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
8782 (cfengine-mode): Use it. Fix \ syntax to be like /.
8783
8784 * bindings.el (mode-line-buffer-identification-keymap):
8785 Move initialization into declaration.
8786
8787 2006-09-10 Kim F. Storm <storm@cua.dk>
8788
8789 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
8790 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
8791 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
8792 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
8793
8794 2006-09-10 Richard Stallman <rms@gnu.org>
8795
8796 * dired-aux.el: Handle errors in recursive copy usefully.
8797 (dired-create-files-failures): New variable.
8798 (dired-copy-file): Remove condition-case.
8799 (dired-copy-file-recursive): Check for errors on all file
8800 operations, and add them to dired-create-files-failures.
8801 Check file file-date-erorr here too.
8802 (dired-create-files): Check dired-create-files-failures
8803 and report those errors too.
8804
8805 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
8806
8807 * subr.el (add-to-list): New argument COMPARE-FN.
8808
8809 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
8810
8811 * filecache.el (file-cache-add-directory)
8812 (file-cache-add-directory-list, file-cache-add-file)
8813 (file-cache-add-directory-using-find)
8814 (file-cache-add-directory-using-locate)
8815 (file-cache-add-directory-recursively): Add autoloads.
8816
8817 2006-09-09 Richard Stallman <rms@gnu.org>
8818
8819 * textmodes/conf-mode.el (conf-space-mode):
8820 Use hack-local-variables-hook instead of calling hack-local-variables.
8821 (conf-space-keywords-override): New variable.
8822 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
8823 (conf-space-mode): Always make conf-space-keywords and
8824 conf-space-keywords-override local.
8825 Call conf-space-mode-internal directly as well as via hook.
8826
8827 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
8828
8829 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
8830 quasi-keywords.
8831
8832 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8833
8834 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
8835 (python-send-string): Be slightly more careful about adding \n.
8836
8837 * startup.el (normal-splash-screen): Don't display the buffer if we'll
8838 kill it right away anyway.
8839
8840 2006-09-09 Eli Zaretskii <eliz@gnu.org>
8841
8842 * international/codepage.el (cp850-decode-table): Fix a few codes.
8843 (cp858-decode-table): New variable.
8844
8845 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8846
8847 * net/ldap.el (ldap-search-internal): Doc fix.
8848
8849 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8850
8851 * play/life.el (life-display-generation): Test for input manually if
8852 `sleeptime' is negative or null.
8853
8854 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
8855 (print-region-1): Substitute `%s' with the page title.
8856
8857 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
8858
8859 * locate.el (locate-current-search): New variable.
8860 (locate): Set buffer local value. Use current buffer if it is
8861 in Locate mode.
8862 (locate-mode): Disable undo here.
8863 (locate-do-setup): Use locate-current-filter from buffer to be killed.
8864 (locate-update): Use locate-current-search and locate-current-filter.
8865
8866 2006-09-08 David Kastrup <dak@gnu.org>
8867
8868 * desktop.el (desktop-read): When loading a desktop, disable
8869 saving it while the load progresses, and switch off a pending lazy
8870 load by calling `desktop-lazy-abort'.
8871
8872 2006-08-27 Martin Rudalics <rudalics@gmx.at>
8873
8874 * window.el (mouse-autoselect-window-timer)
8875 (mouse-autoselect-window-position)
8876 (mouse-autoselect-window-window)
8877 (mouse-autoselect-window-now): New vars.
8878 (mouse-autoselect-window-cancel)
8879 (mouse-autoselect-window-select)
8880 (mouse-autoselect-window-start): New functions.
8881 (handle-select-window): Call `mouse-autoselect-window-start' when
8882 delayed window autoselection is enabled.
8883
8884 * cus-start.el (mouse-autoselect-window): Handle delayed window
8885 autoselection.
8886
8887 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
8888 commands after which it is allowed to print in the echo area.
8889
8890 2006-09-08 Richard Stallman <rms@gnu.org>
8891
8892 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
8893
8894 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
8895 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
8896
8897 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
8898 (cancel-timer-internal): Add doc string.
8899 (cancel-function-timers): Doc fix.
8900 (with-timeout-handler, timer-event-last*): Add doc strings.
8901
8902 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
8903
8904 * files.el (risky-local-variable-p): Match ...-bindat-spec.
8905
8906 * dired.el (dired-log-summary): Add doc string.
8907
8908 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
8909 (custom-group-menu-create): Not here.
8910
8911 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
8912
8913 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
8914
8915 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8916
8917 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
8918 (mac-apple-event-map): Define its handler.
8919
8920 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8921
8922 * net/ldap.el (ldap-search-internal): Handle `auth' key.
8923
8924 2006-09-07 Magnus Henoch <mange@freemail.hu>
8925
8926 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
8927 clause.
8928
8929 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8930
8931 * info.el (Info-index): Bind completion-ignore-case.
8932
8933 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8934
8935 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
8936 previous commit.
8937 (inferior-prolog-guess-flavor): New fun left out of previous commit.
8938 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
8939 burp in dedicated windows.
8940 (inferior-prolog-self-insert-command): New command.
8941 (inferior-prolog-mode-map): Use it.
8942
8943 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
8944
8945 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
8946
8947 * international/code-pages.el: Add cp858.
8948
8949 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8950
8951 * dnd.el: Fix bootstrapping.
8952
8953 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8954
8955 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
8956 (dnd-open-remote-url): New function.
8957 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
8958 not windows-nt.
8959
8960 2006-09-07 Jason Rumney <jasonr@gnu.org>
8961
8962 * dnd.el (dnd-open-remote-file-function): New variable.
8963 (dnd-open-unc-file): New function.
8964 (dnd-open-file): Call dnd-open-remote-file-function if set.
8965
8966 2006-09-06 Daiki Ueno <ueno@unixuser.org>
8967
8968 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
8969 pgg-passphrase-coding-system rather than locale-coding-system.
8970 * pgg-def.el (pgg-passphrase-coding-system): New user option.
8971
8972 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8973
8974 * progmodes/prolog.el: Remove * in docstrings.
8975 (prolog-program-name): Add SWI prolog.
8976 (prolog-mode-menu): New menu.
8977 (prolog-mode): Set comment-add.
8978 (prolog-indent-line): Simplify. Use indent-line-to.
8979 (inferior-prolog-buffer): New var.
8980 (inferior-prolog-run, inferior-prolog-process): New funs.
8981 (run-prolog, switch-to-prolog): Rewrite, using them.
8982 (prolog-consult-region): Use inferior-prolog-buffer.
8983 (inferior-prolog-load-file): New function.
8984 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
8985
8986 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
8987 last word, if it's not the end of the paragraph.
8988
8989 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
8990 file name.
8991
8992 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
8993
8994 * frame.el (display-mm-dimensions-alist): New defcustom.
8995 (display-mm-height, display-mm-width): Use it.
8996
8997 2006-09-06 Simon Josefsson <jas@extundo.com>
8998
8999 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
9000
9001 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
9002
9003 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9004 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
9005 string values.
9006
9007 2006-09-06 Kim F. Storm <storm@cua.dk>
9008
9009 * simple.el (line-move-partial): New function to do vscrolling for
9010 partially visible images / tall lines. Rewrite based on code
9011 previously in line-move. Simplify backwards vscrolling.
9012 (line-move): Use it. Simplify.
9013
9014 2006-09-05 Kim F. Storm <storm@cua.dk>
9015
9016 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
9017
9018 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
9019
9020 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9021 Process the `gcc-include' after the `gnu' rule.
9022
9023 2006-09-05 Kim F. Storm <storm@cua.dk>
9024
9025 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
9026
9027 2006-09-05 Daiki Ueno <ueno@unixuser.org>
9028
9029 * pgg.el (pgg-clear-string): Alias to clear-string for backward
9030 compatibility.
9031
9032 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
9033 inhibit-redisplay; encode passphrase with locale-coding-system.
9034
9035 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
9036
9037 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
9038
9039 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
9040
9041 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9042 (gdb-var-list-children-regexp): Make type field optional.
9043
9044 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
9045 e.g public, protected in C++.
9046
9047 2006-09-04 John Paul Wallington <jpw@pobox.com>
9048
9049 * simple.el (completion-show-help): New defcustom.
9050 (completion-setup-function): Heed it.
9051
9052 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
9053
9054 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
9055
9056 2006-09-04 Richard Stallman <rms@gnu.org>
9057
9058 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
9059 (rsf-min-region-to-spam-list): Doc fix.
9060 (rsf-add-content-type-field): Doc fix.
9061
9062 * simple.el (kill-region): Explicitly test there is a region.
9063
9064 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
9065
9066 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
9067 sendmail in several common directories.
9068
9069 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
9070
9071 * paths.el (sendmail-program): Removed.
9072
9073 2006-09-04 Daiki Ueno <ueno@unixuser.org>
9074
9075 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
9076 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
9077 http://article.gmane.org/gmane.emacs.gnus.general/50457
9078
9079 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
9080
9081 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
9082 mark after running the menu filter.
9083
9084 2006-09-03 Juri Linkov <juri@jurta.org>
9085
9086 * international/quail.el (quail-defrule-internal): Add a check
9087 if a key is a vector.
9088
9089 2006-09-02 Juri Linkov <juri@jurta.org>
9090
9091 * man.el (Man-topic-history): New variable.
9092 (man): Use it.
9093
9094 * woman.el (woman-topic-history): Change defvar to defvaralias
9095 for symbol `Man-topic-history'.
9096
9097 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
9098 `comint-last-output-start' is a marker by using `markerp' and
9099 check if it has a position by using `marker-position', and use
9100 this position for `goto-char'.
9101
9102 * international/quail.el (quail-defrule-internal): Add missing
9103 `error' call for null key.
9104
9105 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
9106
9107 * rcirc.el (rcirc-keywords): New variable.
9108 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
9109 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
9110 variables.
9111 (rcirc-responses-no-activity): New function.
9112 (rcirc-handler-generic): Check for responses in above.
9113 (rcirc-process-command): Add ?: character to arguments of raw
9114 server commands.
9115 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
9116 `rcirc-dim-nicks'.
9117 (rcirc-gray-toggle): Remove unused variable.
9118 (rcirc-print): Remove some tracking logic, which is moved into
9119 markup functions.
9120 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
9121 types.
9122 (rcirc-activity-string): Look for 'keyword in activity-types.
9123 (rcirc-window-configuration-change): Don't erase overlay-arrow
9124 unnecessarily.
9125 (rcirc-add-or-remove): New function.
9126 (rcirc-cmd-ignore): Use it.
9127 (rcirc-message-leader): Remove unused function.
9128 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
9129 (rcirc-add-face): New function.
9130 (rcirc-facify): Use rcirc-add-face.
9131 (rcirc-url-regexp): Add parens.
9132 (rcirc-map-regexp): Remove function.
9133 (rcirc-mangle-regexp): Remove function.
9134 (rcirc-markup-text-functions): New variable.
9135 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
9136 (rcirc-markup-body-text, rcirc-markup-attributes)
9137 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
9138 (rcirc-markup-bright-nicks): New markup handler functions.
9139 (rcirc-nick-in-message-full-line): New face.
9140 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
9141 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
9142
9143 2006-09-02 Martin Rudalics <rudalics@gmx.at>
9144
9145 * cus-start.el (hscroll-margin, hscroll-step)
9146 (mode-line-in-non-selected-windows, mouse-autoselect-window)
9147 (x-use-underline-position-properties): Change version to "22.1"
9148 since they will appear there for the first time.
9149
9150 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
9151
9152 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
9153
9154 2006-08-31 Richard Stallman <rms@gnu.org>
9155
9156 * cus-edit.el (custom-save-variables): Slight cleanup.
9157 (Custom-no-edit): Renamed from custom-no-edit.
9158 (Custom-newline): Renamed from custom-newline.
9159 (custom-mode-map): Use new names.
9160
9161 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
9162 about customization, rather than M-x customize, in the doc string
9163 made for the defcustom.
9164
9165 * emacs-lisp/trace.el (trace-function-background): Doc fix.
9166
9167 2006-08-31 Romain Francoise <romain@orebokech.com>
9168
9169 * dired-x.el (dired-guess-shell-alist-default): Update.
9170
9171 2006-08-31 Michael Mauger <mmaug@yahoo.com>
9172
9173 * custom.el (custom-theme-set-variables): Autoload packages before
9174 sorting the variables.
9175
9176 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
9177
9178 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
9179 chars if XEmacs.
9180 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
9181
9182 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9183
9184 * progmodes/python.el (python-eldoc-function): Re-enable quit while
9185 waiting for process.
9186
9187 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9188
9189 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
9190 results in ASCII-only string, encode original one directly.
9191
9192 2006-08-29 Romain Francoise <romain@orebokech.com>
9193
9194 * startup.el (normal-splash-screen, fancy-splash-screens):
9195 Make buffer read-only and arrange to enter view mode if necessary.
9196
9197 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
9198
9199 * hl-line.el (hl-line): New face.
9200 (hl-line-face): Use it.
9201
9202 * image-mode.el (image-mode): Fix last fix.
9203 Suggested by Kim F. Storm.
9204
9205 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
9206
9207 Sync with Tramp 2.0.54.
9208
9209 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
9210 of `=', because `tramp-get-remote-gid' might not always return an
9211 integer when expected.
9212 (tramp-register-file-name-handlers): `partial-completion-mode' is
9213 unknown to XEmacs.
9214 (tramp-time-diff): Don't use `floor', it might fail for large
9215 differences.
9216 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
9217 `tramp-auto-save-directory' if unset in order to guarantee unique
9218 auto-save file names.
9219
9220 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
9221
9222 * image-mode.el (image-mode): Display image as text on a terminal.
9223
9224 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9225
9226 * progmodes/python.el (python-send-command): Simplify.
9227 (run-python): Don't generate a new buffer unless `new' was specified.
9228 Make sure we send `import emacs' to the proper process.
9229
9230 * progmodes/python.el (python-send-command): Don't wait for the command
9231 to terminate. Don't fiddle with compilation-parsing-end.
9232
9233 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
9234
9235 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9236 Insert commentary after first line summary.
9237
9238 * woman.el (woman-follow): New function, based on `man-follow'.
9239 (woman-mode-map): Use it.
9240
9241 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
9242 since ibuffer-do-sort-by-recency does not define a sorter.
9243
9244 2006-08-28 Kim F. Storm <storm@cua.dk>
9245
9246 * find-dired.el (find-dired): Use shell-quote-argument to properly
9247 escape ( and ) args. Also use it on {} and ; args in default
9248 value of find-ls-option string.
9249 (find-grep-dired): Use shell-quote-argument on {} and ; args.
9250
9251 2006-08-27 Michael Olson <mwolson@gnu.org>
9252
9253 * emacs-lisp/tq.el: Small grammar fix in comments.
9254 (tq-enqueue): Check for existence of queue rather than the
9255 head queue item's question, which was a no-op.
9256 (tq-filter, tq-process-buffer): Make sure the process buffer
9257 exists before making it the current buffer.
9258
9259 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9260
9261 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
9262 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
9263 (special-event-map): Apply 2006-08-16 change for x-win.el.
9264
9265 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9266
9267 * progmodes/python.el (python-send-receive): Wait in the
9268 process's buffer so as to check the right buffer-local variables.
9269
9270 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
9271
9272 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
9273 (defgroup checkdoc): Move to beginning.
9274
9275 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
9276 (python-preoutput-continuation): Remove.
9277 (python-preoutput-filter): Simplify correspondingly.
9278 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
9279 Loop around to catch embedded _emacs_out output.
9280 (run-python): Send the import&print command on a single line.
9281 (python-send-command): Send command&print on a single line.
9282 (python-send-string): Only add double \n if needed.
9283 (python-send-receive): Loop until the result comes.
9284 (python-mode-running): Defvar it.
9285 (python-setup-brm): Remove unused var `menu'.
9286 Only bind py-mode-map and `features' around brm-init.
9287 (python-calculate-indentation): Remove unused var `point'.
9288 (python-beginning-of-defun): Remove unused var `def-line'.
9289
9290 2006-08-25 Richard Stallman <rms@gnu.org>
9291
9292 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
9293
9294 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
9295
9296 * viper.el (viper-set-hooks): Use frame bindings for
9297 viper-vi-state-cursor-color.
9298 (viper-non-hook-settings): Don't set default
9299 mode-line-buffer-identification.
9300
9301 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
9302 (viper-set-cursor-color-according-to-state)
9303 (viper-get-saved-cursor-color-in-replace-mode)
9304 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
9305 viper-emacs-state-cursor-color.
9306
9307 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
9308 (viper-undo): Use point if undo-beg-posn is nil.
9309 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
9310 (viper-after-change-undo-hook): Don't use
9311 viper-emacs-state-cursor-color by default.
9312 (viper-undo): More sensible positioning after undo.
9313
9314 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
9315 (viper-emacs-state-cursor-color): Default to nil, since this feature
9316 doesn't work well yet.
9317
9318 * ediff-mult.el (ediff-intersect-directories)
9319 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
9320 always expand filenames.
9321
9322 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9323
9324 * tumme.el: Remove * in defcustoms's docstrings.
9325
9326 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
9327
9328 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
9329 Accept internal time format for SECS arg.
9330 (timer-relative-time): Doc fix.
9331
9332 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
9333 adapted from Martin Rudalics.
9334 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
9335 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
9336 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
9337 using sit-for.
9338
9339 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
9340
9341 * cus-start.el (all): Add `overline-margin' and
9342 `x-underline-at-descent-line'.
9343
9344 2006-08-24 Kim F. Storm <storm@cua.dk>
9345
9346 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
9347 to mean "use find -exec"; nil now unambiguously means auto-detect.
9348 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
9349 Use shell-quote-argument to build grep-find-command and
9350 grep-find-template.
9351 (rgrep): Use shell-quote-argument to properly quote arguments to find.
9352 Reported by Tom Seddon.
9353
9354 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
9355
9356 * startup.el (fancy-splash-head): Give instructions for dismissing
9357 the splash screen for default startup too.
9358 (display-startup-echo-area-message, fancy-splash-screens)
9359 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
9360 all splash text at once and keep the splash buffer around.
9361 (command-line-1): Give display-startup-echo-area-message a t arg.
9362
9363 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
9364
9365 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
9366 gnus frame is selected.
9367
9368 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
9369
9370 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
9371
9372 2006-08-22 Kim F. Storm <storm@cua.dk>
9373
9374 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
9375 Add suffix matching for subdirs.
9376
9377 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
9378
9379 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
9380 mouse-yank-at-point is non-nil.
9381
9382 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
9383
9384 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
9385 a bit wider and remove fringes to fit initial output on line.
9386
9387 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9388
9389 * frame.el (blink-cursor-end): Only ignore the error we care about.
9390 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
9391
9392 2006-08-21 Richard Stallman <rms@gnu.org>
9393
9394 * whitespace.el (whitespace-cleanup): Doc fix.
9395
9396 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
9397
9398 * net/rcirc.el (rcirc-show-maximum-output): New var.
9399 (rcirc-buffer-process): If no buffer argument is supplied, use
9400 current-buffer.
9401 (rcirc-complete-nick): Complete to the last completed nick first.
9402 (rcirc-mode): Preserve the value of `rcirc-urls' across
9403 connections. Setup scroll function.
9404 (rcirc-scroll-to-bottom): New function.
9405 (rcirc-print): Use nick syntax around regexp work.
9406 Notice dim-nicks speaking only if they say our nick.
9407 (rcirc-update-activity-string): Do not show the modeline indicator
9408 if there are no live rcirc processes.
9409 (rcirc-cmd-ignore): Ignore case.
9410 (rcirc-browse-url-at-point): Fix off-by-one error.
9411
9412 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9413
9414 * progmodes/python.el: Remove * in defcustom docstrings.
9415 (run-python, python-proc, python-try-complete): Use derived-mode-p.
9416 (python-mode): Set tab-width and indent-tabs-mode.
9417
9418 2006-08-20 Dave Love <fx@gnu.org>
9419
9420 * progmodes/python.el: Update to Dave Love's latest version.
9421 (python-font-lock-keywords, python-mode): Don't use
9422 font-lock-syntax-table, but match symbol elements explicitly instead.
9423 (python-mode-map): Add help, and a few more key bindings.
9424 (python-skip-comments/blanks): Move out of comments as well.
9425 (python-continuation-line-p): Behave better with unbalanced parens.
9426 (python-blank-line-p): New fun.
9427 (python-open-block-statement-p): Don't use a heuristic.
9428 (python-outdent-p): Better handle blocks-in-the-same-line.
9429 (python-calculate-indentation): Misc improvements.
9430 (python-comment-indent): Remove.
9431 (python-block-pairs): New var.
9432 (python-first-word): New fun.
9433 (python-indentation-levels): Handle more common cases.
9434 (python-indent-line-1): Add `leave' argument.
9435 (python-indent-region): New fun.
9436 (python-skip-out): New fun.
9437 (python-beginning-of-statement, python-end-of-statement): Use it.
9438 (python-next-statement): Return correct count even at eob.
9439 (python-end-of-block): Fix paren-typo.
9440 (python-imenu-create-index): Add module variables.
9441 (run-python): Add `new' arg.
9442 Check we're at a prompt before returning.
9443 (python-send-command): Move to end of buffer.
9444 Wait for prompt to return.
9445 (python-set-proc): New fun.
9446 (python-imports): New var.
9447 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
9448 (python-eldoc-function): Try to move out of arg list.
9449 (python-outline-level): Offset by 1.
9450 (python-find-imports): New fun.
9451 (python-symbol-completions): Use python-imports.
9452 (python-module-path, ffap-alist): Add support for ffap.
9453 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
9454 (python-insert-*, python-default-template, python-expand-template):
9455 Add templates/skeletons.
9456 (python-setup-brm): Support for Bicycle Repair Man.
9457 (python-abbrev-syntax-table): New var.
9458 (python-abbrev-pc-hook, python-pea-hook): New funs.
9459
9460 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
9461
9462 * frame.el (blink-cursor-start): Set timer first.
9463 (blink-cursor-end): Ignore timer cancelling errors.
9464 Suggested by Ken Manheimer.
9465
9466 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
9467
9468 * newcomment.el (comment-box): Call `comment-normalize-vars'.
9469 Add autoload cookie.
9470
9471 2006-08-20 Richard Stallman <rms@gnu.org>
9472
9473 * simple.el (line-number-at-pos): Doc fix.
9474
9475 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
9476 timer-activate-when-idle, so timer can run before Emacs becomes
9477 non-idle again.
9478
9479 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
9480
9481 * whitespace.el (whitespace-cleanup-internal): New optional arg
9482 REGION-ONLY. If it's non-nil, modify the message to the user
9483 accordingly.
9484 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
9485 a non-nil argument.
9486
9487 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
9488
9489 * rect.el (spaces-string): Simplify and add doc string.
9490
9491 2006-08-17 Romain Francoise <romain@orebokech.com>
9492
9493 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
9494
9495 2006-08-17 Richard Stallman <rms@gnu.org>
9496
9497 * compare-w.el (compare-windows): lambda's take an arg and pass
9498 it to compare-windows-skip-whitespace.
9499
9500 2006-08-17 Martin Rudalics <rudalics@gmx.at>
9501
9502 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
9503 the right buffer.
9504
9505 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
9506
9507 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
9508 removed files.
9509
9510 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
9511
9512 * progmodes/gdb-ui.el (gdb-locals-watch-map)
9513 (gdb-locals-watch-map-1): Suppress keymap first.
9514 (gdb-edit-locals-map-1): New variable.
9515 (gdb-edit-locals-value): New function.
9516 (gdb-stack-list-locals-handler): Use them.
9517
9518 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9519
9520 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
9521 cursor would normally be drawn in the fringe.
9522
9523 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
9524 Reported by Martin Rudalics <rudalics@gmx.at>.
9525
9526 2006-08-16 Richard Stallman <rms@gnu.org>
9527
9528 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
9529 (special-event-map): Process drag-n-drop events this way.
9530
9531 * simple.el (move-beginning-of-line): Test whether fields
9532 would prevent motion back to line's first visible character.
9533 If so, stop where the fields would stop the motion.
9534
9535 * newcomment.el (comment-indent): Fully update INDENT
9536 before checking to see if it will change the text.
9537
9538 * cus-edit.el (custom-newline): New function.
9539 (custom-mode-map): Bind newline to custom-newline.
9540
9541 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
9542 into ignore-whitespace.
9543 Check each buffer for its skip-function.
9544 Handle compare-windows-skip-whitespace special-case test
9545 by returning t from default skip function.
9546
9547 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
9548
9549 * textmodes/org.el (org-clock-special-range)
9550 (org-clock-update-time-maybe): New functions.
9551 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
9552 not only a-z.
9553 (org-agenda-get-blocks): Allow multiple blocks per headline.
9554 (org-timestamp-change): Call `org-clock-update-time-maybe'.
9555 (org-export-html-title-format)
9556 (org-export-html-toplevel-hlevel): New options.
9557 (org-export-language-setup): Add support for Czech.
9558 (org-mode, org-insert-todo-heading, org-find-visible)
9559 (org-find-invisible, org-invisible-p, org-invisible-p2)
9560 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
9561 (org-show-subtree, org-show-entry, org-make-options-regexp):
9562 Remove compatibility support for old outline-mode.
9563 (org-check-occur-regexp): Funtion removed.
9564 (org-on-heading-p, org-back-to-heading): Made defalias.
9565 (org-set-local): New defsubst.
9566 (org-set-regexps-and-options, org-mode)
9567 (org-set-font-lock-defaults, org-edit-agenda-file-list)
9568 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
9569 (org-remember-apply-template, org-table-edit-field)
9570 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
9571 (org-set-autofill-regexps): Use `org-set-local'.
9572 (org-table-eval-formula): Fix bug with parsing of display flags.
9573
9574 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
9575
9576 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
9577 frame with fringe arrow. Suggested by Simon Marshall
9578 <simon.marshall@misys.com>.
9579 (gdb-stack-position): New variable.
9580 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
9581 (gdb-frames-mode): Set gdb-stack-position to nil.
9582 Add to overlay-arrow-variable-list
9583 (gdb-reset): Delete gdb-stack-position from above list.
9584
9585 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9586
9587 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
9588 read only.
9589
9590 2006-08-13 Romain Francoise <romain@orebokech.com>
9591
9592 * cus-theme.el (customize-create-theme)
9593 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
9594
9595 * filesets.el (filesets-add-buffer): Ditto.
9596
9597 * pcvs.el (cvs-change-cvsroot): Ditto.
9598
9599 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
9600
9601 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
9602 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
9603 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
9604 expressions.
9605 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
9606 Only search till end of line.
9607 Add face to function names in case of no filename.
9608 Add face to variable names of watchpoints.
9609
9610 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
9611
9612 * cus-start.el <indent-tabs-mode>: Move to the `indent'
9613 customization group.
9614
9615 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
9616
9617 * allout.el (allout-prior-bindings, allout-added-bindings):
9618 Remove, after long deprecation.
9619 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
9620 Add customization vars controlling allout-beginning-of-line and
9621 allout-end-of-line conveniences.
9622 (allout-header-prefix, allout-use-mode-specific-leader)
9623 (allout-use-mode-specific-leader, allout-mode-leaders):
9624 Revise docstrings.
9625 (allout-infer-header-lead): Change to be an alias for
9626 allout-infer-header-lead-and-primary-bullet.
9627 (allout-infer-header-lead-and-primary-bullet): New version of
9628 allout-infer-header-lead which assigns the primary bullet to the
9629 same as the header lead, when its being changed.
9630 (allout-infer-body-reindent): Apply regexp-quote instead of
9631 unconditionally prepending "\\", so that all literal
9632 allout-header-prefix and allout-primary-bullet strings are
9633 properly handled.
9634 (allout-add-resumptions): Add optional qualifier for extending or
9635 appending to existing values, rather than replacing them.
9636 (allout-view-change-hook): Clarify docstring.
9637 (allout-exposure-change-hook): Take explicit arguments, via
9638 run-hook-with-args.
9639 (allout-structure-added-hook)
9640 (allout-structure-deleted-hook)
9641 (allout-structure-shifted-hook): New hooks analogous to
9642 allout-exposure-change-hook for other kinds of structural outline
9643 edits.
9644 (allout-encryption-plaintext-sanitization-regexps): New encryption
9645 customization variable, by which cooperating modes can provde
9646 massage of the plaintext without actually being passed it.
9647 (allout-encryption-ciphertext-rejection-regexps)
9648 (allout-encryption-ciphertext-rejection-ceiling): New encryption
9649 customization variables, by which cooperating modes can prohibit
9650 rare but possible ciphertext patterns from fouling their
9651 operation, with actually being passed the ciphertext.
9652 (allout-mode): Run activation and deactivation hooks after the
9653 minor-mode variable has been toggled, to clarify the mode
9654 disposition. The new encryption ciphertext rejection variable is
9655 used to ensure that the ciphertext does not contain text that
9656 would be recognized as outline structural elements by allout.
9657 Substite allout-beginning-of-line and allout-end-of-line for
9658 conventionall beginning-of-line and end-of-line bindings.
9659 If allout-old-style-prefixes is non-nil, don't nullify it on mode
9660 activation!
9661 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
9662 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
9663 (allout-chart-subtree): Implement new mode, charting only the
9664 visible items in the subtree, when new 'visible' parameter is non-nil.
9665 (allout-end-of-subtree): Properly handle the last item in the buffer.
9666 (allout-pre-command-business, allout-command-counter):
9667 Increment an advertised counter so that cooperating enhancements can
9668 track revisions of items.
9669 (allout-open-topic): Run allout-structure-added-hook with suitable
9670 arguments.
9671 (allout-shift-in): Run allout-structure-shifted-hook with suitable
9672 arguments.
9673 (allout-shift-out): Fix doubling for negative args and ensure call
9674 of allout-structure-shifted-hook by solely using allout-shift-in.
9675 (allout-kill-line, allout-kill-topic):
9676 Run allout-structure-deleted-hook with suitable arguments.
9677 (allout-yank-processing): Run allout-structure-added-hook with
9678 proper arguments.
9679 (allout-yank): Enclose activity in allout-unprotected.
9680 (allout-flag-region): Run allout-exposure-change-hook with
9681 suitable arguments, instead of making the callee infer the arguments.
9682 (allout-encrypt-string):
9683 Support allout-encryption-plaintext-sanitization-regexps,
9684 allout-encryption-ciphertext-rejection-regexps, and
9685 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
9686 en/de cryption mode in symmetric encryption failure message.
9687 (allout-obtain-passphrase): Use copy-sequence to get a distinct
9688 copy of the passphrase, and don't zero it or we'll corrupt the
9689 stashed copy.
9690 (allout-create-encryption-passphrase-verifier)
9691 (allout-verify-passphrase): Respect the new signature for
9692 allout-encrypt-string.
9693 (allout-get-configvar-values): Convenience for getting a
9694 configuration variable value and handling its absence gracefully.
9695
9696 2006-08-11 Romain Francoise <romain@orebokech.com>
9697
9698 * obsolete/zone-mode.el: Delete.
9699
9700 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
9701
9702 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
9703
9704 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
9705
9706 * emacs-lisp/bindat.el (bindat-ip-to-string):
9707 Use `format-network-address' if possible.
9708
9709 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9710
9711 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
9712
9713 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
9714
9715 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
9716 restore unread-command-events here.
9717 (edebug-display): Do it here, to detect sit-for interruptions.
9718
9719 2006-08-10 Romain Francoise <romain@orebokech.com>
9720
9721 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
9722 (dns-mode-soa-auto-increment-serial): New user option.
9723 (dns-mode-soa-maybe-increment-serial): New function.
9724 (dns-mode): Add the latter to `write-contents-functions'.
9725
9726 * obsolete/zone-mode.el: Move to obsolete/ from net/.
9727 Delete autoload cookies.
9728
9729 2006-08-10 John Wiegley <johnw@newartisans.com>
9730
9731 * eshell/em-glob.el (eshell-glob-chars-list)
9732 (eshell-glob-translate-alist): Add support for [^g] in character globs.
9733
9734 2006-08-10 Richard Stallman <rms@gnu.org>
9735
9736 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
9737 (facemenu-set-face): Doc fix.
9738 (facemenu-listed-faces): Doc fix.
9739
9740 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
9741
9742 * avoid.el (mouse-avoidance-animating-pointer): New var.
9743 (mouse-avoidance-nudge-mouse): Use it.
9744 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
9745 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
9746 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
9747 Don't activate if currently animating. All callers changed.
9748
9749 2006-08-09 John Wiegley <johnw@newartisans.com>
9750
9751 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
9752 variable, which causes timeclock to report elapsed time worked,
9753 instead of just work remaining.
9754
9755 2006-08-09 Kenichi Handa <handa@m17n.org>
9756
9757 * international/latexenc.el (latexenc-find-file-coding-system):
9758 Fix for the case that the 2nd element of arg-list is a cons.
9759
9760 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
9761
9762 * info.el (Info-fontify-node): Handle preceding `in' for note
9763 reference hiding rules.
9764
9765 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9766
9767 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
9768 mistake a closing " for an opening one.
9769
9770 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9771
9772 * term/xterm.el (terminal-init-xterm): Add more key bindings.
9773
9774 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9775
9776 * complete.el (PC-do-completion): Filter out completions matching
9777 completion-ignored-extensions before checking whether there are
9778 multiple completions.
9779 Don't use `list' unnecessarily when building completion tables.
9780
9781 2006-08-06 Richard Stallman <rms@gnu.org>
9782
9783 * help.el (describe-mode): Make minor mode list more concise.
9784
9785 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
9786
9787 * bindings.el: Give mode-line-format, mode-line-modes, and
9788 mode-line-position `standard-value' properties.
9789
9790 2006-08-05 Eli Zaretskii <eliz@gnu.org>
9791
9792 * buff-menu.el (list-buffers-noselect): For Info buffers, use
9793 "(file)node" instead of the file name.
9794
9795 2006-08-05 Richard Stallman <rms@gnu.org>
9796
9797 * faces.el (escape-glyph): Doc fix.
9798
9799 2006-08-04 Kenichi Handa <handa@m17n.org>
9800
9801 * international/mule-diag.el (describe-font): Improve docstring
9802 and error message. Use frame-parameter (not frame-parameters).
9803
9804 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9805
9806 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
9807 Correctly mark the end-of-docstring char.
9808
9809 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
9810
9811 * simple.el (line-move-to-column): Constrain move-to-column to
9812 current field.
9813
9814 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9815
9816 * font-lock.el (font-lock-beg, font-lock-end)
9817 (font-lock-extend-region-functions): New vars.
9818 (font-lock-extend-region-multiline)
9819 (font-lock-extend-region-wholelines): New functions.
9820 (font-lock-default-fontify-region): Use them.
9821 (font-lock-extend-jit-lock-region-after-change): Only round up
9822 if font-lock-default-fontify-region will do it as well.
9823
9824 * font-lock.el (font-lock-extend-after-change-region-function):
9825 Rename from font-lock-extend-region-function.
9826 (font-lock-extend-region): Remove by inlining at call sites.
9827 (font-lock-after-change-function): Don't needlessly round up to a whole
9828 number of lines.
9829 (font-lock-extend-jit-lock-region-after-change): Be more careful about
9830 the boundary conditions and the interactions between the various ways
9831 to extend the region.
9832
9833 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9834
9835 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
9836 modification status when forcing the second redisplay.
9837
9838 2006-08-03 Kim F. Storm <storm@cua.dk>
9839
9840 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
9841
9842 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9843
9844 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
9845 doesn't look like a file name.
9846
9847 * complete.el (PC-expand-many-files): Avoid signalling an error when
9848 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
9849
9850 2006-08-02 Andreas Schwab <schwab@suse.de>
9851
9852 * bindings.el (mode-line-format): Simplify reference to vc-mode.
9853
9854 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
9855
9856 * bindings.el (map): Make mode-line-buffer-identification-keymap
9857 before defining propertized-buffer-identification.
9858
9859 2006-08-01 Richard Stallman <rms@gnu.org>
9860
9861 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
9862
9863 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
9864
9865 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
9866 default value.
9867 (gdb-find-source-frame): New function.
9868 (menu): Add to menu bar.
9869
9870 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
9871
9872 * font-core.el (font-lock-extend-region-function)
9873 (font-lock-extend-region): Move to font-lock.el.
9874
9875 * font-lock.el (font-lock-extend-region-function)
9876 (font-lock-extend-region): Move from font-core.el. Simplify.
9877
9878 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
9879 if needed.
9880 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
9881 (jit-lock-after-change-extend-region-functions): New hook.
9882 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
9883
9884 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
9885 (font-lock-turn-on-thing-lock): Use it.
9886
9887 * longlines.el (longlines-show-region): Make it work on read-only
9888 buffers as well.
9889
9890 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
9891
9892 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
9893
9894 2006-07-31 Richard Stallman <rms@gnu.org>
9895
9896 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
9897 (vhdl-speedbar-display-projects): Update old obsolete
9898 speedbar variable names.
9899
9900 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
9901
9902 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
9903 (gdb-stopped): Use it.
9904
9905 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
9906
9907 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
9908
9909 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
9910 for load-history elements.
9911
9912 2006-07-29 Eli Zaretskii <eliz@gnu.org>
9913
9914 * files.el (convert-standard-filename): For Cygwin, replace
9915 characters not allowed in Windows file names.
9916 (make-auto-save-file-name): Add Cygwin to the list of systems
9917 where the auto-save file name needs to be run through
9918 convert-standard-filename.
9919
9920 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
9921
9922 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
9923
9924 2006-07-28 Richard Stallman <rms@gnu.org>
9925
9926 * bindings.el (mode-line-frame-identification)
9927 (propertized-buffer-identification): Centralize the code
9928 to initialize the variable.
9929
9930 * progmodes/grep.el (grep-default-command): Catch errors from
9931 wildcard-to-regexp.
9932
9933 2006-07-29 Kim F. Storm <storm@cua.dk>
9934
9935 * progmodes/grep.el (grep-tag-default): New function.
9936 (grep-default-command, grep-read-regexp): Use it.
9937 (grep-read-files): Use car of grep-files-history or grep-files-aliases
9938 as default if nothing else applies.
9939
9940 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
9941
9942 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
9943 Throw error if buffer is not in Dired and Wdired mode, respectively.
9944
9945 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
9946
9947 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
9948 self-insert-command keys don't activate buttons.
9949 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
9950
9951 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
9952
9953 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
9954 faces for enable character.
9955
9956 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
9957
9958 * Makefile.in (recompile): Update comment to reflect change
9959 on 2004-04-21.
9960
9961 2006-07-27 Richard Stallman <rms@gnu.org>
9962
9963 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
9964 (customize-package-emacs-version): Change msg when pkg has no entry.
9965 (custom-no-edit): On a button, do like widget-button-press.
9966
9967 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9968
9969 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
9970 S-tab and C-S-tab.
9971
9972 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
9973
9974 * progmodes/which-func.el (which-function): Fix documentation/
9975 comment typo.
9976
9977 2006-07-26 Richard Stallman <rms@gnu.org>
9978
9979 * textmodes/ispell.el (ispell-word): If we replace the word,
9980 move point to the end. Insert before deleting.
9981
9982 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
9983
9984 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
9985 a timer.
9986
9987 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
9988
9989 * tumme.el (tumme-backward-image): Add prefix argument. Add error
9990 when at first image.
9991 (tumme-forward-image): Add prefix argument. Add error when at last
9992 image.
9993
9994 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
9995
9996 * tabify.el (tabify-regexp): Use more specific regexps.
9997 (tabify): Avoid modifying the buffer unnecessarily.
9998
9999 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
10000
10001 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
10002 (tumme-format-properties-string): Handle empty `buf'.
10003 (tumme-get-comment): Change variable names inside `let'.
10004 Add missing `let' variable that cause font-lock problems.
10005 (tumme-write-comments): Change variable names inside `let'.
10006 Add missing `let' variable that cause font-lock problems.
10007 (tumme-forward-image): Rename from `tumme-forward-char'.
10008 (tumme-backward-image): Rename from `tumme-backward-char'.
10009
10010 2006-07-25 Masatake YAMATO <jet@gyve.org>
10011
10012 * progmodes/ld-script.el (ld-script-keywords)
10013 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
10014 and add comments.
10015
10016 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
10017
10018 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
10019 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
10020 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
10021 for status indicator.
10022
10023 2006-07-24 Richard Stallman <rms@gnu.org>
10024
10025 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
10026
10027 * subr.el (dolist, dotimes): Use interned symbols for locals.
10028 (--dotimes-limit--, --dolist-tail--): New defvars.
10029 (looking-back): Doc fix.
10030
10031 * replace.el (replace-match-string-symbols): Handle dotted lists.
10032
10033 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
10034
10035 * tumme.el (tumme-write-tags): Add.
10036 (tumme-write-comments): Add.
10037 (tumme-tag-files): Change to use `tumme-write-tags'.
10038 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
10039 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
10040 (tumme-save-information-from-widgets): Change to use
10041 `tumme-write-comments' and `tumme-write-tags'.
10042 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
10043 (tumme-write-tag): Remove.
10044 (tumme-write-comment): Remove.
10045 (tumme-display-previous-thumbnail-original): Remove empty line.
10046 (tumme-widget-list): Add punctuation.
10047
10048 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
10049
10050 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
10051
10052 2006-07-24 Daiki Ueno <ueno@unixuser.org>
10053
10054 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10055 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
10056 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
10057
10058 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
10059
10060 * mouse.el (mouse-on-link-p): Doc fix.
10061
10062 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
10063
10064 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10065 Handle "C-h f `".
10066
10067 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10068
10069 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
10070 column.
10071
10072 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
10073
10074 * textmodes/table.el: Add move-beginning-of-line and
10075 move-end-of-line to Point Motion Only Group.
10076
10077 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
10078
10079 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
10080
10081 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10082
10083 * startup.el (user-mail-address): Initialize from the `EMAIL'
10084 environment variable first. Document this.
10085 (command-line): Ditto.
10086
10087 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
10088
10089 * help-mode.el (help-function-def, help-variable-def)
10090 (help-face-def): Print a message in the minibuffer.
10091
10092 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
10093
10094 * term/xterm.el (terminal-init-xterm): Fix key bindings
10095 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
10096
10097 2006-07-21 Eli Zaretskii <eliz@gnu.org>
10098
10099 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
10100 where `(nth 1 command)' is a cons cell. Doc fix.
10101
10102 * textmodes/po.el (po-find-charset): Doc fix.
10103
10104 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
10105
10106 * allout.el (allout-unprotected, allout-e-o-prefix-p)
10107 (allout-beginning-of-current-line, allout-end-of-current-line)
10108 (allout-next-visible-heading, allout-open-topic)
10109 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
10110 (allout-flag-current-subtree, allout-show-to-offshoot)
10111 (allout-hide-current-entry, allout-show-current-branches)
10112 (allout-hide-region-body, allout-old-expose-topic)
10113 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
10114 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
10115 containing `beginning-of-line' and `end-of-line' with
10116 `inhibit-field-text-motion' t.
10117
10118 2006-07-21 Eli Zaretskii <eliz@gnu.org>
10119
10120 * frame.el (focus-follows-mouse): Document that it doesn't have
10121 any effect on MS-Windows.
10122
10123 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
10124
10125 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
10126
10127 2006-07-20 Jay Belanger <belanger@truman.edu>
10128
10129 * calc.el (calc-previous-alg-entry): Remove variable.
10130
10131 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
10132 New variables.
10133 (calc-alg-entry): Use `calc-alg-entry-history'.
10134 (calc-do-quick-calc): Use `calc-quick-calc-history'.
10135 Remove reference to `calc-previous-alg-entry'.
10136 (calcAlg-edit, calcAlg-enter): Remove reference to
10137 `calc-previous-alg-entry'.
10138 (calcAlg-previous): Use `previous-history-element' instead of
10139 `calc-previous-alg-entry'.
10140 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
10141 Change keybinding for `calcAlg-plus-minus', add keybindings for
10142 `previous-history-element' and `next-history-element'.
10143
10144 * calc-rewr.el (calc-match): Remove reference to
10145 `calc-previous-alg-entry'.
10146
10147 * calc-sel.el (calc-selection-history): New variable.
10148 (calc-enter-selection, calc-sel-mult-both-sides)
10149 (calc-sel-add-both-sides): Use `calc-selection-history'.
10150
10151 * calc-map.el (calc-get-operator-history): New variable.
10152 (calc-get-operator): Use `calc-get-operator-history'.
10153
10154 * calcalg3.el (calc-curve-fit-history): New variable.
10155 (calc-curve-fit): Use `calc-curve-fit-history'.
10156
10157 2006-07-20 Kenichi Handa <handa@m17n.org>
10158
10159 * international/mule-cmds.el (select-safe-coding-system): Fix the
10160 way of deciding eol-type of the coding system.
10161
10162 2006-07-20 Alan Mackenzie <acm@muc.de>
10163
10164 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
10165 (c-lang-setvar): New macro.
10166 (c-make-init-lang-vars-fun): Use the initialization forms in
10167 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
10168 (comment-start, comment-end, comment-start-skip): Change these from
10169 c-lang-defvar's to c-lang-setvar's.
10170
10171 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
10172 which calls make-local-variable on the elements of
10173 c-emacs-variable-inits.
10174 (c-init-language-vars-for): Call this new macro.
10175
10176 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10177
10178 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10179 Try to rule out false positives due to time stamps.
10180 (compilation-mode-font-lock-keywords): Remove rules made redundant
10181 because of the above change. Add `segmentation fault' to the known and
10182 highlighted compilation termination messages.
10183
10184 2006-07-19 Kim F. Storm <storm@cua.dk>
10185
10186 * progmodes/grep.el (grep-find-ignored-directories):
10187 Add .svn and _darcs to list.
10188
10189 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
10190
10191 * dired.el (dired-mode-map): Add key binding `C-te' for
10192 `tumme-dired-edit-comment-and-tags'.
10193
10194 * tumme.el (tumme-display-thumbnail-original-image): Make sure
10195 image display buffer is displayed before call to
10196 `tumme-display-image.
10197 (tumme-dired-display-image): Make sure image display buffer is
10198 displayed before call to `tumme-display-image.
10199 (tumme-mouse-display-image): Make sure image display buffer is
10200 displayed before call to `tumme-display-image.
10201 (tumme-widget-list): Add.
10202 (tumme-dired-edit-comment-and-tags): Add.
10203 (tumme-save-information-from-widgets): Add.
10204
10205 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10206
10207 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
10208
10209 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10210
10211 * progmodes/sh-script.el (sh-font-lock-keywords-1):
10212 Revert inadvertently installed patch hunk.
10213
10214 * progmodes/compile.el (compilation-find-file): Handle the
10215 cases where the user selects a non-existent file.
10216
10217 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10218
10219 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
10220
10221 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
10222
10223 * subr.el (sit-for): Just sleep-for if noninteractive.
10224
10225 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10226
10227 * emacs-lisp/autoload.el (make-autoload): Use new arg.
10228
10229 * custom.el (custom-autoload): Add `noset' argument.
10230 (custom-push-theme): Don't autoload the variable, let callers do it.
10231 (custom-theme-set-variables): Autoload the variable if necessary.
10232
10233 * cus-edit.el (custom-variable-state-set): If the variable was
10234 originally set outside custom, but to the same value as the default,
10235 consider it to be standard.
10236
10237 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
10238 file *before* telling Emacs to add the autoloads, in case it fails.
10239
10240 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
10241 Use `cond', push', and `dolist'.
10242
10243 2006-07-17 Richard Stallman <rms@gnu.org>
10244
10245 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
10246 Add defvars to silence warnings.
10247
10248 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
10249
10250 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10251 Don't highlight "Compiling file" messages as error.
10252
10253 * dired-aux.el (dired-compress-file): Confirm again if gzipped
10254 file already exists.
10255
10256 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
10257
10258 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
10259 entry, don't assign to free var; simply return the extracted filename.
10260 (ff-treat-as-special): Incorporate common preamble from callers.
10261 (ff-other-file-name, ff-find-the-other-file):
10262 Update call to ff-treat-as-special.
10263
10264 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
10265
10266 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
10267
10268 * tumme.el (tumme-get-comment): Fix bug.
10269
10270 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10271
10272 * files.el: Remove spurious * in docstrings.
10273
10274 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
10275
10276 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
10277 grammar.
10278 (allout-beginning-of-current-line): Beware beginning of buffer.
10279 Also, a comment is simplified.
10280 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
10281 when appropriate. (This fix enables use for other than
10282 bullet-hotspot operation.)
10283 (allout-hide-current-subtree): While escalating to sibling-close,
10284 make sure to situate on a topic.
10285
10286 2006-07-14 Kim F. Storm <storm@cua.dk>
10287
10288 * emulation/cua-base.el (cua-delete-selection)
10289 (cua-toggle-set-mark): New defcustoms.
10290 (cua-rectangle-modifier-key): Add `alt' modifier.
10291 (cua-replace-region): Don't delete if cua-delete-selection is nil.
10292 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
10293 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
10294
10295 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
10296
10297 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
10298
10299 * allout.el: Require 'cl during byte-compilation/interactive load,
10300 for the `assert' macro.
10301 (allout-mode-deactivate-hook): New hook, run when allout mode
10302 deactivates.
10303 (allout-developer): New allout customization subgroup.
10304 (allout-run-unit-tests-on-load): New allout-developer
10305 customization variable, when true allout unit tests are run towards
10306 end of file load/eval.
10307 (allout-inhibit-auto-fill): Disable auto-fill activity even during
10308 auto-fill-mode.
10309 (allout-resumptions): Remove, to be replaced by...
10310 (allout-add-resumptions): Register variable settings to be
10311 reinstated by `allout-do-resumptions'. The settings are made
10312 buffer-local, but the locality/globality of the suspended setting
10313 is restored on resumption.
10314 (allout-do-resumptions): Reinstate all settings suspended using
10315 `allout-add-resumptions'.
10316 (allout-test-resumptions): Unit tests (and intermediate variables)
10317 for resumptions.
10318 (allout-tests-globally-unbound, allout-tests-globally-true)
10319 (allout-tests-locally-true): Intermediate variables for
10320 resumptions unit tests.
10321 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
10322 (allout-exposure-category): Replaces 'allout-overlay-category variable.
10323 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
10324 instead of retired `allout-resumptions'. For hook functions, use
10325 `local' parameter so hook settings are created and removed as
10326 buffer-local settings. Revise (resumptions) setting
10327 auto-fill-function so it is set only if already active. (The
10328 related fill-function settings are all made in either case, so
10329 that activating auto-fill-mode activity will have the custom
10330 allout-mode behaviors (hanging indent on topics, if configured for it).
10331 Remove all allout-exposure-category overlays on mode deactivation.
10332 (allout-hotspot-key-handler): New function extracted from
10333 `allout-pre-command-business', so the functionality can be used
10334 for other purposes, eg as a binding in an overlay.
10335 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
10336 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
10337 customization variable.
10338 (allout-run-unit-tests): Run the (currently quite small)
10339 repertoire of unit tests. Called just before the provide iff user
10340 has customized `allout-run-unit-tests-on-load' non-nil.
10341
10342 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
10343
10344 * emacs-lisp/authors.el (authors-aliases): Update.
10345
10346 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
10347
10348 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
10349 gdb-source-window. Add dedicated argument.
10350 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
10351 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
10352 (gdb-display-threads-buffer, gdb-display-memory-buffer)
10353 (gdb-display-locals-buffer): Use it.
10354
10355 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
10356 Set gdb-source-window.
10357
10358 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
10359
10360 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
10361 minor modes, redundant with the custom-autoload line above.
10362
10363 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
10364
10365 * longlines.el (longlines-post-command-function): Handle open-line too.
10366
10367 2006-07-12 Richard Stallman <rms@gnu.org>
10368
10369 * progmodes/grep.el (grep-last-buffer): Doc fix.
10370
10371 * info.el (Info-try-follow-nearest-node): Doc fix.
10372
10373 * emacs-lisp/edebug.el (edebug-instrument-function):
10374 Err if find-function-noselect gives no position.
10375
10376 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10377 If can't find definition, return nil for position.
10378 (find-function-do-it): Handle new return value
10379 of find-definition-noselect.
10380 (find-definition-noselect, find-variable-noselect): Doc fix.
10381 (find-function-noselect): Doc fix.
10382
10383 * help-mode.el (help-variable-def): Handle find-variable-noselect
10384 returning no position.
10385 (help-function-def): Likewise for find-function-search-for-symbol.
10386 (help-face-def): Likewise.
10387
10388 * help-fns.el (describe-variable): Handle find-variable-noselect
10389 returning no position.
10390
10391 * files.el (locate-file-completion): Avoid duplicates in result.
10392
10393 * cus-edit.el (custom-no-edit): New command.
10394 (custom-mode-map): Remap to custom-no-edit instead of
10395 using suppress-keymap.
10396
10397 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
10398
10399 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10400 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10401 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
10402
10403 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
10404
10405 2006-07-11 Kim F. Storm <storm@cua.dk>
10406
10407 * ido.el (ido-copy-current-file-name): Use buffer-name if
10408 buffer-file-name is nil.
10409
10410 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
10411
10412 * simple.el (undo-ask-before-discard): Set to nil.
10413
10414 * vc.el (vc-exec-after): Don't delete process manually.
10415 (vc-print-log): Run log-view-mode in process sentinel inside
10416 inhibit-read-only. Don't shrink window due to timing issues.
10417
10418 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
10419 Avoid using with-output-to-temp-buffer, which clobbers local vars.
10420
10421 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
10422
10423 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10424 Fix ambiguity introduced by last change.
10425 (compilation-find-file): Move save-excursion to where it may
10426 make sense. Fix a left over `find-file'.
10427
10428 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
10429
10430 * textmodes/texinfmt.el (texinfo-format-separate-node):
10431 Insert a string before point, which fits documentation, not after.
10432 (texinfo-multitable-item): In a multitable row, insert any
10433 additional needed @tabs and spaces.
10434
10435 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
10436
10437 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10438 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10439 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
10440 instead of shell-command.
10441 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
10442 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
10443 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
10444 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
10445 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
10446 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
10447
10448 2006-07-11 Kim F. Storm <storm@cua.dk>
10449
10450 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
10451 Remove special case for seconds < 0. Use (redisplay t) instead.
10452
10453 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
10454
10455 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
10456 avoid compilation error.
10457
10458 * subr.el (sit-for): New function.
10459
10460 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
10461
10462 2006-07-10 Richard Stallman <rms@gnu.org>
10463
10464 * ldefs-boot.el (edebug): Update page.
10465
10466 2006-07-10 Kim F. Storm <storm@cua.dk>
10467
10468 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
10469 to FOR-RELEASE and TODO.
10470
10471 2006-07-10 Romain Francoise <romain@orebokech.com>
10472
10473 * emacs-lisp/authors.el (authors-aliases): Update.
10474
10475 2006-07-10 Alan Mackenzie <acm@muc.de>
10476
10477 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
10478 * cc-mode.el: Changes to eradicate eval-after-load.
10479
10480 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
10481
10482 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
10483 on non-char events.
10484
10485 2006-07-09 Romain Francoise <romain@orebokech.com>
10486
10487 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10488 Don't highlight start/end markers as compilation messages.
10489
10490 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
10491 to t.
10492
10493 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
10494
10495 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
10496
10497 2006-07-08 Richard Stallman <rms@gnu.org>
10498
10499 * term/x-win.el (x-handle-display): Add doc string.
10500
10501 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10502
10503 * subr.el (def-edebug-spec): Move here.
10504 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
10505
10506 * imenu.el (imenu-choose-buffer-index): Doc fix.
10507
10508 2006-07-08 Romain Francoise <romain@orebokech.com>
10509
10510 * term/x-win.el (x-display-name): Fix typo.
10511
10512 2006-07-08 Eli Zaretskii <eliz@gnu.org>
10513
10514 * hexl.el (hexl-find-file): Doc fix.
10515
10516 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10517
10518 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
10519
10520 * term/x-win.el (x-display-name): Doc fix.
10521
10522 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10523
10524 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
10525 long prefixes.
10526 (fill-region-as-paragraph): Don't round up to a whole line.
10527 (fill-comment-paragraph): Don't include the code-before-the-comment
10528 when calling fill-region-as-paragraph.
10529
10530 * international/mule.el (make-char): Remove redundancy.
10531
10532 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
10533 property may contain an anonymous function rather than a symbol.
10534
10535 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
10536
10537 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10538 Use shy regexp. Fix incorrect backref to potentially unmatched group.
10539
10540 * dirtrack.el (dirtrack-default-directory-function): Remove.
10541 (dirtrack-directory-function): Use file-name-as-directory.
10542 (dirtrack-windows-directory-function): Simplify.
10543 (dirtrack-forward-slash, dirtrack-backward-slash)
10544 (dirtrack-replace-slash): Remove.
10545 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
10546 (dirtrack): Fix wrong parenthesizing; use match-string.
10547
10548 * progmodes/octave-inf.el: Remove spurious * in docstrings.
10549 (inferior-octave-mode): Only change the buffer-local value of
10550 comint-dynamic-complete-functions.
10551 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
10552 Move the initialization to the declaration.
10553 (inferior-octave-complete): Remove unused var `filter'.
10554
10555 * shell.el (shell-mode): Only change the buffer-local value of
10556 comint-dynamic-complete-functions.
10557
10558 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
10559
10560 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
10561 entry is skipped because it has been scheduled.
10562 (org-prepare-agenda-buffers): Don't mark buffers as modified when
10563 changing `:org-archived' and `:org-comment' properties.
10564
10565 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
10566
10567 * server.el (server-select-display): Don't make the temp frame
10568 minibuffer-only, in case it's not a temp frame.
10569 (server-process-filter): Don't delete the temp frame if it's the
10570 only one we have on that display.
10571
10572 * files.el (find-alternate-file): Doc fix.
10573
10574 2006-07-05 Richard Stallman <rms@gnu.org>
10575
10576 * files.el (abbreviate-file-name): Add save-match-data.
10577
10578 2006-07-03 Richard Stallman <rms@gnu.org>
10579
10580 * faces.el (read-face-name): Doc fix.
10581
10582 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
10583
10584 * net/goto-addr.el (goto-address): Mark as safe for local evals.
10585
10586 2006-07-05 Andre Spiegel <spiegel@gnu.org>
10587
10588 * vc.el (vc-diff-internal): Fix prev change.
10589
10590 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
10591
10592 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
10593 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
10594
10595 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10596
10597 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
10598 fails if the symbol contains chars like ( or '.
10599 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
10600 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
10601 `short'.
10602
10603 2006-07-04 Kenichi Handa <handa@m17n.org>
10604
10605 * international/mule-cmds.el (set-language-info): If LANG-ENV is
10606 the current one, don't call set-language-environment, but call one
10607 of set-language-environment-XXX to make INFO effective now.
10608 (set-language-environment): Call set-language-environment-XXX
10609 functions instead of doing the various setups directly.
10610 (set-language-environment-coding-systems): Delete argument eol-type.
10611 (set-language-environment-input-method)
10612 (set-language-environment-nonascii-translation)
10613 (set-language-environment-charset)
10614 (set-language-environment-fontset)
10615 (set-language-environment-unibyte): New functions.
10616
10617 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
10618
10619 * locate.el (locate-update-when-revert): New option.
10620 (locate-update-path): New option (suggested by Michael Albinus).
10621 (locate-prompt-for-command): Whitespace change.
10622 (locate-update): No longer offer to update the locate database by
10623 default. Implement the two new options.
10624
10625 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
10626
10627 * tooltip.el: Move comment about track-mouse...
10628
10629 * progmodes/gud.el: ...to here.
10630
10631 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
10632
10633 * facemenu.el (facemenu-listed-faces): New var.
10634 (facemenu-unlisted-faces): Variable deleted.
10635 (facemenu-add-new-face): Use facemenu-listed-faces.
10636
10637 * emulation/viper-init.el, calendar/calendar.el:
10638 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
10639
10640 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
10641
10642 * textmodes/org.el (org-mode): Remove no invalid settings for
10643 calc embedded mode.
10644 (org-mode-p): New defsubst.
10645 (org-save-all-org-buffers): New function.
10646 (org-first-headline-recenter): Enclose outline-regexp in group
10647 delimiters.
10648 (org-set-tags): Keep single space after stars.
10649
10650 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10651
10652 * window.el (set-window-text-height): Only set window-min-height to
10653 1 if that's the requested size.
10654
10655 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
10656 (diff-unified->context, diff-context->unified)
10657 (diff-reverse-direction): Make sure the end marker stays at the end.
10658 (diff-mode): Add the keymap table at the end of docstring.
10659 Use lexical-let rather than constructing a closure manually.
10660
10661 * files.el (find-file-noselect-1): Remove unused var assignment.
10662 (hack-local-variables-confirm): Print lists of strings as lists of
10663 strings rather than lists of symbols.
10664 (abbreviate-file-name, hack-local-variables-prop-line):
10665 Use match-string.
10666 (hack-one-local-variable): Move `make-local-variable' nearer its use.
10667 (recover-session-finish): Use line-end-position.
10668
10669 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
10670
10671 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
10672
10673 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
10674
10675 * progmodes/make-mode.el (makefile-macroassign-regex):
10676 Accept preceding keyword.
10677 (makefile-gmake-statements): Reorganize, now that makepp has
10678 "override" and also handle forgotten "override define".
10679 (makefile-makepp-statements): Add new "global", "override export"
10680 and "override global".
10681
10682 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
10683
10684 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
10685 (ada-compile-mouse-goto-error, ada-deactivate-properties)
10686 (ada-no-auto-case): Fix typos in docstrings.
10687
10688 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
10689
10690 * info.el (Info-find-node-2): Search for makeinfo version more
10691 carefully.
10692
10693 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
10694
10695 * textmodes/org.el (org-prepare-agenda-buffers):
10696 Use `invisible-OK' argument for `org-end-of-subtree'.
10697 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
10698 (org-beginning-of-item): Fix bug in regular expression for white line.
10699 (org-export-as-html): Enforce space after bullet in plain list items.
10700 (org-set-autofill-regexps): Require space after plain list bullet
10701 for paragraph-start.
10702 (org-ts-regexp3): New constant.
10703 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
10704 (org-timestamp-up-day, org-timestamp-down-day)
10705 (org-timestamp-change): Work with inactive timestamps.
10706 (org-ts-regexp1): Don't allow brackets in time stamps.
10707
10708 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
10709
10710 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
10711 for ignoring links.
10712
10713 * faces.el (read-face-name): Use it.
10714
10715 2006-06-28 Juri Linkov <juri@jurta.org>
10716
10717 * buff-menu.el (list-buffers-noselect): Compare Info file
10718 with the string "dir" to detect Info directory.
10719
10720 * complete.el (partial-completion-mode): In lambda for
10721 `choose-completion-string-functions' use full function signature
10722 with 4 args, and move point to the end of the minibuffer only if arg
10723 `mini-p' is non-nil.
10724
10725 2006-06-28 John Paul Wallington <jpw@pobox.com>
10726
10727 * ibuffer.el (ibuffer-mode): Doc fix.
10728
10729 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
10730
10731 * textmodes/org.el (org-context): New contexts :item-bullet,
10732 :latex-fragment, :latex-preview.
10733 (org-overlays-at, org-overlay-start, org-overlay-end):
10734 New compatibility functions.
10735 (org-inside-LaTeX-fragment-p): More accurate matching, using the
10736 exact regexp that will be used during export.
10737 (org-latex-regexps): New variable.
10738 (org-cdlatex-mode): Improve advice for `texmathp'.
10739 (turn-on-org-cdlatex): New function.
10740
10741 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10742
10743 * term/mac-win.el (mac-handle-font-selection): Change keys of
10744 mac-atsu-font-table from strings to numbers.
10745 (mac-ts-caret-position): Use also when cursor-type is nil.
10746 (mac-ts-update-active-input-area): Add Mac OS Classic support.
10747 Relax condition for using overlay strings.
10748 Use mac-ts-caret-position face when cursor-type is nil.
10749
10750 2006-06-26 Kim F. Storm <storm@cua.dk>
10751
10752 * help.el (view-emacs-news): Declare `res' in the right let* form.
10753
10754 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
10755
10756 * net/rcompile.el (remote-compile): Replace ange-ftp based
10757 implementation by Tramp functions.
10758 Suggested by Marc Abramowitz <msabramo@gmail.com>.
10759
10760 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
10761
10762 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
10763
10764 * international/fontset.el (setup-default-fontset): Fix a typo in
10765 the "Oriya-Akruti" registry name.
10766
10767 2006-06-23 Lars Hansen <larsh@soem.dk>
10768
10769 * desktop.el (desktop-full-file-name): New function.
10770 (desktop-kill, desktop-save, desktop-remove, desktop-read)
10771 (desktop-revert): Use it.
10772 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
10773 (desktop-after-read-hook): Add option list-buffers.
10774 (desktop-locals-to-save): Add tab-width.
10775 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
10776 Fix docstring.
10777
10778 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
10779
10780 * textmodes/org.el (org-cdlatex-mode-map)
10781 (org-cdlatex-texmathp-advice-is-done): New variables.
10782 (org-cdlatex-mode): New minor mode.
10783 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
10784 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
10785 (org-export-with-archived-trees): New option.
10786 (org-open-file): Remove the call to `convert-standard-filename'.
10787 (org-archive-tag, org-agenda-skip-archived-trees)
10788 (org-cycle-open-archived-trees)
10789 (org-sparse-tree-open-archived-trees): New options.
10790 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
10791 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
10792 New functions.
10793 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
10794 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
10795 (org-mode-map): Add binding for `org-toggle-archive-tag'.
10796 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
10797 Call `org-prepare-agenda-buffers'.
10798 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
10799 (org-file-apps, org-file-apps-defaults-gnu)
10800 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
10801 Handle remote files by forcing them to be opened in Emacs.
10802
10803 2006-06-23 Andre Spiegel <spiegel@gnu.org>
10804
10805 * vc.el (vc-diff-knows-L): New variable.
10806 (vc-diff-internal): Use it to handle "diff" programs that don't
10807 understand -L. This works automatically, no user action is necessary.
10808
10809 2006-06-23 Daniel Brockman <daniel@brockman.se>
10810
10811 * net/rcirc.el (rcirc-default-user-full-name): Default to
10812 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
10813 longer exists).
10814 (rcirc-process-list): Check `buffer-live-p' before attempting to
10815 switch to a buffer.
10816
10817 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
10818
10819 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
10820 based on rcirc-coding-system-alist.
10821
10822 2006-06-23 Martin Rudalics <rudalics@gmx.at>
10823
10824 * cus-edit.el (customize-apropos): A better error message.
10825 (top level) <debug-ignored-errors>: Extend and update the list of
10826 ignored error messages.
10827
10828 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
10829
10830 * complete.el (PC-do-completion): Retain capitalization of user
10831 input, when possible, even if completion-ignore-case is set.
10832
10833 2006-06-23 Eli Zaretskii <eliz@gnu.org>
10834
10835 * generic-x.el (bat-generic-mode): Support .cmd files.
10836
10837 * dos-w32.el (top level): Use find-file-not-found-functions
10838 instead of the obsolete find-file-not-found-hooks.
10839
10840 2006-06-22 Kim F. Storm <storm@cua.dk>
10841
10842 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
10843 to recognize mode name containing submodes, such as Grep/lw.
10844
10845 2006-06-21 Kim F. Storm <storm@cua.dk>
10846
10847 * simple.el (line-move-1): Check for move-end-of-line instead of
10848 end-of-line when setting temporary-goal-column.
10849
10850 2006-06-21 Miles Bader <miles@gnu.org>
10851
10852 * play/cookie1.el (cookie): Work properly when there's only one entry.
10853
10854 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
10855
10856 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
10857 (gdb-frame-handler): Generalize frame regexp for templates.
10858
10859 2006-06-20 Glenn Morris <rgm@gnu.org>
10860
10861 * calendar/appt.el (appt-display-format): Default value must be
10862 one of the customize options.
10863
10864 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
10865
10866 * term/xterm.el (terminal-init-xterm): Update key availability info.
10867 Bind C-return.
10868
10869 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
10870
10871 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
10872
10873 * files.el (hack-local-variables): Run `hack-local-variables-hook'
10874 whether or not a local variables list is defined.
10875
10876 * msb.el (msb): Move `sit-for' hack here to handle both
10877 "mouse-down and drag" and "mouse-up and select" situations.
10878 (mouse-select-buffer): Move `sit-for' hack to `msb'.
10879
10880 2006-06-20 Kenichi Handa <handa@m17n.org>
10881
10882 * international/characters.el (word-combining-categories):
10883 Add entries for 2-byte Han characters.
10884
10885 2006-06-19 Richard Stallman <rms@gnu.org>
10886
10887 * bindings.el (mode-line-format): Save some mode line space.
10888
10889 * files.el (find-file-noselect): Improve the question wording.
10890 (basic-save-buffer-2): Mask UMASK against 666.
10891
10892 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
10893 (mouse-drag-vertical-line): Call it.
10894
10895 * cus-edit.el (customize-option, customize-option-other-window):
10896 Error if SYMBOL is nil.
10897
10898 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
10899
10900 * textmodes/org.el: Require noutline, also on XEmacs.
10901 (org-end-of-subtree): Return point.
10902 (org-dblock-start-re, org-dblock-end-re): New constants.
10903 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
10904 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
10905 (org-update-all-dblocks, org-find-dblock): New functions.
10906 (org-collect-clock-time-entries): New function.
10907 (org-html-handle-time-stamps): Never export CLOCK timeranges.
10908 (org-fixup-indentation): Modify to deal correctly with lines
10909 starting with TAB. Only one argument DIFF now.
10910 (org-demote, org-promote): Call `org-fixup-indentation' with just
10911 one argument, DIFF.
10912 (org-mode): Don't mark buffer as modified when aligning tables.
10913 (org-clock-sum): Don't mark buffer modified when adding time sum
10914 properties.
10915 (org-export-as-html): Add support for a link validation function.
10916 (org-archive-all-done): New function.
10917 (org-archive-subtree): New prefix argument. When set, archive all
10918 done subtrees in this buffer.
10919 (org-remove-clock-overlays)
10920 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
10921 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
10922 (org-put-clock-overlay): Don't swallow last headline character
10923 when displaying overlay.
10924 (org-store-link): Link to `image-mode' with just the file name.
10925
10926 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
10927
10928 * viper-cmd.el (viper-special-read-and-insert-char):
10929 Use read-key-sequence.
10930 (viper-after-change-undo-hook): Misc enhancements.
10931 (viper-after-change-undo-hook): New hook.
10932 (viper-undo): Use viper-after-change-undo-hook.
10933 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
10934 (viper-next-line-at-bol): If point is on a widget or a button, simulate
10935 clicking on that widget/button.
10936
10937 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
10938
10939 * ediff-diff (ediff-test-patch-utility): Catch errors.
10940 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
10941 (ediff-set-actual-diff-options): New function.
10942 (ediff-reset-diff-options, ediff-toggle-ignore-case):
10943 Use ediff-set-actual-diff-options.
10944 (ediff-extract-diffs): Catch errors.
10945 (ediff-whitespace): Add non-breakable space.
10946 (ediff-same-file-contents): Catch errors.
10947
10948 * ediff-mult.el (ediff-collect-custom-diffs):
10949 Save coding-system-for-read.
10950
10951 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
10952 (ediff-vc-internal, ediff-vc-merge-internal):
10953 Use ediff-delete-version-file.
10954 (ediff-delete-version-file): New function.
10955
10956 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
10957
10958 * ediff.el (ediff-directories, ediff-directory-revisions)
10959 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
10960 (ediff-directories-internal, ediff-merge-directory-revisions)
10961 (ediff-merge-directory-revisions-with-ancestor)
10962 (ediff-directories3): Use read-directory-name.
10963
10964 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
10965
10966 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
10967 Remove superfluous part of regexp for brace matching which is handled
10968 by `scan-lists' call.
10969
10970 2006-06-16 Richard Stallman <rms@gnu.org>
10971
10972 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
10973
10974 * files.el (basic-save-buffer-2): For a new precious file,
10975 use the default modes in the return value.
10976
10977 * facemenu.el (facemenu-color-alist): Doc fix.
10978
10979 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
10980
10981 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10982
10983 * cus-start.el (all): Add mac-ts-script-language-on-focus.
10984
10985 * term/mac-win.el (mac-text-encoding-ascii): New constant.
10986 (mac-utxt-to-string): Use it.
10987 (mac-ts-update-active-input-area): Use mac-ae-number.
10988
10989 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
10990
10991 * term.el (term-handle-scroll, term-delete-lines)
10992 (term-insert-lines): Fix off by one errors.
10993
10994 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
10995
10996 * net/tramp.el (tramp-touch): Use UTC to express time.
10997
10998 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
10999
11000 * mail/sendmail.el (mail-send): Search explicitly for
11001 mail-header-separator when checking for corrupted header lines.
11002
11003 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
11004
11005 * progmodes/gdb-ui.el (gdb-same-frame): New option.
11006 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
11007 (gdb-init-1): Initialise them.
11008 (gdb-starting): Reset gdb-printing
11009 (gdb-starting): Save value of gud-overlay-arrow-position.
11010 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
11011 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
11012 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
11013 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
11014
11015 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11016
11017 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
11018
11019 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
11020
11021 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
11022 (ldap-search-internal): Keep error messages, and a regexp fix.
11023
11024 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
11025
11026 * files.el (hack-local-variables-confirm):
11027 Display string value using its printed representation.
11028
11029 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
11030
11031 * server.el (server-edit): No-op if no server buffers exist.
11032
11033 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
11034
11035 * textmodes/page-ext.el (pages-directory-for-addresses):
11036 Including `pages-directory-address-mode' in the function results
11037 in the message "Buffer in which pages were found is deleted".
11038
11039 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
11040
11041 * textmodes/org.el (org-agenda-mode-map): Add bindings for
11042 clocking functions.
11043
11044 (org-agenda-clock-in, org-check-running-clock)
11045 (org-clock-out-if-current, org-remove-clock-overlays)
11046 (org-put-clock-overlay): New functions.
11047 (org-clock-marker, org-clock-file-total-minutes)
11048 (org-clock-overlays): New variables.
11049 (org-clock-display, org-clock-sum, org-clock-cancel)
11050 (org-clock-out, org-clock-in): New commands.
11051 (org-export): New function.
11052 (org-emph-re): New constant.
11053 (org-set-emph-re, org-do-emphasis-faces): New functions.
11054 (org-emphasis-regexp-components, org-emphasis-alist): New options.
11055 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
11056 (org-export-html-convert-emphasize): Use the configurable emphasis.
11057 (org-cleaned-string-for-export): Make multiline emphasis visible
11058 to the exporter. New optional argument PARAMETERS.
11059 (org-export-as-html): Specify :emph-multiline parameter to
11060 `org-cleaned-string-for-export'.
11061
11062 2006-06-10 Richard Stallman <rms@gnu.org>
11063
11064 * help.el (help-for-help-internal): Clean up help text.
11065
11066 2006-06-10 Andreas Schwab <schwab@suse.de>
11067
11068 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
11069 in doc string.
11070
11071 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
11072
11073 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
11074
11075 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
11076 spaces after the comment start.
11077
11078 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11079
11080 * play/pong.el (pong-init-buffer):
11081 Fill buffer with spaces instead of ^A.
11082
11083 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
11084 launched asynchronously, delete its process instead of being cool.
11085 (ispell-async-processp): Check for `delete-process' existence
11086 instead of `kill-process' one for consistency.
11087
11088 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
11089
11090 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
11091 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
11092 in mode line at startup.
11093
11094 2006-06-08 Kim F. Storm <storm@cua.dk>
11095
11096 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
11097 (ido-init-completion-maps): Bind them to M-SPC and M-v.
11098 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
11099 (ido-file-internal): Pass full file name to write-file.
11100 (ido-read-internal): Only pop stack elements automatically if they
11101 actually match an existing directory or file name.
11102
11103 2006-06-07 Kenichi Handa <handa@m17n.org>
11104
11105 * international/mule.el (find-auto-coding): Don't handle the short
11106 name `char-trans'.
11107
11108 * files.el (hack-local-variables-prop-line)
11109 (hack-local-variables): Cancel the previous change.
11110
11111 2006-06-06 Jesper Harder <harder@phys.au.dk>
11112
11113 * ediff-diff.el (ediff-test-utility): Protect against file-error.
11114
11115 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
11116
11117 * diff-mode.el (diff-mode): Set buffer-read-only to t when
11118 diff-default-read-only is non-nil.
11119 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
11120 (diff-refine-hunk): Set inhibit-read-only to t.
11121
11122 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
11123 modifying the *Diff* buffer.
11124 (diff-process-filter): New filter function for diff process that
11125 sets inhibit-read-only to t when modifying the *Diff* buffer.
11126
11127 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
11128
11129 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
11130 insertion point and control the number of empty lines.
11131 (org-paste-subtree): Limit the number of empty lines at the end of
11132 the inserted tree.
11133 (org-agenda): Use buffer name of current file for narrowing.
11134 (org-export-as-xml): Command removed.
11135 (org-export-xml-type): Option removed.
11136 (org-mode-map): Call `org-export-as-xoxo' directly.
11137 (org-get-indentation): New optional argument LINE.
11138 (org-fix-indentation, org-remove-tabs): New functions.
11139 (org-export-as-ascii, org-ascii-level-start): Determine and apply
11140 correct indentation for headlines that are converted it items.
11141 (org-skip-comments): Remove table lines that contain narrowing
11142 cookies but no other non-empty fields.
11143 (org-set-tags): Allow groups of mutually exclusive tags.
11144 (org-cmp-time): Sort 24:21 before items without time.
11145 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
11146 (org-open-at-point): Require double colon also for numbers.
11147
11148 2006-06-06 Kim F. Storm <storm@cua.dk>
11149
11150 * ido.el (ido-default-file-method, ido-default-buffer-method):
11151 Make choice values consistent with corresponding command names.
11152 (ido-visit-buffer): Update accordingly. Default to selected-window.
11153
11154 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
11155
11156 * progmodes/gud.el (gud-running): Fix doc string.
11157 (gud-menu-map): Use :visible instead fo :enable for debugger test.
11158 (gud-tooltip-modes): Add python-mode.
11159 (gud-tooltip-print-command): Add pdb. Remove perldb.
11160
11161 2006-06-05 Eli Zaretskii <eliz@gnu.org>
11162
11163 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
11164 Quote $(EMACS).
11165
11166 2006-06-05 Richard Stallman <rms@gnu.org>
11167
11168 * faces.el (defined-colors): Doc fix.
11169
11170 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
11171
11172 * vc.el (vc-process-filter): Inhibit undo info collection around
11173 call to insert.
11174 (vc-setup-buffer): Likewise for call to erase-buffer.
11175 (vc-do-command): Likewise for call to process-file.
11176
11177 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
11178
11179 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
11180 for gud-go.
11181 (gud-common-init): Other debuggers may trigger error.
11182
11183 2006-06-05 Kenichi Handa <handa@m17n.org>
11184
11185 * international/mule.el (find-auto-coding):
11186 Handle enable-character-translation in file header.
11187
11188 2006-06-04 Kim F. Storm <storm@cua.dk>
11189
11190 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
11191 (authors-fixed-entries): Fix spelling.
11192 (authors-canonical-file-name): Don't report error for wildcards.
11193
11194 * help.el (view-emacs-news): Rewrite to support new NEWS,
11195 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
11196 e.g. version 10 matches 1.10, and don't be confused by version 1.1
11197 being a prefix of 1.12 (etc). A numeric prefix arg also works.
11198
11199 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
11200
11201 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
11202 exec constructs like `foo bar`.
11203 (sh-quoted-subshell): New helper function to search for a possibly
11204 nested subshell (like `` or $()) within a "" quoted string.
11205 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
11206 (sh-apply-quoted-subshell): Flag quote characters inside a
11207 subshell, which is itself already in a quoted region, as
11208 punctuation, since this is the closest to what they actually are.
11209 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
11210 sh-apply-quoted-subshell.
11211 (sh-font-lock-syntactic-face-function): Apply the new face for
11212 text inside `` instead of the old font-lock-string-face.
11213
11214 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11215
11216 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
11217 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
11218 (mac-bytes-to-text-range, mac-ae-text-range-array)
11219 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
11220 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
11221 (mac-ts-unicode-for-key-event): New functions.
11222 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
11223 (mac-handle-font-selection): Use mac-ae-number.
11224 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
11225 New variables.
11226 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
11227 (mac-ts-converted-text, mac-ts-selected-converted-text)
11228 (mac-ts-block-fill-text, mac-ts-outline-text)
11229 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
11230 (mac-ts-hilite-style-faces): New constant.
11231 (mac-apple-event-map): Bind text input events.
11232 (mac-dispatch-apple-event): Use command-execute instead of
11233 call-interactively.
11234 (global-map): Don't bind mac-apple-event.
11235 (special-event-map): Bind mac-apple-event.
11236
11237 2006-06-02 Eli Zaretskii <eliz@gnu.org>
11238
11239 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
11240 file name.
11241 (emacs): Enclose the value of $(EMACS) in quotes.
11242
11243 2006-06-02 Juri Linkov <juri@jurta.org>
11244
11245 * international/mule.el (sgml-html-meta-auto-coding-function):
11246 Remove the condition `(search-forward "<html" size t)'.
11247 Replace `\"' with `[\"']?' in `re-search-forward'.
11248
11249 2006-06-02 Kenichi Handa <handa@m17n.org>
11250
11251 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
11252 as well as `coding'.
11253 (hack-local-variables): Likewise.
11254
11255 * international/mule.el (enable-character-translation):
11256 Put permanent-local and safe-local-variable properties.
11257 (find-auto-coding): Handle char-trans: tag.
11258
11259 2006-06-02 Juri Linkov <juri@jurta.org>
11260
11261 * international/mule.el (sgml-html-meta-auto-coding-function):
11262 Limit the search by the end of the HTML header (if any).
11263
11264 2006-06-01 Richard Stallman <rms@gnu.org>
11265
11266 * subr.el (with-current-buffer): Doc fix.
11267
11268 2006-06-02 Masatake YAMATO <jet@gyve.org>
11269
11270 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
11271 Almost rewrite. Underlines over all lines of gcov output are too
11272 uncomfortable to read. Suggested by Dan Nicolaescu.
11273
11274 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
11275
11276 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
11277
11278 * shell.el (shell-mode): Use shell-mode-map in docstring.
11279
11280 * comint.el (comint-send-input): Do not add help-echo and
11281 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
11282
11283 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11284
11285 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
11286
11287 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
11288
11289 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
11290 (gdb-stopped, gdb-info-stack-custom): If there is no source info
11291 look up the stack and pop up GUD buffer if necessary.
11292 (gdb-frames-select): Remove redundant call to gud-display-frame.
11293 (gdb-info-threads-custom): Keep point at start of buffer.
11294 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
11295
11296 2006-05-31 Juri Linkov <juri@jurta.org>
11297
11298 * replace.el (query-replace-read-from, query-replace-read-to):
11299 Bind `history-add-new-input' to nil. Call `add-to-history'.
11300
11301 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
11302
11303 * textmodes/table.el: Convert all HTML tags to lower case for
11304 XHTML compatibility.
11305
11306 2006-05-31 Masatake YAMATO <jet@gyve.org>
11307
11308 * progmodes/compile.el:
11309 (compilation-error-regexp-alist-alist::gcov-called-line):
11310 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
11311
11312 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
11313
11314 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
11315 Revert inadvertent changes made with last commit.
11316
11317 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
11318
11319 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
11320 New functions.
11321
11322 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
11323
11324 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
11325
11326 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
11327 only matches in the right place.
11328 (org-upcoming-deadline): New face.
11329 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
11330 (org-export-ascii-underline): Rename constant `org-ascii-underline'
11331 and make it an option.
11332 (org-export-ascii-bullets): New option.
11333 (org-export-as-html): Many changes to emit valid XHTML.
11334 (org-par-open): New variable.
11335 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
11336 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
11337 (org-timeline): Pass `org-timeline-show-empty-dates' to
11338 `org-get-all-dates'. Interpret empty dates returned by
11339 `org-get-all-dates'.
11340 (org-get-all-dates): New argument EMPTY. Add dates without
11341 entries to the list, mark large ranges of empty dates.
11342 (org-point-in-group, org-context): New functions.
11343
11344 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
11345
11346 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
11347
11348 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
11349 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
11350 to C-mouse-3 (for 2 button mice).
11351 (gdb-send): Do the right thing for C-d.
11352
11353 * speedbar.el (speedbar-detach): Delete.
11354 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
11355 it breaks things.
11356 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
11357
11358 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
11359
11360 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
11361 Makeppfile.
11362
11363 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11364 Add makepp diagnostic.
11365
11366 2006-05-29 Richard Stallman <rms@gnu.org>
11367
11368 * window.el (fit-window-to-buffer): Doc fix.
11369
11370 * help.el (temp-buffer-max-height): Doc fix.
11371
11372 * subr.el (with-current-buffer): Doc fix.
11373
11374 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11375
11376 * term/x-win.el: Bind F10 to menu-bar-start if available.
11377
11378 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
11379
11380 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
11381 uses with a simple test.
11382 (term-set-escape-char, term-mode, term-check-kill-echo-list)
11383 (term-send-raw-string, term-send-raw, term-mouse-paste)
11384 (term-char-mode, term-line-mode, term-exec, term-sentinel)
11385 (term-handle-exit, term-read-input-ring)
11386 (term-previous-matching-input-string)
11387 (term-previous-matching-input-string-position)
11388 (term-previous-matching-input-from-input)
11389 (term-replace-by-expanded-history, term-send-input)
11390 (term-skip-prompt, term-bol, term-send-invisible)
11391 (term-kill-input, term-delchar-or-maybe-eof)
11392 (term-backward-matching-input, term-check-source)
11393 (term-proc-query, term-emulate-terminal)
11394 (term-handle-colors-array, term-process-pager, term-pager-line)
11395 (term-pager-bob, term-unwrap-line, term-word)
11396 (term-dynamic-complete-filename)
11397 (term-dynamic-complete-as-filename)
11398 (term-dynamic-simple-complete): Replace one arm ifs with whens or
11399 unlesses.
11400
11401 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11402
11403 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
11404 during bootstrapping.
11405
11406 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
11407 Basically undo the change of 2006-05-26: use extra arguments instead of
11408 dynamic scoping.
11409 (ewoc-locate): Remove unused var `footer'.
11410
11411 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11412
11413 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
11414
11415 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
11416 (generate-file-autoloads): Obey it. Return whether autoloads were
11417 added at point or not.
11418 (update-file-autoloads): Use this new return value.
11419 Remove redundant test for the presence of an autoload cookie.
11420
11421 * emacs-lisp/autoload.el (autoload-find-file): New fun.
11422 This one calls hack-local-variables.
11423 (generate-file-autoloads, update-file-autoloads): Use it.
11424
11425 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
11426 (bibtex-sort-entry-class): Add safe-local-variable predicate.
11427 (bibtex-sort-entry-class-alist): Don't set the global value.
11428 (bibtex-init-sort-entry-class-alist): New fun.
11429 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
11430 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
11431 of bibtex-init-sort-entry-class.
11432
11433 2006-05-28 Richard Stallman <rms@gnu.org>
11434
11435 * subr.el (load-history-regexp): If FILE is relative, insist
11436 entire last name component must match it.
11437 (load-history-filename-element, load-history-regexp): Doc fixes.
11438
11439 2006-05-29 Kim F. Storm <storm@cua.dk>
11440
11441 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
11442 `pos' and `raw-data' for clarity, as eval forms may access these.
11443
11444 2006-05-28 Kim F. Storm <storm@cua.dk>
11445
11446 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
11447
11448 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11449
11450 * progmodes/make-mode.el (makefile-browser-map)
11451 (makefile-mode-syntax-table): Move initialization inside declaration.
11452 (makefile-fill-paragraph): Use the default comment-filling code.
11453
11454 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
11455
11456 * replace.el (query-replace-defaults): New variable.
11457 (query-replace-read-from): Use `query-replace-defaults' for
11458 default value, instead of history list.
11459 (query-replace-read-to): Update `query-replace-defaults'.
11460
11461 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
11462
11463 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
11464 with no X toolkit.
11465
11466 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
11467
11468 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
11469 (tumme-show-all-from-dir): Add autoload.
11470
11471 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
11472
11473 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
11474 (tumme-remove-tag): Fix bug.
11475
11476 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
11477
11478 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
11479 FOOTER args. Update unique caller.
11480 (ewoc-delete): Compute last node once before looping.
11481 (ewoc--node-branch): Merge into unique caller.
11482 (ewoc--node): Don't define constructor make-ewoc--node for this
11483 structure.
11484 (ewoc): Add member `hf-pp' to this structure.
11485 (ewoc--wrap): New func.
11486 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
11487 header/footer pretty-printers. Save header/footer pretty-printer.
11488 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
11489
11490 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
11491
11492 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
11493
11494 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
11495 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
11496 Tag'. Change "Compare directories..." to "Change Directories...".
11497 Move tumme commands to Operate, Regexp and Immediate menus.
11498 Change "Add Comment" to "Add Image Comment". Change "Add Image
11499 Tag" to "Add Image Tags".
11500
11501 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
11502 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
11503 `tumme-delete-tag'.
11504
11505 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
11506
11507 * shell.el (shell-mode): Call shell-dirtrack-mode after
11508 list-buffers-directory is made a local variable, to avoid setting
11509 the default value.
11510
11511 2006-05-26 Kevin Ryde <user42@zip.com.au>
11512
11513 * info.el (Info-index-next): Use where-is-internal to report
11514 actual binding of Info-index-next, rather than hard-coded `,'.
11515
11516 2006-05-26 Eli Zaretskii <eliz@gnu.org>
11517
11518 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
11519 and "Find Command in Manual" to here.
11520
11521 * buff-menu.el (list-buffers-noselect): For Info buffers, use
11522 Info-current-file as the file name.
11523
11524 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
11525
11526 * ses.el (defadvice undo-more): Delete this defadvice. The undo
11527 overrides will now be done a different way.
11528 (ses-set-parameter): Reapply this function for undo.
11529 (ses-set-header-row): Reconstruct header row during undo.
11530 (ses-widen): New function.
11531 (ses-goto-data, ses-reconstruct-all): Use new function.
11532 (ses-command-hook): Widen buffer during undo, before unupdating
11533 the cells.
11534 (ses-insert-row, ses-delete-row): Widen buffer during undo.
11535 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
11536 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
11537 formula hasn't been executed yet.
11538
11539 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11540
11541 * comint.el (comint-kill-whole-line): Rename arg to count.
11542 Fix doc string.
11543
11544 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
11545
11546 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
11547 to copy-file.
11548
11549 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11550
11551 * simple.el (toggle-truncate-lines): Make arg optional for
11552 backward compatibility.
11553
11554 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
11555
11556 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
11557 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
11558 DLL arg. Instead, use ewoc--current-dll. Update all callers.
11559 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
11560 (ewoc--adjust): Use ewoc--current-dll.
11561 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
11562
11563 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
11564
11565 * textmodes/org.el (org-next-item, org-previous-item): Emit more
11566 compact error message.
11567 (org-tags-view): Refresh category table in each file.
11568 (org-table-justify-field-maybe): Remove superfluous arguments to
11569 `format'.
11570 (org-export-as-html): Insert "<p>" before postamble.
11571 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
11572
11573 2006-05-26 Kenichi Handa <handa@m17n.org>
11574
11575 * textmodes/po.el (po-find-charset): Pay attention to the case
11576 FILENAME is a cons (NAME . BUFFER).
11577 (po-find-file-coding-system-guts): Likewise.
11578
11579 * arc-mode.el (archive-set-buffer-as-visiting-file):
11580 Call find-operation-coding-system with (FILENAME . BUFFER).
11581
11582 * tar-mode.el (tar-extract): Call find-operation-coding-system
11583 with (FILENAME . BUFFER).
11584
11585 * international/mule.el (decode-coding-inserted-region):
11586 Call find-operation-coding-system with (FILENAME . BUFFER).
11587
11588 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
11589
11590 * image-mode.el (image-toggle-display): Use buffer contents to
11591 generate image for a remote file.
11592
11593 2006-05-25 Juri Linkov <juri@jurta.org>
11594
11595 * replace.el (query-replace-read-from, query-replace-read-to):
11596 Remove 8th arg KEEP-ALL in read-from-minibuffer.
11597
11598 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
11599
11600 * whitespace.el (whitespace-cleanup): Change to cleanup
11601 region if one is active.
11602 * whitespace.el (whitespace-cleanup-internal): New internal method.
11603
11604 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11605
11606 * dired.el (dired-mode-map): Add help-echo strings to tumme
11607 commands. Bind `tumme-dired-display-image' to C-t i.
11608
11609 * tumme.el (tumme-display-image): Change documentation string slightly.
11610 (tumme-dired-display-image): Add call to `display-buffer'.
11611
11612 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
11613
11614 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
11615 Signal error if RAW-DATA is a multibyte string.
11616
11617 2006-05-24 Richard Stallman <rms@gnu.org>
11618
11619 * subr.el (with-local-quit): When handling `quit' signal,
11620 make a chance for quit-flag to cause a quit.
11621
11622 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
11623 (ad-disable-advice): Add autoloads.
11624
11625 * subr.el (read-passwd): Copy PROMPT before changing its properties.
11626
11627 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11628
11629 * dired.el (dired-mode-map): Change menu items for tumme as per
11630 suggestions in emacs-devel.
11631
11632 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
11633
11634 * dired.el (dired-mode-map): Fix breakage.
11635
11636 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11637
11638 * tumme.el (tumme-display-dired-image): Rename to...
11639 (tumme-dired-display-image): ...this.
11640 (tumme-track-movement): Change default value to t.
11641 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
11642 used from `tumme-next-line-and-display' and similar commands.
11643
11644 * dired.el (dired-mode-map): Add Thumbnail submenu under the
11645 Immediate menu. Add some tumme commands there.
11646
11647 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
11648
11649 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
11650
11651 2006-05-24 Chong Yidong <cyd@mit.edu>
11652
11653 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
11654 menu entries that open submenus.
11655
11656 2006-05-24 Alan Mackenzie <acm@muc.de>
11657
11658 * startup.el (command-line): For names of preloaded files, don't
11659 append ".elc" (now done in Fload), and call file-truename on the
11660 lisp directory.
11661
11662 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
11663 match ANY loaded file with the right name, not just those in
11664 load-path. Put a regexp matching the file name into
11665 after-load-alist, rather than the name itself.
11666
11667 * subr.el (load-history-regexp, load-history-filename-element)
11668 (do-after-load-evaluation): New functions.
11669
11670 * international/mule.el (load-with-code-conversion): Do the
11671 eval-after-load stuff by calling do-after-load-evaluation.
11672
11673 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
11674
11675 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
11676 has not been killed.
11677
11678 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11679
11680 * term/mac-win.el: Set idle timer to clean up expired Apple events.
11681 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
11682 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
11683 Optionally set error message in reply.
11684
11685 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
11686
11687 * textmodes/org.el (org-open-at-point): Use renamed variable
11688 `org-confirm-shell-link-function'.
11689 (org-confirm-shell-link-function): Rename from
11690 `org-confirm-shell-links'.
11691 (org-export-directory): New function.
11692 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
11693 (org-export-icalendar): Use `org-export-directory'.
11694 (org-indent-item): Keep cursor position.
11695 (org-link-file-path-type): New option.
11696 (org-export-as-html): Fix bug with plain lists starting in
11697 column 0.
11698 (org-export-as-html): Remove deadline formatting, this happens
11699 now already in `org-html-handle-time-stamps'.
11700 (org-export-html-style): Deadline class removed.
11701 (org-insert-labeled-timestamps-at-point): New option.
11702 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
11703 of `hide-sublevels 1', in case the first headline is not level 1.
11704 (org-overview, org-content): New fuction.
11705 (org-cycle-global-status, org-cycle-subtree-status): Make these
11706 variables buffer-local.
11707 (org-global-cycle): New command.
11708 (org-shifttab): Use `org-global-cycle'.
11709 (org-insert-heading, org-insert-item): Go to end of new
11710 headline/item after creating it.
11711 (org-export-visible): Rename from `org-export-copy-visible'.
11712 Now creates a temporary org-file and applies an exporting command
11713 to it.
11714 (org-table-eval-formula): Support for lisp forms.
11715 (org-agenda-todo-ignore-scheduled): New option.
11716 (org-agenda-get-todos): Use new option
11717 `org-agenda-todo-ignore-scheduled'.
11718 (org-export-html-inline-images): New value `maybe'.
11719 (org-export-as-html): Inlining of images dependent on link description.
11720 (org-archive-subtree): Check for end-of-buffer before trying
11721 `kill-line'.
11722 (org-agenda-follow-mode): New option.
11723 (org-export-with-tags, org-export-with-timestamps): New options.
11724 (org-html-handle-time-stamps): New function.
11725 (org-keyword-time-regexp): New variable.
11726 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
11727 (org-agenda-todo-list-sublevels): New option.
11728 (org-html-level-start): When TITLE is nil, just close all levels.
11729 (org-parse-key-lines, org-parse-export-options): Remove functions,
11730 replaced by `org-infile-export-plist'.
11731 (org-combine-plists, org-infile-export-plist)
11732 (org-default-export-plist): New functions.
11733 (org-export-html-preamble, org-export-html-postamble)
11734 (org-export-html-auto-preamble, org-export-html-auto-postamble):
11735 New variables.
11736 (org-export-publishing-directory): New option.
11737 (org-export-as-html, org-export-as-ascii): Use the new property
11738 lists for settings.
11739 (org-export-copy-visible, org-export-as-xoxo):
11740 Respect `org-export-publishing-directory'.
11741 (org-link-search, org-store-link, org-file-apps): Support for
11742 links to BibTeX database entries..
11743 (org-get-current-options, org-set-regexps-and-options):
11744 Implement logging as a startup option.
11745 (org-store-link): Make sure context string is never empty
11746 (org-insert-link): Use relative path when possible.
11747 (org-at-item-checklet-p): New function.
11748 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
11749 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
11750 (org-metaright, org-metaup, org-metadown, org-shiftup)
11751 (org-shiftdown, org-shiftright, org-shiftleft)
11752 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
11753 Dispatch using `call-interactively'.
11754 (org-call-with-arg): New defsubst.
11755 (org-tag-alist, org-use-fast-tag-selection): New options.
11756 (org-complete): Use `org-tag-alist'.
11757 (org-fast-tag-insert, org-fast-tag-selection): New functions.
11758 (org-next-item, org-previous-item): New commands.
11759 (org-beginning-of-item, org-end-of-item): Add (interactive) to
11760 make command.
11761 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
11762
11763 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
11764
11765 * emacs-lisp/ewoc.el (ewoc-delete): New function.
11766 (ewoc-filter): Use `ewoc-delete'.
11767
11768 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
11769
11770 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11771
11772 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
11773 Signal more user-friendly error messages.
11774
11775 * complete.el (PC-do-completion): Undo the addition of implicit
11776 wildcards if they did not lead to finding any match.
11777 (read-file-name-internal): Don't add the final > if the completion is
11778 not finished.
11779
11780 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
11781
11782 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
11783 Quote safe-local-variable predicate.
11784
11785 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
11786
11787 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
11788
11789 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11790
11791 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
11792
11793 * progmodes/make-mode.el (makefile-special-targets-list)
11794 (makefile-macro-table, makefile-target-table): Mark as risky.
11795 (makefile-query-one-target-method): Make this the alias for the
11796 following variable.
11797 (makefile-query-one-target-method-function): Make this the real name.
11798
11799 * textmodes/artist.el (artist-text-renderer): Make this the alias
11800 for the following variable.
11801 (artist-text-renderer-function): Make this the real name.
11802
11803 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
11804 the alias for the following variable.
11805 (flyspell-generic-check-word-predicate): Make this the real name.
11806
11807 * textmodes/ispell.el (ispell-format-word): Make this the alias
11808 for the following variable.
11809 (ispell-format-word-function): Make this the real name.
11810 (ispell-message-text-end): Mark as risky.
11811
11812 * skeleton.el (skeleton-transformation, skeleton-filter)
11813 (skeleton-pair-filter): Make these the aliases for the following
11814 variables.
11815 (skeleton-transformation-function, skeleton-filter-function)
11816 (skeleton-pair-filter-function): Make these the real names.
11817
11818 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
11819 and skeleton-pair-filter-function.
11820
11821 * textmodes/sgml-mode.el (sgml-transformation): Make this the
11822 alias for the following variable.
11823 (sgml-transformation-function): Make this the real name.
11824 (sgml-tag-alist): Mark as risky.
11825
11826 2006-05-21 Richard Stallman <rms@gnu.org>
11827
11828 * simple.el (kill-region): Interactively, pass point, then mark.
11829
11830 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
11831
11832 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
11833
11834 2006-05-21 Romain Francoise <romain@orebokech.com>
11835
11836 * dired-x.el (dired-mode-map): Don't bind M-g.
11837
11838 2006-05-20 Richard Stallman <rms@gnu.org>
11839
11840 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
11841 (dired-goto-file): Doc fix.
11842
11843 2006-05-21 Kim F. Storm <storm@cua.dk>
11844
11845 * emulation/cua-base.el: Mention customizing cua-mode as alternative
11846 way to enable built-in cua-mode if user loads older CUA-mode package.
11847
11848 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
11849 if default-filename is specified.
11850
11851 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11852
11853 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
11854
11855 * info.el (info-apropos): Make sure current-file and current-node
11856 have non-nil values. Speed up by using add-to-list instead of
11857 manual consing.
11858
11859 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11860
11861 * progmodes/make-mode.el (makefile-mode): Doc fix.
11862
11863 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11864
11865 * dired-aux.el (dired-do-shell-command): Doc fix.
11866
11867 2006-05-20 Kevin Ryde <user42@zip.com.au>
11868
11869 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
11870 ``(custom-manual :tag "Foo" "(foo)Node")''.
11871
11872 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
11873
11874 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
11875 value is an integer.
11876
11877 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11878
11879 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
11880 "format".
11881 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
11882
11883 2006-05-20 Martin Rudalics <rudalics@gmx.at>
11884
11885 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
11886 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
11887
11888 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11889
11890 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
11891 regexp for keywords.
11892
11893 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
11894
11895 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
11896 replace-regexp-in-string.
11897
11898 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
11899 encode, and escape file name on conversion to URL.
11900
11901 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11902
11903 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
11904 Don't unescape URL.
11905 (dnd-get-local-file-name): Unescape URL on conversion to file name.
11906
11907 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
11908 on conversion to URLs.
11909
11910 * net/browse-url.el (browse-url-file-url): Encode file name on
11911 conversion to URL.
11912
11913 * term/mac-win.el (mac-ae-open-documents): Escape file name on
11914 conversion to URL.
11915
11916 2006-05-19 Eli Zaretskii <eliz@gnu.org>
11917
11918 * progmodes/cc-styles.el (c-style-alist): Doc fix.
11919
11920 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11921
11922 * term/mac-win.el (mac-bytes-to-digits): Remove function.
11923 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
11924
11925 2006-05-19 Glenn Morris <rgm@gnu.org>
11926
11927 * calendar/diary-lib.el (diary-bahai-date)
11928 (list-bahai-diary-entries, mark-bahai-diary-entries)
11929 (mark-bahai-calendar-date-pattern): Not interactive.
11930 (add-to-diary-list): New optional arg LITERAL. Doc fix.
11931 (diary-entries-list): Change format of 4th element in each entry.
11932 (diary-list-entries): Use add-to-diary-list.
11933 (diary-goto-entry): Handle the case where the buffer visiting the
11934 diary has been killed.
11935 (fancy-diary-display): Add 'locator to button rather than 'marker.
11936 Only generate temp-face when there are marks to apply.
11937 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
11938 (diary-fancy-date-pattern): New variable.
11939 (diary-time-regexp): Doc fix.
11940 (diary-anniversary, diary-time): New faces.
11941 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
11942 diary-time-regexp. Add font-lock-multiline property where needed.
11943 Use new faces diary-anniversary and diary-time.
11944 (diary-fancy-font-lock-fontify-region-function): New function, to
11945 handle multiline font-lock pattern in fancy diary.
11946 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
11947 (diary-font-lock-keywords): Tweak time regexp. Use new face
11948 diary-time.
11949
11950 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
11951
11952 * international/code-pages.el (mik): Table corrected.
11953
11954 2006-05-18 Kim F. Storm <storm@cua.dk>
11955
11956 * progmodes/grep.el (grep-find): Don't check grep-find-command
11957 before running command (breaks non-interactive usage).
11958
11959 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
11960
11961 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
11962 (ewoc--insert-new-node): Don't insert trailing newline.
11963 Instead, adjust successor nodes's start markers.
11964 (ewoc--refresh-node): Delete all text from current node's start
11965 marker to the next one's; adjust successor nodes's start markers.
11966 (ewoc--create): Doc fixes.
11967 (ewoc--refresh): Don't insert newline.
11968 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
11969 * pcvs.el (cvs-make-cvs-buffer):
11970 Specify extra newline for ewoc's header and footer.
11971 (cvs-update-header): Update initial header recognition.
11972 Append newline to final header and footer values.
11973 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
11974
11975 2006-05-17 Richard Stallman <rms@gnu.org>
11976
11977 * files.el (file-name-extension): Doc fix.
11978
11979 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11980
11981 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
11982 we can explicitly enable/disable rather than toggle.
11983 (shell-mode): Use it.
11984 (shell-cd): Don't try to reproduce what `cd' does.
11985
11986 2006-05-17 Kim F. Storm <storm@cua.dk>
11987
11988 * ido.el (ido-read-internal): Use only nondirectory part of
11989 default item.
11990
11991 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
11992
11993 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
11994 (ewoc-nth): Doc fix.
11995
11996 (ewoc-map, ewoc-invalidate): Compute PP before looping.
11997
11998 2006-05-16 Eli Zaretskii <eliz@gnu.org>
11999
12000 * international/mule.el (auto-coding-alist): Add .lha to files
12001 read with no-conversion.
12002
12003 * files.el (auto-mode-alist): Add .lha files to archive file
12004 extensions.
12005
12006 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
12007 Convert csize to integer when computing offsets within the
12008 compressed archive file.
12009
12010 2006-05-16 Kim F. Storm <storm@cua.dk>
12011
12012 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
12013 with read-from-minibuffer.
12014
12015 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
12016
12017 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
12018 (byte-compile-warnings): Fix safe-local-variable property.
12019
12020 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
12021
12022 * allout.el (allout-show-bodies, allout-old-style-prefixes)
12023 (allout-stylish-prefixes, allout-numbered-bullet)
12024 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
12025 predicates to qualify `safe-local-variable' property, when
12026 available, else use equivalent lambda.
12027 (allout-current-topic-collapsed-p): Do the right thing regarding
12028 trailing blank lines.
12029
12030 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12031
12032 * server.el (server-start): Only create a directory if needed.
12033 (server-edit, server-unload-hook): server-start => server-mode.
12034 (kill-emacs-hook): Cleanup upon exit.
12035
12036 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12037
12038 * hexl.el (hexlify-buffer): Encode process arguments manually.
12039
12040 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
12041
12042 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
12043 call to gdb-tooltip-print.
12044
12045 2006-05-15 Romain Francoise <romain@orebokech.com>
12046
12047 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
12048 systems, default to "tar" since those systems probably have GNU tar.
12049
12050 2006-05-14 Lars Hansen <larsh@soem.dk>
12051
12052 * desktop.el (desktop-missing-file-warning): Fix docstring.
12053 (desktop-restore-file-buffer): Correct question asked on missing file.
12054
12055 2006-05-14 Kim F. Storm <storm@cua.dk>
12056
12057 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
12058 Add CUA move property.
12059
12060 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
12061
12062 * custom.el (custom-push-theme): Load the variable before checking
12063 its `standard-value'.
12064
12065 2006-05-13 Lars Hansen <larsh@soem.dk>
12066
12067 * desktop.el (desktop-save): Use with-temp-buffer.
12068
12069 2006-05-12 Glenn Morris <rgm@gnu.org>
12070
12071 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
12072 * calendar/calendar.el (calendar-mode-map):
12073 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
12074 * calendar/appt.el (appt-check, appt-make-list): Refer to
12075 diary-view-entries, diary-list-entries, diary-show-all-entries
12076 rather than obsolete aliases.
12077
12078 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
12079
12080 * simple.el (line-move-finish): Avoid calling point motion hooks
12081 while processing intangibility.
12082
12083 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
12084
12085 * term/xterm.el (terminal-init-xterm): Fix typo.
12086
12087 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
12088
12089 * allout.el (allout-view-change-hook): Mark as being deprecated,
12090 to be replaced by `allout-exposure-change-hook'.
12091 (allout-exposure-change-hook): New, replacing
12092 `allout-view-change-hook'.
12093 (allout-flag-region): Run new hook `allout-exposure-change-hook',
12094 in addition to `allout-view-change-hook'.
12095 (allout-show-bodies, allout-old-style-prefixes)
12096 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
12097 lambda forms to prevent their showing up in variable help
12098 presentations as inscrutable byte-compiled code.
12099 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
12100 Use string-or-null-p to qualify safe-local-variable values.
12101 (allout-reindent-bodies): Use memq to qualify matches against
12102 valid safe-local-variable values. Also, quote the lambda as above.
12103 (allout-use-mode-specific-leader): Add missing candidate-value
12104 symbols, use memq, and quote the lambda.
12105 (allout-overlay-interior-modification-handler): Remove unused
12106 variables `msg' and 'opened'.
12107 (allout-hidden-p): Constrain invisibility consideration to allout's
12108 invisibility spec, disregarding invisibility for other reasons.
12109
12110 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
12111
12112 * files.el (version-control): Correct safe values.
12113
12114 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
12115
12116 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
12117
12118 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
12119 (ewoc--insert-new-node): New func.
12120 Update callers of deleted funcs to use it, instead.
12121
12122 2006-05-11 Glenn Morris <rgm@gnu.org>
12123
12124 * calendar/calendar.el (diary-show-all-entries): Do not refer to
12125 obsolete alias `show-all-diary-entries'.
12126 (make-diary-entry): Not interactive.
12127 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
12128 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
12129 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
12130 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12131 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
12132 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
12133
12134 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12135
12136 * calendar/calendar.el (calendar-french-date-string)
12137 (calendar-mayan-date-string, calendar-chinese-date-string)
12138 (calendar-astro-date-string, calendar-iso-date-string)
12139 (calendar-islamic-date-string, calendar-bahai-date-string)
12140 (calendar-hebrew-date-string, calendar-coptic-date-string)
12141 (calendar-ethiopic-date-string, calendar-persian-date-string):
12142 These functions are not interactive.
12143
12144 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
12145
12146 * files.el: Balance parentheses.
12147
12148 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
12149
12150 * files.el, newcomment.el, outline.el, simple.el,
12151 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
12152 * progmodes/cc-vars.el, progmodes/compile.el:
12153 Move `safe-local-variable' declarations to the respective files.
12154
12155 * help-fns.el (describe-variable): Don't print safe-var if it is
12156 byte-code. Improve wording as suggested by Luc Teirlinck.
12157
12158 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
12159
12160 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
12161 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
12162 Use a token for pending-triggers to ensure gdb-var-update
12163 gets called once per user input again for pre-GDB 6.4.
12164 (gdb-var-delete): Match on more complex expressions.
12165 (gdb-var-list-children-handler, gdb-var-create-handler):
12166 Use a token for consistency.
12167
12168 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
12169
12170 * textmodes/org.el (org-read-date, org-goto-calendar)
12171 (org-agenda-goto-calendar):
12172 Bind `view-calendar-holidays-initially' to nil.
12173
12174 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
12175
12176 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
12177 Update all callers to do it there, instead.
12178
12179 2006-05-10 Glenn Morris <rgm@gnu.org>
12180
12181 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
12182 prefix arg case, to avoid view-diary-entries-initially error.
12183 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
12184 (calendar-date-is-legal-p): Handle dates with no day part.
12185
12186 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
12187
12188 * comint.el (comint-insert-input): Just make it when
12189 comint-use-prompt regexp is nil (default) and with the mouse.
12190 (comint-copy-old-input): Reinstate from 2004-06-23.
12191 (comint-mode-map): Bind C-c C-m to it.
12192
12193 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
12194
12195 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
12196 Remove spurious move to point-max (new comint behavior fixes).
12197
12198 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
12199 compatibility function (Emacs 18/19).
12200 (idlwave-is-continuation-line): Always return point at start of
12201 previous non-blank continuation line.
12202 (keyword-parameters): Fix continued comment font-lock matcher.
12203 (idlwave-font-lock-fontify-region): Written, use as
12204 font-lock-fontify-region-function, to fix continued keyword
12205 fontification issues.
12206
12207 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12208
12209 * term/mac-win.el (mac-font-panel-mode): Doc fix.
12210 (mac-service-selection, mac-service-open-file)
12211 (mac-service-open-selection, mac-service-mail-selection)
12212 (mac-service-mail-to, mac-service-insert-text): Rename from
12213 mac-services-*. All uses changed.
12214 (mac-apple-event-map): Rename event symbol `services' to `service'.
12215
12216 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
12217
12218 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
12219 (ewoc--node-enter-first, ewoc--node-enter-last)
12220 (ewoc--delete-node-internal): Merge funcs into unique callers.
12221
12222 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
12223
12224 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
12225 return value of read-from-minibuffer for empty input.
12226
12227 2006-05-09 Miles Bader <miles@gnu.org>
12228
12229 * comint.el (comint-insert-input): Remove redundant calls to setq
12230 and goto-char.
12231
12232 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
12233
12234 * comint.el (comint-insert-input): Make it work when
12235 comint-use-prompt-regexp is t.
12236
12237 2006-05-10 Miles Bader <miles@gnu.org>
12238
12239 * subr.el (field-at-pos): New function.
12240
12241 * comint.el (comint-insert-input): Use it.
12242
12243 2006-05-09 Juri Linkov <juri@jurta.org>
12244
12245 * battery.el (battery-linux-proc-acpi): Also try
12246 `/proc/acpi/thermal_zone/THR2/temperature'.
12247
12248 * files.el <safe-local-variable>: Remove `eval' and `let' binding
12249 for now unused lambda `string-or-null'.
12250
12251 * add-log.el (change-log-default-name): Put `string-or-null-p'
12252 instead of lambda on `safe-local-variable' property.
12253
12254 * diff-mode.el (diff-context->unified): Use `region-beginning' and
12255 `region-end' instead of `mark' and `point'.
12256 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
12257 Operate on region in Transient Mark mode when the mark is active.
12258 Use `region-beginning' and `region-end' instead of `mark' and
12259 `point'.
12260 (diff-hunk-text, diff-goto-source): Doc fix.
12261
12262 * startup.el (fancy-splash-screens, normal-splash-screen): Use
12263 face `mode-line-buffer-id' for mode-line buffer face instead of
12264 hard-coded `(:weight bold)'.
12265
12266 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
12267 buffer-undo-list to t (undo-ask is reproducible by visiting
12268 nested archives).
12269
12270 2006-05-09 Kim F. Storm <storm@cua.dk>
12271
12272 * progmodes/grep.el (rgrep): Set default directory of *grep*
12273 buffer if we start M-x rgrep in the *grep* buffer and choose
12274 a different base directory.
12275
12276 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
12277
12278 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
12279 completion also when ido is loaded.
12280
12281 2006-05-09 Masatake YAMATO <jet@gyve.org>
12282
12283 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
12284 "warning" and "import".
12285 (cpp-font-lock-keywords): Added "warning".
12286
12287 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
12288
12289 * term/xterm.el (terminal-init-xterm): Add more key bindings.
12290
12291 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12292
12293 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
12294 pages at a time, if we signal the end, we should indeed reach that end.
12295
12296 2006-05-08 David Reitter <david.reitter@gmail.com>
12297
12298 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
12299 output during execution of the body.
12300
12301 2006-05-08 Kim F. Storm <storm@cua.dk>
12302
12303 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
12304
12305 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
12306
12307 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
12308 Use with-current-buffer.
12309
12310 2006-05-07 Kim F. Storm <storm@cua.dk>
12311
12312 * subr.el (add-to-history): Remove keep-dups arg.
12313
12314 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
12315 to nil around call to add-to-history.
12316
12317 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12318
12319 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
12320 than after a buffer modification.
12321
12322 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
12323
12324 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
12325 call to...
12326 (gud-watch): ...here so speedbar is raised for already watched
12327 expressions.
12328 (gdb-speedbar-refresh): Delete function.
12329 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
12330 Use speedbar-timer-fn instead of speedbar-refresh (reverting
12331 earlier change).
12332 (gdb-var-evaluate-expression-handler)
12333 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
12334
12335 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
12336 Update localized contents for all buffers except ignored modes.
12337
12338 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12339
12340 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
12341 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
12342 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
12343 (mac-handle-font-panel-closed, mac-handle-font-selection):
12344 New functions.
12345 (mac-font-panel-mode): New minor mode.
12346 (mac-apple-event-map): Add bindings for toolbar toggle button and
12347 font panel.
12348 (menu-bar-showhide-menu): Add mac-font-panel-mode.
12349
12350 2006-05-07 John Paul Wallington <jpw@pobox.com>
12351
12352 * ibuffer.el (ibuffer-compressed-file-name-regexp):
12353 Avoid `regexp-opt'; simplify regexp for readability.
12354
12355 2006-05-06 Eli Zaretskii <eliz@gnu.org>
12356
12357 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
12358 * files.el (buffer-stale-function):
12359 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12360 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
12361 links to the main manual, not to emacs-xtra.
12362
12363 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12364
12365 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
12366 MacJapanese if text is ASCII-only.
12367
12368 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
12369
12370 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
12371 unless so nil isn't returned.
12372 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
12373
12374 2006-05-06 Kim F. Storm <storm@cua.dk>
12375
12376 * subr.el (add-to-history): New function.
12377
12378 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
12379 (ediff-merge-files-with-ancestor):
12380 * env.el (setenv):
12381 * isearch.el (isearch-update-ring):
12382 * server.el (server-visit-files):
12383 * progmodes/grep.el (lgrep, rgrep):
12384 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
12385 * progmodes/xscheme.el (xscheme-insert-expression):
12386 Use add-to-history.
12387
12388 * kmacro.el (kmacro-push-ring): Use add-to-history.
12389 (kmacro-ring-length): Remove unused defun.
12390 (kmacro-start-macro): Use kmacro-push-ring.
12391
12392 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
12393
12394 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
12395 directly instead of a lambda expression that calls it.
12396
12397 2006-05-06 Kim F. Storm <storm@cua.dk>
12398
12399 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
12400 instead of compute-motion.
12401
12402 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
12403
12404 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
12405 change.
12406
12407 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
12408
12409 * startup.el (command-line-1): Refer to "Pure Storage" on
12410 pure-space-overflow.
12411
12412 2006-05-05 Martin Rudalics <rudalics@gmx.at>
12413
12414 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
12415 provided faces once they all have been used up.
12416
12417 2006-05-05 Eli Zaretskii <eliz@gnu.org>
12418
12419 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
12420 reference to the Lisp manual to the warning about pure space
12421 overflow.
12422
12423 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12424
12425 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
12426 argument to avoid the call to `ispell-internal-change-dictionary'
12427 when not needed.
12428 (ispell-change-dictionary): Use this argument and call
12429 `ispell-internal-change-dictionary' after the possible change
12430 to `ispell-local-dictionary'.
12431 (ispell-internal-change-dictionary): Check for a change in
12432 personal dictionary use too.
12433
12434 2006-05-05 Eli Zaretskii <eliz@gnu.org>
12435
12436 * startup.el (command-line): On MS-Windows, probe "~", not
12437 "~USER", for warning about non-existent home directory.
12438
12439 * arc-mode.el (archive-l-e): New optional argument `float' means
12440 generate a float value.
12441 (archive-arc-summarize, archive-lzh-summarize)
12442 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
12443 with 3rd argument non-nil when file's size is being computed.
12444 Format the file sizes with %8.0f instead of %8d.
12445
12446 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12447
12448 * cus-start.el (all): Add mac-dnd-known-types.
12449
12450 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
12451 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
12452 (mac-TIFF-to-string): New functions.
12453 (x-get-selection, x-selection-value)
12454 (mac-select-convert-to-string): Use them.
12455 (mac-text-encoding-mac-japanese-basic-variant): New constant.
12456 (mac-dnd-types-alist): New customization variable.
12457 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
12458 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
12459 (mac-dnd-handle-drag-n-drop-event): New functions.
12460 (mac-drag-n-drop): Remove function.
12461 (global-map): Bind drag-n-drop and M-drag-n-drop to
12462 mac-dnd-handle-drag-n-drop-event.
12463
12464 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
12465
12466 * progmodes/perl-mode.el (perl-beginning-of-function):
12467 Skip anonymous subs.
12468
12469 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
12470
12471 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
12472 regexp-opt at run time.
12473
12474 * term.el (term-handle-ansi-escape): Fix off by one error.
12475
12476 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
12477
12478 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
12479 (gdb-init-1, gdb-post-prompt): ...and references to it.
12480 (gdb-frame-handler): Strip directory name from filename if present.
12481
12482 * progmodes/gud.el (gdb-force-update): Delete defvar
12483 (gud-speedbar-buttons): ...and references to it. Use window-start
12484 to try to keep positon in watch expression.
12485
12486 2006-05-03 Richard Stallman <rms@gnu.org>
12487
12488 * simple.el (next-history-element, previous-history-element): Doc fix.
12489
12490 * isearch.el (isearch-update-ring): Doc fix.
12491
12492 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
12493
12494 * isearch.el (isearch-update-ring): Take history-delete-duplicates
12495 into consideration. Replace one arm ifs with whens.
12496
12497 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
12498
12499 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
12500 (menu): Fix typo.
12501
12502 2006-05-02 Miles Bader <miles@gnu.org>
12503
12504 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
12505
12506 2006-05-02 Jay Belanger <belanger@truman.edu>
12507
12508 * calc/calc-embed.el (calc-override-minor-modes-map)
12509 (calc-override-minor-modes): New variables.
12510 (calc-do-embedded): Make sure that Calc keystrokes aren't
12511 overwritten by minor modes.
12512
12513 2006-05-02 Chong Yidong <cyd@mit.edu>
12514
12515 * msb.el (msb): If EVENT is a down event, read and discard the up event.
12516
12517 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
12518
12519 * startup.el (command-line-1): Refer to Lisp manual when
12520 pure-space-overflow occurs.
12521
12522 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
12523 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
12524 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
12525 (version-control): Don't use `t' for safe-local-variable declarations.
12526
12527 2006-05-01 Richard Stallman <rms@gnu.org>
12528
12529 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
12530 M-r, M-R, M-A, M-SPC or M-DEL.
12531 (diff-mode-map): diff-refine-hunk now on C-c C-w
12532 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
12533
12534 * help-mode.el (help-mode): view-exit-action calls delete-window
12535 only when it is safe and possible.
12536
12537 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
12538 in messages.
12539
12540 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
12541
12542 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
12543 in the default tool-bar-map.
12544
12545 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
12546
12547 * net/tramp.el (tramp-completion-file-name-handler-alist)
12548 (tramp-run-real-handler, tramp-completion-run-real-handler)
12549 (tramp-completion-handle-file-name-all-completions)
12550 (tramp-completion-handle-file-name-completion): Autoload them.
12551 (tramp-completion-handle-file-exists-p)
12552 (tramp-completion-handle-file-name-directory)
12553 (tramp-completion-handle-file-name-nondirectory)
12554 (tramp-completion-handle-expand-file-name): Remove them.
12555 (tramp-handle-file-name-directory): Return the real directory name.
12556 Returning "/" only doesn't need to be necessary any longer.
12557 (tramp-file-name-handler): Make special attention when in hostname
12558 completion mode.
12559 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
12560 (tramp-register-file-name-handlers):
12561 Register `tramp-completion-file-name-handler' only when
12562 `partial-completion-mode' is enabled.
12563 (tramp-completion-handle-file-name-all-completions):
12564 Delete directory part from results.
12565 (tramp-get-completion-methods, tramp-get-completion-user-host):
12566 Discard deleting "/", it doesn't work after the change of
12567 `tramp-handle-file-name-directory' above.
12568
12569 2006-05-01 Kim F. Storm <storm@cua.dk>
12570
12571 * progmodes/grep.el (grep-expand-template): Use save-match-data
12572 and symbol-value.
12573
12574 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12575
12576 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
12577 Use select-frame-set-input-focus instead of raise-frame.
12578 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
12579
12580 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
12581
12582 * progmodes/gud.el (gud-def): Add %c case.
12583 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
12584 (gud-format-command): Make match case sensitive. Match on %F.
12585
12586 2006-04-30 Glenn Morris <rgm@gnu.org>
12587
12588 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
12589 (cal-tex-preamble): Use cal-tex-preamble-extra.
12590 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
12591 than alias `list-diary-entries'.
12592
12593 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
12594
12595 * help-fns.el (describe-variable): Add info about safe local variables.
12596
12597 2006-04-29 Richard Stallman <rms@gnu.org>
12598
12599 * bindings.el (mode-line-format): help-echo doc fixes.
12600
12601 * net/tramp.el (tramp-file-name-handler-alist): Delete
12602 expand-file-name and other operations that can cause spurious loading.
12603
12604 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12605
12606 * files.el (safe-local-variable-p): Remove support for the special
12607 value t.
12608
12609 * textmodes/paragraphs.el (sentence-end-without-space):
12610 Fix safety predicate.
12611 (sentence-end-double-space, sentence-end-without-period)
12612 (paragraph-ignore-fill-prefix):
12613 * textmodes/fill.el (colon-double-space):
12614 * abbrev.el (abbrev-mode): Tighten the safety predicate.
12615
12616 * subr.el (booleanp): New fun.
12617
12618 * textmodes/reftex-vars.el (reftex-guess-label-type):
12619 Tighten the safety predicate.
12620
12621 2006-04-28 Kim F. Storm <storm@cua.dk>
12622
12623 * progmodes/grep.el (defgroup grep): Doc fix.
12624 (grep-auto-highlight): Remove.
12625 (grep-template): New defcustom.
12626 (grep-find-template): Rename from grep-tree-template.
12627 (grep-files-aliases): Rename from grep-tree-files-aliases.
12628 Remove "all" alias, add "l" alias.
12629 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
12630 (grep-find-ignored-directories): New defcustom to replace
12631 grep-tree-ignore-CVS-directories, to facilitate ignoring
12632 subdirectories for multiple version control systems.
12633 (grep-mode-map): Add Recursive grep item to GREP menu.
12634 (grep-regexp-history, grep-files-history): New defvars.
12635 (grep-probe): New helper function.
12636 (grep-compute-defaults): Use it to simplify code.
12637 Adapt to name changes.
12638 Use `.' as base in grep-find-template rather than <D>.
12639 (grep): Remove superfluous highlight-regexp arg. Fix doc.
12640 Call grep-compute-defaults unconditionally.
12641 (grep-expand-keywords): New defconst.
12642 (grep-expand-template): Rename from grep-expand-command-macros.
12643 Simplify via grep-expand-keywords. Look at case-fold-search instead
12644 of grep-tree-ignore-case to add -i option.
12645 Bind case-fold-search to nil while matching keywords.
12646 (grep-tree-last-regexp, grep-tree-last-files): Remove.
12647 (grep-read-regexp, grep-read-files): New helper functions.
12648 (rgrep): Rename from grep-tree. Rework to use proper histories.
12649 Adapt to changes in defcustoms and functions above.
12650 (lgrep): New command, as grep, but using same interactive UI as rgrep.
12651
12652 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
12653
12654 * net/tramp.el (tramp-completion-file-name-handler):
12655 Disable Tramp's functionality while loading Tramp itself.
12656 (tramp-register-file-name-handlers): That's a defsubst now.
12657 Code from `tramp-repair-jka-compr' moved here. Apply it via
12658 `after-init-hook'.
12659 (tramp-repair-jka-compr): Remove.
12660
12661 2006-04-27 Jay Belanger <belanger@truman.edu>
12662
12663 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
12664 read expression when `math-read-big-expr' doesn't work.
12665
12666 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
12667
12668 * startup.el (command-line-1): Display warning when
12669 pure-space-overflow is non-nil.
12670
12671 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12672
12673 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
12674 risky.
12675
12676 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12677
12678 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
12679 Return the URL or nil if none can be generated.
12680
12681 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
12682
12683 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
12684 byte compiler warnings.
12685 (gud-basic-call, gud-find-expr): Let user select an expression
12686 for printing. Print expression as well as value in GUD buffer.
12687
12688 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
12689
12690 * allout.el: Remove local autoload declaration for
12691 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
12692 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
12693 (allout-plain-bullets-string, allout-distinctive-bullets-string)
12694 (allout-use-mode-specific-leader, allout-old-style-prefixes)
12695 (allout-stylish-prefixes, allout-numbered-bullet)
12696 (allout-file-xref-bullet, allout-presentation-padding)
12697 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
12698 safe-local-variable with suitable value spec, and add autoload
12699 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
12700 (move-beginning-of-line, move-end-of-line): Repair so these compat
12701 functions now actually resituate the point, when appropriate.
12702
12703 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12704
12705 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
12706
12707 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
12708 (add-log-iso8601-time-string): Fix call to format-time-string.
12709
12710 2006-04-26 Kim F. Storm <storm@cua.dk>
12711
12712 * subr.el (posn-string, posn-image, posn-object): Doc fix.
12713
12714 2006-04-26 Masatake YAMATO <jet@gyve.org>
12715
12716 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
12717 Add support for "//" style comments. Remove `b' flag
12718 from ?* in `asm-mode-syntax-table'.
12719
12720 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12721
12722 * follow.el: Use (featurep 'xemacs) everywhere.
12723 (follow-mode): Use define-minor-mode.
12724 (follow-mode-map): Move initialization into the declaration.
12725 Use command remapping.
12726 (follow-emacs-version-xemacs-p): Remove.
12727 (follow-submit-feedback): Remove.
12728
12729 * allout.el (allout-layout, allout-passphrase-verifier-string)
12730 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
12731
12732 * textmodes/reftex-vars.el (reftex-vref-is-default)
12733 (reftex-fref-is-default, reftex-guess-label-type):
12734 Tighten up a bit the safety predicate.
12735
12736 * textmodes/paragraphs.el (sentence-end-double-space)
12737 (sentence-end-without-period, sentence-end-without-space)
12738 (page-delimiter, paragraph-ignore-fill-prefix):
12739 Tighten up a bit the safety predicate.
12740
12741 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
12742
12743 * progmodes/python.el (python-continuation-line-p)
12744 (python-beginning-of-statement): syntax-ppss may return
12745 a negative depth.
12746 (python-mode): Don't forcefully enable font-lock.
12747
12748 * time-stamp.el (time-stamp-start, time-stamp-end)
12749 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
12750
12751 * add-log.el: Remove spurious * in docstrings.
12752 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
12753 (add-change-log-entry): Use it here, since it's not specific
12754 to iso8601.
12755 (add-log-iso8601-time-string): Don't use it here any more.
12756 (change-log-indent-text, change-log-indent): Rename from add-log-*.
12757
12758 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
12759
12760 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
12761
12762 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
12763 (rcirc-toggle-low-priority): Doc fix.
12764 (rcirc-handler-NOTICE): Remove beginning of line anchor in
12765 ChanServ regexp.
12766 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
12767 #emacs.
12768 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
12769 (rcirc-decode-coding-system): Use utf-8 as the default.
12770 (rcirc-multiline-minor-mode): Set the fill-column.
12771 (rcirc-format-response-string): Display bright and dim nicks.
12772 (rcirc-browse-url): Update interactive spec to fill ARG.
12773 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
12774 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
12775
12776 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
12777
12778 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
12779 case for @Article, etc.
12780
12781 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
12782
12783 * net/tramp.el (tramp-register-file-name-handlers): New defun.
12784 Added with autoload cookie.
12785 (tramp-unload-file-name-handlers): Rename from
12786 `tramp-unload-file-name-handler-alist'.
12787
12788 2006-04-23 Romain Francoise <romain@orebokech.com>
12789
12790 * comint.el (comint-match-partial-filename): Doc fix.
12791
12792 2006-04-21 Glenn Morris <rgm@gnu.org>
12793
12794 * calendar/cal-menu.el (calendar-mode-map): Refer to
12795 `diary-view-entries' rather than alias `view-diary-entries'.
12796 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
12797
12798 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
12799
12800 * progmodes/antlr-mode.el (antlr-default):
12801 * cus-edit.el (custom-documentation):
12802 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
12803 in defface.
12804
12805 2006-04-21 Kim F. Storm <storm@cua.dk>
12806
12807 * image.el (image-type): New defun split out of create-image.
12808 (create-image): Use it.
12809
12810 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
12811
12812 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
12813 (org-open-at-point): Remove the "...done" message to keep output
12814 in the echo area visible.
12815 (org-export-as-xoxo): Fix call to `indent-region'.
12816
12817 2006-04-21 Kevin Ryde <user42@zip.com.au>
12818
12819 * international/mule.el (keyboard-coding-system): defcustom
12820 info-link fixes: "Specify Coding" has been split, keyboard now in
12821 "Terminal Coding", and "Single-Byte Character Support" is now
12822 "Unibyte Mode".
12823
12824 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
12825
12826 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
12827 Use font-lock-warning-face for any errors e.g. no stack.
12828 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
12829
12830 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
12831
12832 * progmodes/sh-script.el (sh-shell): Mark as safe.
12833
12834 * newcomment.el (comment-start, comment-start-skip)
12835 (comment-end-skip, comment-end): Mark as safe.
12836
12837 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
12838
12839 * textmodes/org.el (org-deadline-announce): Face removed.
12840 (org-level-faces, org-n-levels): Convert to constant.
12841 (org-compatible-face): New function.
12842 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
12843 (org-level-5, org-level-6, org-level-7, org-level-8)
12844 (org-special-keyword, org-warning, org-headline-done, org-link)
12845 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
12846 (org-scheduled-today, org-scheduled-previously, org-time-grid):
12847 Face definition revised for better color tty support.
12848 (org-bold-re, org-italic-re, org-underline-re): New constants.
12849 (org-set-font-lock-defaults): Use the new constants.
12850 (org-agenda-highlight-todo): New function.
12851 (org-agenda-todo): Fix bug with point at end of line.
12852 (org-agenda-change-all-lines, org-finalize-agenda-entries):
12853 Fontify TODO keywords.
12854 (org-insert-link): Preserve relative path in ../ links.
12855 (org-export-as-html): Convert links pointing to .org files into
12856 links that will work beteen the exported HTML files.
12857 (org-todo-list): Fix bug when arg=0.
12858 (org-insert-heading): More fine-tuning.
12859
12860 2006-04-19 Romain Francoise <romain@orebokech.com>
12861
12862 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
12863 from `rmail-mime-charset-pattern'.
12864
12865 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
12866
12867 * progmodes/python.el (python-mode): Fix typo.
12868
12869 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
12870
12871 * comint.el (comint-previous-input): Don't clobber input line
12872 when moving off either end of the input history ring.
12873 (comint-delete-input): New function, used by
12874 `comint-previous-input' and others.
12875 (comint-previous-matching-input):
12876 Use `coming-delete-input'. Save the partial input if leaving the
12877 edit line. Goto point-max before deleting input to avoid
12878 partial input fragments hanging around.
12879 (comint-restore-input): New function, used by `comint-previous-input'.
12880
12881 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
12882
12883 * imenu.el (imenu--index-alist): Balance parentheses.
12884
12885 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
12886
12887 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
12888
12889 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
12890
12891 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
12892 file is nil.
12893
12894 2006-04-18 Richard Stallman <rms@gnu.org>
12895
12896 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
12897
12898 * imenu.el (imenu-create-index-function, imenu--index-alist)
12899 (imenu--last-menubar-index-alist, imenu--make-index-alist)
12900 (imenu-default-create-index-function, imenu--generic-function):
12901 Doc fixes.
12902
12903 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
12904
12905 * help-mode.el (help-mode): Set view-exit-action to delete window.
12906
12907 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
12908 now works by passing nil as arg.
12909
12910 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
12911
12912 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
12913 (read-abbrev-file): Provide default when reading filename.
12914
12915 * files.el (enable-local-variables): Allow :all as value.
12916 (hack-local-variables): Implement that value.
12917 (safe-local-variable-values, safe-local-eval-forms)
12918 (enable-local-variables): Mark as risky.
12919 (find-file-visit-truename, kept-old-versions): Mark safe.
12920
12921 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
12922 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
12923 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
12924
12925 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12926
12927 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
12928 Use forward-line so as to get to BOL even in the presence of fields.
12929 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
12930 in return.
12931 (inferior-tcl): Tell tclsh to work in interactive mode.
12932
12933 * complete.el (partial-completion-mode):
12934 Use 'choose-completion-string-functions to make sure that
12935 choose-completion fills the minibuffer properly.
12936
12937 * complete.el (PC-old-read-file-name-internal): Remove.
12938 (PC-read-include-file-name-internal): Remove. Turn it into an advice
12939 of read-file-name-internal.
12940 (partial-completion-mode): Enable/disable this advice.
12941
12942 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
12943
12944 * net/tramp.el (tramp-completion-file-name-handler): Revert change
12945 of 2006-04-17.
12946
12947 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
12948
12949 * textmodes/org.el (org-insert-heading): Insert heading before
12950 current if at beginning of line.
12951 (org-todo, org-date): New faces.
12952 (org-table-align): Make sure tooltip window contains full text.
12953 (org-no-properties): New defsubst.
12954 (org-set-font-lock-defaults): Use new faces.
12955
12956 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
12957
12958 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
12959 for root variables.
12960
12961 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
12962 (gdb-frame-address): Re-use to identify frame for watch expression.
12963 (gdb-var-list, gdb-var-create-handler): Add frame address for root
12964 variables.
12965 (gdb-init-1, gdb-source, gdb-post-prompt)
12966 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
12967 (gdb-frame-handler): Get gdb-frame-address.
12968
12969 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
12970
12971 Sync with Tramp 2.0.53.
12972
12973 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
12974 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
12975 (tramp-completion-file-name-handler): Add autoload cookie for
12976 adding to `file-name-handler-alist'.
12977
12978 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
12979 the prompt. If it returns earlier (when detecting an error
12980 message), the rest of the output will merge accidently with the
12981 output of the next command. Reported by M Jared Finder
12982 <jared@hpalace.com>.
12983
12984 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
12985 for `process-file', in order to let it work for older Emacsen too.
12986
12987 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
12988
12989 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
12990 (tex-font-lock-keywords-3): Use it.
12991
12992 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12993
12994 * newcomment.el (comment-add): New function.
12995 (comment-region-default, comment-dwim): Use it.
12996
12997 2006-04-15 Michael Olson <mwolson@gnu.org>
12998
12999 * emacs-lisp/tq.el: Improve comments.
13000 (tq-queue-head-question): New accessor function.
13001 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
13002 Update for modified queue structure.
13003 (tq-queue-add): Accept `question' argument.
13004 (tq-queue-pop): If a question is pending, send it.
13005 (tq-enqueue): Accept new optional argument `delay-question'.
13006 If this is non-nil, and at least one other question is pending a
13007 response, queue the question rather than sending it immediately.
13008
13009 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13010
13011 * calendar/appt.el (appt-add): Check whether an appointment is
13012 already present in appt-time-msg-list. Simplify code.
13013
13014 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13015
13016 * progmodes/cc-langs.el (c-mode-menu):
13017 Don't presume c-subword-mode is bound.
13018
13019 2006-04-13 Bill Wohler <wohler@newt.com>
13020
13021 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
13022 (customize-package-emacs-version): Use cdr instead of cadr now
13023 that alists use dotted pairs.
13024
13025 * custom.el (defcustom): Fix docstring for :package-version.
13026
13027 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
13028
13029 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
13030 (tramp-handle-shell-command): Display output buffer only when
13031 `tramp-display-shell-command-buffer' is true.
13032 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
13033
13034 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13035
13036 * textmodes/org.el (org-set-autofill-regexps): Set only the local
13037 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
13038
13039 2006-04-13 Romain Francoise <romain@orebokech.com>
13040
13041 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
13042 leaving temporary .cvsignore buffers behind.
13043
13044 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13045
13046 * textmodes/org.el (org-set-regexps-and-options)
13047 (org-get-current-options): Better names for the startup folding
13048 options.
13049
13050 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
13051
13052 * vc.el (vc-annotate): Arrange for point to end up at the same
13053 line number as in the original, but only when using a new buffer.
13054
13055 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
13056
13057 * files.el (hack-one-local-variable-eval-safep):
13058 Recognize `edebug-form-spec' for `put', but only if it passes
13059 `edebug-basic-spec'. Generalize `put' handling.
13060
13061 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
13062 vetting file-local form specs.
13063
13064 * allout.el (allout-layout): Autoload its `safe-local-variable'
13065 property.
13066
13067 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13068
13069 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
13070 (org-agenda-mouse-1-follows-link)
13071 (org-mouse-1-follows-link): New options.
13072 (org-format-agenda-item): Fix bug if TAGS is nil.
13073 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
13074
13075 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
13076
13077 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
13078 GDB 6.1+ gives full filename for "info sources" so use
13079 file-name-nondirectory.
13080
13081 2006-04-12 Romain Francoise <romain@orebokech.com>
13082
13083 * subr.el (read-passwd): Bind `message-log-max' to nil.
13084
13085 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13086
13087 * progmodes/perl-mode.el (perl-indent-new-calculate):
13088 Recompute parse-start after jumping backward by a whole sexp.
13089
13090 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13091
13092 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
13093 window configuration.
13094 (vc-annotate-display-select): Select the buffer so that current-buffer
13095 (and selected-window) is the output buffer at the end of vc-annotate.
13096
13097 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
13098
13099 * vc.el (vc-annotate-color-map): Add custom TTY color map for
13100 8-color terminals, to use all of the colors in a sensible order.
13101 256-color terminals work well with the standard map.
13102 (vc-annotate-lines): Only strip the first color character if it
13103 is "#", to allow for terminal-style named colors.
13104 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
13105 the correct buffer is scrolled.
13106
13107 2006-04-11 Richard Stallman <rms@gnu.org>
13108
13109 * emacs-lisp/bytecomp.el (byte-compile-file):
13110 Bind enable-local-variables to :safe, and make normal-mode obey it.
13111
13112 * files.el (enable-local-variables): Allow value :safe.
13113 (normal-mode): Doc fix.
13114 (hack-local-variables): Implement enable-local-variables = :safe.
13115 (hack-local-variables-confirm): Don't prevent quitting.
13116
13117 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13118
13119 * loadhist.el (unload-feature): A bit of sanity check of
13120 load-history entries. Cancel timer-vars before unbinding them.
13121
13122 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
13123 quote special chars, and make the trick work on the hex part of the
13124 buffer as well.
13125 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
13126 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
13127
13128 * startup.el (normal-splash-screen): Fix last change so we don't wait
13129 2 minutes if we don't show the splash screen.
13130
13131 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
13132
13133 * textmodes/org.el (org-export-plain-list-max-depth)
13134 (org-table-spaces-around-separators)
13135 (org-radio-targets, org-activate-camels)
13136 (org-table-spaces-around-invisible-separators): Options removed.
13137 (org-time-stamp-rounding-minutes, org-remember-templates)
13138 (org-ellipsis, org-activate-links, org-descriptive-links):
13139 New options.
13140 (org-remember-apply-template, org-current-time)
13141 (org-finish-edit-table-field)
13142 (org-link-unescape, org-link-escape)
13143 (org-string-width, org-table-clean-line, org-html-do-expand)
13144 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
13145 (org-read-agenda-file-list): New functions.
13146 (org-table-edit-field)
13147 (org-table-create-or-convert-from-region): New commands
13148 (org-table-toggle-vline-visibility): Command removed.
13149 (org-table-convert-region): Made a command.
13150 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
13151 Replace with the normal org- functions.
13152 (org-self-insert-command): Don't trigger realign unnecessarily
13153 when blanking a field that is not full.
13154 (org-mode): `Set buffer-invisibility-spec' for links.
13155 (org-activate-links2): Hide link part and only show descriptive
13156 part of the link.
13157 (org-insert-link): Modify for new linking system.
13158 (org-store-link): Store description separately, for use by
13159 `org-insert-link'.
13160 (org-table-align): Use `org-string-width'.
13161 (defgroup): Completely new group structure for custom variables.
13162 (org-agenda-files): Option: Single file name allowed. Function:
13163 Optional argument unrestrited means ignore any restricitons.
13164 (org-install-agenda-files-menu): Find a buffer in Org-mode before
13165 trying to modify the menu. Use generalized access to
13166 `org-agenda-files.'
13167 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
13168 (org-agenda-file-to-front, org-remove-file, org-diary)
13169 (org-tags-view, org-export-icalendar-all-agenda-files)
13170 (org-export-icalendar-combine-agenda-files): Use generalized
13171 access to `org-agenda-files'.
13172 (org-remember-handler): Correctly preserve heading if present.
13173 (org-table-insert-row, org-table-insert-hline): Deal with
13174 invisible characters.
13175
13176 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
13177
13178 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
13179 (vc-annotate-color-map): New 18 element constant
13180 value/saturation, rotating hue colormap, from red->blue.
13181 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
13182 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
13183 (vc-annotate): To avoid killing the required local variables,
13184 set them before the end of `with-output-to-temp-buffer', and
13185 after first switching to annotate-mode.
13186 (vc-annotate-warp-version): Add buffer argument in goto-line to
13187 ensure annotation, not source, is scrolled.
13188
13189 2006-04-10 Bill Wohler <wohler@newt.com>
13190
13191 * custom.el (defcustom, custom-handle-keyword):
13192 Add :package-version keyword.
13193 (custom-add-package-version): New function. Sets value of new
13194 property 'custom-package-version from :package-version keyword.
13195 (defcustom): Create Common Keywords section in docstring.
13196 (defface, defgroup): Replace definitions of a select few keywords
13197 with a reference to the Common Keywords in defcustom.
13198 (defcustom, defface, defgroup): Replace reference to Customization
13199 chapter in manual with hyperlink.
13200
13201 * cus-edit.el (customize-package-emacs-version-alist): New variable.
13202 (customize-changed-options): Add check for custom-package-version.
13203 (customize-package-emacs-version): New function to look up Emacs
13204 version corresponding to the given package version.
13205
13206 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
13207 defun name, in similar fashion to find-variable-regexp.
13208
13209 2006-04-10 Eli Zaretskii <eliz@gnu.org>
13210
13211 * international/mule-cmds.el (set-locale-environment): Fix last
13212 change for when the locale's preferences don't specify any encoding.
13213
13214 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13215
13216 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
13217 so the defined var/fun doesn't need to be quoted.
13218
13219 2006-04-10 Richard Stallman <rms@gnu.org>
13220
13221 * finder.el (finder-mode-map): Add n and p bindings.
13222
13223 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
13224
13225 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
13226 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
13227 (gdb-setup-windows): Put something in source window if we can't find
13228 the source file.
13229 (gdb-frame-handler): Make it work again with just assembly.
13230 (gdb-data-list-register-values-handler): Make it work when there is
13231 no stack.
13232
13233 2006-04-09 Richard Stallman <rms@gnu.org>
13234
13235 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
13236 specs while looking for charset.
13237
13238 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
13239
13240 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13241 Make them faces.
13242 (lm-font-lock-keywords): Update appropriately.
13243
13244 2006-04-10 Kim F. Storm <storm@cua.dk>
13245
13246 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
13247 it can also replace buffer-substring-no-properties.
13248
13249 * emulation/cua-base.el (cua-delete-region, cua-paste)
13250 (cua-repeat-replace-region): Use filter-buffer-substring.
13251
13252 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
13253 (cua-cut-region-to-global-mark): Likewise.
13254
13255 * emulation/cua-rect.el (cua--extract-rectangle)
13256 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
13257
13258 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13259
13260 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
13261 entry-type. Add field delimiters to numerical fields if they are
13262 not present.
13263
13264 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13265
13266 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
13267 string-const to return value.
13268 (bibtex-remove-delimiters): Use it.
13269
13270 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13271
13272 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
13273 cl-byte-compile-compiler-macro unless it exists.
13274
13275 2006-04-08 Eli Zaretskii <eliz@gnu.org>
13276
13277 * files.el (hack-local-variables-confirm) <offer-save>:
13278 Clarify message text. Suggested by Ralf Angeli.
13279
13280 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13281
13282 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
13283 (delete-extract-rectangle-line): Use `filter-buffer-substring'
13284 instead of `buffer-substring' and `delete-region'. (Most of the
13285 code actually copied from `kill-region'.)
13286
13287 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
13288
13289 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
13290 (rcirc-default-port): Rename from rcirc-port.
13291 (rcirc-default-nick): Rename from rcirc-nick.
13292 (rcirc-default-user-name): Rename from rcirc-user-name.
13293 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
13294 (rcirc-low-priority-flag): New variable.
13295 (rcirc-decode-coding-system): New defcustom.
13296 (rcirc-encode-coding-system): New defcustom.
13297 (rcirc-coding-system-alist): New defcustom.
13298 (rcirc-multiline-major-mode): New defcustom.
13299 (rcirc-nick): New internal variable.
13300 (rcirc-process): Remove variable.
13301 (rcirc-server-buffer): New variable.
13302 (rcirc): Update to use rcirc-default-* variables above.
13303 (rcirc-connect): Do not add window-configuration-hook-here.
13304 (rcirc-server): New internal variable.
13305 (rcirc-connect): Do not send keepalive pings if
13306 rcirc-keepalive-seconds is nil.
13307 (with-rcirc-server-buffer): New macro.
13308 (rcirc-send-string): Encode with rcirc-encode-coding-system.
13309 (rcirc-server-name): Rename from rcirc-server.
13310 (rcirc-buffer-process): New function.
13311 (rcirc-buffer-nick): New function.
13312 (rcirc-buffer-target): Remove function.
13313 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13314 New commands.
13315 (rcirc-mode-map): Change binding of C-c C-l to
13316 rcirc-toggle-low-priority.
13317 (rcirc-mode): Initialize coding system based on
13318 rcirc-coding-system-alist. New change-major-mode-hook to part the
13319 channel on a mode change. Make kill-buffer-hook buffer-local.
13320 (rcirc-change-major-mode-hook): New function.
13321 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
13322 (rcirc-last-post-time): New variable.
13323 (rcirc-process-message): Store the last time user posted a message
13324 to this target.
13325 (rcirc-multiline-minor-mode): New mode.
13326 (rcirc-multiline-minor-mode-map): New mode map.
13327 (rcirc-edit-multiline): Put multiline-edit buffer in
13328 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
13329 (rcirc-print): Ignore any line starting with an ignored nick.
13330 (rcirc-print): Decode using rcirc-decode-coding-system.
13331 (rcirc-track-minor-mode): Update global-mode-string when disabling
13332 this mode.
13333 (minor-mode-alist): Add LowPri indicator.
13334 (rcirc-toggle-low-priority): New function.
13335 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
13336 next lowpriority buffer with activity.
13337 (rcirc-record-activity): Sort buffers in rcirc-activity by the
13338 last time the user posted a message in to the target.
13339 (rcirc-update-activity-string): New formatting for low priority
13340 buffers.
13341 (rcirc-split-activity): New function.
13342 (rcirc-handler-PART, rcirc-handler-KICK)
13343 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
13344 (rcirc-nick-away-alist): New variable.
13345 (rcirc-handler-301): New handler. Away messages are printed once
13346 per change.
13347
13348 2006-04-08 Eli Zaretskii <eliz@gnu.org>
13349
13350 * info.el (Info-follow-nearest-node): Doc fix.
13351
13352 * international/mule-cmds.el (set-locale-environment): Make sure
13353 the coding-system preferred by the locale's language has the same
13354 EOL conversion type as the original buffer-file-coding-system.
13355 (locale-language-names): Add a few MS Windows language codes.
13356
13357 2006-04-07 Richard Stallman <rms@gnu.org>
13358
13359 * simple.el (eval-expression): Doc fix.
13360
13361 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
13362 (eval-defun): Doc fixes.
13363
13364 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
13365
13366 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
13367
13368 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
13369
13370 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
13371 GDB list command without argument for greater generality.
13372
13373 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13374
13375 * subr.el (string-or-null-p): New function.
13376
13377 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
13378
13379 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
13380
13381 * files.el: Update comment about safe-local-variable declarations.
13382
13383 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
13384
13385 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
13386 See idlwave.org.
13387
13388 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
13389 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
13390
13391 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
13392 See idlwave.org.
13393
13394 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
13395 version 6.0 (minimal changes). See idlwave.org.
13396
13397 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
13398 6.0 (minimal changes). See idlwave.org.
13399
13400 * progmodes/idlw-rinfo.el: File obsoleted and removed.
13401
13402 2006-04-06 Romain Francoise <romain@orebokech.com>
13403
13404 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
13405 symmetric encryption features and a new asynchronous interface to
13406 GnuPG. This new version is version 1.4, plus whitespace changes.
13407
13408 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13409
13410 * files.el: Move some `safe-local-variable' declarations to the
13411 respective files.
13412
13413 * textmodes/ispell.el (ispell-check-comments)
13414 (ispell-local-dictionary): Mark as safe.
13415
13416 * abbrev.el (abbrev-mode): Mark as safe.
13417
13418 * add-log.el (change-log-default-name): Mark as safe.
13419
13420 * textmodes/reftex-vars.el (reftex-vref-is-default)
13421 (reftex-fref-is-default, reftex-level-indent)
13422 (reftex-guess-label-type): Mark as safe.
13423
13424 * textmodes/fill.el (colon-double-space): Mark as safe.
13425
13426 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
13427 (sentence-end-double-space, sentence-end-without-period)
13428 (sentence-end-without-space, sentence-end, sentence-end-base)
13429 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
13430
13431 2006-04-06 Kim F. Storm <storm@cua.dk>
13432
13433 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
13434 the :set-after list.
13435 (ido-downcase-unc-hosts): New user option. Default on.
13436 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
13437 when it is set, as regexps are now applied on the fly.
13438 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
13439 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
13440 on the fly, but only when ido-process-ignore-lists is set.
13441 Do case insensitive filtering if ido-downcase-unc-hosts is set.
13442 Only downcase names if ido-downcase-unc-hosts is set.
13443
13444 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
13445
13446 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
13447
13448 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
13449
13450 2006-04-05 Kim F. Storm <storm@cua.dk>
13451
13452 * ido.el (ido-mode): Set after ido-unc-hosts and
13453 ido-ignore-unc-host-regexps.
13454 (ido-save-history): Save ido-unc-hosts-cache.
13455 (ido-load-history): Load ido-unc-hosts-cache.
13456 (ido-reread-directory): Refresh unc hosts cache in // dir.
13457
13458 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
13459 to nil while displaying slash screen.
13460
13461 2006-04-05 Daiki Ueno <ueno@unixuser.org>
13462
13463 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13464 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13465
13466 2006-04-05 Kenichi Handa <handa@m17n.org>
13467
13468 * international/characters.el: Setup cases of Latin, Greek, and
13469 Cyrillic characters in CJK charsets.
13470
13471 2006-03-29 Daiki Ueno <ueno@unixuser.org>
13472
13473 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13474 default-enable-multibyte-characters. This reverts the change from
13475 revision 6.17 which is no longer necessary because the passphrase
13476 is sent separately now. GnuPG messages are unreadable under
13477 multibyte locales with default-enable-multibyte-characters set to nil.
13478
13479 2006-04-04 Andreas Schwab <schwab@suse.de>
13480
13481 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
13482 and `byte-compile-warnings' as `safe-local-variable'.
13483
13484 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
13485
13486 * man.el (Man-mode-map): Restore the \r binding.
13487 (Man-abstract-xref-man-page): If Man-target-string is a function,
13488 call it.
13489 (Man-highlight-references): Use Man-default-man-entry to get the
13490 target. Deal with xrefs too.
13491 (Man-highlight-references0): Don't call the target function.
13492
13493 * woman.el (WoMan-xref-man-page): Strip the section number, woman
13494 cannot deal with it.
13495
13496 2006-04-04 Daiki Ueno <ueno@unixuser.org>
13497
13498 * pgg-gpg.el: Clean up process buffers every time gpg processes
13499 complete.
13500
13501 2006-04-04 Kenichi Handa <handa@m17n.org>
13502
13503 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
13504 here.
13505 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
13506 Temporarily bind inhibit-field-text-motion to t.
13507
13508 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13509
13510 * startup.el (normal-splash-screen): Only set mode-line-format in the
13511 splash buffer, so as not to interfere when debugging the code.
13512 Ignore errors when switching buffer.
13513
13514 2006-04-03 Romain Francoise <romain@orebokech.com>
13515
13516 * dired.el (dired-dnd-protocol-alist): Fix typo.
13517
13518 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
13519
13520 * savehist.el (savehist): Add :version.
13521 (savehist-ignored-variables): New variable.
13522 (savehist-minibuffer-hook): Don't save variables listed in
13523 `savehist-ignored-variables'.
13524
13525 * dired.el (dired-dnd-protocol-alist): Mention that change does
13526 only apply to new buffers in doc string.
13527
13528 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
13529
13530 * recentf.el (recentf-open-files-item): Include newline in button
13531 field, so opening a file will work, when the point is at the end
13532 of the file name. Allow, for example, to [i]search a file by
13533 extension and just push RET to open it.
13534
13535 2006-04-03 Daiki Ueno <ueno@unixuser.org>
13536
13537 * pgg-gpg.el (pgg-gpg-process-filter)
13538 (pgg-gpg-wait-for-completion): Check if buffer is alive.
13539
13540 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13541 lines, temporary fix.
13542
13543 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
13544
13545 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
13546
13547 2006-04-02 Richard Stallman <rms@gnu.org>
13548
13549 * progmodes/compile.el (compilation-message-face): Make it defcustom.
13550
13551 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
13552
13553 * ibuf-macs.el (define-ibuffer-column): Add a new key:
13554 header-mouse-map.
13555
13556 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
13557 (ibuffer-mode-header-map): New keymaps.
13558 (ibuffer-update-title-and-summary): Enable mouse face highlighting
13559 and keybindings for column headers.
13560 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
13561 property.
13562
13563 2006-04-02 Drew Adams <drew.adams@oracle.com>
13564
13565 * speedbar.el (speedbar-after-create-hook): Doc fix.
13566
13567 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
13568
13569 * shell.el (shell-directory-tracker)
13570 (shell-dynamic-complete-command): Doc fixes.
13571
13572 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
13573
13574 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
13575 terminals.
13576
13577 2006-04-01 Kim F. Storm <storm@cua.dk>
13578
13579 * ido.el (ido-unc-hosts-cache): New defvar.
13580 (ido-unc-hosts): If value of defcustom is a function, call it to
13581 get list of UNC hosts. Add function-item choices to specify
13582 ido-unc-hosts-net-view or user function.
13583 (ido-ignore-unc-host-regexps): New defcustom.
13584 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
13585 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
13586 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
13587
13588 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13589
13590 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
13591 wwidth.
13592
13593 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
13594
13595 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
13596 (ido-max-work-file-list, ido-switch-buffer)
13597 (ido-read-file-name-as-directory-commands):
13598 Fix typos in docstrings.
13599
13600 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13601
13602 * term/mac-win.el (mac-system-coding-system): Define and use after
13603 Mac-specific coding systems are ready.
13604
13605 2006-03-27 Romain Francoise <romain@orebokech.com>
13606
13607 * net/rcirc.el (rcirc-connect): Add autoload cookie.
13608
13609 * ldefs-boot.el: Update.
13610
13611 2006-03-27 Daiki Ueno <ueno@unixuser.org>
13612
13613 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13614 passphrases when it is not needed.
13615 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13616 passphrase stuff from gpg, should only be necessary when you use
13617 gpg with a smartcard.
13618
13619 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
13620
13621 * comint.el (comint-dynamic-list-completions): Allow user to
13622 select *Completions* buffer.
13623
13624 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
13625
13626 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
13627
13628 2006-03-26 Andreas Schwab <schwab@suse.de>
13629
13630 * progmodes/gud.el (gdb): Only complain about multiple debugging
13631 when the gdb process is still running.
13632
13633 2006-03-25 Eli Zaretskii <eliz@gnu.org>
13634
13635 * mail/rmail.el (tool-bar-map): Defvar it.
13636 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
13637 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
13638
13639 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
13640
13641 * help.el (print-help-return-message): Suggest to use
13642 display-buffer instead of switch-to-buffer-other-window to restore
13643 the previous window without selecting it.
13644
13645 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13646
13647 * frame.el (select-frame-by-name): Call x-focus-frame also when
13648 window-system is mac.
13649
13650 * term/mac-win.el: Adjust Courier font specifications in
13651 x-fixed-font-alist.
13652 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
13653 when directly encoding to UTF-16 in native byte order, no BOM.
13654
13655 2006-03-25 Kim F. Storm <storm@cua.dk>
13656
13657 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
13658 (cua--init-keymaps): Use it instead of fixed C-return.
13659 (cua-mode): Set after it.
13660
13661 * emulation/cua-rect.el (cua--init-rectangles):
13662 Use cua-rectangle-mark-key instead of fixed C-return.
13663
13664 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
13665
13666 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
13667 "run" in .gdbinit.
13668 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
13669
13670 2006-03-24 Romain Francoise <romain@orebokech.com>
13671
13672 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
13673 `display-buffer-other-frame'.
13674
13675 2006-03-24 Kim F. Storm <storm@cua.dk>
13676
13677 * apropos.el (apropos-synonyms): Add selection => region.
13678
13679 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
13680
13681 * progmodes/gdb-ui.el (gdb-var-create-regexp)
13682 (gdb-var-list-children-regexp, gdb-var-update-regexp)
13683 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
13684 (gdb-data-list-register-values-regexp)
13685 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
13686 Future proof against new fields being added to MI output.
13687 (gdb-send): Don't treat backslashes for program input as
13688 continuations.
13689 (gdb-assembler-handler): Don't use window-start for this handler.
13690 (gdb-frame-handler): Don't change to hollow arrow if overlay
13691 arrow doesn't move to new frame.
13692
13693 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
13694
13695 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
13696 prevent compiler warnings.
13697 (gdb-stopped): Check for gud-last-last-frame (case: signal).
13698 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
13699 (gdb-assembler-custom): Use hollow-right-triangle for assembler
13700 buffer too.
13701
13702 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
13703
13704 * pgg-gpg.el (pgg-gpg-update-agent): Check for
13705 make-network-process, so we can use the same code in Gnus v5-10
13706 too and have this file fully synchronized with that release.
13707
13708 2006-03-23 Romain Francoise <romain@orebokech.com>
13709
13710 * ibuf-ext.el (ibuffer-read-filter-group-name):
13711 Use `ibuffer-generate-filter-groups' to make completion list match
13712 the filter groups that are really displayed in the Ibuffer buffer.
13713 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
13714
13715 2006-03-23 Kenichi Handa <handa@m17n.org>
13716
13717 * international/mule-cmds.el (sort-coding-systems): Describe that
13718 the argument is modified in docstring.
13719
13720 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
13721
13722 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13723 (pgg-gpg-update-agent): New function.
13724 (pgg-gpg-use-agent-p): New function.
13725 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13726 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13727 (pgg-gpg-sign-region): Use it.
13728
13729 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
13730
13731 * cus-edit.el (custom-face-set): Call custom-push-theme before
13732 face-spec set so that `changed' theme is correctly saved.
13733 (custom-face-reset-standard): Reset to recalculated face rather
13734 than defface spec.
13735
13736 * custom.el (custom-push-theme): Only save `changed' theme if the
13737 current face does not match the defface specs.
13738
13739 2006-03-21 Simon Josefsson <jas@extundo.com>
13740
13741 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13742 <wilde@sha-bang.de>.
13743 (pgg-gpg-use-agent): New variable.
13744 (pgg-gpg-process-region): Use it.
13745 (pgg-gpg-encrypt-region): Likewise.
13746 (pgg-gpg-encrypt-symmetric-region): Likewise.
13747 (pgg-gpg-decrypt-region): Likewise.
13748 (pgg-gpg-sign-region): Likewise.
13749 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13750
13751 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
13752
13753 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
13754 bracket links.
13755
13756 2006-03-21 Kim F. Storm <storm@cua.dk>
13757
13758 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
13759 fringe-indicator-alist instead of modifying global value.
13760 (gdb-frame-handler): Likewise.
13761
13762 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
13763
13764 * diff-mode.el (diff-function): Make it inherit from diff-header
13765 instead of diff-context.
13766
13767 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
13768 bitmap.
13769 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
13770 change names in macro above for consistency.
13771 (gdb-frame-handler): Use hollow-right-triangle for all selected
13772 frames which except the innermost (where execution has stopped).
13773 (gdb-reset): Reset buffer-local values of overlay-arrow.
13774
13775 2006-03-20 Richard Stallman <rms@gnu.org>
13776
13777 * simple.el (set-mark-command): Doc fix.
13778
13779 * files.el (display-buffer-other-frame): New command.
13780 (ctl-x-4-map): Bind C-x 5 C-o to it.
13781
13782 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13783
13784 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
13785 rather than just defer-time, in case defer-time has been changed but
13786 the timer isn't running yet.
13787 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
13788
13789 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
13790
13791 * help-mode.el (help-follow-symbol): New function.
13792 Essentially identical to the old `help-follow', but do not let
13793 `push-button' do the work when on an xref.
13794 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
13795
13796 2006-03-19 Richard Stallman <rms@gnu.org>
13797
13798 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
13799 preceded by the word `program'.
13800 (help-follow-mouse, help-follow): Throw error if not on xref.
13801 Delete no longer used args.
13802
13803 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
13804
13805 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
13806 annotation ensure gud-overlay-arrow-position is redisplayed.
13807
13808 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13809
13810 * textmodes/bibtex.el (bibtex-include-OPTkey)
13811 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
13812 (bibtex-autokey-name-case-convert)
13813 (bibtex-autokey-titleword-case-convert): Make these the aliases
13814 for the following two variables.
13815 (bibtex-autokey-name-case-convert-function)
13816 (bibtex-autokey-titleword-case-convert-function): Make these the
13817 real names.
13818 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
13819 bibtex-font-lock-crossref sublists.
13820 (bibtex-mode): Revert 2005-12-30 change (which made
13821 completion-ignore-case buffer-local).
13822 (bibtex-url): Simplify.
13823
13824 2006-03-19 Kim F. Storm <storm@cua.dk>
13825
13826 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
13827 cursor property value to 2 (to align with C level change).
13828
13829 2006-03-19 Bill Wohler <wohler@newt.com>
13830
13831 * image.el (image-load-path-for-library): Shorten first line in
13832 docstring.
13833
13834 2006-03-18 Richard Stallman <rms@gnu.org>
13835
13836 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
13837
13838 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
13839
13840 * isearch.el (isearch-other-meta-char): Handle user bindings for
13841 shifted control characters.
13842
13843 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
13844
13845 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
13846 part that matches email addresses, file names, etc.
13847
13848 2006-03-18 Eli Zaretskii <eliz@gnu.org>
13849
13850 * term/w32-win.el (mouse-set-font):
13851 Mention w32-list-proportional-fonts in the doc string.
13852
13853 2006-03-18 Kim F. Storm <storm@cua.dk>
13854
13855 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
13856 (ido-unc-hosts): New user option to explicitly define list of know
13857 UNC-style hosts for completion.
13858 (ido-cache-unc-host-shares-time): New user option.
13859 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
13860 New helper functions for UNC file-name support.
13861 (ido-may-cache-directory): Check for UNC host. Simplify.
13862 (ido-wash-history): Clean out old UNC hosts.
13863 (ido-nonreadable-directory-p): UNC hosts are always readable.
13864 (ido-directory-too-big-p): UNC hosts are never too big.
13865 (ido-set-current-directory): Handle UNC root path.
13866 (ido-file-name-all-completions): Complete UNC host names from
13867 ido-unc-hosts list. Cache UNC host shares.
13868 (ido-make-file-list-1): Don't filter UNC root.
13869 (ido-exhibit): Check for // in root directory, and switch to UNC
13870 mode by setting ido-current-directory to //.
13871
13872 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
13873
13874 * cus-edit.el (customize-changed-options): Mention explicit
13875 version number as default in prompt.
13876
13877 2006-03-17 Bill Wohler <wohler@newt.com>
13878
13879 * image.el (image-load-path-for-library): Minor docstring fix.
13880
13881 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
13882
13883 * textmodes/org.el (org-read-date): Include subgroup 5 into
13884 replacement text.
13885 (org-popup-calendar-for-date-prompt): Fix customization type.
13886
13887 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
13888
13889 * progmodes/gdb-ui.el (gud-watch): Provide completion.
13890 (gdb-continuation): New variable.
13891 (gdb-send): Deal with continuation lines.
13892
13893 * progmodes/gud.el (gud-gdb-complete-command)
13894 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
13895 expressions.
13896 (gud-tooltip-mode): Use buffer-local value.
13897
13898 2006-03-16 Kim F. Storm <storm@cua.dk>
13899
13900 * ido.el (ido-edit-input): Use selected match, if any.
13901
13902 2006-03-16 Bill Wohler <wohler@newt.com>
13903
13904 * image.el (image-load-path-for-library): Prefer user's images in
13905 image-load-path.
13906
13907 2006-03-16 Martin Rudalics <rudalics@gmx.at>
13908
13909 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
13910 when checking for attempt to drag leftmost or rightmost scrollbar.
13911
13912 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
13913
13914 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
13915 (gdb-force-mode-line-update): New function.
13916 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
13917 (gdb-exited): Use them.
13918 (gdb-signal): New function.
13919 (gdb-annotation-rules): Provide a rule for it.
13920
13921 2006-03-16 Kenichi Handa <handa@m17n.org>
13922
13923 * international/mule.el (auto-coding-regexp-alist): Add entries
13924 for Unicode BOM.
13925
13926 * sort.el (sort-build-lists): Temporarily bind
13927 inhibit-field-text-motion to t.
13928
13929 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
13930
13931 * locate.el (locate-command, locate-make-command-line)
13932 (locate-fcodes-file, locate-update-command)
13933 (locate-prompt-for-command, locate, locate-with-filter)
13934 (locate-get-file-positions): Doc fixes.
13935 (locate-buffer-name, locate-header-face): Remove leading `*' in
13936 defcustom.
13937 (locate-filter-output): Use `keep-lines' instead of its alias
13938 `delete-non-matching-lines'.
13939 (locate-get-filename, locate-get-dirname): Add introductory comment.
13940 (locate-find-directory-other-window): Give appropriate error
13941 message if used outside main listing.
13942
13943 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13944
13945 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
13946 the new extend-region feature.
13947 (font-lock-after-change-function): Update correspondingly.
13948 * jit-lock.el (jit-lock-after-change): Update correspondingly.
13949 * progmodes/grep.el (font-lock-lines-before): Don't disable.
13950
13951 2006-03-15 Bill Wohler <wohler@newt.com>
13952
13953 * image.el (image-load-path-for-library): Fix example by not
13954 recommending that one binds image-load-path. Just defvar it to
13955 placate compiler and only use it if previously defined.
13956
13957 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
13958
13959 * textmodes/org.el (org-insert-centered): Use `string-width' to
13960 make underlining work for wide characters.
13961 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
13962 TAB to `org-cycle', to make sure that no binding in
13963 `outline-mode-map' can supercede it.
13964
13965 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
13966
13967 * allout.el: Increment version to 2.2.1 in file commentary.
13968
13969 (allout-version): Increment to 2.2.1.
13970
13971 (allout-default-layout): New customization variable, used when the
13972 file lacks a specific allout-layout. Uses allout-layout-type for
13973 recursively nested definition.
13974
13975 (allout-layout-type): Widget defining allout layouts, necessary for
13976 self-recursive definition.
13977
13978 (allout-mode): Incorporate allout-default-layout as fallback for
13979 allout-layout.
13980
13981 (allout-layout): Mark as 'safe-local-variable', and refer mention
13982 fallback to `allout-default-layout' in absence of a specified value.
13983 (allout-passphrase-verifier-string)
13984 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
13985
13986 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
13987
13988 (allout-get-encryption-passphrase-verifier): Use correct name of
13989 passphrase verifier in docstring.
13990
13991 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
13992
13993 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
13994 elements.
13995 (gdb-find-watch-expression): Make it work for arrays too.
13996 Follow change to gdb-var-list.
13997 (gud-watch): Allow the user to enter variable name with a prexix
13998 arg. Create keybindings.
13999 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14000 (gdb-var-list-children-handler, gdb-var-update-handler)
14001 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
14002 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
14003 Follow change to gdb-var-list.
14004 (gdb-starting): Don't show the overlay arrows when program is running.
14005
14006 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
14007 gdb-var-list.
14008
14009 2006-03-14 Bill Wohler <wohler@newt.com>
14010
14011 * image.el (image-load-path-for-library): Pass value of path
14012 rather than symbol. Always return list of directories.
14013 Guarantee that image directory comes first.
14014
14015 2006-03-14 Alan Mackenzie <acm@muc.de>
14016
14017 * font-core.el (font-lock-extend-region\(-function\)?.):
14018 New function/variable.
14019
14020 * font-lock.el (font-lock-after-change-function):
14021 Call font-lock-extend-region. Obey font-lock-lines-before.
14022 (font-lock-default-fontify-region): Remove reference to
14023 font-lock-lines-before.
14024
14025 * jit-lock.el (jit-lock-after-change):
14026 Call font-lock-extend-region. Obey font-lock-lines-before.
14027
14028 2006-03-14 David Ponce <david@dponce.com>
14029
14030 * tree-widget.el (tree-widget-themes-load-path)
14031 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14032
14033 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
14034
14035 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
14036 (rcirc-print): Mark the start of text at the end of the prompt.
14037 (rcirc-track-minor-mode): Add autoload cookie.
14038 (rcirc-update-activity-string): Add space to front of mode-line
14039 indicator.
14040
14041 2006-03-13 Miles Bader <miles@gnu.org>
14042
14043 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
14044 (rcirc-abbrev-nick): Remove function.
14045 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
14046
14047 2006-03-13 David Ponce <david@dponce.com>
14048
14049 * tree-widget.el: Handle themes across all occurrences of the main
14050 themes sub-directory found in tree-widget-themes-load-path.
14051 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14052 (tree-widget--locate-sub-directory): Return all occurrences.
14053 (tree-widget-themes-path): New function.
14054 Replace tree-widget-themes-directory, and return a list of directories.
14055 (tree-widget-set-parent-theme)
14056 (tree-widget-lookup-image): Use it.
14057
14058 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
14059
14060 * textmodes/org.el (org-link-search): Avoid self-matching of
14061 links, allow target text to be distributed over several lines.
14062 (org-search-not-link): New function.
14063 (org-set-regexps-and-options, org-get-current-options):
14064 New startup options.
14065 (org-export-as-html): Take odd-level setting from local variable.
14066 (org-fontify-emphasized-text): New option.
14067 (org-set-font-lock-defaults): Include emphasized text.
14068 (org-follow-mhe-link): Allow folder-only links, fix folder name.
14069 (org-font-lock): Customize group renamed from `org-faces'.
14070
14071 2006-03-13 John Paul Wallington <jpw@pobox.com>
14072
14073 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
14074 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
14075
14076 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
14077
14078 * cus-start.el (all): Delete :version keyword for members of the
14079 fringe group, since the entire group is new in 22.1.
14080
14081 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
14082
14083 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
14084 map if value is hexadecimal (an address).
14085 (gud-watch): Only search roots for existing watch expressions.
14086 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
14087 prevent caching problems with speedbar-update-directory-contents.
14088
14089 2006-03-12 Juri Linkov <juri@jurta.org>
14090
14091 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
14092 before comparing with `low' and `warn'.
14093
14094 * info.el (Info-dir-remove-duplicates): Move point to the
14095 beginning of the current line after deleting the entries from
14096 redundant heading. Use marker for `limit' and compare it with
14097 point before calling `re-search-forward'.
14098
14099 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
14100
14101 * simple.el (yank): Fix typo in docstring.
14102
14103 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
14104
14105 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
14106 messages, where "D" is the 6th character.
14107
14108 2006-03-11 Eli Zaretskii <eliz@gnu.org>
14109
14110 * simple.el (yank): Fix last change.
14111
14112 2006-03-11 David Ponce <david@dponce.com>
14113
14114 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
14115 merging elements from the standard ispell-dictionary-alist.
14116 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
14117 alist, and return the new alist.
14118
14119 2006-03-11 Richard Stallman <rms@gnu.org>
14120
14121 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
14122
14123 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
14124 the way it is implemented is too unclean.
14125
14126 * simple.el (kill-region, yank): Doc fix.
14127
14128 * battery.el (battery-echo-area-format): Doc fix.
14129 (battery-mode-line-format): Likewise.
14130 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
14131 (battery-linux-proc-acpi): Ignore batteries that say "charged".
14132
14133 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
14134
14135 * progmodes/octave-mod.el (octave-indent-for-comment):
14136 Behave according to do string.
14137
14138 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
14139
14140 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
14141 Be visible only if major mode is Mail Mode.
14142
14143 * textmodes/flyspell.el (flyspell-external-point-words)
14144 (flyspell-process-localwords): Fix last changes.
14145
14146 2006-03-11 Eli Zaretskii <eliz@gnu.org>
14147
14148 * calendar/holidays.el (list-holidays): Doc fix.
14149
14150 * international/mule.el (auto-coding-alist): Add .odt
14151 (OpenOffice's open document) files.
14152
14153 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
14154 document) files. Mention in the doc string the need to sync with
14155 auto-coding-alist.
14156
14157 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
14158
14159 * files.el (hack-local-variables-confirm): Don't prompt for ! if
14160 enable-local-variables is set to always query, or there is no
14161 savable variable.
14162
14163 2006-03-10 Bill Wohler <wohler@newt.com>
14164
14165 * image.el (image-load-path-for-library): Merge at least three
14166 functions from Gnus and MH-E into this one function that can now
14167 be shared.
14168
14169 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
14170
14171 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
14172 gdb-remove-mouse-face and remove help-echo too.
14173 (gdb-enqueue-input): Correct conditional clause.
14174
14175 2006-03-10 Glenn Morris <rgm@gnu.org>
14176
14177 * calendar/calendar.el (calendar-holidays): Doc fix.
14178 * calendar/holidays.el (list-holidays): Doc fix.
14179
14180 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
14181
14182 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
14183 it gets called in gdb-prompt anyway.
14184 (gdb-use-separate-io-buffer): Only restore window arrangement for
14185 gdb-many-windows.
14186 (gdb-enqueue-input): Make it harder to send GDB input when program
14187 is running.
14188 (gdb-buffer-list): New variable.
14189 (gdb-remove-mouse-face): New function.
14190 (gdb-starting): Use it when GDB input won't get sent.
14191
14192 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
14193
14194 * help.el (view-lossage): Remove trailing whitespace before
14195 inserting "\n".
14196
14197 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
14198
14199 * files.el (hack-local-variables-confirm):
14200 Set coding-system-for-read to nil before writing to .emacs.
14201
14202 * arc-mode.el (archive-extract): Check if an existing buffer name
14203 comes from a different archive.
14204
14205 * help.el (describe-key-briefly): If KEY is a down event, read and
14206 discard the up event.
14207
14208 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
14209
14210 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
14211 be edited and use font-lock-warning-face for any changes.
14212
14213 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
14214 (gdb-edit-value): Use it to report any errors.
14215
14216 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
14217
14218 * help.el (describe-key): Remove leftover test code.
14219
14220 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
14221
14222 * textmodes/org.el: Move defvars out of eval-when-compile.
14223 Use buffer-file-name variable.
14224 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
14225 arg `file'.
14226 (org-level-faces): Remove startup dependency.
14227 (org-cycle, org-map-tree, org-scan-tags)
14228 (org-remember-handler): Don't call `outline-level' directly.
14229 (org-mhe-search-all-folders): New option.
14230 (org-mhe-get-message-folder-from-index)
14231 (org-mhe-get-message-folder): Fix indexing search.
14232 (org-format-agenda-item): Handle nil TAGS argument.
14233 (org-cleaned-string-for-export, org-activate-target-links)
14234 (org-make-target-link-regexp): Deal with empty radio target list.
14235 (org-tag): New face.
14236 (org-get-level-face): New function.
14237 (org-set-font-lock-defaults): Simplify setup for headlines.
14238 (org-complete): Pass common substring to `display-completion-list'.
14239
14240 2006-03-06 David Ponce <david@dponce.com>
14241
14242 * tree-widget.el: Update Commentary header.
14243 (tree-widget-theme-name): Ignore parent themes.
14244 (tree-widget-set-parent-theme): New function.
14245 (tree-widget-set-theme): Use it.
14246 (tree-widget-set-image-properties): Move definition. Does nothing
14247 if image properties have already been set.
14248 (tree-widget-image-properties): Move definition. Receive an image
14249 name. Set the :pointer property.
14250 (tree-widget-lookup-image): Doc fix. Search in parent themes.
14251 Don't set the :pointer image property.
14252 (tree-widget-convert-widget): New function. Handle :dynargs
14253 compatibility here.
14254 (tree-widget): Use it to :convert-widget. Add the :expander-p
14255 predicate to control when the :expander function is entered.
14256 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
14257 (tree-widget-value-create): Handle :expander-p. widget-apply
14258 :expander.
14259 (tree-widget-expander-p): New function. Default value of the
14260 :expander-p property.
14261
14262 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
14263
14264 * help.el (describe-key): Properly handle the return value of
14265 read-key-sequence when grabbing an up-event. Cleanup mouse-1
14266 remaps. Handle string and vector `follow-link' values.
14267
14268 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
14269
14270 * complete.el (PC-expand-many-files): Try be more careful when parsing
14271 the shell's output.
14272
14273 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
14274
14275 * outline.el (hide-sublevels): Provide better interactive default.
14276
14277 2006-03-06 Kenichi Handa <handa@m17n.org>
14278
14279 * international/fontset.el (create-fontset-from-fontset-spec):
14280 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
14281
14282 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
14283
14284 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
14285 backslashes instead of one in regexp.
14286 (gud-tooltip-dereference): Add missing optional argument.
14287
14288 2006-03-04 John Paul Wallington <jpw@pobox.com>
14289
14290 * wdired.el (toplevel): Require `cl' at compile-time.
14291
14292 2006-03-04 Andreas Schwab <schwab@suse.de>
14293
14294 * server.el (server-process-filter): Handle errors during
14295 evaluation of the argument.
14296
14297 2006-03-03 John Paul Wallington <jpw@pobox.com>
14298
14299 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
14300 escape parentheses at beginning of line.
14301 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
14302 (t-mouse-mode): Remove period from end of error message.
14303
14304 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
14305
14306 * textmodes/flyspell.el (flyspell-process-localwords):
14307 Be case-sensitive.
14308
14309 2006-03-03 Martin Rudalics <rudalics@gmx.at>
14310
14311 * cus-edit.el (custom-quote): Remove function, since it has been
14312 moved to custom.el.
14313
14314 * font-lock.el (lisp-font-lock-keywords-2)
14315 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
14316 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
14317 they have no special meaning.
14318
14319 * midnight.el (clean-buffer-list): Handle case where base-buffer of
14320 indirect buffer gets killed before indirect buffer. Use dolist.
14321
14322 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
14323
14324 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
14325 value instead of a literal constant (1) on more pauses.
14326
14327 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
14328
14329 * textmodes/flyspell.el (flyspell-external-point-words):
14330 Be case-sensitive.
14331
14332 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
14333
14334 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
14335 with "www".
14336
14337 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
14338
14339 * allout.el: Restablish intermediate missing comment header to
14340 preserve outline structure.
14341 (allout-beginning-of-current-entry): Skip invisible text.
14342 (allout-open-topic): Fix opening a topic at end-of-buffer.
14343 (allout-minor-mode): Move nearer to allout-mode function.
14344
14345 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
14346
14347 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
14348
14349 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
14350
14351 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
14352 is nil.
14353
14354 * progmodes/gud.el (gud-speedbar-menu-items):
14355 Use buffer-local-value and add missing :visible keyword.
14356
14357 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
14358
14359 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
14360
14361 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
14362 must be `follow-link'.
14363
14364 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
14365
14366 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
14367 formatting: No nested anchors.
14368 (org-all-targets): Fix bug with XEmacs compatibility.
14369 (org-read-date): Add (require 'parse-time).
14370 (org-set-tags): Fix bug with extra inserted space.
14371 (org-export-html-style): Define a style class for targets.
14372 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
14373 (org-hide-leading-stars): New option.
14374 (org-hide): New face.
14375 (org-set-font-lock-defaults): Allow to hide leading stars.
14376 (org-get-legal-level, org-tr-level): New functions.
14377 (org-odd-levels-only): New option.
14378 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
14379 (org-demote, org-promote): Deal with double-star levels.
14380 (org-convert-to-odd-levels): New command.
14381
14382 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
14383
14384 * speedbar.el (speedbar-update-localized-contents): Try to
14385 preserve window-start.
14386 (speedbar-update-directory-contents): Try to preserve window-start
14387 and window-point.
14388 (speedbar-update-special-contents): Don't move back to start of window.
14389
14390 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
14391 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
14392 speedbar-timer-fn.
14393 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
14394 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
14395 instead of gdb-speedbar-timer-fn.
14396
14397 2006-02-28 Jay Belanger <belanger@truman.edu>
14398
14399 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
14400 (math-compose-expr): Use latex option when calling
14401 `math-compose-tex-matrix' for latex mode.
14402
14403 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
14404
14405 * speedbar.el: Re-instate comments about developing for speedbar
14406 [this is what info and gdb-ui use even if better methods exist now].
14407
14408 * t-mouse.el: New file.
14409 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
14410 (t-mouse-lispy-buffer-posn-from-coords): Remove.
14411 (t-mouse-make-event-element): Use posn-at-x-y instead.
14412 (t-mouse-make-event): Deal with Fedora Core 3.
14413 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
14414 (t-mouse-mouse-position-function): New function. Use it instead
14415 of advising mouse-position.
14416 (t-mouse-mode): New minor mode.
14417 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
14418
14419 2006-02-27 Glenn Morris <rgm@gnu.org>
14420
14421 * calendar/calendar.el (calendar-holidays): Doc fix.
14422
14423 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
14424
14425 * progmodes/gdb-ui.el (gdb-source-window): New variable.
14426 Re-introduce the concept of a source window.
14427 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
14428 consistency with get-buffer-create.
14429 (def-gdb-auto-update-handler, gdb-info-locals-handler)
14430 (gdb-data-list-register-values-handler)
14431 (gdb-stack-list-locals-handler): Try to preserve window-start as
14432 well as window-point.
14433 (gdb-display-source-buffer): New function (old concept).
14434 (gdb-goto-breakpoint): Use it.
14435
14436 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
14437 for gdb-ui/gdb-mi (old concept).
14438
14439 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
14440
14441 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
14442 binding.
14443
14444 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
14445
14446 * textmodes/reftex-sel.el (reftex-select-label-map)
14447 (reftex-select-bib-map): Add `follow-mouse' binding.
14448
14449 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
14450
14451 * jka-cmpr-hook.el (jka-compr-compression-info-list)
14452 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
14453 Give :set functions to provide automatic updating.
14454 Update docstring. Give compiler defvars early in the file
14455 and move the defcustoms to a later spot where all called functions
14456 are defined.
14457 (jka-compr-file-name-handler-entry): Doc fix.
14458 (jka-compr-compression-info-list--internal)
14459 (jka-compr-mode-alist-additions--internal)
14460 (jka-compr-load-suffixes--internal): New variables.
14461 (jka-compr-install): Set the three above variables.
14462 Update `load-file-rep-suffixes' instead of `load-suffixes'.
14463 (jka-compr-update, jka-compr-set): New functions.
14464 (auto-compression-mode): Doc fix.
14465
14466 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
14467 Update `load-file-rep-suffixes' instead of `load-suffixes'.
14468 Use jka-compr-compression-info-list--internal,
14469 jka-compr-mode-alist-additions--internal and
14470 jka-compr-load-suffixes--internal.
14471
14472 * files.el (load-library):
14473 * loadhist.el (file-loadhist-lookup):
14474 * startup.el (command-line):
14475 * subr.el (locate-library):
14476 * emacs-lisp/autoload.el (update-directory-autoloads):
14477 * emacs-lisp/find-func.el (find-library-suffixes):
14478 Use `get-load-suffixes' instead of `load-suffixes'.
14479
14480 * subr.el (locate-library):
14481 * emacs-lisp/find-func.el (find-library-name):
14482 Use `load-file-rep-suffixes' instead of '("").
14483
14484 2006-02-26 Kim F. Storm <storm@cua.dk>
14485
14486 * ido.el (ido-save-history, ido-load-history): Simplify.
14487 Don't use find-file-noselect to avoid interference from other modes.
14488
14489 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
14490
14491 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
14492 to use the default shell if filename is not available.
14493 Reported by Giorgos Keramidas.
14494
14495 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
14496
14497 * progmodes/etags.el (tags-completion-table): Do completion from
14498 all the tables in the current list, as documented in the manual.
14499
14500 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14501
14502 * CC Mode Update to 5.31.3.
14503
14504 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14505
14506 * progmodes/cc-mode.el (c-postprocess-file-styles):
14507 Bind inhibit-read-only to t, around the call to
14508 c-remove-any-local-eval-or-mode-variables, so that it works on a
14509 RO file.
14510
14511 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14512
14513 * progmodes/cc-awk.el: Correct a typo.
14514
14515 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14516
14517 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
14518 c-hungry-delete-backwards, at the request of RMS. Leave the old
14519 name as an alias.
14520
14521 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14522
14523 * progmodes/cc-mode.el: Correct a typo.
14524
14525 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14526
14527 * progmodes/cc-defs.el: Update the version number to 5.31.3.
14528
14529 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14530
14531 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
14532 brace-else-brace (error due to mbeg, mend being undefined).
14533
14534 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14535
14536 * progmodes/cc-mode.el: File Local variables: Solve the problem
14537 where both `mode' and c-file-offsets are specified: `mode' will
14538 overwrite c-f-o's settings:
14539 (c-remove-any-local-eval-or-mode-variables): New function.
14540 (c-postprocess-file-styles): Call the above new function, within
14541 c-tentative-buffer-change, to splat `mode' and `eval' before the
14542 second hack-local-variables.
14543
14544 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14545
14546 * progmodes/cc-mode.el:
14547 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
14548 (c-after-change): Protect the match data with save-match-data.
14549 It was getting corrupted by c-after-change-check-<>-operators.
14550
14551 * cc-defs.el: [Supersedes patch V1.38]:
14552 (top level): Check for a buggy font-lock-compile-keywords ONLY in
14553 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
14554
14555 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
14556 with save-match-data. It was being corrupted when Font Lock was
14557 not enabled.
14558
14559 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14560
14561 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
14562 Mode and Subword Mode.
14563
14564 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
14565 real labels ("case 1:" or "foo:") from non-labels ("public:").
14566 (c-forward-objc-directive): Replace c-forward-token-2 with crude
14567 coding; c-f-t-2 doesn't move over a token at EOB.
14568
14569 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
14570
14571 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
14572 (c-update-modeline): Concatenate the minor mode indicators
14573 directly onto mode-name, removing c-submode-indicators.
14574 Sometimes, c-s-i got separated from the mode name on the mode line.
14575
14576 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
14577 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
14578
14579 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14580
14581 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
14582 error message when there's an evaluation error to show whether
14583 it's loaded from source or not.
14584 (c-filter-ops): Make it available at runtime too to work when
14585 `c-make-init-lang-vars-fun' needs to evaluate from source.
14586
14587 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
14588
14589 * help.el (help): Revert last part of 2006-02-23 change (deletion
14590 of the `provide' call).
14591
14592 2006-02-23 Juri Linkov <juri@jurta.org>
14593
14594 * compare-w.el (compare-windows-highlight): Add new value
14595 `persistent' and change :type from `boolean' to `choice'.
14596 (compare-windows-overlays1, compare-windows-overlays2):
14597 New internal variables.
14598 (compare-windows-highlight): If compare-windows-highlight is
14599 `persistent', add current overlays to compare-windows-overlays[12]
14600 instead of adding compare-windows-dehighlight to pre-command-hook.
14601 (compare-windows-dehighlight): Delete all overlays from
14602 compare-windows-overlays[12].
14603
14604 * info.el (Info-search): Don't bind search-spaces-regexp to
14605 Info-search-whitespace-regexp in non-regexp isearch mode.
14606
14607 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
14608
14609 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
14610
14611 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
14612
14613 * textmodes/org.el (org-xemacs-p)
14614 (org-export-html-show-new-buffer, org-table-may-need-update)
14615 (org-insert-item, org-mhe-get-message-real-folder)
14616 (org-mhe-get-message-folder-from-index)
14617 (org-mhe-get-message-folder, org-mhe-get-message-num)
14618 (org-mhe-get-header, org-make-org-heading-search-string)
14619 (org-make-org-heading-camel, org-table-sort-lines)
14620 (org-format-org-table-html, org-format-table-table-html):
14621 Fix typos in docstrings.
14622
14623 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
14624
14625 * textmodes/org.el (org-cleaned-string-for-export)
14626 (org-solidify-link-text): New function.
14627 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
14628 XEmacs, just to silence the compiler.
14629 (org-export-as-ascii, org-export-as-html-and-open):
14630 Use `org-cleaned-string-for-export' and create internal links.
14631 (org-follow-mhe-link): Require mh-e, use folder.
14632
14633 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
14634
14635 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
14636
14637 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
14638 gdb-debug-log-length.
14639 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
14640 it a real ring but...
14641 (gud-gdba-marker-filter): ...make it work like mark-ring.
14642 (gdb-enable-debug): Rename from gdb-enable-debug-log.
14643 (gdb-mouse-jump): New function. Add bindings.
14644
14645 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
14646
14647 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
14648 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
14649 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
14650 (gdb-debug-log-length): Customize it's length.
14651 (gud-watch, gdb-var-create-handler): Display function::var format
14652 but don't use to create variable object.
14653 (gdb-var-create-handler): Use message-box in place of message.
14654 (gdb-stopped): Call gdb-exited if signalled.
14655
14656 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
14657
14658 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
14659
14660 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
14661
14662 * textmodes/reftex.el (reftex-locate-file): Search all extensions
14663 if `reftex-try-all-extensions' is set.
14664
14665 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
14666 fail silently when there is no valid argument at point.
14667 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
14668 `fail-silently' argument. From a patch by David Reiter.
14669
14670 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
14671 New commands.
14672 (org-mark-ring): New variable.
14673 (org-mark-ring-length): New option.
14674 (org-open-at-point, org-goto, org-open-file): Push old position
14675 onto the mark ring.
14676 (org-add-hook): New function.
14677 (org-export-table-remove-special-lines): New option.
14678 (org-skip-comments, org-format-org-table-html): Respect new
14679 option `org-export-table-remove-special-lines'.
14680 (org-open-file): Allow special command configuration for
14681 directory link.
14682 (org-file-apps): Fix bugs in customize type, added setting
14683 for directories.
14684 (org-activate-tags, org-format-agenda-item, org-complete)
14685 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
14686 (org-get-tags, org-get-buffer-tags, org-open-at-point)
14687 (org-link-search, org-make-org-heading-search-string)
14688 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
14689 (org-radio-targets, org-file-link-context-use-camel-case)
14690 (org-activate-camels): New options.
14691 (org-update-radio-target-regexp, org-all-targets)
14692 (org-make-target-link-regexp, org-activate-target-links):
14693 New functions.
14694 (org-make-org-heading-search-string): New function.
14695 (org-store-link, org-insert-link): Use new option
14696 `org-file-link-context-use-camel-case'.
14697 (org-activate-camels): Use new option `org-activate-camels'.
14698 (org-link-regexp): Add mhe prefix.
14699 (org-open-at-point, org-store-link): Support for mhe links.
14700 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
14701 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
14702 (org-mhe-get-header, org-follow-mhe-link): New functions.
14703 (org-remove-angle-brackets, org-add-angle-brackets):
14704 New functions.
14705 (org-bracket-link-regexp): New constant.
14706 (org-read-date): Fix bug that was rejecting all typed dates.
14707 (org-link-search): Make hierarchy above visible after a match.
14708 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
14709 (org-store-link): Fix bug with link creation when cursor is in
14710 an empty line.
14711 (org-open-at-point): Fix bug with matching a link.
14712 Fixed buggy argument sequence in call to `org-view-tags'.
14713 (org-compile-prefix-format): Set `org-prefix-has-tag'.
14714 (org-prefix-has-tag): New variable.
14715 (org-format-agenda-item): Remove tags from headline
14716 if appropriate.
14717 (org-agenda-remove-tags-when-in-prefix): New option.
14718
14719 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
14720
14721 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
14722 Fix the regular expressions.
14723
14724 2006-02-21 Richard M. Stallman <rms@gnu.org>
14725
14726 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
14727 if there's no other specific basis.
14728
14729 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
14730 as variables at all.
14731 (unsafep-variable): Rename arg; doc fix.
14732
14733 * abbrevlist.el (list-one-abbrev-table): Add autoload.
14734
14735 * calendar/appt.el (diary-selective-display): Add defvar.
14736
14737 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
14738
14739 * isearch.el (search-whitespace-regexp): Fix custom type.
14740
14741 * help.el (describe-key-briefly): Compute interactive args
14742 in same was as before previous change.
14743
14744 * files.el (enable-local-variables): Doc fix.
14745
14746 2006-02-21 Kim F. Storm <storm@cua.dk>
14747
14748 * fringe.el: Cleanup as file is now pre-loaded.
14749 (fringe-bitmaps): Initialize unconditionally.
14750 (fringe-mode, set-fringe-style): Remove autoload cookies.
14751
14752 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
14753
14754 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
14755 `horizontal-bar'.
14756 (fringe-cursor-alist): Use `horizontal-bar'.
14757
14758 2006-02-20 Kim F. Storm <storm@cua.dk>
14759
14760 * fringe.el (fringe-bitmaps): Update to new bitmap names.
14761 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
14762
14763 * loadup.el: Load "fringe" on window systems.
14764
14765 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
14766
14767 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
14768 out of scope components.
14769
14770 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
14771 default.
14772
14773 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
14774
14775 * custom.el (customize-mark-to-save, customize-mark-as-set):
14776 Load the symbol first.
14777
14778 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
14779
14780 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
14781 strech spec so it doesn't display as "^J" on the header line
14782 when `Buffer-menu-use-header-line' is t.
14783
14784 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
14785
14786 * speedbar.el (speedbar-make-button): Keep text properties
14787 of string arguments if desired.
14788
14789 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
14790 expessions.
14791
14792 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
14793 of speedbar.
14794
14795 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
14796
14797 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
14798 to value of `read-file-name-completion-ignore-case'.
14799
14800 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
14801
14802 * custom.el (customize-mark-as-set): Push to `user' theme.
14803
14804 * cus-edit.el (custom-save-variables): Allow unthemed values.
14805 (customize-set-variable): Push setting to `user' theme.
14806
14807 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
14808
14809 * progmodes/gud.el: Don't require font-lock as it's now
14810 automatically loaded.
14811 (gud-speedbar-buttons): Replace gdb-var-changed with
14812 gdb-force-update.
14813
14814 * progmodes/gdb-ui.el (gdb-force-update): Rename from
14815 gdb-var-changed.
14816 (gdb-post-prompt): Use it.
14817 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14818 (gdb-var-update-handler, gdb-var-delete)
14819 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
14820 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
14821 gdb-force-update in gdb-post-prompt.
14822 (gdb-reset): Clear watch expressions from speedbar when quitting.
14823
14824 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14825
14826 * viper-cmd.el (viper-insert-state-post-command-sentinel)
14827 (viper-change-state-to-vi, viper-change-state-to-emacs):
14828 Make aware of cursor coloring in the Emacs state.
14829 (viper-special-read-and-insert-char): Use read-char-exclusive.
14830 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
14831
14832 * viper-init.el (viper-emacs-state-cursor-color): New variable.
14833
14834 * viper-util.el (viper-save-cursor-color)
14835 (viper-get-saved-cursor-color-in-replace-mode)
14836 (viper-get-saved-cursor-color-in-insert-mode)
14837 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
14838 state.
14839 (viper-get-saved-cursor-color-in-emacs-mode): New function.
14840
14841 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
14842 (ediff-ignore-case-option3, ediff-actual-diff-options)
14843 (ediff-actual-diff3-options): New variables to control case sensitivity.
14844 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
14845 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
14846 (ediff-toggle-ignore-case): New function.
14847 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
14848
14849 * ediff-help.el (ediff-long-help-message-narrow2)
14850 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
14851 (ediff-long-help-message-word-mode): Add ignore-case command.
14852 (ediff-help-for-quick-help): Add ignore-case command.
14853
14854 * ediff-merg.el: Move provide to the end.
14855
14856 * ediff-ptch.el: Move provide to the end.
14857
14858 * ediff-wind.el: Move provide to the end.
14859
14860 * ediff-mult.el: Move provide to the end.
14861 (ediff-set-meta-overlay): Enable follow-link.
14862
14863 * ediff.el: Move provide to the end.
14864 Break recursive load cycle in eval-when-compile.
14865 (ediff-patch-buffer): Better heuristics.
14866
14867 * ediff-util.el: Move provide to the end.
14868 Break recursive load cycle in eval-when-compile.
14869 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
14870 defuns.
14871 (ediff-submit-report): Pass the values of ediff-diff3-program,
14872 ediff-diff3-options.
14873
14874 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
14875
14876 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
14877 the opening bracket of the following bracketing pairs: {}, [], (), <>,
14878 `' (for example, in the docstring of `windmove-default-keybindings').
14879
14880 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
14881
14882 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
14883 shadow face. Don't provide binding to edit variable when it is
14884 out of scope.
14885
14886 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
14887 (gdb-var-update-handler): Detect out of scope variables with pre
14888 GDB 6.4 too.
14889 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
14890 Reset status of variable objects to nil in update handlers.
14891 (gdb-var-update-handler-1): Detect when a variable object comes
14892 in scope. setcar on var changes gdb-var-list directly.
14893
14894 2006-02-17 Juri Linkov <juri@jurta.org>
14895
14896 * ffap.el (ffap) <defface>: Add explicit face declaration.
14897 (ffap-highlight): Use face `ffap' directly instead of checking
14898 for its existence.
14899
14900 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
14901 `visible-ok' of `other-buffer' to find the right original buffer.
14902
14903 * info.el (Info-search): Skip `Local Variables' node.
14904
14905 2006-02-17 Juri Linkov <juri@jurta.org>
14906
14907 * info.el (Info-find-file): Check for symbols `apropos', `history',
14908 `toc' in the input filename, and return these symbols as is.
14909 (Info-find-node-2): Set Info-current-file to symbols `apropos',
14910 `history', `toc' instead of strings.
14911 (Info-set-mode-line): For non-string Info-current-file use the
14912 symbol's name inside **.
14913 (Info-isearch-push-state): Add quote before Info-current-file and
14914 Info-current-node.
14915 (Info-isearch-pop-state): Use `equal' instead of `string='.
14916 (Info-extract-pointer, Info-following-node-name): Use
14917 `match-string-no-properties' instead of `match-string'.
14918 (Info-up): Check `old-file' for `stringp'.
14919 (Info-history): Use `equal' instead of `string-equal'.
14920 Check `file' for `stringp'.
14921 (Info-history): Use symbol `history' instead of string as first arg
14922 of `Info-find-node'.
14923 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
14924 `toc' instead of string.
14925 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
14926 instead of `buffer-substring', and `match-string-no-properties'
14927 instead of `match-string'.
14928 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
14929 instead of strings.
14930 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
14931 Use symbol `apropos' instead of string.
14932 (Info-copy-current-node-name): Check `Info-current-file' for
14933 `stringp' and construct a command with `Info-find-node' from it.
14934 (Info-fontify-node): Use `match-string-no-properties' instead of
14935 `match-string' and check file names for `stringp'.
14936 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
14937 `history', `toc' instead of strings.
14938
14939 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
14940
14941 * files.el: Rearrange functions and variables in the file local
14942 variables section.
14943
14944 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
14945
14946 * files.el: Add truncate-lines, ispell-check-comments and
14947 ispell-local-dictionary as safe local variables.
14948
14949 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
14950
14951 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
14952 out of scope variables.
14953 (gud-speedbar-buttons): Use unless.
14954
14955 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
14956 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
14957 (gdb-show-changed-values): Also use for out of scope variables.
14958 (gdb-var-update-handler-1): Note if variable goes out of scope.
14959
14960 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
14961
14962 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
14963 default to global variable values for unsupplied args.
14964 (rcirc-get-buffer-create): Fix bug with setting the target.
14965 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
14966 test for rcirc-always-use-server-buffer-flag here.
14967 (rcirc-response-formats): Add %N, which is a facified nick. %n
14968 uses the default face. Change the ACTION format string. If the
14969 "nick" is the server, don't print anything for that field.
14970 Comment fixes.
14971 (rcirc-target-buffer): Don't test
14972 rcirc-always-use-server-buffer-flag here.
14973 (rcirc-print): Squeeze extra spaces out of the text before message.
14974 (rcirc-put-nick-channel): Strip potential "@" char from nick
14975 before adding them to nick table.
14976 (rcirc-url-regexp): Improve to match address like "foo.com".
14977
14978 2006-02-17 Eli Zaretskii <eliz@gnu.org>
14979
14980 * allout.el (allout-hidden-p): Move this defsubst before
14981 allout-overlay-interior-modification-handler, where it is first
14982 used.
14983
14984 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
14985
14986 * allout.el: Use allout invisible-text overlays instead of
14987 selective display for concealed text. Also, lots of general
14988 cleanup, and improved compatibility code.
14989
14990 (allout-version): Incremented, corrected, revised, and refined
14991 module commentary.
14992
14993 (provide 'allout): Moved to the bottom, added a require of overlay.
14994
14995 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
14996 `except-current'.
14997 (allout-write-file-hook-handler): Minimize delay.
14998 (count-trailing-whitespace-region): New function so
14999 auto-encryption of current topic can resituate cursor exactly.
15000 PGP/GPG encryption trims trailing whitespace from lines, which
15001 must be accounted for across encryption then decryption.
15002
15003 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
15004 just plain "\C-c", to avoid intruding on user's keybinding space.
15005
15006 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
15007 parameter, so user request to provide a new password is done.
15008
15009 (allout-outside-normal-auto-fill-function, allout-auto-fill):
15010 Refined mechanism for auto-filling behavior while in allout mode.
15011
15012 (allout-mode): Explicitly specify the mode map in the docstring.
15013 Clarify provision for various write-file hook var names.
15014 Adjusted for invisible-text overlays instead of selective-display.
15015
15016 (allout-depth): Really return 0 if not within any topic. This
15017 rectifies `allout-beginning-of-level' and sequence numbering
15018 errors that occur when cutting and pasting numbered topics.
15019 Changed from a in-line subst to a regular function, as well.
15020
15021 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
15022
15023 (allout-end-of-subtree, allout-end-of-subtree)
15024 (allout-end-of-entry, allout-end-of-current-heading)
15025 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
15026 (allout-show-children, allout-show-to-offshoot)
15027 (allout-hide-current-entry, allout-show-current-entry): Rectified
15028 handling of trailing blank lines between items.
15029
15030 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
15031 (allout-current-depth, allout-unprotected, allout-hidden-p)
15032 (allout-on-current-heading-p, allout-listify-exposed)
15033 (allout-chart-subtree, allout-goto-prefix)
15034 (allout-back-to-current-heading, allout-get-body-text)
15035 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
15036 (allout-hide-region-body, allout-toggle-subtree-encryption)
15037 (allout-encrypt-string, allout-encrypted-key-info)
15038 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
15039 (allout-file-vars-section-data): Adjusted for use with
15040 invisible-text overlays instead of selective-display.
15041
15042 (allout-kill-line, allout-kill-topic, allout-yank-processing):
15043 Reworked for use with invisible text overlays.
15044
15045 (allout-current-topic-collapsed-p): New function.
15046
15047 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
15048 to know when to close the containing topic.
15049
15050 (allout-pre-command-business, allout-post-command-business):
15051 Simplify undo-batching and dynamic isearch exposure.
15052
15053 (allout-set-overlay-category): New for invisible-text overlays.
15054 Sets properties of allout-overlay-category, used by
15055 allout-flag-region to set invisible-text overlay properties.
15056 (allout-get-invisibility-overlay): Get the first qualifying
15057 invisibility overlay, so we can find the extent of it.
15058 (allout-back-to-visible-text): Get to just before the beginnining
15059 of the current invisibility overlay, if any.
15060
15061 (allout-overlay-insert-in-front-handler)
15062 (allout-overlay-interior-modification-handler)
15063 (allout-before-change-handler, allout-isearch-end-handler): New
15064 functions to handle extraordinary actions affecting concealed
15065 text.
15066
15067 (allout-flag-region): Use overlays instead of selective-display
15068 for invisible text - by inheritence from the properties of
15069 allout-overlay-category in mainline Emacs, and applied
15070 property-by-property in XEmacs, some recent versions of which
15071 don't inherit the properties from the category. Provisions to
15072 respond to concealed-text edits simplified drastically.
15073
15074 (allout-isearch-rectification, allout-isearch-was-font-lock)
15075 (allout-isearch-expose, allout-enwrap-isearch)
15076 (allout-isearch-abort, allout-pre-was-isearching)
15077 (allout-isearch-prior-pos, allout-isearch-did-quit)
15078 (allout-isearch-dynamic-expose)
15079 (allout-hide-current-entry-completely): Functions deleted.
15080
15081 (allout-undo-aggregation): Explicit undo aggregation no longer
15082 necessary due to transition away from selective-display.
15083
15084 (set-allout-regexp, allout-up-current-level)
15085 (allout-next-visible-heading, allout-forward-current-level)
15086 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
15087 (allout-kill-line, allout-yank-processing, allout-show-children)
15088 (allout-expose-topic, allout-old-expose-topic)
15089 (allout-listify-exposed, allout-insert-latex-header)
15090 (allout-toggle-subtree-encryption, allout-encrypt-string)
15091 (remove-from-invisibility-spec, allout-hide-current-subtree):
15092 Ditched unused variables.
15093
15094 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
15095
15096 * textmodes/ispell.el (ispell-change-dictionary): Call
15097 ispell-buffer-local-dict instead of
15098 ispell-accept-buffer-local-defs.
15099 (ispell-local-dictionary-alist): Accept as valid any coding-system
15100 supported by Emacs.
15101 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
15102 changed to iso-8859-3.
15103
15104 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
15105
15106 * speedbar.el (speedbar-frame-width): Make an inline function
15107 instead of a macro. Use frame-width.
15108 (speedbar-try-completion, speedbar-update-contents)
15109 (speedbar-timer-fn): Use consp.
15110 (speedbar-update-localized-contents): Try to preserve point.
15111
15112 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
15113 (menu): Re-order menu items.
15114 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
15115 field.
15116 (gdb-var-update-handler-1): Use it for GDB 6.4+.
15117 (gdb-post-prompt): Speed things by not forcing update.
15118
15119 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
15120
15121 * wid-edit.el (widget-button-click): For mouse-1, cancel button
15122 press and perform default action if we get a mouse movement event.
15123
15124 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
15125
15126 * calendar/icalendar.el (icalendar--get-event-property)
15127 (icalendar--get-event-property-attributes): Fix typos in
15128 docstrings.
15129
15130 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
15131 docstring.
15132
15133 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
15134
15135 * bs.el (bs-mode): Use `buffer-disable-undo'.
15136 (bs--get-file-name): Simplify.
15137 (bs-show-in-buffer): Mark the buffer as not modified.
15138
15139 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
15140
15141 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
15142 widget-button-click.
15143
15144 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
15145 (custom-mode): Update docstring.
15146
15147 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
15148 binding.
15149
15150 * files.el (hack-local-variables-confirm): Allow scrolling if the
15151 file variable list is too long. Kill temp buffer after use.
15152
15153 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
15154
15155 * progmodes/gud.el (gdb): Improve doc string.
15156 (gdb-script-font-lock-keywords): Expand allowed character set.
15157
15158 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
15159 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
15160 (gdb-separate-io-interrupt, gdb-separate-io-quit)
15161 (gdb-separate-io-stop, gdb-separate-io-eof):
15162 Rename from gdb-inferior-* to gdb-separate-*.
15163 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
15164
15165 2006-02-14 Jay Belanger <belanger@truman.edu>
15166
15167 * calc/calc-arith.el (math-check-known-scalarp): Make sure
15168 expression is a symbol before checking that it is bound.
15169
15170 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
15171 test to see if equation can be solved.
15172
15173 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
15174
15175 * wid-edit.el (widget-button-click): Use :pressed-face property
15176 for overlay face, if it exists.
15177
15178 * cus-edit.el (custom-manual, custom-add-see-also)
15179 (custom-add-parent-links, custom-group-link): Add :pressed-face
15180 property to links.
15181
15182 * files.el (hack-local-variables): Remove ignored variables before
15183 checking if any variables need setting.
15184
15185 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15186
15187 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
15188
15189 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
15190
15191 * help.el (where-is): Fix message for remapped commands.
15192
15193 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
15194 Fix typos in docstrings.
15195
15196 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
15197
15198 * files.el (safe-local-variable-values): New option.
15199 (hack-local-variables-prop-line): Return a list of variable-value
15200 pairs if MODE-ONLY is non-nil.
15201 (hack-local-variables): Construct list of variable-value pairs,
15202 and apply or reject them in one go. Ask for confirmation if
15203 variables are not known safe.
15204 (hack-local-variables-confirm): Complete rewrite. Support
15205 `safe-local-variable-values'.
15206 (enable-local-variables): Update docstring to reflect new
15207 behavior.
15208 (ignored-local-variables): Ignore ignored-local-variables and
15209 safe-local-variable-values.
15210 (safe-local-variable-p): New function.
15211 (risky-local-variable-p): `safe-local-variable' property check
15212 moved to safe-local-variable-p.
15213 (hack-one-local-variable): Checks moved to hack-local-variables.
15214
15215 (byte-compile-dynamic, c-basic-offset, c-file-style)
15216 (c-indent-level, comment-column, fill-column, fill-prefix)
15217 (indent-tabs-mode, kept-new-versions, no-byte-compile)
15218 (no-update-autoloads, outline-regexp, page-delimiter)
15219 (paragraph-start, paragraph-separate, sentence-end)
15220 (sentence-end-double-space tab-width, version-control):
15221 Add `safe-local-variable' property.
15222
15223 * find-lisp.el: Delete nonexistent `autocompile' file variable.
15224
15225 * icomplete.el, play/landmark.el: Change nonexistent
15226 `outline-layout' file variable to `allout-layout'.
15227
15228 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
15229
15230 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
15231 (gdb-get-changed-registers): Test value of gud-minor-mode relative
15232 to gud-comint-buffer.
15233 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
15234 gdb-ui.el for gdb-mi.el.
15235 (gdb-post-prompt, gdb-get-changed-registers): Move test for
15236 registers buffer to gdb-get-changed-registers.
15237 (gdb-breakpoint-regexp): New regexp. Allow toggling and
15238 deletion of catchpoints (throw and catch).
15239 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
15240 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
15241 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
15242 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
15243 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
15244
15245 2006-02-13 Jay Belanger <belanger@truman.edu>
15246
15247 * calc/calc-arith.el (math-check-known-matrixp): Make sure
15248 expression is a symbol before checking that it is bound.
15249
15250 2006-02-13 Richard M. Stallman <rms@gnu.org>
15251
15252 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
15253 for the minibuffer too, but not if resize-mini-windows will interfere.
15254
15255 * help.el (describe-key-briefly, describe-key): Do all arg-reading
15256 inside `interactive' spec.
15257 (describe-key-briefly-internal, describe-key-internal):
15258 Functions merged back into their callers.
15259
15260 2006-02-13 Martin Rudalics <rudalics@gmx.at>
15261
15262 * info.el (info-xref-visited): Inherit from info-xref too.
15263 (Info-set-mode-line): Replace occurrences of `%' by `%%'
15264 when propertizing Info-current-file and Info-current-node.
15265
15266 2006-02-13 Juri Linkov <juri@jurta.org>
15267
15268 * tumme.el (tumme-thumbnail-storage): Fix docstring.
15269 (tumme-thumb-name): Fix per-directory format.
15270
15271 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
15272
15273 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
15274
15275 2006-02-12 Miles Bader <miles@gnu.org>
15276
15277 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
15278
15279 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
15280
15281 * tumme.el: Remove history section. If someone needs the it, it
15282 can always be found in CVS.
15283
15284 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
15285
15286 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
15287 about the Thumbnail Managing Standard option.
15288
15289 2006-02-12 Richard M. Stallman <rms@gnu.org>
15290
15291 * subr.el (substitute-key-definition): Doc fix.
15292
15293 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
15294
15295 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
15296
15297 * info.el (Info-mode): Doc fix.
15298
15299 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
15300
15301 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
15302
15303 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
15304 because on Solaris a POSIX compatible "id" is needed. Reported by
15305 Magnus Henoch <mange@freemail.hu>.
15306
15307 2006-02-12 Juri Linkov <juri@jurta.org>
15308
15309 * tumme.el: Remove todo item about Thumbnail Managing Standard.
15310 (tumme) <defgroup>: Change :group to `multimedia'.
15311 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
15312 Managing Standard.
15313 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
15314 Fix dostring.
15315 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
15316 and %y. Fix docstring.
15317 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
15318 (tumme-cmd-create-standard-thumbnail-command): New user options.
15319 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
15320 is `standard'. Fix docstring.
15321 (tumme-thumb-width, tumme-thumb-height): New user options.
15322 (tumme-external-viewer): Try to find various viewers.
15323 (tumme-get-thumbnail-image): Use `create-image' instead of
15324 constructing the `image' structure.
15325 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
15326 `standard'.
15327 (tumme-thumb-name): Add file name generation for standard storage.
15328 Simplify code for other storages.
15329 (tumme-thumb-name): Use width %w and height %h instead of size %s.
15330 Add modification time %m and thumbnail-nq8 %q.
15331 Use `tumme-cmd-create-standard-thumbnail-command' if
15332 tumme-thumbnail-storage is `standard'.
15333 (tumme-dired-insert-marked-thumbs): New autoload command.
15334 (tumme-dired-after-readin-hook): New function.
15335 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
15336 `tumme-thumb-size'.
15337 (tumme-display-image): Replace size-x %x and size-y %y with
15338 width %w and height %h.
15339
15340 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
15341 `tumme-dired-insert-marked-thumbs'.
15342
15343 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
15344
15345 * tumme.el (tumme-write-tag): Fix small bug (file name did not
15346 include path).
15347 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
15348 matching tag.
15349
15350 2006-02-12 Miles Bader <miles@gnu.org>
15351
15352 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
15353 New variables.
15354 (rcirc-abbrev-nick): New function.
15355 (rcirc-format-response-string): Rewrite to use the formats in
15356 `rcirc-response-formats' and expand escape sequences therein.
15357 A text-property `rcirc-text' is added over the actual response
15358 text to make easy to find inside the returned string.
15359 (rcirc-print): When filling, just look for the `rcirc-text'
15360 text-property to find the appropriate fill prefix, instead of
15361 using hardwired patterns.
15362
15363 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
15364
15365 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
15366 Managing Standard.
15367
15368 2006-02-11 Kim F. Storm <storm@cua.dk>
15369
15370 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
15371 Don't use insert-buffer; do insert-buffer-substring directly.
15372 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
15373
15374 2006-02-11 Martin Rudalics <rudalics@gmx.at>
15375
15376 * files.el (revert-buffer, recover-file): Replace buffer-read-only
15377 with inhibit-read-only. Suggested by Stefan Monnier.
15378 (revert-buffer): Let insert-file-contents discard
15379 buffer-undo-list. Simplify code.
15380 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
15381
15382 2006-02-11 Eli Zaretskii <eliz@gnu.org>
15383
15384 * menu-bar.el (menu-bar-select-yank): Add a doc string.
15385
15386 * help.el (describe-key-briefly): Now a wrapper for
15387 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
15388 to t. Populate yank-menu if empty.
15389 (describe-key-briefly-internal): Renamed from describe-key-briefly.
15390 (describe-key): Now a wrapper for describe-key-internal. Bind
15391 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
15392 (describe-key-internal): Renamed from describe-key.
15393
15394 2006-02-11 Milan Zamazal <pdm@zamazal.org>
15395
15396 * progmodes/glasses.el (glasses-separator): Doc fix.
15397 (glasses-original-separator): New defcustom.
15398 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
15399
15400 2006-02-11 Martin Rudalics <rudalics@gmx.at>
15401
15402 * mwheel.el (mouse-wheel-up-event): Doc fix.
15403
15404 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
15405
15406 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
15407 (tumme-dir): New function. Copied from thumbs.el.
15408
15409 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
15410
15411 * desktop.el (desktop-outvar): Fix typo.
15412 (desktop-save-buffer-p): Doc fix.
15413
15414 * subr.el (substitute-key-definition): Fix typo.
15415
15416 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15417
15418 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
15419 when window-system is mac.
15420
15421 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
15422
15423 2006-02-10 Kim F. Storm <storm@cua.dk>
15424
15425 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
15426 indirect-function instead of using condition-case.
15427
15428 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
15429
15430 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
15431 less `colloquial'...
15432
15433 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
15434
15435 * tumme.el: Add a couple of todo items.
15436
15437 2006-02-09 Lars Hansen <larsh@soem.dk>
15438
15439 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
15440 (highlight-changes-mode): Don't change desktop-locals-to-save.
15441
15442 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
15443
15444 * image-mode.el (image-toggle-display): Clear image cache if using
15445 filename.
15446
15447 2006-02-09 Masatake YAMATO <jet@gyve.org>
15448
15449 * dired-x.el (dired-guess-shell-alist-default): Add .man as
15450 a `dired-man' target.
15451
15452 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
15453 boundary of symbols.
15454
15455 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
15456
15457 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
15458
15459 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
15460
15461 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
15462 `mapcar'; return nil.
15463
15464 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
15465
15466 * mouse.el (mouse-drag-track): Don't change window if we rebind to
15467 some other event.
15468
15469 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
15470
15471 * net/rcirc.el (rcirc-startup-channels-alist):
15472 Add irc.freenode.net and #emacs as defaults.
15473 (rcirc-ignore-all-activity-flag): Remove variable.
15474 (rcirc-authinfo): New variable.
15475 (rcirc-authinfo-filename): Remove variable.
15476 (rcirc-always-use-server-buffer-flag): New flag.
15477 (rcirc): M-x rcirc will automatically connect without prompting.
15478 C-u M-x rcirc will prompt. Use rcirc-connect to create a
15479 connection in lisp.
15480 (rcirc-process-server-response-1): Remove everything but the nick
15481 portion of the sender so it doesn't need to be done everywhere
15482 else. Update related code.
15483 (global-map): Remove global keybindings.
15484 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
15485 (rcirc-send-input): Split into several functions.
15486 (rcirc-process-input-line, rcirc-process-message)
15487 (rcirc-process-command): New functions.
15488 (rcirc-target-buffer): New function to determine where to route
15489 messages.
15490 (rcirc-user-nick): Save match data.
15491 (rcirc-toggle-ignore-buffer-activity)
15492 (rcirc-update-activity-string): Remove global ignore functionality,
15493 which can be done now by toggling rcirc-track-minor-mode.
15494 (rcirc-track-minor-mode-map): New keymap.
15495 (rcirc-track-minor-mode): New minor-mode.
15496 (ignore): Make the ignore output nicer. Always print it when
15497 adding or removing nicks.
15498 (rcirc-url-regexp): Improve.
15499 (rcirc-mangle-text): Remove properties before using text in the
15500 modeline.
15501 (rcirc-authenticate): Authentication data comes from
15502 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
15503 (rcirc-server-prefix): Inherit from rcirc-server.
15504
15505 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
15506
15507 * Makefile.in (compile): Append "|| true" to the end of the `find'
15508 command, like compile-always does.
15509
15510 2006-02-08 Sam Steingold <sds@gnu.org>
15511
15512 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
15513 output from a dead connection.
15514
15515 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
15516
15517 * dired.el (dired-mode-map): Add more bindings for tumme.
15518
15519 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
15520
15521 * wdired.el (wdired-mode-map): Use remap.
15522 (wdired-get-filename): Massage.
15523 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
15524 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
15525 `keymap' property rather than `local-map'.
15526
15527 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
15528
15529 * tumme.el (tumme-get-thumbnail-image): New utility function.
15530 Suggested by from Chong Yidong.
15531 (tumme-dired-with-window-configuration): Rename from
15532 `tumme-dired'. Add code to save window configuration.
15533 (tumme-restore-window-configuration): New command to restore the
15534 window configuration that `tumme-dired-with-window-configuration'
15535 saves before it changes the window configuration.
15536 (tumme-show-all-from-dir): New command to display thumbnails for
15537 all files in a directory entered by the user, like M-x thumbs.
15538 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
15539 have been created.
15540 (tumme-display-thumbnail-original-image): Call `display-buffer'.
15541 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
15542 Remove obsolete test function.
15543
15544 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
15545
15546 * vc.el (small-temporary-file-directory): Remove defvar; there's
15547 a defcustom for it in files.el.
15548
15549 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
15550 Fix typo in message.
15551 (tumme-gallery-generate): Fix typo in `error' message.
15552 (tumme-display-window-height-correction)
15553 (tumme-display-window-width-correction, tumme-line-up-dynamic)
15554 (tumme-line-up-interactive): Dox fixes.
15555 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
15556 (tumme-restore-window-configuration, tumme-format-properties-string)
15557 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
15558 Fix typos in docstrings.
15559
15560 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
15561
15562 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
15563
15564 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
15565
15566 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
15567 User should use hook if desired.
15568
15569 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
15570 buffer if necessary.
15571 (gdb-delete-frame-or-window): New function.
15572 (gdb-breakpoints-mode-map): Bind "q" to it.
15573
15574 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
15575
15576 * textmodes/nroff-mode.el: Clean up name space.
15577 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
15578 (nroff-mode): Obey the global setting of nroff-electric-mode.
15579 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
15580
15581 * calendar/calendar.el (calendar-increment-month): Typo in last change.
15582
15583 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
15584
15585 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
15586
15587 2006-02-06 Lars Hansen <larsh@soem.dk>
15588
15589 * generic-x.el (etc-fstab-generic-mode): Add file system types
15590 cifs and usbdevfs. Allow special chars in file names.
15591
15592 2006-02-05 Jay Belanger <belanger@truman.edu>
15593
15594 Update copyright notices of the files in lisp/calc.
15595
15596 2006-02-05 Romain Francoise <romain@orebokech.com>
15597
15598 Update copyright notices of all files in the lisp/play directory.
15599
15600 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
15601
15602 * ldefs-boot.el: Regenerate.
15603
15604 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
15605
15606 2006-02-05 Kim F. Storm <storm@cua.dk>
15607
15608 * files.el (magic-mode-regexp-match-limit): New defvar.
15609 (set-auto-mode): Use it to limit magic-mode-alist matching.
15610
15611 2006-02-04 Eli Zaretskii <eliz@gnu.org>
15612
15613 * info.el (Info-index, Info-mode): Improve the description of the
15614 `i' command.
15615
15616 * ldefs-boot.el: Regenerate.
15617
15618 2006-02-03 Werner Lemberg <wl@gnu.org>
15619
15620 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
15621 greedy to find the closing bracket in \*[...] and similar
15622 expressions. This is a first rough fix -- many additional
15623 refinements are necessary to make nroff mode really usable with groff.
15624
15625 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
15626
15627 * international/mule-cmds.el (set-locale-environment):
15628 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
15629 libX11.
15630
15631 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
15632
15633 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
15634 archive are created in archive-tmpdir.
15635
15636 2006-02-02 John Paul Wallington <jpw@pobox.com>
15637
15638 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
15639 (ibuffer-fontification-alist): Use it.
15640 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
15641 to "* z" and the Ibuffer Mark menu.
15642
15643 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
15644
15645 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
15646
15647 * textmodes/table.el (*table--cell-describe-mode)
15648 (*table--cell-describe-bindings): Undo last change since
15649 print-help-return-message is not obsoleted by anything at all.
15650
15651 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
15652
15653 * emulation/cua-base.el (cua-mode): Doc fix.
15654
15655 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
15656
15657 * dframe.el (dframe-handle-make-frame-visible)
15658 (dframe-handle-iconify-frame, dframe-get-focus)
15659 (dframe-select-attached-frame, dframe-power-click)
15660 (dframe-frame-mode): Fix typos in docstrings.
15661
15662 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
15663 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
15664 Fix typos in docstrings.
15665
15666 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
15667 (hi-lock-face-buffer, hi-lock-font-lock-hook)
15668 (hi-lock-archaic-interface-message-used)
15669 (hi-lock-file-patterns-range): Fix typos in docstrings.
15670
15671 * savehist.el (savehist-loaded, savehist-load, savehist-install)
15672 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
15673
15674 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
15675 Fix typo in docstring.
15676
15677 * net/newsticker.el (newsticker--decode-iso8601-date)
15678 (newsticker--set-customvar, newsticker--buffer-insert-item)
15679 (newsticker--do-run-auto-mark-filter)
15680 (newsticker--parse-generic-feed): Doc fixes.
15681 (newsticker--retrieval-timer-list, newsticker-url-list)
15682 (newsticker-hide-immortal-items-in-echo-area)
15683 (newsticker-hide-obsolete-items-in-echo-area)
15684 (newsticker-new-item-face, newsticker--enclosure)
15685 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
15686 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
15687 (newsticker--parse-generic-feed, newsticker--cache-contains)
15688 (newsticker--stat-num-items, newsticker-download-enclosures):
15689 Fix typos in docstrings.
15690
15691 * net/rcirc.el (rcirc-debug): Doc fix.
15692 (rcirc-fill-column, rcirc-receive-message-hooks)
15693 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
15694 (rcirc-mode, rcirc-generate-new-buffer-name)
15695 (rcirc-startup-channels, rcirc-ignore-update-automatic)
15696 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
15697 Fix typos in docstrings.
15698 (rcirc-print): "?\ " -> "?\s".
15699 (rcirc-cmd-join): Improve argument/docstring consistency.
15700
15701 2006-02-01 Mark A. Hershberger <mah@everybody.org>
15702
15703 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
15704 before narrow-to-region.
15705
15706 2006-02-01 Richard M. Stallman <rms@gnu.org>
15707
15708 * simple.el (move-beginning-of-line): Scan properly for invis change.
15709
15710 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
15711
15712 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
15713
15714 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
15715 change bit only when id-format is 'integer. Reported by Matt
15716 Hodges <M.P.Hodges@rl.ac.uk>.
15717
15718 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
15719
15720 * hilit-chg.el (highlight-changes-initial-state)
15721 (highlight-changes-global-initial-state): Doc fixes.
15722 (highlight-changes-global-modes, global-highlight-changes):
15723 Fix typos in docstrings.
15724
15725 2006-02-01 Kim F. Storm <storm@cua.dk>
15726
15727 * emulation/cua-base.el (cua-mode): Mention that CUA enables
15728 transient-mark-mode in doc string.
15729
15730 2006-01-31 Richard M. Stallman <rms@gnu.org>
15731
15732 * replace.el (multi-occur): Doc fix.
15733 (multi-occur-in-matching-buffers): Rename from
15734 multi-occur-by-filename-regexp. Prefix arg says match
15735 buffer names instead of file names.
15736
15737 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
15738
15739 * bs.el: Allow non-default values of `bs-header-lines-length'.
15740 (bs--running-in-xemacs): Remove (not needed anymore).
15741 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
15742 instead of `shrink-window', thus avoiding having to compute the
15743 height of the window.
15744 (bs--up): Wrap around even when there's no header.
15745 (bs--down): Use `forward-line' instead of `next-line'.
15746
15747 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
15748
15749 * image-mode.el (image-toggle-display): Use file name if possible,
15750 instead of unnecessarily allocating a (possibly huge) lisp string.
15751
15752 2006-01-30 John Paul Wallington <jpw@pobox.com>
15753
15754 * subr.el (toplevel): Define `cl-assertion-failed' condition here
15755 because the `assert' macro signals it at runtime.
15756
15757 * emacs-lisp/cl.el (toplevel): Remove definition of
15758 `cl-assertion-failed' condition.
15759
15760 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
15761
15762 * thumbs.el (thumbs-marked-list): Make buffer-local and
15763 permanent-local.
15764 (thumbs-insert-thumb): Make help-echo non-sticky.
15765 (thumbs-file-alist): Use eolp as check for (non)-image.
15766
15767 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
15768
15769 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
15770 (ediff-before-session-group-setup-hooks)
15771 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
15772 Fix typos in docstrings.
15773
15774 * window.el (bw-dir, bw-eqdir, balance-windows)
15775 (split-window-keep-point): Fix typos in docstrings.
15776
15777 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
15778 (org-quote-string, org-calendar-to-agenda-key)
15779 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
15780 (org-show-following-heading, org-tags-column)
15781 (org-use-tag-inheritance, org, org-allow-space-in-links)
15782 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
15783 (org-enable-table-editor, org-calc-default-modes)
15784 (org-table-allow-automatic-line-recalculation)
15785 (org-export-html-style, org-export-with-fixed-width)
15786 (org-export-with-sub-superscripts, org-special-keyword)
15787 (org-formula, org-time-grid, org-table-may-need-update)
15788 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
15789 (org-goto-quit, org-get-indentation, org-end-of-item)
15790 (org-move-item-down, org-move-item-up)
15791 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
15792 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
15793 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
15794 (org-agenda-log-mode, org-agenda-toggle-diary)
15795 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
15796 (org-agenda-file-to-end, org-agenda-no-heading-message)
15797 (org-agenda-get-closed, org-format-agenda-item)
15798 (org-cmp-priority, org-cmp-category, org-cmp-time)
15799 (org-agenda-change-all-lines, org-agenda-diary-entry)
15800 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
15801 (org-link-search, org-camel-to-words, org-open-file)
15802 (org-remember-handler, org-table-convert-region)
15803 (org-table-move-row-down, org-table-move-row-up)
15804 (org-table-copy-region, org-table-wrap-region)
15805 (org-table-toggle-vline-visibility)
15806 (org-table-get-vertical-vector, org-table-modify-formulas)
15807 (org-table-get-specials, org-recalc-commands)
15808 (org-table-rotate-recalc-marks, org-table-eval-formula)
15809 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
15810 (org-level-color-stars-only, org-insert-heading):
15811 Fix typos in docstrings.
15812 (last-arg): Add defvar.
15813
15814 * makefile.w32-in (WINS): Add erc.
15815 (MH_E_SRC): Update (copied from lisp/Makefile.in).
15816
15817 2006-01-29 Bill Wohler <wohler@newt.com>
15818
15819 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
15820 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
15821 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
15822 (mh-autoloads): Don't use comments on otherwise empty lines.
15823
15824 2006-01-29 Edward O'Connor <ted@oconnor.cx>
15825
15826 * emulation/viper.el (viper-major-mode-modifier-list):
15827 Add insert-state and vi-state entries for erc-mode.
15828 (viper-go-away, viper-set-hooks): Add and remove
15829 viper-comint-mode-hook from erc-mode-hook as appropriate.
15830
15831 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
15832
15833 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
15834
15835 * bs.el (bs--format-aux): Implement `middle' alignment as
15836 described in the docstring for `bs-attributes-list'.
15837 (bs--get-name): Simplify. Don't pad the buffer name.
15838
15839 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
15840
15841 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
15842 English aspell dictionary is installed, use the first entry of
15843 ispell-dictionary-alist-1.
15844
15845 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15846
15847 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15848 Doc fix.
15849
15850 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
15851
15852 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
15853 for `process-file', in order to let it work for older Emacsen too.
15854
15855 2006-01-27 Eli Zaretskii <eliz@gnu.org>
15856
15857 * international/latexenc.el: Add a suitable `coding:' tag.
15858 (latexenc-find-file-coding-system): Undo last change.
15859
15860 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
15861
15862 * international/latexenc.el (latexenc-find-file-coding-system):
15863 Make sure latexenc-main-file is a regular file and is readable.
15864
15865 2006-01-27 Andre Spiegel <spiegel@gnu.org>
15866
15867 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
15868 Pass FILE to vc-user-login-name.
15869
15870 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
15871
15872 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
15873
15874 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
15875 there are no more images to display.
15876 (thumbs-mark, thumbs-unmark): Revert change so that they move to
15877 the next image.
15878
15879 2006-01-26 Richard M. Stallman <rms@gnu.org>
15880
15881 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
15882
15883 * wid-edit.el (advertised-widget-backward): New alias.
15884 (widget-keymap): Use advertised-widget-backward for S-TAB.
15885
15886 * tumme.el: Correct the keywords.
15887 (tumme-dir-max-size): Use defvar.
15888 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
15889
15890 * simple.el (move-beginning-of-line): Take account of fields.
15891 (clone-indirect-buffer-other-window): Take args like
15892 clone-indirect-buffer, and work like it.
15893
15894 * help-fns.el (describe-function): Don't pass `nil' as default.
15895
15896 * files.el (risky-local-variable-p): Follow var aliases.
15897
15898 * subr.el (lazy-completion-table): Doc fix.
15899
15900 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
15901 global binding of `line'.
15902
15903 2006-01-25 Andre Spiegel <spiegel@gnu.org>
15904
15905 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
15906 Tramp.
15907
15908 * vc.el (vc-default-dired-state-info): Pass FILE to
15909 vc-user-login-name.
15910 (vc-default-update-changelog): Don't use vc-user-login-name, we
15911 don't need it here.
15912
15913 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
15914 no longer necessary.
15915
15916 2006-01-25 Kenichi Handa <handa@m17n.org>
15917
15918 * international/mule.el (decode-char): Avoid the overhead of
15919 calling utf-lookup-subst-table-for-decode if
15920 utf-translate-cjk-mode is nil.
15921 (encode-char): Avoid the overhead of calling
15922 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
15923 nil.
15924
15925 2006-01-22 Kenichi Handa <handa@m17n.org>
15926
15927 * international/mule.el (make-subsidiary-coding-system): Reset
15928 `coding-system-define-form' property of subsidiaries to nil.
15929 Avoid duplicated entry in coding-system-alist.
15930 (make-coding-system): Avoid duplicated entry in
15931 coding-system-alist.
15932 (define-coding-system-alias): Likewise.
15933
15934 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
15935
15936 * completion.el: Minor fixes in introductory comment.
15937 (completion-def-wrapper): Fix alist.
15938
15939 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
15940
15941 * thumbs.el (thumbs-new-image-size): New function.
15942 (thumbs-increment-image-size-element)
15943 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
15944 (thumbs-decrement-image-size): Delete.
15945 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
15946 temp files and use to resize.
15947 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
15948 Use increment argument to enlarge/shrink. Preserve point.
15949 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
15950 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
15951 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
15952 (thumbs-mark, thumbs-unmark): Preserve point.
15953 (thumbs-modify-image): Keep old temp files and use to modify.
15954 Cleanup old temp files at load time. Preserve point.
15955 (thumbs-view-image-mode-map): Use new command names.
15956
15957 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
15958
15959 * log-view.el (log-view-minor-wrap): First rev is the one at point.
15960
15961 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
15962 the nastiest part of the cyclic dependency.
15963 (cal-menu-update): Use dotimes and calendar-increment-month.
15964
15965 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
15966 (calendar-week-start-day): Add an :initializer.
15967 (calendar-mode-map): Use suppress-keymap, and command remapping.
15968 (describe-calendar-mode): Setup xref-stack info for the back button.
15969 (calendar-star-date): Insert before delete.
15970 (calendar-set-mode-line): Add file-modified info if applicable.
15971 (calendar-increment-month): New function.
15972
15973 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
15974
15975 * font-lock.el (lisp-font-lock-keywords-2):
15976 Recognize "& keywords" only at word boundaries.
15977
15978 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
15979
15980 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
15981 and permanent-local.
15982 (thumbs-max-image-number): New variable.
15983 (thumbs-do-thumbs-insertion): Use them.
15984 (thumbs-per-line): Change default to 4.
15985 (thumbs-marked-list): Rename from thumbs-markedL.
15986 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
15987 (thumbs-rename-images): Use -list instead of L for internal variables.
15988 (thumbs-call-convert): Use call-process instead of shell-command.
15989 (thumbs-insert-thumb): Add filename as help-echo to each image.
15990 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
15991 Give dir to thumbs-show-thumbs-list.
15992 (thumbs-show-thumbs-list): Set default-directory to that of images.
15993 (thumbs-dired-show): Rename from thumbs-dired-show-all.
15994 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
15995 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
15996 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
15997
15998 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
15999
16000 * ses.el (ses-read-cell): Provide a default value.
16001
16002 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
16003
16004 * term/w32-win.el (image-library-alist): Add additional names for
16005 GIF library.
16006
16007 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16008
16009 * international/latexenc.el (latexenc-find-file-coding-system):
16010 Add file-regular-p check.
16011
16012 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
16013
16014 * simple.el (clone-buffer): Don't show the new buffer in the same
16015 window.
16016
16017 2006-01-23 Juri Linkov <juri@jurta.org>
16018
16019 * faces.el (link, link-visited): New faces based on default values
16020 of `info-xref' and `info-xref-visited'.
16021
16022 * info.el (info-xref): Inherit from `link'.
16023 (info-xref-visited): Inherit from `link-visited'.
16024
16025 * cus-edit.el (custom-buffer-create-internal): Use widget type
16026 `custom-manual' instead of `info-link' and don't set properties
16027 `button-face' and `mouse-face' explicitly.
16028 (custom-browse-group-tag, custom-browse-variable-tag)
16029 (custom-browse-face-tag): Inherit from widget class
16030 `custom-group-link' instead of `push-button'.
16031 (custom-button-unraised): Inherit from `underline' face.
16032 (custom-link): Inherit from `link' face. Fix doc and group.
16033 (custom-add-parent-links, custom-group-value-create): Don't set
16034 properties `button-face' and `mouse-face' explicitly for
16035 `custom-group-link' widget.
16036 (custom-group-link): Add properties `button-face' and `mouse-face'
16037 to widget definition.
16038 (custom-field-keymap): New variable. Put `custom-field-keymap' to
16039 editable-field's :keymap property.
16040 (custom-mode): Fix docstring: substitute keybindings for
16041 `widget-forward' and `widget-backward' from `widget-keymap',
16042 `widget-complete' from `custom-field-keymap', replace old
16043 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
16044
16045 * desktop.el (desktop-load-file): Check for `fboundp' before
16046 calling `symbol-function'.
16047
16048 * simple.el (clone-buffer, clone-indirect-buffer)
16049 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
16050 `read-string'. Fix prompts.
16051
16052 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
16053
16054 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
16055
16056 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
16057
16058 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
16059
16060 * startup.el (inhibit-splash-screen, initial-scratch-message):
16061 Doc fixes.
16062
16063 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
16064
16065 Sync with Tramp 2.0.52.
16066
16067 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
16068 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
16069 `tramp-unload-tramp' for checklist.
16070
16071 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
16072 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
16073 (tramp-unload-file-name-handler-alist)
16074 (tramp-unload-tramp): New defuns.
16075 (tramp-advice-PC-expand-many-files): New defadvice.
16076 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
16077 removed.
16078 (tramp-handle-expand-file-name): Remove double slash.
16079 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
16080 It doesn't matter, because it will be converted later on.
16081 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
16082 implementation was just heuristic.
16083 (tramp-post-connection): Set uid and gid properties.
16084 (tramp-convert-file-attributes): Set file's gid change bit.
16085 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
16086 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
16087 in case of su(do)? methods. The home directory of the local user
16088 will be taken else.
16089 (tramp-open-connection-telnet)
16090 (tramp-open-connection-rsh, tramp-open-connection-su)
16091 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
16092 local shell prompt could hurt. Reported by Romain Francoise
16093 <romain@orebokech.com>.
16094 (tramp-let-maybe): Add `edebug-form-spec' property.
16095 (tramp-handle-expand-file-name): Bind `default-directory' locally
16096 to "/" in order to avoid problems with UNC shares or Cygwin
16097 mounts.
16098 (tramp-md5-function): Fix typo in error message.
16099
16100 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
16101
16102 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
16103 for byte-compiler pacification.
16104
16105 2006-01-22 Andre Spiegel <spiegel@gnu.org>
16106
16107 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
16108 ID-FORMAT `string'. This allows us to get rid of
16109 `vc-user-login-name UID'.
16110
16111 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
16112
16113 2006-01-22 John Paul Wallington <jpw@pobox.com>
16114
16115 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
16116
16117 2006-01-21 Martin Rudalics <rudalics@gmx.at>
16118
16119 * emacs-lisp/find-func.el (find-definition-noselect)
16120 (find-variable-noselect): Search variables in C source code too.
16121 (find-function-C-source, find-function-noselect, find-function)
16122 (find-function-other-frame, find-variable-noselect, find-variable)
16123 (find-variable-other-frame, find-variable-at-point):
16124 Fix docstrings.
16125
16126 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
16127
16128 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
16129
16130 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
16131
16132 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
16133 Default to disabling the "Save affix" question.
16134
16135 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
16136
16137 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
16138 the first arg to run-python.
16139
16140 2006-01-21 Eli Zaretskii <eliz@gnu.org>
16141
16142 * startup.el (command-line-1): Handle --no-desktop if desktop.el
16143 is not loaded.
16144
16145 2006-01-20 Jay Belanger <belanger@truman.edu>
16146
16147 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
16148 limit is 0.
16149
16150 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
16151 the correct variable.
16152
16153 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
16154
16155 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
16156 link. Fixed buggy argument sequence in call to `org-view-tags'.
16157 (org-compile-prefix-format): Set `org-prefix-has-tag'.
16158 (org-prefix-has-tag): New variable.
16159 (org-format-agenda-item): Remove tags from headline if
16160 appropriate.
16161 (org-agenda-remove-tags-when-in-prefix): New option.
16162 (org-get-tags-at): New function.
16163
16164 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
16165
16166 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
16167 (thumbs-find-image): Move image name and number from buffer name
16168 to mode name. Set thumbs-buffer. Preserve point so that large
16169 images remain visible.
16170 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
16171 order.
16172 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
16173 mode name.
16174 (thumbs-next-image, thumbs-previous-image): Make them work.
16175
16176 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
16177
16178 * cus-edit.el (custom-buffer-create-internal): State in the text above
16179 the whole buffer buttons that they do not operate on hidden items.
16180 (custom-face-menu): Use `custom-face-save' instead of
16181 `custom-face-save-command'.
16182 (custom-face-save-command): Make it an alias for `custom-face-save'
16183 and declare it obsolete.
16184 (custom-face-save): Doc fix.
16185
16186 * dired.el (dired-no-confirm): Add quote.
16187 (dired-subdir-alist-pre-R): Add quote in
16188 `make-variable-buffer-local' form and remove unbalanced parenthesis.
16189
16190 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
16191
16192 * textmodes/table.el (table-mode-indicator): Typo in last change.
16193
16194 2006-01-19 Richard M. Stallman <rms@gnu.org>
16195
16196 * outline.el (hide-leaves): Don't call outline-end-of-heading.
16197 Fixes bug reported in Nov 2005.
16198
16199 * isearch.el (isearch-forward): Doc fix.
16200
16201 * dired.el (dired-move-to-filename-regexp): Define as alias.
16202 (dired-no-confirm): Use defcustom.
16203 (dired-subdir-alist-pre-R): Put defvar at top level.
16204
16205 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
16206
16207 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16208 Mark as risky.
16209
16210 * simple.el (set-mark-command): Doc fix.
16211 (clone-indirect-buffer-other-window):
16212 Read arg like clone-indirect-buffer.
16213 (move-beginning-of-line): Skip invisible newlines.
16214
16215 2006-01-19 Masatake YAMATO <jet@gyve.org>
16216
16217 * progmodes/cpp.el (cpp-edit-load): Make the order of
16218 listed conditions in a base C code buffer and its associate
16219 CPP Edit buffer the same.
16220
16221 2006-01-19 Kenichi Handa <handa@m17n.org>
16222
16223 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
16224 (rmail-mime-feature): Likewise.
16225 (rmail-require-mime-maybe): Use display-warning to show a warning
16226 message.
16227
16228 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
16229 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
16230
16231 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
16232
16233 * array.el: Move defvars out of eval-when-compile.
16234 (array-make-template): Replace undeclared global var with a local one.
16235 (array-mode): Inline initialization functions.
16236 (array-init-local-variables, array-init-max-row)
16237 (array-init-max-column, array-init-columns-per-line)
16238 (array-init-field-width, array-init-rows-numbered)
16239 (array-init-line-length, array-init-lines-per-row): Remove.
16240
16241 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
16242 (doc-mode-map): Define explicitly.
16243 (doctor-txtype): Use mapc.
16244
16245 * textmodes/table.el: Move defvars out of eval-when-compile.
16246 Remove harmful code meant to avoid byte-compiler warnings.
16247 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
16248 specification that checks table-fixed-width-mode directly.
16249 (table-recognize-region, table-recognize-cell):
16250 Use restore-buffer-modified-p.
16251 (table-fixed-width-mode): Remove code that refreshes
16252 table-fixed-mode-indicator.
16253 (*table--cell-describe-bindings, *table--cell-describe-mode):
16254 Avoid obsolete name print-help-return-message.
16255 (table--test-cell-list): Don't use replace-regexp from elisp.
16256 (table--point-entered-cell-function, table--point-left-cell-function):
16257 Don't set table-fixed-mode-indicator, use force-mode-line-update.
16258
16259 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
16260 that was after the end of file. Use buffer-file-name variable.
16261 (org-timestamp-change): Use with-current-buffer.
16262 (org-todo-list): Don't unnecessarily define a new buffer-local var.
16263 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
16264 `file'.
16265
16266 * progmodes/fortran.el: Move defvars out of eval-when-compile.
16267 (fortran-break-line): Remove unused var `opoint'.
16268 (fortran-abbrev-start): Obey help-event-list.
16269
16270 2006-01-18 Jesper Harder <harder@phys.au.dk>
16271
16272 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
16273
16274 2006-01-18 Masatake YAMATO <jet@gyve.org>
16275
16276 * progmodes/make-mode.el (makefile-imake-mode): New mode
16277 derived from makefile-mode.
16278 (makefile-imake-mode-syntax-table): New syntax table
16279 derived from makefile-mode-syntax-table.
16280 (makefile-mode): Write about makefile-imake-mode in doc string.
16281 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
16282 (makefile-imake-font-lock-keywords): New font lock keywords.
16283
16284 * files.el (auto-mode-alist): Add Imakefile.
16285
16286 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
16287
16288 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
16289 loading the file rather than when turning on flyspell-mode.
16290
16291 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
16292
16293 * cus-edit.el (customize-rogue): Minor doc fix.
16294
16295 2006-01-17 Juri Linkov <juri@jurta.org>
16296
16297 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
16298 instead of the file at the mark as default if the file at the mark
16299 is the same as the file at point or if dired-dwim-target-directory
16300 is not the same as the current directory and the mark is not active.
16301
16302 * log-view.el (log-view-minor-wrap): Use the same logic to get
16303 revisions as `log-view-diff'.
16304
16305 * info.el (Info-revert-find-node): Check for Info-current-file
16306 before preserving new-history.
16307
16308 * man.el (Man-heading-regexp): Add `/'.
16309
16310 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
16311 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
16312
16313 2006-01-16 Juri Linkov <juri@jurta.org>
16314
16315 * faces.el (mode-line-faces): New defgroup.
16316 (mode-line-highlight): Move definition after new defgroup.
16317 (mode-line, mode-line-inactive, mode-line-highlight):
16318 Replace :group `modeline' with `mode-line-faces'.
16319 (mode-line-buffer-id): New face.
16320 (modeline-buffer-id): New face alias.
16321 (vertical-border): Remove :group `modeline'.
16322
16323 * bindings.el (propertized-buffer-identification): Use face
16324 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
16325 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
16326 (mode-line-buffer-identification-keymap): For mouse-1 replace
16327 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
16328 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
16329 mouse-3.
16330
16331 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
16332 Buffer-menu-buffer. Doc fix.
16333 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
16334 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
16335 `Buffer-menu-buffer'.
16336
16337 * info.el (Info-mode-line-node-keymap): New defvar.
16338 (Info-set-mode-line): Use `stringp' to check Info-current-file.
16339 Propertize Info-current-node with `mode-line-buffer-id' and
16340 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
16341
16342 * time.el (display-time-mail-face): Replace :group `faces' with
16343 `mode-line-faces'.
16344
16345 2006-01-16 Kenichi Handa <handa@m17n.org>
16346
16347 * international/code-pages.el: Add autoload cookies for cp125[0345678].
16348
16349 * language/european.el (cp1252): New alias for windows-1252.
16350
16351 * international/mule.el (autoload-coding-system): Prepare for EOL
16352 variants.
16353
16354 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
16355
16356 * term.el (term-raw-map): Add mapping for insert.
16357 (term-send-insert): New.
16358 (term-mode): Make variables local here instead of doing it in
16359 `term-emulate-terminal'.
16360 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
16361 Scroll reverse needs to take into account the scroll region.
16362 Saving and restoring the cursor should save the color attributes too.
16363 (term-reset-terminal): Reset the scroll region.
16364 (term-handle-ansi-escape): Cursor up and down should take into
16365 account the scroll region.
16366 (term-set-scroll-region): Rename from `term-scroll-region'.
16367 Move to 0,0 after setting the region.
16368 (term-handle-scroll): Handle scroll up.
16369 (term-down): Fix off by one error.
16370 (term-delete-lines): Do not delete outside the scroll region.
16371 (term-insert-lines): Take into account the scroll region.
16372
16373 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
16374
16375 * textmodes/ispell.el (ispell-internal-change-dictionary)
16376 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
16377 (start, end): Move declaration outside of eval-when-compile.
16378
16379 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
16380 (flyspell-mode-on): Use it.
16381
16382 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
16383 ispell-kill-ispell-hook.
16384
16385 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
16386
16387 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16388 (Custom-reset-saved): Do not ask for confirmation in single option
16389 buffers.
16390
16391 2006-01-13 Richard M. Stallman <rms@gnu.org>
16392
16393 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
16394
16395 2006-01-13 Romain Francoise <romain@orebokech.com>
16396
16397 * add-log.el (add-change-log-entry, change-log-merge):
16398 Conditionally use `hard-newline'.
16399
16400 2006-01-13 Martin Rudalics <rudalics@gmx.at>
16401
16402 * wid-edit.el (widget-field-end): If the overlay is no longer
16403 associated with a buffer, behave as if the overlay didn't exist.
16404
16405 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
16406 Make sure the links use the `custom-link' face.
16407
16408 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
16409
16410 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
16411 (ld-script-mode): Don't set indent-line-function since we don't
16412 have one.
16413
16414 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
16415
16416 * textmodes/org.el (org-open-file): Use mailcap for selecting an
16417 application.
16418 (org-file-apps-defaults-gnu): Use mailcap as the default for
16419 selecting an application on a UNIX system.
16420 (org-agenda-show-tags): New command.
16421 (org-table-insert-hline): Keep cursor in current table line.
16422 (org-table-convert): Offset effect of modifying
16423 `org-table-insert-hline'.
16424 (org-format-agenda-item): New optional argument TAG.
16425 (org-compile-prefix-format): Handle %T format for the tag.
16426 (org-expand-wide-chars): New function.
16427 (org-table-insert-row, org-table-insert-hline):
16428 Use `org-expand-wide-chars'.
16429 (org-open-file): Fix bug in program launch.
16430 (org-get-time-of-day): Fix bug with times before 1am.
16431 (org-agenda-menu): Add tags commands.
16432
16433 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
16434
16435 * textmodes/ispell.el (ispell-init-process): Include the used
16436 dictionary in ispell process start message.
16437 (ispell-internal-change-dictionary): When flyspell-mode is active
16438 and dictionary is changed, make sure ispell process is restarted
16439 and flyspell word cache cleared out for the current buffer.
16440 (ispell-change-dictionary): Make sure flyspell word cache is
16441 cleared out in all buffers with active flyspell mode when
16442 dictionary is globally changed.
16443 Call ispell-internal-change-dictionary after dictionary change.
16444
16445 2006-01-13 Eli Zaretskii <eliz@gnu.org>
16446
16447 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
16448
16449 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
16450 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
16451 years. Fix small differences wrt Makefile.in.
16452 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
16453 Makefile.in does.
16454
16455 2006-01-12 Bill Wohler <wohler@newt.com>
16456
16457 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
16458 mh-search.el.
16459
16460 2006-01-12 Masatake YAMATO <jet@gyve.org>
16461
16462 * progmodes/ld-script.el: Update copyright year.
16463
16464 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
16465
16466 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
16467 Don't add widget if setting undefined.
16468
16469 2006-01-12 John Paul Wallington <jpw@pobox.com>
16470
16471 * help-fns.el (describe-variable): Remove newlines from void
16472 variable output.
16473
16474 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
16475
16476 * wdired.el (wdired-mode-map): Add help echo for
16477 wdired-abort-changes.
16478
16479 * man.el (Man-file-name-regexp): Adjust for a list of files.
16480
16481 2006-01-12 Masatake YAMATO <jet@gyve.org>
16482
16483 * progmodes/ld-script.el (auto-mode-alist): Support
16484 suffix conventions used in netbsd and eCos.
16485
16486 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
16487
16488 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
16489 (custom-variable-menu, custom-face-menu, custom-group-menu)
16490 (Custom-mode-menu): Change names of menu items. (As discussed on
16491 emacs-devel.)
16492 (custom-face-menu): Add "Undo Edits" item.
16493
16494 * startup.el (init-file-user): defcustom -> defvar.
16495
16496 * tooltip.el (tooltip-mode): Doc fix.
16497
16498 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
16499
16500 * reveal.el (reveal-post-command): window-buffer signals an error on
16501 dead windows rather than returning nil.
16502 (reveal-open-new-overlays): An overlay might die while we open others.
16503
16504 2006-01-11 Bill Wohler <wohler@newt.com>
16505
16506 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
16507 phrasing in docstring.
16508
16509 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
16510 can give some systems gas. Add new file mh-buffers.el.
16511
16512 2006-01-06 Masatake YAMATO <jet@gyve.org>
16513
16514 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
16515 C preprocessor forward ported from GNU Emacs 21.2.
16516
16517 * progmodes/asm-mode.el (asm-font-lock-keywords):
16518 Use `cpp-font-lock-keywords'.
16519
16520 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
16521
16522 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
16523 of $ for "\\.ld[s]?".
16524
16525 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
16526
16527 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
16528 (tcl-indent-line): Return `noindent' if inside a string.
16529
16530 * progmodes/flymake.el (flymake-split-string): Remove more than one
16531 empty string at beg/end of the result.
16532 (flymake-find-buildfile, flymake-find-possible-master-files):
16533 Use expand-file-name.
16534 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
16535 since expand-file-name does it for us. Use directory-file-name.
16536 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
16537 (flymake-ler-get-type, flymake-ler-get-text)
16538 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
16539 (flymake-current-line-no): Remove spurious interactive spec.
16540 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
16541 (flymake-check-include): Remove arg inc-path merged into inc-name.
16542 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
16543 Arg regexp-list replaced by a simple regexp.
16544 (flymake-master-make-header-init, flymake-master-tex-init):
16545 Correspondingly replace regexp-list with a regexp. Fix regexp.
16546
16547 2006-01-10 Simon Josefsson <jas@extundo.com>
16548
16549 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
16550 describing AUTH PLAIN fix.
16551
16552 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
16553
16554 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
16555 (report-emacs-bug): Don't record initial prompt text.
16556 Instead, add text properties to prompting text.
16557 (report-emacs-bug-hook): Delete prompting text.
16558
16559 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
16560
16561 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
16562 `dirs'. Adjust callers.
16563
16564 2006-01-09 John Paul Wallington <jpw@gnu.org>
16565
16566 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
16567
16568 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
16569
16570 * reveal.el (reveal-open-new-overlays): New extracted fun.
16571 (reveal-close-old-overlays): Idem. Check overlays's liveness before
16572 using them. Simplify the code.
16573 (reveal-post-command): Use them. Fix up obsolete windows in
16574 reveal-open-spots.
16575
16576 * progmodes/flymake.el: Use `require' rather than autoload for
16577 XEmacs's overlays.
16578 (flymake-get-common-file-prefix, flymake-build-relative-filename):
16579 Delete. Use file-relative-name instead.
16580 (flymake-get-syntax-check-program-args, flymake-perl-init):
16581 Simplify the resulting code.
16582
16583 * log-view.el (log-view-file-re, log-view-message-re): Add support
16584 for DaRCS output.
16585
16586 2006-01-09 Alex Schroeder <alex@gnu.org>
16587
16588 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
16589 identifiers sometimes added in square brackets at the beginning of
16590 subject lines.
16591
16592 2006-01-07 Richard M. Stallman <rms@gnu.org>
16593
16594 * cus-edit.el (Custom-set, Custom-save): Doc fix.
16595 (Custom-reset-current, Custom-reset-saved): Change question text.
16596 (Custom-reset-standard): Likewise.
16597 (custom-variable-reset-saved): Doc fix.
16598
16599 2006-01-07 Eli Zaretskii <eliz@gnu.org>
16600
16601 * startup.el (init-file-user): Doc fix.
16602
16603 2006-01-07 Alex Schroeder <alex@gnu.org>
16604
16605 * mail/rmail.el (rmail-current-subject): New function.
16606 (rmail-current-subject-regexp): New function.
16607 (rmail-next-same-subject): Use it.
16608
16609 * mail/rmailsum.el (rmail-summary-by-topic):
16610 Use rmail-current-subject and rmail-current-subject-regexp.
16611 (rmail-summary-next-same-subject): Ditto.
16612
16613 * net/rcirc.el (rcirc-send-input): No longer check whether the
16614 process is open, since not all commands need an open process.
16615 (rcirc-send-string): Check whether the process is open before
16616 sending anything.
16617 (rcirc-ignore-list): New option.
16618 (rcirc-ignore-list-automatic): New variable.
16619 (rcirc-print): Take rcirc-ignore-list into account.
16620 (rcirc-cmd-ignore): New command.
16621 (rcirc-ignore-update-automatic): New function.
16622 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
16623 list if ignored nicks.
16624 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
16625
16626 2006-01-06 David Reitter <david.reitter@gmail.com>
16627
16628 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
16629 reflect the address to which the report will be sent.
16630
16631 2006-01-06 Eli Zaretskii <eliz@gnu.org>
16632
16633 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
16634 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
16635
16636 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
16637
16638 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
16639
16640 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
16641 the doc string: "functoin" => "function".
16642 * ldefs-boot.el: Likewise.
16643
16644 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
16645 message text: "Duplicat" => "Duplicate".
16646
16647 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
16648
16649 * files.el (basic-save-buffer-2): If backing-up failed, reset
16650 buffer-backed-up to nil.
16651
16652 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
16653
16654 * progmodes/gud.el (gdb-script-skip-to-head)
16655 (gdb-script-calculate-indentation): Indent for breakpoint command
16656 lists also.
16657
16658 2006-01-05 Bill Wohler <wohler@newt.com>
16659
16660 * Makefile.in (compile-always): Add mh-autoloads dependency.
16661 (bootstrap): Remove mh-autoloads dependency, as compile dependency
16662 provides it.
16663 (updates): Remove mh-autoloads dependency, since it probably has
16664 already run recently (via recompile).
16665
16666 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
16667
16668 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
16669 argument `force' to disable the flyspell-last-buffer optimization.
16670 (flyspell-mode-on): Use it.
16671
16672 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
16673 flymake-simple-cleanup.
16674 (flymake-allowed-file-name-masks): Use this new default.
16675 All the functions are now called in the right buffer rather than
16676 passing the buffer as argument.
16677 (flymake-process-sentinel): Switch to buffer before calling cleanup.
16678 (flymake-parse-err-lines): Remove redundant buffer arg.
16679 (flymake-get-program-dir): Comment out unused function.
16680 (flymake-start-syntax-check, flymake-start-syntax-check-process):
16681 Remove redundant buffer argument.
16682 (flymake-get-real-file-name, flymake-simple-java-cleanup)
16683 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
16684
16685 2006-01-05 Richard M. Stallman <rms@gnu.org>
16686
16687 * info.el (Info-find-node): Don't record previous node if have none.
16688 (info): Go to directory only if history is empty.
16689
16690 * simple.el (mark): Doc fix.
16691
16692 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16693
16694 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
16695 already of desired type.
16696 (mac-ae-list): Coerce parameter to "list" type.
16697 (mac-dispatch-apple-event): Replace cadr part of event with a
16698 dummy position so that event-start returns it.
16699
16700 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
16701
16702 * textmodes/org.el (org-end-of-subtree): New function.
16703 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
16704 Use `org-end-of-subtree'.
16705 (org-agenda, org-agenda-convert-date): Protect calls to
16706 `fit-window-to-buffer'.
16707 (org-tags-view): Force matching of sublevels when doing a
16708 todo-only search. Define the correct redo command, including the
16709 arguments.
16710 (org-agenda-redo): Display message.
16711 (org-check-for-org-mode): New function.
16712 (org-agenda-type): New variable.
16713 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
16714 Set `org-agenda-type'.
16715 (org-agenda-check-type): New function.
16716 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
16717 (org-agenda-week-view, org-agenda-day-view)
16718 (org-agenda-next-date-line, org-agenda-previous-date-line)
16719 (org-agenda-log-mode, org-agenda-toggle-diary)
16720 (org-agenda-toggle-time-grid, org-agenda-date-later)
16721 (org-agenda-date-prompt, org-agenda-diary-entry)
16722 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
16723 (org-agenda-convert-date, org-agenda-menu):
16724 Use `org-agenda-check-type'.
16725 (org-make-overlay, org-delete-overlay)
16726 (org-detatch-overlay, org-move-overlay, org-overlay-put):
16727 New compatibility functions.
16728 (org-calendar-select-mouse): New command.
16729
16730 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
16731
16732 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
16733 (Custom-reset-standard): Fix y-or-n-p messages.
16734 (custom-link): New face for links.
16735 (custom-buffer-create-internal, custom-manual): Use it.
16736 (custom-face-save): Push to theme-face before setting face spec.
16737
16738 * wid-edit.el (widget-default-mouse-face-get): New function.
16739 (widget-specify-button): Handle mouse-face like button-face.
16740
16741 * custom.el (load-theme): Clear old theme settings if reloading.
16742
16743 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
16744
16745 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
16746 "Erase Customization" button back to same position it occupies in
16747 the individual State menus.
16748
16749 2006-01-04 Kim F. Storm <storm@cua.dk>
16750
16751 * wid-edit.el (key-sequence): Rework widget to read key binding
16752 using `kbd' syntax. Use C-q to insert literal key, event, or code.
16753 (widget-key-sequence-default-value): Default value for empty sequence.
16754 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
16755 (widget-key-sequence-read-event): New command for C-q.
16756 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
16757 (widget-key-sequence-value-to-external): New functions.
16758
16759 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
16760
16761 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
16762 Use expand-file-name.
16763 (flymake-delete-temp-directory): Use expand-file-name,
16764 file-name-directory, and directory-file-name.
16765 (flymake-strrchr): Delete.
16766 (flymake-start-syntax-check): Don't pass the redundant buffer argument
16767 to the init-f function.
16768 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
16769 (flymake-init-find-buildfile-dir)
16770 (flymake-init-create-temp-source-and-master-buffer-copy)
16771 (flymake-simple-make-init-impl, flymake-simple-make-init)
16772 (flymake-master-make-init, flymake-master-make-header-init)
16773 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
16774 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
16775 (flymake-xml-init): Remove corresponding redundant buffer argument.
16776 (flymake-allowed-file-name-masks): Remove last elems that are equal to
16777 the default anyway. Clean up regexps.
16778
16779 * progmodes/flymake.el (flymake-temp-source-file-name)
16780 (flymake-master-file-name, flymake-temp-master-file-name)
16781 (flymake-base-dir): New buffer-local vars.
16782 (flymake-buffer-data, flymake-get-buffer-value)
16783 (flymake-set-buffer-value): Replace those hash-tables by the new
16784 buffer-local vars. Update callers.
16785
16786 * progmodes/flymake.el (flymake-check-start-time)
16787 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
16788 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
16789 Move definition, so we can remove redundant earlier declaration.
16790 (flymake-replace-regexp-in-string, flymake-split-string)
16791 (flymake-get-temp-dir): Use defalias.
16792 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
16793 (flymake-xemacs-window-edges): Remove unused function.
16794 (flymake-get-point-pixel-pos): Move.
16795 (flymake-pid-to-names, flymake-reg-names)
16796 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
16797 Replace by a simple list flymake-processes and by process-buffer.
16798 Update callers. Other than simplify the code, it uses buffers rather
16799 than buffer-names so it doesn't get confused by uniquify.
16800 (flymake-buffer-data): The global value should just be nil.
16801
16802 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
16803 Optimize the body of a defalias like any other code.
16804
16805 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
16806 Make sure we've setup font-lock's vars. It may influence which
16807 function we then call.
16808 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
16809 here since it's too late anyway.
16810
16811 2006-01-03 Romain Francoise <romain@orebokech.com>
16812
16813 * startup.el (fancy-splash-tail, normal-splash-screen):
16814 Update copyright year.
16815
16816 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
16817
16818 * mouse.el (mouse-drag-track): Rename, from
16819 `mouse-drag-region-1'. Includes optional argument required to
16820 enable post-drag event processing (e.g. delete region keys).
16821 Can be used without this argument to track a mouse region and operate
16822 on it as soon as the drag completes.
16823 (mouse-drag-region): Use `mouse-drag-track'.
16824
16825 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
16826
16827 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
16828 Move to `custom-buffer' group.
16829
16830 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
16831 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
16832 (custom-theme-insert-face-marker, custom-theme-variable-menu)
16833 (custom-theme-face-menu): New variables.
16834 (custom-theme-add-variable, custom-theme-variable-action)
16835 (custom-variable-reset-theme, custom-theme-delete-variable)
16836 (custom-face-reset-theme, custom-theme-face-action)
16837 (custom-theme-delete-face, custom-theme-merge-theme)
16838 (custom-theme-add-face, custom-theme-visit-theme): New functions.
16839
16840 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
16841
16842 * custom.el: Move Custom Themes commentary to start of theme code.
16843 (custom-known-themes): Rename `standard' theme to `changed'.
16844 (custom-push-theme): Caller no longer specifies what theme to use
16845 when doing `reset'---the setting is simply removed from the theme.
16846 Delete MODE from `theme-value' and `theme-settings' properties.
16847 (custom-declare-theme): Ignore &rest args since we don't use them.
16848
16849 (custom-loaded-themes): Delete variable.
16850 (custom-theme-load-themes, custom-theme-loaded-p)
16851 (custom-theme-value): Delete functions.
16852
16853 (custom-declare-theme): Signal error on invalid theme names.
16854 (provide-theme): custom-loaded-themes was deleted.
16855 (load-theme): Load the file unconditionally.
16856 (enable-theme): Call `load-theme' if theme is undefined.
16857 (custom-enabled-themes): Only update value for successful loads.
16858 (disable-theme): Complete from enabled themes when interactive.
16859 (custom-variable-theme-value): Calculate theme value directly.
16860
16861 (custom-theme-reset-variables, custom-reset-variables): Mark as
16862 XEmacs compatibility functions. We don't actually use these.
16863
16864 * cus-edit.el (custom-variable-state-set):
16865 Use custom-variable-theme-value instead of custom-theme-value.
16866 (custom-face-state-set): Rename `standard' theme to `changed'.
16867 (custom-save-variables, custom-save-faces): Delete unneeded
16868 references to custom-reset-variables.
16869 (custom-save-resets): Delete function.
16870 (custom-save-variables, custom-save-faces): MODE argument deleted.
16871 (custom-save-variables, custom-save-faces): Ignore theme values.
16872
16873 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
16874 compatibility function.
16875
16876 2006-01-01 Richard M. Stallman <rms@gnu.org>
16877
16878 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
16879 (Custom-reset-current, Custom-reset-saved): Likewise.
16880 (Custom-reset-standard): Show message if aborted.
16881 (custom-mode): Doc fix, describing those commands.
16882
16883 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
16884 put on event-kind property.
16885
16886 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
16887
16888 * custom.el (provide-theme): Ban `user' theme name.
16889 (custom-enabling-themes): New variable.
16890 (enable-theme): Don't enable user if custom-enabling-themes is t.
16891 (custom-enabled-themes): Make it a defcustom.
16892 (custom-theme-recalc-face): No-op if face is undefined.
16893
16894 * cus-edit.el (custom-button-mouse): New variable.
16895 (custom-button-mouse): New face.
16896 (custom-raised-buttons, custom-mode): Use it.
16897
16898 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
16899
16900 2005-12-31 Eli Zaretskii <eliz@gnu.org>
16901
16902 * progmodes/gud.el (gud-display-line): Support hl-line in the
16903 source buffer.
16904
16905 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
16906
16907 * mouse.el (mouse-drag-window-above): Verify that the found window
16908 overlaps with the given window in the horizontal dimension.
16909
16910 2005-12-31 Eli Zaretskii <eliz@gnu.org>
16911
16912 * Makefile.in (cvs-update): New target.
16913
16914 * makefile.w32-in (cvs-update): Ditto.
16915
16916 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
16917
16918 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
16919 (custom-new-theme-mode-map): New variable.
16920
16921 2005-12-30 Richard M. Stallman <rms@gnu.org>
16922
16923 * custom.el (custom-load-themes): Function deleted.
16924
16925 * cus-edit.el (custom-save-loaded-themes): Function deleted.
16926 (custom-save-variables): Don't delete or add custom-load-themes call.
16927
16928 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
16929
16930 * cus-start.el: Add `visible-cursor'.
16931
16932 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
16933 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
16934 (flymake-process-filter): Switch to buffer before calling it instead.
16935 (flymake-post-syntax-check, flymake-highlight-err-lines)
16936 (flymake-delete-own-overlays, flymake-parse-err-lines)
16937 (flymake-start-syntax-check, flymake-start-syntax-check-process)
16938 (flymake-count-lines, flymake-parse-residual):
16939 Remove constant buffer argument.
16940 (flymake-start-syntax-check-for-current-buffer): Remove.
16941 Update callers to use flymake-start-syntax-check instead.
16942 (flymake-display-err-menu-for-current-line):
16943 Remove unused var `mouse-pos'.
16944 (flymake-restore-formatting): Comment out unused function.
16945 (flymake-report-status, flymake-report-fatal-status): Remove buffer
16946 argument, use current-buffer instead. Update callers.
16947
16948 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16949
16950 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
16951 buffer-local because choose-completion-delete-max-match requires
16952 that we set completion-ignore-case (i.e., binding via let is not
16953 sufficient).
16954 (bibtex-complete): Always set completion-ignore-case and
16955 choose-completion-string-functions. The latter is needed because
16956 choose-completion-string-functions keeps its value if we quit the
16957 *Completions* buffer without requesting a completion.
16958
16959 2005-12-30 Andreas Schwab <schwab@suse.de>
16960
16961 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
16962
16963 2005-12-30 Eli Zaretskii <eliz@gnu.org>
16964
16965 * jit-lock.el (jit-lock-chunk-size): Doc fix.
16966
16967 2005-12-30 Juri Linkov <juri@jurta.org>
16968
16969 * locate.el (locate-fcodes-file, locate-header-face)
16970 * progmodes/delphi.el (delphi-other-face)
16971 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
16972
16973 * paren.el (show-paren-match, show-paren-mismatch): Use existing
16974 group `paren-showing-faces'.
16975
16976 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
16977 (goto-address): Fix docstring.
16978
16979 * net/webjump.el (webjump-sample-sites): Update URLs.
16980
16981 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
16982
16983 * subr.el (cancel-change-group): Add listp around pending-undo-list.
16984
16985 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
16986
16987 * font-lock.el (font-lock-compile-keywords): Signal an error when
16988 font-lock-set-defaults hasn't been called.
16989
16990 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
16991
16992 * subr.el (noreturn, 1value): Doc fixes.
16993
16994 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16995
16996 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
16997 that assoc-string returns nil.
16998
16999 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17000
17001 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
17002 (bibtex-entry-type-str, bibtex-empty-field-re)
17003 (bibtex-search-backward-string, bibtex-preamble-prefix)
17004 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
17005 (bibtex-any-valid-entry-type): New variable.
17006 (bibtex-parse-field-name): Simplify.
17007 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
17008 (bibtex-preamble-prefix): Include left delimiter.
17009 (bibtex-search-forward-field, bibtex-search-backward-field):
17010 Allow unbounded search past entry boundaries (required by bibtex-pop).
17011 (bibtex-text-in-field-bounds): Use push.
17012 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
17013 (bibtex-parse-preamble, bibtex-valid-entry)
17014 (bibtex-beginning-first-field): New functions.
17015 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
17016 (bibtex-map-entries): Fix docstring.
17017 (bibtex-flash-head): New arg prompt. Simplify.
17018 (bibtex-enclosing-field): Include code of bibtex-inside-field.
17019 (bibtex-insert-kill): Simplify. Always insert text past the
17020 current field or entry.
17021 (bibtex-format-entry): Use bibtex-parse-field.
17022 (bibtex-pop): Use bibtex-beginning-of-entry and
17023 bibtex-end-of-entry to initiate the search. Insert empty field if
17024 we found ourselves.
17025 (bibtex-print-help-message): New args field and comma.
17026 Handle entry keys.
17027 (bibtex-make-field): Use bibtex-beginning-of-entry.
17028 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
17029 invalid entry.
17030 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
17031 Handle preambles. Simplify code for thorough test.
17032 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
17033 New arg comma. Handle entry heads.
17034 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17035 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
17036 New arg comma.
17037 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
17038 (bibtex-fill-field): Simplify.
17039 (bibtex-fill-entry): Use bibtex-beginning-first-field and
17040 bibtex-parse-field.
17041 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
17042 (bibtex-complete): Use bibtex-parse-preamble.
17043
17044 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
17045
17046 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
17047 Display name of expression instead of convenience variable.
17048 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
17049
17050 * progmodes/gud.el (gud-tooltip-dereference): Rename from
17051 toggle-gud-tooltip-dereference.
17052 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
17053 (gud-tooltip-tips): ...here when dereferencing.
17054
17055 2005-12-28 Bill Wohler <wohler@newt.com>
17056
17057 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
17058
17059 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
17060
17061 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
17062 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
17063 (vc-annotate-display-autoscale): Adjust call.
17064 (vc-annotate-display-default): Adjust call. Make arg compulsory.
17065 Fix interactive spec.
17066 (vc-annotate-time-span): Remove.
17067 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
17068 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
17069 (vc-annotate-display-select): Use new name.
17070
17071 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
17072 (vc-annotate-mode-menu): Remove left-over redundant declaration.
17073 Correct the construction of span entries. Simplify.
17074 (vc-annotate-display-select): Fix the nil case.
17075 (vc-annotate): Remove obsolete (and now broken) code.
17076 (vc-annotate-extract-revision-at-line): Remove obsolete code.
17077 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
17078
17079 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
17080
17081 * subr.el (lazy-completion-table): Correct typo in docstring.
17082
17083 * startup.el (command-line): Use `custom-reevaluate-setting' for
17084 `send-mail-function'.
17085
17086 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
17087
17088 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
17089
17090 * mail/smtpmail.el (smtpmail-try-auth-methods):
17091 Send credentials together with "AUTH PLAIN" command.
17092
17093 2005-12-27 Richard M. Stallman <rms@gnu.org>
17094
17095 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
17096 mouse-2, go back to previously selected window, so it's selected
17097 when mouse-2 command runs.
17098
17099 2005-12-27 Juri Linkov <juri@jurta.org>
17100
17101 * descr-text.el (describe-text-sexp): Use square brackets for
17102 button [Show] to distinguish it from the property value `show'.
17103 (describe-property-list): Use `insert-text-button' with
17104 `help-face' type instead of putting face in quotes, because button
17105 is not created automatically for a list of faces.
17106 (describe-text-properties-1): Put button-type value in quotes to
17107 distinguish from plain text "button".
17108 (describe-char): Display code point values in hex. Don't use
17109 `symbol-name' for `current-input-method' because it is a string.
17110 Use `insert-text-button' with `help-face' type instead of putting
17111 hardcoded face in quotes, because button is not created automatically.
17112
17113 2005-12-27 Richard M. Stallman <rms@gnu.org>
17114
17115 * progmodes/glasses.el (glasses-face): More specific custom type.
17116
17117 * files.el (set-visited-file-name): Doc fix.
17118
17119 * textmodes/flyspell.el (flyspell-external-point-words):
17120 Use local var buffer-scan-pos to advance scan for next misspelling.
17121 Advance it only after we find the misspelling.
17122
17123 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
17124
17125 * textmodes/flyspell.el (flyspell-external-point-words):
17126 New criteria for finding the misspelling in the buffer.
17127
17128 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
17129
17130 * help-mode.el (help-insert-string): Set help-xref-stack-item
17131 rather than call help-setup-xref.
17132
17133 * descr-text.el (describe-char): Revert previous changes for
17134 optional buffer argument.
17135
17136 2005-12-27 Juri Linkov <juri@jurta.org>
17137
17138 * help-mode.el (help-insert-string): New function. Save buffer
17139 contents in cases where it is impossible to recompute the old contents.
17140
17141 * descr-text.el (describe-char): Set help-xref-stack-item
17142 explicitly after buffer has been generated.
17143
17144 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17145
17146 * cus-start.el (all): Add x-gtk-show-hidden-files.
17147
17148 2005-12-26 Richard M. Stallman <rms@gnu.org>
17149
17150 * replace.el (perform-replace): Calculate match-again
17151 before skipping read-only matches.
17152
17153 * paren.el (paren-showing-faces): New group.
17154 (show-paren-match, show-paren-mismatch): Move to that group.
17155
17156 * button.el (button): Put into group `basic-faces'.
17157
17158 * progmodes/make-mode.el: Remove faces from group `faces'.
17159
17160 * apropos.el (apropos, apropos-value): Doc fix.
17161 (apropos-documentation): Doc fix.
17162
17163 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
17164
17165 * subr.el (lazy-completion-table): Remove argument `args'.
17166
17167 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17168 Don't use the `args' argument of lazy-completion-table.
17169
17170 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
17171
17172 * descr-text.el (describe-char): Add optional argument for buffer.
17173 Set buffer appropriately. Call help-setup-xref.
17174 Suggested by Stefan Monnier.
17175
17176 2005-12-26 Juri Linkov <juri@jurta.org>
17177
17178 * descr-text.el: Require `help-fns' at runtime. Don't require
17179 `button' for byte compilation.
17180 (describe-text-widget): Add `help-echo' for first button.
17181 Use `help-info' for second.
17182 (describe-property-list): Use `help-argument-name' instead of `italic'.
17183 (describe-text-category): Add prompt to interactive spec.
17184 Call `help-setup-xref'.
17185 (describe-char): Use `help-character-set'. Add `help-echo' for
17186 code point. Use `help-input-method'. Remove superfluous insert.
17187
17188 2005-12-25 Richard M. Stallman <rms@gnu.org>
17189
17190 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
17191 at point, in case of narrowing.
17192
17193 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
17194
17195 * locate.el (locate-header-face): Allow nil in type.
17196
17197 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
17198
17199 2005-12-25 Romain Francoise <romain@orebokech.com>
17200
17201 * battery.el (battery-linux-proc-acpi): Also try
17202 `/proc/acpi/thermal_zone/THM0/temperature'.
17203
17204 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
17205
17206 * custom.el (custom-push-theme): Fix docstring.
17207
17208 * cus-edit.el (custom-variable-set, custom-variable-save)
17209 (custom-variable-save): Custom-quote widget values.
17210 (customize-save-variable): Fix custom-push-theme call.
17211
17212 2005-12-24 Eli Zaretskii <eliz@gnu.org>
17213
17214 * w32-fns.el (w32-batch-update-autoloads): New function.
17215
17216 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
17217 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
17218 from the command line.
17219
17220 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
17221
17222 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
17223 reset means to remove setting from theme entirely. Don't keep
17224 expanding theme-settings list; delete old entries if necessary.
17225
17226 * cus-edit.el (custom-buffer-create-internal): Move "Erase
17227 customization" button one line up.
17228 (custom-themed): New face.
17229 (custom-magic-alist): New value, THEMED, for theme settings.
17230 (custom-variable-state-set, custom-face-state-set):
17231 Check theme-value instead of saved-value.
17232 (custom-variable-reset-standard, custom-face-reset-standard):
17233 Remove theme setting entirely. Recalculate new values.
17234 (custom-variable-set, custom-variable-set)
17235 (custom-variable-reset-saved, custom-variable-reset-backup)
17236 (custom-face-set, custom-face-reset-saved): Update `user' theme.
17237 (custom-variable-save): Fix typos.
17238
17239 2005-12-23 Juri Linkov <juri@jurta.org>
17240
17241 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
17242 Add autoload cookies.
17243 (edebug-outside-d-c-i-n-s-w): New variable.
17244 (edebug-display, edebug-outside-excursion): Use it to save the
17245 original value of default-cursor-in-non-selected-windows.
17246 Set default-cursor-in-non-selected-windows to t while Edebug
17247 is active.
17248 (edebug-mode, edebug-eval-mode): Doc fix.
17249
17250 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
17251 with `buffer-substring-no-properties' to remove common substring
17252 highlighting.
17253
17254 * info.el (info-other-window, info): Rename function argument
17255 `file' to `file-or-node'.
17256 (Info-complete-menu-item): Use local variable `complete-nodes' to
17257 keep the global value of `Info-complete-nodes' unchanged for
17258 subsequent completions.
17259 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
17260
17261 * simple.el (get-next-valid-buffer, last-buffer)
17262 (next-error-buffer-p, next-error-find-buffer)
17263 (minibuffer-history-sexp-flag): Doc fix.
17264
17265 * savehist.el (savehist-mode-hook): Add `:group'.
17266
17267 * log-view.el: Call autoload for vc-find-version.
17268 (log-view-current-file): Adjust subgroup numbers.
17269 (log-view-current-tag): Add `length'.
17270
17271 2005-12-23 Richard M. Stallman <rms@gnu.org>
17272
17273 * vc.el (vc-annotate-car-last-cons): Defn moved up.
17274
17275 2005-12-23 Juri Linkov <juri@jurta.org>
17276
17277 * hi-lock.el (hi-lock-archaic-interface-message-used)
17278 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
17279 (hi-lock-mode): Display "Hi" in the mode line only when
17280 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
17281 (hi-lock-write-interactive-patterns):
17282 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
17283 (hi-lock-set-pattern, hi-lock-set-file-patterns)
17284 (hi-lock-font-lock-hook): Set 3rd arg `how' of
17285 font-lock-add-keywords to t.
17286
17287 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
17288
17289 * hi-lock.el (hi-lock-highlight-range): New variable.
17290 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
17291 only if font-lock-fontified is non-nil. Remove overlays.
17292 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
17293 font-lock-fontified is non-nil, otherwise use overlays (instead of
17294 text properties).
17295 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
17296 New variables.
17297 (hi-lock-string-serialize): New function.
17298
17299 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17300
17301 * menu-bar.el (menu-find-file-existing): New function.
17302 (menu-bar-file-menu): Use menu-find-file-existing for Open.
17303
17304 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
17305
17306 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
17307
17308 * vc.el: Remove unnecessary leading * in docstrings.
17309 (vc-annotate-mode-map): Move initialization into declaration.
17310 (vc-static-header-alist): Nitpick on the regexp.
17311 (vc-default-init-version): New fun.
17312 (vc-register): Use it.
17313 (vc-insert-headers): Use dolist.
17314 (vc-annotate-get-backend): Remove unused function.
17315 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
17316 (vc-annotate-mode): Remove corresponding call.
17317 (vc-annotate-car-last-cons): Simplify.
17318 (vc-annotate-buffers): Remove var.
17319 (vc-annotate-backend): Make it buffer-local.
17320 (vc-annotate): Move the interaction to the interactive spec.
17321 Add a `buf' argument.
17322 (vc-annotate-warp-version): Use this new `buf' argument to avoid
17323 killing&creating a vc-annotate buffer, which is very disruptive when
17324 the buffers are shown in dedicated frames.
17325
17326 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
17327
17328 * descr-text.el: Add FSF as maintainer.
17329 (describe-text-mode, describe-text-mode-map)
17330 (describe-text-mode-hook, describe-text-done): Delete. Use normal
17331 help-mode.
17332 (describe-text-widget, describe-text-sexp)
17333 (describe-property-list, describe-text-category)
17334 (describe-text-properties, describe-text-properties-1)
17335 (describe-char): Use help buttons instead of widgets.
17336 (describe-char-unicodedata-file): Make URL link in doc string.
17337
17338 2005-12-22 Richard M. Stallman <rms@gnu.org>
17339
17340 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
17341 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
17342 Don't include buttons that write a file when there's no file.
17343 (custom-variable-menu, custom-face-menu, custom-group-menu):
17344 Don't include commands that write a file when there's no file.
17345 (customize-browse): Reword the top-of-buffer help intro.
17346 (custom-buffer-create-internal): Fix previous change.
17347 (customize-changed-options-previous-release): Prev release is 21.1.
17348 (customize-changed-options): Doc fix.
17349 (customize-changed): New alias.
17350 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
17351 Say "standard values".
17352 (Custom-reset-standard): Doc fix.
17353 (custom-face-reset-standard): Doc fix.
17354
17355 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
17356
17357 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
17358 even if font-lock-mode is non-nil since it may be t without having
17359 turned on font-lock-mode-internal.
17360 (font-lock-choose-keywords): Minor optimization.
17361 (font-lock-add-keywords, font-lock-remove-keywords)
17362 (font-lock-set-defaults): Don't call make-local-variable on a variable
17363 that we know to already be local.
17364
17365 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
17366
17367 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
17368 messages if in the minibuffer.
17369
17370 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
17371
17372 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
17373 (tex-mode-flyspell-verify, flyspell-get-word)
17374 (flyspell-external-point-words): Don't use point-min/max uselessly.
17375
17376 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
17377 by Kevin Rodgers. Instead, just hide the completions buffer if we
17378 don't need to show it.
17379
17380 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
17381
17382 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
17383
17384 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
17385
17386 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
17387 delete-windows-on with an inexistent buffer.
17388
17389 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
17390
17391 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17392 Delete defcustom variable :tag names.
17393
17394 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
17395
17396 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
17397 (log-view-font-lock-keywords): Ajust subgroup numbers.
17398 (log-view-current-tag): Don't hard code the number of subgroups.
17399
17400 2005-12-20 Juri Linkov <juri@jurta.org>
17401
17402 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
17403 (tooltip-x-offset, tooltip-y-offset): Doc fix.
17404
17405 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
17406 (menu-bar-non-minibuffer-window-p): Instead of checking
17407 display-multi-frame-p, use selected-frame when menu-updating-frame
17408 is nil.
17409
17410 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
17411
17412 * align.el (align-rules-list): Use [ \t] instead of \s-
17413 for column separators in text mode.
17414
17415 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
17416
17417 * help-mode.el (help-customize-variable, help-customize-face):
17418 Don't pop help-xref-stack as help-follow no longer pushes
17419 anything on to it.
17420
17421 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
17422
17423 * textmodes/org.el (org-agenda-custom-commands): New option.
17424 (org-agenda): Offer custom commands on splash screen.
17425 (org-make-tags-matcher): Parser for Boolean logic added.
17426 (org-agenda-set-tags): New command.
17427 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
17428 (org-set-tags): Efficiency improvements.
17429 (org-auto-align-tags): New option.
17430 (org-todo, org-demote, org-promote): Realign tags.
17431 (org-tags-completion-function): Use also "&" and "|" as separators.
17432 (org-org-menu): Agenda commands simplified.
17433
17434 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
17435
17436 * cus-edit.el (customize-apropos, customize-apropos-options):
17437 Docstring changes.
17438
17439 * font-lock.el (font-lock): Add tags to the links in the defgroup.
17440
17441 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
17442
17443 * longlines.el (longlines-mode): Wrap while widened.
17444 (longlines-decode-region, longlines-encode-region): Compute max
17445 just once.
17446
17447 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17448
17449 * cus-edit.el (mac): New group.
17450
17451 * cus-start.el (all): Add user options in macterm.c. Add test for
17452 Mac-related built-ins. Fix test for GTK-related built-ins.
17453
17454 * term/mac-win.el (mac-handle-language-change)
17455 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
17456 (mac-services-open-selection, mac-services-mail-selection)
17457 (mac-services-mail-to, mac-services-insert-text)
17458 (mac-dispatch-apple-event): Add docstrings.
17459 (x-get-selection, mac-select-convert-to-string): Select coding
17460 system from `utf-16be' and `utf-16le' using `byteorder'.
17461
17462 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
17463
17464 * subr.el (lazy-completion-table): Don't be fooled if the var holds
17465 a "list" (lambda ...) rather than a real completion list.
17466
17467 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
17468 lexical-let when encountering ((lambda (...) ...) ...).
17469
17470 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
17471
17472 * progmodes/sh-script.el (sh-mode):
17473 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
17474 * textmodes/picture.el (picture-mode): Update docstrings.
17475
17476 2005-12-17 Eli Zaretskii <eliz@gnu.org>
17477
17478 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
17479 commands enclosed in $(ARGQUOTE)s should not be split between two
17480 lines, as that will break with GNU Make >3.80, when sh.exe is used
17481 and arg quoting is with '..'.
17482 (autoloads): Don't break the quoted --eval expression between
17483 several lines.
17484
17485 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
17486
17487 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
17488 Capture error from printing circular structures.
17489
17490 2005-12-17 Martin Rudalics <rudalics@gmx.at>
17491
17492 * wid-edit.el (widget-checkbox-action): Clear undo info.
17493
17494 2005-12-16 Bill Wohler <wohler@newt.com>
17495
17496 * menu-bar.el (kill-this-buffer): Set a good example by using menu
17497 bar, not menubar in comment.
17498
17499 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
17500
17501 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
17502 After-change-functions should not clobber the match data.
17503
17504 2005-12-16 Juri Linkov <juri@jurta.org>
17505
17506 * simple.el (choose-completion): Use `buffer-substring-no-properties'
17507 instead of `buffer-substring'.
17508 (completion-common-substring): Doc fix.
17509 (completion-setup-function): Use minibuffer-completion-contents
17510 instead of minibuffer-contents. Don't set common-string-length
17511 initially. Remove special handling of partial-completion-mode.
17512 Move computation of completion-base-size into one cond.
17513 Call completion-base-size-function in mainbuf. In computation of
17514 completion-base-size for file name completion don't move point to
17515 the end of the minibuffer. Move computation of common-string-length
17516 into one cond. Start putting faces only when common-string-length>=0.
17517 Add condition to put completions-common-part when
17518 common-string-length>0.
17519
17520 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
17521 place point at the first different character in the minibuffer
17522 even if this position is at the beginning of the minibuffer.
17523
17524 * info.el (Info-read-node-name-1): In completion-base-size-function's
17525 lambda return 1 if common-substring or minibuffer-completion-contents
17526 starts with (, and 0 otherwise.
17527
17528 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
17529 Use `crm-current-element' for second arg of `display-completion-list'.
17530
17531 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
17532
17533 * files.el (set-auto-mode): Look for an interpreter specified on
17534 the first line also if search for mode specification succeeded,
17535 but the mode is not known.
17536
17537 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
17538
17539 * textmodes/org.el (org-tags-match-list-sublevels): New option.
17540 (org-open-at-point): Implement tag searches as links.
17541 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
17542 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
17543 (org-tags-sparse-tree, org-tags-view, org-set-tags)
17544 (org-agenda-dispatch): New commands.
17545 (org-use-tag-inheritance, org-tags-column): New options.
17546 (org-tab-follows-link, org-return-follows-link): New options.
17547 (org-tags): New customize group.
17548 (org-start-icalendar-file): Get local time zone.
17549 (org-tags-completion-function): New function.
17550 (org-set-font-lock-defaults): Make sure links will also be
17551 highlighted inside headlines.
17552
17553 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
17554
17555 * term.el (term-emulate-terminal):
17556 Let term-handle-ansi-terminal-messages override what Bash says about
17557 its current directory.
17558
17559 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17560
17561 * bindings.el (last-buffer): Move to simple.el.
17562 * simple.el (last-buffer): Move here.
17563 (get-next-valid-buffer): New function.
17564 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
17565 (prev-buffer): Ditto. Rename to `previous-buffer'.
17566
17567 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
17568 * bindings.el (global-map): Ditto.
17569
17570 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
17571
17572 * cus-edit.el: Introductory comment change.
17573 (custom-magic-alist): Change message string for the `rogue' state.
17574
17575 2005-12-15 Richard M. Stallman <rms@gnu.org>
17576
17577 * tooltip.el: Delete defcustom variable :tag names.
17578
17579 * complete.el (partial-completion-mode): Doc fix.
17580
17581 * textmodes/flyspell.el (flyspell-external-point-words):
17582 Use save-excursion to ensure we don't move backward in the
17583 search loop, not even one character.
17584 (flyspell-delete-all-overlays): Use remove-overlays directly.
17585
17586 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
17587 (ispell-start-process): Set that variable.
17588 Clear ispell-buffer-local-name.
17589 (ispell-internal-change-dictionary):
17590 Set ispell-current-dictionary after killing process.
17591 (ispell-buffer-local-dict):
17592 Don't set spell-personal-dictionary after killing process.
17593 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
17594 (ispell-tex-skip-alists, ispell-html-skip-alists)
17595 (ispell-skip-region-alist): Mark as risky.
17596
17597 * net/newsticker.el (newsticker--retrieval-timer-list)
17598 (newsticker--display-timer, newsticker-running-p)
17599 (newsticker-ticker-running-p): Definitions moved up.
17600
17601 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
17602
17603 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
17604
17605 2005-12-15 David Ponce <david@dponce.com>
17606
17607 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
17608 (recentf-edit-list, recentf-open-files): Signal an error when
17609 there is no recent file.
17610
17611 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
17612
17613 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
17614 read-only except for texinfo-format-region evaluation.
17615
17616 2005-12-14 Richard M. Stallman <rms@gnu.org>
17617
17618 * vc.el (vc-default-previous-version, vc-default-next-version)
17619 (vc-do-command): Doc fixes.
17620
17621 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17622
17623 * textmodes/bibtex.el (bibtex-expand-strings)
17624 (bibtex-autokey-expand-string, bibtex-name-part)
17625 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
17626 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
17627 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
17628 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
17629 (bibtex-entry-postfix, bibtex-known-entry-type-re)
17630 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
17631 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
17632 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
17633 (bibtex-beginning-of-last-entry): Remove.
17634 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
17635 message if comma is missing but buffer is read-only.
17636 (bibtex-parse-field-text): Handle whitespaces at the end of field
17637 text. Return 3-element list with beginning and end of field text
17638 and end of field.
17639 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
17640 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
17641 (bibtex-search-forward-field, bibtex-search-backward-field):
17642 Search always delimited by limits of entry. Use more efficient
17643 search algorithms.
17644 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
17645 bibtex-end-of-name-in-field.
17646 (bibtex-text-in-field-bounds): Handle BibTeX strings when
17647 extracting the content of a field.
17648 (bibtex-text-in-field): Use search limits.
17649 (bibtex-parse-string-prefix): Handle empty string keys based on
17650 bibtex-string-empty-key.
17651 (bibtex-parse-string): Fix docstring.
17652 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
17653 (bibtex-preamble-prefix, bibtex-strings): New functions.
17654 (bibtex-skip-to-valid-entry): Include preceding whitespace in
17655 BibTeX entries (consistent with other BibTeX functions).
17656 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
17657 (bibtex-search-entry): Fix docstring. Simplify.
17658 (bibtex-flash-head, bibtex-complete-string-cleanup)
17659 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
17660 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
17661 (bibtex-parse-entry): New optional arg content.
17662 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
17663 Use bibtex-text-in-field-bounds.
17664 (bibtex-print-help-message): Handle BibTeX strings and preambles.
17665 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
17666 bibtex-parse-string-postfix.
17667 (bibtex-find-text-internal): New function.
17668 (bibtex-remove-delimiters): Use it.
17669 (bibtex-find-text): Use it. New optional arg help.
17670 (bibtex-complete): Handle BibTeX string and preamble entries.
17671 (bibtex-Preamble): Fix order of closing delimiters.
17672
17673 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
17674
17675 * vc.el (vc-default-revert): New fun.
17676
17677 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
17678
17679 2005-12-14 Romain Francoise <romain@orebokech.com>
17680
17681 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
17682 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
17683 (font-lock-remove-keywords): Likewise.
17684
17685 2005-12-14 Juri Linkov <juri@jurta.org>
17686
17687 * log-view.el (log-view-diff): Doc fix.
17688
17689 * isearch.el (isearch-query-replace): Use (mark) instead of
17690 isearch-opoint if mark is active in transient-mark-mode.
17691
17692 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
17693
17694 * isearch.el (isearch-query-replace): Check for isearch-other-end.
17695
17696 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
17697
17698 * progmodes/cpp.el (cpp-face): New widget.
17699 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
17700
17701 2005-12-14 Juri Linkov <juri@jurta.org>
17702
17703 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
17704 around `erase-buffer' and `insert'.
17705
17706 * descr-text.el (describe-text-properties): Replace buffer name
17707 "*Help-2*" with "*Help*<2>".
17708 (describe-char): Add functions print-help-return-message,
17709 toggle-read-only. Use help-setup-xref with nil to not store
17710 describe-char in help-xref-stack. Use help-make-xrefs to
17711 make [back] button.
17712
17713 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
17714
17715 * wdired.el (wdired-old-point): New internal variable.
17716 (wdired-change-to-wdired-mode): Set it buffer-locally.
17717 (wdired-abort-changes): Restore point after aborting changes.
17718
17719 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
17720
17721 * vc.el (vc-do-command): Add a new value t for okstatus.
17722
17723 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
17724 frame in case of errors.
17725
17726 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17727
17728 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
17729 so it comes after "On the Left" in the menu.
17730
17731 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
17732
17733 * cus-edit.el (customize-apropos, customize-apropos-options)
17734 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
17735
17736 2005-12-12 Bill Wohler <wohler@newt.com>
17737
17738 * vc-svn.el (vc-svn-registered): Fix problem of visiting
17739 non-writable Subversion-controlled files by saving window
17740 configuration before calling vc-do-command. vc-do-command calls
17741 pop-to-buffer on error which is unexpected during registration.
17742
17743 2005-12-12 Jay Belanger <belanger@truman.edu>
17744
17745 * calc/README: Update the summary of changes.
17746
17747 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
17748
17749 * descr-text.el (describe-char): Rework last fix to solve the problem
17750 is the same way it's solved for everything else in that function
17751 (i.e. by extracting the info before setting up the *Help* buffer).
17752
17753 2005-12-12 Kim F. Storm <storm@cua.dk>
17754
17755 * subr.el (version-regexp-alist): Allow space as separator before
17756 non-numeric part, e.g. "1.0 alpha".
17757 (version-to-list): Interpret .X.Y version as 0.X.Y version.
17758
17759 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
17760
17761 * textmodes/org.el (org-agenda, org-timeline, org-todo):
17762 Implement Logging and the keep-modes setting.
17763 (org-get-category): Make sure a string is returned.
17764 (org-log-done): New function.
17765 (org-log-done, org-closed-string): New options.
17766
17767 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17768
17769 * tooltip.el (tooltip-y-offset): Change default to 20.
17770
17771 2005-12-12 Richard M. Stallman <rms@gnu.org>
17772
17773 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
17774
17775 * frame.el (display-hourglass): Doc fix.
17776
17777 * help.el (help-for-help-internal): Simplify entry for `a'.
17778
17779 * info.el (Info-on-current-buffer): Doc fix.
17780 (info-insert-file-contents): Don't test (featurep 'jka-compr).
17781
17782 * startup.el (inhibit-splash-screen): Make this the real name.
17783 (inhibit-startup-message): Make this the alias.
17784 (command-line): Find only simple.el, and use its directory
17785 to fill in other preloaded files' names.
17786 (command-line): Deactivate the mark if deactivate-mark is set.
17787
17788 * international/mule.el (load-with-code-conversion):
17789 Bind deactivate-mark.
17790
17791 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
17792
17793 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
17794
17795 * cus-edit.el (customize-apropos): Avoid listing an option more
17796 than once under different aliases. No longer list user options
17797 that are not defined with defcustom (unless a prefix arg is given).
17798 Doc fix.
17799 (customize-apropos-options): Doc fix.
17800
17801 2005-12-11 Juri Linkov <juri@jurta.org>
17802
17803 * frame.el (set-background-color, set-foreground-color)
17804 (set-cursor-color, set-mouse-color, set-border-color):
17805 Add explicit prompts to read colors by `facemenu-read-color'.
17806 (show-trailing-whitespace, blink-cursor-delay)
17807 (blink-cursor-interval, display-hourglass, hourglass-delay):
17808 Remove tags.
17809 (display-hourglass, hourglass-delay): Doc fix.
17810 (cursor-in-non-selected-windows): Capitalize words in tag.
17811
17812 * faces.el (frame-background-mode): Replace `choice-item' keywords
17813 with `const' to not make [default] button. Change default value tag
17814 from `default' to `automatic'. Doc fix.
17815 (trailing-whitespace) <defface>: Change group `whitespace' to
17816 `whitespace-faces'.
17817
17818 2005-12-11 Richard M. Stallman <rms@gnu.org>
17819
17820 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
17821
17822 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17823
17824 * term/mac-win.el: Create keymap for mac-apple-event-map.
17825
17826 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
17827
17828 * tooltip.el (tooltip-mode): Move to start of file so that it
17829 appears at top of customize buffer.
17830
17831 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17832 Add the gud groupname.
17833 (gud-tooltip-mode): Add the tooltip groupname.
17834 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
17835 avoid conflict with tooltip-use-echo-area.
17836
17837 2005-12-10 Romain Francoise <romain@orebokech.com>
17838
17839 * help.el (help-for-help-internal): Add `r' in doc string.
17840
17841 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17842
17843 * align.el (align-regexp, align-highlight-rule):
17844 Use region-beginning and region-end instead of point and mark, so that
17845 repetition (with `repeat-complex-command') recomputes the region
17846 bounds.
17847
17848 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
17849
17850 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17851 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17852 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
17853 (balance-windows): Rewrite using the above new functions.
17854
17855 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
17856
17857 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
17858 react if global-hi-lock-mode seems intended.
17859 (global-hi-lock-mode): Renamed from hi-lock-mode.
17860 (hi-lock-archaic-interface-message-used)
17861 (hi-lock-archaic-interface-deduce): New variables.
17862 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
17863 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
17864 (hi-lock-find-patterns, hi-lock-font-lock-hook):
17865 Replace hi-lock-buffer-mode with hi-lock-mode.
17866
17867 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
17868
17869 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
17870 completion list, even after a partial completion has been
17871 inserted in the current buffer. If there are more than 1
17872 completion, redisplay the *Completions* buffer; if the
17873 completion is unique, delete the *Completions* window.
17874
17875 2005-12-10 Eli Zaretskii <eliz@gnu.org>
17876
17877 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
17878 strings and long subject lines that were broken into multiple
17879 lines at arbitrary places. Handle subjects that have "Re: " in
17880 the middle.
17881
17882 2005-12-10 John W. Eaton <jwe@octave.org>
17883
17884 * emacs/octave-mod.el (octave-electric-space): Don't indent
17885 comments or strings if octave-auto-indent is nil.
17886
17887 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17888
17889 * term/mac-win.el: Require url when compiling.
17890 Call mac-process-deferred-apple-events after loading init files.
17891 (mac-apple-event-map): New defvar. Define event handlers in it.
17892 (core-event, internet-event): New Apple event class symbols.
17893 (open-application, reopen-application, open-documents)
17894 (print-documents, open-contents, quit-application)
17895 (application-died, show-preferences, autosave-now, get-url):
17896 New Apple event ID symbols.
17897 (about): New HICommand ID symbol.
17898 (mac-event-spec, mac-event-ae): New macros.
17899 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
17900 (mac-ae-selection-range, mac-ae-text-for-search)
17901 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
17902 (mac-application-menu-map): Remove keymap. Handlers for HICommand
17903 and Services menu events are now defined in mac-apple-event-map.
17904 (mac-drag-n-drop): Remove selection range handling.
17905
17906 2005-12-10 Kenichi Handa <handa@m17n.org>
17907
17908 * simple.el (zap-to-char):
17909 * isearch.el (isearch-process-search-char): Translate CHAR by
17910 translation-table-for-input.
17911
17912 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
17913
17914 * foldout.el (foldout-exit-fold): Properly hide subtree.
17915
17916 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
17917
17918 * files.el (save-buffer):
17919 * international/ucs-tables.el (ucs-set-table-for-input):
17920 * mail/mail-extr.el (mail-extract-address-components):
17921 * mail/sendmail.el (mail-mode): Reformat doc string.
17922
17923 2005-12-09 Juri Linkov <juri@jurta.org>
17924
17925 * isearch.el (isearch-highlight): Change main overlay priority
17926 from 1 to 1001. Simplify.
17927 (isearch-lazy-highlight-update): Change lazy overlay priority
17928 from 0 to 1000.
17929
17930 * replace.el (replace-highlight): Change overlay priority from
17931 1 to 1001.
17932
17933 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
17934 Change overlay priority from 1 to 1001. Reuse existing overlay.
17935
17936 * compare-w.el (compare-windows-highlight): Change overlay
17937 priority from 1 to 1000.
17938
17939 * menu-bar.el (menu-bar-edit-menu): Add listp around
17940 pending-undo-list to disable menu item "undo" when pending
17941 undo list is empty.
17942
17943 * locate.el (locate): Disable undo in *Locate* buffer.
17944
17945 2005-12-09 Kim F. Storm <storm@cua.dk>
17946
17947 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
17948
17949 2005-12-09 David Ponce <david@dponce.com>
17950
17951 * recentf.el: Improvement of the menu code.
17952 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
17953 instead of menu hook.
17954 (recentf-show-menu, recentf-hide-menu): New functions.
17955 (recentf-menu-customization-changed, recentf-mode): Use them.
17956 (recentf-menu-action, recentf-max-menu-items)
17957 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
17958 (recentf-arrange-by-rule-others)
17959 (recentf-arrange-by-rules-min-items)
17960 (recentf-arrange-by-rule-subfilter): Don't use
17961 `recentf-menu-customization-changed'.
17962 (recentf-arrange-rules): Likewise. Accept functions to compute
17963 sub-menu titles.
17964 (recentf-menu-filter): Likewise. Doc fix.
17965 (recentf-menu-value-shortcut): Doc fix.
17966 (recentf-dump-variable): Quote atom value.
17967 (recentf-make-menu-items): Update to use it as a menu filter.
17968 (recentf-match-rule): New function.
17969 (recentf-arrange-by-rule): Use it.
17970 (recentf-indirect-mode-rule): New function.
17971 (recentf-build-mode-rules): Use it.
17972 (recentf-dir-rule): New function.
17973 (recentf-arrange-by-dir): Use it.
17974 (recentf-filter-changer-current): Rename from
17975 `recentf-filter-changer-state'. All references updated.
17976 (recentf-filter-changer-alist): Update filter names.
17977 (recentf-filter-changer-select): New function.
17978 (recentf-filter-changer): Use it. Make a sub-menu from filters
17979 available in `recentf-filter-changer-alist'.
17980 (recentf-data-cache, recentf-clear-data)
17981 (recentf-update-menu): Remove. All references updated.
17982 (recentf-match-rule-p, recentf-build-dir-rules)
17983 (recentf-filter-changer-goto-next)
17984 (recentf-filter-changer-get-current)
17985 (recentf-filter-changer-get-next): Remove.
17986
17987 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
17988
17989 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
17990 buffer "Reset" button to "Reset to Current" for consistency with
17991 the State buttons.
17992
17993 2005-12-08 John Paul Wallington <jpw@pobox.com>
17994
17995 * ibuf-ext.el (define-ibuffer-filter filename):
17996 If `dired-directory' is a list then really use its car.
17997
17998 2005-12-08 Kim F. Storm <storm@cua.dk>
17999
18000 * emulation/cua-rect.el (cua--rectangle-aux-replace):
18001 Fix indention of text on right side of replaced rectangle.
18002
18003 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
18004
18005 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
18006 No need to check gud-comint-buffer is bound.
18007 (gdb): Prevent multiple debugging when first session uses gdba.
18008
18009 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18010
18011 CC Mode update to 5.31.
18012
18013 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
18014 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
18015 We might do this function properly in the future).
18016
18017 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
18018 New macros c-sentence-end and c-default-value-sentence end, to cope
18019 with Emacs 22's new function `sentence-end'.
18020
18021 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18022
18023 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
18024 compat issue using `c-put-overlay' and `c-delete-overlay'.
18025
18026 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
18027 New compat macros to handle overlays/extents.
18028
18029 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18030
18031 * progmodes/cc-fix.el: Add definitions of the macros push and pop
18032 (for GNU Emacs 20.4).
18033
18034 * progmodes/cc-defs.el:
18035 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
18036
18037 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
18038 highlighting mechanism so it will work in XEmacs too.
18039
18040 * progmodes/cc-defs.el: Insert c-int-to-char.
18041
18042 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
18043 call to the new macro c-int-to-char. This solves XEmacs's
18044 regarding characters as different from integers.
18045
18046 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18047
18048 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
18049 New internal helper.
18050
18051 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
18052 construct to make the indirect face lookup work in XEmacs.
18053
18054 (c-cpp-matchers): Append the negation char face to the existing
18055 fontification, so that the cpp face doesn't disappear.
18056 Use `c-make-syntactic-matcher' to avoid negation chars in comments
18057 and strings.
18058
18059 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
18060 to map to `font-lock-negation-char-face' in emacsen where it exists.
18061
18062 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18063
18064 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
18065
18066 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
18067 Rename "c-subword-move-mode" as "c-subword-mode".
18068
18069 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
18070 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
18071
18072 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18073
18074 * progmodes/cc-mode.el: Added autoload directive for
18075 `c-subword-move-mode' for use in older emacsen.
18076
18077 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18078
18079 * progmodes/cc-mode.el:
18080 (i): Insert a binding for C-c C-backspace into
18081 c-bind-special-erase-keys which works in TTYs.
18082 (ii): Make sure that when file styles are used, any explicitly
18083 given style variables take priority over those in the style.
18084 Do this by calling `hack-local-variables' a second time.
18085
18086 * progmodes/cc-vars.el: Add language specific customization
18087 widgets for AWK to c-doc-comment-style, c-require-final-newline
18088 and c-default-style. Add a defcustom for awk-mode-hook.
18089 Give c-syntactic-element and c-syntactic-context doc-strings by
18090 directly setting their `variable-documentation' propery.
18091 This allows Emacs 22.1 to read these with C-h v.
18092
18093 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
18094
18095 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18096
18097 * progmodes/cc-fonts.el, cc-vars.el
18098 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
18099 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
18100 Masatake YAMATO.
18101
18102 (c-doc-comment-style): Made GtkDoc default in C mode.
18103
18104 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
18105 and C-c C-<delete>.
18106
18107 (c-bind-special-erase-keys): New function for use on
18108 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
18109
18110 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
18111 <delete> key behavior in XEmacs according to `delete-forward-p'.
18112 C.f. `c-electric-delete'.
18113
18114 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18115
18116 * progmodes/cc-mode.el: Give c-hungry-backspace and
18117 c-hungry-delete-forward permanent key bindings.
18118
18119 * progmodes/cc-cmds.el (c-electric-semi&comma):
18120 Bind c-syntactic-context for calls to "criteria functions", for
18121 consistency with other calls to user functions.
18122
18123 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
18124 `current-prefix-arg', since this might be the prefix arg to a
18125 command which calls c-indent-command as a function. Change the
18126 interactive spec from "p" to "P".
18127
18128 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
18129 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
18130 was difficult to understand.
18131
18132 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18133
18134 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
18135 first char of an identifier.
18136
18137 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
18138 +" syntax in C++.
18139
18140 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18141
18142 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
18143 auto-fill doesn't split a c-comment's last word from a hanging
18144 "*/" when a space is typed between them after fill-column.
18145
18146 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
18147
18148 * progmodes/cc-styles.el (c-set-style)
18149 (c-setup-paragraph-variables): Abort the command if we're not in a
18150 CC Mode buffer.
18151
18152 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
18153 with blank comment-prefix, and a blank line as the comment's
18154 second line.
18155
18156 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18157
18158 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
18159 Incorporate the patterns added in the Emacs development branch
18160 for the new Emacs 22 face `font-lock-negation-char-face'.
18161
18162 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
18163 of "red" since it stands out better in xterms and DOS terminals.
18164
18165 * progmodes/cc-engine.el (c-literal-faces):
18166 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
18167
18168 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18169
18170 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
18171 forcibly enable c-electric-flag.
18172
18173 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
18174 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
18175 after the comment-prefix of a C-style comment will close that comment.
18176
18177 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18178
18179 * progmodes/cc-fonts.el (c-basic-matchers-before)
18180 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
18181 in Pike.
18182
18183 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
18184 digraphs.
18185
18186 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
18187 (c-cpp-message-directives, c-cpp-include-directives)
18188 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
18189 (c-cpp-expr-directives): Introduce new language constants to
18190 control cpp syntax in a cleaner way.
18191
18192 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
18193
18194 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
18195
18196 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
18197 (c-multiline-string-start-char): New language constants and
18198 variables to specify how newlines in string literals work.
18199
18200 (c-font-lock-invalid-string): Use them.
18201
18202 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
18203 unbalanced close brace is entered. Optimization by avoiding going
18204 back over arbitrarily large blocks. Removed hints that this
18205 function only would be relevant/useful in AWK.
18206
18207 (c-electric-brace): Indent syntactically after the cleanups since
18208 lineup functions might do it differently then.
18209
18210 * progmodes/cc-engine.el, cc-langs.el
18211 (c-opt-op-identifier-prefix): New language constant and variable.
18212
18213 (c-just-after-func-arglist-p, c-after-special-operator-id)
18214 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
18215
18216 * progmodes/cc-align.el, cc-engine.el
18217 (c-after-special-operator-id): New helper to handle C++ operator
18218 identifiers.
18219
18220 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
18221 (c-guess-basic-syntax): Handle C++ operator identifiers in
18222 declarations.
18223
18224 * progmodes/cc-langs.el (c-assignment-operators): Add the
18225 trigraph version of ^= too.
18226
18227 * progmodes/cc-langs.el (c-assignment-operators): Add the
18228 trigraph version of |= in C++.
18229
18230 * progmodes/cc-fonts.el (c-font-lock-declarators):
18231 Handle `c-decl-hangon-kwds' after the identifier name.
18232
18233 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
18234 whether an arglist is "nonempty", ignore a comment after the open
18235 paren if it isn't followed by a non-comment token on the same line.
18236
18237 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
18238 Enable heuristics below the point to cope with classes inside special
18239 brace lists in Pike.
18240
18241 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18242
18243 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
18244
18245 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18246
18247 * progmodes/cc-guess.el (cc-guess-install): New function to
18248 install an already guessed style in another buffer.
18249
18250 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
18251 sets `inhibit-read-only' - `c-save-buffer-state' should be used
18252 anyway if the change always is undone.
18253
18254 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18255
18256 Implement togglable electricity:
18257
18258 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
18259 saying when it should be used.
18260
18261 * progmodes/cc-engine.el: Add the new buffer-local variable,
18262 c-electric-flag.
18263
18264 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
18265 c-toggle-auto-newline.
18266
18267 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
18268 c-toggle-auto-newline. Remove the binding for
18269 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
18270 c-toggle-electric-state.
18271
18272 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
18273
18274 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
18275 c-\(forward\|backward\)-subword.
18276 (c-update-modeline): Add the new modeline flag `l' for
18277 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
18278 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
18279 Make the old name an alias of the new name.
18280 (c-toggle-electric-state): New function.
18281 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
18282 Adapt these functions to do electric things only when
18283 c-electric-flag is non-nil.
18284 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
18285 new functions from c-electric-brace.
18286 (c-point-syntax): Add a check for "virtual semicolons" in AWK
18287 mode, so that the tentative extra newline doesn't change the
18288 syntax of the following brace.
18289 (c-electric-brace): Restructure by extracting the above functions.
18290 Tidy up the coding somewhat.
18291 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
18292 restructure a bit.
18293
18294 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18295
18296 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
18297 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
18298
18299 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
18300 (c-submode-indicators): Change name from `c-auto-hungry-string'
18301 since it's now used to track another submode.
18302
18303 (c-update-modeline): Convert to function and extended to check
18304 `c-subword-move-mode'.
18305
18306 (c-forward-into-nomenclature, c-backward-into-nomenclature):
18307 Convert to compat aliases for `c-forward-subword' and
18308 `c-backward-subword'.
18309
18310 * progmodes/cc-subword.el: New functions and minor mode to handle
18311 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
18312
18313 (c-forward-subword, c-backward-subword, c-mark-subword)
18314 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
18315 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
18316 Functions corresponding to the standard word handling functions.
18317
18318 (c-subword-move-mode): Minor mode that replaces all the standard
18319 word handling functions with their subword equivalences.
18320
18321 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18322
18323 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
18324 entry for one-liner-defun.
18325
18326 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
18327 name in its def-edebug-spec.
18328
18329 * progmodes/cc-cmds.el (c-electric-brace): Make the
18330 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
18331 compacts space before a comment, if this will make things fit on
18332 one line.
18333
18334 Introduce an "awk" style, mainly for auto-newline and clean-ups.
18335
18336 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
18337
18338 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
18339 clean-up one-liner-defun.
18340
18341 * progmodes/cc-styles.el: Add the new "awk" style.
18342
18343 * progmodes/cc-vars.el: Add description of one-liner-defun to
18344 c-cleanup-list's doc-string. New user options,
18345 c-max-one-liner-length. In c-default-style, set the default style
18346 for AWK to "awk".
18347
18348 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18349
18350 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
18351 macros inside labels.
18352
18353 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
18354 `c-at-statement-start-p' and `c-at-expression-start-p'.
18355
18356 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
18357 error if the mark isn't set.
18358
18359 * progmodes/cc-engine.el (c-guess-continued-construct)
18360 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
18361 accurately detect functions inside functions.
18362
18363 * progmodes/cc-engine.el (c-at-expression-start-p): New function
18364 like `c-at-statement-start-p' that additionally recognizes commas
18365 and expression parentheses as delimiters.
18366
18367 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
18368 to avoid heuristics that doesn't work for unclosed blocks.
18369 (c-at-statement-start-p): New function.
18370
18371 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
18372 Objective-C directives, e.g. directives spanning lines should work
18373 reasonably well now.
18374
18375 (c-put-c-type-property, c-clear-c-type-property): New helpers.
18376
18377 (c-forward-objc-directive): New function to move over any ObjC
18378 directive.
18379
18380 (c-just-after-func-arglist-p, c-guess-basic-syntax)
18381 (c-basic-matchers-before): Use it.
18382
18383 (c-font-lock-objc-iip-decl): Remove.
18384
18385 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
18386 in the template arglist recognition.
18387
18388 * progmodes/cc-styles.el (c-style-alist): Fix several
18389 inconsistencies in the Whitesmith style.
18390
18391 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
18392 New lineup function to get lines after Whitesmith style blocks
18393 correctly indented.
18394
18395 (c-lineup-whitesmith-in-block): Back out the compensation for
18396 opening parens since it's done using `add' lists in the style
18397 definition instead. Don't use the anchor position since it varies
18398 too much between the syntactic symbols. :P
18399
18400 * progmodes/cc-vars.el (c-valid-offset): Update.
18401
18402 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
18403 lists where the offsets are combined according to several
18404 different methods: `first', `min', `max', and `add'.
18405 Report offset evaluation errors with `c-benign-error' so that some kind
18406 of reindentation still is done.
18407
18408 * progmodes/cc-engine.el (c-guess-basic-syntax):
18409 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
18410 `arglist-close'.
18411
18412 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
18413 situations for `arglist-cont-nonempty' and `arglist-close'.
18414
18415 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
18416
18417 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
18418 cc-bytecomp-boundp' in a number of places.
18419
18420 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
18421 macro related issue.
18422
18423 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18424
18425 * progmodes/cc-awk.el: Change the terminology of regexps: A char
18426 list is now [asdf], a char class [:alpha:].
18427 Include code for char classes.
18428 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
18429 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
18430
18431 Remove (nearly all of) the cruft associated with AWK Mode's former
18432 concept of "virtual semicolons":
18433
18434 Adapt c-beginning-of-statement, c-end-of-statement (together with
18435 subfunctions) to use the new notion of "virtual semicolon" in
18436 place of the old awkward special handling for AWK. There remains
18437 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
18438 * progmodes/cc-cmds.el:
18439 (c-ascertain-adjacent-literal): In the backwards direction, now
18440 recognises AWK regexp delimiters as string delimiters.
18441 (c-after-statement-terminator-p): Adapt for virtual semicolons;
18442 check more rigorously for "end of macro".
18443 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
18444 virtual semicolons;
18445 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
18446 out the code for forward movement into ...
18447 (c-end-of-statement): Now contains the code for forward movement,
18448 adapted for virtual semicolons.
18449
18450 * progmodes/cc-engine.el:
18451 (c-ws*-string-limit-regexp): New regexp.
18452 (c-forward-single-comment, c-backward-single-comment): Comment out
18453 the (now redundant) "special" AWK stuff.
18454
18455 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
18456 c-string-par-start, c-string-par-separate to be more like Text
18457 Mode than Fundamental Mode.
18458
18459 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18460
18461 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
18462 to the fontified region so that fontification doesn't occur
18463 outside it (could happen e.g. when fontifying a line with an
18464 unfinished declaration).
18465
18466 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18467
18468 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
18469 start of the file. ^L now separate sections of the file.
18470 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
18471 (c-awk-one-line-possibly-open-string-re)
18472 (c-awk-regexp-one-line-possibly-open-char-class-re)
18473 (c-awk-one-line-possibly-open-regexp-re)
18474 (c-awk-one-line-non-syn-ws*-re): New defonsts.
18475 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
18476
18477 Amend the concept of "virtual semicolons" (in the indentation
18478 engine) for languages like AWK, such that they are now
18479 conceptually attached to end of the last token of a statement, not
18480 the end of the line. (In AWK Mode, however, the pertinent text
18481 property is still physically set on the EOL.) Remove the specific
18482 tests for awk-mode, thus facilitating the introduction of other
18483 language modes where EOLs can end statements.
18484 (Note: The funtionality in cc-cmds.el, specifically
18485 c-beginning/end-of-statement has yet to be amended.)
18486
18487 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
18488 New macros.
18489
18490 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
18491 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
18492 c-vsemi-status-unknown-p-fn (in a new page).
18493
18494 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
18495 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
18496 numerous awkward forms like
18497 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
18498 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
18499 variable before-ws-ip, the place just after char-before-ip appears.
18500
18501 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
18502 a comment.
18503
18504 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18505
18506 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
18507 `c-tentative-buffer-changes'.
18508
18509 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
18510 convert to macro to choose between Emacs and XEmacs at compile time.
18511
18512 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
18513
18514 (c-tentative-buffer-changes): New macro to handle temporary buffer
18515 changes in a convenient way.
18516
18517 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
18518 for `c-tentative-buffer-changes'.
18519
18520 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
18521 the checks for paren sexps between the point and the keyword, to
18522 avoid some false alarms.
18523
18524 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
18525 Fixed a situation where an error could be thrown for unbalanced
18526 parens. Changed to make use of c-keyword-member' to avoid some
18527 repeated regexp matches.
18528
18529 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
18530 These language variable are no longer necessary.
18531
18532 (c-block-stmt-kwds): New language constant used by
18533 c-looking-at-inexpr-block'.
18534
18535 (c-guess-basic-syntax): Remove an optional check that looked at
18536 the existence of the now removed language variables.
18537
18538 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
18539 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
18540 object instantiation expressions as declarations in some contexts.
18541 This bug only affected languages where the declarator can't be
18542 enclosed in parentheses.
18543
18544 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
18545 insert newlines before and after substatement braces.
18546
18547 * progmodes/cc-engine.el: Improved the heuristics for recognizing
18548 function declaration headers and the handling of C++ style member
18549 init lists.
18550
18551 (c-just-after-func-arglist-p): Rewritten to use
18552 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
18553
18554 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
18555
18556 (c-guess-basic-syntax): Adapt case 5B for the new
18557 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
18558 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
18559 covers all cases now).
18560
18561 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
18562
18563 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18564
18565 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
18566 c-string-par-start/separate c-sentence-end-with-esc-eol,
18567 initialised in c-setup-paragraph-variables, used in string
18568 scanning subroutines of c-beginning-of-statement.
18569
18570 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
18571 which precedes the newly inserted `{'.
18572
18573 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18574
18575 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
18576 function for declaration level blocks. It should now cope with
18577 templates better and also be a lot more comprehensible.
18578
18579 (c-looking-at-decl-block): The new function.
18580
18581 (c-search-uplist-for-classkey): The old one. It's now a wrapper
18582 for compatibility.
18583
18584 (c-add-class-syntax, c-guess-continued-construct)
18585 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
18586
18587 (c-decl-block-key): Change to tell apart ambiguous and
18588 unambiguous keywords. Pike specials are now handled directly in
18589 the code instead.
18590
18591 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
18592 New language constants and variables to make the backward skip in
18593 `c-looking-at-decl-block' as tight as possible.
18594
18595 (c-nonsymbol-token-char-list): New language constant.
18596
18597 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
18598 find balanced template arglists backwards.
18599
18600 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
18601 making char classes for `c-syntactic-skip-backward'.
18602
18603 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
18604 16D - can't be a class-close at that point.
18605
18606 * progmodes/cc-engine.el (c-guess-basic-syntax)
18607 (c-add-class-syntax): Don't narrow out the enclosing declaration
18608 level. This makes everything a lot easier, and it was actually
18609 only four small places that needed it to work. Some places that
18610 previously did `widen' are removed now, which has the effect that
18611 `c-guess-basic-syntax' never will look at things outside the
18612 current narrowment now. The anchor position for `topmost-intro'
18613 is affected by this, but it was so bogus it was basically useless
18614 before, and now it's equally bogus but in a slightly different way.
18615
18616 (c-narrow-out-enclosing-class): Gone.
18617
18618 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
18619 the narrowed region.
18620
18621 (c-least-enclosing-brace): Remove silly optional argument.
18622
18623 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
18624 the point could be left directly after an open paren when finding
18625 the beginning of the first decl in the block.
18626
18627 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
18628 Specify which submatch to use.
18629
18630 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
18631
18632 (c-decl-start-re): No longer any need for special treatment of
18633 ObjC due to the above.
18634
18635 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
18636 presumably follows C in that regard.
18637
18638 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
18639 New language constants to specify operator tokens inside
18640 identifiers in a more high level way.
18641
18642 (c-opt-identifier-prefix-key): New internal language constant.
18643
18644 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
18645 (c-identifier-start, c-identifier-key): Now completely calculated
18646 from other constants.
18647
18648 (c-identifier-last-sym-match): Decommission since it's no longer used.
18649
18650 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
18651
18652 * progmodes/cc-engine.el (c-forward-name): Remove the
18653 optimization when c-identifier-key is equal to c-symbol-key since
18654 it doesn't work in byte compiled files. Don't record empty
18655 regions as identifiers.
18656
18657 * progmodes/cc-langs.el (c-filter-ops): New helper function to
18658 simplify access to `c-operators' and its likes.
18659
18660 (c-operator-list, c-all-op-syntax-tokens)
18661 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
18662 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
18663 (c-primary-expr-regexp, c-cast-parens): Use it.
18664
18665 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
18666 an explicit language in functions.
18667
18668 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
18669 variant of adornment.
18670
18671 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
18672 variable.
18673
18674 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
18675 the Pike value.
18676
18677 * progmodes/cc-engine.el (c-on-identifier)
18678 (c-simple-skip-symbol-backward): Small fix for handling "-"
18679 correctly in `skip-chars-backward'. Affected the operator lfun
18680 syntax in Pike.
18681
18682 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
18683 diagnostic message about precompiled language vars not being used.
18684
18685 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
18686 "__attribute__" is followed by a parenthesis.
18687
18688 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
18689 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
18690 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
18691
18692 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
18693 Internal cleanups to properly detect the declared identifiers in
18694 various declarations.
18695
18696 (c-decl-start-kwds): New language constant to recognize
18697 declarations that can start anywhere. Used for class declarations
18698 in Pike.
18699
18700 (c-specifier-key, c-not-decl-init-keywords)
18701 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
18702 (c-find-decl-spots): Implement `c-decl-start-kwds'.
18703
18704 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
18705 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
18706 handling of the compiler specific extension keywords into a new
18707 language constant `c-decl-hangon-kwds' that defines keyword
18708 clauses to be ignored in declarations.
18709
18710 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
18711 past unrecognized tokens when handling `c-colon-type-list-kwds'.
18712 Necessary to stop at the declared identifier in e.g. IDL valuetype
18713 declarations.
18714
18715 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
18716 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
18717 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
18718 (c-forward-decl-or-cast-1): Recognize the declared identifier in
18719 class and enum declarations as such and not as part of the type.
18720
18721 (c-forward-decl-or-cast-1, c-forward-label): Relax the
18722 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
18723
18724 (c-forward-decl-or-cast-1): Don't disregard sure signs of
18725 declarations when there's some syntax error later on.
18726
18727 (c-complex-decl-matchers): Did away with a reference to
18728 `c-specifier-key'.
18729
18730 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
18731 value - this variable is always dynamically bound.
18732
18733 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
18734 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
18735 * cc-cmds.el, cc-defs.el: Change the policy for marking up
18736 functions that might do hidden buffer changes: All such internal
18737 functions are now marked instead of those that don't.
18738
18739 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
18740 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
18741 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
18742 (c-literal-type): Allow these functions to make hidden buffer changes,
18743 so that they are free to use text property caching later on.
18744
18745 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
18746 (c-electric-brace, c-electric-slash, c-electric-star)
18747 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
18748 (c-electric-paren, c-electric-continued-statement, c-indent-command)
18749 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
18750 (c-context-line-break): Add `c-save-buffer-state' calls to comply
18751 with the changed semantics of the functions above.
18752
18753 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
18754 when macros occur in obscure places. Optimized the sexp movement
18755 a bit.
18756
18757 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18758
18759 Enhancements for c-beginning-of-statement to work in AWK Mode:
18760
18761 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
18762 (completed statement) with `}' (statement completed by closing
18763 brace or semicolon) and `$' (statement completed by EOL).
18764
18765 (c-awk-virtual-semicolon-ends-prev-line-p)
18766 (c-awk-virtual-semicolon-ends-line-p)
18767 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
18768 (c-awk-at-statement-end-p): New functions.
18769
18770 * progmodes/cc-cmds.el: Simplify the structure of functions
18771 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
18772 two functions and c-beginning-of-statement to handle AWK Mode.
18773
18774 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
18775 c-backward-single-comment for AWK mode. Attempt to clarify their
18776 doc-strings.
18777
18778 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
18779
18780 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18781
18782 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
18783 label handling. Labels are now recognized in a uniform and more
18784 robust way, regardless of context. Text properties are put on all
18785 labels to recognize the following declarations better.
18786 Multiword labels are handled both in indentation and fontification for
18787 the benefit of language extensions like Qt. For consistency, keywords
18788 in labels are now fontified with the label face instead.
18789 That also applies to "case" and "default".
18790
18791 (c-beginning-of-statement-1): Fix some bugs in the label
18792 handling. Disregard `c-nonlabel-token-key' in labels that begin
18793 with `c-label-kwds'.
18794
18795 (c-find-decl-spots): Support that the callback adds more
18796 `c-decl-end' spots to find.
18797
18798 (c-forward-decl-or-cast-1): Don't treat a list of plain
18799 identifiers followed by a colon as a declaration.
18800
18801 (c-forward-label): New function to recognize labels.
18802
18803 (c-guess-basic-syntax): Replace uses of `c-label-key' with
18804 `c-forward-label'. Moved the label recognition cases (14 and 15)
18805 earlier since they aren't so context sensitive now. Handle labels
18806 on the top level gracefully. Moved access label recognition to
18807 the generic label case (CASE 15) - removed CASE 5E.
18808
18809 (c-font-lock-declarations): Add recognition of labels in the
18810 same round since we need to handle labels in parallell with other
18811 declarations to recognize both accurately. It should also improve
18812 speed.
18813
18814 (c-simple-decl-matchers, c-basic-matchers-after):
18815 Move `c-font-lock-labels' so that it only is used on decoration level 2
18816 since `c-font-lock-declarations' handles it otherwise.
18817
18818 (c-complex-decl-matchers): Remove the simplistic recognition of
18819 access labels.
18820
18821 (c-decl-prefix-re): Remove the kludges that was necessary to cope
18822 with labels earlier.
18823
18824 (c-decl-start-re): New language variable to make
18825 `c-font-lock-declarations' stop for the special protection labels
18826 in Objective-C that start with `@'.
18827
18828 (c-label-key): Remove since it's no longer used.
18829
18830 (c-recognize-colon-labels, c-label-prefix-re): New language
18831 constants to support recognition of generic colon-terminated labels.
18832
18833 (c-type-decl-end-used): `c-decl-end' is now used whenever there
18834 are colon terminated labels.
18835
18836 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
18837 first argument starts with a special brace list.
18838
18839 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
18840 (c-font-lock-declarations): Break out the declaration and cast
18841 recognition from `c-font-lock-declarations' to a new function, so
18842 that it can be used in the indentation engine.
18843
18844 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
18845 up to the start of the literal. Fixed bug with the point on the
18846 wrong side of the search limit that could happen when the start
18847 position is inside a literal.
18848
18849 * progmodes/cc-engine.el (c-parse-state)
18850 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
18851 so that it's kept a little bit back to increase the hit rate.
18852
18853 (c-parse-state): Change the macro handling and fixed some
18854 glitches. Macro context is checked more often than necessary now,
18855 but otoh less garbage conses are generated.
18856
18857 * progmodes/cc-engine.el (c-parse-state)
18858 (c-invalidate-state-cache): Cache the last position where
18859 `c-state-cache' applies. This can speed up refontification quite
18860 a bit in blocks where there are many non-brace parens before the point.
18861
18862 (c-state-cache-end): New variable for this.
18863
18864 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
18865 cache variable.
18866
18867 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
18868 get close initial continue positions when the start position is
18869 inside a literal or macro. Do not call the callback for spots
18870 before the start position (which can happen e.g. for `c-decl-end'
18871 spots inside comments). Optimize better in special cases when the
18872 region is a single line inside a literal or macro (typically when
18873 the current line is refontified).
18874
18875 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
18876 to `c-add-stmt-syntax' - there's no need to explicitly whack off
18877 entries from the paren state.
18878
18879 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
18880 special case for "else if" clauses.
18881
18882 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
18883 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
18884
18885 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
18886 New language variable to recognize the gcc extension with statement
18887 blocks inside expressions.
18888
18889 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
18890 it somewhat more comprehensible. The argument AT-BLOCK-START is
18891 no longer used and hence removed.
18892
18893 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
18894 to `c-add-stmt-syntax'.
18895
18896 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
18897 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
18898 This fixes bogus label recognition.
18899
18900 * progmodes/cc-engine.el (c-add-type, c-check-type)
18901 (c-forward-name, c-forward-type): Improve storage of template
18902 types in `c-found-types' so that they can be recognized better.
18903
18904 (c-syntactic-content): Add option to skip past nested parens.
18905
18906 * progmodes/cc-engine.el (c-forward-name):
18907 Set `c-last-identifier-range' all the time. It's less work that way.
18908 Handle that there might not be an identifier to store in
18909 `c-last-identifier-range'.
18910
18911 (c-forward-type): Handle that `c-last-identifier-range' might be
18912 nil from `c-forward-name'.
18913
18914 * progmodes/cc-defs.el (c-safe-scan-lists)
18915 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
18916
18917 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
18918 to work even if the form fails.
18919
18920 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
18921 down in a large file in one go.
18922
18923 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
18924
18925 * progmodes/cc-align.el (c-lineup-assignments): New lineup
18926 function which is like `c-lineup-math' but returns nil instead of
18927 `c-basic-offset' when it doesn't match.
18928
18929 (c-lineup-math): Change to use `c-lineup-assignments'.
18930
18931 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18932
18933 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
18934 c-beginning-of-statement. New subfunctions
18935 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
18936
18937 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18938
18939 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
18940 hardcoded char classes whereever possible. Changed a couple of
18941 places to use skip by syntax instead of skip by char class.
18942
18943 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
18944 Fix a bug in the regexp that caused extreme backtracking.
18945
18946 * progmodes/cc-langs.el (c-block-comment-starter)
18947 (c-block-comment-ender): New language constants to specify in a
18948 single place how block comments look.
18949
18950 (c-comment-start-regexp, c-block-comment-start-regexp)
18951 (comment-start, comment-end, comment-start-skip)
18952 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
18953 (c-syntactic-ws, c-nonempty-syntactic-ws)
18954 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
18955 `c-line-comment-starter', `c-block-comment-starter' and
18956 `c-block-comment-ender'.
18957
18958 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
18959 New language constants to break up things a bit.
18960
18961 (c-simple-ws): New language constant for simple whitespace.
18962
18963 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
18964
18965 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
18966 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
18967 newlines. Allow and ignore nil elements in the list.
18968
18969 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18970
18971 * progmodes/cc-cmds.el: Comment out a (n almost certainly
18972 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
18973
18974 * progmodes/cc-cmds.el: Tidy up the comments in
18975 c-beginning-of-statement and subfunctions.
18976
18977 * progmodes/cc-awk.el: Replace calls to put-text-property to the
18978 more flexible c-put-char-property and c-clear-char-properties.
18979 Add the author's email address.
18980
18981 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
18982
18983 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
18984 closing "*/" of a block comment.
18985
18986 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
18987 subfunctions) so that it works at BOB and EOB.
18988
18989 * progmodes/cc-cmds.el, cc-vars.el: More updating of
18990 c-beginning-of-statement, including new variable
18991 c-block-comment-start-regexp.
18992
18993 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18994
18995 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
18996 symbols from `*-font-lock-extra-types' so that there's no need to
18997 use `regexp-opt' on those lists.
18998
18999 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
19000 `c-type-modifier-kwds' is empty.
19001
19002 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
19003 there are several strings on the same line.
19004
19005 * progmodes/cc-engine.el (c-literal-limits): Remove the
19006 compatibility function for older emacsen. `c-literal-limits-fast'
19007 has now taken the place of this function.
19008
19009 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
19010 with older emacsen: We now require `pps-extended-state'.
19011
19012 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19013
19014 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
19015 which obviates the need to hack sentence-end. This now handles
19016 escaped newlines in strings correctly. Correct minor bugs in
19017 c-move-over-sentence and in c-beginning-of-statement.
19018
19019 * progmodes/cc-cmds.el (c-beginning-of-statement (and
19020 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
19021 that movement over macros and code are rigorously separated from
19022 eachother. Correct a few incidental bugs.
19023
19024 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
19025 Improve its doc-string. Improve the handling of certain specific cases.
19026
19027 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19028
19029 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
19030 (c-guess-basic-syntax): Change the way class-level labels are
19031 recognized; they can now contain essentially any symbols.
19032
19033 (c-opt-extra-label-key): New language variable to cope with the
19034 special protection label syntax in Objective-C.
19035
19036 (c-opt-access-key): Remove; this is now handled better by
19037 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
19038
19039 (c-complex-decl-matchers): Update to handle that
19040 `c-opt-access-key' no longer exists.
19041
19042 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
19043 improved label recognition in `c-beginning-of-statement-1'.
19044
19045 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
19046 Recognize bitfields better.
19047
19048 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
19049 Remove some cruft and fixed a bug that could cause it to go to a
19050 position further down.
19051
19052 * progmodes/cc-langs.el, cc-engine.el
19053 (c-beginning-of-statement-1): Improve detection of labels in
19054 declaration contexts.
19055
19056 (c-beginning-of-decl-1): Use it.
19057
19058 (c-nonlabel-token-key): New language constant and variable needed
19059 by `c-beginning-of-statement-1'.
19060
19061 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
19062 manifested itself due to the correction in `c-forward-sexp'.
19063
19064 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
19065 Make these behave as documented when used at the buffer limits.
19066
19067 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
19068 (c-type-decl-end-used): Made this a language variable.
19069
19070 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
19071 correctly when `combine-after-change-calls' is used together with
19072 temporary narrowings.
19073
19074 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19075 Report labels correctly when the start point is immediately after the
19076 colon.
19077
19078 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
19079 Remove since it isn't used anymore.
19080
19081 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
19082 bracket arglists such as template parens in C++.
19083
19084 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
19085 in the last check-in. Some optimization.
19086
19087 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
19088 where it could stop at the same level in a preceding sexp when
19089 PAREN-LEVEL is set.
19090
19091 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
19092 text property lookup only when it's needed.
19093
19094 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
19095 Change the policy for paren marked angle brackets to be more
19096 persistent; once marked they remain marked even when they're found
19097 to be unbalanced in the searched region. This should keep the
19098 paren syntax around even when individual lines are refontified in
19099 multiline template arglists.
19100
19101 (c-parse-and-markup-<>-arglists): New dynamically bound variable
19102 to control markup so that incorrect angle bracket arglists aren't
19103 marked in contexts where the correct value for
19104 `c-disallow-comma-in-<>-arglists' isn't known.
19105
19106 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
19107 argument has become `c-parse-and-markup-<>-arglists'.
19108
19109 (c-remove-<>-arglist-properties): Remove - no longer used.
19110
19111 (c-after-change-check-<>-operators): New function used on
19112 `after-change-functions' to avoid that "<" and ">" characters that
19113 are part of longer operators have paren syntax.
19114
19115 (c-<>-multichar-token-regexp): New language variable used by
19116 `c-after-change-check-<>-operators'.
19117
19118 (c-after-change): Call `c-after-change-check-<>-operators'.
19119
19120 (c-font-lock-<>-arglists): Use the context properties set by
19121 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
19122 correctly to avoid doing invalid markup.
19123
19124 (c-font-lock-declarations): Remove code that undoes the invalid
19125 markup done by `c-font-lock-<>-arglists'.
19126
19127 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
19128 after `c-font-lock-declarations'.
19129
19130 * progmodes/cc-engine.el (c-syntactic-skip-backward):
19131 Add paren-level feature.
19132
19133 (c-guess-basic-syntax): Improve the anchor position for
19134 `template-args-cont' in nested template arglists. There's still
19135 much to be desired in this area, though.
19136
19137 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19138
19139 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
19140 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
19141
19142 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19143
19144 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
19145 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
19146
19147 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
19148 it doesn't work no longer are supported.
19149
19150 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
19151 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
19152 requires support for the syntax-table' text property, which rules
19153 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
19154 cruft associated with those versions.
19155
19156 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
19157 for the `syntax-table' text property, which rules out Emacs 19 and
19158 XEmacs < 21.4. Removed various compatibility cruft associated
19159 with those versions.
19160
19161 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
19162 support for the `syntax-table' text property.
19163
19164 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
19165 variable and use an extra quoted face name instead. All the
19166 emacsen flavors handle that correctly.
19167
19168 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
19169 (c-font-lock-declarators, c-font-lock-declarations)
19170 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
19171 property to mark the items in in declarator lists to handle
19172 refontification inside multiline declarations better.
19173
19174 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
19175 construct like "a * b = c;" as a declaration.
19176
19177 2005-12-08 Kim F. Storm <storm@cua.dk>
19178
19179 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
19180 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
19181 select either meta, hyper, or super modifier for rectangle commands.
19182 (cua--rectangle-modifier-key): New defvar.
19183 (cua--M/H-key): Use it. Remove special case for `space'.
19184 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
19185 on X, to meta otherwise. Always bind C-return to toggle
19186 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
19187
19188 * emulation/cua-rect.el (cua-help-for-rectangle):
19189 Use cua--rectangle-modifier-key. Handle super modifier too.
19190 (cua--init-rectangles): Always bind C-return to toggle rectangle.
19191 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
19192
19193 * ido.el: Move Acknowledgements and History after Commentary.
19194 Minor changes to Commentary.
19195
19196 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
19197 keymap if cua--prefix-override-timer is `shift'.
19198 (cua--shift-control-prefix): New function; emulate "type prefix
19199 key twice" functionality to handle shifted prefix key override.
19200 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
19201 New commands.
19202 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
19203
19204 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
19205
19206 * textmodes/org.el (org-insert-heading): Try to do items before
19207 headings.
19208 (org-agenda-mode): Quote `org-agenda-mode-hook'.
19209 (org-insert-item): New function.
19210 (org-renumber-ordered-list): Don't skip to higher level lists.
19211
19212 2005-12-08 Juri Linkov <juri@jurta.org>
19213
19214 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
19215
19216 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
19217
19218 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
19219
19220 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
19221 the constructed function name fun-1.
19222
19223 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
19224 because such links don't lead to parent documentation.
19225
19226 2005-12-08 Kenichi Handa <handa@m17n.org>
19227
19228 * descr-text.el (describe-char): Use *Help-2* buffer if the
19229 current buffer is *Help*. Call describe-text-properties while
19230 setting the original buffer.
19231
19232 2005-12-07 Bill Wohler <wohler@newt.com>
19233
19234 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
19235 and causes problems with non-MH users (such as Gnus users).
19236
19237 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
19238
19239 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
19240 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
19241 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
19242 command "info sources". Move calls to GDB command "list".
19243 (gdb-find-file-hook): Just use gdb-source-file-list.
19244 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
19245 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
19246 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
19247 (gdb-data-list-register-values-handler): Use correct trigger name.
19248
19249 2005-12-07 Kim F. Storm <storm@cua.dk>
19250
19251 * ido.el (ido-completion-map): Rename from ido-mode-map.
19252 (ido-common-completion-map, ido-file-completion-map)
19253 (ido-file-dir-completion-map, ido-buffer-completion-map):
19254 Rename from ido-mode-....-map.
19255 (ido-init-completion-maps): Rename from ido-init-mode-maps.
19256 (ido-setup-completion-map): Rename from ido-define-mode-map.
19257 (ido-read-internal): Bind minibuffer-local-filename-completion-map
19258 to ido-completion-map.
19259
19260 2005-12-07 Kenichi Handa <handa@m17n.org>
19261
19262 * international/mule-cmds.el
19263 (set-display-table-and-terminal-coding-system): If the coding
19264 system specified in `unibyte-display' property is different from
19265 the arg coding-system, don't setup standard-display-table.
19266
19267 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
19268
19269 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
19270 that comments end at \n, regardless of selective-display.
19271
19272 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
19273
19274 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
19275 (gdb-version): New variables.
19276 (gdb-source-file-list, gdb-register-names)
19277 (gdb-changed-registers): New variables for use with GDB 6.4+.
19278 (gdb-ann3): Replace with...
19279 (gdb-init-1, gdb-init-2): ...two new functions.
19280 (gdba, gdb-prompt): Call gdb-init-1.
19281 (gdb-get-version): New function. Call gdb-init-2 from here.
19282 (gud-watch): Make it work with mouse events too.
19283 (gdb-post-prompt): Don't add to queue until GDB version is known.
19284 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
19285 (gdb-locals-mode): Use gdb-version.
19286 (gdb-memory-format-map, gdb-memory-unit-map)
19287 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
19288 (gdb-locals-font-lock-keywords-1)
19289 (gdb-locals-font-lock-keywords-2): New variables.
19290 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
19291 (gdb-set-gud-minor-mode-existing-buffers-1)
19292 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
19293 (gdb-var-update-1, gdb-var-update-handler-1)
19294 (gdb-data-list-register-values-handler)
19295 (gdb-data-list-register-values-custom)
19296 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
19297 (gdb-stack-list-locals-handler, gdb-get-register-names):
19298 New functions for use with GDB 6.4+.
19299 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
19300 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
19301 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
19302 (gdb-stack-list-locals-regexp)
19303 (gdb-data-list-register-names-regexp): New regexps for use with
19304 GDB 6.4+.
19305
19306 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
19307
19308 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
19309
19310 2005-12-06 Nozomu Ando <nand@mac.com>
19311
19312 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
19313 prompts work for AUTH PLAIN. Also reported by Steve Allan
19314 <seallan@verizon.net>.
19315
19316 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
19317
19318 * frame.el (set-frame-parameter): Add doc string.
19319
19320 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
19321
19322 * textmodes/org.el (org-occur-highlights): New variable.
19323 (org-highlight-new-match, org-remove-occur-highlights): New functions.
19324 (org-highlight-sparse-tree-matches): New option.
19325 (org-do-occur): New function.
19326 (org-get-heading): Make it work also at beginning of line.
19327 (org-category-table): New variable.
19328 (org-get-category-table, org-get-category)
19329 (org-camel-to-words, org-link-search): New functions.
19330 (org-select-this-todo-keyword): New variable.
19331 (org-todo-list): New command.
19332 (org-shiftright, org-shiftleft): New commands.
19333 (org-agenda-todo): Add prefix argument.
19334 (org-show-hierarchy-above): New option.
19335 (org-show-todo-tree): Numerical prefix creates tree for specific
19336 TODO keyword.
19337 (org-outline-level): New function, to assign a level to plain
19338 lists items.
19339 (org-cycle-include-plain-lists): New option.
19340 (org-mode): Use `org-outline-level' as value of `outline-level'.
19341 (org-cycle): Temporarily switch `outline-regexp' if
19342 `org-cycle-include-plain-lists' is non-nil.
19343 (org-start-icalendar-file): Fix format bug.
19344 (org-agenda-get-day-entries): Create category table.
19345 (org-agenda-get-todos, org-agenda-get-timestamps)
19346 (org-agenda-get-deadlines, org-agenda-get-scheduled)
19347 (org-agenda-get-blocks): Use `org-get-category'.
19348 (org-context-in-file-links): Rename from
19349 `org-line-numbers-in-file-links'.
19350
19351 2005-12-06 Romain Francoise <romain@orebokech.com>
19352
19353 * window.el (balance-windows): Delete extraneous third arg in call
19354 to `enlarge-window'.
19355
19356 2005-12-06 Kenichi Handa <handa@m17n.org>
19357
19358 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
19359
19360 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
19361
19362 * progmodes/gdb-ui.el (gdb-var-create-handler)
19363 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
19364 (gdb-var-list-children-handler, gdb-var-update-handler):
19365 Current buffer is already gdb-partial-output-buffer, don't
19366 make it current again.
19367
19368 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
19369
19370 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
19371 (list-buffers-noselect): Use it.
19372
19373 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
19374
19375 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
19376 (mail-yank-ignored-headers): Use regexp-opt.
19377 (mail-mode-map): Move initialization into declaration.
19378 (mail-sent-via): Remove unused shadowed var `to-line'.
19379 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
19380 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
19381 (mail-do-fcc): Use dolist and push.
19382 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
19383 (mail-yank-ignored-headers): Don't autoload.
19384
19385 2005-12-05 Kenichi Handa <handa@m17n.org>
19386
19387 * international/mule-cmds.el (set-language-info-internal): New fun.
19388 (set-language-info): Call set-language-info-internal to update
19389 language-info-alist. If LANG-ENV is the current one, call
19390 set-language-environment to make INFO effective now.
19391 (set-language-info-alist): Likewise.
19392 (locale-language-names): With locale "en", use English
19393 lang. env. but set the default codings to iso-8859-1.
19394
19395 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
19396
19397 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
19398 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
19399 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
19400 for plain strings.
19401 (gdb-frames-mode): Remove redundant call to font-lock-mode.
19402 (gdb-all-registers): Rename from toggle-gdb-all-registers.
19403 Create registers buffer if necessary. Echo new state in minibuffer.
19404 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
19405
19406 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
19407
19408 * info.el (Info-fontify-node): Match external links using
19409 non-directory part of filename.
19410
19411 2005-12-04 Juri Linkov <juri@jurta.org>
19412
19413 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
19414 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
19415 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
19416 because there is no customization option for it.
19417
19418 * font-lock.el (lisp-font-lock-keywords-1):
19419 Add define-global-minor-mode.
19420
19421 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
19422
19423 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
19424 properties on the constructed variable names.
19425
19426 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19427 Put `definition-name' properties on the constructed function names
19428 next-sym and prev-sym.
19429
19430 * emacs-lisp/find-func.el (find-function-regexp):
19431 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
19432 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
19433 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
19434 and easy-menu-define.
19435
19436 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
19437 easy-mmode-define-global-mode and define-global-minor-mode.
19438 (lisp-imenu-generic-expression): Add define-global-minor-mode.
19439
19440 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
19441 instead of easy-mmode-define-global-mode.
19442
19443 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19444 Use define-minor-mode instead of easy-mmode-define-minor-mode.
19445
19446 * cus-edit.el (customize-group, customize-group-other-window):
19447 Filter out autoloaded options from the group completion list by
19448 using heuristics that autoloaded groups don't have `custom-autoload'
19449 property on their symbols (they have only `custom-loads').
19450
19451 * simple.el (completion-setup-function): Put completions-common-part
19452 face on complete completion string too (i.e. completion string
19453 without completions-first-difference face).
19454
19455 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
19456
19457 2005-12-03 Eli Zaretskii <eliz@gnu.org>
19458
19459 * view.el (view-mode): Doc fix.
19460
19461 * disp-table.el (standard-display-european): Add to the warning
19462 message a reference to the doc string.
19463
19464 * play/yow.el (apropos-zippy): Call print-help-return-message,
19465 similar to other Help and Apropos commands.
19466
19467 * help.el (print-help-return-message): If pop-up-frames is
19468 non-nil, set up help-return-method to delete the help window and,
19469 possibly, its frame as well, and don't display message about
19470 scrolling the help window. Doc fix.
19471 (help-return-method): Doc fix.
19472
19473 2005-12-03 Martin Rudalics <rudalics@gmx.at>
19474
19475 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
19476 whereby names of length one or names starting with a
19477 symbol-constituent character would not be returned.
19478
19479 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
19480
19481 * subr.el (atomic-change-group): Add edebug and indentation spec.
19482
19483 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
19484
19485 * completion.el (save-completions-file-name): Fix typo in last change.
19486
19487 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19488
19489 * info.el: Move back/forward history to the beginning of the tool bar.
19490
19491 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
19492
19493 * allout.el (eval-when-compile): Remove unnecessary load of cl.
19494 Add fset of allout-real-isearch-abort during compile to fix
19495 byte-compilation warnings.
19496 (allout-mode-p): Move definition of this macro above all uses, or
19497 byte compilation in barren Emacs (eg, during Emacs build) will
19498 lack the definition.
19499 (allout-mode): Move this variable above any uses, or byte
19500 compilation will fail.
19501 (allout-resolve-xref): Remove use of personal file-reference function.
19502 (allout-toggle-current-subtree-encryption): Do the current (ie,
19503 visible containing) topic, rather than nearest around point. Doc fix.
19504 (allout-toggle-subtree-encryption): New function, workhorse that
19505 works on nearest topic containing point.
19506 (allout-encrypt-string): Signal requirement for newer version of pgg.
19507 (allout-resumptions): Doc fix.
19508
19509 2005-12-02 Eli Zaretskii <eliz@gnu.org>
19510
19511 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
19512
19513 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
19514
19515 * textmodes/flyspell.el (flyspell-external-point-words):
19516 Consider a misspelling as found in the string search if: (a) misspelling
19517 and found string lengths match, or (b) misspelling is found as
19518 element in a boundary-chars separated longer string, or (c)
19519 ispell-program-name is really ispell and misspelling is found as
19520 part of a TeX string. After successful match move beginning of
19521 search region to end of match. Warn about not found misspellings
19522 once the process is done.
19523 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
19524
19525 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
19526
19527 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
19528 tool bar (removed inadvertently).
19529
19530 2005-12-02 Juri Linkov <juri@jurta.org>
19531
19532 * log-view.el (log-view-diff): Clarify doc string.
19533
19534 2005-12-01 Bill Wohler <wohler@newt.com>
19535
19536 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
19537 triggers lm-verify errors.
19538
19539 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
19540
19541 * simple.el (transient-mark-mode, line-number-mode)
19542 (column-number-mode, size-indication-mode): Remove `:require nil'.
19543
19544 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
19545
19546 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
19547 in the margin also.
19548 (gdb-breakpoints-mode-map): Use D instead of d for
19549 gdb-delete-breakpoint.
19550 (gdb-get-frame-number): Require a number to match on.
19551 (gdb-threads-mode-map): Add follow-link binding.
19552
19553 2005-11-30 Jason Rumney <jasonr@gnu.org>
19554
19555 * isearch.el (isearch-mode-map): Avoid exiting search on
19556 language-change event.
19557
19558 2005-11-30 Romain Francoise <romain@orebokech.com>
19559
19560 * speedbar.el (speedbar-default-position): New defcustom.
19561 (speedbar-frame-reposition-smartly): Use it.
19562
19563 * dframe.el (dframe-reposition-frame-emacs): Fix position
19564 computation for `left' location.
19565 Update copyright year.
19566
19567 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
19568
19569 * help.el (help-map): Move initialization into declaration.
19570
19571 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
19572
19573 * help-fns.el (help-argument-name): Don't autoload.
19574 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
19575 to be re-loaded when customizing the `help' group.
19576
19577 2005-11-30 John Paul Wallington <jpw@gnu.org>
19578
19579 * help-fns.el (describe-function-1): Fill arglist output.
19580
19581 2005-11-30 Kim F. Storm <storm@cua.dk>
19582
19583 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
19584 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
19585 after revert-buffer (or anything else which kills all local variables).
19586
19587 * apropos.el (apropos-parse-pattern): Doc fix.
19588 Set apropos-regexp directly, rather than expecting callers to do so.
19589 (apropos-command, apropos, apropos-value, apropos-documentation):
19590 Simplify calls to apropos-parse-pattern.
19591
19592 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
19593
19594 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
19595 (hi-lock-face-phrase-buffer): Use hi-yellow face.
19596 (hi-lock-write-interactive-patterns): Use comment-region.
19597
19598 * longlines.el (longlines-mode): Add mail-setup-hook.
19599
19600 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
19601
19602 * simple.el (sendmail-user-agent-compose, next-line):
19603 Conditionally use hard-newline.
19604
19605 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
19606
19607 * international/latexenc.el (latex-inputenc-coding-alist):
19608 Reword doc string.
19609
19610 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
19611
19612 * help.el (describe-key-briefly, describe-key): Recognize default
19613 bindings.
19614
19615 2005-11-29 Romain Francoise <romain@orebokech.com>
19616
19617 * view.el (view-inhibit-help-message): New defcustom.
19618 (view-mode-enter): Use it.
19619
19620 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
19621
19622 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
19623 Preserve user position.
19624
19625 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
19626
19627 * font-lock.el: Throw error if facemenu is not loaded to prevent
19628 accidental change of loading order in loadup.el. (Suggested by RMS.)
19629
19630 * loadup.el: Add comment explaining why facemenu must be loaded
19631 before font-lock.
19632
19633 2005-11-28 Jay Belanger <belanger@truman.edu>
19634
19635 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
19636 (calc-dispatch-map): Add more keys for `calc-same-interface'.
19637
19638 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
19639
19640 * calc/calc-embed.el (calc-do-embedded): Update help message.
19641
19642 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
19643
19644 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19645
19646 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
19647
19648 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
19649 called-interactively-p.
19650 (elp-profilable-p): Rename from elp-not-profilable-p.
19651 Invert result and take into account macros and autoloaded functions.
19652 (elp-instrument-function): Update call.
19653 (elp-instrument-package): Update call. Add completion.
19654 (elp-pack-number): Use match-string.
19655 (elp-results-jump-to-definition-by-mouse): Merge into
19656 elp-results-jump-to-definition and then remove.
19657 (elp-output-insert-symname): Make help echo text single-line.
19658
19659 * replace.el (query-replace-map): Move initialization into declaration.
19660 (occur-engine): Use with-current-buffer.
19661 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
19662 (occur-mode-mouse-goto): Replace with an alias.
19663
19664 2005-11-28 Juri Linkov <juri@jurta.org>
19665
19666 * simple.el (quoted-insert): Let-bind input-method-function to nil.
19667
19668 * term/w32-win.el: Bind [S-tab] to [backtab].
19669
19670 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
19671 `Info-find-file' to t.
19672
19673 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
19674 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
19675 and same-window-regexps.
19676 (occur-next-error): Don't move point for arg 0.
19677
19678 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
19679
19680 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
19681
19682 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19683
19684 * log-edit.el (log-edit-changelog-use-first): New var.
19685 (log-edit-changelog-ours-p): Use it.
19686 (log-edit-insert-changelog): Set it with new arg `use-first'.
19687 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
19688 (log-edit-hook): Add them to the list of suggested options.
19689
19690 * textmodes/flyspell.el (flyspell-last-buffer): New var.
19691 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
19692 redundant work.
19693 (flyspell-mode-on): Use add-hook for after-change-functions.
19694 (flyspell-mode-off): Use remove-hook for after-change-functions.
19695 (flyspell-changes): Make it buffer-local.
19696 (flyspell-after-change-function): Make it non-interactive. Use push.
19697 (flyspell-post-command-hook): Check input-pending-p while processing
19698 the potentially long list of buffer changes.
19699
19700 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
19701
19702 * buff-menu.el (list-buffers-noselect): Display the selected
19703 frame's buffer list, not the global one.
19704
19705 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
19706
19707 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
19708 that (list last-input-event) works as in interactive spec.
19709
19710 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19711
19712 * loadup.el ("facemenu"): Load facemenu before font-lock, because
19713 `facemenu-keymap' needs to be defined when font-lock is loaded.
19714 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
19715
19716 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19717
19718 * completion.el: Remove useless leading * in defcustom docstrings.
19719 (save-completions-file-name): Use ~/.emacs.d if available.
19720 (completion-standard-syntax-table): Rename from
19721 cmpl-standard-syntax-table and fold initialization into declaration,
19722 thus removing cmpl-make-standard-completion-syntax-table.
19723 (completion-lisp-syntax-table, completion-c-syntax-table)
19724 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
19725 (cmpl-saved-syntax, cmpl-saved-point): Remove.
19726 (symbol-under-point, symbol-before-point)
19727 (symbol-under-or-before-point, symbol-before-point-for-complete)
19728 (add-completions-from-c-buffer): Use with-syntax-table.
19729 (make-completion): Don't return a list of completion entries.
19730 Update callers.
19731 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
19732 (completion-initialize): Rename from initialize-completions.
19733 (completion-find-file-hook): Rename from cmpl-find-file-hook.
19734 (kill-emacs-save-completions): Collect stats here.
19735 (save-completions-to-file, load-completions-from-file):
19736 Use with-current-buffer.
19737 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
19738 into a function. Move all calls to toplevel.
19739 (completion-lisp-mode-hook): New fun.
19740 (completion-c-mode-hook, completion-setup-fortran-mode):
19741 Set the syntax-table here. Use local-set-key.
19742 (completion-saved-bindings): New var.
19743 (dynamic-completion-mode): Make it into a proper minor mode.
19744 (load-completions-from-file): Remove unused var `num-uses'.
19745
19746 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
19747 constructor if it is explicitly overridden.
19748
19749 * complete.el (PC-completion-as-file-name-predicate):
19750 Use minibuffer-completing-file-name.
19751 (partial-completion-mode): Use find-file-not-found-functions.
19752 (PC-lisp-complete-symbol): Use with-syntax-table.
19753 (PC-look-for-include-file): Remove dead setq.
19754 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
19755 (PC-complete): Use with-current-buffer.
19756
19757 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
19758 escape single quotes.
19759
19760 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19761
19762 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
19763 of `if' whose condition always returned nil. Doc fix.
19764
19765 * buff-menu.el (Buffer-menu-revert-function): Make the selected
19766 window's buffer the current buffer around the call to
19767 `list-buffers-noselect'. This is necessary to mark that buffer
19768 with a `.' in the Buffer Menu when called from Lisp, for instance
19769 by Auto Revert Mode.
19770
19771 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
19772
19773 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
19774 attaching to it.
19775 (gdb-pre-prompt): Make sure gdb-error is reset.
19776
19777 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
19778 with a child process, detect it.
19779 (gud-speedbar-buttons): Match regexp more carefully.
19780
19781 2005-11-27 Richard M. Stallman <rms@gnu.org>
19782
19783 * mouse.el (mouse-drag-move-window-bottom):
19784 Use adjust-window-trailing-edge.
19785
19786 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19787
19788 * simple.el (blink-matching-open): Ignore
19789 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
19790 (blink-matching-paren-on-screen): Update docstring.
19791
19792 * paren.el (show-paren-mode): No longer change
19793 `blink-matching-paren-on-screen'.
19794
19795 2005-11-27 John Paul Wallington <jpw@pobox.com>
19796
19797 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
19798 (gdb-threads-select, gdb-edit-register-value):
19799 Use `posn-set-point' instead of `mouse-set-point' because the
19800 latter is not fbound when configured without X.
19801
19802 2005-11-27 Kim F. Storm <storm@cua.dk>
19803
19804 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
19805 existing face when partially highlighting a TAB in a rectangle.
19806
19807 2005-11-26 Kim F. Storm <storm@cua.dk>
19808
19809 * ido.el (ido-mode-map): Doc fix.
19810 (ido-mode-common-map, ido-mode-file-map)
19811 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
19812 (ido-define-mode-map): Rewrite. Select one of the new maps as
19813 parent for ido-mode-map instead of building from scratch.
19814 (ido-init-mode-maps): New defun to initialize new maps.
19815 (ido-mode): Call it.
19816 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
19817 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
19818
19819 2005-11-26 John Paul Wallington <jpw@pobox.com>
19820
19821 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
19822 `mouse-set-point' because the latter is not fbound when configured
19823 without X.
19824
19825 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
19826
19827 * files.el (file-relative-name): Doc fix.
19828
19829 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
19830
19831 * progmodes/octave-inf.el (inferior-octave-startup): Force a
19832 non-empty string for secondary prompt PS2.
19833
19834 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
19835
19836 * progmodes/compile.el (compilation-setup): Fix last change.
19837
19838 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
19839
19840 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
19841 (gdb-mouse-toggle-breakpoint-margin)
19842 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
19843 Add gdb-server-prefix to keep out of command history.
19844 (gdb-edit-register-value): New function.
19845 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
19846 (gdb-info-registers-custom): Use above map.
19847
19848 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
19849
19850 * custom.el (enable-theme): Signal error if argument is not a
19851 theme. Don't recalculate a face if it's not loaded yet.
19852
19853 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
19854 the `user' theme is in effect.
19855
19856 * info.el (Info-on-current-buffer): Record actual filename in
19857 Info-current-file, instead of t, or a fake filename if a non-file
19858 buffer. Make autoload.
19859 (Info-find-node, Info-revert-find-node): No need to check for
19860 Info-current-file nil.
19861 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
19862 Info-current-file is now never `t'.
19863 (Info-fontify-node): Many simplifications due to Info-current-file
19864 always being valid. Use Info-find-file to find node filename.
19865
19866 2005-11-25 David Kastrup <dak@gnu.org>
19867
19868 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
19869 new character, then delete" in order to preserve markers.
19870
19871 2005-11-25 David Ponce <david@dponce.com>
19872
19873 * recentf.el (recentf-arrange-by-rule): Handle a special
19874 `auto-mode-alist'-like "strip suffix" rule.
19875 (recentf-build-mode-rules): Handle second level auto-mode entries.
19876
19877 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
19878
19879 * viper-keym.el (viper-ESC-key): Use different values in terminal and
19880 window modes.
19881
19882 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
19883 jde-javadoc-checker-report-mode.
19884
19885 * ediff-wind (ediff-make-wide-display): Slight simplification.
19886
19887 * ediff.el (ediff-date): Change the date of last update.
19888
19889 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
19890
19891 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
19892 Use define-minor-mode, and make it a local mode. Turn on font-lock.
19893 (hi-lock-mode): New global minor mode.
19894 (turn-on-hi-lock-if-enabled): New function.
19895 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
19896 Change arguments to regexp and face instead of a font-lock pattern.
19897 Directly set face property, instead of refontifying.
19898 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
19899 (hi-lock-find-patterns): Use line-number-at-pos.
19900
19901 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
19902 arguments for hi-lock-set-pattern.
19903 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
19904 Call font-lock-fontify-buffer.
19905 (hi-lock-find-file-hook, hi-lock-current-line)
19906 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
19907
19908 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
19909 turned off.
19910
19911 * progmodes/compile.el (compilation-setup): Don't fiddle with
19912 font-lock-defaults.
19913
19914 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
19915
19916 * progmodes/gdb-ui.el (gdb-var-create-handler)
19917 (gdb-var-list-children-handler): Find values for all variable
19918 objects. gud-speedbar-buttons decides whether to display them.
19919
19920 2005-11-24 Romain Francoise <romain@orebokech.com>
19921
19922 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
19923 buffer name with a space.
19924
19925 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
19926
19927 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
19928 `org-export-local-list-max-depth'. Change default value to 3.
19929 (org-auto-renumber-ordered-lists)
19930 (org-plain-list-ordered-item-terminator): New options.
19931 (org-at-item-p, org-beginning-of-item, org-end-of-item)
19932 (org-get-indentation, org-get-string-indentation)
19933 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
19934 New functions.
19935 (org-move-item-down, org-move-item-up): New commands.
19936 (org-export-as-html): New classes for CSS support. Bug fix in
19937 regular expression detecting fixed-width regions. Respect
19938 `org-local-list-ordered-item-terminator'.
19939 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
19940 also a list item.
19941 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
19942 New item moving functions.
19943
19944 2005-11-24 Juri Linkov <juri@jurta.org>
19945
19946 * isearch.el (isearch-repeat): With empty search ring set
19947 `isearch-error' to the error string instead of signaling error
19948 with the function `error'.
19949
19950 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19951
19952 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
19953
19954 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
19955
19956 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
19957 and variable.
19958 (gdb-var-create-handler, gdb-var-list-children-handler):
19959 Don't match on "char **...".
19960 (gdb-var-update-handler): Find values for all variable objects.
19961 (gdb-info-frames-custom): Identify frames by leading "#".
19962
19963 * progmodes/gud.el (gud-speedbar-menu-items): Add
19964 gdb-speedbar-auto-raise as radio button.
19965 (gud-speedbar-buttons): Raise speedbar if requested.
19966 Don't match on "char **...".
19967 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
19968 Make it editable.
19969
19970 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
19971
19972 * info.el (Info-fontify-node): Handle the case where
19973 Info-current-file is t.
19974
19975 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
19976
19977 * simple.el (blink-matching-open): Fix off-by-one in last change.
19978
19979 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19980
19981 * term/mac-win.el: Don't change default directory.
19982
19983 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
19984
19985 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
19986 buffers correctly. (It used to throw an error in such buffers.)
19987 Make it ask for confirmation in group buffers and other Custom
19988 buffers containing more than one customization item.
19989
19990 2005-11-22 John Paul Wallington <jpw@gnu.org>
19991
19992 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
19993 property on mail and url overlays.
19994 (goto-address-at-point): Use `posn-set-point' instead of
19995 `mouse-set-point' because the latter is not fbound when configured
19996 without X.
19997
19998 2005-11-22 Lars Hansen <larsh@soem.dk>
19999
20000 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
20001 (ls-lisp-classify, ls-lisp-format): Delete call to
20002 ls-lisp-parse-symlink.
20003 (ls-lisp-handle-switches): Handle symlinks to directories as
20004 directories when ls-lisp-dirs-first in non-nil.
20005
20006 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
20007
20008 * startup.el (command-line): Make sure that loaddefs.el is handled
20009 correctly in load-history.
20010
20011 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
20012
20013 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
20014 (gdb-struct-string, gdb-array-string): New constants.
20015 (gdb-info-locals-handler): Use them.
20016 (gdb-reset): Reset gdb-var-list to nil.
20017
20018 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
20019
20020 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
20021 in patterns.
20022
20023 2005-11-21 Juri Linkov <juri@jurta.org>
20024
20025 * custom.el (defcustom): Update link types in docstring.
20026
20027 2005-11-20 Martin Rudalics <rudalics@gmx.at>
20028
20029 * custom.el (defgroup): Add doc-string-elt info.
20030
20031 * widget.el (define-widget): Don't use declare for the doc-string-elt.
20032
20033 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
20034
20035 * newcomment.el (comment-enter-backward): Fix last fix.
20036
20037 * simple.el (blink-matching-open):
20038 * paren.el (show-paren-function): Allow new paren-class info.
20039
20040 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
20041
20042 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
20043 handled automagically.
20044
20045 2005-11-20 Andreas Schwab <schwab@suse.de>
20046
20047 * descr-text.el (describe-char): When copying overlays put them
20048 over the full char description instead of just the first character
20049 of it.
20050
20051 2005-11-20 Juri Linkov <juri@jurta.org>
20052
20053 * simple.el (what-cursor-position):
20054 * descr-text.el (describe-char): Use Lisp-readable syntax
20055 for octal and hex. Reorder decimal, octal and hex values.
20056 Remove excess whitespace in the output. Use `=' in `column='
20057 like in `point=' and `Hscroll='.
20058
20059 * international/mule-cmds.el (encoded-string-description):
20060 Use Lisp-readable syntax for hex.
20061
20062 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
20063
20064 * newcomment.el (comment-enter-backward): Handle the case where the
20065 comment is closed by EOB.
20066
20067 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
20068
20069 * longlines.el (longlines-before-revert-hook)
20070 (longlines-after-revert-hook): New functions.
20071 (longlines-mode): Turn off longlines temporarily when reverting.
20072 Add a message-setup-hook.
20073 (longlines-decode-buffer): New function.
20074 (longlines-wrap-line): Preserve marker positions.
20075
20076 2005-11-19 Andreas Schwab <schwab@suse.de>
20077
20078 * emacs-lisp/shadow.el: Handle compressed files.
20079
20080 2005-11-19 Romain Francoise <romain@orebokech.com>
20081
20082 * net/browse-url.el (browse-url-default-browser): Signal an error
20083 if no usable browser can be found, rather than try to load w3.
20084
20085 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
20086
20087 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
20088 replacing existing properties.
20089 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20090 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
20091 tty specs.
20092 (rcirc-server-prefix, rcirc-server): New faces.
20093 (rcirc-url-regexp): Generate with rx macro.
20094 (rcirc-last-server-message-time): New variable.
20095 (rcirc-filter): Record time of last message.
20096 (rcirc-keepalive): Kill processes that did not send a message
20097 since the last ping.
20098 (rcirc-mode): Give rcirc-topic a local binding here.
20099
20100 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
20101
20102 * subr.el (read-passwd): Fontify the prompt as we do with other
20103 prompts.
20104
20105 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
20106
20107 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
20108 binding buffer-read-only to nil.
20109
20110 2005-11-19 Eli Zaretskii <eliz@gnu.org>
20111
20112 * complete.el (partial-completion-mode):
20113 Mention completion-auto-help in the doc string.
20114
20115 * man.el (Man-highlight-references): Doc fix. Reformat code in a
20116 more Lisp-ish way.
20117
20118 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
20119
20120 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
20121 digits, not 8, to avoid misalignment for files larger than 100MB.
20122
20123 2005-11-19 Eli Zaretskii <eliz@gnu.org>
20124
20125 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
20126 Mention "keyboard shortcuts" in the help text.
20127
20128 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20129
20130 * startup.el (fancy-splash-default-action): Discard only
20131 mouse-down and succeeding mouse-up events in the splash screen
20132 window so that drag-n-drop event can be processed.
20133
20134 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
20135
20136 * longlines.el (longlines-mode): Add hacks for mail-mode and
20137 message-mode.
20138
20139 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
20140
20141 * textmodes/org.el (org-table-sort-lines): New command.
20142 (org-tbl-menu): Add entry for `org-table-sort-lines'.
20143 (org-add-file): Command removed, use `org-agenda-file-to-front'
20144 instead.
20145 (org-export-icalendar): Use `org-icalendar-combined-name'.
20146 (org-cycle-agenda-files, org-agenda-file-to-end)
20147 (org-agenda-file-to-front): New commands.
20148 (org-table-tab-jumps-over-hlines, org-export-html-style):
20149 New options.
20150 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
20151 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
20152 New functions.
20153 (org-fill-paragraph): Call `org-table-align' in tables.
20154 (org-mode): Call `org-set-autofill-regexps'.
20155 (org-export-as-html): Support for local handformatted lists.
20156 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
20157 (org-export-local-list-max-depth): New option.
20158 (org-html-expand): Use `org-html-protect'.
20159
20160 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
20161
20162 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
20163 to "p".
20164 (gdb): Move definition of gud-pp to...
20165
20166 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
20167 speedbar.
20168 (gdb-find-watch-expression): New function.
20169
20170 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
20171
20172 * faces.el (face-attribute, set-face-attribute): Mention existence
20173 of `:ignore-defface' setting in docstring.
20174
20175 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
20176
20177 * simple.el (completion-setup-function): Fix last change.
20178
20179 2005-11-17 John Paul Wallington <jpw@pobox.com>
20180
20181 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
20182 Use `posn-set-point' instead of `mouse-set-point' because the
20183 latter is not fbound when configured without X.
20184
20185 * comint.el (comint-insert-input): Likewise.
20186
20187 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
20188
20189 * simple.el (hard-newline): New variable.
20190 (sendmail-user-agent-compose, next-line): Use it.
20191
20192 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
20193 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
20194 (mail-mail-reply-to, mail-mail-followup-to)
20195 (mail-position-on-field, mail-signature, mail-yank-original)
20196 (mail-attach-file): Likewise.
20197
20198 * mail/mailheader.el (mail-header-format)
20199 (mail-header-format-function): Likewise.
20200
20201 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
20202
20203 2005-11-17 Juri Linkov <juri@jurta.org>
20204
20205 * font-lock.el (font-lock-faces): Rename this defgroup from
20206 `font-lock-highlighting-faces'.
20207 (font-lock-comment-face, font-lock-comment-delimiter-face)
20208 (font-lock-string-face, font-lock-doc-face)
20209 (font-lock-keyword-face, font-lock-builtin-face)
20210 (font-lock-function-name-face, font-lock-variable-name-face)
20211 (font-lock-type-face, font-lock-constant-face)
20212 (font-lock-warning-face, font-lock-negation-char-face)
20213 (font-lock-preprocessor-face)
20214 (font-lock-regexp-grouping-backslash)
20215 (font-lock-regexp-grouping-construct): Rename :group from
20216 `font-lock-highlighting-faces' to `font-lock-faces'.
20217
20218 * cus-edit.el (lisp, c, tex):
20219 * progmodes/ada-mode.el (ada):
20220 * progmodes/asm-mode.el (asm):
20221 * progmodes/cperl-mode.el (cperl-faces):
20222 * progmodes/cpp.el (cpp):
20223 * progmodes/dcl-mode.el (dcl):
20224 * progmodes/f90.el (f90):
20225 * progmodes/fortran.el (fortran):
20226 * progmodes/icon.el (icon):
20227 * progmodes/idlwave.el (idlwave-misc):
20228 * progmodes/m4-mode.el (m4):
20229 * progmodes/make-mode.el (makefile):
20230 * progmodes/meta-mode.el (meta-font):
20231 * progmodes/modula2.el (modula2):
20232 * progmodes/octave-mod.el (octave):
20233 * progmodes/pascal.el (pascal):
20234 * progmodes/perl-mode.el (perl):
20235 * progmodes/prolog.el (prolog):
20236 * progmodes/ps-mode.el (PostScript-edit):
20237 * progmodes/scheme.el (scheme):
20238 * progmodes/sh-script.el (sh-script):
20239 * progmodes/simula.el (simula):
20240 * progmodes/tcl.el (tcl):
20241 * textmodes/nroff-mode.el (nroff):
20242 * textmodes/reftex-vars.el (reftex-fontification-configurations):
20243 * textmodes/sgml-mode.el (sgml):
20244 * textmodes/texinfo.el (texinfo):
20245 Add :link (custom-group-link font-lock-faces) to defgroup.
20246
20247 * hi-lock.el (hi-lock): Rename this defgroup from
20248 `hi-lock-interactive-text-highlighting'. Change parent group from
20249 `faces' to `font-lock'. Add link to the manual.
20250 (hi-lock-mode, hi-lock-file-patterns-range)
20251 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
20252 `hi-lock-interactive-text-highlighting' to `hi-lock'.
20253 (hi-lock-faces): Add :group `faces'.
20254
20255 * cus-edit.el (custom-variable-prompt): Clarify the code.
20256
20257 * faces.el (face-read-string): Set the default value arg of
20258 completing-read.
20259
20260 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
20261
20262 * rfn-eshadow.el (file-name-shadow-properties)
20263 (file-name-shadow-tty-properties, file-name-shadow-mode):
20264 Remove autoloads, because the file is now preloaded.
20265
20266 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
20267
20268 * printing.el (easy-menu-intern): Don't define.
20269 (pr-get-symbol): Use easy-menu-intern only if defined.
20270
20271 * simple.el (blink-matching-open): Simplify a bit.
20272 (completion-setup-function): Fix the case of partial-completion-mode
20273 when the minibuffer's contents start with "-".
20274 Obey completion-base-size-function even when
20275 minibuffer-completing-file-name is non-nil.
20276
20277 2005-11-16 Richard M. Stallman <rms@gnu.org>
20278
20279 * net/eudcb-ph.el (eudc-ph-open-session):
20280 Use set-process-query-on-exit-flag.
20281
20282 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
20283
20284 * international/ucs-tables.el (ucs-set-table-for-input):
20285 Use make-local-variable, not make-variable-buffer-local.
20286
20287 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
20288 Improve warning message text.
20289
20290 * savehist.el (savehist-save-hook): Add :group.
20291
20292 * menu-bar.el (menu-bar-help-menu):
20293 Rename Find Extra Packages to External Packages.
20294
20295 * cus-edit.el (Custom-reset-standard): Verify that
20296 :custom-standard-value prop exists before calling it.
20297
20298 * apropos.el (apropos-calc-scores): Use apropos-pattern.
20299
20300 2005-11-16 Martin Rudalics <rudalics@gmx.at>
20301
20302 * wid-edit.el (color): Enclose %t in %{...%}.
20303
20304 * cus-edit.el (face): Enclose %t in %{...%}.
20305
20306 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
20307
20308 * savehist.el (savehist-mode-hook): Re-add the var.
20309 (savehist-mode): Use it.
20310
20311 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
20312
20313 * textmodes/flyspell.el: Fix commenting convention.
20314 Remove unnecessary leading * in custom docstrings.
20315 (flyspell-emacs): Remove unused var.
20316 (flyspell-delete-region-overlays): Use remove-overlays.
20317 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
20318 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
20319 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
20320 (flyspell-debug-signal-word-checked): Use with-current-buffer.
20321 (make-flyspell-overlay): Don't locally reuse a global name.
20322 (flyspell-highlight-incorrect-region)
20323 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
20324 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
20325 (flyspell-notify-misspell): Remove unused args `start' and `end'.
20326 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
20327 Wrap calls to accept-process-output inside with-local-quit since it's
20328 often called from a post-command-hook.
20329 (flyspell-correct-word, flyspell-auto-correct-word):
20330 Use ispell-send-string.
20331 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
20332
20333 * calendar/diary-lib.el (diary-list-entries): Also hide the
20334 terminating newline.
20335
20336 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
20337
20338 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
20339 window-system, to allow fonts on tty.
20340
20341 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
20342
20343 * progmodes/gud.el (gud-speedbar-item-info): New function.
20344 (gud-install-speedbar-variables): Use it to display data type
20345 of watch expression as a tooltip in speedbar.
20346
20347 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
20348
20349 * font-core.el (global-font-lock-mode): Add :version keyword,
20350 because default was changed.
20351
20352 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
20353
20354 * startup.el (command-line): Use `custom-reevaluate-setting' for
20355 `file-name-shadow-mode'.
20356
20357 * loadup.el: Preload rfn-eshadow.
20358
20359 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
20360 Add :version keyword.
20361 (file-name-shadow-properties, file-name-shadow-tty-properties)
20362 (file-name-shadow): Add :version keyword.
20363
20364 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
20365 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
20366 in the custom-group property of the symbol frames and the fringe
20367 group got no link to its parent group frames.
20368 Doc fix.
20369
20370 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20371
20372 * progmodes/gud.el (gud-stop-subjob): New function.
20373 (gud-menu-map, gud-tool-bar-map): Use it.
20374
20375 2005-11-16 Kim F. Storm <storm@cua.dk>
20376
20377 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
20378 than kill it.
20379 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
20380 to a more useful/logical place.
20381
20382 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20383
20384 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
20385 go buttons complementary.
20386
20387 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
20388
20389 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
20390 (rfn-eshadow-sifn-equal): New function.
20391 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
20392
20393 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
20394
20395 * viper-utils.el (viper-non-word-characters-reformed-vi):
20396 Quote `-' in string.
20397
20398 * viper.el (viper-emacs-state-mode-list): Ensure that
20399 rcirc-mode buffers come up in Emacs state.
20400
20401 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
20402 operation.
20403
20404 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
20405
20406 * term.el (term-termcap-format): Fix typos.
20407 (term-down): Fix the negative argument case.
20408
20409 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20410
20411 * progmodes/gdb-ui.el: Remove face-alias left over from change on
20412 2005-08-15.
20413 (gdb-ann3): New command gud-go.
20414 (menu): Accomodate gdb-mi.el.
20415 (gdb-assembler-custom): Make buffer of selected window current
20416 so that set-window-point works.
20417
20418 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
20419 buttons and include new ones.
20420
20421 2005-11-16 Kim F. Storm <storm@cua.dk>
20422
20423 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
20424 (gud-menu-map): Use it.
20425
20426 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
20427
20428 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
20429 that works correctly for Custom and that does not override a user
20430 who disables it.
20431
20432 * help-mode.el (help-make-xrefs, help-xref-on-pp)
20433 (help-xref-interned, help-follow): Make hyperlinks for variables
20434 that are unbound, but have a non-nil variable-documentation property.
20435
20436 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
20437 mode hook. (It conflicted with defcustoms for some mode hooks.)
20438 Use the `variable-documentation' property to give the mode hook a
20439 docstring and expand that docstring.
20440
20441 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
20442
20443 * savehist.el (savehist-mode): Don't bother with
20444 `custom-set-minor-mode'.
20445 (savehist-coding-system): Check XEmacs version.
20446 (history-length): Declare also at run time.
20447 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
20448 Don't set the customize state.
20449 (savehist-minibuffer-hook): Special case for when
20450 minibuffer-history-variable is equal to t.
20451
20452 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
20453
20454 * files.el (write-file): Refresh VC status.
20455
20456 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
20457 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
20458 than fundamental-mode to see if the mode was set.
20459
20460 2005-11-14 Romain Francoise <romain@orebokech.com>
20461
20462 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
20463 dummy function in `eval-when-compile' to avoid compiler warning.
20464 Require `man' at compile time.
20465
20466 2005-11-14 Jay Belanger <belanger@truman.edu>
20467
20468 * calc-alg.el (calcFunc-write-out-power): Rename it to
20469 calcFunc-powerexpand.
20470 (math-write-out-power): Rename it to math-powerexpand; have it
20471 handle negative exponents.
20472 (calc-writeoutpower): Rename it to calc-powerexpand.
20473
20474 * calc-ext.el: Change calcFunc-writeoutpower and
20475 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
20476 autoloads.
20477 Add calcFunc-ldiv to autoloads.
20478
20479 * calc-arith.el (calcFunc-ldiv): New function.
20480
20481 * calc.el (calc-left-divide): New function.
20482
20483 2005-11-14 Juri Linkov <juri@jurta.org>
20484
20485 * cus-edit.el (custom-variable-prompt): Set the default value arg
20486 of completing-read.
20487
20488 * cus-dep.el (custom-make-dependencies): Reverse the list of
20489 found dependencies.
20490
20491 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
20492
20493 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
20494 Highlighting" entry, it is on by default now.
20495 (menu-bar-options-save): Do not save global-font-lock-mode.
20496
20497 2005-11-13 Richard M. Stallman <rms@gnu.org>
20498
20499 * textmodes/flyspell.el (flyspell-large-region):
20500 Call flyspell-accept-buffer-local-defs.
20501
20502 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
20503
20504 * textmodes/flyspell.el (flyspell-notify-misspell):
20505 Fix misspelling of "Misspelling".
20506 (flyspell-process-localwords): New function.
20507 (flyspell-large-region): Call flyspell-process-localwords and
20508 flyspell-delete-region-overlays.
20509 (flyspell-delete-region-overlays): New function.
20510 (flyspell-delete-all-overlays): Call that.
20511
20512 2005-11-13 Richard M. Stallman <rms@gnu.org>
20513
20514 * help.el (help-for-help-internal): Improve doc of C-h a.
20515 (describe-key): Improve prompt; doc fix.
20516
20517 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
20518
20519 * vc-svn.el (vc-svn-registered): Catch all errors.
20520
20521 * cus-dep.el (custom-make-dependencies): Typo.
20522
20523 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
20524
20525 * net/tramp-util.el (top): Fix compilation warning.
20526
20527 2005-11-13 Kim F. Storm <storm@cua.dk>
20528
20529 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
20530
20531 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
20532
20533 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
20534 (gud-speedbar-buttons): Match on "const char *" too.
20535
20536 * progmodes/gdb-ui.el (gdb-var-create-handler)
20537 (gdb-var-list-children-handler): Match on "const char *" too.
20538 (gdb-var-evaluate-expression-handler): Match on empty string.
20539 (gdb-var-update-handler): Only call
20540 gdb-var-evaluate-expression-handler when required.
20541
20542 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
20543
20544 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
20545 selected window. This still doesn't work for speedbar.
20546 (gud-speedbar-buttons): Handle string expressions properly.
20547
20548 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
20549 (gdb-var-create-handler): Handle string expressions properly.
20550 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
20551 Handle string expressions properly. Move "type" field into regexp.
20552
20553 2005-11-12 Karl Fogel <kfogel@red-bean.com>
20554
20555 * bookmark.el (bookmark-maybe-message): New function to reduce
20556 code duplication: invokes `message' iff baud-rate is high enough.
20557 (bookmark-write-file): Use above instead of an inline conditional.
20558 (bookmark-load): Same.
20559
20560 2005-11-12 Karl Fogel <kfogel@red-bean.com>
20561
20562 * bookmark.el (bookmark-write-file): Don't visit the destination
20563 file, just write the data to it using write-region. This is
20564 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
20565 change to avoid visiting the file in the first place.
20566
20567 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
20568
20569 * hi-lock.el (hi-lock-mode): Set the default value of
20570 font-lock-defaults.
20571
20572 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
20573
20574 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
20575 arg to `file-attributes'.
20576 (find-lisp-format): The UID and GID can now be strings.
20577
20578 2005-11-12 Kim F. Storm <storm@cua.dk>
20579
20580 * help.el (help-map): Bind C-h d to apropos-documentation.
20581
20582 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
20583 when point is at end-of-buffer.
20584
20585 * apropos.el (apropos-match-face): Doc fix.
20586 (apropos-sort-by-scores): Add new choice `verbose'.
20587 (apropos-documentation-sort-by-scores): New defcustom.
20588 (apropos-pattern): Now contains the pattern entered by the user.
20589 (apropos-pattern-quoted): New defvar.
20590 (apropos-regexp): New defvar, containing the regexp corresponding
20591 to apropos-pattern.
20592 (apropos-all-words-regexp): Rename from apropos-all-regexp.
20593 (apropos-read-pattern): New defun. Use it to read pattern arg in
20594 interactive calls; returns list of words for a word list, and
20595 string for a regexp.
20596 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
20597 parses a list of words or regexp as returned by apropos-read-pattern.
20598 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
20599 (apropos-score-doc): Return a very high score if the string
20600 entered by the user matches literally.
20601 (apropos-variable): Doc fix. Use apropos-read-pattern.
20602 (apropos-command): Doc fix. Use apropos-read-pattern and
20603 apropos-parse-pattern. Call apropos-print with nosubst=t.
20604 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
20605 apropos-parse-pattern.
20606 (apropos-documentation): Doc fix. Use apropos-read-pattern and
20607 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
20608 apropos-documentation-sort-by-scores. Call apropos-print with
20609 nosubst=t.
20610 (apropos-documentation-internal): Pass doc string through
20611 substitute-key-definition before adding text properties.
20612 Highlight substring matching literal user input if possible.
20613 (apropos-documentation-check-doc-file): Remove locals beg and end.
20614 Fix calculation of score (as added twice). Pass doc string through
20615 substitute-key-definition before adding text properties.
20616 (apropos-documentation-check-elc-file): Pass doc string through
20617 substitute-key-definition before adding text properties.
20618 Highlight substring matching literal user input if possible.
20619 (apropos-print): Add new arg NOSUBST; if set, command and variable
20620 doc strings have already been passed through substitute-key-definition.
20621 Add code to handle apropos-accumulator items without score element
20622 for backwards compatibility (e.g. with woman package).
20623 Only show scores if apropos-sort-by-scores is `verbose'.
20624
20625 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
20626
20627 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
20628 Add jka-compr-load-suffixes to load-suffixes.
20629
20630 * jka-compr.el: Require jka-cmpr-hook.
20631 (jka-compr-info-compress-message, jka-compr-info-compress-program)
20632 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
20633 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
20634 (jka-compr-info-can-append, jka-compr-info-strip-extension)
20635 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
20636 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
20637 (jka-compr-uninstall): Remove entries from
20638 jka-compr-added-to-file-coding-system-alist after they are used.
20639 (jka-compr-error): Remove unused var `curbuf'.
20640 (jka-compr-file-local-copy): Remove unused var `notfound'.
20641
20642 2005-11-10 Romain Francoise <romain@orebokech.com>
20643
20644 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
20645
20646 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
20647
20648 * progmodes/gud.el (gud-menu-map): Move parentheses.
20649 (gdb): New command gud-pv.
20650
20651 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
20652
20653 * tar-mode.el: Remove spurious or unnecessary leading stars
20654 in docstrings.
20655 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
20656 (tar-parse-octal-integer-safe): Use mapc.
20657 (tar-header-block-summarize): Remove unused var `ck'.
20658 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
20659 cleared before. Obey default-enable-multibyte-characters.
20660 Use mapconcat. Simplify setting of tar-header-offset.
20661 (tar-mode-map): Move initialization inside delcaration.
20662 (tar-flag-deleted): Use `abs'.
20663 (tar-expunge-internal): Remove unused var `line'.
20664 (tar-expunge-internal): Don't hardcode point-min==1.
20665 (tar-expunge): Widen while doing set-buffer-multibyte.
20666 (tar-rename-entry): Use file-name-coding-system.
20667 (tar-alter-one-field): Don't hardcode point-min==1.
20668 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
20669 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
20670
20671 2005-11-10 Masatake YAMATO <jet@gyve.org>
20672
20673 * add-log.el (add-log-current-defun): Handle class::method
20674 notation of c++. Fix incorrect comment.
20675
20676 2005-11-10 Alan Mackenzie <acm@muc.de>
20677
20678 * help-fns.el (describe-variable): Make C-h v work when a variable
20679 has variable documentation yet is unbound.
20680
20681 2005-11-10 Masatake YAMATO <jet@gyve.org>
20682
20683 * man.el (Man-highlight-references): Set an empty
20684 string to `Man-arguments' if it is nil.
20685 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
20686
20687 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
20688
20689 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
20690 commenting conventions.
20691
20692 * cus-dep.el (custom-make-dependencies): Simplify.
20693 Better follow the commenting conventions.
20694
20695 2005-11-09 Richard M. Stallman <rms@gnu.org>
20696
20697 * apropos.el (apropos-pattern): Rename from apropos-regexp.
20698 (apropos-orig-pattern): Rename from apropos-orig-regexp.
20699 All uses changed.
20700 (apropos-rewrite-regexp): Doc fix.
20701 (apropos-variable, apropos-command, apropos, apropos-value):
20702 Change prompt; carry through the argument renaming.
20703
20704 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
20705
20706 * find-lisp.el: Require dired.
20707 (find-lisp-find-dired-internal): Do not call
20708 `abbreviate-file-name' on DIR.
20709
20710 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
20711
20712 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
20713
20714 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
20715
20716 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
20717 when using the speedbar.
20718 (gdb): New command gud-pp.
20719 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
20720
20721 2005-11-09 Juri Linkov <juri@jurta.org>
20722
20723 * replace.el (occur-excluded-properties): New defcustom.
20724 (occur-1, occur-engine, occur-accumulate-lines): Use it.
20725
20726 2005-11-08 Jay Belanger <belanger@truman.edu>
20727
20728 * calc/calc-units.el (math-convert-units): Replace any composite
20729 unit by its definition.
20730
20731 2005-11-08 Lars Hansen <larsh@soem.dk>
20732
20733 * emacs-lisp/autoload.el (update-directory-autoloads):
20734 Add obsolete function alias.
20735
20736 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
20737
20738 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
20739 comment-indent-function.
20740 (lisp-comment-indent): Replace by an alias for comment-indent-default.
20741
20742 * reveal.el (reveal-post-command): Rework the handling of
20743 reveal-open-spots, so as to be more reliable. There were several
20744 tricky corner cases where an open spot might be lost, or where
20745 a closed spot might end up on the list of open spots.
20746 Only reveal text that's ellipsised.
20747
20748 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
20749
20750 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
20751
20752 2005-11-07 John Paul Wallington <jpw@gnu.org>
20753
20754 * ibuffer.el (ibuffer): Search iconified frames too when
20755 getting Ibuffer buffer's window.
20756
20757 2005-11-06 Richard M. Stallman <rms@gnu.org>
20758
20759 * progmodes/compile.el (compilation-internal-error-properties):
20760 save-excursion around the computation of MARKER.
20761
20762 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
20763
20764 * textmodes/flyspell.el (flyspell-external-point-words):
20765 flyspell-get-word returns a list, not just a string.
20766
20767 2005-11-06 John Paul Wallington <jpw@pobox.com>
20768
20769 * ibuffer.el (ibuffer): Search all visible frames when getting
20770 Ibuffer buffer's window.
20771
20772 2005-11-07 Masatake YAMATO <jet@gyve.org>
20773
20774 * man.el (Man-reference-regexp): Accept spaces between
20775 `Man-name-regexp' and `Man-section-regexp'.
20776 (Man-apropos-regexp): New variable.
20777 (Man-abstract-xref-man-page): Use value for `Man-target-string'
20778 if available.
20779 (Man-highlight-references, Man-highlight-references0):
20780 Handle the case when `Man-arguments' includes "-k".
20781 (Man-highlight-references0): Rename the argument `TARGET-POS' to
20782 `TARGET'. `TARGET' can be a number, function or nil.
20783
20784 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
20785
20786 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
20787 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
20788 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
20789 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
20790 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
20791 (gdb-send-item): Use buffer-local-value and simplify.
20792
20793 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
20794
20795 * startup.el (command-line): Use `custom-reevaluate-setting' for
20796 `global-font-lock-mode'.
20797
20798 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
20799 by default, except in batch mode or when the -D option is given.
20800
20801 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
20802 specified keyword args on to `define-minor-mode'. Update docstring.
20803
20804 2005-11-05 Romain Francoise <romain@orebokech.com>
20805
20806 * replace.el (occur-engine): Add marker at end of line, too.
20807
20808 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
20809
20810 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20811 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20812 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20813 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20814 argument to all these routines, so the passphrase can be managed
20815 externally and passed in to the system.
20816 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20817 pgg-add-passphrase-to-cache function.
20818
20819 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20820 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20821 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20822 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20823 argument to all these routines, so the passphrase can be managed
20824 externally and passed in to the system.
20825 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20826 function.
20827
20828 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
20829
20830 * font-lock.el: Don't deal with font-lock-face-attributes here,
20831 move the code ...
20832
20833 * startup.el (command-line): ... here. Use face-spec-set instead
20834 of custom-declare-face.
20835
20836 * faces.el (face-spec-set): Reset the face if spec is not nil.
20837
20838 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
20839
20840 * newcomment.el (comment-region-internal): Box more tightly in the
20841 common case where there's no TAB in the boxed text.
20842
20843 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20844
20845 * info.el (info-tool-bar-map): Use images prev-node, next-node and
20846 up-node.
20847
20848 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
20849
20850 * newsticker.el: Commentary updated. Code formatting changed.
20851 (newsticker-version): Change to "1.9".
20852 (newsticker, newsticker-feed): Doc fix.
20853 (newsticker-url-list): Doc fix. Add option "Weekly".
20854 (newsticker-retrieval-interval): Add option "Weekly".
20855 (newsticker-headline-processing): Doc fix.
20856 (newsticker-auto-mark-filter): Remove.
20857 (newsticker-auto-mark-filter-list): New.
20858 (newsticker-layout, newsticker-sort-method): Doc fix.
20859 (newsticker-hide-old-items-in-newsticker-buffer)
20860 (newsticker-heading-format, newsticker-item-format)
20861 (newsticker-desc-format): Doc fix.
20862 (newsticker-show-all-rss-elements): Remove.
20863 (newsticker-show-all-news-elements): New.
20864 (newsticker-faces, newsticker-ticker): Doc fix.
20865 (remove-from-invisibility-spec): Code formatting.
20866 (newsticker--process-ids): New.
20867 (newsticker-mode): Doc fix.
20868 (newsticker-mode): Change mode-line-format.
20869 (newsticker-start): Remove debug output.
20870 (newsticker-start-ticker): Doc fix. Add autoload cookie.
20871 (newsticker-w3m-show-inline-images): Code formatting.
20872 (newsticker-next-item): Call `force-mode-line-update'.
20873 (newsticker-previous-item): Call `force-mode-line-update'.
20874 (newsticker-next-feed): Call `force-mode-line-update'.
20875 (newsticker-previous-feed): Call `force-mode-line-update'.
20876 (newsticker-mark-all-items-at-point-as-read): Code formatting.
20877 (newsticker-show-old-items): Do not show descs.
20878 (newsticker-hide-entry): Hide too much.
20879 (newsticker-hide-entry, newsticker-show-entry)
20880 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
20881 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
20882 (newsticker-toggle-auto-narrow-to-item): Code formatting.
20883 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
20884 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
20885 (newsticker-get-news): Call `force-mode-line-update'.
20886 Collect process ids.
20887 (newsticker--sentinel): Change coding system handling.
20888 Move image retrieval to new functions newsticker--get-logo-url-*.
20889 Move feed parsing to new functions newsticker--parse-*.
20890 Update list of process ids.
20891 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
20892 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
20893 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
20894 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
20895 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
20896 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
20897 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
20898 (newsticker--decode-coding-string): Remove.
20899 (newsticker--decode-numeric-entities): Check input. Format code.
20900 (newsticker--remove-whitespace): Check input.
20901 (newsticker--do-forget-preformatted): Doc fix.
20902 (newsticker--decode-rfc822-date): Allow for missing time.
20903 (newsticker--update-process-ids): New.
20904 (newsticker--image-sentinel): Change comment.
20905 (newsticker--image-read): Change error message.
20906 (newsticker--imenu-goto): Doc fix. Show headline title.
20907 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
20908 (newsticker--buffer-do-insert-text): Clean whitespace in
20909 html-rendered headline title. Code formatting.
20910 Call `newsticker--buffer-print-extra-elements'.
20911 (newsticker--buffer-print-extra-element): Remove.
20912 (newsticker--buffer-print-extra-elements): New.
20913 (newsticker--buffer-do-print-extra-element): New.
20914 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
20915 large sizes.
20916 (newsticker--run-auto-mark-filter)
20917 (newsticker--do-run-auto-mark-filter):
20918 Use `newsticker-auto-mark-filter-list'.
20919
20920 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
20921
20922 * net/rcirc.el: Use split-string OMIT-NULLS argument.
20923 (rcirc-print): Force redisplay before running hooks. Do long
20924 buffer truncation after making new text read-only. Deal with nil
20925 text when decoding strings. If TARGET is nil, use either the
20926 currently selected buffer, if it is an rcirc buffer and of the
20927 same process or the process buffer.
20928 (rcirc-mode): Remove header-line. Recompute short buffer names.
20929 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
20930 (rcirc-short-buffer-name): Add variable.
20931 (rcirc-kill-buffer-hook): Recompute short buffer names.
20932 Remove nick from private channel.
20933 (rcirc-send-input): Send command text to current-buffer.
20934 Don't clear overlay arrow here.
20935 (rcirc-short-buffer-name): Return a short buffer name.
20936 (rcirc-update-short-buffer-names, rcirc-abbreviate)
20937 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
20938 buffer-name abbreviations.
20939 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
20940 Do not touch nick-table when killing a parted channel.
20941 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
20942 Clear arrow from current buffer if it is now hidden.
20943 (rcirc-current-buffer): Add variable.
20944 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20945 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
20946 Remove -face from names.
20947 (rcirc-update-activity-string): Print "DND" when globally ignoring
20948 activity.
20949 (rcirc-ignore-buffer-activity-flag): Rename from
20950 rcirc-ignore-channel-activity.
20951 (rcirc-ignore-all-activity-flag): Doc fix.
20952 (rcirc-channels): Remove variable.
20953 (rcirc-kill-buffer-hook):
20954 (rcirc-get-buffer-create): Add nick to private channel.
20955 (rcirc-multiline-edit-submit): Remove tabs.
20956 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
20957 folded.
20958 (rcirc-remove-nick-channel): Bug fix.
20959 (rcirc-toggle-ignore-buffer-activity): Rename from
20960 rcirc-toggle-ignore-channel-activity.
20961 (rcirc-record-activity): Add buffers to the front of the list.
20962 (rcirc-update-activity): Remove killed buffers from list.
20963 (rcirc-process-server-response-1): Remove last argument if it is
20964 null before calling handler.
20965 (rcirc): Add "rcirc" defcustom prefix.
20966 (rcirc-prompt): Simplify default prompt.
20967 Use custom-initialize-default.
20968 (rcirc-private-chats): Remove variable.
20969 (rcirc-prompt): Change initialization.
20970 (rcirc-version): Remove function.
20971 (rcirc-id-string): Add constant.
20972 (rcirc-last-buffer): Remove variable.
20973 (rcirc-buffer-alist): Add variable.
20974 (rcirc-connect): Update variable setup.
20975 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
20976 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
20977 default.
20978 (rcirc-handler-generic): Trigger activity.
20979 (rcirc-send-message): Create the buffor of the target.
20980 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
20981 (rcirc-get-buffer): Just return nil if there is no matching buffer.
20982 (rcirc-multiline-edit-cancel): Remove function.
20983 (rcirc-set-last-buffer): Remove function.
20984 (rcirc-get-any-buffer): Add function.
20985 (rcirc-join-channels): Don't print /join text.
20986 (rcirc-toggle-ignore-channel-activity): Add and update echo area
20987 messages.
20988 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
20989 (rcirc-handler-NOTICE): Recognize CTCP responses.
20990 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
20991 constructing TOPIC string for buffers we are not JOINed.
20992 (rcirc-handler-CTCP-response): Add handler.
20993 (rcirc-multiline-edit-submit): Restore the window-configuration
20994 before adjusting point.
20995 (rcirc): Add customization group.
20996 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
20997 (rcirc-user-full-name, rcirc-startup-channels-alist)
20998 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
20999 (rcirc-ignore-all-activity-flag, rcirc-time-format)
21000 (rcirc-input-ring-size, rcirc-read-only-flag)
21001 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
21002 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
21003 Change defvar to defcustom.
21004 (rcirc-update-prompt): Add optional ALL arg, which will update
21005 prompts in all rcirc buffers. Regexp quote replacement text.
21006 (rcirc-fill-column): Accept frame-width as a value.
21007 (rcirc-set-changed): Add function.
21008 (rcirc-next-active-buffer): Write more meaningful messages.
21009 (rcirc-faces): Add customization group.
21010 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
21011 (rcirc-nick-in-message-face, rcirc-prompt-face)
21012 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
21013 (with-rcirc-process-buffer): Move before first usage.
21014 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
21015 (rcirc-debug-flag): Rename from `rcirc-log-p'.
21016 (rcirc-debug): Rename from `rcirc-log'.
21017 (rcirc-format-response-string): Do not print `-' chars for a
21018 NOTICE with no sender. Simplify output of server responses.
21019
21020 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
21021
21022 (rcirc-browse-url-map, rcirc-browse-url-at-point)
21023 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
21024 Make urls mouse and RET clickable.
21025
21026 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
21027
21028 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
21029
21030 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
21031
21032 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21033 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21034 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21035 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21036 argument to all these routines, so the passphrase can be managed
21037 externally and passed in to the system.
21038 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21039 pgg-add-passphrase-to-cache function.
21040
21041 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21042 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21043 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21044 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21045 argument to all these routines, so the passphrase can be managed
21046 externally and passed in to the system.
21047 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21048 function.
21049
21050 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
21051
21052 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
21053 from goto-address-url-regexp.
21054
21055 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
21056
21057 * textmodes/org.el (org-read-date, org-goto-calendar)
21058 (org-recenter-calendar, org-agenda-goto-calendar):
21059 Temporarily clear `calendar-move-hook'.
21060
21061 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
21062
21063 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
21064 merging.
21065
21066 * ediff-util.el (ediff-previous-difference): Don't skip regions that
21067 have merge clashes.
21068
21069 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21070
21071 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21072 Undo previous change.
21073
21074 * startup.el (command-line): Use `custom-reevaluate-setting' for
21075 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
21076 tty-register-default-colors on Mac.
21077
21078 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
21079
21080 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
21081 (gdb-buffer-type): Make it automatically buffer local...
21082 (gdb-get-create-buffer): ...and set it accordingly.
21083 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
21084 actually work.
21085
21086 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
21087
21088 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
21089 not red.
21090
21091 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
21092
21093 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
21094 case GUD buffer is not visible.
21095 (gdb-goto-breakpoint): Try to force display in source buffer.
21096 (gdb-frame-gdb-buffer): Copy other similar functions.
21097 (gdb-restore-windows): Don't display source if not asked for.
21098 (gdb-assembler-buffer-name): Don't capitalise.
21099
21100 2005-11-03 Richard M. Stallman <rms@gnu.org>
21101
21102 * wid-edit.el (key-sequence): New widget type.
21103
21104 * simple.el (set-mark-command-repeat-pop): New variable.
21105 (set-mark-command): Only interpret plan C-@ after a pop as a pop
21106 if set-mark-command-repeat-pop is true.
21107
21108 * info.el (Info-fontify-node): Don't display extra "see" if there
21109 already is one here.
21110
21111 * mouse.el: Fix special handling of DEL after dragging a region:
21112 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
21113 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
21114
21115 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
21116
21117 * textmodes/ispell.el (ispell-command-loop): Change `i' description
21118 not to assume it pertains to an affix.
21119
21120 * textmodes/flyspell.el (flyspell-post-command-hook):
21121 Bind deactivate-mark to prevent deactivation.
21122
21123 2005-11-03 Lars Hansen <larsh@soem.dk>
21124
21125 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
21126 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
21127 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
21128
21129 2005-11-03 Romain Francoise <romain@orebokech.com>
21130
21131 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
21132 Update copyright years.
21133
21134 2005-11-03 Sam Steingold <sds@gnu.org>
21135
21136 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21137 Use system-type instead of window-system because window-system is not
21138 correctly defined during loadup.
21139
21140 2005-11-02 Mark A. Hershberger <mah@everybody.org>
21141
21142 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
21143 (xml-parse-tag): Join strings separated by a comment properly.
21144
21145 2005-11-02 Andreas Schwab <schwab@suse.de>
21146
21147 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
21148
21149 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
21150
21151 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
21152 (byte-optimize-pure-func): Quote the eval'd value.
21153
21154 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
21155 Rename from perl-font-lock-syntactic-face-function.
21156 Change the calling convention so it can be used as a font-lock MATCHER.
21157 Do the parse-partial-sexp loop outselves.
21158 (perl-font-lock-syntactic-keywords): Use it.
21159 (perl-mode): Don't set font-lock-syntactic-face-function any more.
21160
21161 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
21162
21163 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
21164 disassembly buffer too.
21165 (gdb-exited): Remove overlay arrows when execution has finished.
21166 (gdb-info-frames-custom, gdb-info-threads-custom)
21167 (gdb-info-registers-custom): Don't add inappropriate text
21168 properties if inferior is not active.
21169
21170 2005-11-02 Glenn Morris <rgm@gnu.org>
21171
21172 * progmodes/fortran.el (fortran-blink-match):
21173 Use `blink-matching-delay'.
21174
21175 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
21176
21177 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
21178
21179 2005-11-02 Lars Hansen <larsh@soem.dk>
21180
21181 * net/tramp.el (tramp-action-out-of-band): Handle scp message
21182 "Permission denied".
21183
21184 2005-11-01 Richard M. Stallman <rms@gnu.org>
21185
21186 * textmodes/flyspell.el (flyspell-external-point-words):
21187 Pass nil to flyspell-get-word.
21188
21189 2005-11-02 Kim F. Storm <storm@cua.dk>
21190
21191 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
21192 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
21193
21194 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
21195
21196 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
21197 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
21198 (calendar-mouse-print-dates): Add optional `event' argument.
21199 Update interactive-spec.
21200 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
21201 Use `calendar-event-to-date' instead of `event'.
21202
21203 2005-11-02 Masatake YAMATO <jet@gyve.org>
21204
21205 * progmodes/ld-script.el (ld-script-builtins):
21206 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
21207 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
21208 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
21209
21210 2005-11-01 Romain Francoise <romain@orebokech.com>
21211
21212 * vc-sccs.el: Update copyright year.
21213 * ezimage.el: Likewise.
21214
21215 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
21216
21217 * info.el (Info-fontify-node): Use `string-width' for fontifying
21218 underlined titles.
21219
21220 2005-11-01 Juri Linkov <juri@jurta.org>
21221
21222 * info.el (Info-fontify-node): Downcase node header keywords Node,
21223 Prev, Next, Up before comparison.
21224 (Info-history): Insert absolute directory name, and put invisible
21225 property on it.
21226
21227 2005-11-01 Juri Linkov <juri@jurta.org>
21228
21229 * info.el (Info-file-supports-index-cookies): New variable.
21230 (Info-find-node-2): Check makeinfo version for index cookie support.
21231 (Info-index-nodes): Search for nodes with index cookies only when
21232 Info-file-supports-index-cookies is t. Otherwise, search nodes
21233 with "Index" in the node name.
21234 (Info-index-node): Search index cookie in the current node only when
21235 Info-file-supports-index-cookies is t. Otherwise, check the word
21236 "Index" in the node name.
21237 (Info-find-emacs-command-nodes): Remove code that searches nodes
21238 with "Index" node name in the top menu.
21239
21240 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
21241
21242 * progmodes/scheme.el (scheme-mode-variables): Use the default
21243 comment-indent-function.
21244
21245 * faces.el (face-attribute): Handle the case where a face inherits from
21246 a non-existent face.
21247
21248 * simple.el (eval-expression-print-format): Use lisp-readable syntax
21249 for octal and hexa output, and merge the char into the paren.
21250 (kill-new): Use push.
21251 (copy-to-buffer): Use with-current-buffer.
21252 (completion-setup-function): Move code in loop to remove redundancy.
21253 (minibuffer-local-must-match-map): Don't add bindings that duplicate
21254 those inherited from minibuffer-local-completion-map.
21255
21256 * savehist.el (savehist-mode) <defcustom>:
21257 Use custom-set-minor-mode if available.
21258 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
21259 and emit a message if applicable.
21260
21261 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
21262
21263 * savehist.el: Sync up to version 19.
21264 (savehist-mode): New minor mode.
21265 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
21266 (savehist-length): Remove (use history-length instead).
21267 (savehist-file-modes): Rename from savehist-modes.
21268 (savehist-save-hook, savehist-loaded): New vars.
21269 (savehist-load): Use savehist-mode. Try to smooth up transition from
21270 old format to new format.
21271 (savehist-install): Allow savehist-autosave-interval to be nil.
21272 (savehist-save): Run the new hook. Be more careful to only trim the
21273 history variables.
21274 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
21275 (savehist-printable): Print into a buffer rather than char-by-char.
21276
21277 2005-11-01 John Wiegley <johnw@newartisans.com>
21278
21279 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
21280 toggle-ignore keybinding (C-a). The author said it had been
21281 disabled much earlier due to a possible incompatibility, but after
21282 many months of usage I have encountered no problems (and it is a
21283 rather useful option, especially for switching to " *temp*").
21284
21285 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
21286 support for OS/X's AddressBook, by calling out to the open source
21287 program "contacts" (installable through Fink).
21288
21289 * net/eudc.el (eudc-expand-inline): If the
21290 `eudc-multiple-match-handling-method' is set to `all', delete the
21291 query string before inserting the query result.
21292
21293 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
21294 flag, to prevent Eshell from using the system ls when
21295 `eshell-ls-insert-directory' is in used.
21296 (eshell-ls-insert-directory): Disable font-lock in directory
21297 buffer so that Eshell's own fontification is seen. This broke
21298 recently due to changes in font-lock, so this goes back to version
21299 21 behavior.
21300
21301 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
21302
21303 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
21304 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
21305 (gdb-many-windows): Doc fix.
21306
21307 2005-10-31 Romain Francoise <romain@orebokech.com>
21308
21309 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
21310
21311 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
21312
21313 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
21314 that global-font-lock-mode can be enabled by default.
21315
21316 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
21317 (font-lock-add-keywords, font-lock-remove-keywords)
21318 (font-lock-fontify-buffer): Remove autoload cookies.
21319
21320 * jit-lock.el (jit-lock-register): Likewise.
21321
21322 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
21323
21324 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
21325
21326 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
21327 intact if there is no gud-comint-buffer.
21328
21329 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
21330
21331 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
21332 old prompt comint-prompt-read-only is t and GDB commands are
21333 issued from tool bar etc.
21334
21335 2005-10-31 Masatake YAMATO <jet@gyve.org>
21336
21337 * vc.el (vc-directory-exclusion-list): Add "{arch}".
21338
21339 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
21340
21341 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
21342 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
21343
21344 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
21345
21346 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
21347 starting at beginning of line. Fontification is messed up when
21348 `open-paren-in-column-0-is-defun-start' set to t.
21349 Reported by John Paul Wallington <jpw@pobox.com>.
21350
21351 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
21352
21353 * comint.el (comint-send-input): Call `comint-update-fence' when
21354 `comint-process-echoes' and `comint-prompt-read-only' are both
21355 non-nil, to avoid leftover read-only newline.
21356
21357 2005-10-30 Richard M. Stallman <rms@gnu.org>
21358
21359 * textmodes/flyspell.el (flyspell-external-point-words):
21360 Detect when WORD can't be checked properly because
21361 flyspell-get-word finds just part of it, and move on.
21362
21363 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
21364 boundarychar for Polish.
21365 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
21366 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
21367
21368 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
21369
21370 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
21371 (gdb-registers-font-lock-keywords): Delete.
21372 (gdb-registers-mode): Don't fontify.
21373 (gdb-info-registers-custom): Use text properties instead as, in
21374 future, changed register values will use font-lock-warning-face.
21375 (gdb-local-font-lock-keywords): Rename to...
21376 (gdb-locals-font-lock-keywords): ...for consistency.
21377
21378 2005-10-30 Andre Spiegel <spiegel@gnu.org>
21379
21380 * vc.el (vc-switch-backend): Better error message if the buffer is
21381 not visiting a file under version control.
21382
21383 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
21384
21385 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
21386
21387 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
21388 ~/.emacs.d/.emacs.
21389
21390 2005-10-29 Richard M. Stallman <rms@gnu.org>
21391
21392 * replace.el (occur-mode-mouse-goto): Always go to other window.
21393 (occur-mode-goto-occurrence): Always switch in same window.
21394
21395 * simple.el (undo): Display message at end, not at start.
21396
21397 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
21398 New arg REUSE-CELL.
21399 (cancel-timer-internal): New function.
21400 (timer-event-handler): Use cancel-timer-internal,
21401 and pass the cell it returns to timer-activate...
21402
21403 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
21404 (jit-lock-deferred-fontify, jit-lock-context-fontify)
21405 (jit-lock-after-change): Test memory-full.
21406
21407 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
21408
21409 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21410 part of the decoded armor to find the key-identifier.
21411 (pgg-gpg-lookup-key-owner): New function to return the
21412 human-readable identifier of a key owner.
21413 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21414 key itself.
21415 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21416 the key value) if we have a key and can match it against a secret
21417 key. Also, added a note pointing out fact that the prompt only
21418 indicates the first matching key.
21419
21420 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21421 pgg-decrypt-region.
21422 (pgg-pending-timers): A new hash for tracking the passphrase cache
21423 timers, so that new ones supercede old ones.
21424 (pgg-add-passphrase-to-cache): Rename from
21425 `pgg-add-passphrase-cache' to reduce confusion (all callers
21426 changed). Modified to cancel old timers when new ones are added.
21427 (pgg-remove-passphrase-from-cache): Rename from
21428 `pgg-remove-passphrase-cache' to reduce confusion (all callers
21429 changed). Modified to cancel old timers when their keys are
21430 removed from the cache.
21431 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21432 XEmacs, an indirection to delete-itimer.
21433 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21434 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21435 users can only check cache without risk of prompting. Correct bug in
21436 notruncate behavior.
21437 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21438 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21439 Add informative docstrings.
21440 (pgg-decrypt): Convey provided passphrase in subordinate call to
21441 pgg-decrypt-region.
21442
21443 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21444 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21445 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21446 `passphrase' argument, so the passphrase can be managed externally
21447 and then passed in to the system.
21448
21449 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21450 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21451 so the passphrase cache can be used reliably with identifiers
21452 besides a pgp packet's key id.
21453
21454 * pgg-gpg.el (pgg-pgp-encrypt-region)
21455 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21456 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21457 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21458 argument to all these routines, so the passphrase can be managed
21459 externally and passed in to the system.
21460
21461 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21462 `notruncate' argument, so the passphrase cache can be used
21463 reliably with identifiers besides a pgp packet's key id.
21464
21465 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
21466
21467 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21468 symmetric encryption.
21469 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21470 encrypted session key.
21471 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21472 message ask for the passphrase in a proper way.
21473
21474 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21475 New user commands for symmetric encryption.
21476
21477 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
21478
21479 * textmodes/conf-mode.el (conf-assignment-sign)
21480 (conf-assignment-regexp): Fix docstrings.
21481 (conf-mode-initialize): New function.
21482 (conf-mode): Remove optional args. Use delay-mode-hooks to
21483 recognize recursive calls.
21484 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
21485 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
21486 (conf-xdefaults-mode): Use define-derived-mode and
21487 conf-mode-initialize.
21488
21489 2005-10-29 Romain Francoise <romain@orebokech.com>
21490
21491 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
21492
21493 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
21494
21495 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21496 part of the decoded armor to find the key-identifier.
21497 (pgg-gpg-lookup-key-owner): New function to return the
21498 human-readable identifier of a key owner.
21499 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21500 key itself.
21501 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21502 the key value) if we have a key and can match it against a secret
21503 key. Also, added a note pointing out fact that the prompt only
21504 indicates the first matching key.
21505
21506 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21507 pgg-decrypt-region.
21508 (pgg-pending-timers): A new hash for tracking the passphrase cache
21509 timers, so that new ones supercede old ones.
21510 (pgg-add-passphrase-to-cache): Rename from
21511 `pgg-add-passphrase-cache' to reduce confusion (all callers
21512 changed). Modified to cancel old timers when new ones are added.
21513 (pgg-remove-passphrase-from-cache): Rename from
21514 `pgg-remove-passphrase-cache' to reduce confusion (all callers
21515 changed). Modified to cancel old timers when their keys are
21516 removed from the cache.
21517 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21518 XEmacs, an indirection to delete-itimer.
21519 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21520 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21521 users can only check cache without risk of prompting. Correct bug in
21522 notruncate behavior.
21523 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21524 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21525 Add informative docstrings.
21526 (pgg-decrypt): Convey provided passphrase in subordinate call to
21527 pgg-decrypt-region.
21528
21529 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
21530
21531 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21532 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21533 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21534 `passphrase' argument, so the passphrase can be managed externally
21535 and then passed in to the system.
21536
21537 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21538 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21539 so the passphrase cache can be used reliably with identifiers
21540 besides a pgp packet's key id.
21541
21542 * pgg-gpg.el (pgg-pgp-encrypt-region)
21543 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21544 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21545 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21546 argument to all these routines, so the passphrase can be managed
21547 externally and passed in to the system.
21548
21549 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21550 `notruncate' argument, so the passphrase cache can be used
21551 reliably with identifiers besides a pgp packet's key id.
21552
21553 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
21554
21555 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21556 symmetric encryption.
21557 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21558 encrypted session key.
21559 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21560 message ask for the passphrase in a proper way.
21561
21562 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21563 New user commands for symmetric encryption.
21564
21565 2005-10-28 Bill Wohler <wohler@newt.com>
21566
21567 * help-mode.el (help-url): New button type. Calls browse-url.
21568 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
21569 Similar to Info nodes: URL `url'.
21570 (help-make-xrefs): Create help-url buttons for
21571 help-xref-url-regexp matches.
21572
21573 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
21574
21575 * tool-bar.el (tool-bar-add-item-from-menu)
21576 (tool-bar-local-item-from-menu): Fix doc strings.
21577
21578 2005-10-28 Romain Francoise <romain@orebokech.com>
21579
21580 * ldefs-boot.el: Update.
21581
21582 * subr.el (locate-library): Move from help-fns.el.
21583 * help-fns.el (locate-library): Move to subr.el.
21584
21585 2005-10-28 Richard M. Stallman <rms@gnu.org>
21586
21587 * net/tramp.el (tramp-completion-mode): defvar moved up.
21588
21589 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
21590
21591 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
21592
21593 * files.el (find-file-noselect): Use %d to format large file size.
21594
21595 * bindings.el (mode-line-format): Add %e.
21596
21597 * loadup.el ("facemenu"): Load unconditionally.
21598 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
21599 ("x-dnd"): Load, when appropriate.
21600
21601 * startup.el (command-line): Call before-init-hook earlier.
21602 Warn about some bad characters in -u user name.
21603
21604 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
21605 (flyspell-external-point-words): Error if misspelled word is not found.
21606 Set flyspell-large-region-beg at end of word.
21607
21608 2005-10-28 Andreas Schwab <schwab@suse.de>
21609
21610 * view.el (View-revert-buffer-scroll-page-forward):
21611 Use view-page-size-default.
21612
21613 2005-10-28 Juri Linkov <juri@jurta.org>
21614
21615 * international/quail.el (quail-get-current-str): Translate last
21616 raw character for deterministic input methods.
21617
21618 2005-10-27 Jay Belanger <belanger@truman.edu>
21619
21620 * calc/calc-ext.el: Add functions to autoloads.
21621 (math-identity-matrix-p, math-ident-row-p): New functions.
21622
21623 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
21624 multiplication by an identity matrix; don't turn multiplication by
21625 an inverse matrix into division.
21626 (math-div-symbol-fancy): Replace division by matrices with
21627 multiplication by inverse.
21628
21629 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
21630
21631 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
21632 (calc-writeoutpower): New functions.
21633
21634 2005-10-27 Romain Francoise <romain@orebokech.com>
21635
21636 * replace.el (occur-engine): Include colon in mouse-face highlight.
21637
21638 * dired-x.el: Change Maintainer field.
21639
21640 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
21641
21642 * longlines.el (longlines-mode): Bind after-change-functions to
21643 nil during initial decoding and final encoding.
21644
21645 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
21646
21647 * term.el (term-emulate-terminal, term-handle-colors-array)
21648 (term-handle-ansi-escape): Specify the terminfo capabilities
21649 implemented.
21650
21651 2005-10-26 Richard M. Stallman <rms@gnu.org>
21652
21653 * info.el (Info-fontify-node): Fix detection of sentence-break
21654 before *Note.
21655
21656 2005-10-26 Romain Francoise <romain@orebokech.com>
21657
21658 * smerge-mode.el: Add `tools' to file keywords.
21659
21660 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
21661
21662 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
21663 when the fringe is not available.
21664
21665 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
21666 (def-gdb-auto-update-trigger): Simplify construction.
21667 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
21668 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
21669 defined explicitly.
21670 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
21671 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
21672 defined explicitly.
21673 (gdb-info-locals-custom): Remove as it's a no-op.
21674
21675 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
21676
21677 * longlines.el (longlines-mode): Remove narrowing before
21678 performing the initial decoding or final encoding.
21679
21680 2005-10-25 Romain Francoise <romain@orebokech.com>
21681
21682 * emacs-lisp/find-func.el (find-library-name): Also strip
21683 extension if library name ends in .el, to take advantage of
21684 `find-library-suffixes'.
21685
21686 2005-10-25 Richard M. Stallman <rms@gnu.org>
21687
21688 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
21689
21690 2005-10-25 Juri Linkov <juri@jurta.org>
21691
21692 * textmodes/texinfo.el (texinfo-mode): Change charset of one
21693 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
21694
21695 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21696
21697 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
21698 (blackbox-redefine-key): Add argument `map'.
21699
21700 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
21701 regions when moving the jit-lock-context-unfontify-pos boundary.
21702
21703 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
21704
21705 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
21706
21707 2005-10-25 Masatake YAMATO <jet@gyve.org>
21708
21709 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
21710
21711 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
21712
21713 * play/blackbox.el (blackbox-redefine-key): New function.
21714 (blackbox-mode-map): Use it to remap existing bindings for cursor
21715 motion instead of binding literal keys.
21716
21717 2005-10-25 Glenn Morris <rgm@gnu.org>
21718
21719 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
21720 diary does not end in a newline. Do not assume a blank line at
21721 the start of the diary file.
21722
21723 2005-10-25 Kenichi Handa <handa@m17n.org>
21724
21725 * international/quail.el (quail-translate-key): If the input
21726 method is deterministic and failed to handle the last key, restart
21727 the key handling loop from an appropriate key.
21728
21729 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
21730
21731 * vc.el (vc-dired-mode): Extend comment for binding of
21732 `directory-listing-before-filename-regexp'.
21733
21734 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21735
21736 * textmodes/texinfo.el (texinfo-mode):
21737 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
21738 not to unnecessarily expose emacs-mule's internal char codes.
21739
21740 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
21741
21742 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
21743 Display hand pointer and help-echo on disabled icon too.
21744 (gdb-mouse-until): New function.
21745 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
21746
21747 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
21748
21749 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
21750 with 2005-10-23 change to doctor.el.
21751
21752 * finder.el (finder-mode-map): Add follow-link binding.
21753
21754 2005-10-25 Kim F. Storm <storm@cua.dk>
21755
21756 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
21757 to gdb-mouse-toggle-breakpoint-fringe.
21758 (gdb-mouse-toggle-breakpoint-margin): Rename from
21759 gdb-mouse-toggle-breakpoint. Fix doc.
21760 (gdb-mouse-toggle-breakpoint-fringe): New defun.
21761 (gdb-put-string): Add optional SPROPS arg. Add props to string.
21762 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
21763 string properties also for fringe breakpoint bitmaps.
21764
21765 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
21766
21767 * textmodes/org.el (org-start-icalendar-file): Fix format form.
21768
21769 2005-10-25 Masatake YAMATO <jet@gyve.org>
21770
21771 * simple.el (completion-common-substring):
21772 Use `completion-common-substring' prior to `completion-base-size'.
21773
21774 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
21775
21776 * savehist.el: Require CL while compiling.
21777 (savehist-history-variables): Remove.
21778 (savehist-save-minibuffer-history, savehist-additional-variables)
21779 (savehist-minibuffer-history-variables): New vars.
21780 (savehist-save): Use them.
21781 (savehist-uninstall, savehist-minibuffer-hook): New funs.
21782 (savehist-install): New fun, extracted from savehist-load.
21783 (savehist-load): Use them.
21784
21785 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
21786
21787 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
21788 a dummy doc-string-elt property.
21789 (defalias, defvaralias, define-category): Add a docstring property.
21790
21791 * image.el (defimage):
21792 * widget.el (define-widget):
21793 * custom.el (defface, defcustom): Add `doc-string' declaration.
21794
21795 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
21796 (defadvice): Add `doc-string' declaration.
21797
21798 * emacs-lisp/byte-run.el (macro-declaration-function):
21799 Handle `doc-string' declarations.
21800 (define-obsolete-function-alias, define-obsolete-variable-alias):
21801 Add `doc-string' declaration.
21802
21803 2005-10-24 Kenichi Handa <handa@m17n.org>
21804
21805 * international/utf-7.el (utf-7): Add autoload cookie.
21806
21807 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
21808
21809 2005-10-24 Eli Zaretskii <eliz@gnu.org>
21810
21811 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
21812 list of directories passed to batch-update-autoloads. Add "." to
21813 the list of the echoed directories.
21814
21815 * pgg-def.el:
21816 * pgg-gpg.el:
21817 * pgg-parse.el:
21818 * pgg-pgp.el:
21819 * pgg-pgp5.el:
21820 * pgg.el: Moved here from the gnus subdirectory.
21821
21822 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
21823
21824 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
21825 in case comint-prompt-read-only is set to t.
21826
21827 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
21828 in case comint-prompt-read-only is set to t.
21829
21830 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
21831
21832 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
21833 Now a string.
21834 (icalendar-import-format): Handle CLASS, STATUS, URL.
21835 Rename `subject' to `summary'.
21836 (icalendar-import-format-summary): Rename from
21837 `icalendar-import-format-subject'.
21838 (icalendar-import-format-url, icalendar-import-format-status)
21839 (icalendar-import-format-class): New variables.
21840 (icalendar--rris): Take variable argument list.
21841 (icalendar--datestring-to-isodate): Remove unnecessary
21842 calendar-style check when converting dates with explicit month names.
21843 (icalendar-export-region): Change return type of conversion
21844 subroutines. Bury current buffer unless error occurred.
21845 (icalendar--convert-to-ical)
21846 (icalendar--parse-summary-and-rest): New functions.
21847 (icalendar--convert-ordinary-to-ical)
21848 (icalendar--convert-weekly-to-ical)
21849 (icalendar--convert-yearly-to-ical)
21850 (icalendar--convert-block-to-ical)
21851 (icalendar--convert-cyclic-to-ical)
21852 (icalendar--convert-anniversary-to-ical): Change return type.
21853 Strip trailing blanks from subject.
21854 (icalendar--convert-sexp-to-ical): Change return type.
21855 Strip trailing blanks from subject. Handle simple sexp
21856 entries as generated by icalendar.el.
21857 (icalendar--convert-float-to-ical)
21858 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
21859 (icalendar-import-file): Doc fix.
21860 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
21861 Correct call to icalendar--rris.
21862 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
21863 `summary'.
21864 (icalendar--add-diary-entry): Rename `subject' to `summary'.
21865
21866 2005-10-24 Romain Francoise <romain@orebokech.com>
21867
21868 * server.el (server-sentinel): Set query-on-exit flag to nil on
21869 new client processes (it isn't inherited from the server process).
21870
21871 * replace.el (occur-engine): Rearrange text properties.
21872
21873 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
21874
21875 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
21876 case-fold-search is nil.
21877 (debug-help-follow): Use help-xref-interned directly.
21878
21879 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
21880
21881 * thumbs.el (thumbs-image-type): Add .pbm.
21882
21883 2005-10-23 Richard M. Stallman <rms@gnu.org>
21884
21885 * faces.el (inhibit-face-set-after-frame-default): New variable.
21886 (set-face-attribute): Bind it.
21887 (face-set-after-frame-default): Test it.
21888
21889 * help-fns.el (describe-simplify-lib-file-name): New function.
21890 (describe-function-1, describe-variable): Use it.
21891
21892 * faces.el (describe-face): Use describe-simplify-lib-file-name.
21893
21894 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
21895 Eliminate nil as possible value.
21896 (tooltip-hide-delay): Reduce internal-border-width.
21897
21898 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
21899 (menu-bar-file-menu) <new-file>: Likewise.
21900
21901 * simple.el (line-move-finish): Ignore fields computing LINE-END.
21902
21903 * international/mule.el (load-with-code-conversion):
21904 Pass full file name to `eval-buffer' unless preloading.
21905
21906 * textmodes/flyspell.el (flyspell-large-region):
21907 Call ispell-check-version.
21908
21909 * textmodes/ispell.el (ispell-local-dictionary-overridden):
21910 Fix the make-variable-buffer-local call that was supposed
21911 to be for this variable.
21912 (ispell-aspell-supports-utf8): Doc fix.
21913 (ispell-find-aspell-dictionaries): Preserve elements of
21914 ispell-dictionary-alist for dictionaries that aspell doesn't report.
21915 (ispell-aspell-find-dictionary): Return nil on error.
21916
21917 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
21918 (doctor-symptoms): Likewise.
21919
21920 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
21921
21922 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
21923
21924 * cus-edit.el (custom-button, custom-button-pressed): New vars.
21925 (custom-raised-buttons): Add :set spec.
21926 (custom-button-unraised, custom-button-pressed-unraised):
21927 New faces, so that custom-raised-buttons actually does something.
21928 (custom-mode): Use custom-button and custom-button-pressed.
21929
21930 * wid-edit.el (widget-specify-button): Don't ignore
21931 widget-mouse-face on graphic terminals.
21932 (widget-move-and-invoke): Cleanup.
21933
21934 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
21935
21936 * whitespace.el (whitespace-cleanup): Doc fix.
21937
21938 2005-10-23 Romain Francoise <romain@orebokech.com>
21939
21940 * emulation/viper.el (viper-set-hooks): Quote forms passed to
21941 `eval-after-load' to avoid evaluating their result.
21942
21943 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
21944
21945 * files.el (directory-listing-before-filename-regexp):
21946 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
21947
21948 * dired.el (dired-move-to-filename-regexp): Remove.
21949 All occurrences replaced by `directory-listing-before-filename-regexp'.
21950
21951 * dired-x.el, locate.el, vc.el:
21952 Replace `dired-move-to-filename-regexp' by
21953 `directory-listing-before-filename-regexp'. In vc.el it is
21954 overwritten locally; maybe this can be handled in files.el too.
21955
21956 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
21957 replaced by `directory-listing-before-filename-regexp'.
21958
21959 2005-10-23 Andreas Schwab <schwab@suse.de>
21960
21961 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
21962 and eval-next-after-load.
21963
21964 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
21965
21966 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
21967 exist, create it.
21968
21969 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
21970
21971 * allout.el: Remove autoloads for mailcrypt and crypt++.
21972 Require pgg, pgg-gpg during compilation.
21973 (allout-version): Increment version number to 2.1, and use a literal
21974 rather than RCS Id.
21975 (allout-default-encryption-scheme): Remove.
21976 (allout-passphrase-verifier-handling)
21977 (allout-passphrase-verifier-string)
21978 (allout-file-passphrase-verifier-string)
21979 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
21980 (allout-passphrase-hint-handling): Rename and simplify.
21981 (allout-init): Use `find-file-hook' if available, otherwise
21982 `find-file-hooks'.
21983 (allout-mode): Use `write-file-functions' if available, otherwise
21984 `local-write-file-hooks' and, instead of making auto-save-hook
21985 buffer local, make the write-file-hook activity contingent to
21986 allout-mode.
21987 (allout-mode): Use key-binding substitution in the docstring.
21988 (allout-kill-line): Spell-out kill ring data structure mutation
21989 instead of using byte-compiler-complaint-provoking `pop'.
21990 (allout-insert-listified): Use `insert' rather than `insert-string'
21991 (allout-toggle-current-subtree-encryption): Update docstring, adjust
21992 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
21993 (allout-encrypt-string): Totally revamped vis new underlying
21994 encryption facilities.
21995 (allout-mc-activate-passwd): Remove.
21996 (allout-obtain-passphrase): New, more or less replaces
21997 allout-mc-activate-passwd.
21998 (allout-encrypted-key-info): More or less replaces
21999 allout-encrypted-text-type.
22000 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
22001 (my-mark-marker): Use `(featurep 'xemacs)'.
22002
22003 2005-10-23 Lars Hansen <larsh@soem.dk>
22004
22005 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
22006 (byte-compile-file-form-defmumble, byte-compile-defun)
22007 (byte-compile-defmacro): Use it.
22008 (byte-compile-form): Don't call byte-compile-set-symbol-position
22009 when a byte-compile handler is called.
22010
22011 2005-10-22 Romain Francoise <romain@orebokech.com>
22012
22013 * savehist.el (savehist-history-variables): Add `grep-find-history'.
22014
22015 * subr.el (eval-after-load): Convert library name to an absolute
22016 file name using locate-library, since load-history no longer has
22017 library names in it.
22018
22019 2005-10-22 Richard M. Stallman <rms@gnu.org>
22020
22021 * files.el (make-temp-file): Move from subr.el.
22022 * subr.el (make-temp-file): Move to files.el.
22023
22024 * window.el (get-buffer-window-list): Move from subr.el.
22025 * subr.el (get-buffer-window-list): Move to window.el.
22026
22027 * image.el (image-load-path): Use eval-at-startup to initialize.
22028
22029 * subr.el (eval-at-startup): New macro.
22030
22031 * subr.el: Much rearrangement of functions and division
22032 into pages. No code changes.
22033
22034 2005-10-22 Kenichi Handa <handa@m17n.org>
22035
22036 * tar-mode.el (tar-extract): Be sure to call
22037 find-operation-coding-system if set-auto-coding doesn't find a
22038 coding system.
22039
22040 2005-10-22 Kim F. Storm <storm@cua.dk>
22041
22042 * image.el (image-type-header-regexps): Rename from image-type-regexps.
22043 Change users.
22044 (image-type-file-name-regexps): New defconst.
22045 (image-type-from-data): Simplify loop.
22046 (image-type-from-buffer): New defun.
22047 (image-type-from-file-header): Use it instead of image-type-from-data.
22048 Use image-search-load-path instead of only looking in data-directory.
22049 (image-type-from-file-name): New defun.
22050 (image-search-load-path): Change `pathname' to `filename'.
22051 Make PATH arg optional, default to image-load-path.
22052
22053 2005-10-21 Richard M. Stallman <rms@gnu.org>
22054
22055 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
22056
22057 * textmodes/paragraphs.el (sentence-end-base): New variable.
22058 (sentence-end): Use sentence-end-base.
22059
22060 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
22061
22062 * font-lock.el (font-lock-default-fontify-region): Check the multiline
22063 property independently from the font-lock-multiline variable.
22064
22065 2005-10-21 Richard M. Stallman <rms@gnu.org>
22066
22067 * emacs-lisp/find-func.el (find-library-name): Doc fix.
22068
22069 * startup.el (command-line): Convert library names
22070 in `load-history' to absolute file names.
22071
22072 * subr.el (symbol-file): Doc fix.
22073
22074 * loadhist.el (file-loadhist-lookup): Call locate-library
22075 instead of find-library-name. Don't try converting
22076 abs file names to library names, since load-history no longer
22077 has library names in it.
22078 (file-dependents, file-provides, file-requires): Doc fixes.
22079
22080 2005-10-21 Juri Linkov <juri@jurta.org>
22081
22082 * progmodes/etags.el (tags-table-mode): New function.
22083 (tags-verify-table): Replace initialize-new-tags-table with
22084 tags-table-mode.
22085
22086 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
22087 default value.
22088 (desktop-modes-not-to-save): Add tags-table-mode to the
22089 default value.
22090
22091 * info.el (Info-index-next): Add total number of index
22092 alternatives to the message.
22093
22094 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
22095 backward only space (instead of space and period) before looking
22096 at sentence end.
22097
22098 * simple.el (set-variable): Use user-variable-p instead of symbolp.
22099 Add the old variable value as 4th default-value arg of read-string.
22100
22101 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22102
22103 * cus-face.el (custom-declare-face): Make face from X resources
22104 also on Mac.
22105
22106 * disp-table.el (standard-display-g1, standard-display-graphic):
22107 Refuse to use string glyphs also on Mac.
22108 (standard-display-european): Don't set terminal coding system also
22109 on Mac.
22110
22111 * frame.el (display-screens): Use x-display-screens also on Mac.
22112
22113 2005-10-21 Romain Francoise <romain@orebokech.com>
22114
22115 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
22116
22117 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
22118
22119 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
22120 and $? into sexps.
22121
22122 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
22123 warning face on open-paren-in-column-0.
22124
22125 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
22126 boundary case. Fix typo.
22127 Suggested by Martin Rudalics <rudalics@gmx.at>.
22128
22129 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
22130
22131 * textmodes/org.el (org-combined-agenda-icalendar-file)
22132 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
22133 (org-export-icalendar-this-file)
22134 (org-export-icalendar-all-agenda-files)
22135 (org-export-icalendar-combine-agenda-files): New commands.
22136 (org-export-icalendar, org-print-icalendar-entries)
22137 (org-start-icalendar-file, org-finish-icalendar-file)
22138 (org-ical-ts-to-string): New functions.
22139 (org-read-date, org-goto-calendar)
22140 (org-agenda-goto-calendar): Inhibit displaying diary entries by
22141 call to `calendar'.
22142 (orgtbl-setup): Remove the :keys arguments from the menu description.
22143 (org-after-save-iCalendar-file-hook): New variable.
22144
22145 2005-10-21 Kenichi Handa <handa@m17n.org>
22146
22147 * language/vietnamese.el (tcvn-5712): Make it an alias of
22148 vietnamese-tcvn coding-system.
22149
22150 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
22151
22152 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
22153 group id is given.
22154
22155 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
22156
22157 * progmodes/sh-script.el (sh-escaped-line-re): New var.
22158 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
22159 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
22160 whose line is either continued or ends with a comment.
22161
22162 2005-10-20 Romain Francoise <romain@orebokech.com>
22163
22164 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
22165
22166 * replace.el (occur-engine): Add follow-link property.
22167
22168 * font-core.el (font-lock-mode): Doc fix.
22169
22170 2005-10-20 Richard M. Stallman <rms@gnu.org>
22171
22172 * net/rcirc.el: New file.
22173
22174 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
22175
22176 * term.el (term-term-name): Initialize to "eterm-color".
22177
22178 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
22179
22180 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
22181 for encryption functionality.
22182 Move allout customization subgroup from `editing' to `outlines' group.
22183 Fix commentary keywords to legitimate ones.
22184 Update author info (using my current email address, obscurified).
22185 (allout-encrypt-string, allout-encryption-produce-work-buffer)
22186 (allout-encrypted-topic-p, allout-encrypted-text-type)
22187 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
22188 (allout-situate-encryption-key-verifier)
22189 (allout-get-encryption-key-verifier, allout-verify-key)
22190 (allout-next-topic-pending-encryption)
22191 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
22192 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
22193 (outline-key-verifier-handling, outline-key-hint-handling)
22194 (outline-encrypt-unencrypted-on-saves): New defcustoms.
22195 (allout-file-key-verifier-string, allout-encryption-scheme)
22196 (allout-key-verifier-string, allout-key-hint-string)
22197 (allout-after-save-decrypt): New variables.
22198 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
22199 (allout-after-saves-handler): New hook functions.
22200 (allout-post-command-business): Do allout-after-save-decrypt.
22201 (allout-enable-file-variable-adjustment): Custom var to enable
22202 mechanism for adding and adjusting settings of Emacs file variables.
22203 (allout-adjust-file-variable, allout-file-vars-section-data):
22204 New functions, implement the mechanism.
22205 (outlineify-sticky): Use the file vars mechanism.
22206 (allout-inhibit-protection, allout-during-write-cue)
22207 (allout-override-protect, allout-before-change-protect): Remove.
22208 (allout-flag-region, allout-open-topic): Adjust read-only text.
22209 (allout-open-line-not-read-only): Add to facilitate read-only
22210 text based protection.
22211 (allout-kill-line): Revise to adjust read-only text, clue the
22212 user about the inhibition.
22213 (allout-unprotected): Use unwind-protect.
22214 (allout-shift-in, allout-shift-out): Disallow manually shifting a
22215 topic deeper than the offspring depth of the previous topic -
22216 avoiding confusing "containment discontinuities".
22217 (allout-reindent-bodies): Fix retention of body relative hanging
22218 indent during promotion of collapsed bodies.
22219 (allout-open-topic): Make it easy to open new topic with same
22220 bullet as current topic - topic creation functions provided with
22221 any universal argument provokes now prompt for bullet, defaulting
22222 to the bullet of the previous topic.
22223 (allout-plain-bullets-string, allout-distinctive-bullets-string):
22224 Plain bullet alternates `.' period and `,' comma only. All other
22225 bullets are relegated to special status (but customizable).
22226 (allout-end-of-entry): Rename from allout-end-of-current-entry
22227 since it actually operates w.r.t. most immediately containing
22228 entry, visible or not.
22229 (allout-hide-current-entry, allout-show-current-entry): Use the
22230 revised version.
22231 (allout-old-expose-topic): Solidify deprecation.
22232 (allout-end-of-subtree): Add so we can span concealed as well
22233 as visible topics.
22234 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
22235 (allout-end-of-current-heading): Tweak to just respect the first line.
22236 (allout-get-body-text): Add.
22237 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
22238 when invoked interactively.
22239 (allout-up-current-level): Use `interactive-p'.
22240 (allout-mode, allout-init): Miscellaneous docstring and
22241 operational refinements, as well as hookups of new encryption stuff.
22242 (allout-beginning-of-current-entry): Now works as advertised.
22243 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
22244 (allout-isearch-rectification): Refine condition for isearching.
22245 (allout-isearch-abort, allout-enwrap-isearch)
22246 (allout-flag-region, my-region-active-p): Relocate some macros.
22247 (allout-title): Fallback title is (buffer-name), not
22248 non-existing (current-buffer-name).
22249 (subst-char-in-string): Define if absent (for some XEmacs versions).
22250
22251 2005-10-20 Jari Aalto <jari.aalto@cante.net>
22252
22253 * mail/sendmail.el (mail-setup-hook, mail-aliases)
22254 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
22255 (mail-citation-prefix-regexp, mail-signature-file)
22256 (mail-default-headers, mail-bury-selects-summary)
22257 (mail-send-nonascii): Add autoload cookies.
22258
22259 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
22260
22261 * frame.el (blink-cursor-mode): Add `mac' to the list of
22262 window-system's that support blinking cursor.
22263
22264 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
22265
22266 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
22267
22268 2005-10-20 Eli Zaretskii <eliz@gnu.org>
22269
22270 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
22271 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
22272 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
22273
22274 2005-10-20 Kim F. Storm <storm@cua.dk>
22275
22276 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
22277 (ido-set-current-directory): Don't add / after final @.
22278 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
22279 Explicitly handle ange-ftp completion oddities.
22280 (ido-make-file-list): Don't rotate list at tramp root to avoid
22281 triggering tramp file handler for expand-file-name via get-file-buffer.
22282
22283 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
22284
22285 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
22286
22287 2005-10-19 Jay Belanger <belanger@truman.edu>
22288
22289 * calc/calc-units.el (math-standard-units): Add units, adjust
22290 symbols and update values.
22291 (math-unit-prefixes): Add more prefixes.
22292
22293 2005-10-19 Romain Francoise <romain@orebokech.com>
22294
22295 * bookmark.el (bookmark-menu-heading): New face.
22296 (bookmark-bmenu-list): Use it.
22297 Don't fiddle with `baud-rate' at top-level.
22298
22299 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
22300
22301 * image.el (create-image, find-image): Mention max-image-size in
22302 docstring.
22303
22304 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
22305
22306 * savehist.el (savehist-load): Revert to checking XEmacs.
22307
22308 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
22309 Various docstring and line-width fixups.
22310 (conf-mode): Use cond.
22311 Set font-lock-defaults. Don't set comment-use-syntax.
22312
22313 2005-10-18 David Ponce <david@dponce.com>
22314
22315 * tree-widget.el (tree-widget-button-click): New function.
22316 (tree-widget-button-keymap): Use it.
22317
22318 2005-10-18 Romain Francoise <romain@orebokech.com>
22319
22320 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
22321 (bookmark-bmenu-hide-filenames): Add follow-link property.
22322 Improve help-echo text.
22323
22324 * ffap.el (find-file-at-point): Doc fix.
22325
22326 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22327
22328 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
22329
22330 2005-10-18 Masatake YAMATO <jet@gyve.org>
22331
22332 Install to the CVS repository what I forgot to install in my
22333 2005-10-16 changes.
22334
22335 * progmodes/python.el (python-complete-symbol): Pass the common
22336 prefix substring of completion to `display-completion-list'.
22337
22338 * textmodes/org.el (org-complete): Ditto.
22339
22340 2005-10-18 Masatake YAMATO <jet@gyve.org>
22341
22342 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
22343
22344 * woman.el (WoMan-xref-man-page): New button type derived
22345 from `Man-abstract-xref-man-page'.
22346 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
22347
22348 * man.el (Man-abstract-xref-man-page): New button type.
22349 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
22350 (Man-highlight-references): Add new optional argument `xref-man-type'.
22351
22352 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
22353
22354 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
22355
22356 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
22357
22358 * cus-edit.el (Custom-move-and-invoke): Delete.
22359 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
22360
22361 * wid-edit.el (widget-move-and-invoke): New function, from
22362 Custom-move-and-invoke.
22363
22364 2005-10-17 Bill Wohler <wohler@newt.com>
22365
22366 Move all remaining images from lisp/toolbar to etc/images, move
22367 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
22368 the low resolution images in their own directory (low-color).
22369
22370 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
22371 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
22372 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
22373 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
22374 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
22375 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
22376 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
22377
22378 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
22379 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
22380 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
22381 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
22382 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
22383 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
22384 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
22385 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
22386 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
22387 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
22388 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
22389 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
22390 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
22391 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
22392 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
22393
22394 To conform with convention, replace the underscore (_) in the
22395 following image names with dash (-) or (/) as appropriate.
22396
22397 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
22398 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
22399 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
22400 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
22401 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
22402 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
22403 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
22404 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
22405 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
22406 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
22407 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
22408 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
22409 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
22410 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
22411 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
22412
22413 * info.el (info-tool-bar-map): Replace underscores in image names
22414 with dashes.
22415
22416 * makefile.w32-in (WINS): Remove toolbar.
22417
22418 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
22419
22420 * tool-bar.el: Move to lisp from toolbar. Now that
22421 toolbar is empty, it should be deleted when folks run "cvs up -P".
22422
22423 2005-10-18 Jay Belanger <belanger@truman.edu>
22424
22425 * calc/calc-store.el (calc-store-into): Get the proper variable name
22426 to display in message.
22427
22428 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
22429
22430 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
22431 expressions display in speedbar for all buffers when debugging.
22432 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
22433
22434 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
22435 (speedbar-insert-button, speedbar-make-button):
22436 Use add-text-properties.
22437 (speedbar-update-localized-contents)
22438 (speedbar-update-directory-contents)
22439 (speedbar-update-special-contents): Use dolist.
22440 (speedbar-buffer-easymenu-definition): Add a menu separator.
22441
22442 2005-10-17 Jason Rumney <jasonr@gnu.org>
22443
22444 * makefile.w32-in: Use $(lisp) consistently.
22445 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
22446 for shell specific generation of mh-autoloads.
22447
22448 2005-10-17 Richard M. Stallman <rms@gnu.org>
22449
22450 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
22451
22452 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
22453
22454 * jit-lock.el (jit-lock-fontify-now):
22455 Move jit-lock-context-unfontify-pos to avoid wasted work.
22456
22457 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
22458
22459 * net/tramp.el (tramp-completion-mode): New defvar. Used in
22460 `tramp-completion-mode' for checking if we are in completion mode.
22461 (tramp-completion-handle-file-name-all-completions): Reorder code
22462 in order to complete for file names only in case there are no
22463 method/user/host completions. This is necessary for cooperation
22464 with ido. Reported by Kim F. Storm <storm@cua.dk>.
22465
22466 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
22467
22468 * longlines.el (longlines-search-forward)
22469 (longlines-search-backward): Match any number of spaces.
22470
22471 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
22472
22473 * diff-mode.el (diff-mode): Doc fix.
22474
22475 2005-10-16 David Reitter <david.reitter@gmail.com>
22476
22477 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
22478 as default on darwin and windows systems.
22479
22480 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
22481
22482 * arc-mode.el (archive-zip-extract): Doc fix.
22483
22484 2005-10-16 Romain Francoise <romain@orebokech.com>
22485
22486 * mouse.el (mouse-1-click-follows-link): Doc fix.
22487
22488 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22489
22490 * savehist.el: Don't require CL at runtime.
22491 (savehist-xemacs): Remove.
22492 (savehist-coding-system): Use utf-8 if present, regardless of religion.
22493 (savehist-no-conversion): Use (featurep 'xemacs).
22494 (savehist-load): Check existence of start-itimer rather than XEmacs.
22495 Use an idle timer.
22496 (savehist-process-for-saving): Replace use of CL funs `subseq' and
22497 `delete-if-not'.
22498
22499 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
22500
22501 * savehist.el: Newer version.
22502 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
22503 (savehist-last-checksum, savehist-no-conversion): New vars.
22504 (savehist-autosave, savehist-process-for-saving, savehist-printable):
22505 New functions.
22506 (savehist-load, savehist-save): Use them.
22507 (savehist-delimit): Remove.
22508
22509 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22510
22511 * progmodes/compile.el (compilation-goto-locus): Display the
22512 compilation buffer first and the source buffer second, in case they're
22513 in overlapping frames. Don't raise the compilation frame if it was the
22514 selected window upon entry. Pass the `other-window' arg to
22515 pop-to-buffer.
22516
22517 * info.el (Info-fontify-node): Use dolist.
22518 Change add-text-properties to put-text-property.
22519
22520 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22521
22522 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
22523 bound of search.
22524
22525 2005-10-16 Masatake YAMATO <jet@gyve.org>
22526
22527 * dabbrev.el (dabbrev-completion): Pass the common
22528 prefix substring of completion to `display-completion-list'.
22529
22530 * filecache.el (file-cache-minibuffer-complete)
22531 (file-cache-complete): Ditto.
22532
22533 * tempo.el (tempo-display-completions): Ditto.
22534
22535 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
22536
22537 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
22538
22539 * eshell/em-hist.el (eshell-list-history): Ditto.
22540
22541 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
22542
22543 * mail/mailalias.el (mail-complete): Ditto.
22544
22545 * progmodes/etags.el (complete-tag): Ditto.
22546
22547 * progmodes/make-mode.el (makefile-complete): Ditto.
22548
22549 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
22550
22551 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
22552
22553 * progmodes/pascal.el (pascal-complete-word)
22554 (pascal-show-completions): Ditto.
22555
22556 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
22557
22558 * simple.el (completion-common-substring): New variable.
22559 (completion-setup-function): Use `completion-common-substring'
22560 to put faces.
22561
22562 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22563
22564 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
22565 (x-get-selection, mac-select-convert-to-string): Convert from/to
22566 UTF-16 clipboard data as in native byte order, no BOM.
22567
22568 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
22569
22570 * progmodes/gud.el (gud-tool-bar-map): Rename the images
22571 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
22572 (gud-sentinel): Use speedbar-frame to check for speedbar.
22573
22574 2005-10-15 Richard M. Stallman <rms@gnu.org>
22575
22576 * savehist.el: New file.
22577
22578 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
22579
22580 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
22581 Fix bug in \bf fontification.
22582
22583 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
22584
22585 * pcvs.el (cvs-edit-log-files): New var.
22586 (cvs-mode-edit-log): New arg `file'.
22587 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
22588 Instead force the use of the original file and nothing else.
22589 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
22590 the cvs-minor-wrap-function is set.
22591 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
22592
22593 2005-10-14 Bill Wohler <wohler@newt.com>
22594
22595 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
22596 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
22597 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
22598 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
22599 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
22600 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
22601 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
22602 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
22603 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
22604 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
22605 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
22606 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
22607 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
22608 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
22609 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
22610
22611 * progmodes/gud.el (gud-tool-bar-map): Rename the images
22612 appropriately (for example, gud-break to gud/break).
22613
22614 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
22615
22616 * longlines.el (longlinges-search-function)
22617 (longlines-search-forward, longlines-search-backward): New functions.
22618 (longlines-mode): Set isearch-search-fun-function to
22619 longlinges-search-function.
22620
22621 * mouse.el (mouse-drag-region-1): Handle the case where a
22622 double-click event is bound to an arbitrary function.
22623
22624 2005-10-14 David Ponce <david@dponce.com>
22625
22626 * recentf.el (recentf-track-opened-file)
22627 (recentf-track-closed-file, recentf-update-menu)
22628 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
22629 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
22630 mouse-1-click-follows-link.
22631
22632 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22633
22634 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
22635 Gnome file-manager.png. Suggested by
22636 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
22637
22638 * toolbar/README: Add diropen.xpm.
22639
22640 2005-10-13 Bill Wohler <wohler@newt.com>
22641
22642 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
22643 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
22644
22645 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
22646
22647 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
22648 Don't waste the byte-compiler's time on constant data.
22649
22650 2005-10-13 Kenichi Handa <handa@m17n.org>
22651
22652 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
22653 byte with `escape-glyph' face.
22654
22655 * international/fontset.el (ccl-encode-unicode-font):
22656 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
22657 Handle the case that ucs-mule-to-mule-unicode translates a character to
22658 ASCII (usually for IPA characters).
22659
22660 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
22661
22662 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
22663 Don't hide the underline of titles if font-lock-mode is disabled.
22664
22665 2005-10-12 Bill Wohler <wohler@newt.com>
22666
22667 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
22668 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
22669 files in MH-E-SRC have been updated.
22670 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
22671
22672 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
22673
22674 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
22675 (mixal-mode-syntax-table): Add \n as end-comment.
22676 (mixal-operation-codes-alist): Immediately initialize to full value.
22677 (mixal-add-operation-code): Remove.
22678 (mixal-describe-operation-code): Make the arg non-optional.
22679 Use the interactive spec instead.
22680 Use mixal-operation-codes-alist rather than mixal-operation-codes.
22681 (mixal-font-lock-keywords): Don't highlight comments here any more.
22682 (mixal-font-lock-syntactic-keywords): New var.
22683 (mixal-mode): Use it. Fix comment-start-skip.
22684
22685 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22686
22687 * startup.el (command-line-x-option-alist): -nb => -nbi.
22688
22689 2005-10-12 Kim F. Storm <storm@cua.dk>
22690
22691 * startup.el (fancy-splash-default-action): Discard mouse click in
22692 the splash screen window, as it has no sensible meaning in the
22693 next window to be selected. Fixes error reported by Jan D.
22694
22695 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
22696
22697 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
22698
22699 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
22700
22701 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
22702 Try to fix up minor layout issues like indentation, line break, etc...
22703 (mixal-mode-syntax-table): Don't try to specify comment syntax,
22704 because it doesn't work.
22705 (mixal-operation-codes): Add some more codes.
22706 (mixal-font-lock-keywords): Process comments here.
22707 (mixal-mode): mixasm no longer needs -g option.
22708
22709 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
22710
22711 * progmodes/sh-script.el (sh-tmp-file):
22712 Use mktemp -t. Finish support for es and rc shells.
22713
22714 2005-10-11 Jay Belanger <belanger@truman.edu>
22715
22716 * calc/calcalg2.el (calc-integral): With an argument, compute the
22717 definite integral.
22718
22719 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
22720
22721 * mouse.el (mouse-drag-region-1): Don't try to catch a
22722 double-click when doing follow-link (it's overridden anyway).
22723
22724 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
22725
22726 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
22727 (autoload-print-form-outbuf): Add docstring.
22728
22729 2005-10-11 Juri Linkov <juri@jurta.org>
22730
22731 * info.el (Info-mode-menu): Delete menu item "Edit".
22732 (Info-mode): Delete description of Info-edit from docstring,
22733 and rearrange descriptions of Info commands in the order
22734 they are documented in the Info manual.
22735
22736 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
22737
22738 * calendar/appt.el (appt-check): Use diary-selective-display var.
22739
22740 2005-10-10 Richard M. Stallman <rms@gnu.org>
22741
22742 * net/newsticker.el (newsticker-start, newsticker-show-news):
22743 Add autoload cookies.
22744
22745 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
22746
22747 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
22748
22749 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
22750
22751 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
22752
22753 2005-10-10 Jay Belanger <belanger@truman.edu>
22754
22755 * calc/calc-arith.el (math-check-known-scalarp)
22756 (math-check-known-matrixp): Check the values of arguments that are
22757 variables.
22758 (math-check-known-square-matrixp): New function.
22759 (math-known-square-matrixp): Use math-check-known-square-matrixp.
22760 (math-super-types): Add sqmatrix type.
22761
22762 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
22763 mode name `square' to `sqmatrix'.
22764
22765 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
22766 mode name `square' to `sqmatrix'.
22767
22768 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
22769
22770 * progmodes/etags.el (select-tags-table-mode): Don't use
22771 selective-display.
22772 (tags-select-tags-table): Pass `button' to the action function.
22773 (select-tags-table): Place the side-info on button properties rather
22774 than in hidden text. Abbreviate file names.
22775 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
22776 (select-tags-table-select): Add `button' argument.
22777 Get side-info from the button property rather than from hidden text.
22778
22779 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
22780
22781 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
22782 (gud-speedbar-buttons): Preserve point if possible.
22783 (gud-sentinel): Restore previous speedbar display type.
22784
22785 * progmodes/gdb-ui.el (gdba): Improve diagram.
22786 (def-gdb-auto-update-handler, gdb-info-locals-handler)
22787 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
22788 Call get-buffer-window once.
22789
22790 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
22791
22792 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
22793 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
22794 (pascal-indent-command): Remove unused var `ind'.
22795 (pascal-indent-case): Remove unused var `oldpos'.
22796 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
22797 since it's now used as a proper minor mode map.
22798 (pascal-outline): Rename to pascal-outline-mode.
22799 (pascal-outline-mode): Use define-minor-mode.
22800 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
22801 selective-display.
22802
22803 2005-10-10 Andreas Schwab <schwab@suse.de>
22804
22805 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
22806 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
22807
22808 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
22809 outside source directory.
22810
22811 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
22812
22813 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
22814 C-x' as a prefix.
22815 (orgtbl-mode-map): Full keymap instead of sparse, because all
22816 `self-insert-command' keys are redefined in this map.
22817 (org-export-as-html): Specify charset for HTML file, by taking it
22818 from the coding system.
22819
22820 2005-10-10 Kenichi Handa <handa@m17n.org>
22821
22822 * textmodes/flyspell.el (flyspell-check-word-p):
22823 If unread-command-events is non-empty, don't call sit-for.
22824
22825 2005-10-09 Richard M. Stallman <rms@gnu.org>
22826
22827 * font-lock.el (font-lock-syntactic-keywords)
22828 (font-lock-keywords): Doc fixes.
22829
22830 * textmodes/flyspell.el (flyspell-external-point-words):
22831 Simplify logic, and don't try to check for consecutive appearances
22832 of one incorrect word.
22833
22834 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
22835
22836 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
22837 separator.
22838
22839 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
22840 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
22841 (gud-expansion-speedbar-buttons): New function.
22842 (gud-speedbar-buttons): Check for gud-comint-buffer.
22843
22844 2005-10-09 Bill Wohler <wohler@newt.com>
22845
22846 * Makefile.in (updates): Add mh-loaddefs dependency.
22847
22848 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
22849
22850 * speedbar.el (speedbar-file-key-map): Fix typo.
22851
22852 2005-10-09 Daniel Brockman <daniel@brockman.se>
22853
22854 * cus-start.el (line-spacing): Add custom spec.
22855
22856 2005-10-09 Romain Francoise <romain@orebokech.com>
22857
22858 * textmodes/ispell.el (ispell-check-version): Fix last change.
22859
22860 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22861
22862 * term/x-win.el: Remove -i, --icon-type from comment.
22863
22864 * startup.el (command-line-x-option-alist): Remove options -i,
22865 -itype, --icon-type, added -nb, --no-bitmap-icon.
22866
22867 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
22868
22869 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
22870 instead of :active.
22871
22872 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
22873
22874 * textmodes/ispell.el (ispell-check-version):
22875 Ignore hyphen, and all that follows, in aspell's version text.
22876
22877 2005-10-08 Jay Belanger <belanger@truman.edu>
22878
22879 * calc/calc-arith.el (math-known-square-matrixp): New function.
22880 (math-pow-fancy): Check for matrices before distributing exponent
22881 across products.
22882
22883 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
22884 fullscreen keypad. Suggested by Luc Teirlinck.
22885 (calc-keypad-show-input): Add space for formatting.
22886
22887 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
22888 Add square matrix option.
22889
22890 * calc/calc-poly.el (math-expand-term): Check for matrices instead
22891 of checking calc-matrix-mode when deciding how to expand.
22892
22893 * calc/calc.el (calc-set-mode-line): Add square matrix option.
22894
22895 2005-10-08 Lars Hansen <larsh@soem.dk>
22896
22897 * net/tramp.el (tramp-perl-directory-files-and-attributes):
22898 Add error handling.
22899 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
22900
22901 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
22902
22903 Sync with Tramp 2.0.51.
22904
22905 * net/tramp.el (tramp-handle-set-visited-file-modtime)
22906 (tramp-handle-insert-file-contents, tramp-handle-write-region):
22907 Insert special handling for `last-coding-system-used', again
22908 it still seems to be necessary (unlike stated before).
22909 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
22910 (tramp-password-prompt-regexp): There might be other words before
22911 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
22912 (tramp-chunksize): Improve docstring.
22913 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
22914 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
22915 Christian Joergensen <bugs@razor.dk>.
22916
22917 2005-10-07 Glenn Morris <rgm@gnu.org>
22918
22919 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
22920 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
22921 precision'.
22922
22923 2005-10-07 Romain Francoise <romain@orebokech.com>
22924
22925 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
22926 (ibuffer-do-shell-command-pipe-replace)
22927 (ibuffer-do-shell-command-file, ibuffer-do-eval)
22928 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
22929 (ibuffer-do-revert, ibuffer-do-replace-regexp)
22930 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
22931 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
22932 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
22933 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
22934 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
22935 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
22936 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
22937 Autoload file sans suffix.
22938
22939 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
22940
22941 2005-10-07 David Ponce <david@dponce.com>
22942
22943 * recentf.el (recentf-menu-open-all-flag): New option.
22944 (recentf-digit-shortcut-command-name): New function.
22945 (recentf--shortcuts-keymap): New variable.
22946 (recentf-menu-shortcuts): New variable.
22947 (recentf-make-menu-items): Initialize it. Replace the "More..."
22948 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
22949 (recentf-menu-value-shortcut): New function.
22950 (recentf-make-menu-item): Use it. No more in-lined.
22951 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
22952 (recentf-open-most-recent-file): Rename from
22953 `recentf-open-file-with-key'. Don't depend on key binding.
22954 (recentf-mode-map): New variable.
22955 (recentf-mode): Use it.
22956
22957 2005-10-06 Bill Wohler <wohler@newt.com>
22958
22959 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
22960
22961 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
22962 (MH-E-SRC): New. Used by mh-autoloads.
22963 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
22964 files in MH-E-SRC have been updated.
22965 (compile, recompile, bootstrap): Depend on mh-autoloads.
22966
22967 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
22968
22969 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
22970 gud-break and gud-remove icons when the fringe is not available.
22971
22972 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
22973 Typo.
22974
22975 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
22976
22977 * play/zone.el (zone): Wrap body with save-window-excursion.
22978
22979 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
22980
22981 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
22982 Use the new `list-only' arg to diary-list-entries.
22983
22984 * calendar/diary-lib.el: Use overlays rather than selective-display.
22985 (diary-selective-display): New var.
22986 (diary-header-line-format): Use it.
22987 (diary-list-entries): Add argument `list-only'.
22988 Put the buffer in diary-mode. Don't add \^M at beg and end.
22989 Replace \^M by invisible overlays.
22990 (diary-unhide-everything): Replace \^M by invisible overlays.
22991 (print-diary-entries): Look for overlays rather than \^M.
22992 Add a space to the temp buffer name.
22993 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
22994 Put the buffer in diary-mode.
22995 (list-sexp-diary-entries): Replace \^M by invisible overlays.
22996 (diary-anniversary): Make the year arg optional.
22997 (diary-time-regexp): New const.
22998 (diary-font-lock-keywords): Use it to accept a few more time formats.
22999
23000 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
23001
23002 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
23003
23004 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
23005 Fix bug introduced 2005-07-03: Use (car (last ...))
23006 to faithfully reproduce replaced artist-last.
23007 (artist-set-arrow-points-for-poly): Likewise.
23008 Suggested by Johan Bockg\e,Ae\e(Brd.
23009
23010 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
23011
23012 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
23013 * wid-edit.el (widget):
23014 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
23015 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
23016
23017 2005-10-06 Kenichi Handa <handa@m17n.org>
23018
23019 * international/mule-cmds.el (set-language-environment):
23020 Fix setting up of case-table for unibyte mode.
23021
23022 * simple.el (what-cursor-position): If the character is displayed
23023 by some `display' text property, show that. Don't use
23024 single-key-description for eight-bit characters in multibyte mode.
23025
23026 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
23027
23028 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
23029 (gdb-ann3): Set it.
23030 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
23031 (gdb-info-frames-custom): Use inverse-video for first five
23032 characters of selected frame only.
23033 (gdb-get-frame-number): Select frame even when point is on frame
23034 number.
23035
23036 2005-10-06 Masatake YAMATO <jet@gyve.org>
23037
23038 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
23039 Put `font-lock-function-name-face'.
23040 (gdb-info-frames-custom): Put `font-lock-function-name-face'
23041 and `font-lock-variable-name-face'
23042 (gdb-registers-font-lock-keywords): New font lock keywords definition.
23043 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
23044 (gdb-memory-font-lock-keywords): New font lock keywords definition.
23045 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
23046 (gdb-local-font-lock-keywords): New font lock keywords definition.
23047 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
23048 (gdb-threads-font-lock-keywords): New font lock keywords definition.
23049 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
23050
23051 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
23052
23053 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
23054 (ediff-merge-region-is-non-clash-to-skip): Previously called
23055 ediff-merge-region-is-non-clash.
23056
23057 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
23058 Use insert-buffer-substring.
23059
23060 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
23061 selecting files to patch. Also bug fixes.
23062
23063 * ediff-util.el (ediff-setup): Bug fix.
23064 (ediff-next-difference): Never skip clashes that differ in white
23065 space only.
23066
23067 * ediff-wind.el (ediff-setup-control-frame)
23068 (ediff-destroy-control-frame): Check the menubar feature.
23069
23070 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
23071 (viper-refresh-mode-line): Use make-local-variable to localize
23072 some vars instead of make-variable-buffer-local. Suggested by
23073 Stefan Monnier.
23074
23075 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
23076 (viper-restore-cursor-type, viper-set-insert-cursor-type):
23077 Use make-local-variable instead of make-variable-buffer-local.
23078 Suggested by Stefan Monnier.
23079
23080 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
23081 (viper-comint-mode-hook): Use make-local-variable on
23082 require-final-newline.
23083 (viper-non-hook-settings): Don't use make-variable-buffer-local.
23084
23085 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
23086
23087 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
23088 also the second char of a comment-start sequence.
23089 (scheme-sexp-comment-syntax-table): New var.
23090 (lambda, define): Set their scheme-doc-string-elt property.
23091 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
23092 Use lisp-font-lock-syntactic-face-function now that it properly
23093 handles |...| symbols.
23094 (scheme-mode-variables): Set lisp-doc-string-elt-property,
23095 parse-sexp-lookup-properties and font-lock-extra-managed-props.
23096
23097 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
23098 bit from # to |.
23099 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
23100
23101 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
23102 (lisp-doc-string-elt-property): New var.
23103 (lisp-font-lock-syntactic-face-function): Use it.
23104 Rewrite to recognize docstrings even for forms not at toplevel.
23105
23106 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
23107 annotation on the | part of #| rather than on the # part.
23108 (scheme-font-lock-syntactic-face-function): New function, to
23109 distinguish strings from |...| symbols.
23110 (scheme-mode-variables): Use it. Also fix up the font-lock-time
23111 syntax-table so that #|...|# is properly highlighted.
23112
23113 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
23114 Don't mark as docstring the 3rd elem of an unknown toplevel form.
23115
23116 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
23117
23118 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
23119 and C-e.
23120
23121 * emacs-lisp/eldoc.el: Move comments into docstrings.
23122 (eldoc-message-commands): Initialize in its declaration.
23123 Add move-beginning-of-line and move-end-of-line.
23124 (eldoc-add-command, eldoc-add-command-completions)
23125 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
23126
23127 * outline.el (outline-mark-subtree): Activate the mark.
23128
23129 * calendar/appt.el (appt-time-regexp): New var.
23130 (appt-add, appt-make-list): Use it.
23131 (appt-convert-time): Clean up.
23132
23133 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
23134 Don't set any syntax-table property here.
23135 (tex-font-lock-verb): New function. Do it here.
23136 (tex-font-lock-syntactic-keywords): Use it.
23137
23138 2005-10-04 Richard M. Stallman <rms@gnu.org>
23139
23140 * wid-edit.el (widget-file-complete): Get the widget start point
23141 the right way. Default directory to `/' if file has none.
23142
23143 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
23144
23145 * textmodes/flyspell.el (flyspell-mode-on):
23146 Call ispell-maybe-find-aspell-dictionaries.
23147
23148 * textmodes/ispell.el (ispell-word, ispell-region):
23149 Call ispell-maybe-find-aspell-dictionaries.
23150 (ispell-accept-buffer-local-defs):
23151 Don't call ispell-maybe-find-aspell-dictionaries.
23152
23153 2005-10-04 Richard M. Stallman <rms@gnu.org>
23154
23155 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
23156
23157 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
23158
23159 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
23160 instead of `fboundp' in order to allow for anonymous functions.
23161
23162 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
23163
23164 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
23165 case the user clicks on the link while another window is selected.
23166 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
23167
23168 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
23169 functionality.
23170 (dframe-help-echo): Save point in case mouse tracking is off.
23171
23172 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
23173
23174 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
23175
23176 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23177
23178 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
23179 not change the global value of those vars.
23180
23181 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
23182 make-local-variable which we do not need any more.
23183
23184 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
23185
23186 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
23187 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
23188 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
23189 (speedbar-path-line): Define obsolete aliases.
23190 (speedbar-line-directory): Doc fix.
23191
23192 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
23193 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
23194 instead of speedbar-line-path.
23195
23196 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23197
23198 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
23199 to nil if dropping on a window. Handle dropping on a minibuffer window
23200 like dropping on a non-window part of Emacs.
23201
23202 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23203
23204 * net/ange-ftp.el: Use with-current-buffer.
23205 (ange-ftp-insert-directory): Do not follow symlinks any more.
23206
23207 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
23208 Remove interactive spec.
23209
23210 2005-10-03 Kim F. Storm <storm@cua.dk>
23211
23212 * ido.el (ido-mode): Use custom-initialize-set.
23213
23214 2005-10-02 Richard M. Stallman <rms@gnu.org>
23215
23216 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
23217 Use insert-buffer-substring.
23218
23219 * net/tramp.el: Pacify byte compiler warnings in pacification code.
23220 (tramp-handle-file-local-copy): Use insert-buffer-substring.
23221
23222 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
23223
23224 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
23225 in last change.
23226 (ange-ftp-insert-directory): Fix up the search for the case where
23227 `file' is absolute.
23228
23229 2005-10-02 Romain Francoise <romain@orebokech.com>
23230
23231 * progmodes/compile.el (compile-goto-error): Delete extra paren.
23232
23233 2005-10-02 Andreas Schwab <schwab@suse.de>
23234
23235 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
23236 directory component in the session info.
23237
23238 2005-10-01 Richard M. Stallman <rms@gnu.org>
23239
23240 * comint.el (comint-redirect-subvert-readonly): Doc fix.
23241
23242 * simple.el (next-error-internal): New function.
23243
23244 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
23245 (compilation-start): Pass new arg to compilation-buffer-name.
23246 (compile-goto-error): Use next-error-internal.
23247
23248 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
23249
23250 * speedbar.el: Remove RCS tag.
23251 (speedbar-check-read-only): Handle non-existent files.
23252
23253 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
23254
23255 * info.el (Info-speedbar-hierarchy-buttons)
23256 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
23257
23258 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23259
23260 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
23261 Do not match newline.
23262 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
23263 (bibtex-summary): Remove unnecessary save-excursion.
23264 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
23265
23266 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23267
23268 * term/mac-win.el: Add charset info for "iso10646-1".
23269 Modify default fontset to use ATSUI-compatible fonts for some charsets
23270 if available.
23271
23272 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
23273
23274 * speedbar.el: Re-apply arch tag.
23275 (speedbar-version): Rename to version 1.0. Suggested by Eric
23276 M. Ludlam.
23277 Reapply two changes from Emacs CVS' version of speedbar lost
23278 during the merge:
23279 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
23280 (speedbar-frame-parameters): Improve customize type.
23281
23282 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
23283
23284 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
23285 (ange-ftp-file-directory-p): Fix the symlink case.
23286 (ange-ftp-insert-directory): When listing a single file, get a list of
23287 the parent buffer and extract the relevant line. Inspired from a patch
23288 by Katsumi Yamaoka <yamaoka@jpl.org>.
23289 (ange-ftp-file-name-sans-versions): Simplify.
23290
23291 2005-09-30 Bill Wohler <wohler@newt.com>
23292
23293 Move MH-E image files from toolbar and mail directories into
23294 etc/images.
23295
23296 * mail/reply2.*: Move to etc/images/mail/reply*.
23297
23298 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
23299 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
23300 etc/images.
23301
23302 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
23303 * toolbar/reply*: Move to etc/images/mail.
23304
23305 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
23306
23307 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
23308
23309 * speedbar.el: New version 1.0pre3.
23310
23311 Frame management code (including timer, and mouse click specifics)
23312 moved to dframe.el:
23313 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
23314 (speedbar-timer): Removed. Use dframe-timer.
23315 (speedbar-close-frame): Removed. Use dframe-close-frame.
23316 (speedbar-activity-change-focus-flag): Removed. Use
23317 dframe-activity-change-focus-flag.
23318 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
23319 dframe-update-speed.
23320
23321 (speedbar-current-frame): New macro. Use this instead of the
23322 variable speedbar-frame.
23323
23324 (speedbar-use-images, speedbar-expand-image-button-alist)
23325 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
23326
23327 (speedbar-find-image-on-load-path): Removed. Replaced by
23328 defezimage in ezimage.el.
23329 (speedbar-expand-image-button-alist): Removed. Replaced by
23330 ezimage-expand-image-button-alist in ezimage.el.
23331
23332 (speedbar-ignored-directory-regexp)
23333 (speedbar-add-ignored-directory-regexp)
23334 (speedbar-ignored-directory-expressions)
23335 (speedbar-line-directory, speedbar-buffers-line-directory)
23336 (speedbar-directory-line, speedbar-buffers-line-directory):
23337 Renamed, replacing `path' with `directory'.
23338
23339 (speedbar-create-directory, speedbar-expand-line-descendants)
23340 (speedbar-toggle-line-expansion)
23341 (speedbar-contract-line-descendants): New commands.
23342
23343 (speedbar-query-confirmation-method, speedbar-select-frame-method)
23344 (speedbar-use-tool-tips-flag): New options.
23345
23346 (speedbar-check-read-only, speedbar-require-version)
23347 (speedbar-insert-separator, speedbar-buffers-tail-notes)
23348 (speedbar-handle-delete-frame, speedbar-try-completion)
23349 (speedbar-update-localized-contents): New functions.
23350
23351 (speedbar-incompatible-version, speedbar-ro-to-do-point)
23352 (speedbar-object-read-only-indicator): New variables.
23353
23354 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
23355 New hooks.
23356
23357 (speedbar-separator-face): New face.
23358
23359 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
23360 (speedbar-ignored-modes): Add fundamental-mode.
23361 (speedbar-directory-unshown-regexp): Add . directories.
23362
23363 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
23364 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
23365 `]' for full expand/close.
23366 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
23367
23368 (speedbar-check-vc): Support hidden files.
23369 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
23370 (speedbar-this-file-in-vc): Use vc-state if available. If VC
23371 state is nil, it is not checked out.
23372
23373 (speedbar-line-text, speedbar-line-token): Support expand buttons
23374 with no text.
23375 (speedbar-refresh): Universal argument acts as power-click.
23376 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
23377 that buffer to get variable values.
23378
23379 And many other bugfixes.
23380
23381 * dframe.el, ezimage.el, sb-image.el: New files.
23382
23383 * sb-*.xpm: Remove files. New image files installed into
23384 etc/images/ezimage.
23385
23386 2005-09-30 Kenichi Handa <handa@m17n.org>
23387
23388 * ps-mule.el (ps-mule-show-warning): If a character is in
23389 ps-print-translation-table, don't treat it as non-printable.
23390
23391 2005-09-30 David Ponce <david@dponce.com>
23392
23393 * tree-widget.el (tree-widget-themes-load-path): New variable.
23394 (tree-widget-themes-directory): Doc fix.
23395 (tree-widget-image-formats) [Emacs]: Doc fix.
23396 (tree-widget--locate-sub-directory): New function.
23397 (tree-widget-themes-directory): Use it.
23398
23399 * recentf.el (recentf-filename-handlers): Rename from
23400 `recentf-filename-handler'. Allow a list of functions.
23401 (recentf-menu-items-for-commands): Fix :help strings.
23402 (recentf-apply-filename-handlers): New function.
23403 (recentf-expand-file-name): Use it.
23404 (recentf-cleanup): Remove duplicates too.
23405
23406 2005-09-29 Juri Linkov <juri@jurta.org>
23407
23408 * faces.el: Rearrange face definitions to be in the same order as
23409 their face descriptions in "(emacs)Standard Faces".
23410
23411 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
23412
23413 * tooltip.el (tooltip): Add group `basic-faces'.
23414
23415 * buff-menu.el (Buffer-menu-buffer): Remove group
23416 `font-lock-highlighting-faces'.
23417
23418 * progmodes/compile.el (compilation-error, compilation-warning)
23419 (compilation-info, compilation-line-number, compilation-column-number):
23420 Change group from `font-lock-highlighting-faces' to `compilation'.
23421
23422 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
23423 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
23424 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
23425 (vhdl-font-lock-reserved-words-face)
23426 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
23427 `font-lock-highlighting-faces'.
23428
23429 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
23430
23431 2005-09-28 Kim F. Storm <storm@cua.dk>
23432
23433 * emulation/cua-base.el: Set CUA move property on additional commands:
23434 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
23435 forward-sexp, backward-sexp, forward-list, backward-list.
23436
23437 2005-09-28 Romain Francoise <romain@orebokech.com>
23438
23439 * comint.el (comint-show-output): Really set point at the
23440 beginning of the output when not using `comint-use-prompt-regexp'.
23441
23442 2005-09-27 Jay Belanger <belanger@truman.edu>
23443
23444 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
23445 in TeX mode.
23446
23447 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
23448
23449 * textmodes/org.el (org-table-sum): Fix format string.
23450
23451 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
23452 Quote face names.
23453
23454 2005-09-26 Romain Francoise <romain@orebokech.com>
23455
23456 * isearch.el (isearch-forward-regexp): Close doc string.
23457
23458 2005-09-25 Richard M. Stallman <rms@gnu.org>
23459
23460 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
23461
23462 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
23463
23464 * progmodes/compile.el (compilation-error-properties):
23465 When getting the file from the previous error message,
23466 correctly decode the new data format.
23467
23468 * progmodes/cc-cmds.el (c-electric-paren):
23469 Call old-blink-paren only for close-paren.
23470
23471 2005-09-24 Andreas Schwab <schwab@suse.de>
23472
23473 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
23474 condition.
23475
23476 2005-09-25 Romain Francoise <romain@orebokech.com>
23477
23478 * dired-aux.el (dired-copy-file-recursive):
23479 * dired.el (dired-delete-file):
23480 * ediff-mult.el (ediff-dir-diff-copy-file):
23481 * ediff-util.el (ediff-test-save-region):
23482 * forms.el (forms-mode):
23483 * ido.el (ido-file-internal, ido-delete-file-at-head):
23484 * log-edit.el (log-edit-done):
23485 * ses.el (ses-yank-resize):
23486 * play/gomoku.el (gomoku-human-plays, gomoku)
23487 (gomoku-human-resigns, gomoku-prompt-for-other-game)
23488 (gomoku-offer-a-draw):
23489 * play/landmark.el (lm-human-resigns, lm):
23490 * net/eudcb-ldap.el (eudc-ldap-check-base):
23491 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
23492 * progmodes/ebrowse.el (ebrowse-find-pattern):
23493 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
23494 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
23495 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
23496
23497 * vc.el (vc-delete-file):
23498 * play/gomoku.el (gomoku-terminate-game, gomoku)
23499 (gomoku-prompt-for-move, gomoku-human-takes-back):
23500 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
23501 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
23502
23503 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
23504
23505 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
23506 color rxvt terminals by using the code xterm.el used to use before
23507 2005-04-09 in order to match the colors used by rxvt.
23508
23509 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23510
23511 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
23512 colors rxvt-unicode terminals by using the same code as xterm.el.
23513
23514 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
23515
23516 * textmodes/tex-mode.el (tex-font-lock-append-prop)
23517 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
23518 new symbol used for the tex-verbatim face.
23519
23520 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
23521
23522 * woman.el (woman-file-name):
23523 * wid-edit.el (widget-file-prompt-value)
23524 (widget-coding-system-prompt-value):
23525 * w32-fns.el (set-w32-system-coding-system):
23526 * vc.el (vc-version-diff, vc-annotate):
23527 * textmodes/reftex-auc.el (reftex-arg-cite)
23528 (reftex-arg-index-tag):
23529 * textmodes/refer.el (refer-get-bib-files):
23530 * textmodes/artist.el (artist-figlet-choose-font):
23531 * terminal.el (terminal-emulator):
23532 * replace.el (occur-read-primary-args):
23533 * rect.el (string-rectangle, string-insert-rectangle):
23534 * ps-print.el (ps-print-preprint):
23535 * progmodes/pascal.el (pascal-goto-defun):
23536 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
23537 * progmodes/compile.el (compilation-find-file):
23538 * printing.el (pr-interactive-n-up):
23539 * play/animate.el (animate-birthday-present):
23540 * net/rcompile.el (remote-compile):
23541 * man.el (man, Man-goto-section, Man-follow-manual-reference):
23542 * mail/rmailsum.el (rmail-summary-search-backward)
23543 (rmail-summary-search):
23544 * mail/rmailout.el (rmail-output-read-rmail-file-name)
23545 (rmail-output-read-file-name):
23546 * mail/rmail.el (rmail-search, rmail-search-backwards):
23547 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
23548 * locate.el (locate):
23549 * international/quail.el (quail-show-keyboard-layout):
23550 * international/mule.el (set-buffer-file-coding-system)
23551 (revert-buffer-with-coding-system, set-file-name-coding-system)
23552 (set-terminal-coding-system, set-keyboard-coding-system)
23553 (set-next-selection-coding-system):
23554 * international/mule-diag.el (describe-coding-system)
23555 (describe-font, describe-fontset):
23556 * international/mule-cmds.el (universal-coding-system-argument)
23557 (search-unencodable-char, describe-input-method)
23558 (set-language-environment, describe-language-environment):
23559 * international/codepage.el (codepage-setup):
23560 * international/code-pages.el (codepage-setup):
23561 * info.el (Info-search, Info-follow-reference)
23562 (Info-search-backward):
23563 * emacs-lisp/advice.el (ad-read-advised-function)
23564 (ad-read-advice-class, ad-clear-cache, ad-activate)
23565 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
23566 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
23567 (ad-read-regexp):
23568 * ediff-util.el (ediff-toggle-regexp-match):
23569 * ediff-ptch.el (ediff-prompt-for-patch-file):
23570 * dired-aux.el (dired-diff):
23571 * diff.el (diff):
23572 * cus-edit.el (custom-variable-prompt):
23573 * calendar/timeclock.el (timeclock-ask-for-project):
23574 * calc/calcalg3.el (calc-get-fit-variables):
23575 * calc/calc-store.el (calc-edit-variable)
23576 (calc-permanent-variable):
23577 * vc-mcvs.el (vc-mcvs-register):
23578 * shadowfile.el (shadow-define-literal-group):
23579 * woman.el (woman-file-name):
23580 * vc.el (vc-version-diff, vc-merge):
23581 * textmodes/reftex-index.el (reftex-index-complete-tag):
23582 * format.el (format-decode-buffer, format-decode-region):
23583 * emulation/viper-cmd.el (viper-read-string-with-history):
23584 * emacs-lisp/debug.el (cancel-debug-on-entry):
23585 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
23586 * ediff.el (ediff-merge-revisions)
23587 (ediff-merge-revisions-with-ancestor, ediff-revision):
23588 * completion.el (interactive-completion-string-reader):
23589 * calc/calc-prog.el (calc-user-define-formula):
23590 Follow convention for reading with the minibuffer.
23591
23592 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
23593
23594 * progmodes/python.el (python-describe-symbol): Add globals() and
23595 locals() to the arguments of emacs.ehelp.
23596
23597 2005-09-24 Magnus Henoch <mange@freemail.hu>
23598
23599 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
23600 New function, code extracted from ispell-valid-dictionary-list.
23601 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
23602 Call it.
23603
23604 2005-09-24 Eli Zaretskii <eliz@gnu.org>
23605
23606 * subr.el (version-regexp-alist): Extend valid syntax for version
23607 strings: allow any of the characters -,_,+ to separate the
23608 alpha/beta/rc part from the version part. Doc fix.
23609 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
23610
23611 2005-09-23 David Reitter <david.reitter@gmail.com>
23612
23613 * mail/mailclient.el: New file.
23614
23615 2005-09-23 Richard M. Stallman <rms@gnu.org>
23616
23617 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
23618 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
23619 Doc fixes.
23620
23621 * progmodes/cc-mode.el (c-font-lock-init):
23622 Specify font-lock-lines-before.
23623
23624 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
23625
23626 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
23627 whole conflict.
23628
23629 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
23630
23631 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
23632 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
23633 of `remap' feature when available. Additional key bindings for
23634 better tty support.
23635 (org-mode-restart, org-force-self-insert): New commands.
23636 (org-time-stamp-inactive): New command.
23637 (org-remap): New function.
23638 (org-table-auto-blank-field, org-level-color-stars-only): New options.
23639 (org-enable-fixed-width-editor): Move to `org-structure'
23640 customization group.
23641 (org-self-insert-command, orgtbl-self-insert-command): Modify to
23642 blank field after field motion commands.
23643
23644 2005-09-23 Kenichi Handa <handa@m17n.org>
23645
23646 * international/mule-cmds.el (set-language-environment):
23647 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
23648 have to call utf-translate-cjk-load-tables.
23649
23650 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
23651
23652 * mouse.el (mouse-move-drag-overlay): Fix last change.
23653
23654 2005-09-22 David Ponce <david@dponce.com>
23655
23656 * tree-widget.el (tree-widget-value-create): Fix previous change.
23657
23658 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
23659
23660 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
23661
23662 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
23663
23664 * mouse.el (mouse-move-drag-overlay): New function.
23665 (mouse-drag-region-1): Use it.
23666 Try to simplify a bit the state handling. Handle clicks on links
23667 inside intangible areas.
23668 (mouse-save-then-kill): Minor simplification.
23669 (mouse-secondary-overlay): Make it always non-nil instead of
23670 recreating it each time.
23671 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
23672 (mouse-kill-secondary, mouse-secondary-save-then-kill):
23673 Simplify accordingly.
23674
23675 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
23676
23677 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
23678
23679 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
23680
23681 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
23682 (ediff-file-name-sans-prefix): Treat nil as an empty string.
23683 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
23684 to patch.
23685
23686 * ediff-util.el: Use insert-buffer-substring.
23687
23688 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
23689
23690 * emulation/viper-cmd.el (viper-change-state): Don't move over the
23691 field boundaries in the minibuffer.
23692 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
23693 (viper-minibuffer-post-command-hook): New hook.
23694 (viper-line): Don't move cursor at bolp.
23695
23696 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
23697
23698 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
23699 avoid compiler warnings.
23700
23701 * emulation/viper-macs.el (ex-map): Better messages.
23702
23703 * emulation/viper-utils.el (viper-beginning-of-field): New function.
23704
23705 * emulation/viper.el: Replace make-variable-buffer-local with
23706 viper-make-variable-buffer-local everywhere, to avoid warnings.
23707
23708 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23709
23710 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
23711 Delete unused var `old-selected-window'.
23712 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
23713 (mouse-drag-secondary): Delete unused var `start-frame'.
23714
23715 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23716
23717 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
23718
23719 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23720
23721 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
23722 Re-indent within 80 columns. Use inhibit-read-only.
23723
23724 2005-09-19 Romain Francoise <romain@orebokech.com>
23725
23726 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
23727
23728 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23729
23730 * font-lock.el (font-lock-default-fontify-region): Don't add a line
23731 unconditionally, since the after-change-function already did it.
23732
23733 2005-09-19 Miles Bader <miles@gnu.org>
23734
23735 * net/newsticker.el: Get rid of CVS keyword.
23736
23737 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
23738
23739 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
23740 The prompt is formatted later.
23741
23742 2005-09-19 David Ponce <david@dponce.com>
23743
23744 * tree-widget.el (tree-widget-value-create): Save the converted
23745 tree :node widget.
23746
23747 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
23748
23749 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
23750 variable `message'.
23751
23752 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
23753
23754 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
23755 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
23756 <slawomir.nowaczyk.847@student.lu.se>.
23757
23758 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
23759
23760 * image.el (image-load-path): Use symbol `data-directory' instead
23761 of its value, for backward compatibility with packages that bind
23762 it during `find-image'. Suggested by Katsumi Yamaoka.
23763 (image-search-load-path): Handle symbols whose values are strings.
23764
23765 2005-09-18 Romain Francoise <romain@orebokech.com>
23766
23767 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
23768 with-current-buffer form in save-excursion.
23769
23770 2005-09-18 Deepak Goel <deego@gnufans.org>
23771
23772 * apropos.el (apropos-command): Fix `message' call: first arg
23773 should be a format spec. In this and all other cases that appear
23774 below and elsewhere in the source code, I made a change only when
23775 two conditions were satisfied: [1] I can think of a possibility
23776 that the arguments would cause an error, for example, the code in
23777 question relies on external variables such as filenames. [2] I
23778 was sure that the arg to `message' could not have been nil in the code.
23779
23780 * textmodes/tildify.el (tildify-region): Ditto.
23781
23782 * textmodes/reftex-index.el (reftex-index-change-entry)
23783 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
23784 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
23785 * textmodes/org.el (org-complete, org-deadline, org-schedule)
23786 (org-priority, org-table-sum):
23787 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
23788 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
23789 (flyspell-word, flyspell-display-next-corrections):
23790 * textmodes/bibtex.el (bibtex-print-help-message):
23791 * textmodes/artist.el (artist-key-set-point-poly):
23792 * term/mac-win.el (mac-services-insert-text):
23793 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
23794 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
23795 (vhdl-port-paste-testbench, vhdl-compose-new-component)
23796 (vhdl-compose-configuration):
23797 * progmodes/sh-script.el (sh-blink, sh-show-indent)
23798 (sh-set-indent, sh-learn-line-indent):
23799 * progmodes/ps-mode.el (ps-mode-target-column):
23800 * progmodes/idlwave.el (idlwave-make-tags)
23801 (idlwave-scan-library-catalogs):
23802 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
23803 * progmodes/gud.el (gud-jdb-analyze-source):
23804 * progmodes/flymake.el (flymake-log):
23805 * progmodes/ebnf2ps.el (ebnf-generate-region):
23806 * progmodes/cmacexp.el (c-macro-expansion):
23807 * progmodes/ada-xref.el (ada-treat-cmd-string):
23808 * progmodes/ada-mode.el (ada-create-case-exception-substring)
23809 (ada-justified-indent-current, ada-batch-reformat):
23810 * play/zone.el (zone):
23811 * play/landmark.el (lm-move):
23812 * play/decipher.el (decipher-show-alphabet):
23813 * net/newsticker.el (newsticker--display-jump)
23814 (newsticker--display-scroll):
23815 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
23816 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
23817 * mail/feedmail.el (feedmail-dump-message-to-queue):
23818 * eshell/esh-proc.el (eshell-remove-process-entry):
23819 * emulation/ws-mode.el (ws-last-error):
23820 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
23821 (viper-record-kbd-macro):
23822 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
23823 * emacs-lisp/lisp-mnt.el (lm-report-bug):
23824 * emacs-lisp/find-func.el (find-function-noselect):
23825 * calendar/timeclock.el (timeclock-status-string)
23826 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
23827 (timeclock-when-to-leave-string):
23828 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
23829 * calc/calc-units.el (calc-enter-units-table):
23830 * calc/calc-mode.el (calc-mode-record-mode):
23831 * woman.el (woman-mini-help):
23832 * wdired.el (wdired-change-to-wdired-mode):
23833 * vc.el (vc-retrieve-snapshot):
23834 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
23835 * startup.el (display-startup-echo-area-message):
23836 * simple.el (set-goal-column):
23837 * ses.el (ses-command-hook, ses-recalculate-cell):
23838 * server.el (server-process-filter):
23839 * printing.el (pr-interface-txt-print, pr-interface-printify)
23840 (pr-interface-ps):
23841 * pcvs.el (cvs-help):
23842 * log-edit.el (log-edit, log-edit-mode-help):
23843 * iswitchb.el (iswitchb-possible-new-buffer):
23844 * isearch.el (isearch-edit-string):
23845 * image-mode.el (image-mode, image-minor-mode):
23846 * ibuf-macs.el (define-ibuffer-filter):
23847 * hi-lock.el (hi-lock-find-patterns):
23848 * files.el (toggle-read-only):
23849 * ediff-util.el (ediff-copy-diff)
23850 (ediff-write-merge-buffer-and-maybe-kill):
23851 * echistory.el (Electric-history-undefined):
23852 * dnd.el (dnd-insert-text):
23853 * dired-aux.el (dired-query):
23854 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
23855 * bookmark.el (bookmark-bmenu-locate):
23856 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
23857 Fix `message' calls to ensure first arg is a format string.
23858 The change was made only when these two conditions were satisfied:
23859 [1] when there is a possibility that the arguments would cause an error
23860 for example, if the code in question relies on external variables
23861 such as filenames, and
23862 [2] if the arg to `message' could not have been nil in the code.
23863
23864 * pcomplete.el (pcomplete--help): Fix `message' format spec.
23865 Not having a %s would be weird, though not technically wrong.
23866
23867 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23868
23869 * term/mac-win.el (mac-add-charset-info): Doc fix.
23870
23871 2005-09-17 Romain Francoise <romain@orebokech.com>
23872
23873 * shell.el (shell-resync-dirs): Handle echoing processes more
23874 reliably. Don't insert resync command if `comint-process-echoes'
23875 is non-nil.
23876
23877 2005-09-17 Magnus Henoch <mange@freemail.hu>
23878
23879 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
23880 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
23881 aspell versions >= 0.60.
23882 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
23883 only if ispell-aspell-supports-utf8 is non-nil.
23884
23885 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
23886
23887 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
23888 buffer-local value to lisp-indent-function.
23889
23890 2005-09-17 Milan Zamazal <pdm@zamazal.org>
23891
23892 * progmodes/glasses.el (glasses-make-readable): If
23893 glasses-separator differs from underscore, put appropriate
23894 overlays over underscore characters.
23895 (glasses-convert-to-unreadable): If glasses-separator differs from
23896 underscore, try to convert glasses-separator characters to
23897 underscores.
23898
23899 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
23900
23901 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
23902 Use with-syntax-table and dolist.
23903
23904 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
23905
23906 * textmodes/reftex-auc.el:
23907 * textmodes/reftex-cite.el:
23908 * textmodes/reftex-dcr.el:
23909 * textmodes/reftex-global.el:
23910 * textmodes/reftex-parse.el:
23911 * textmodes/reftex-ref.el:
23912 * textmodes/reftex-sel.el:
23913 * textmodes/reftex-toc.el:
23914 * textmodes/reftex-vars.el:
23915 * textmodes/reftex.el: Small changes to remove compiler warnings.
23916
23917 * textmodes/reftex-index.el: Likewise.
23918 (reftex-query-index-phrase): More efficient use of markers.
23919
23920 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
23921
23922 * image.el (image-load-path): New variable.
23923 (image-search-load-path): New function.
23924 (find-image): Search for images in `image-load-path'.
23925
23926 2005-09-15 Richard M. Stallman <rms@gnu.org>
23927
23928 * follow.el: Change Maintainer field.
23929
23930 2005-09-15 David Ponce <david@dponce.com>
23931
23932 * recentf.el (recentf-save-file-modes): New option.
23933 (recentf-save-list): Use it.
23934
23935 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
23936
23937 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
23938 (mode-line-mule-info, mode-line-modified): Move bindings from
23939 mouse-3 to mouse-1.
23940
23941 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
23942
23943 * simple.el (sendmail-user-agent-compose): Revert last change.
23944
23945 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
23946
23947 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
23948 Use with-current-buffer.
23949 (ange-ftp-gwp-start): Remove unused var `gw-user'.
23950 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
23951 (ange-ftp-insert-directory): Remove unused var `short'.
23952 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
23953
23954 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
23955 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
23956
23957 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
23958 (check-calendar-holidays, diary-list-entries): Autoload.
23959 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
23960 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
23961
23962 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
23963 which mistakenly removed a call to display-buffer.
23964
23965 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
23966
23967 * obsolete/iso-insert.el: Move to obsolete/ from international/.
23968
23969 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
23970
23971 * progmodes/hideshow.el
23972 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
23973 (hs-allow-nesting): New user var.
23974 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
23975 (hs-hide-block-at-point): When nesting allowed,
23976 if there is already an overlay in place, delete it.
23977 (hs-safety-is-job-n): Delete func; remove call sites.
23978 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
23979 (hs-overlay-at): New func.
23980 (hs-already-hidden-p, hs-show-block): Use it.
23981 (hs-hide-all): Don't pre-clean if nesting allowed.
23982 (hs-show-all): Temporarily disallow
23983 nesting around call to `hs-discard-overlays'.
23984
23985 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
23986
23987 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
23988 Delete unused local var.
23989
23990 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
23991
23992 * help-fns.el (describe-categories): "?\ " -> "?\s".
23993 (help-do-arg-highlight): Recognize also ARG-n, as in
23994 `move-to-left-margin' (ARG+n is already recognized). Simplify.
23995
23996 * international/codepage.el (dos-unsupported-char-glyph):
23997 * net/newsticker.el (tool-bar-map, w3-mode-map)
23998 (w3m-minor-mode-map):
23999 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
24000 (ent-alist):
24001 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
24002
24003 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
24004
24005 * custom.el (custom-push-theme): Handle the case where a symbol is
24006 bound but face properties have not yet been assigned.
24007
24008 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
24009 Fix behavior if noerase is `t' and there is no mail buffer.
24010
24011 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
24012 if `continue' is nil, rather than signal an error.
24013
24014 2005-09-12 Richard M. Stallman <rms@gnu.org>
24015
24016 * font-lock.el (font-lock-keywords): Add autoload.
24017
24018 * help-fns.el (describe-variable): Rearrange to put source link
24019 in a predictable place.
24020
24021 * net/newsticker.el: New file.
24022
24023 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
24024
24025 * calendar/calendar.el (calendar-for-loop): Add edebug info.
24026 (calendar-basic-setup): Use the new nil arg.
24027 (number-of-diary-entries): Move to diary-lib.el.
24028
24029 * calendar/diary-lib.el: Use with-current-buffer, match-string.
24030 (diary-list-entries): Use with-syntax-table and dolist.
24031 Rename from list-diary-entries.
24032 Use number-of-diary-entries if `number' is nil.
24033 (diary, diary-view-entries): Use this new name and new nil arg value.
24034 (number-of-diary-entries): Move from calendar.el.
24035 (diary-unhide-everything): New function.
24036 (include-other-diary-files, fancy-diary-display)
24037 (diary-show-all-entries, make-diary-entry): Use it.
24038 (diary-mail-entries): Use buffer-string.
24039 (mark-diary-entries): Fix long standing paren typo.
24040 (diary-sexp-entry): Use count-lines.
24041 (make-diary-entry): Avoid `previous-line'.
24042 (diary-mode-map): New var.
24043 (diary-mode): Redraw cal after saving. Setup header-line.
24044 (fancy-diary-display-mode): Use local-set-key.
24045
24046 * startup.el (command-line): Try calling various terminal-init-foo-bar
24047 functions by stripping hyphenated suffixes from $TERM.
24048
24049 * files.el (normal-mode): Check boundness of font-lock-keywords.
24050
24051 2005-09-12 Richard M. Stallman <rms@gnu.org>
24052
24053 * progmodes/compile.el: Don't decide a file's directory
24054 until the user actually tries to go there.
24055 (compilation-next-error-function):
24056 Pass compilation-find-file the directory from the file-struct.
24057 (compilation-internal-error-properties): Separate local FILE-STRUCT
24058 from FILE. Doc the args better. Rename arg FMT to FMTS.
24059 (compilation-find-file): Arg DIR renamed to DIRECTORY.
24060 Expand it, and if nil, use default-directory.
24061 (compilation-get-file-structure): Don't mix specified directory
24062 with default directory. Put specified directory into
24063 file-struct. Don't make the file name absolute.
24064
24065 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
24066 (compile-command): Add autoload.
24067 (compilation-disable-input): Add autoload.
24068
24069 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
24070
24071 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
24072 strings of the variables it can override.
24073 (time-stamp): New (as yet undocumented) time-stamp-format escapes
24074 %Q and %q, for fully-qualified domain name and unqualified host name.
24075
24076 2005-09-11 Kim F. Storm <storm@cua.dk>
24077
24078 * emacs-lisp/authors.el (authors-aliases): Update list.
24079 (authors-fixed-entries): Update mldrag.el entry.
24080
24081 2005-09-10 Alan Mackenzie <acm@muc.de>
24082
24083 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
24084 from the region narrowed to.
24085
24086 2005-09-10 Magnus Henoch <mange@freemail.hu>
24087
24088 * textmodes/ispell.el (ispell-check-version): Signal an error if
24089 aspell version is less than 0.60.
24090
24091 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
24092
24093 * progmodes/octave-inf.el (inferior-octave-startup):
24094 Resync current dir at the end.
24095
24096 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
24097
24098 * woman.el (woman-topic-at-point-default):
24099 Rename to woman-use-topic-at-point-default.
24100 (woman-topic-at-point): Rename to woman-use-topic-at-point.
24101 (woman-file-name): Reflect renames above. Automatically use the
24102 word at point as topic if woman-use-topic-at-point is non-nil.
24103 Otherwise offer it as default but don't insert it in the
24104 minibuffer. Also use `test-completion' instead of `assoc' as
24105 suggested by Stefan Monnier.
24106
24107 2005-09-10 Andre Spiegel <spiegel@gnu.org>
24108
24109 * vc.el (vc-directory, vc-update-change-log): Throw an error on
24110 the attempt to do it over Tramp. This is not yet supported.
24111
24112 2005-09-10 Eli Zaretskii <eliz@gnu.org>
24113
24114 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
24115 (menu-bar-non-minibuffer-window-p): New functions.
24116 ("Split Window", "Save As..."): Use them.
24117 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
24118 ("Print Buffer", "Truncate Long Lines in this Buffer"):
24119 Use menu-bar-menu-frame-live-and-visible-p.
24120 ("Save Buffer", "Insert File", "Open Directory...")
24121 ("Open File...", "Visit New File..."):
24122 Use menu-bar-non-minibuffer-window-p.
24123 (kill-this-buffer-enabled-p, dired <menu-enable>):
24124 Use menu-bar-non-minibuffer-window-p.
24125
24126 2005-09-09 Eli Zaretskii <eliz@gnu.org>
24127
24128 * cus-start.el (all): Don't complain about fringe-related
24129 built-ins if fringes are not supported. Ditto about
24130 selection-related built-ins. Fix the test for GTK-related built-ins.
24131
24132 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
24133 ("Postscript Print Buffer", "Print Region", "Save As...")
24134 ("Save", "Insert File...", "Open Directory...")
24135 ("Open File...", "Visit New File..."")
24136 ("Truncate Long Lines in this Buffer"): Don't look at
24137 menu-updating-frame if this display does not support multiple frames.
24138
24139 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24140
24141 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
24142
24143 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
24144
24145 * woman.el: Format- and whitespace-related changes.
24146
24147 2005-09-09 Eli Zaretskii <eliz@gnu.org>
24148
24149 * woman.el: Fix my email address.
24150
24151 2005-09-08 Richard M. Stallman <rms@gnu.org>
24152
24153 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
24154 (sh-mode): Locally set skeleton-pair-default-alist.
24155
24156 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
24157
24158 * progmodes/flymake.el: Require `compile' unconditionally.
24159
24160 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
24161
24162 * woman.el (woman-file-name): Provide a default, not initial input.
24163
24164 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
24165
24166 * font-lock.el (font-lock-support-mode): Doc fix.
24167
24168 * descr-text.el (describe-property-list): Handle non-symbol prop names.
24169
24170 2005-09-08 Richard M. Stallman <rms@gnu.org>
24171
24172 * simple.el (blink-matching-open): Get rid of text props from
24173 the string shown in echo area. Don't permanently set point.
24174 Some rearrangements.
24175
24176 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
24177
24178 * recentf.el (recentf-filename-handler): Add custom choice
24179 `abbreviate-file-name'.
24180
24181 * msb.el (msb--very-many-menus): Fix typo.
24182
24183 * disp-table.el (standard-display-european): Don't set
24184 enable-multibyte-characters to nil.
24185
24186 2005-09-08 David Ponce <david@dponce.com>
24187
24188 * recentf.el (recentf-show-file-shortcuts-flag): New option.
24189 (recentf-expand-file-name): Doc fix.
24190 (recentf-dialog-mode-map): Define digit shortcuts.
24191 (recentf--files-with-key): New variable.
24192 (recentf-show-digit-shortcut-filter): New function.
24193 (recentf-open-files-items): New function.
24194 (recentf-open-files): Use it.
24195 (recentf-open-file-with-key): New command.
24196
24197 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
24198
24199 * buff-menu.el (Buffer-menu-sort-by-column): New function.
24200 Suggested by Kim F. Storm.
24201 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
24202 (Buffer-menu-make-sort-button): Use global keymap.
24203
24204 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
24205
24206 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
24207 (Man-getpage-in-background-advice): Remove defadvice; it isn't
24208 necessary any longer with the remapped command.
24209 (Man-bgproc-sentinel-advice): Remove defadvice which counts
24210 formatting time only.
24211
24212 * net/tramp.el (tramp-action-password)
24213 (tramp-multi-action-password): Compile the password prompt from
24214 `method', `user' and `host'. Sometimes it isn't obvious which
24215 password to enter, for example with remote files offered by
24216 recentf.el, or with multiple steps. Suggested by Robert Marshall
24217 <robert@chezmarshall.freeserve.co.uk>.
24218
24219 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
24220
24221 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
24222 Fix regexp for when "s///" is at the beginning of line.
24223
24224 2005-09-07 Jay Belanger <belanger@truman.edu>
24225
24226 * calc/calc-poly.el (math-expand-term): Multiply out any powers
24227 when in matrix mode.
24228
24229 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
24230
24231 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
24232 non-anonymous functions.
24233
24234 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
24235
24236 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
24237 when using a header line. Otherwise, use mouse-1-click-follows-link.
24238
24239 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
24240 can't be moved; don't signal an error.
24241
24242 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
24243
24244 * cus-theme.el (custom-theme-write-faces): Save the current face
24245 spec, not the defface spec.
24246
24247 * custom.el (custom-known-themes): Clarify meaning of "standard".
24248 (custom-push-theme): Save old values in the standard theme.
24249 (disable-theme): Correct typo.
24250 (custom-face-theme-value): Deleted unused function.
24251 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
24252
24253 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
24254
24255 * progmodes/compile.el (compilation-goto-locus): Take into account
24256 iconified frames when determining whether the buffer is
24257 already visible.
24258 Don't reset window height if the window already existed.
24259
24260 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
24261
24262 * custom.el (load-theme): Rename from require-theme.
24263 Add interactive spec.
24264 (enable-theme): Rename from custom-enable-theme.
24265 Add interactive spec.
24266 (disable-theme): Rename from custom-disable-theme.
24267 Add interactive spec.
24268 (custom-make-theme-feature): Doc fix.
24269 (custom-theme-directory): Doc fix.
24270 (provide-theme): Call enable-theme.
24271
24272 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
24273
24274 * obsolete/lazy-lock.el (lazy-lock-mode):
24275 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
24276 font-lock-mode if it's off. Print a warning instead.
24277
24278 * progmodes/compile.el (compilation-start): Ignore errors if the
24279 process died before we get to send-eof.
24280
24281 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
24282 Undo last change. Enclosing the result in quotes broke things on Unix
24283 since tex-send-command passes it through shell-quote-argument.
24284 (tex-send-command): Pass `file' through convert-standard-filename
24285 when possible.
24286 (tex-uptodate-p): Handle the case where TeX hasn't put additional
24287 info in a transcript.
24288
24289 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
24290
24291 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
24292 fix compilation warning. Reorder the key definitions to group
24293 together keys emitted by the current version of xterm.
24294
24295 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
24296 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
24297 Reorder predicates to correct min-color usage.
24298
24299 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
24300
24301 * longlines.el (longlines-mode): Inhibit read-only when encoding.
24302 Kill local variables when longlines-mode is turned off.
24303
24304 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
24305
24306 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
24307
24308 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
24309
24310 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
24311
24312 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
24313 (font-lock-lines-before): Change default to being inactive.
24314 (font-lock-default-fontify-region): Obey font-lock-lines-before.
24315 (font-lock-after-change-function): Don't handle f-l-lines-before here.
24316
24317 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
24318
24319 * net/tramp.el (tramp-handle-make-auto-save-file-name):
24320 Deactivate temporarily advice if active (not needed for Emacs 22,
24321 but for backwards compatibility).
24322 (tramp-exists-file-name-handler): Rewrite. First implementation
24323 was too simple.
24324 (tramp-advice-make-auto-save-file-name):
24325 Call `tramp-handle-make-auto-save-file-name' (again, just for
24326 backwards compatibility).
24327
24328 2005-08-31 Reto Zimmermann <reto@gnu.org>
24329
24330 * progmodes/vhdl-mode.el
24331 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
24332 (vhdl-end-p): Fix indentation bug "else" after "-- when".
24333 (vhdl-set-default-project): New function (easier setting of default).
24334 (vhdl-port-copy): Handle extended identifiers for generics.
24335 (vhdl-compiler-alist): Better description for error message regexp.
24336 (vhdl-make): Query for target, use previous as default.
24337 (vhdl-port-copy): Fix port copy for port names starting with "signal".
24338 (vhdl-font-lock-keywords-2): Fix fontification for record
24339 el. assign.
24340 (vhdl-speedbar-make-subpack-line): Add package body link.
24341 (vhdl-generate-makefile-1): Not include itself as dependency.
24342 (vhdl-font-lock-init): Highlight c-preprocessor directives.
24343 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
24344 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
24345 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
24346 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
24347 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
24348 (vhdl-import-project): Add string argument for `error'.
24349 (vhdl-compose-configuration)
24350 (vhdl-compose-configuration-architecture): Add configuration
24351 declaration generation.
24352 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
24353 (vhdl-trailer-re): Add "record" keyword (better indentation).
24354 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
24355 "[^ \t-\"]+".
24356 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
24357 (vhdl-testbench-entity-file-name)
24358 (vhdl-testbench-architecture-file-name): Allow separate
24359 customization of testbench file names.
24360 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
24361 (vhdl-get-visible-signals): Allow newline within alias declaration.
24362 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
24363 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
24364 (member-ignore-case): Alias for missing function in XEmacs.
24365 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
24366 (vhdl-update-sensitivity-list): Ignore case on read signals.
24367 (vhdl-replace-string): Adjust case only for file names.
24368 (vhdl-update-sensitivity-list): Fix search for read signals.
24369 (vhdl-update-sensitivity-list): Exclude formal parameters.
24370 (vhdl-get-visible-signals): Include aliases of signals.
24371 (vhdl-get-visible-signals): Fix signal name searching.
24372 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
24373 (vhdl-fixup-whitespace-region): Fix for character
24374 literals (e.g. `:').
24375
24376 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
24377
24378 * ansi-color.el (comint-last-output-start):
24379 * bs.el (font-lock-verbose):
24380 * diff-mode.el (add-log-buffer-file-name-function):
24381 * dired-x.el (vm-folder-directory):
24382 * faces.el (help-xref-stack-item):
24383 * files.el (font-lock-keywords):
24384 * find-lisp.el (dired-buffers, dired-subdir-alist):
24385 * ido.el (cua-inhibit-cua-keys):
24386 * log-view.el (cvs-minor-wrap-function):
24387 * outline.el (font-lock-warning-face):
24388 * simple.el (compilation-current-error):
24389 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
24390 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
24391 * tooltip.el (comint-prompt-regexp):
24392 * w32-fns.el (explicit-shell-file-name):
24393 * term/mac-win.el (mac-charset-info-alist)
24394 (mac-services-selection, mac-system-script-code):
24395 * term/tty-colors.el (msdos-color-values):
24396 * term/w32-win.el (xlfd-regexp-registry-subnum):
24397 * term/x-win.el (x-keysym-table, x-selection-timeout)
24398 (x-session-id, x-session-previous-id):
24399 * textmodes/ispell.el (mail-yank-prefix):
24400 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
24401 * textmodes/org.el (calc-embedded-close-formula)
24402 (calc-embedded-open-formula)
24403 (font-lock-unfontify-region-function):
24404 * textmodes/reftex-global.el (isearch-next-buffer-function)
24405 (TeX-master):
24406 * textmodes/reftex.el (font-lock-keywords):
24407 * textmodes/tex-mode.el (font-lock-comment-face)
24408 (font-lock-doc-face):
24409 * textmodes/texinfo.el (outline-heading-alist):
24410 Add defvars.
24411
24412 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
24413 (artist-spray-chars, artist-mode-init, artist-replace-string)
24414 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
24415 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
24416 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
24417
24418 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
24419 (conf-align-assignments): "?\ " -> "?\s".
24420
24421 * textmodes/reftex-index.el (TeX-master): Add defvar.
24422 (reftex-index-phrases-marker): Move up defvar.
24423
24424 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
24425 (reftex-toc-include-labels-indicator)
24426 (reftex-toc-include-index-indicator)
24427 (reftex-toc-max-level-indicator): Move up declarations.
24428
24429 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
24430 of args to `tramp-run-real-handler', even if it's empty in this case.
24431
24432 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24433
24434 * dired.el (dired-move-to-filename-regexp): Add date format for
24435 Mac OS X 10.3 in East Asian locales.
24436
24437 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
24438
24439 * files.el (make-auto-save-file-name): Add file name handler call
24440 if applicable.
24441
24442 * net/tramp.el (tramp-file-name-handler-alist)
24443 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
24444 (tramp-handle-make-auto-save-file-name): Rename from
24445 `tramp-make-auto-save-file-name'.
24446 (tramp-exists-file-name-handler): New defun.
24447 (tramp-advice-make-auto-save-file-name): Make defadvice only when
24448 `make-auto-save-file-name' is not a magic file name operation.
24449
24450 2005-08-30 Richard M. Stallman <rms@gnu.org>
24451
24452 * files.el (risky-local-variable-p):
24453 Match `-predicates' and `-commands.
24454
24455 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
24456 (custom-save-all): Visit the file if necessary;
24457 kill the buffer if we created it.
24458 (custom-save-delete): Don't visit file or kill buffer here.
24459
24460 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
24461
24462 * textmodes/org.el (org-special-keyword): New face.
24463 (org-table-copy-down, org-table-eval-formula)
24464 (org-table-recalculate, org-init-section-numbers):
24465 Use `string-to-number' instead of `string-to-int'.
24466 (org-get-location): Use `insert-buffer-substring' instead of
24467 `insert-buffer'.
24468 (org-modify-diary-entry-string): New function.
24469 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
24470 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
24471 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
24472 active region.
24473 (org-export-as-html): Handle QUOTE keyword.
24474 (org-quote-string): New option.
24475 (org-bookmark-jump-unhide): New function, used for
24476 `bookmark-after-jump-hook'.
24477 (org-diary-default-entry): Apply only when not called through
24478 `org-agenda'.
24479
24480 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
24481
24482 * net/eudc.el (mode-popup-menu):
24483 * play/handwrite.el (ps-printer-name, ps-lpr-command):
24484 * progmodes/ada-mode.el (compile-auto-highlight)
24485 (skeleton-further-elements):
24486 * progmodes/autoconf.el (font-lock-syntactic-keywords):
24487 * progmodes/cmacexp.el (msdos-shells):
24488 * progmodes/compile.el (font-lock-extra-managed-props)
24489 (font-lock-keywords, font-lock-maximum-size)
24490 (font-lock-support-mode):
24491 * progmodes/grep.el (font-lock-lines-before):
24492 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
24493 * progmodes/mixal-mode.el (compile-command):
24494 * progmodes/perl-mode.el (font-lock-comment-face)
24495 (font-lock-doc-face, font-lock-string-face):
24496 * progmodes/prolog.el (comint-prompt-regexp):
24497 * progmodes/sh-script.el (font-lock-comment-face)
24498 (font-lock-set-defaults, font-lock-string-face):
24499 * progmodes/sql.el (font-lock-keyword-face)
24500 (font-lock-set-defaults, font-lock-string-face):
24501 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
24502 (itimer-version, lazy-lock-defer-contextually)
24503 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
24504 Add defvars.
24505
24506 * progmodes/cperl-mode.el (cperl-electric-lbrace)
24507 (cperl-electric-keyword, cperl-electric-pod)
24508 (cperl-electric-backspace, cperl-forward-re)
24509 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
24510 (vc-rcs-header, vc-sccs-header): Add defvars.
24511
24512 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
24513 (font-lock-syntactic-keywords, gud-find-expr-function):
24514 Add defvars.
24515
24516 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
24517 (gdb-frame-parameters): Declare before use.
24518
24519 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
24520 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
24521 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
24522 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
24523
24524 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
24525 (idlwave-help-with-source): Use `insert-buffer-substring', not
24526 `insert-buffer'.
24527
24528 2005-08-29 Juri Linkov <juri@jurta.org>
24529
24530 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
24531 Put outline-back-to-heading function call inside save-excursion.
24532
24533 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
24534
24535 * man.el (Man-init-defvars, Man-translate-references)
24536 (Man-support-local-filenames, Man-highlight-references):
24537 * progmodes/sql.el (sql-interactive-mode):
24538 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
24539
24540 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
24541 (compilation-mode-font-lock-keywords): Add defvars.
24542 (checkdoc-interactive-loop): "?\ " -> "?\s".
24543
24544 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
24545 (font-lock-doc-face, font-lock-string-face)
24546 (font-lock-keywords-case-fold-search): Add defvars.
24547 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
24548
24549 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
24550 Don't pass X and Y (they are ignored anyway).
24551 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
24552 (mouse-delete-window): Make arguments optional.
24553
24554 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
24555 (caesar-translate-table, minor-modes, news-buffer-save)
24556 (news-group-name, news-minor-modes): Add defvars.
24557
24558 * emacs-lisp/lselect.el (mouse-highlight-priority)
24559 (x-lost-selection-functions, zmacs-regions):
24560 * emacs-lisp/pp.el (font-lock-verbose):
24561 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
24562 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
24563 (ses-mode-map):
24564 * emacs-lisp/tcover-unsafep.el (safe-functions):
24565 * international/mule-cmds.el (mac-system-coding-system)
24566 (mac-system-locale):
24567 * language/ethio-util.el (rmail-current-message)
24568 (rmail-message-vector):
24569 * language/thai-util.el (thai-auto-composition-mode):
24570 * mail/metamail.el (rmail-current-message, rmail-message-vector):
24571 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
24572 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
24573 (vm-primary-inbox, vm-spool-files):
24574 * mail/rmail.el (deleted-head, font-lock-fontified)
24575 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
24576 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
24577 (total-messages):
24578 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
24579 (rmail-summary-mode-map):
24580 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
24581 (rmail-last-label, rmail-last-multi-labels)
24582 (rmail-summary-vector, rmail-total-messages):
24583 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
24584 * mail/rmailsum.el (msgnum):
24585 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
24586 (rmail-current-message):
24587 * obsolete/fast-lock.el (font-lock-face-list):
24588 * obsolete/rnewspost.el (mail-reply-buffer):
24589 * obsolete/scribe.el (compile-command):
24590 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
24591
24592 2005-08-28 John Paul Wallington <jpw@gnu.org>
24593
24594 * ibuf-ext.el (ibuffer-auto-update-changed):
24595 Use `frame-or-buffer-changed-p' to check whether we need to update.
24596 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
24597 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
24598 as a `frame-or-buffer-changed-p' state vector instead.
24599
24600 2005-08-27 Romain Francoise <romain@orebokech.com>
24601
24602 * textmodes/makeinfo.el (makeinfo-compile):
24603 Use `compilation-start'. Set `next-error-function' according to
24604 `disable-errors'.
24605 (makeinfo-next-error): New function.
24606 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
24607 (makeinfo-buffer): Likewise.
24608
24609 * progmodes/compile.el (compilation-start): Add autoload cookie.
24610
24611 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
24612 * textmodes/sgml-mode.el: Likewise.
24613 * progmodes/python.el: Likewise.
24614
24615 2005-08-27 Eli Zaretskii <eliz@gnu.org>
24616
24617 * simple.el (blink-matching-paren-distance): Document the meaning
24618 of nil value, and allow to customize to nil.
24619
24620 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
24621 command.com, not command.exe.
24622
24623 2005-08-26 John Wiegley <johnw@newartisans.com>
24624
24625 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
24626 code around a bit so that an extraneous nil argument is not added
24627 to a command when no args are given.
24628
24629 * eshell/esh-arg.el (eshell-parse-double-quote): If a
24630 double-quoted argument resolves to nil, return it as an empty
24631 string rather than as nil. This made it impossible to pass "" to
24632 a shell script as a null string argument.
24633
24634 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
24635
24636 * outline.el (outline-invent-heading): New fun.
24637 (outline-promote, outline-demote): Use it.
24638 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
24639 (outline-end-of-subtree): Remove unused var `opoint'.
24640
24641 2005-08-26 David Reitter <david.reitter@gmail.com>
24642
24643 * menu-bar.el (truncate-lines, write-file, print-buffer)
24644 (ps-print-buffer-faces, ps-print-buffer, split-window):
24645 Disable menu items when the frame they refer to is invisible, or when
24646 they refer to a buffer and the minibuffer is selected.
24647
24648 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
24649
24650 * progmodes/flymake.el (flymake-highlight-err-lines):
24651 Use save-excursion around flymake-highlight-line to preserve point.
24652
24653 2005-08-26 Eli Zaretskii <eliz@gnu.org>
24654
24655 * progmodes/octave-mod.el: Change Author and Maintainer address.
24656 (octave-maintainer-address): Change Kurt's email address.
24657 * progmodes/octave-inf.el: Change Author and Maintainer address.
24658 * progmodes/octave-hlp.el: Change Author and Maintainer address.
24659
24660 2005-08-26 Kim F. Storm <storm@cua.dk>
24661
24662 * subr.el (version-list-<, version-list-<=, version-list-=):
24663 Rename from integer-list-*.
24664 (version-list-not-zero): Likewise. Fix while loop.
24665 (version=): Use version-list-= instead of string-equal.
24666
24667 2005-08-26 Richard M. Stallman <rms@gnu.org>
24668
24669 * outline.el (outline-promote): Try shortening the heading.
24670 As last resort, read the heading to use.
24671 (outline-demote): As last resort, read the heading to use.
24672
24673 2005-08-26 Romain Francoise <romain@orebokech.com>
24674
24675 * progmodes/compile.el (compilation-start): Doc fix.
24676
24677 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
24678 (antlr-font-lock-additional-keywords): Fix reference to
24679 `antlr-font-lock-literal-regexp' erroneously changed during the
24680 mass face rename.
24681 (antlr-run-tool): Use `compilation-start'.
24682
24683 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
24684 instead of the obsolete `compile-internal'.
24685
24686 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
24687
24688 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
24689 (number, original-date):
24690 * calendar/cal-china.el (date):
24691 * calendar/cal-coptic.el (date):
24692 * calendar/cal-french.el (date):
24693 * calendar/cal-hebrew.el (date, entry, number, original-date):
24694 * calendar/cal-islam.el (date, number, original-date):
24695 * calendar/cal-iso.el (date):
24696 * calendar/cal-julian.el (date):
24697 * calendar/cal-mayan.el (date):
24698 * calendar/cal-menu.el (date, event):
24699 * calendar/cal-persia.el (date):
24700 * calendar/lunar.el (date):
24701 * calendar/solar.el (date): Add defvars.
24702
24703 * emerge.el:
24704 * ibuffer.el:
24705 * info-xref.el:
24706 * obsolete/bg-mouse.el:
24707 * obsolete/sun-curs.el:
24708 * obsolete/swedish.el: Move the `defvar's to the top level.
24709
24710 * smerge-mode.el (smerge-refined-change): Add :group.
24711
24712 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
24713
24714 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
24715 (smerge-keep-n): Remove props.
24716 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
24717 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
24718 now that it's done in smerge-keep-n.
24719 (smerge-refined-change): New face.
24720 (smerge-refine-chopup-region, smerge-refine-highlight-change)
24721 (smerge-refine): New funs.
24722 (smerge-basic-map): Bind smerge-refine.
24723
24724 2005-08-25 Juri Linkov <juri@jurta.org>
24725
24726 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
24727 compilation-process-setup-function and compilation-disable-input
24728 in grep-mode instead of let-bindings in grep.
24729
24730 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
24731 Delete "Automatic File De/compression" (auto-compression-mode).
24732
24733 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
24734
24735 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
24736 Silence warning about non-existent variable.
24737
24738 2005-08-25 Richard M. Stallman <rms@gnu.org>
24739
24740 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
24741 Rename "Describe Key" to "Describe Key or Mouse Operation".
24742
24743 * mail/mailalias.el (build-mail-aliases): Delete comments
24744 from the contents before processing them.
24745
24746 * isearch.el (isearch-edit-string): Erase the Search prompt
24747 if user enters an empty string and there is no default.
24748
24749 * comint.el (comint-file-name-prefix): Add autoload.
24750
24751 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
24752
24753 * subr.el (play-sound): Rearrange to avoid warning.
24754
24755 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
24756
24757 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
24758 New hook.
24759 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
24760
24761 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
24762
24763 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
24764
24765 * custom.el (custom-theme-set-variables): Sort minor modes last.
24766
24767 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24768
24769 * subr.el (version-separator, version-regexp-alist): New vars used by
24770 version comparison funs.
24771 (integer-list-<, integer-list-=, integer-list-<=)
24772 (integer-list-not-zero): New funs for integer list comparison.
24773 (version-to-list, version=, version<, version<=): New funs for version
24774 comparison.
24775
24776 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
24777
24778 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
24779 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
24780 time to silence the byte-compiler.
24781
24782 * ibuffer.el (ibuffer-compile-make-eliding-form)
24783 (ibuffer-check-formats): Use `with-no-warnings' to hide references
24784 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
24785 so it's silly to get warnings for it).
24786 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
24787 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
24788 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
24789 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
24790 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
24791 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
24792 Defvar at compile time.
24793 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
24794 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
24795 Declare them before use.
24796
24797 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
24798 (info-xref-good, info-xref-bad): Defvar at compile time.
24799
24800 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
24801 Use `let*' instead of `let'.
24802
24803 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
24804 (*mouse-y*, menu, char): Defvar at compile time.
24805 (sc::menu): Declare it before use.
24806 (sc::pack-one-line): Use `let', not `let*'.
24807
24808 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
24809 (mail-send-hook): Defvar at compile time.
24810
24811 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
24812 Defvar at compile time.
24813
24814 * term/sun-mouse.el (current-global-mousemap)
24815 (current-local-mousemap): Declare them before use.
24816
24817 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
24818
24819 * bookmark.el (bookmark-after-jump-hook): New hook.
24820 (bookmark-jump): Run `bookmark-after-jump-hook'.
24821
24822 2005-08-23 Juri Linkov <juri@jurta.org>
24823
24824 * faces.el (minibuffer-prompt): Doc fix.
24825
24826 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
24827
24828 * progmodes/xscheme.el: Trivial changes to silence warnings.
24829 (xscheme-previous-mode, xscheme-previous-process-state):
24830 Add defvars.
24831 (xscheme-last-input-end, xscheme-process-command-line)
24832 (xscheme-process-name, xscheme-buffer-name)
24833 (xscheme-expressions-ring-max, xscheme-expressions-ring)
24834 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
24835 (xscheme-control-g-synchronization-p)
24836 (xscheme-control-g-disabled-p, xscheme-string-receiver)
24837 (default-xscheme-runlight, xscheme-runlight)
24838 (xscheme-runlight-string, xscheme-process-filter-state)
24839 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
24840 Move to beginning of file.
24841 (scheme-interaction-mode-commands-alist)
24842 (scheme-interaction-mode-map, scheme-debugger-mode-map):
24843 Declare them before use. Note: the initialization code for the
24844 variables has not been moved because it uses functions that reference
24845 the variables.
24846 (xscheme-control-g-message-string, xscheme-process-filter-alist)
24847 (xscheme-prompt-for-expression-map): Declare them before use.
24848 (scheme-debugger-mode-commands): "?\ " -> "?\s".
24849
24850 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
24851
24852 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
24853
24854 2005-08-22 Juri Linkov <juri@jurta.org>
24855
24856 * faces.el (set-face-underline): Delete this duplicate function
24857 and make an obsolete alias to set-face-underline-p.
24858 (set-face-underline-p): Use docstring of set-face-underline.
24859 (describe-face): Create hyperlink to parent face.
24860
24861 * info.el (Info-insert-dir): Use save-excursion around
24862 insert-buffer-substring.
24863 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
24864 (Info-escape-percent): Delete function.
24865 (Info-fontify-node): Replace Info-escape-percent by
24866 replace-regexp-in-string with REP arg set to lambda that
24867 duplicates `%' and preserves text properties.
24868
24869 * progmodes/compile.el (compilation-disable-input): Doc fix.
24870 (define-compilation-mode): Doc fix and refill.
24871 (kill-compilation): Use `mode-name' in the error message.
24872 (compilation-find-file): Use `compilation-error' in the
24873 read-file-name's prompt.
24874
24875 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
24876
24877 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
24878 (smerge-auto-leave): Make undo re-enable the mode.
24879 (debug-ignored-errors): Add the user-error of impossible resolution.
24880 (smerge-resolve): Move things around a bit, in preparation for later.
24881 (smerge-diff): Don't fail if the buffer has no associated file.
24882 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
24883 (smerge-conflict-overlay): New function.
24884 (smerge-match-conflict): Don't add text properties here.
24885 (smerge-find-conflict): Instead, add an overlay here.
24886 Also check for the case where we're inside a conflict already, so as to
24887 obviate the need for font-lock-multiline, which is unbearably slow with
24888 large conflicts and ciomplex font-lock patterns.
24889 (smerge-remove-props): Remove overlay rather than text-properties.
24890 (smerge-mode): Don't set font-lock-multiline.
24891 Remove overlays when turned off.
24892
24893 2005-08-21 Kim F. Storm <storm@cua.dk>
24894
24895 * ido.el (ido-ignore-item-p): Use save-match-data.
24896 Bind case-fold-search to ido-case-fold locally.
24897
24898 2005-08-20 Richard M. Stallman <rms@gnu.org>
24899
24900 * files.el (normal-mode): If font lock is on, turn it off and on.
24901
24902 * subr.el (replace-regexp-in-string): Doc fix.
24903
24904 * startup.el (command-line-1): Don't suppress startup screen
24905 due to existing processes.
24906
24907 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
24908
24909 * progmodes/compile.el (compilation-disable-input): Default to nil.
24910
24911 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
24912
24913 * progmodes/compile.el (compilation-disable-input): New defcustom.
24914 (compilation-start): If compilation-disable-input is non-nil, send
24915 EOF to the compilation process.
24916
24917 2005-08-20 Eli Zaretskii <eliz@gnu.org>
24918
24919 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
24920 Run the argument of tex-shell-cd-command through
24921 convert-standard-filename, to get the correct style of slashes on
24922 Windows, and enclose the result in quotes, in case the file name
24923 includes whitespace or other special characters.
24924
24925 2005-08-19 Andreas Schwab <schwab@suse.de>
24926
24927 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
24928 process.
24929
24930 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
24931
24932 * cus-start.el (minibuffer-prompt-properties): Correct typo.
24933
24934 2005-08-18 Kim F. Storm <storm@cua.dk>
24935
24936 * scroll-lock.el: Fix errors due to incorrect line wrapping.
24937
24938 2005-08-18 Richard M. Stallman <rms@gnu.org>
24939
24940 * scroll-lock.el: New file.
24941
24942 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
24943
24944 * dired.el (dired-move-to-end-of-filename):
24945 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
24946
24947 2005-08-18 Kim F. Storm <storm@cua.dk>
24948
24949 * ido.el (ido-everywhere): Fix defcustom :set function to disable
24950 rather than toggle mode when custom value is nil.
24951 (ido-everywhere): Fix defun doc string.
24952
24953 2005-08-17 Richard M. Stallman <rms@gnu.org>
24954
24955 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
24956 as tag instead of "Inviolable".
24957
24958 2005-08-17 Kim F. Storm <storm@cua.dk>
24959
24960 * windmove.el (windmove-coordinates-of-position): Remove.
24961 (windmove-coordinates-of-window-position): Remove.
24962 (windmove-reference-loc): Use posn-at-point instead.
24963
24964 * subr.el (insert-for-yank-1): Doc fix.
24965
24966 * ido.el (ido-enter-matching-directory): Rename from
24967 ido-enter-single-matching-directory. Change `slash' choice to
24968 `only'. Add `first' choice.
24969 (ido-exhibit): Adapt to above changes.
24970
24971 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
24972
24973 * Makefile.in: Expand comment about building loaddefs.el.
24974
24975 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
24976
24977 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
24978 Comment use of defadvice.
24979
24980 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
24981
24982 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
24983
24984 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
24985 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
24986 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
24987 * progmodes/idlw-shell.el, progmodes/ld-script.el,
24988 * progmodes/which-func.el, ruler-mode.el, strokes.el,
24989 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
24990 for backward compatibility for faces that did not appear in the
24991 previous Emacs release.
24992
24993 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
24994
24995 2005-08-15 Kim F. Storm <storm@cua.dk>
24996
24997 * emulation/cua-base.el (cua-delete-region): Return t if
24998 deleted region was non-empty.
24999 (cua-replace-region): Inhibit overwrite-mode for
25000 self-insert-command if replaced region was non-empty.
25001 (cua--explicit-region-start, cua--status-string): Make them
25002 buffer-local at top-level...
25003 (cua-mode): ...rather than when mode is enabled.
25004
25005 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
25006
25007 * progmodes/vhdl-mode.el (vhdl-emacs-21):
25008 Set t for Emacs 21, 22, and so on.
25009
25010 2005-08-15 David Ponce <david@dponce.com>
25011
25012 * tree-widget.el: Update Commentary header.
25013 (tree-widget-theme): Doc fix.
25014 (tree-widget-space-width): New option.
25015 (tree-widget-image-properties): Look up in the default theme too.
25016 (tree-widget--cursors): Only for images with arrow pointer shape.
25017 (tree-widget-lookup-image): Pointer shape is hand by default.
25018 (tree-widget-icon): Rename generic icon widget from
25019 `tree-widget-control'.
25020 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
25021 derive from `tree-widget-icon'.
25022 (tree-widget-handle): Improve default look and feel of the text
25023 representation.
25024 (tree-widget): Rename :*-control properties to :*-icon properties.
25025 Add :action and :help-echo properties.
25026 (tree-widget-after-toggle-functions): Move.
25027 (tree-widget-close-node, tree-widget-open-node): Remove.
25028 (tree-widget-before-create-icon-functions): New hook.
25029 (tree-widget-value-create): Update to allow customization of icons
25030 and nodes at run-time via that new hook.
25031 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
25032 (tree-widget-icon-action, tree-widget-icon-help-echo)
25033 (tree-widget-action, tree-widget-help-echo): New functions.
25034
25035 2005-08-15 Kim F. Storm <storm@cua.dk>
25036
25037 * ido.el (ido-buffer-internal): Use with-no-warnings.
25038 (ido-make-merged-file-list): Use while-no-input.
25039
25040 2005-08-15 Richard M. Stallman <rms@gnu.org>
25041
25042 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
25043 (flyspell-large-region): Fix doc and custom type.
25044
25045 2005-08-14 Richard M. Stallman <rms@gnu.org>
25046
25047 * files.el (interpreter-mode-alist): Doc fix.
25048
25049 * mail/rmail.el (rmail-nonignored-headers): New variable.
25050 (rmail-clear-headers): Use it.
25051 (rmail-reply): Better handling of mail-followup-to header.
25052
25053 * progmodes/sh-script.el (sh-font-lock-keywords-var):
25054 Rename variable from sh-font-lock-keywords. In the `shell' entry,
25055 don't try to refer to executable-font-lock-keywords.
25056 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
25057 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
25058 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
25059 (sh-mode): Set comment-start-skip, local-abbrev-table,
25060 imenu-case-fold-search.
25061 (sh-set-shell): Don't set them here.
25062 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
25063 Don't cache the results in the original alist; don't ever modify
25064 that alist.
25065
25066 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
25067
25068 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
25069 empty.
25070
25071 2005-08-15 Andreas Schwab <schwab@suse.de>
25072
25073 * desktop.el: Put autoload cookie at risky-local-variable declarations.
25074
25075 * dired.el, info.el, mail/rmail.el: Revert last change.
25076
25077 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
25078
25079 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
25080 modification in `eval-after-load' form.
25081 * info.el: Likewise.
25082 * mail/rmail.el: Likewise.
25083
25084 2005-08-14 Juri Linkov <juri@jurta.org>
25085
25086 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25087 Remove highlighting of "Compilation started". Highlight only
25088 the word "finished" in "Compilation finished". Add highlighting
25089 of "interrupt", "killed", "terminated" and the exit code.
25090 (compilation-start): Add newline after header. Use exactly the
25091 same time stamp format as the finishing message.
25092 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
25093
25094 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
25095 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
25096 Add highlighting of "interrupt", "killed", "terminated".
25097
25098 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
25099 enabled and the current command is self-insert-command, call it
25100 explicitly with overwrite-mode bound to nil, to not allow it
25101 to delete the character after the selected region.
25102
25103 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
25104
25105 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
25106 move-end-of-line, end-of-line, and beginning-of-line to the list
25107 of commands after which the echo area is updated.
25108
25109 2005-08-12 Eli Zaretskii <eliz@gnu.org>
25110
25111 * cus-edit.el (custom-save-all, custom-save-delete):
25112 Bind recentf-exclude to exclude custom-file.
25113
25114 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
25115
25116 * mail/rmailsum.el (rmail-summary-end-of-message): New command
25117 to go to the bottom of the mail message. Added to
25118 `rmail-summary-mode-map' with key "/".
25119 (rmail-summary-show-message): New (internal) function for use by
25120 both `rmail-summary-beginning/end-of-message'.
25121 (rmail-summary-beginning-of-message): Change to use
25122 rmail-summary-show-message.
25123
25124 * mail/rmail.el (rmail-end-of-message): New command to go to the
25125 end of the current message. Added to `rmail-mode-map' with key "/".
25126 (rmail-beginning-of-message): Fix to work as documented.
25127 (rmail-mode): Change documentation.
25128
25129 * progmodes/compile.el (compilation-start): Add the line
25130 "Compilation started" with compilation start time.
25131 (compilation-mode-font-lock-keywords): Add `started' to keywords.
25132
25133 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
25134
25135 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
25136 of menu items.
25137
25138 2005-08-11 Richard M. Stallman <rms@gnu.org>
25139
25140 * simple.el (pop-global-mark): Reverse test of widen-automatically.
25141
25142 * battery.el (battery-status-function): Don't use ignore-errors.
25143
25144 2005-08-11 Lute Kamstra <lute@gnu.org>
25145
25146 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
25147 define-obsolete-variable-alias.
25148
25149 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
25150
25151 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
25152 (ange-ftp-send-cmd): Revert last change, and expand
25153 the comment explaining the problem.
25154
25155 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
25156
25157 * ldefs-boot.el: Update.
25158
25159 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
25160 item to "Time, Load and Mail". Change help echo text.
25161
25162 * time.el (display-time-use-mail-icon, display-time-format)
25163 (display-time-string-forms): Shorten first line of docstrings.
25164
25165 2005-08-10 Lars Hansen <larsh@soem.dk>
25166
25167 * desktop.el (desktop-buffer-mode-handlers):
25168 Make non-customizable. Add autoload cookie. Change initial value to
25169 nil; add elements in respective modules instead. Fix doc string.
25170 (desktop-load-file): New function.
25171 (desktop-minor-mode-handlers): New autoloaded variable.
25172 (desktop-create-buffer): Call minor mode handlers.
25173 Use desktop-load-file to load major and minor mode modules prior to
25174 checking for a handler.
25175 (desktop-save): Don't add nil to desktop-minor-modes for minor
25176 modes with nil function in desktop-minor-mode-table. Don't delete
25177 desktop file before rewriting it.
25178 (desktop-locals-to-save): Add autoload cookie. Don't make
25179 automatically buffer-local. Add variables column-number-mode,
25180 size-indication-mode, indent-tabs-mode,
25181 indicate-buffer-boundaries, indicate-empty-lines and
25182 show-trailing-whitespace.
25183 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
25184 regexps. Don't use desktop-clear-preserve-buffers-regexp.
25185 (desktop-clear-preserve-buffers-regexp): Delete.
25186 (desktop-clear-preserve-buffers): Update initial value and docstring.
25187 (desktop-save-buffer): Fix doc string.
25188
25189 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
25190 (hilit-chg-desktop-restore): New function.
25191 (highlight-changes-mode): Add highlight-changes-mode to
25192 desktop-locals-to-save.
25193
25194 * dired.el: Add handler to desktop-buffer-mode-handlers.
25195 (dired-restore-desktop-buffer): Remove autoload cookie.
25196 (dired-mode): Add autoload cookie.
25197
25198 * info.el: Add handler to desktop-buffer-mode-handlers.
25199 (Info-restore-desktop-buffer): Remove autoload cookie.
25200 (Info-mode): Add autoload cookie.
25201
25202 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
25203 (mh-restore-desktop-buffer): Remove autoload cookie.
25204 (mh-folder-mode): Add autoload cookie.
25205
25206 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
25207 (rmail-restore-desktop-buffer): Remove autoload cookie.
25208
25209 2005-08-11 Masatake YAMATO <jet@gyve.org>
25210
25211 * hexl.el (hexl-address-region):
25212 (hexl-ascii-region, hexl-font-lock-keywords):
25213 (hexl-highlight-line-range): Use the term "region"
25214 instead of "area" for consistency with the other symbols
25215 defined in hexl.el.
25216
25217 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
25218
25219 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
25220 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
25221 out by Juri Linkov). Add `display-battery-mode'.
25222
25223 2005-08-09 Juri Linkov <juri@jurta.org>
25224
25225 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25226 Remove `-text' from face variable names.
25227 (compilation-error-file-name, compilation-warning-file-name)
25228 (compilation-info-file-name): Delete faces.
25229 (compilation-line-number, compilation-column-number):
25230 Remove face underlining.
25231 (compilation-message-face): Set to `underline' value by default.
25232 (compilation-error-face, compilation-warning-face)
25233 (compilation-info-face): Remove `-file-name' from face names.
25234 (compilation-error-text-face, compilation-warning-text-face)
25235 (compilation-info-text-face): Delete face variables.
25236 (compilation-text-face): Delete function.
25237
25238 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
25239 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
25240 (grep-error-face): Set to `compilation-error' instead of
25241 `compilation-error-face' (which is redefined to `grep-hit-face' in
25242 grep buffers).
25243 (grep-mode-font-lock-keywords): Remove `-text' from face variable
25244 names. Use `grep-error-face' instead of `compilation-error-text-face'.
25245
25246 * dired-aux.el (dired-do-query-replace-regexp):
25247 Use `query-replace-read-args'.
25248
25249 * replace.el (query-replace-read-from, query-replace-read-to)
25250 (query-replace-read-args): Rename arg `string' to `prompt'.
25251
25252 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
25253
25254 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
25255
25256 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
25257 uploading files.
25258 (ange-ftp-canonize-filename): Handle file names beginning with ~
25259 correctly.
25260
25261 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
25262
25263 * textmodes/fill.el (canonically-space-region)
25264 (fill-context-prefix, fill-french-nobreak-p)
25265 (fill-delete-newlines, fill-comment-paragraph)
25266 (justify-current-line): "?\ " -> "?\s".
25267
25268 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
25269
25270 * textmodes/fill.el (fill-nonuniform-paragraphs):
25271 Improve argument/docstring consistency.
25272
25273 2005-08-09 Richard M. Stallman <rms@gnu.org>
25274
25275 * textmodes/ispell.el (ispell-word): More fboundp checks.
25276
25277 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
25278 (find-file-noselect-1): Call it here, only if RAWFILE.
25279 (normal-mode): Always set some major mode.
25280 (save-some-buffers-action-alist): Change some explanation strings.
25281 (file-name-non-special): In the `quote' method, use unwind-protect.
25282
25283 2005-08-09 Magnus Henoch <mange@freemail.hu>
25284
25285 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
25286 (ispell-have-aspell-dictionaries): New variable.
25287 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
25288 (ispell-get-aspell-config-value): New function.
25289 (ispell-aspell-find-dictionary): New function.
25290 (ispell-aspell-add-aliases): New function.
25291 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
25292 appropriate. Don't look for ispell dictionaries if we use aspell.
25293 (ispell-menu-map): Don't build a submenu of dictionaries.
25294
25295 2005-08-09 Richard M. Stallman <rms@gnu.org>
25296
25297 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
25298 (sql-read-passwd): Use read-passwd.
25299
25300 * progmodes/idlw-toolbar.el (idlwave-toolbar)
25301 (idlwave-toolbar-is-possible): Add defvars.
25302
25303 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
25304 Avoid warnings.
25305
25306 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
25307 (idlwave-system-class-info, idlwave-executive-commands-alist):
25308 Use defvar.
25309
25310 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
25311
25312 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
25313 Avoid warnings.
25314
25315 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
25316 and content-type: headers.
25317
25318 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
25319
25320 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
25321 and rename some of them to be more self-explanatory.
25322
25323 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
25324
25325 * startup.el (command-line-1): Implement -scriptload.
25326
25327 * replace.el (occur-engine): Initial *Occur* output not undoable.
25328
25329 * menu-bar.el (menu-bar-file-menu): Rename some menu items
25330 and improve help strings.
25331
25332 * isearch.el (isearch-repeat): When changing direction,
25333 mark search successful.
25334
25335 * ediff-init.el: Use (featurep 'xemacs).
25336
25337 * comint.el (send-invisible): Identify buffer, if not selected.
25338
25339 * align.el: Delete autoload for c-guess-basic-syntax.
25340
25341 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
25342
25343 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
25344 Improve argument/docstring consistency. Doc fixes.
25345 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
25346 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
25347 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
25348 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
25349 (r2bv-organization, r2bv-pages, r2bv-primary-author)
25350 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
25351 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
25352 Defvar at compile time.
25353
25354 2005-08-09 Juri Linkov <juri@jurta.org>
25355
25356 * info.el: Replace `info' with upper-case `Info' where appropriate.
25357 (info-title-1, info-title-2, info-title-3, info-title-4)
25358 (info-menu-header): Move up face definitions.
25359 (info-menu-star): Rename from `info-menu-5'.
25360 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
25361 (Info-fontify-visited-nodes): Fix docstring.
25362 (Info-hide-note-references): Fix docstring.
25363 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
25364 menu items in the same way as on cross-references.
25365 (info-apropos): Fix sorting order and formatting to be like in the
25366 stand-alone Info browser. Display error messages for 1 sec.
25367 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
25368 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
25369 from the menu bar.
25370 (Info-insert-dir): Restore point after calling
25371 `insert-buffer-substring'.
25372
25373 2005-08-08 Richard M. Stallman <rms@gnu.org>
25374
25375 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
25376 (recompute-lucid-menubar): Add defvars.
25377
25378 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
25379
25380 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
25381
25382 * net/net-utils.el (run-dig): Rename from `dig'.
25383
25384 * play/gametree.el (gametree-mode): Use make-local-variable,
25385 not make-variable-buffer-local.
25386
25387 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
25388
25389 * ansi-color.el (ansi-color-make-extent)
25390 (ansi-color-set-extent-face): Use fboundp, not functionp.
25391
25392 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
25393 not make-variable-buffer-local.
25394
25395 * bookmark.el (Info-current-file): Add defvar.
25396 (bookmark-jump-noselect): Use with-no-warnings.
25397
25398 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
25399
25400 * ebuff-menu.el (Helper-return-blurb): Add defvar.
25401
25402 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
25403
25404 * find-file.el (ada-procedure-start-regexp)
25405 (ada-package-start-regexp): Add defvars.
25406
25407 * info.el (Info-insert-dir): Use insert-buffer-substring.
25408
25409 * xml.el (xml-att-def-re): Add defvar.
25410
25411 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
25412 calling convention.
25413
25414 * subr.el (while-no-input): Return t if there is input.
25415
25416 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
25417
25418 * cus-start.el (all): Add `overflow-newline-into-fringe'.
25419
25420 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
25421
25422 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
25423 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
25424
25425 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
25426
25427 * cmuscheme.el (scheme-start-file): Replace reference to
25428 `user-emacs-directory' by "~/.emacs.d/".
25429
25430 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
25431
25432 * info.el (Info-dir-remove-duplicates): Avoid case folding
25433 in loop; instead, keep downcased strings for comparison.
25434 Suggested by Helmut Eller.
25435
25436 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
25437
25438 Sync with Tramp 2.0.50.
25439
25440 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
25441 XEmacs case; not necessary anymore.
25442 (tramp-user-regexp): Allow "@" as part of user name.
25443 (tramp-handle-set-visited-file-modtime)
25444 (tramp-handle-insert-file-contents)
25445 (tramp-handle-write-region): No special handling for
25446 `last-coding-system-used, because this is done in
25447 `tramp-accept-process-output' now.
25448 (tramp-accept-process-output): New defun.
25449 (tramp-process-one-action, tramp-process-one-multi-action)
25450 (tramp-wait-for-regexp, tramp-wait-for-output)
25451 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
25452 Howells <dhowells@redhat.com>.
25453 (clear-visited-file-modtime): Defadvice removed. The check for
25454 unset buffer's modtime does not need to be based on
25455 `tramp-buffer-file-attributes'. Suggested by RMS.
25456 (tramp-message): Insert "\n" if not being at beginning of line.
25457 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
25458 sequence with same logic.
25459 (tramp-completion-handle-expand-file-name): Discard call of
25460 `tramp-drop-volume-letter'. It is not necessary, and there have
25461 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
25462 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
25463 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
25464 should always be visible.
25465 (tramp-handle-insert-directory, tramp-setup-complete)
25466 (tramp-set-process-query-on-exit-flag)
25467 (tramp-append-tramp-buffers): Pacify byte-compiler.
25468 (tramp-bug): Delete non-existing variables from list.
25469 Apply `tramp-load-report-modules' as pre-hook.
25470 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
25471 `shell-prompt-pattern' because of non-7bit characters.
25472 Reported by Sebastian Luque <sluque@mun.ca>.
25473 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
25474 (tramp-match-string-list): Remove function.
25475 (tramp-wait-for-regexp): Remove call of that function.
25476 Suggested by Kim F. Storm <storm@cua.dk>.
25477 (tramp-set-auto-save-file-modes): Use octal integer code #o600
25478 instead of octal character code ?\600. The latter resulted in a
25479 syntax error with XEmacs.
25480
25481 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
25482 XEmacs case; not necessary anymore.
25483 (tramp-smb-handle-write-region): No special handling for
25484 `last-coding-system-used, because this is done in
25485 `tramp-accept-process-output' now.
25486 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
25487
25488 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
25489
25490 * wid-edit.el (widget-choice-value-create):
25491 Unconditionally respect user choice. Set :explicit-choice back to nil
25492 when no longer needed.
25493 (widget-choice-action): Unconditionally respect user choice.
25494 Eliminate :explicit-choice-value.
25495
25496 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
25497
25498 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
25499 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
25500 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
25501 running new function `toggle-indicate-empty-lines'.
25502 Rename "Customize" item to "Customize fringe".
25503 Rename "Indicators" item to "Buffer boundaries" and change help echo.
25504 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
25505 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
25506 Delete "Empty lines only" item.
25507 (menu-bar-showhide-fringe-ind-customize): New function.
25508 (menu-bar-showhide-fringe-ind-mixed)
25509 (menu-bar-showhide-fringe-ind-box)
25510 (menu-bar-showhide-fringe-ind-right)
25511 (menu-bar-showhide-fringe-ind-left)
25512 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
25513 instead of `fringe-indicators'.
25514
25515 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
25516
25517 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
25518 Change the date of last update.
25519
25520 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
25521
25522 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
25523 (viper-exec-yank, viper-put-back): Don't display modification msg
25524 if in the minibuffer.
25525
25526 * viper-init.el (viper-replace-overlay-cursor-color)
25527 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
25528 Make variables frame local.
25529
25530 * viper-util.el (viper-append-filter-alist): Use append instead of
25531 nconc.
25532
25533 * viper.el (viper-vi-state-mode-list)
25534 (viper-emacs-state-mode-list): Move help-mode and
25535 completion-list-mode from the first list to the second.
25536 (viper-mode): Docstring.
25537 (viper-go-away, viper-non-hook-settings): Don't localize
25538 minor-mode-alist in newer Emacsen. Add advice to
25539 set-cursor-color. Don't bind "\C-c\\".
25540
25541 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
25542
25543 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
25544 (scheme-macro-expand-command): New user options.
25545 (scheme-trace-procedure, scheme-expand-current-form): New commands.
25546 (scheme-form-at-point, scheme-start-file)
25547 (scheme-interactively-start-process): New functions.
25548 (scheme-get-process): New function, extracted from `scheme-proc'.
25549 (run-scheme): Call `scheme-start-file' to get start file, and pass
25550 it to `make-comint'.
25551 (switch-to-scheme, scheme-proc):
25552 Call `scheme-interactively-start-process' if no Scheme buffer/process
25553 is available.
25554
25555 2005-08-06 Juri Linkov <juri@jurta.org>
25556
25557 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25558 Use `compilation-text-face', `compilation-info-text-face' and
25559 `compilation-error-text-face' instead of `font-lock-keyword-face'.
25560 (compilation-error): New face.
25561 (compilation-error-file-name): Inherit from
25562 `compilation-error' instead of `font-lock-warning-face'.
25563 (compilation-warning-file-name): Inherit from
25564 `compilation-warning' instead of `font-lock-warning-face'.
25565 (compilation-info, compilation-error-file-name)
25566 (compilation-warning-file-name, compilation-info-file-name)
25567 (compilation-line-number, compilation-column-number): Doc fix.
25568 (compilation-error-text-face, compilation-warning-text-face)
25569 (compilation-info-text-face): New face variables.
25570 (compilation-line-face, compilation-column-face)
25571 (compilation-enter-directory-face)
25572 (compilation-leave-directory-face): Doc fix.
25573 (compilation-text-face): New function.
25574
25575 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
25576 instead of 1 to display binary file names as info file links.
25577 (grep-error-face): Use `compilation-error-face' instead of
25578 `font-lock-keyword-face'.
25579 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
25580 and `compilation-warning-text-face' instead of
25581 `font-lock-keyword-face'. Use `compilation-error-text-face'
25582 instead of `grep-error-face'.
25583
25584 2005-08-05 Kenichi Handa <handa@m17n.org>
25585
25586 * international/code-pages.el: Add autoload cookies for all coding
25587 systems.
25588
25589 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
25590
25591 * cus-start.el (all): Put undo.c where it alphabetically belongs.
25592
25593 2005-08-04 Juri Linkov <juri@jurta.org>
25594
25595 * progmodes/compile.el (compilation-mode-map):
25596 * progmodes/grep.el (grep-mode-map):
25597 Bind TAB to `compilation-next-error' and [backtab] to
25598 `compilation-previous-error'.
25599
25600 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
25601 matching line numbers, column numbers and their ranges with regexp
25602 matching only line numbers.
25603 (grep-context-face): New face variable.
25604 (grep-mode-font-lock-keywords): Use it.
25605
25606 * faces.el (read-face-name): Delete duplicate faces.
25607
25608 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
25609
25610 * thumbs.el (thumbs-find-image): Don't make variables
25611 automatically buffer local.
25612 (thumbs-current-tmp-filename, thumbs-current-image-filename)
25613 (thumbs-image-num): Make automatically buffer local.
25614 (thumbs-show-thumbs-list): Use `make-local-variable', not
25615 `make-variable-buffer-local'.
25616 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
25617
25618 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
25619 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
25620 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
25621 (bother, bye, canyou, chatlst, continue, deathlst, describe)
25622 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
25623 (feelings-about, foullst, found, hello, history, howareyoulst)
25624 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
25625 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
25626 (neglst, obj, object, owner, please, problems, qlist)
25627 (random-adjective, relation, remlst, repetitive-shortness)
25628 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
25629 (shortlst, something, sportslst, stallmanlst, states, subj)
25630 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
25631 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
25632 Defvar at compile time.
25633
25634 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
25635 not `make-variable-buffer-local'.
25636
25637 2005-08-02 Kim F. Storm <storm@cua.dk>
25638
25639 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
25640 rectangle overlay in selected window.
25641
25642 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
25643
25644 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
25645 instead of display group. Make `indicate-buffer-boundaries'
25646 customizable through Custom.
25647
25648 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
25649
25650 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
25651 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
25652 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
25653 (gdb-put-string): Fix typos in docstrings.
25654
25655 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
25656
25657 Update copyright notices of files in progmodes directory for
25658 release of Emacs 22.1.
25659
25660 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
25661
25662 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
25663 Don't barf if the GUD buffer has been killed.
25664
25665 2005-08-01 Kim F. Storm <storm@cua.dk>
25666
25667 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
25668
25669 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
25670
25671 * simple.el (next-error-follow-minor-mode):
25672 make-variable-buffer-local -> make-local-variable.
25673
25674 * emacs-lisp/cl-extra.el: Require CL also when compiling.
25675
25676 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
25677 (byte-compile-form-make-variable-buffer-local): New functions to warn
25678 about misuses of make-variable-buffer-local where make-local-variable
25679 was meant.
25680
25681 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
25682
25683 * bs.el (bs-attributes-list): Doc fix.
25684 (bs): Update url-link.
25685
25686 * desktop.el (desktop-save-buffer): Fix typos in docstring.
25687 (desktop-load-default): Simplify.
25688
25689 * ibuffer.el (ibuffer-columnize-and-insert-list)
25690 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
25691 (ibuffer-unmark-all, ibuffer-toggle-marks)
25692 (ibuffer-unmark-forward, ibuffer-unmark-backward)
25693 (ibuffer-compile-make-format-form, ibuffer-format-column)
25694 (ibuffer-current-buffers-with-marks)
25695 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
25696 (ibuffer): Doc fix.
25697 (ibuffer-mode): Fix typo in docstring.
25698 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
25699 with `define-obsolete-variable-alias'.
25700 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
25701
25702 2005-07-29 Kenichi Handa <handa@m17n.org>
25703
25704 * international/mule-cmds.el (select-message-coding-system):
25705 Be sure to use LF for end-of-line. If no coding system is decided,
25706 return iso-8859-1-unix.
25707
25708 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
25709
25710 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
25711 (ange-ftp-pending-error-line): New vars.
25712 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
25713 to handle the non-fatal no-route-to-host messages.
25714 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
25715
25716 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
25717
25718 * isearch.el (isearch-mode-map, isearch-other-meta-char)
25719 (isearch-quote-char, isearch-printing-char)
25720 (isearch-text-char-description): "?\ " -> "?\s".
25721 (isearch-lazy-highlight-cleanup)
25722 (isearch-lazy-highlight-initial-delay)
25723 (isearch-lazy-highlight-interval)
25724 (isearch-lazy-highlight-max-at-a-time)
25725 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
25726 Declare with define-obsolete-*-alias macros.
25727 (isearch-forward): Fix typo in docstring.
25728 (search-invisible, search-ring-yank-pointer)
25729 (regexp-search-ring-yank-pointer): Doc fixes.
25730
25731 * recentf.el (recentf-menu-append-commands-p): Declare with
25732 `define-obsolete-variable-alias'.
25733 (recentf-max-saved-items, recentf-menu-filter)
25734 (recentf-arrange-by-rule-subfilter): Doc fixes.
25735 (recentf-menu-append-commands-flag)
25736 (recentf-initialize-file-name-history, recentf-expand-file-name)
25737 (recentf-clear-data): Fix typos in docstrings.
25738
25739 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
25740
25741 * progmodes/gdb-ui.el: Smarten comments.
25742 (gdb-info-breakpoints-custom): Use nowarn when finding file.
25743
25744 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
25745
25746 * term/apollo.el (terminal-init-apollo): New function containing
25747 all former top level forms in the file.
25748 * term/bobcat.el (terminal-init-bobcat):
25749 * term/cygwin.el (terminal-init-cygwin):
25750 * term/iris-ansi.el (terminal-init-iris-ansi):
25751 * term/linux.el (terminal-init-linux):
25752 * term/news.el (terminal-init-news):
25753 * term/rxvt.el (terminal-init-rxvt):
25754 * term/sun.el (terminal-init-sun):
25755 * term/tvi970.el (terminal-init-tvi970):
25756 * term/vt100.el (terminal-init-vt100):
25757 * term/vt102.el (terminal-init-vt102):
25758 * term/vt125.el (terminal-init-vt125):
25759 * term/vt200.el (terminal-init-vt200):
25760 * term/vt201.el (terminal-init-vt201):
25761 * term/vt220.el (terminal-init-vt220):
25762 * term/vt240.el (terminal-init-vt240):
25763 * term/vt300.el (terminal-init-vt300):
25764 * term/vt320.el (terminal-init-vt320):
25765 * term/vt400.el (terminal-init-vt400):
25766 * term/vt420.el (terminal-init-vt420):
25767 * term/wyse50.el (terminal-init-wyse50):
25768 * term/xterm.el (terminal-init-xterm): Likewise.
25769
25770 * term/README: Describe the terminal-init-* functionality.
25771
25772 * startup.el (command-line): After loading the terminal initialization
25773 file call the corresponding terminal initialization function.
25774
25775 2005-07-27 Kenichi Handa <handa@m17n.org>
25776
25777 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
25778 negative.
25779
25780 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
25781 (ps-mule-composition-prologue): Fix for the case that
25782 RelativeCompose is false.
25783
25784 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
25785
25786 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
25787
25788 * descr-text.el (describe-char): Handle the case where the list of
25789 chars is displayed in a separate frame.
25790 Be a bit more discriminating when looking for the char.
25791
25792 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
25793
25794 * bookmark.el (bookmark-automatically-show-annotations)
25795 (bookmark-read-annotation-text-func): Doc fixes.
25796 (bookmark-save): Improve argument/docstring consistency.
25797 (bookmark-get-bookmark, bookmark-get-bookmark-record)
25798 (bookmark-alist-from-buffer)
25799 (bookmark-upgrade-file-format-from-0)
25800 (bookmark-grok-file-format-version)
25801 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
25802 (bookmark-read-annotation-mode)
25803 (bookmark-insert-current-bookmark, bookmark-jump)
25804 (bookmark-exit-hook): Fix typos in docstrings.
25805 (bookmark-exit-hooks): Define as obsolete alias.
25806 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
25807 not `bookmark-exit-hooks'. Fix docstring.
25808 (bookmark-bmenu-select): "?\ " -> "?\s".
25809
25810 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
25811
25812 * startup.el (command-line): Fix typo.
25813
25814 2005-07-24 Richard M. Stallman <rms@gnu.org>
25815
25816 * tooltip.el (tooltip-mode): Test emacs-basic-display,
25817 not emacs-quick-startup.
25818
25819 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
25820
25821 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
25822 (reb-next-match, reb-show-subexp): Use `with-selected-window'
25823 instead of `reb-with-current-window'.
25824 (reb-prev-match): Likewise. Also, don't move left if the search
25825 was unsuccessful.
25826 (reb-initialize-buffer): New function.
25827 (re-builder, reb-change-syntax): Use it.
25828
25829 * man.el (Man-goto-page): Make second argument NOERROR optional.
25830
25831 2005-07-23 Richard M. Stallman <rms@gnu.org>
25832
25833 * man.el (Man-bgproc-sentinel): Check here for failure to find
25834 any man page in the output, and report the error here.
25835 (Man-arguments): Make it permanent local.
25836 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
25837 (Man-mode): Pass t for NOERROR.
25838
25839 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
25840 (grep-mode-font-lock-keywords):
25841 Don't use compilation-...-face for messages that are not file names.
25842
25843 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25844 Don't use compilation-...-face for messages that are not file names.
25845
25846 2005-07-22 Juri Linkov <juri@jurta.org>
25847
25848 * startup.el (normal-splash-screen): Update menu name.
25849
25850 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
25851
25852 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
25853
25854 * term/xterm.el: Load term/rxvt if the terminal is actually an
25855 rxvt terminal.
25856 (xterm-rxvt-set-background-mode): Remove, not used anymore.
25857
25858 * term/rxvt.el (function-key-map): Use substitute-key-definition
25859 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
25860
25861 * term/cygwin.el: New file.
25862
25863 2005-07-22 Kim F. Storm <storm@cua.dk>
25864
25865 * image-file.el (insert-image-file, image-file-yank-handler):
25866 Fix last change to maintain a (unique) yank-handler on yanked images.
25867
25868 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
25869
25870 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
25871 of the file size (as in "177B" for 177 bytes). This happens with
25872 "ls -lh" on FreeBSD.
25873
25874 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
25875
25876 * hilit-chg.el (highlight-changes-global-initial-state)
25877 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
25878 (hilit-chg-fixup, highlight-changes-mode):
25879 Fix typos in docstrings.
25880 (highlight-changes-global-modes, highlight-changes-rotate-faces):
25881 Doc fixes.
25882
25883 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
25884
25885 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
25886 mode function using `eval-after-load'.
25887
25888 2005-07-21 Kim F. Storm <storm@cua.dk>
25889
25890 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
25891 included when reporting an Emacs crash, and tell about the DEBUG file.
25892
25893 * image-file.el (insert-image-file): Add yank-handler.
25894 (image-file-yank-handler): Yank handler to make unique copies of
25895 images when they are yanked into a buffer next to each other.
25896
25897 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
25898
25899 * comint.el (comint-use-prompt-regexp, comint-send-input)
25900 (comint-source-default, comint-extract-string)
25901 (comint-get-source, comint-word, comint-completion)
25902 (comint-source, comint-prompt-read-only, comint-update-fence):
25903 Fix typos in docstrings.
25904 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
25905 Declare with define-obsolete-*-alias macros.
25906 (comint-previous-matching-input-from-input)
25907 (comint-next-matching-input-from-input)
25908 (comint-previous-matching-input, comint-next-matching-input)
25909 (comint-forward-matching-input):
25910 Improve argument/docstring consistency.
25911
25912 * desktop.el (desktop-clear-preserve-buffers-regexp):
25913 Also preserve the *server* buffer.
25914
25915 * simple.el (clone-indirect-buffer): Doc fix.
25916 (fixup-whitespace, just-one-space)
25917 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
25918 (next-error, next-error-highlight)
25919 (next-error-highlight-no-select, next-error-last-buffer)
25920 (next-error-buffer-p, next-error-find-buffer, next-error)
25921 (previous-error, next-error-no-select, previous-error-no-select)
25922 (open-line, split-line, minibuffer-prompt-width, kill-new)
25923 (binary-overwrite-mode): Fix typos in docstrings.
25924 (set-fill-column): Fix typo in message.
25925
25926 * skeleton.el (skeleton-proxy-new): Doc fix.
25927
25928 * strokes.el (strokes-load-hook): Doc fix.
25929 (strokes-grid-resolution, strokes-get-grid-position)
25930 (strokes-renormalize-to-grid, strokes-read-stroke)
25931 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
25932 (strokes-global-map): Fix typos in docstrings.
25933 (strokes-help): Doc fix. Fix help message and pass it through
25934 `substitute-command-keys'.
25935
25936 * tempo.el (tempo-insert-prompt, tempo-interactive)
25937 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
25938 (tempo-insert-string-functions, tempo-local-tags)
25939 (tempo-define-template, tempo-insert-template)
25940 (tempo-insert-prompt-compat, tempo-is-user-element)
25941 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
25942 Fix typos in docstrings.
25943
25944 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
25945 (vcursor-key-bindings, vcursor-use-vcursor-map)
25946 (vcursor-find-window, vcursor-scroll-down)
25947 (vcursor-disable, vcursor-beginning-of-buffer)
25948 (vcursor-end-of-buffer): Fix typos in docstrings.
25949 (vcursor-relative-move, vcursor-get-char-count):
25950 Improve argument/docstring consistency.
25951
25952 * version.el: "?\ " -> "?\s".
25953
25954 * wid-edit.el (widget-default-create, widget-after-change)
25955 (widget-default-format-handler, widget-checklist-add-item)
25956 (widget-radio-add-item, widget-choose, widget-specify-secret)
25957 (widget-field-value-create, widget-field-value-get)
25958 (widget-editable-list-format-handler)
25959 (widget-editable-list-entry-create, widget-group-value-create)
25960 (widget-documentation-link-add)
25961 (widget-documentation-string-value-create): "?\ " -> "?\s".
25962 (widget-convert-text): Doc fix.
25963 (widget-narrow-to-field, widget-field-find)
25964 (widget-url-link-action, widget-emacs-library-link-action)
25965 (widget-color-notify): Fix typos in docstrings.
25966
25967 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
25968 (x-select-text, set-w32-system-coding-system)
25969 (w32-add-charset-info): Fix typos in docstrings.
25970
25971 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
25972 (cua-enable-cua-keys, cua-use-hyper-key)
25973 (cua-virtual-rectangle-edges): Fix typos in docstrings.
25974 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
25975
25976 * net/tramp.el (tramp-handle-load): Fix typo in error message.
25977
25978 * emacs-lisp/re-builder.el (regexp-builder): Declare with
25979 `defalias' instead of faking it.
25980
25981 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
25982 (eshell-ls-missing, eshell-ls-dired-initial-args)
25983 (eshell-ls-use-in-dired): Fix typos in docstrings.
25984
25985 2005-07-20 Kim F. Storm <storm@cua.dk>
25986
25987 * emulation/cua-base.el (cua-mode): Improve doc string.
25988
25989 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
25990
25991 * abbrev.el (expand-region-abbrevs): Doc fix.
25992 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
25993 Improve argument/docstring consistency.
25994
25995 * arc-mode.el (archive-get-descr, archive-alternate-display):
25996 Doc fixes.
25997 (archive-l-e): Improve argument/docstring consistency.
25998 (archive-tmpdir, archive-unixdate, archive-unixtime)
25999 (archive-chmod-entry): Fix typos in docstrings.
26000 (archive-unflag, archive-unflag-backwards)
26001 (archive-unmark-all-files): "?\ " -> "?\s".
26002
26003 * buff-menu.el (Buffer-menu-unmark): Doc fix.
26004 (Buffer-menu-not-modified, Buffer-menu-execute)
26005 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
26006 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
26007
26008 * composite.el (compose-string, encode-composition-rule)
26009 (compose-last-chars): Fix typos in docstrings.
26010
26011 * desktop.el (desktop-enable, desktop-basefilename):
26012 Declare with `define-obsolete-variable-alias'.
26013 (desktop-internal-v2s): Don't quote keywords.
26014 (desktop-clear): "?\ " -> "?\s".
26015
26016 * dired.el (dired-align-file, dired-flag-backup-files)
26017 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
26018 (dired-listing-switches, dired-ls-F-marks-symlinks)
26019 (dired-dwim-target, dired-load-hook, dired-mode-hook)
26020 (dired-directory, dired-faces, dired, dired-revert)
26021 (dired-mode, dired-summary, dired-view-file)
26022 (dired-copy-filename-as-kill, dired-delete-file)
26023 (dired-no-confirm, dired-unmark-all-marks)
26024 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
26025 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
26026 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
26027 Fix typos in message strings.
26028
26029 * dired-x.el (virtual-dired): Declare with `defalias'.
26030 (dired-mark-unmarked-files, dired-local-variables-file)
26031 (dired-omit-here-always): Doc fix.
26032 (dired-omit-mode, dired-find-subdir)
26033 (dired-enable-local-variables, dired-clean-up-buffers-too)
26034 (dired-extra-startup, dired-mark-extension, dired-jump)
26035 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
26036 (dired-smart-shell-command, dired-guess-shell-alist-user)
26037 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
26038 (dired-x-bind-find-file, dired-x-submit-report):
26039 Fix typos in docstrings.
26040 (dired-mark-unmarked-files): "?\ " -> "?\s".
26041
26042 * dirtrack.el (dirtrack-list): Fix typos in docstring.
26043
26044 * faces.el (describe-face): "?\ " -> "?\s".
26045 (read-all-face-attributes, read-face-font, modify-face)
26046 (face-attr-construct, italic): Fix typos in docstrings.
26047 (frame-update-face-colors): Declare with
26048 `define-obsolete-function-alias'.
26049
26050 * files.el (find-file-noselect, recode-file-name): Doc fixes.
26051 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
26052 (magic-mode-alist, buffer-file-numbers-unique)
26053 (write-file-functions, get-free-disk-space):
26054 Fix typos in docstrings.
26055 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
26056 (write-contents-hooks, write-file-hooks):
26057 Declare with `define-obsolete-variable-alias'.
26058
26059 * forms-d2.el (arch-rj): Fix typo in docstrings.
26060 (arch-tocol): Likewise. "?\ " -> "?\s".
26061
26062 * frame.el (set-frame-font, cursor-in-non-selected-windows):
26063 Fix typo in docstring.
26064 (set-screen-width, set-screen-height): Delete redundant info in
26065 doctrings.
26066 (new-frame, screen-height, screen-width): Declare with
26067 `define-obsolete-function-alias'.
26068 (delete-frame-hook, blink-cursor): Declare with
26069 `define-obsolete-variable-alias'.
26070
26071 * paths.el (prune-directory-list): Fix typos in docstring.
26072
26073 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
26074 (cvs-prefix-get): Fix typos in docstrings.
26075
26076 * ps-print.el (ps-extend-face-list, ps-extend-face)
26077 (ps-print-background-image): Fix typos in docstrings.
26078 (ps-default-fg, ps-default-bg): Doc fixes.
26079
26080 * s-region.el (s-region-bind): Doc fix.
26081 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
26082
26083 * textmodes/org.el (org-table-formula-substitute-names)
26084 (org-table-get-vertical-vector): Doc fixes.
26085 (org-table-recalculate): Remove unused argument to `message'.
26086
26087 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
26088
26089 * textmodes/org.el (org-table-column-names)
26090 (org-table-column-name-regexp)
26091 (org-table-named-field-locations): New variables.
26092 (org-archive-subtree): Protect `this-command' when calling
26093 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
26094 the kill buffer.
26095 (org-complete): Remove fixed-formula completion.
26096 (org-edit-formulas-map): New variable.
26097 (org-table-edit-formulas): New command.
26098 (org-finish-edit-formulas, org-abort-edit-formulas)
26099 (org-show-variable, org-table-get-vertical-vector): New functions.
26100 (org-table-maybe-eval-formula): Handle `:=' fields.
26101 (org-table-get-stored-formulas, org-table-store-formulas)
26102 (org-table-get-formula, org-table-modify-formulas)
26103 (org-table-replace-in-formulas): Handle named field formulas.
26104 (org-table-get-specials): Store locations of named fields.
26105
26106 2005-07-19 Juri Linkov <juri@jurta.org>
26107
26108 * progmodes/grep.el (grep-regexp-alist)
26109 (grep-mode-font-lock-keywords, grep-process-setup):
26110 Use default GNU grep match color "01;31m" instead of "01;41m".
26111 (grep-regexp-alist, grep-mode-font-lock-keywords):
26112 Use `\\[[0-9]*m' instead of `\\[00m'.
26113 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
26114 sgr_start where its handling is more important. Use the real
26115 length of sgr_start instead of constant 8.
26116 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
26117 specially. Delete all remaining escape sequences.
26118 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
26119 (grep-regexp-alist): Make hyperlink only for binary file name
26120 instead of the whole line.
26121 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
26122 (grep-mode): Add autoload.
26123
26124 * emacs-lisp/find-func.el (find-function-regexp):
26125 Add `define-compilation-mode'.
26126
26127 2005-07-19 Juri Linkov <juri@jurta.org>
26128
26129 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
26130 (compare-windows-sync-string-size, compare-windows-recenter)
26131 (compare-windows-highlight, compare-windows): Add version 22.1.
26132 (compare-windows) <defface>: Inherit from lazy-highlight instead
26133 of duplicating its default value.
26134
26135 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
26136 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
26137
26138 * descr-text.el (describe-char): Create link buttons for `charset'
26139 and `code point'. Add the current input method name with a link
26140 button to `to input' field. Print face names of display table
26141 characters in `The display table entry is displayed by' section
26142 instead of printing face-id in the `display' field.
26143 Guess hardcoded faces and create a link button for them.
26144 Skip empty fields when calculating max-width.
26145 Treat `widget-create' specially while inserting strings from the
26146 collected field list.
26147 (describe-char-after): Made obsolete in version 22.1, not 21.5.
26148
26149 * diff-mode.el (diff-file-header): Change foreground color from
26150 yellow to green on light backgrounds.
26151 (diff-context): Inherit from `shadow' only for color/grayscale
26152 with more than 88 colors.
26153 (diff-indicator-removed, diff-indicator-added)
26154 (diff-indicator-changed): New faces.
26155 (diff-font-lock-keywords): Use new faces. Regroup rules.
26156 Add "^---$" for `normal' diff format. Fontify `#' lines with
26157 font-lock-comment-delimiter-face and font-lock-comment-face.
26158 Add `#' to ^[^...] in the rule for `diff-context-face'.
26159
26160 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
26161 a button-like box. Inherit from `highlight' on low colors.
26162 (shadow): Use shades of gray only for color/grayscale with
26163 more than 88 colors. Use green for light backgrounds with
26164 8 colors, and yellow for dark backgrounds with 8 colors.
26165
26166 * font-lock.el (font-lock-regexp-grouping-backslash):
26167 Don't inherit from escape-glyph (use bold for all cases).
26168
26169 * info.el (info-xref-visited): Use light foreground color `violet'
26170 for dark backgrounds instead of dark color `magenta3'.
26171 (info-title-1): Use `yellow' color for dark backgrounds.
26172
26173 * isearch.el (isearch): Use not-too-dark magenta3 instead of
26174 too-light magenta2.
26175
26176 * replace.el (match): Use slightly more light RoyalBlue3 instead
26177 of dark RoyalBlue4.
26178
26179 * wid-edit.el (widget-inactive): Inherit from `shadow'.
26180
26181 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
26182
26183 * novice.el (disabled-command-hook): Declare it with
26184 `define-obsolete-variable-alias'.
26185
26186 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
26187 (desktop-buffer-misc-functions, desktop-buffer-handlers)
26188 (desktop-load-default): Add release to obsolescence info.
26189 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
26190 (desktop-append-buffer-args, desktop-read):
26191 Fix typos in docstrings.
26192 (desktop-kill): Fix typo in message.
26193 (desktop-save): Doc fix.
26194
26195 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
26196
26197 * viper-cmd.el (viper-escape-to-state): Bug fix.
26198 (viper-envelop-ESC-key): Change the definition of fast
26199 keysequence so it'll work with keyboard macros.
26200
26201 * ediff.el (ediff-patch-buffer): Change the docstring.
26202
26203 2005-07-19 Kenichi Handa <handa@m17n.org>
26204
26205 * international/mule-cmds.el (select-safe-coding-system): Try to
26206 use an auto-coding (if any) before anything else. If the found
26207 auto-coding is invalid, show a warning message.
26208
26209 * international/mule.el (find-auto-coding): New function created
26210 by modifying the body of set-auto-coding.
26211 (set-auto-coding): Use find-auto-coding to find a coding.
26212
26213 2005-07-18 Richard M. Stallman <rms@gnu.org>
26214
26215 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
26216 not isearch-mode-end-hook-error.
26217 (allout-before-change-protect): Fix error message.
26218
26219 2005-07-18 Juri Linkov <juri@jurta.org>
26220
26221 * allout.el (allout-mode):
26222 * calculator.el (calculator-copy):
26223 * custom.el (custom-known-themes):
26224 * dired.el (dired-desktop-buffer-misc-data)
26225 (dired-restore-desktop-buffer):
26226 * dired-x.el (dired-omit-marker-char):
26227 * files.el (basic-save-buffer):
26228 * font-core.el (font-lock-mode):
26229 * calendar/calendar.el (calendar-goto-hebrew-date)
26230 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
26231 (calendar-goto-persian-date):
26232 * language/ethio-util.el (ethio-sera-to-fidel-region):
26233 * textmodes/picture.el (picture-mode):
26234 Delete duplicate duplicate words.
26235
26236 2005-07-18 Juri Linkov <juri@jurta.org>
26237
26238 * isearch.el (isearch-mode-map): Remove key bindings for regexp
26239 chars * ? } |.
26240 (isearch-fallback): Don't call `isearch-process-search-char'.
26241 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
26242 (isearch-process-search-char): Call `isearch-fallback' for regexp
26243 chars * ? } |.
26244 (isearch-return-char): Make obsolete with `make-obsolete' instead
26245 of simply documenting it as obsolete in the docstring.
26246 (isearch-fallback): Refill docstring.
26247
26248 * international/isearch-x.el
26249 (isearch-process-search-multibyte-characters): Remove unneeded
26250 `concat'. Add intermediate values to `junk-hist' instead of
26251 `minibuffer-history'. Test the length of `str'.
26252
26253 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
26254
26255 * allout.el (allout-resolve-xref): Fix typos in error strings.
26256 (allout-before-change-protect): Remove unneeded `concat'.
26257
26258 * array.el (array-mode, array-reconfigure-rows)
26259 (untabify-backward): Fix typos in docstrings.
26260 (array-reconfigure-rows): Use `insert-buffer-substring', not
26261 `insert-buffer'.
26262
26263 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
26264 * progmodes/ada-mode.el (ada-make-body):
26265 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
26266
26267 * dired.el (dired-log):
26268 * tar-mode.el (tar-subfile-save-buffer):
26269 * play/zone.el (zone-pgm-stress-destress):
26270 Use `insert-buffer-substring', not `insert-buffer'.
26271
26272 2005-07-17 Simon Josefsson <jas@extundo.com>
26273
26274 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
26275
26276 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
26277
26278 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
26279 Add plain auth method.
26280 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
26281
26282 2005-07-17 Kim F. Storm <storm@cua.dk>
26283
26284 * ido.el (dired-other-window): Add ido property.
26285
26286 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
26287
26288 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26289 Fix typo in docstring.
26290 (byte-compile-interactive-only-functions): Add `insert-buffer' and
26291 `insert-file-literally'.
26292
26293 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
26294 info and delete redundant message. Doc fix.
26295 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
26296 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
26297
26298 2005-07-16 Richard M. Stallman <rms@gnu.org>
26299
26300 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
26301 (byte-compile-and): Use byte-compile-and-recursion.
26302 (byte-compile-or-recursion): New function.
26303 (byte-compile-or): Use that.
26304 (byte-compile-if): Guard the else-clause too.
26305 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
26306
26307 * isearch.el (isearch-mode-end-hook-quit): New variable.
26308 (isearch-done): Bind it.
26309 (isearch-mode-end-hook): Doc fix.
26310
26311 * allout.el (allout-isearch-did-quit): Variable deleted.
26312 (allout-real-isearch-abort): Function name no longer used.
26313 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
26314 (allout-isearch-rectification): isearch-mode always exists.
26315 Don't set allout-isearch-did-quit.
26316 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
26317 allout-isearch-did-quit.
26318 (allout-enwrap-isearch): Just add the hook.
26319 (allout-isearch-abort): Function deleted.
26320 (allout-pre-command-business): Avoid warning.
26321
26322 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
26323 Correctly avoid warnings.
26324 (pascal-outline): Likewise.
26325
26326 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
26327
26328 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
26329
26330 * play/tetris.el (tetris-mode): Avoid warning.
26331
26332 * play/snake.el (snake-mode): Avoid warning.
26333
26334 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
26335 (gamegrid-set-display-table): Avoid warning.
26336 (gamegrid-set-timer): Likewise.
26337 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
26338 (gamegrid-add-score-with-update-game-score-1): Take FILE
26339 as argument.
26340 (gamegrid-add-score-with-update-game-score): Pass that argument.
26341 Rename have-shared-game-dir to gamegrid-shared-game-dir.
26342
26343 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
26344
26345 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
26346 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
26347
26348 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
26349 and insert-file.
26350
26351 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
26352 (sc-ask): Avoid warnings.
26353
26354 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
26355 (eshell-hist-initialize): Use that var the natural way.
26356
26357 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
26358
26359 * emacs-lisp/re-builder.el (reb-cook-regexp):
26360 Avoid warning calling lre-compile-string.
26361 (reb-color-display-p): Avoid warning.
26362
26363 * calculator.el (calculator-last-input): Guard uses
26364 of event-key and key-press-event-p.
26365 (event-key, key-press-event-p): Delete definitions.
26366
26367 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
26368 (find-gc-source-directory, find-gc-subrs-callers)
26369 (find-gc-noreturn-list, find-gc-source-files)
26370 (find-gc-subrs-called): Vars renamed and defvar'd.
26371
26372 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
26373 (checkdoc-overlay-put, checkdoc-delete-overlay)
26374 (checkdoc-overlay-start, checkdoc-overlay-end)
26375 (checkdoc-mode-line-update, checkdoc-char=):
26376 Define such that compiler knows they are defined.
26377 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
26378 (checkdoc-read-event): Delete. Use read-event directly.
26379
26380 * whitespace.el (whitespace-make-overlay)
26381 (whitespace-overlay-put, whitespace-delete-overlay)
26382 (whitespace-overlay-start, whitespace-overlay-end):
26383 Define such that compiler knows they are defined.
26384 (whitespace): Move conditional inside.
26385
26386 * tempo.el (tempo-insert-template): Suppress warning.
26387
26388 * ediff-diff.el (longlines-mode): Add defvar.
26389
26390 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
26391
26392 * server.el: Bind "C-x #" in a way that works even if C-x is
26393 redefined to a command key, not a prefix key.
26394
26395 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
26396
26397 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
26398 cl-make-type-test till execution time.
26399
26400 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
26401
26402 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
26403 arg ARG and use it.
26404
26405 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
26406
26407 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
26408
26409 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
26410
26411 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26412 a defcustom with two :set or :type keywords.
26413
26414 2005-07-15 Richard M. Stallman <rms@gnu.org>
26415
26416 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
26417 Don't give ^M comment-end syntax.
26418
26419 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
26420
26421 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
26422 Don't consider gdbmi (gdb-mi.el has its own update functions).
26423 (gdb-var-delete): Make it work for gdbmi as well.
26424 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
26425
26426 * progmodes/gud.el (etags, sdb): Only require etags when needed.
26427 (gud-speedbar-menu-items): Correct logic for enabling items.
26428
26429 2005-07-15 Kim F. Storm <storm@cua.dk>
26430
26431 * ido.el: Fix commentary.
26432 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
26433 Use with-no-warnings around ffap-guesser.
26434 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
26435 Let bind minibuffer-completing-file-name to t.
26436
26437 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
26438
26439 * startup.el (site-run-file, keyboard-type): Doc fixes.
26440 (command-line): Check for "--basic-display" argument; also for
26441 "--quick", not "--bare-bones" (which was renamed).
26442 (fancy-splash-text): Add missing item "Getting New Versions".
26443 (normal-splash-screen): Fix typos and improve consistency with
26444 `fancy-splash-text'. Update copyright year.
26445
26446 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
26447 valid binding for `help-char'.
26448
26449 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
26450
26451 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
26452
26453 * term.el (term-mode): Disable cua-mode for term buffers.
26454
26455 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
26456
26457 * add-log.el (add-log-mailing-address, change-log-merge):
26458 Doc fixes.
26459 (change-log-get-method-definition): Fix typo in docstring.
26460
26461 2005-07-14 Kim F. Storm <storm@cua.dk>
26462
26463 * emulation/cua-base.el:
26464 (cua--pre-command-handler-1, cua--pre-command-handler)
26465 (cua--post-command-handler-1, cua--post-command-handler):
26466 Split in two. Check (buffer local) value of cua-mode.
26467 (cua-selection-mode): New command.
26468
26469 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
26470
26471 * custom.el (custom-initialize-safe-set)
26472 (custom-initialize-safe-default): Doc fixes.
26473
26474 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26475 and simplify :init-value again.
26476
26477 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26478 and simplify :init-value again. Delete autoload.
26479
26480 * startup.el (command-line): Use `custom-reevaluate-setting' again
26481 for tooltip-mode.
26482
26483 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26484 a defcustom with two :initialize keywords.
26485
26486 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
26487
26488 * allout.el (my-mark-marker, allout-isearch-prior-pos)
26489 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
26490 (allout-post-command-business, allout-flag-region)
26491 (isearch-reenable-font-lock, allout-yank)
26492 (allout-insert-latex-header, allout-insert-latex-trailer)
26493 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
26494 (allout-latex-verb-quote): Fix typos in docstrings.
26495 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
26496 (allout-unprotected, allout-prefix-data):
26497 Improve argument/docstring consistency.
26498 (allout-chart-subtree): Fix argument spec.
26499 (allout-open-topic): Rename `use_sib_bullet' argument to
26500 `use-sib-bullet'. Doc fix.
26501
26502 * whitespace.el (whitespace-check-buffer-leading)
26503 (whitespace-check-buffer-trailing)
26504 (whitespace-check-buffer-indent)
26505 (whitespace-check-buffer-spacetab)
26506 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
26507 (whitespace-check-leading-whitespace)
26508 (whitespace-check-trailing-whitespace)
26509 (whitespace-check-spacetab-whitespace)
26510 (whitespace-check-indent-whitespace)
26511 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
26512 (whitespace-modes): Fix typos in docstrings.
26513 (defgroup, defcustom): Doc fixes.
26514
26515 * winner.el (winner-mode, winner-boring-buffers)
26516 (winner-pending-undo-ring): Doc fixes.
26517 (winner-ring): Remove unneeded `progn'.
26518 (winner-equal): `defsubst' it.
26519 (winner-redo): Fix message.
26520
26521 2005-07-13 Kim F. Storm <storm@cua.dk>
26522
26523 * simple.el (line-move-1): Always use vertical-motion to
26524 do the last (or only) line move to ensure some movement.
26525 Undo 2005-06-23 change--don't check for overlays.
26526
26527 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26528
26529 * term/mac-win.el (ccl-encode-mac-roman-font)
26530 (ccl-encode-mac-centraleurroman-font)
26531 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
26532 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
26533 Change charset-id boundary of dimension to ?\xef.
26534 (mac-char-fontspec-list): New constant.
26535 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
26536 argument. Nil uses itself as family in font-spec. Previous
26537 behavior for nil is now provided by non-nil non-string argument.
26538 All callers changed. Add font-specs for Mac fonts to
26539 "fontset-default" unless iso8859-1 fonts are installed.
26540
26541 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
26542
26543 * progmodes/sh-script.el (sh-get-indent-info): Only indent
26544 a continuation line if the \ is preceded by SPC or TAB.
26545 (sh-get-indent-info): Simplify.
26546 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
26547 Use with-current-buffer.
26548
26549 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
26550 when the matched text is empty.
26551
26552 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
26553
26554 * startup.el (command-line): Revert to previous handling of
26555 tooltip-mode. Explain in comment why the complexity is needed.
26556
26557 * tooltip.el (tooltip-mode): Revert to previous implementation of
26558 its defcustom.
26559
26560 * frame.el (blink-cursor-mode): Revert to previous implementation
26561 of its defcustom. Update comment.
26562
26563 2005-07-12 Lars Hansen <larsh@soem.dk>
26564
26565 * desktop.el: Update e-mail address.
26566
26567 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26568
26569 * term/mac-win.el (mac-services-mail-selection)
26570 (mac-services-mail-to): New functions.
26571 (mac-application-menu-map): Bind them.
26572
26573 2005-07-12 wulei <milton@wulei.net> (tiny change)
26574
26575 * progmodes/gdb-ui.el: Add note about buffering with Windows.
26576
26577 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
26578
26579 * custom.el (custom-reevaluate-setting): Doc fix.
26580
26581 2005-07-11 Jay Belanger <belanger@truman.edu>
26582
26583 * calc/calc.el (calc-embedded-announce-formula-alist)
26584 (calc-embedded-open-close-plain-alist)
26585 (calc-embedded-open-close-mode-alist): Add checks for additional
26586 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
26587
26588 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
26589
26590 * custom.el (custom-enable-theme): Don't add theme to
26591 `custom-enabled-themes' with `push' because there is no
26592 setf-method for `delq'.
26593
26594 2005-07-11 Richard M. Stallman <rms@gnu.org>
26595
26596 * custom.el (custom-declare-variable): Doc fix.
26597
26598 * dired-aux.el (dired-compare-directories): Remove "." and ".."
26599 from the alists.
26600
26601 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
26602 Do nothing if edebug-active.
26603
26604 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
26605 (edebug-display): Do it here instead.
26606
26607 2005-07-10 Richard M. Stallman <rms@gnu.org>
26608
26609 * cus-face.el (custom-theme-set-faces): Make it work.
26610 (custom-reset-faces): Doc fix.
26611 (custom-theme-reset-internal-face, custom-theme-face-value):
26612 Functions deleted.
26613
26614 * custom.el (custom-push-theme): Maintain list of the settings
26615 of a given theme in its theme-settings property.
26616 Maintain position of old settings in the theme-value
26617 or theme-face property.
26618 (custom-enabled-themes): New variable.
26619 (custom-theme-enabled-p): New function.
26620 (provide-theme): Update custom-enabled-themes.
26621 Disable and reenable the `user' theme.
26622 (require-theme): Doc fix.
26623 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
26624 (custom-theme-value, custom-theme-variable-value): Likewise.
26625 (custom-theme-reset-internal): Likewise.
26626 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
26627 (custom-enable-theme, custom-disable-theme): New functions.
26628 (custom-variable-theme-value, custom-face-theme-value): Likewise.
26629 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
26630 (custom-theme-reset-variables): Simplify.
26631 (deftheme, custom-declare-theme, custom-make-theme-feature):
26632 Definitions moved.
26633
26634 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
26635
26636 * longlines.el (longlines-show-region)
26637 (longlines-unshow-hard-newlines): Recognize hard newlines by
26638 non-nil hard property, instead of t.
26639
26640 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
26641
26642 * viper-cmd.el (viper--key-maps): New variable.
26643 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
26644 emulation-mode-map-alists.
26645 (viper-envelop-ESC-key): Use viper-subseq.
26646 (viper-search-forward/backward/next): Disable debug-on-error.
26647
26648 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26649 (viper-ESC-key): New defcustoms.
26650
26651 * viper-macs.el (ex-map-read-args): Use viper-subseq.
26652
26653 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
26654 (viper-subseq): Copy of subseq from cl.el.
26655
26656 * viper.el (viper-go-away, viper-set-hooks): Use
26657 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
26658
26659 * viper-mous.el (viper-current-frame-saved): Use defvar.
26660
26661 * viper-init.el: Get rid of -face in face names.
26662
26663 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
26664 Make it work with longlines mode.
26665
26666 * ediff-mult.el (ediff-meta-mode-hook): New variable.
26667
26668 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
26669
26670 * ediff-init.el: Get rid of -face in face names.
26671
26672 2005-07-10 Richard M. Stallman <rms@gnu.org>
26673
26674 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
26675 and with-timeout-unsuspend.
26676
26677 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
26678 and with-timeout-unsuspend.
26679
26680 * emacs-lisp/timer.el (with-timeout-timers): New variable.
26681 (with-timeout): Bind that variable to record timers.
26682 (with-timeout-suspend, with-timeout-unsuspend): New functions.
26683
26684 * emacs-lisp/debug.el (debug-help-follow): New function.
26685 (debugger-mode-map): Use that instead of help-follow.
26686 (debugger-setup-buffer): Use eval-buffer-list
26687 to handle eval-buffer frames.
26688
26689 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
26690
26691 * timezone.el (timezone-parse-date): Change first regexp
26692 so it will not mistakenly match dates with no time zone.
26693
26694 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
26695
26696 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
26697
26698 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
26699
26700 * custom.el (custom-initialize-safe-set)
26701 (custom-initialize-safe-default): New functions.
26702
26703 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26704 and simplify :init-value.
26705
26706 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26707 and simplify :init-value. Delete obsolete comment.
26708
26709 * startup.el (command-line): Use `custom-reevaluate-setting' to
26710 handle `tooltip-mode'. Delete obsolete comment.
26711
26712 * files.el (set-visited-file-name): Avoid calling
26713 `file-name-nondirectory' with a nil argument.
26714
26715 2005-07-09 Richard M. Stallman <rms@gnu.org>
26716
26717 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
26718 was called with nil for the buffer, handle the read position right.
26719 Handle read position for eval-region, too.
26720
26721 2005-07-09 Juri Linkov <juri@jurta.org>
26722
26723 * fringe.el (fringe-mode): Add period in docstring.
26724 (fringe-query-style): Build prompt depending on `all-frames' arg.
26725
26726 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
26727 to not create links to unrelated functions in the Help buffer.
26728
26729 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
26730 Doc fix.
26731
26732 * simple.el (next-error-hook): New variable.
26733 (next-error): Use it. Doc fix.
26734
26735 * textmodes/ispell.el (ispell-command-loop): Add current
26736 dictionary name and program name to mode-line-format.
26737 (ispell-region, ispell-process-line): Add current dictionary name
26738 and program name to messages.
26739
26740 2005-07-08 Jay Belanger <belanger@truman.edu>
26741
26742 * calc/calc.el (calc-embedded-announce-formula-alist)
26743 (calc-embedded-open-close-formula-alist)
26744 (calc-embedded-open-close-word-alist)
26745 (calc-embedded-open-close-plain-alist)
26746 (calc-embedded-open-close-new-formula-alist)
26747 (calc-embedded-open-close-mode-alist)
26748 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
26749 (calc-embedded-mode-hook): New variables.
26750
26751 * calc/calc-embed.el (calc-embedded-firsttime)
26752 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
26753 New variables.
26754 (calc-do-embedded): Use calc-embedded-firsttime,
26755 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
26756 determine whether or not to run hooks.
26757 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
26758 calc-embedded-firsttime-formula appropriately.
26759 Set calc-embedded delimiter variables according to mode.
26760
26761 2005-07-08 Richard M. Stallman <rms@gnu.org>
26762
26763 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
26764 Check for "emacs", etc., as entire symbol, not just as word.
26765 (checkdoc-file-comments-engine): Use regexp-quote on FN.
26766
26767 * files.el (set-visited-file-name): Report the error
26768 for "empty filename" earlier.
26769 (kill-some-buffers): Ignore buffers already dead.
26770
26771 * fringe.el (fringe-mode): Doc fix.
26772
26773 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26774 Check for (featurep 'xemacs) and turn off warnings in what it guards.
26775 Use unwind-protect to ensure byte-compile-unresolved-functions
26776 is updated.
26777
26778 * whitespace.el (whitespace-buffer-leading-cleanup):
26779 Simplify w/ skip-chars-forward.
26780 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
26781
26782 * mail/rmail.el (rmail-only-expunge): Fix paren error.
26783 Unconditionally try to leave point at the same old place.
26784
26785 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
26786
26787 * comint.el (comint-postoutput-scroll-to-bottom)
26788 (comint-show-maximum-output): Take scroll-margin into consideration.
26789
26790 2005-07-08 Kim F. Storm <storm@cua.dk>
26791
26792 * ido.el (ido-use-filename-at-point): New choice `guess'.
26793 (ido-file-internal): Try ffap-guesser if selected.
26794
26795 * ido.el (ido-before-fallback-functions): New hook.
26796 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
26797 (ido-read-file-name): Run it.
26798
26799 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
26800
26801 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
26802 strings rather than a list of symbols to the completion function.
26803
26804 2005-07-07 Jay Belanger <belanger@truman.edu>
26805
26806 * calc/calc-units.el (math-apply-units): Change the places in
26807 which units are simplified.
26808
26809 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
26810
26811 * cus-edit.el (customize-option, customize-option-other-window):
26812 Make them handle aliases.
26813
26814 * custom.el (custom-variable-p): Make it recursively follow
26815 aliases. Mention that in the docstring.
26816
26817 2005-07-07 Richard M. Stallman <rms@gnu.org>
26818
26819 * cus-start.el (exec-path): Use `directory' instead of `file'.
26820 Fix tag for nil.
26821
26822 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
26823
26824 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
26825 when called non-interactively. Doc fix.
26826
26827 2005-07-07 Lute Kamstra <lute@gnu.org>
26828
26829 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
26830 new address as well.
26831
26832 2005-07-07 Kenichi Handa <handa@m17n.org>
26833
26834 * international/mule.el (make-coding-system):
26835 Describe `ascii-incompatible' property in the docstring.
26836 (set-file-name-coding-system): Signal an error if coding-system is
26837 ascii-incompatible.
26838 (set-keyboard-coding-system): Likewise.
26839
26840 * international/mule-cmds.el (set-default-coding-systems):
26841 Don't set default-file-name-coding-system and
26842 default-keyboard-coding-system if coding-system is ASCII-incompatible.
26843
26844 * international/utf-16.el: Declare that all UTF-16-based coding
26845 systems are ASCII-incompatible.
26846
26847 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
26848
26849 * progmodes/gud.el: Require font-lock for displaying errors.
26850 Used by gdb-ui.el.
26851
26852 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
26853
26854 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
26855 values for the pattern lists which are `read'able but not
26856 `append'able (like symbols).
26857
26858 2005-07-06 Richard M. Stallman <rms@gnu.org>
26859
26860 * progmodes/flymake.el (flymake-float-time): Instead of
26861 with-no-warnings, test for XEmacs.
26862 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
26863 to avoid warning.
26864
26865 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
26866
26867 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
26868
26869 2005-07-05 Lute Kamstra <lute@gnu.org>
26870
26871 * battery.el: Add support for Darwin (with much debugging help
26872 from Samuel Lauber <sam124@operamail.com>).
26873 (battery-status-function, battery-echo-area-format)
26874 (battery-mode-line-format): Add support for pmset on Darwin.
26875 (battery-load-low, battery-load-critical): New user options.
26876 (battery-pmset): New function.
26877
26878 2005-07-05 Lute Kamstra <lute@gnu.org>
26879
26880 Update FSF's address in GPL notices.
26881
26882 * textmodes/page-ext.el: Update FSF's address.
26883
26884 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
26885
26886 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
26887 filling from using prefix when filling a single-line docstring.
26888
26889 * progmodes/flymake.el: Remove useless eval-when-compile.
26890
26891 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
26892
26893 2005-07-04 Richard M. Stallman <rms@gnu.org>
26894
26895 * textmodes/org.el (org-file-apps-defaults-gnu):
26896 Rename from org-file-apps-defaults-linux.
26897 (org-default-apps): Don't test system-type for `linux'.
26898 (org-file-apps): Doc fix.
26899
26900 2005-07-04 David Ponce <david@dponce.com>
26901
26902 * tree-widget.el: Improve header Commentary section.
26903 (tree-widget) [defgroup]
26904 (tree-widget-image-enable, tree-widget-themes-directory)
26905 (tree-widget-theme, tree-widget-image-properties-emacs)
26906 (tree-widget-image-properties-xemacs, tree-widget-create-image)
26907 (tree-widget-image-formats, tree-widget-control)
26908 (tree-widget-empty-control, tree-widget-leaf-control
26909 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
26910 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
26911 (tree-widget-keep, tree-widget-after-toggle-functions)
26912 (tree-widget-open-node, tree-widget-close-node): Doc fix.
26913 (tree-widget-open-control, tree-widget-close-control): Fix doc and
26914 :help-echo message.
26915 (tree-widget-set-theme): Doc fix. Use `string-equal'.
26916 (tree-widget-image-properties): Doc fix. Clearer implementation.
26917 (tree-widget--cursors): New constant.
26918 (tree-widget-lookup-image): New function split from
26919 `tree-widget-find-image'. Clearer implementation.
26920 (tree-widget-find-image): Use it.
26921 (tree-widget-button-keymap): Use `set-keymap-parent'.
26922 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
26923 Define the sub-widgets here.
26924 (tree-widget-node): Check that :node is not a tree-widget.
26925 (tree-widget-get-super, tree-widget-open-control)
26926 (tree-widget-close-control, tree-widget-empty-control)
26927 (tree-widget-leaf-control, tree-widget-guide)
26928 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
26929 (tree-widget-no-handle, tree-widget-value-delete)
26930 (tree-widget-map): Remove.
26931 (tree-widget-children-value-save): Doc fix. Simplified.
26932 (tree-widget-value-create): Update according to previous changes.
26933
26934 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
26935
26936 * textmodes/org.el: Leading space replaced by TABS.
26937 (org-recalc-marks, org-table-rotate-recalc-marks)
26938 (org-table-get-specials): Treat "^" and "_" marks.
26939 (org-table-justify-field-maybe): Optional argument NEW.
26940 (org-table-eval-formula): Parsing of the format simplified.
26941 New modes C,I. Honor the %= parameter in the current table.
26942 Avoid unnecessary re-align by using the NEW argument to
26943 `org-table-justify-field-maybe'.
26944 (org-calc-default-modes): Default for date-format mimicks org-mode.
26945 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
26946
26947 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
26948
26949 * cus-face.el (custom-theme-set-faces): Make it handle face
26950 aliases whose alias declarations are pre- or autoloaded.
26951
26952 2005-07-04 Juri Linkov <juri@jurta.org>
26953
26954 * faces.el (read-face-name): Put the code for getting a face name
26955 from the buffer before adding the faces from the `face' property.
26956 Use `completing-read-multiple' instead of `completing-read'.
26957 Require `crm'. Add default value and post-process the returned
26958 list of faces.
26959
26960 * emacs-lisp/crm.el (crm-find-current-element)
26961 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
26962
26963 * emacs-lisp/lisp-mode.el (eval-defun-1):
26964 * emacs-lisp/edebug.el (edebug-eval-defun):
26965 Remove unnecessary quotes.
26966
26967 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
26968
26969 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
26970 (prolog-indent-level): Fix typo in docstring.
26971
26972 * info.el (Info-history, Info-history-forward)
26973 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
26974
26975 * add-log.el (add-change-log-entry):
26976 * comint.el (comint-dynamic-list-input-ring)
26977 (comint-dynamic-list-completions):
26978 * dabbrev.el (dabbrev-expand):
26979 * delim-col.el (delimit-columns-rectangle-line):
26980 * diff-mode.el (diff-context->unified, diff-reverse-direction)
26981 (diff-unified->context):
26982 * ediff-init.el (ediff-abbrev-jobname):
26983 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
26984 (ediff-replace-session-activity-marker-in-meta-buffer):
26985 * info.el (Info-summary):
26986 * lpr.el (printify-region):
26987 * printing.el (pr-create-interface):
26988 * ps-print.el (ps-print-quote):
26989 * ses.el (ses-column-widths, ses-print-cell)
26990 (ses-adjust-print-width, ses-center):
26991 * shell.el (shell-file-name-quote-list):
26992 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
26993 (strokes-fill-current-buffer-with-whitespace)
26994 (strokes-xpm-for-stroke, strokes-list-strokes)
26995 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
26996 * term.el (term-dynamic-list-input-ring)
26997 (term-dynamic-list-completions):
26998 * calc/calc.el (math-format-stack-value):
26999 * emacs-lisp/edebug.el (edebug-display-freq-count):
27000 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
27001 (delphi-new-comment-line):
27002 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
27003 * progmodes/executable.el (executable-set-magic):
27004 * progmodes/python.el (inferior-python-mode):
27005 * progmodes/scheme.el (scheme-mode-syntax-table):
27006 * progmodes/sh-script.el (sh-maybe-here-document):
27007 * progmodes/sql.el (sql-copy-column):
27008 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
27009 * textmodes/bibtex.el (bibtex-mode):
27010 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
27011 (sgml-auto-attributes):
27012 * textmodes/table.el (table-insert, table-shorten-cell)
27013 (table--generate-source-scan-lines, table-delete-row)
27014 (*table--cell-delete-char, table--spacify-frame)
27015 (table--horizontally-shift-above-and-below)
27016 (table--cell-insert-char, table--cell-blank-str)
27017 (table--fill-region-strictly):
27018 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
27019 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
27020
27021 * add-log.el (change-log):
27022 * apropos.el (apropos):
27023 * comint.el (comint-completion, comint-source):
27024 * dabbrev.el (dabbrev):
27025 * delim-col.el (columns):
27026 * diff-mode.el (diff-mode):
27027 * ediff.el (ediff):
27028 * ediff-diff.el (ediff-diff):
27029 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
27030 * ediff-mult.el (ediff-mult):
27031 * ediff-ptch.el (ediff-ptch):
27032 * ediff-wind.el (ediff-window):
27033 * facemenu.el (facemenu):
27034 * indent.el (indent):
27035 * info.el (info):
27036 * jka-cmpr-hook.el (compression, jka-compr):
27037 * lpr.el (lpr):
27038 * outline.el (outlines):
27039 * pcmpl-cvs.el (pcmpl-cvs):
27040 * pcmpl-rpm.el (pcmpl-rpm):
27041 * printing.el (printing):
27042 * ps-print.el (postscript, ps-print, ps-print-horizontal)
27043 (ps-print-vertical, ps-print-headers, ps-print-font)
27044 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
27045 (ps-print-background, ps-print-printer, ps-print-page)
27046 (ps-print-miscellany):
27047 * ses.el (ses):
27048 * shell.el (shell, shell-directories, shell-faces):
27049 * startup.el (initialization):
27050 * strokes.el (strokes):
27051 * term.el (term):
27052 * uniquify.el (uniquify):
27053 * w32-vars.el (w32):
27054 * calc/calc.el (calc):
27055 * emacs-lisp/bytecomp.el (bytecomp):
27056 * emacs-lisp/cl-indent.el (lisp-indent):
27057 * emacs-lisp/edebug.el (edebug):
27058 * emacs-lisp/elp.el (elp):
27059 * emacs-lisp/testcover.el (testcover):
27060 * emacs-lisp/trace.el (trace):
27061 * emulation/viper-ex.el (viper-ex):
27062 * emulation/viper-mous.el (viper-mouse):
27063 * mail/mailalias.el (mailalias):
27064 * mail/supercite.el (supercite, supercite-frames)
27065 (supercite-attr, supercite-cite, supercite-hooks):
27066 * net/rcompile.el (remote-compile):
27067 * net/rlogin.el (rlogin):
27068 * obsolete/ooutline.el (outlines):
27069 * progmodes/delphi.el (delphi):
27070 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
27071 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
27072 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
27073 (ebnf-optimization):
27074 * progmodes/etags.el (etags):
27075 * progmodes/executable.el (executable):
27076 * progmodes/idlwave.el (idlwave):
27077 * progmodes/pascal.el (pascal):
27078 * progmodes/prolog.el (prolog):
27079 * progmodes/python.el (python):
27080 * progmodes/scheme.el (scheme):
27081 * progmodes/sh-script.el (sh, sh-script):
27082 * progmodes/sql.el (SQL):
27083 * progmodes/tcl.el (tcl):
27084 * textmodes/bibtex.el (bibtex, bibtex-autokey):
27085 * textmodes/enriched.el (enriched):
27086 * textmodes/makeinfo.el (makeinfo):
27087 * textmodes/sgml-mode.el (sgml):
27088 * textmodes/table.el (table-hooks):
27089 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
27090 * textmodes/texinfo.el (texinfo):
27091 * textmodes/two-column.el (two-column):
27092 Finish `defgroup' description with period.
27093
27094 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
27095 * eshell/esh-var.el (eshell-var):
27096 * progmodes/vhdl-mode.el (vhdl-testbench):
27097 * textmodes/org.el (org): Fix typos in docstrings.
27098
27099 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
27100 consistency.
27101
27102 * progmodes/flymake.el (flymake-find-file): Remove.
27103 (flymake-float-time): Use `with-no-warnings'.
27104 (flymake-check-start-time, flymake-check-was-interrupted)
27105 (flymake-err-info, flymake-is-running, flymake-last-change-time)
27106 (flymake-new-err-info): `defvar' at compile time.
27107
27108 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
27109
27110 * replace.el (occur-hook): Doc fix.
27111 (occur-1): Don't call `occur-hook' if there are no matches.
27112
27113 2005-07-03 Richard M. Stallman <rms@gnu.org>
27114
27115 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
27116 global-map, save the same map.
27117 (global-map): Don't alter it at top level.
27118 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
27119 Then alter it here instead.
27120 (tpu-edt-off): Set global-map to the saved one.
27121
27122 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
27123 All references simplified.
27124 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
27125 (zmacs-regions): Add defvar.
27126 (repeat-complex-command-map): Everything about that deleted.
27127
27128 * textmodes/artist.el (artist-key-is-drawing)
27129 (artist-key-endpoint1, artist-key-poly-point-list)
27130 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
27131 (artist-key-compl-table, artist-rb-save-data)
27132 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
27133 Don't put them in eval-when-compile.
27134 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
27135
27136 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
27137 Use with-no-warnings.
27138
27139 * net/browse-url.el (dos-windows-version): Add defvar.
27140
27141 * mail/supercite.el (filladapt-prefix-table): Add defvar.
27142
27143 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
27144 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
27145 (rmail-new-summary-line-count): Rename from new-summary-line-count.
27146 Add defvar.
27147 (rmail-summary-beginning-of-message): Use with-no-warnings.
27148 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
27149
27150 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
27151 Use with-no-warnings.
27152
27153 * emulation/vi.el (vi-mark-region): Use c-mark-function.
27154 (c-mark-function): Add point-moving-unit property.
27155 (vi-goto-line): Use with-no-warnings.
27156
27157 * emulation/edt.el (edt-last-copied-word): Add defvar.
27158 (zmacs-region-stays): Likewise.
27159 (edt-mark-section-wisely): Use c-mark-function for C.
27160 Use makr-defun for Fortran.
27161 (time-string): defvar deleted.
27162 (edt-display-the-time): Don't set time-string.
27163
27164 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
27165
27166 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27167 Don't warn when name is not constant
27168 or for defining the group `emacs'.
27169
27170 * tooltip.el (gud-tooltip-mode): Add defvar.
27171
27172 * startup.el (default-frame-background-mode): Add defvar.
27173
27174 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
27175
27176 * info.el (tool-bar-map): Add defvar.
27177
27178 * dired.el (dnd-protocol-alist): Add defvar.
27179
27180 * dired-aux.el (dired-query): Display question with answer, when
27181 the user answers.
27182
27183 * custom.el (custom-add-option): Doc fix.
27184
27185 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
27186
27187 2005-07-03 Eli Zaretskii <eliz@gnu.org>
27188
27189 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
27190 bogus name from the last change.
27191
27192 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
27193
27194 * custom.el (custom-declare-variable): Fix typos in comment.
27195 (custom-known-themes): Doc fix.
27196 (custom-theme-directory): New defcustom.
27197 (require-theme): Make it check `custom-theme-directory'.
27198
27199 * cus-theme.el (custom-new-theme-mode): New function.
27200 (custom-theme-name, custom-theme-variables, custom-theme-faces)
27201 (custom-theme-description): Add compiler defvars.
27202 (customize-create-theme): Add doc to the "*New Custom Theme*"
27203 buffer. Use `custom-new-theme-mode'.
27204 (custom-theme-write): Put the created buffer in emacs-lisp-mode
27205 and save it to the `custom-theme-directory'. Make this the
27206 default directory of the buffer.
27207
27208 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
27209
27210 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
27211 Fix unbalanced parentheses.
27212
27213 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
27214
27215 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
27216 into flymake-mode and delegate to flymake-mode.
27217
27218 * find-file.el (ff-which-function-are-we-in): Clean up.
27219
27220 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
27221
27222 * replace.el (occur-rename-buffer): Fix docstring.
27223
27224 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
27225 (edt-last-copied-word, edt-learn-macro-count)
27226 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
27227 (edt-rect-start-point, edt-user-global-map, rect-start-point)
27228 (time-string, zmacs-region-stays):
27229 * emulation/edt-mapper.el (edt-save-function-key-map)
27230 (EDT-key-name): `defvar' to silence the byte-compiler.
27231
27232 2005-07-02 Martin Rudalics <rudalics@gmx.at>
27233
27234 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
27235 font-lock-regexp-backslash. Doc fix.
27236 (font-lock-regexp-backslash-grouping-construct): Rename from
27237 font-lock-regexp-backslash-construct. Doc fix.
27238 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
27239 grouping constructs.
27240
27241 2005-07-02 Eli Zaretskii <eliz@gnu.org>
27242
27243 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
27244 updating all the prerequisites.
27245
27246 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
27247
27248 * textmodes/org.el (org-agenda-start-on-weekday)
27249 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
27250 (org-agenda-use-time-grid, org-archive-location)
27251 (org-allow-space-in-links, org-usenet-links-prefer-google)
27252 (org-enable-table-editor, org-export-default-language)
27253 (org-export-html-show-new-buffer, org-fill-paragraph)
27254 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
27255 (org-goto-quit, org-occur, org-eval-in-calendar)
27256 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
27257 (org-agenda-diary-entry, org-remember-help)
27258 (org-table-convert-region, org-at-table-p)
27259 (org-table-move-row-down, org-table-move-row-up)
27260 (org-table-copy-region, org-table-toggle-vline-visibility)
27261 (org-table-get-stored-formulas, org-table-get-specials)
27262 (org-recalc-commands, org-table-eval-formula)
27263 (org-table-formula-substitute-names, orgtbl-make-binding)
27264 (org-format-org-table-html, org-format-table-table-html)
27265 (org-format-table-table-html-using-table-generate-source)
27266 (org-customize): Fix typos in docstrings.
27267 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
27268 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
27269 (org-back-to-heading): Doc fixes.
27270 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
27271 (org-agenda-change-all-lines, org-get-header):
27272 Improve argument/docstring consistency.
27273 (orgtbl-error): Fix error message.
27274
27275 * progmodes/flymake.el (flymake-find-possible-master-files)
27276 (flymake-master-file-compare, flymake-get-line-err-count)
27277 (flymake-highlight-line, flymake-gui-warnings-enabled):
27278 Fix typos in docstrings.
27279 (flymake-parse-line, flymake-get-project-include-dirs-function)
27280 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
27281 Doc fixes.
27282 (flymake-get-project-include-dirs-function)
27283 (flymake-make-err-menu-data):
27284 Improve argument/docstring consistency.
27285
27286 2005-07-01 Lute Kamstra <lute@gnu.org>
27287
27288 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
27289 Catch errors with ignore-errors. Use temporary buffer.
27290 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
27291
27292 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
27293 background color faces.
27294 (facemenu-set-foreground, facemenu-set-background):
27295 Use facemenu-set-face-from-menu.
27296 (facemenu-set-face-from-menu): Treat face names that start with
27297 "fg:" or "bg:" as special.
27298 (facemenu-add-new-color): Don't create faces. Simplify.
27299
27300 2005-06-30 Richard M. Stallman <rms@gnu.org>
27301
27302 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
27303 (crm-find-current-element): Likewise.
27304
27305 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
27306
27307 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
27308
27309 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
27310
27311 * arc-mode.el (archive-extract): Make it work as a mouse binding.
27312 (archive-mouse-extract): Make it an obsolete alias.
27313 (archive-mode-map): Don't use archive-mouse-extract any more.
27314 (archive-mode, archive-extract): write-contents-hooks ->
27315 write-contents-functions.
27316 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
27317 first arg.
27318 (archive-rename-entry): Update the call.
27319 (archive-zip-summarize): Remove unused var `method'.
27320 (archive-lzh-summarize): Remove unused var `creator'.
27321
27322 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
27323 dedicated frame upon exit.
27324
27325 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
27326 (archive-zip-extract, archive-zip-expunge)
27327 (archive-zip-update, archive-zip-update-case): Use executable-find.
27328 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
27329 Use restore-buffer-modified-p.
27330 (archive-extract, archive-add-new-member, archive-write-file-member):
27331 Use with-current-buffer.
27332 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
27333
27334 2005-06-30 Andreas Schwab <schwab@suse.de>
27335
27336 * progmodes/gud.el (gud-filter): Remove unneeded progn.
27337
27338 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
27339
27340 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
27341
27342 2005-06-30 Juri Linkov <juri@jurta.org>
27343
27344 * faces.el (vertical-border): Inherit from mode-line-inactive
27345 only on tty.
27346
27347 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
27348
27349 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
27350 example, -NLINES in the `occur' docstring).
27351
27352 * replace.el (occur-1): When no matches are found, do not set the
27353 `buffer-read-only' and modified flags for the occur buffer,
27354 because it is deleted.
27355
27356 * emulation/cua-base.el (cua-check-pending-input)
27357 (cua-repeat-replace-region, cua-mode, cua-debug)
27358 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
27359 Fix typos in docstrings.
27360
27361 * emulation/cua-gmrk.el (cua-toggle-global-mark)
27362 (cua-cut-region-to-global-mark)
27363 (cua--cut-rectangle-to-global-mark):
27364 Remove period from end of messages.
27365
27366 * emulation/cua-rect.el (cua-do-rectangle-padding):
27367 Remove period from end of messages.
27368 (cua--rectangle-seq-format): Fix typo in docstring.
27369 (cua-sequence-rectangle, cua-fill-char-rectangle):
27370 Improve argument/docstring consistency.
27371
27372 2005-06-29 Juri Linkov <juri@jurta.org>
27373
27374 * faces.el (default-frame-background-mode): New internal variable.
27375 (frame-set-background-mode): Use it.
27376
27377 * startup.el (normal-top-level): Set default-frame-background-mode
27378 instead of frame-background-mode. Before setting it, test for its
27379 nil value. Remove tests for frame-background-mode and frame
27380 parameter `reverse'. Add test for "unspecified-fg".
27381
27382 * term/xterm.el (xterm-rxvt-set-background-mode):
27383 * term/rxvt.el (rxvt-set-background-mode):
27384 Set default-frame-background-mode instead of frame-background-mode.
27385
27386 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
27387
27388 * simple.el (set-variable): Warn about obsolete user variables.
27389
27390 * imenu.el (imenu--completion-buffer):
27391 * mouse.el (mouse-buffer-menu-alist):
27392 * msb.el (msb-invisible-buffer-p):
27393 * calendar/diary-lib.el (diary-header-line-format):
27394 * emacs-lisp/pp.el (pp-buffer):
27395 * progmodes/cperl-mode.el (cperl-do-auto-fill):
27396 * textmodes/picture.el (picture-replace-match):
27397 Change space constants followed by a sexp to "?\s ".
27398
27399 * play/decipher.el (decipher-loop-with-breaks):
27400 * textmodes/texinfo.el (texinfo-insert-@item): Change space
27401 constants "protected" from end of line by a comment to "?\s".
27402
27403 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
27404
27405 * font-lock.el (save-buffer-state): Use `declare'.
27406
27407 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
27408 reset the syntax-table to cperl-mode-syntax-table.
27409 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
27410 "foo_print_bar" is not matched as a reserved keyword.
27411
27412 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
27413
27414 * textmodes/org.el (orgtbl-setup): New function, for delayed
27415 setup for the orgtbl commands.
27416 (org-calc-default-modes): New option.
27417 (orgtbl-make-binding): Use `defun' to get better help display.
27418 (org-diary): Call `org-compile-prefix-format'.
27419 (org-table-formula-substitute-names): New function.
27420 (org-agenda-day-view, org-agenda-week-view): New commands.
27421 (org-agenda-toggle-week-view): Command removed.
27422 (org-tbl-menu): Split off from org-org-menu.
27423 (org-mode): Move removal of outline-mode menus to here.
27424 (org-table-formula-debug): New option.
27425 (org-table-insert-row): Keep first field if just "#" or "*".
27426 (org-mode): Paragraph regexps fixed.
27427 (org-table-recalculate-regexp): New constant.
27428 (org-table-justify-field-maybe): Avoid replace if not necessary.
27429 (org-copy-special, org-cut-special): Use `call-interactively'.
27430 (org-table-copy-region): Take region from `interactive' call.
27431 (org-trim): Return string even if no match.
27432 (org-formula): New face.
27433 (org-set-font-lock-defaults): No longer highlight "FIXME".
27434 But highlight formula-related fields in table.
27435 (org-table-p): Use regexp, not fontification.
27436 (org-table-align): Handle white space at end of line.
27437 (org-table-formula-evaluate-inline): New option.
27438 (org-mode): Auto-wrapping in comment lines turned off.
27439 (org-table-copy-down): Evaluate only in copied field, not in
27440 destination.
27441 (org-table-current-formula): Variable removed.
27442 (org-table-store-formulas, org-table-get-stored-formulas)
27443 (org-table-modify-formulas, org-table-replace-in-formulas)
27444 (org-table-maybe-eval-formula): New functions.
27445 (org-table-get-formula): Modify to use stored formulas.
27446 (org-table-insert-column, org-table-delete-column)
27447 (org-table-move-column): Call `org-table-modify-formulas'.
27448 (org-complete): Add completion for keyword formulas.
27449 (orgtbl-mode): Pull orgtbl-mode-map to start of
27450 minor-mode-map-alist.
27451
27452 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
27453
27454 * progmodes/python.el (python-check): Require `compile' before
27455 modifying its variables.
27456
27457 * newcomment.el (comment-indent-default): Don't get fooled by an early
27458 end of buffer.
27459
27460 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27461
27462 * ps-print.el (ps-print-version): Fix version number.
27463
27464 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
27465
27466 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
27467
27468 2005-06-28 Richard M. Stallman <rms@gnu.org>
27469
27470 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
27471 (flyspell-local-mouse-map): Declaration deleted.
27472 (flyspell-mouse-map): Bind only mouse-2.
27473 (flyspell-mode-map): Don't test flyspell-use-local-map.
27474 (flyspell-overlay-keymap-property-name): Var deleted.
27475 (flyspell-mode-on): Don't make local bindings for
27476 flyspell-mouse-map and flyspell-mode-map.
27477 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
27478
27479 * textmodes/ispell.el (ispell-word): Do not ignore short words.
27480
27481 * progmodes/compile.el (compilation-next-error-function):
27482 Don't switch buffers; operate on the current buffer.
27483
27484 * progmodes/compile.el (compilation-error-file-name)
27485 (compilation-warning-file-name, compilation-info-file-name)
27486 (compilation-line-number, compilation-column-number): New faces.
27487 (compilation-error-face, compilation-warning-face)
27488 (compilation-info-face, compilation-line-face)
27489 (compilation-column-face): Use them.
27490
27491 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
27492
27493 * comint.el (comint-password-prompt-regexp): Accept ", try again".
27494
27495 * bindings.el (global-map): Bind insertchar and its variants.
27496
27497 2005-06-27 Richard M. Stallman <rms@gnu.org>
27498
27499 * textmodes/artist.el (artist-text-overwrite)
27500 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
27501
27502 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27503
27504 * ps-print.el: It was not working the page selection for printing.
27505 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
27506 (ps-print-version): New version 6.6.7.
27507 (ps-end-sheet): New fun.
27508 (ps-header-sheet, ps-end-job): Call it.
27509
27510 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
27511
27512 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
27513
27514 2005-06-27 Lute Kamstra <lute@gnu.org>
27515
27516 * facemenu.el (facemenu-unlisted-faces): Add foreground and
27517 background color faces.
27518 (facemenu-get-face): Delete function.
27519 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
27520 (facemenu-add-new-color): Make second argument mandatory.
27521 Create the appropriate face and return it. Simplify.
27522 (facemenu-set-foreground, facemenu-set-background): Don't check if
27523 color is defined. Use return value of facemenu-add-new-color.
27524
27525 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
27526
27527 * progmodes/gud.el (gud-filter): Add missing argument to
27528 with-selected-window.
27529
27530 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
27531
27532 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
27533 a :require to the defcustom.
27534
27535 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
27536 defcustoms corresponding to minor modes.
27537
27538 2005-06-26 David Ponce <david@dponce.com>
27539
27540 * recentf.el: Require tree-widget instead of wid-edit.
27541 (recentf-filename-handler): Fix widget :type.
27542 (recentf-cancel-dialog, recentf-open-more-files)
27543 (recentf-open-files-action): Doc fix.
27544 (recentf-dialog-goto-first): New function.
27545 (recentf-dialog-mode-map): Set parent keymap first.
27546 (recentf-dialog-mode): Define with define-derived-mode.
27547 Don't display continuation lines in dialogs.
27548 (recentf-edit-list): Rename from recentf-edit-selected-items.
27549 (recentf-edit-list-select): Rename from recentf-edit-list-action.
27550 Simplify.
27551 (recentf-edit-list-validate): New function.
27552 (recentf-edit-list): Update accordingly.
27553 (recentf-open-files-item-shift): Remove.
27554 (recentf-open-files-item): Convert menu elements into tree and
27555 link widgets. Don't create the widgets.
27556 (recentf-open-files): Update accordingly.
27557 (recentf-save-list): Untabify.
27558
27559 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
27560
27561 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
27562 (keep-lines): Add INTERACTIVE arg. Never delete lines only
27563 partially contained in the active region. Do not take active
27564 region into account when called from Lisp, unless INTERACTIVE arg
27565 is non-nil. Use `forward-line' instead of `beginning-of-line' to
27566 avoid trouble with fields. Make marker point nowhere when no
27567 longer used. Always return nil. Doc fix.
27568 (flush-lines): Add INTERACTIVE arg. Do not take active region
27569 into account when called from Lisp, unless INTERACTIVE arg is
27570 non-nil. Use `forward-line' instead of `beginning-of-line' to
27571 avoid trouble with fields. Make marker point nowhere when no
27572 longer used. Always return nil. Doc fix.
27573 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
27574 interchangeable. Do not take active region into account when
27575 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
27576 message in echo area when called from Lisp, unless INTERACTIVE arg
27577 is non-nil. Avoid saying "1 occurrences". Do not use markers.
27578 Return the number of matches. Doc fix.
27579 (occur): Doc fix.
27580 (perform-replace): Make comment follow double space convention for
27581 the sake of `outline-minor-mode'.
27582
27583 * faces.el (facep): Doc fix.
27584
27585 2005-06-25 Richard M. Stallman <rms@gnu.org>
27586
27587 * facemenu.el (facemenu-enable-faces-p): New function.
27588 (facemenu-background-menu, facemenu-foreground-menu)
27589 (facemenu-face-menu): Add menu-enable property.
27590
27591 * jka-compr.el (jka-compr-insert-file-contents):
27592 Special handling if cannot find the uncompression program.
27593
27594 * cus-face.el (custom-face-attributes): Add autoload.
27595
27596 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
27597 Bind comment-indent-function locally.
27598
27599 * window.el (save-selected-window): Use save-current-buffer.
27600
27601 * subr.el (with-selected-window): Use save-current-buffer.
27602
27603 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
27604 and with-current-buffer.
27605
27606 2005-06-24 Richard M. Stallman <rms@gnu.org>
27607
27608 * simple.el (line-move-1): Fix previous change.
27609
27610 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
27611
27612 * replace.el (occur-1): Set `buffer-read-only' and the
27613 buffer-modified flag before running `occur-hook' to protect
27614 against unintentional buffer switches that can lead to data loss.
27615
27616 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
27617
27618 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
27619 (gud-gdb-marker-filter): Use font-lock-warning-face for any
27620 initial error.
27621
27622 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
27623 after fresh input.
27624 (gdb-var-create-handler): Put name of expression in quotes.
27625
27626 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
27627
27628 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
27629 elements of RING in order, and without bogus nil elements.
27630
27631 2005-06-23 Richard M. Stallman <rms@gnu.org>
27632
27633 * simple.el (set-variable): Args renamed; doc fix.
27634 (line-move-1): When there are overlays around, use vertical-motion.
27635
27636 * faces.el (escape-glyph): Use brown against light background.
27637 (nobreak-space): Rename from no-break-space.
27638 Fix previous change.
27639
27640 * dired-aux.el (dired-do-copy): Fix arg prompt.
27641
27642 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
27643
27644 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
27645
27646 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
27647 rather than "Distributor".
27648
27649 2005-06-23 Lute Kamstra <lute@gnu.org>
27650
27651 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
27652 (debug-on-entry): Use it. New interactive declaration that uses
27653 function-called-at-point.
27654
27655 2005-06-23 Kim F. Storm <storm@cua.dk>
27656
27657 * subr.el (save-match-data): Add comment about using evaporate arg
27658 to set-match-data.
27659
27660 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
27661
27662 * cus-edit.el (customize-face)
27663 (customize-face-other-window): Handle face aliases.
27664
27665 * faces.el (face-documentation, set-face-attribute)
27666 (face-spec-set): Handle face aliases.
27667
27668 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
27669
27670 * help-mode.el (help-make-xrefs): If a symbol representing a face
27671 name is not followed by the word "face", it could still be a
27672 function or variable name, so don't bypass other checks.
27673
27674 2005-06-22 Juri Linkov <juri@jurta.org>
27675
27676 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
27677 Replace aliased functions with calls where second arg `inherit' is t.
27678
27679 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
27680
27681 * progmodes/gdb-ui.el (gdb-error): New variable.
27682 (gdb-error): New function.
27683 (gdb-annotation-rules): Act on error-begin and error annotations.
27684 (gdb-concat-output): Use font-lock-warning-face for errors.
27685
27686 2005-06-22 Miles Bader <miles@gnu.org>
27687
27688 * bindings.el (propertized-buffer-identification): Use renamed
27689 `Buffer-menu-buffer' face.
27690
27691 * faces.el (vertical-border): Rename from `vertical-divider'.
27692 (escape-glyph): Change dark-background color back to `cyan'.
27693
27694 2005-06-21 Juri Linkov <juri@jurta.org>
27695
27696 * faces.el (face-user-default-spec): Try getting `customized-face'
27697 prior to `saved-face'.
27698 (frame-background-mode): Refill docstring.
27699
27700 * emacs-lisp/lisp-mode.el (eval-defun-1):
27701 * emacs-lisp/edebug.el (edebug-eval-defun):
27702 Set `saved-face' temporarily to nil before calling form.
27703 Set `customized-face' to the new spec after that.
27704
27705 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
27706
27707 * subr.el (1value, lambda, key-substitution-in-progress):
27708 Doc fixes.
27709
27710 * autoinsert.el (auto-insert-alist):
27711 * ses.el (ses-call-printer):
27712 * subr.el (noreturn):
27713 * emacs-lisp/lisp.el (check-parens):
27714 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
27715 * net/browse-url.el (browse-url-mosaic):
27716 * progmodes/cc-defs.el (c-safe-scan-lists):
27717 * progmodes/ebnf-abn.el (ebnf-abn-lex):
27718 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
27719 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
27720 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
27721 * progmodes/ebnf-iso.el (ebnf-iso-lex):
27722 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
27723
27724 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
27725
27726 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
27727
27728 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
27729
27730 * calendar/appt.el (appt-make-list): Activate the package, if
27731 not already active (for backwards compatibility).
27732
27733 2005-06-20 Kim F. Storm <storm@cua.dk>
27734
27735 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
27736
27737 2005-06-20 Miles Bader <miles@gnu.org>
27738
27739 * faces.el (vertical-divider): New face.
27740
27741 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
27742
27743 * simple.el (kill-whole-line): Doc fix.
27744 (next-error-buffer-p, next-error-find-buffer)
27745 (clone-indirect-buffer): Fix typos in docstrings.
27746 (comment-line-break-function): Doc fix: don't say variable
27747 is automatically buffer-local (it isn't).
27748
27749 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
27750
27751 * net/tramp-ftp.el (top):
27752 * net/tramp-smb.el (top):
27753 * net/tramp-util.el (top):
27754 * net/tramp-uu.el (top):
27755 * net/tramp-vc.el (top):
27756 * net/tramp.el (top): Revert copyright years back to original
27757 ones. Tramp has a life outside GNU Emacs.
27758
27759 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
27760
27761 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
27762
27763 2005-06-18 Juri Linkov <juri@jurta.org>
27764
27765 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
27766 end of first regexp to limit the match to the position between
27767 line number and source line with same separator character as used
27768 between file name and line number. In the second regexp limit
27769 mouse-face area to file name and line number by adding new group
27770 for them and referring it in HYPERLINK arg.
27771 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
27772 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
27773 previous line where grep markers may be already removed.
27774
27775 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
27776
27777 * progmodes/ps-mode.el: Update version and maintainer's email address.
27778
27779 2005-06-18 Steve Youngs <steve@xemacs.org>
27780
27781 * net/browse-url.el (browse-url-browser-function)
27782 (browse-url-default-browser): Add firefox.
27783 (browse-url-firefox-program, browse-url-firefox-arguments)
27784 (browse-url-firefox-startup-arguments)
27785 (browse-url-firefox-new-window-is-tab): New defcustoms.
27786 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
27787
27788 2005-06-17 Richard M. Stallman <rms@gnu.org>
27789
27790 * startup.el (command-line): Warn if specified user name has
27791 no home directory.
27792
27793 * term.el (term-get-old-input, term-input-filter, term-input-sender)
27794 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
27795
27796 * longlines.el (longlines-mode, longlines-show-hard-newlines):
27797 Doc fixes.
27798
27799 * faces.el (underline): Try bold if terminal doesn't support underline.
27800
27801 * mail/sendmail.el (mail-setup-with-from): New variable.
27802 (mail-insert-from-field): New function.
27803 (sendmail-send-it): Call it.
27804 (mail-setup): Optionally call it here.
27805
27806 * term/linux.el: Call tty-no-underline.
27807
27808 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
27809
27810 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
27811
27812 2005-06-17 Miles Bader <miles@gnu.org>
27813
27814 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
27815 (ediff-current-diff-C, ediff-current-diff-Ancestor)
27816 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
27817 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
27818 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
27819 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
27820 Remove "-face" suffix from face names.
27821 (ediff-current-diff-face-A, ediff-current-diff-face-B)
27822 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27823 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27824 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27825 (ediff-even-diff-face-A, ediff-even-diff-face-B)
27826 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27827 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27828 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27829 New backward-compatibility aliases for renamed faces.
27830 (ediff-current-diff-face-A, ediff-current-diff-face-B)
27831 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27832 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27833 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27834 (ediff-even-diff-face-A, ediff-even-diff-face-B)
27835 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27836 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27837 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27838 Use renamed ediff faces.
27839
27840 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
27841 Remove "-face" suffix from face names.
27842 (eshell-test-ok-face, eshell-test-failed-face):
27843 New backward-compatibility aliases for renamed faces.
27844 (eshell-run-test): Use renamed eshell-test faces.
27845
27846 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
27847 face name.
27848 (eshell-prompt-face): New backward-compatibility alias for renamed
27849 face.
27850 (eshell-emit-prompt): Use renamed eshell-prompt face.
27851
27852 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
27853 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
27854 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
27855 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
27856 Remove "-face" suffix from face names.
27857 (eshell-ls-directory-face, eshell-ls-symlink-face)
27858 (eshell-ls-executable-face, eshell-ls-readonly-face)
27859 (eshell-ls-unreadable-face, eshell-ls-special-face)
27860 (eshell-ls-missing-face, eshell-ls-archive-face)
27861 (eshell-ls-backup-face, eshell-ls-product-face)
27862 (eshell-ls-clutter-face):
27863 New backward-compatibility aliases for renamed faces.
27864 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
27865
27866 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
27867 Remove "-face" suffix from face name.
27868 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
27869 instead of literal face.
27870
27871 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
27872
27873 * emacs-lisp/warnings.el (display-warning, lwarn)
27874 (warning-minimum-log-level): Doc fixes.
27875 (warning-minimum-level, warning-minimum-log-level):
27876 Add :debug to :type choices.
27877
27878 * progmodes/ada-mode.el (ada-format-paramlist)
27879 (ada-get-indent-case, ada-check-matching-start)
27880 (ada-check-defun-name, ada-goto-matching-decl-start)
27881 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
27882 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
27883 (ada-make-subprogram-body): Follow error conventions.
27884 (ada-case-exception-file, ada-indent-comment-as-code)
27885 (ada-indent-handle-comment-special, ada-indent-renames)
27886 (ada-indent-return, ada-search-directories-internal)
27887 (ada-tab-policy, ada-case-exception-substring)
27888 (ada-other-file-alist, ada-matching-start-re)
27889 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
27890 (ada-imenu-generic-expression, ada-compile-goto-error)
27891 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
27892 (ada-popup-menu, ada-add-extensions, ada-mode)
27893 (ada-region-selected, ada-create-case-exception)
27894 (ada-create-case-exception-substring, ada-after-keyword-p)
27895 (ada-activate-keys-for-case, ada-adjust-case-region)
27896 (ada-adjust-case-buffer, ada-format-paramlist)
27897 (ada-scan-paramlist, ada-insert-paramlist)
27898 (ada-indent-newline-indent)
27899 (ada-indent-newline-indent-conditional)
27900 (ada-justified-indent-current, ada-goto-previous-word)
27901 (ada-indent-current, ada-get-indent-open-paren)
27902 (ada-get-indent-paramlist, ada-get-indent-end)
27903 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
27904 (ada-get-indent-block-start, ada-get-indent-subprog)
27905 (ada-get-indent-noindent, ada-get-indent-label)
27906 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
27907 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
27908 (ada-goto-stmt-end, ada-goto-next-word)
27909 (ada-check-matching-start, ada-check-defun-name)
27910 (ada-goto-matching-decl-start, ada-goto-matching-start)
27911 (ada-goto-matching-end, ada-search-ignore-string-comment)
27912 (ada-in-decl-p, ada-looking-at-semi-or)
27913 (ada-looking-at-semi-private, ada-in-paramlist-p)
27914 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
27915 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
27916 (ada-next-procedure, ada-previous-procedure, ada-next-package)
27917 (ada-previous-package, ada-create-menu)
27918 (ada-fill-comment-paragraph-justify)
27919 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
27920 (ada-other-file-name, ada-last-which-function-line)
27921 (ada-last-which-function-subprog, ada-which-function)
27922 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
27923 (ada-gen-treat-proc, ada-check-emacs-version)
27924 (ada-continuation-indent, ada-align-region-separate):
27925 Fix typos in docstrings.
27926 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
27927
27928 2005-06-16 Lute Kamstra <lute@gnu.org>
27929
27930 * simple.el (fundamental-mode): Run after-change-major-mode-hook
27931 conditionally.
27932
27933 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
27934
27935 * comint.el (comint-replace-by-expanded-filename)
27936 (comint-prompt-regexp, comint-delimiter-argument-list)
27937 (comint-preinput-scroll-to-bottom):
27938 * info.el (Info-hide-cookies-node):
27939 * ls-lisp.el (ls-lisp-classify):
27940 * find-file.el (ff-search-directories, ff-special-constructs)
27941 (ff-find-other-file):
27942 * font-lock.el (font-lock-keywords):
27943 * shell.el (shell-prompt-pattern)
27944 (shell-dynamic-complete-functions, shell-mode)
27945 (shell-delimiter-argument-list):
27946 * term.el (term-replace-by-expanded-filename)
27947 (term-prompt-regexp, term-delimiter-argument-list):
27948 * woman.el (woman-ignore, woman0-if):
27949 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
27950 * emacs-lisp/elint.el (elint-init-env):
27951 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
27952 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
27953 * language/ethio-util.el (ethio-tilde-escape)
27954 (ethio-use-three-dot-question):
27955 * net/zone-mode.el (zone-mode-load-time-setup):
27956 * progmodes/cc-align.el (c-lineup-argcont):
27957 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
27958 * progmodes/cperl-mode.el (cperl-set-style-back):
27959 * progmodes/inf-lisp.el (inferior-lisp-prompt):
27960 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
27961 Fix spellings in docstrings.
27962
27963 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
27964 * progmodes/modula2.el (m2-for): Fix spellings.
27965
27966 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
27967
27968 * simple.el (undo-more): Don't use `format' on `error' arguments.
27969 Improve argument/docstring consistency.
27970 (pending-undo-list): Doc fix.
27971
27972 * smerge-mode.el (smerge-ensure-match):
27973 * emulation/vip.el (vip-ex):
27974 * net/zone-mode.el (zone-mode-update-serial):
27975 * progmodes/idlwave.el (idlwave-complete):
27976 * progmodes/vhdl-mode.el (vhdl-visit-file)
27977 (vhdl-compose-wire-components):
27978 Don't use `format' on `error' arguments.
27979
27980 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
27981 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
27982 (tooltip-help-tips): Fix typos in docstrings.
27983
27984 2005-06-16 David Ponce <david@dponce.com>
27985
27986 * tree-widget.el (tree-widget-value-create): Simplify last change.
27987
27988 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
27989
27990 * ido.el (ido-incomplete-regexp): New variable.
27991 (ido-set-matches-1): Handle invalid-regexp error and set
27992 ido-incomplete-regexp.
27993 (ido-incomplete-regexp): New face.
27994 (ido-completions): Use it.
27995 (ido-complete, ido-exit-minibuffer, ido-completions):
27996 Handle incomplete regexps.
27997 (ido-completions): Add check for complete match when entering a regexp.
27998
27999 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
28000
28001 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
28002
28003 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28004
28005 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
28006 by field delimiters.
28007
28008 2005-06-15 David Ponce <david@dponce.com>
28009
28010 * tree-widget.el: eval-and-compile inlined functions so they will
28011 be available at run-time too.
28012 (tree-widget-super-format-handler)
28013 (tree-widget-format-handler): Remove.
28014 (tree-widget-value-create): Handle the :indent property.
28015
28016 2005-06-15 Miles Bader <miles@gnu.org>
28017
28018 * progmodes/which-func.el (which-func): Only inherit
28019 `font-lock-function-name-face' when that makes sense against the
28020 default mode-line face, otherwise set the face color explicitly.
28021
28022 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
28023 faces instead of (non-existent) variables.
28024
28025 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
28026
28027 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
28028 (iswitchb-get-matched-buffers): Likewise. Simplify.
28029
28030 2005-06-14 Miles Bader <miles@gnu.org>
28031
28032 * progmodes/ld-script.el (ld-script-location-counter):
28033 Remove "-face" suffix from face name.
28034 (ld-script-location-counter-face):
28035 New backward-compatibility alias for renamed face.
28036 (ld-script-location-counter-face): Use renamed face.
28037
28038 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
28039 (cperl-hash): Remove "-face" suffix from face names.
28040 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
28041 New backward-compatibility aliases for renamed faces.
28042 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
28043 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
28044
28045 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
28046 name.
28047 (which-func-face): New backward-compatibility alias for renamed face.
28048 (which-func-format): Use renamed which-func face.
28049
28050 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
28051 (vhdl-function, vhdl-directive, vhdl-reserved-word)
28052 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
28053 names.
28054 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
28055 (vhdl-speedbar-configuration, vhdl-speedbar-package)
28056 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
28057 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
28058 (vhdl-speedbar-architecture-selected)
28059 (vhdl-speedbar-configuration-selected)
28060 (vhdl-speedbar-package-selected)
28061 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
28062 names.
28063 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
28064 Use renamed faces.
28065 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
28066 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
28067 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
28068 Use renamed faces.
28069 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
28070 names.
28071 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
28072 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
28073 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
28074 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
28075 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
28076 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
28077
28078 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
28079 face name.
28080 (sh-heredoc-face): New backward-compatibility alias for renamed face.
28081 (sh-heredoc-face): Use renamed sh-heredoc face.
28082
28083 * progmodes/idlw-help.el (idlwave-help-link):
28084 Remove "-face" suffix from face name.
28085 (idlwave-help-link-face):
28086 New backward-compatibility alias for renamed face.
28087 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
28088
28089 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
28090 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
28091 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
28092 New backward-compatibility aliases for renamed faces.
28093 (idlwave-shell-disabled-breakpoint-face)
28094 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
28095
28096 * progmodes/flymake.el (flymake-errline, flymake-warnline):
28097 Remove "-face" suffix from face names.
28098 (flymake-errline-face, flymake-warnline-face):
28099 New backward-compatibility aliases for renamed faces.
28100 (flymake-highlight-line): Use renamed flymake faces.
28101
28102 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
28103 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
28104 (ebrowse-member-class, ebrowse-progress):
28105 Remove "-face" suffix from face names.
28106 (ebrowse-tree-mark-face, ebrowse-root-class-face)
28107 (ebrowse-file-name-face, ebrowse-default-face)
28108 (ebrowse-member-attribute-face, ebrowse-member-class-face)
28109 (ebrowse-progress-face):
28110 New backward-compatibility aliases for renamed faces.
28111 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
28112 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
28113 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
28114 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
28115
28116 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
28117 antlr-syntax)
28118 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
28119 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
28120 names.
28121 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
28122 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
28123 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
28124 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
28125 backward-compatibility aliases for renamed faces.
28126 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
28127 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
28128 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
28129 remove "font-lock-". Use renamed antlr-mode faces.
28130 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
28131 literal face-names with face variable references.
28132
28133 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
28134 face name.
28135 (Buffer-menu-buffer-face): New backward-compatibility alias for
28136 renamed face.
28137 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
28138
28139 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
28140
28141 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
28142 Eliminate "-face" suffix.
28143 (makefile-targets): Inherit from font-lock-function-name-face and
28144 eliminate "-face" suffix.
28145 (makefile-shell): Remove attributes and eliminate "-face" suffix.
28146 (makefile-*-font-lock-keywords): Append makefile-targets in rule
28147 actions, instead of prepending, to make it less visible.
28148 (makefile-previous-dependency, makefile-match-dependency):
28149 Don't match a target on a continuation line.
28150
28151 * files.el (auto-mode-alist): Put Makefile in gmake mode.
28152
28153 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
28154
28155 * progmodes/gdb-ui.el (menu): Re-order menu items.
28156 (gdb-tooltip-print): Respect tooltip-use-echo-area.
28157
28158 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
28159 Define in tooltip.el.
28160 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
28161 (gud-tooltip-tips): Respect tooltip-use-echo-area and
28162 gud-tooltip-echo-area.
28163
28164 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
28165 backward compatibility and make obsolete.
28166 (tooltip-help-tips): Use tooltip-use-echo-area.
28167 (tooltip-show-help-function): Rename to...
28168 (tooltip-show-help): ...this, because it is a function.
28169 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
28170
28171 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
28172
28173 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
28174 (edebug-print-length, edebug-print-level, edebug-print-circle)
28175 (edebug-modify-breakpoint, edebug-eval-last-sexp)
28176 (edebug-eval-print-last-sexp): Doc fixes.
28177
28178 2005-06-14 Kim F. Storm <storm@cua.dk>
28179
28180 * ido.el (ido-mode): Make a new keymap every time we enable ido,
28181 as the coverage buffer/file/both may change.
28182
28183 2005-06-14 Lute Kamstra <lute@gnu.org>
28184
28185 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
28186 and run-mode-hooks. Simplify.
28187
28188 * mail/rmailedit.el (rmail-edit-mode):
28189 * progmodes/octave-inf.el (inferior-octave-mode):
28190 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
28191
28192 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
28193 and run-mode-hooks.
28194 (recentf-edit-list, recentf-open-files): Don't call
28195 kill-all-local-variables directly.
28196
28197 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
28198
28199 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
28200
28201 * emacs-lisp/byte-run.el (make-obsolete)
28202 (define-obsolete-function-alias): Rename arguments FUNCTION and
28203 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
28204 (make-obsolete-variable, define-obsolete-variable-alias):
28205 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
28206 respectively.
28207
28208 * isearchb.el (isearchb-activate):
28209 * pcvs.el (cvs-mode):
28210 * ses.el (ses-load):
28211 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
28212 * net/tramp.el (tramp-find-file-exists-command)
28213 (tramp-find-shell):
28214 * progmodes/ada-mode.el (ada-create-case-exception)
28215 (ada-create-case-exception-substring, ada-make-subprogram-body):
28216 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
28217 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
28218 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
28219 * textmodes/org.el (org-promote, org-evaluate-time-range)
28220 (org-agenda-next-date-line, org-agenda-previous-date-line)
28221 (org-agenda-error, org-open-at-point, org-table-move-row)
28222 (org-format-table-table-html-using-table-generate-source)
28223 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
28224 * textmodes/reftex.el (reftex-access-scan-info):
28225 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
28226 (reftex-toc-promote-prepare): Follow error conventions.
28227
28228 * diff-mode.el (diff-mode): Fix typo in docstring.
28229
28230 * forms.el (forms--intuit-from-file): Fix reference to
28231 `forms-number-of-fields' in error message.
28232 (forms-print): Fix quoting in error message.
28233
28234 * forms.el (forms-mode):
28235 * emulation/vi.el (vi-goto-insert-state):
28236 * progmodes/flymake.el (flymake-new-err-info)
28237 (flymake-start-syntax-check-for-current-buffer)
28238 (flymake-simple-cleanup):
28239 * eshell/esh-var.el (eshell/export):
28240 * progmodes/gud.el (xdb):
28241 * textmodes/flyspell.el (flyspell-incorrect-hook)
28242 (flyspell-maybe-correct-transposition)
28243 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
28244
28245 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
28246
28247 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
28248 minibuffer prompt.
28249
28250 2005-06-13 Kim F. Storm <storm@cua.dk>
28251
28252 * subr.el (add-to-ordered-list): New defun.
28253
28254 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
28255 add cua--keymap-alist to emulation-mode-map-alists.
28256
28257 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
28258
28259 * subr.el (complete-in-turn): New macro.
28260 (dynamic-completion-table, lazy-completion-table): Add debug info.
28261
28262 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
28263 in preference to face aliases.
28264
28265 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
28266 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
28267 Remove unused vars `start' and `firstline'.
28268 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
28269 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
28270
28271 2005-06-13 Eli Zaretskii <eliz@gnu.org>
28272
28273 * cus-start.el (all): Don't complain about missing GTK-related
28274 variables, unless either `gtk' is boundp or this isn't a
28275 `windows-nt' build.
28276
28277 2005-06-13 Lute Kamstra <lute@gnu.org>
28278
28279 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
28280 run-mode-hooks.
28281
28282 * ediff-mult.el (ediff-meta-mode):
28283 * ediff-util.el (ediff-mode): Use run-mode-hooks.
28284
28285 * ledit.el (ledit-mode): Use delay-mode-hooks.
28286
28287 * woman.el (woman-mode-line-format): Delete constant.
28288 (woman-mode-map): Initialize it properly.
28289 (woman-mode): Set mode-class property to special.
28290 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
28291 Set major-mode and mode-name. Don't set mode-line-format directly.
28292 (Man-getpage-in-background): Don't reference woman-mode-line-format.
28293
28294 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
28295 string argument obsolete.
28296
28297 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
28298
28299 * textmodes/org.el (org-CUA-compatible): New option.
28300 (org-disputed-keys): New variable.
28301 (org-key): New function.
28302 (orgtbl-make-binding): Add docstring to the created function.
28303 (org-mode): Set paragraph start/separate regexps.
28304 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
28305 (org-archive-location, org-archive-mark-done)
28306 (org-archive-stamp-time): New options.
28307 (org-archive-subtree): New command.
28308 (org-fill-paragraph): New function.
28309 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
28310 (org-fake-empty-table-line): Function removed.
28311 (org-format-org-table-html): Do not create empty table lines at
28312 separator lines. Improved table header treatment.
28313 (org-link-format): New option.
28314 (org-make-link): New function.
28315 (org-insert-link, org-store-link): Use org-make-link.
28316 (org-open-file): Quote file name for shell command, to allow
28317 spaces in file names.
28318 (org-link-regexp): Fix bug with mailto link.
28319 (org-link-maybe-angles-regexp, org-protected-link-regexp):
28320 New constants.
28321 (org-export-as-html): Deal with the optional angles around a link.
28322 Better treatment of file: links.
28323 (org-open-at-point): Replace @{ and @} with < and >.
28324 (org-run-mode-hooks): Function removed.
28325 (org-agenda-mode): No longer use `org-run-mode-hooks'.
28326
28327 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
28328
28329 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
28330 MI command -data-list-register-values.
28331 (gdb-post-prompt): Indent properly.
28332
28333 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
28334
28335 * hilit-chg.el (highlight-changes-colors): Rename from
28336 `highlight-changes-colours'.
28337 (highlight-changes-colours): Keep as obsolete alias.
28338 (highlight-changes-face-list): Doc fix.
28339 (hilit-chg-make-list): Use `highlight-changes-colors'.
28340
28341 2005-06-12 Mark A. Hershberger <mah@everybody.org>
28342
28343 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
28344 defun-prompt-regexp.
28345
28346 2005-06-12 Eli Zaretskii <eliz@gnu.org>
28347
28348 * loadup.el: Don't say we are dumping under 2 names on windows-nt
28349 and cygwin.
28350
28351 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
28352 Don't use an old loaddefs.el, as in Makefile.in.
28353
28354 2005-06-12 Lute Kamstra <lute@gnu.org>
28355
28356 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
28357
28358 * man.el (Man-mode-map): Initialize it properly.
28359 (Man-mode): Set mode-class property to special.
28360
28361 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
28362
28363 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
28364
28365 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
28366 A newline is needed in the docstring there.
28367
28368 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
28369 Doc fixes.
28370
28371 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28372
28373 * printing.el: Doc fix. The menubar is no more changed when printing
28374 is loaded, it only changes when pr-menu-bind or pr-update-menus is
28375 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
28376 (pr-version): New version number (6.8.4).
28377 (pr-menu-bind): New command.
28378 (pr-update-menus): Docstring and code fix.
28379 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
28380 Docstring fix.
28381 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
28382 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
28383
28384 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
28385
28386 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
28387 "Returns" to "return", document useful return values, etc.
28388
28389 2005-06-11 Alan Mackenzie <acm@muc.de>
28390
28391 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
28392 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
28393 (adaptive-file-function): Minor amendment to doc-string.
28394
28395 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
28396
28397 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
28398 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
28399 Fix :type--it is `integer', not `string'.
28400
28401 * faces.el (modeline-highlight): Rename from (the erroneous)
28402 `modeline-higilight'.
28403
28404 2005-06-11 Lute Kamstra <lute@gnu.org>
28405
28406 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
28407 lisp-interaction-mode-map but make it the parent.
28408 (edebug-eval-mode): Use define-derived-mode.
28409
28410 2005-06-11 Andreas Schwab <schwab@suse.de>
28411
28412 * bindings.el: Add binding of `ESC functionkey' for every
28413 `M-functionkey'.
28414 * hexl.el (hexl-mode-map): Likewise.
28415
28416 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
28417
28418 * progmodes/compile.el (compilation-error-regexp-alist-alist)
28419 [msft]: update regexp for newer msft compilers.
28420
28421 2005-06-10 Mark A. Hershberger <mah@everybody.org>
28422
28423 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
28424 ATTLIST portions of included DTDs.
28425 (xml-parse-dtd): Eliminate use of inefficient match-data.
28426
28427 2005-06-10 Miles Bader <miles@gnu.org>
28428
28429 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
28430 (mpuz-text): Remove "-face" suffix from face names.
28431 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
28432 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
28433 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
28434
28435 * play/gomoku.el (gomoku-O, gomoku-X):
28436 Remove "-face" suffix from face names.
28437 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
28438 New backward-compatibility aliases for renamed faces.
28439 (gomoku-font-lock-keywords): Use renamed gomoku faces.
28440
28441 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
28442
28443 * thumbs.el: Fixes for changes of 2005-06-09.
28444 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
28445 as a directory.
28446 (thumbs-thumbname): Remove directory separator from format string;
28447 `thumbs-thumbsdir' now returns a valid directory name.
28448 (thumbs-temp-dir): New defsubst.
28449 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
28450 Use it.
28451
28452 * cus-edit.el (minibuffer):
28453 * files.el (make-backup-file-name-function):
28454 * filesets.el (filesets-external-viewers):
28455 * hilit-chg.el (highlight-changes-colours)
28456 (highlight-changes-face-list, highlight-changes-rotate-faces):
28457 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
28458 * kmacro.el (kmacro-call-macro):
28459 * log-edit.el (log-edit-changelog-full-paragraphs):
28460 * mouse.el (mouse-1-click-follows-link):
28461 * skeleton.el (skeleton-autowrap):
28462 * subr.el (insert-for-yank-1):
28463 * tempo.el (tempo-insert-region):
28464 * terminal.el (terminal-emulator):
28465 * time.el (display-time-mail-face):
28466 * vc.el (vc-annotate):
28467 * vcursor.el (vcursor-copy-line):
28468 * woman.el (woman-bold-headings, woman-ignore)
28469 (woman-default-faces, woman-monochrome-faces):
28470 * calendar/todo-mode.el (todo-insert-threshold):
28471 * emulation/pc-select.el (pc-select-selection-keys-only)
28472 (pc-selection-mode):
28473 * emulation/vip.el (vip-find-char-forward):
28474 * emulation/viper-cmd.el (viper-find-char-forward):
28475 * international/mule-cmds.el
28476 (select-safe-coding-system-accept-default-p)
28477 (input-method-exit-on-invalid-key):
28478 * international/mule-diag.el (describe-coding-system):
28479 * international/ucs-tables.el (unify-8859-on-encoding-mode):
28480 * net/browse-url.el (browse-url-xterm-program):
28481 * obsolete/lazy-lock.el (lazy-lock-mode):
28482 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
28483 (cperl-mode):
28484 * progmodes/cpp.el (cpp-face-light-name-list)
28485 (cpp-face-dark-name-list):
28486 * progmodes/delphi.el (delphi-newline-always-indents):
28487 Fix spellings in docstrings.
28488
28489 * ido.el (ido-mode, ido-file-extensions-order)
28490 (ido-default-file-method, ido-default-buffer-method)
28491 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
28492 (ido-decorations, ido-read-file-name-as-directory-commands)
28493 (ido-read-file-name-non-ido, ido-work-directory-list)
28494 (ido-ignore-item-temp-list, ido-current-directory)
28495 (ido-magic-forward-char, ido-enter-find-file)
28496 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
28497 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
28498
28499 2005-06-10 Lute Kamstra <lute@gnu.org>
28500
28501 * play/dunnet.el (dun-mode): Use define-derived-mode.
28502 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
28503 obsolete alias.
28504
28505 * play/doctor.el (doctor-mode-map): Remove defvar.
28506 (doctor-mode): Use define-derived-mode.
28507
28508 * mail/mspools.el (mspools-mode):
28509 * net/eudc-hotlist.el (eudc-hotlist-mode):
28510 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
28511
28512 2005-06-10 Miles Bader <miles@gnu.org>
28513
28514 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
28515 Remove "-face" suffix from face names.
28516 (flyspell-incorrect-face, flyspell-duplicate-face):
28517 New backward-compatibility aliases for renamed faces.
28518 (flyspell-mode-on, make-flyspell-overlay)
28519 (flyspell-highlight-incorrect-region)
28520 (flyspell-highlight-duplicate-region)
28521 (flyspell-display-next-corrections)
28522 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
28523
28524 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
28525 from face name.
28526 (texinfo-heading-face): New backward-compatibility alias for
28527 renamed face.
28528 (texinfo-heading-face): Use renamed texinfo-heading face.
28529
28530 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
28531 suffix from face names.
28532 (tex-math-face, tex-verbatim-face):
28533 New backward-compatibility aliases for renamed faces.
28534 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
28535 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
28536 literal face name.
28537
28538 * textmodes/table.el (table-cell): Remove "-face" suffix from face
28539 name.
28540 (table-cell-face): New backward-compatibility alias for renamed face.
28541 (table--put-cell-face-property, table--update-cell-face):
28542 Use renamed table-cell face.
28543
28544 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
28545 from face name.
28546 (sgml-namespace-face): New backward-compatibility alias for
28547 renamed face.
28548 (sgml-namespace-face): Use renamed sgml-namespace face.
28549
28550 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
28551 (org-level-4, org-level-5, org-level-6, org-level-7)
28552 (org-level-8, org-warning, org-headline-done)
28553 (org-deadline-announce, org-scheduled-today)
28554 (org-scheduled-previously, org-link, org-done, org-table)
28555 (org-time-grid): Remove "-face" suffix from face names.
28556 (org-level-1-face, org-level-2-face, org-level-3-face)
28557 (org-level-4-face, org-level-5-face, org-level-6-face)
28558 (org-level-7-face, org-level-8-face, org-warning-face)
28559 (org-headline-done-face, org-deadline-announce-face)
28560 (org-scheduled-today-face, org-scheduled-previously-face)
28561 (org-link-face, org-done-face, org-table-face)
28562 (org-time-grid-face):
28563 New backward-compatibility aliases for renamed faces.
28564 (org-level-faces, org-set-font-lock-defaults, org-timeline)
28565 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
28566 (org-agenda-get-timestamps, org-agenda-get-scheduled)
28567 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
28568
28569 * emulation/viper-init.el (viper-search, viper-replace-overlay)
28570 (viper-minibuffer-emacs, viper-minibuffer-insert)
28571 (viper-minibuffer-vi): Remove "-face" suffix from face names.
28572 (viper-search-face, viper-replace-overlay-face)
28573 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28574 (viper-minibuffer-vi-face):
28575 New backward-compatibility aliases for renamed faces.
28576 (viper-search-face, viper-replace-overlay-face)
28577 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28578 (viper-minibuffer-vi-face): Use renamed viper faces.
28579
28580 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
28581 Remove "-face" suffix from face names.
28582 (testcover-nohits-face, testcover-1value-face):
28583 New backward-compatibility aliases for renamed faces.
28584 (testcover-mark): Use renamed testcover faces.
28585
28586 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
28587 face name.
28588 (diary-button-face): New backward-compatibility alias for renamed face.
28589 (diary-entry): Use renamed diary-button face.
28590
28591 * calendar/calendar.el (diary, calendar-today, holiday)
28592 (mark-visible-calendar-date): Remove "-face" suffix from face names.
28593 (diary-face, calendar-today-face, holiday-face):
28594 New backward-compatibility aliases for renamed faces.
28595 (eval-after-load "facemenu", diary-entry-marker)
28596 (calendar-today-marker, calendar-holiday-marker, diary-face):
28597 Use renamed calendar faces.
28598
28599 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
28600 (compare-windows-face): New backward-compatibility alias for
28601 renamed face.
28602 (compare-windows-highlight): Use renamed compare-windows face.
28603
28604 * strokes.el (strokes-char): Remove "-face" suffix from face name.
28605 (strokes-char-face): New backward-compatibility alias for renamed face.
28606 (strokes-encode-buffer): Use renamed strokes-char face.
28607
28608 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
28609 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
28610 Remove "-face" suffix from face names.
28611 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
28612 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
28613 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
28614 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
28615 Use renamed pcvs faces.
28616 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
28617 * pcvs-defs.el (cvs-mode-map): Likewise.
28618 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
28619
28620 * info.el (info-title-1, info-title-2, info-title-3)
28621 (info-title-4): Remove "-face" suffix from and downcase face names.
28622 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
28623 (Info-title-4-face):
28624 New backward-compatibility aliases for renamed faces.
28625 (Info-fontify-node): Use renamed info faces.
28626
28627 * hilit-chg.el (highlight-changes, highlight-changes-delete):
28628 Remove "-face" suffix from face names.
28629 (highlight-changes-face, highlight-changes-delete-face):
28630 New backward-compatibility aliases for renamed faces.
28631 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
28632 (hilit-chg-make-list): Use renamed highlight-changes faces.
28633
28634 * generic-x.el (show-tabs-tab, show-tabs-space):
28635 Remove "-face" suffix from face names.
28636 (show-tabs-tab-face, show-tabs-space-face):
28637 New backward-compatibility aliases for renamed faces.
28638 (show-tabs-generic-mode-font-lock-defaults-1)
28639 (show-tabs-generic-mode-font-lock-defaults-2):
28640 Use renamed show-tabs faces.
28641
28642 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
28643 (smerge-markers): Remove "-face" suffix from face names.
28644 (smerge-mine-face, smerge-other-face, smerge-base-face)
28645 (smerge-markers-face):
28646 New backward-compatibility aliases for renamed faces.
28647 (smerge-mine-face, smerge-other-face, smerge-base-face)
28648 (smerge-markers-face): Use renamed smerge faces.
28649
28650 * log-view.el (log-view-file, log-view-message): Remove "-face"
28651 suffix from face names.
28652 (log-view-file-face, log-view-message-face):
28653 New backward-compatibility aliases for renamed faces.
28654 (log-view-file-face, log-view-message-face): Use renamed log-view
28655 faces.
28656
28657 * paren.el (show-paren-match, show-paren-mismatch):
28658 Remove "-face" suffix from face names.
28659 (show-paren-match-face, show-paren-mismatch-face):
28660 New backward-compatibility aliases for renamed faces.
28661 (show-paren-function): Use renamed show-paren faces.
28662
28663 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
28664 (ruler-mode-margins, ruler-mode-fringes)
28665 (ruler-mode-column-number, ruler-mode-fill-column)
28666 (ruler-mode-comment-column, ruler-mode-goal-column)
28667 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
28668 suffix from face names.
28669 (ruler-mode-default-face, ruler-mode-pad-face)
28670 (ruler-mode-margins-face, ruler-mode-fringes-face)
28671 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
28672 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
28673 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
28674 New backward-compatibility aliases for renamed faces.
28675 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
28676 (ruler-mode-column-number, ruler-mode-fill-column)
28677 (ruler-mode-comment-column, ruler-mode-goal-column)
28678 (ruler-mode-tab-stop, ruler-mode-current-column)
28679 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
28680 faces.
28681
28682 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
28683 face name.
28684 (whitespace-highlight-the-space): Use renamed face.
28685 (whitespace-highlight-face): New backward-compatibility alias for
28686 renamed face.
28687
28688 * woman.el (woman-italic, woman-bold, woman-unknown)
28689 (woman-addition, woman-symbol-face):
28690 Remove "-face" suffix from face names.
28691 (woman-italic-face, woman-bold-face, woman-unknown-face)
28692 (woman-addition-face):
28693 New backward-compatibility aliases for renamed faces.
28694 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
28695 (woman-decode-region, woman-replace-match)
28696 (woman-display-extended-fonts, woman-special-characters)
28697 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
28698 Use renamed woman faces.
28699
28700 * longlines.el (longlines-visible-face): Face removed.
28701
28702 * diff-mode.el (diff-header, diff-file-header, diff-index)
28703 (diff-hunk-header, diff-removed, diff-added, diff-changed)
28704 (diff-function, diff-context, diff-nonexistent): Remove "-face"
28705 suffix from face names.
28706 (diff-header-face, diff-file-header-face, diff-index-face)
28707 (diff-hunk-header-face, diff-removed-face, diff-added-face)
28708 (diff-changed-face, diff-function-face, diff-context-face)
28709 (diff-nonexistent-face): New backward-compatibility aliases for
28710 renamed faces.
28711 (diff-header-face, diff-file-header-face)
28712 (diff-index, diff-index-face, diff-hunk-header)
28713 (diff-hunk-header-face, diff-removed, diff-removed-face)
28714 (diff-added, diff-added-face, diff-changed-face, diff-function)
28715 (diff-function-face, diff-context-face, diff-nonexistent)
28716 (diff-nonexistent-face): Use renamed diff-mode faces.
28717
28718 * progmodes/compile.el (compilation-warning-face)
28719 (compilation-info-face): Remove "-face" suffix from face names.
28720 (compilation-warning-face, compilation-info-face):
28721 New backward-compatibility aliases for renamed faces.
28722 (compilation-warning-face, compilation-info-face):
28723 Use renamed compilation faces.
28724
28725 * add-log.el (change-log-date, change-log-name)
28726 (change-log-email, change-log-file, change-log-list)
28727 (change-log-conditionals, change-log-function)
28728 (change-log-acknowledgement): Remove "-face" suffix from face names.
28729 (change-log-date-face, change-log-name-face)
28730 (change-log-email-face, change-log-file-face)
28731 (change-log-list-face, change-log-conditionals-face)
28732 (change-log-function-face, change-log-acknowledgement-face):
28733 New backward-compatibility aliases for renamed faces.
28734 (change-log-font-lock-keywords): Use renamed change-log faces.
28735
28736 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
28737 (custom-set, custom-changed, custom-saved, custom-button)
28738 (custom-button-pressed, custom-documentation, custom-state)
28739 (custom-comment, custom-comment-tag, custom-variable-tag)
28740 (custom-variable-button, custom-face-tag, custom-group-tag-1)
28741 (custom-group-tag): Remove "-face" suffix from face names.
28742 (custom-magic-alist, custom-magic-value-create)
28743 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
28744 (custom-invalid-face, custom-rogue-face, custom-modified-face)
28745 (custom-set-face, custom-changed-face, custom-saved-face)
28746 (custom-button-face, custom-button-pressed-face)
28747 (custom-documentation-face, custom-state-face)
28748 (custom-comment-face, custom-comment-tag-face)
28749 (custom-variable-tag-face, custom-variable-button-face)
28750 (custom-face-tag-face, custom-group-tag-face-1)
28751 (custom-group-tag-face):
28752 New backward-compatibility aliases for renamed faces.
28753
28754 * wid-edit.el (widget-documentation, widget-button)
28755 (widget-field, widget-single-line-field, widget-inactive)
28756 (widget-button-pressed): "-face" suffix removed from face names.
28757 (widget-documentation-face, widget-button-face)
28758 (widget-field-face, widget-single-line-field-face)
28759 (widget-inactive-face, widget-button-pressed-face):
28760 New backward-compatibility aliases for renamed faces.
28761 (widget-documentation-face, widget-button-face)
28762 (widget-button-pressed-face, widget-specify-field)
28763 (widget-specify-inactive): Use renamed widget faces.
28764
28765 2005-06-10 Kenichi Handa <handa@m17n.org>
28766
28767 * term/x-win.el (x-clipboard-yank): Remove condition-case
28768 wrapping.
28769
28770 2005-06-11 Kenichi Handa <handa@m17n.org>
28771
28772 * add-log.el (change-log-font-lock-keywords): Make the regexp for
28773 date lines stricter.
28774
28775 2005-06-10 Zhang Wei <id.brep@gmail.com>
28776
28777 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
28778 of x-get-selection.
28779
28780 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
28781
28782 * comint.el (comint-mode, comint-snapshot-last-prompt):
28783 * frame.el (frame-current-scroll-bars):
28784 * term.el (term-mode, term-check-proc, term-input-sender)
28785 (term-simple-send, term-extract-string, term-word)
28786 (term-match-partial-filename):
28787 * window.el (window-current-scroll-bars):
28788 * emulation/cua-base.el (cua-normal-cursor-color)
28789 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
28790 (cua-global-mark-cursor-color):
28791 * mail/undigest.el (rmail-forward-separator-regex):
28792 Fix typos in docstrings.
28793
28794 * comint.el (comint-check-proc, make-comint-in-buffer)
28795 (comint-source-default): Doc fixes.
28796
28797 * term.el (term-send-string): Improve argument/docstring consistency.
28798
28799 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
28800
28801 * comint.el (comint-send-input): Bind `inhibit-read-only' around
28802 call to `delete-region'.
28803 (comint-mode-hook): Do not enable Font Lock by default.
28804
28805 2005-06-09 Lute Kamstra <lute@gnu.org>
28806
28807 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
28808 could be void.
28809
28810 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
28811
28812 * emacs-lisp/debug.el (debugger-will-be-back): New var.
28813 (debug): Use it.
28814 (debugger-step-through, debugger-continue, debugger-jump)
28815 (debugger-return-value): Set it when needed.
28816 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
28817 Use inhibit-read-only.
28818
28819 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
28820
28821 * window.el (shrink-window-if-larger-than-buffer)
28822 (window-size-fixed): Fix typo in docstring.
28823
28824 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
28825 thumbnails directory on loading.
28826 (thumbs-conversion-program): Use `eq' to check the system type,
28827 not `equal'.
28828 (thumbs-temp-dir): Initialize to `temporary-file-directory',
28829 not "/tmp". Fix docstring.
28830 (thumbs-thumbsdir): New function to return the thumbnails
28831 directory, creating it if needed.
28832 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
28833 (thumbs-temp-file): Delete variable and make it into a function.
28834 (thumbs-resize-image, thumbs-modify-image): Use it.
28835 (thumbs-kill-buffer): Simplify.
28836 (thumbs-gensym): Defalias or duplicate CL `gensym'.
28837 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
28838 docstrings.
28839
28840 2005-06-09 Kim F. Storm <storm@cua.dk>
28841
28842 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
28843 set-match-data to free markers in match-data.
28844
28845 * replace.el (replace-match-data): Pass RESEAT arg `t' to
28846 match-data to unchain markers in match-data.
28847
28848 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
28849
28850 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
28851 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
28852 unnecessary now.
28853
28854 2005-06-08 Richard M. Stallman <rms@gnu.org>
28855
28856 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
28857 give the variable a doc string that doesn't say don't set it directly.
28858
28859 * textmodes/ispell.el (ispell-check-version):
28860 Use match-string-no-properties.
28861 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
28862 (ispell-buffer-local-words): Likewise.
28863
28864 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
28865 except on terminals with enough colors to really display it.
28866 (makefile-dependency-regex): Delete spurious `bb'.
28867
28868 * faces.el (escape-glyph): Use blue once again in last case.
28869 (no-break-space): Redefine so that it isn't invisible on a tty.
28870
28871 2005-06-08 Kim F. Storm <storm@cua.dk>
28872
28873 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
28874 also when reading directory name.
28875
28876 2005-06-08 Lute Kamstra <lute@gnu.org>
28877
28878 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
28879 (flyspell-mode-line-string): Remove autoload cookie.
28880 (flyspell-mode): Remove defvar.
28881
28882 2005-06-07 Lute Kamstra <lute@gnu.org>
28883
28884 * textmodes/org.el (org-run-mode-hooks): New function.
28885 (org-agenda-mode): Use it.
28886
28887 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
28888
28889 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
28890
28891 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
28892
28893 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
28894
28895 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
28896
28897 * font-lock.el (font-lock-add-keywords): Doc fix.
28898
28899 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
28900
28901 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
28902 (tex-compile-default): In the absence of any history, use the order in
28903 tex-compile-alist to choose the preferred command.
28904 (tex-compile-commands): Reorder a bit.
28905
28906 * textmodes/flyspell.el (flyspell-auto-correct-binding)
28907 (flyspell-incorrect-face, flyspell-duplicate-face):
28908 Use (X)Emacs-agnostic code.
28909 (flyspell-mode-map): Don't overwrite at each load. Remove code
28910 redundant with the subsequent add-minor-mode. Merge Emacs and
28911 XEmacs code.
28912 (flyspell-word): Minor simplification.
28913 (flyspell-math-tex-command-p): Quieten the byte-compiler.
28914 (flyspell-external-point-words): Remove unused vars `size' and `start'.
28915 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
28916 Merge the corresponding Emacs code.
28917 (flyspell-correct-word, flyspell-xemacs-popup):
28918 Use flyspell-do-correct.
28919
28920 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
28921 a dedicated window.
28922
28923 * international/latexenc.el (latexenc-find-file-coding-system):
28924 Undo part of last patch, to turn off a compiler warning.
28925
28926 2005-06-06 Juri Linkov <juri@jurta.org>
28927
28928 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
28929 Rename `tmm-inactive-face' to `tmm-inactive'.
28930
28931 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
28932
28933 * iswitchb.el: Rename faces.
28934
28935 2005-06-06 Kim F. Storm <storm@cua.dk>
28936
28937 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
28938 (cua-global-mark): Remove -face suffix from face names.
28939
28940 * emulation/cua-gmrk.el (cua--init-global-mark):
28941 Remove cua-global-mark face setup.
28942
28943 2005-06-06 Richard M. Stallman <rms@gnu.org>
28944
28945 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
28946 just like other allowed characters.
28947 (makefile-match-dependency): Exclude leading and training whitespace
28948 from the range of regexp subexp 1.
28949 (makefile-macroassign-regex): Don't try to match the body,
28950 just the name of the macro being defined.
28951
28952 * info.el (Info-read-node-name-2): New function.
28953 (Info-read-node-name-1): Use that.
28954 Add a completion-base-size-function property.
28955
28956 * simple.el (completion-setup-function): Look for
28957 completion-base-size-function property of minibuffer-completion-table.
28958
28959 * files.el (locate-file-completion): Doc fix.
28960
28961 * printing.el: Don't call pr-update-menus; user must do that.
28962
28963 * emacs-lisp/debug.el (debugger-window): New variable.
28964 (debug): Use debugger-window if it is set and still alive.
28965 Record debugger-window for next entry.
28966
28967 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
28968
28969 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
28970
28971 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
28972 (hack-one-local-variable, hack-local-variables)
28973 (hack-local-variables-prop-line): Pass that arg.
28974
28975 2005-06-06 Kim F. Storm <storm@cua.dk>
28976
28977 * ido.el (ido-first-match, ido-only-match, ido-subdir)
28978 (ido-indicator): Remove -face suffix from face names.
28979
28980 2005-06-06 Juri Linkov <juri@jurta.org>
28981
28982 * font-lock.el (font-lock-regexp-backslash)
28983 (font-lock-regexp-backslash-construct): New faces.
28984 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
28985 after `('. Add `while-no-input' to control structures.
28986
28987 * faces.el (no-break-space, shadow): New faces.
28988 (escape-glyph): Use less loud colors pink2 and red4.
28989
28990 * diff-mode.el (diff-context-face)
28991 * dired.el (dired-ignored)
28992 * rfn-eshadow.el (file-name-shadow)
28993 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
28994
28995 * info.el (Info-title-1-face): Use green instead of yellow because
28996 bold yellow is not readable on light backgrounds.
28997
28998 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
28999 before selecting the desired mode to not spend time fontifying
29000 old contents.
29001
29002 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
29003
29004 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
29005 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
29006
29007 * ps-print.el (ps-default-fg, ps-default-bg):
29008 Fix typos in docstrings.
29009
29010 * isearchb.el (isearchb): Don't pass a spurious second argument to
29011 `iswitchb-completions'.
29012
29013 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
29014
29015 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
29016 to preserve point.
29017 (gdb-find-file-hook): Add doc string.
29018
29019 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
29020 C dereferenced pointer expression.
29021 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
29022
29023 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
29024
29025 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
29026 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
29027 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
29028 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
29029 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
29030 Make background transparent.
29031
29032 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
29033
29034 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
29035 (font-lock-remove-keywords): Doc fix.
29036 (font-lock-mode-major-mode): Compiler defvar.
29037 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
29038
29039 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
29040 (font-lock-mode): Update `font-lock-mode-major-mode'.
29041 (font-lock-set-defaults): Compiler defvar.
29042 (font-lock-default-function): Take `font-lock-mode-major-mode'
29043 into account.
29044
29045 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
29046 keep track of which major mode it enabled the minor mode for.
29047 Use find-file-hook again. Update docstring.
29048
29049 * simple.el (eval-expression-print-level)
29050 (eval-expression-print-length, eval-expression-debug-on-error):
29051 Doc fixes.
29052
29053 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
29054
29055 * iswitchb.el (iswitchb-single-match-face)
29056 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
29057 (iswitchb-invalid-regexp-face): New faces.
29058 (iswitchb-completions): Use them.
29059 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
29060 now marked as an obsolete alias.
29061 (iswitchb-read-buffer): Remove check for bound font variables.
29062 (iswitchb-invalid-regexp): New free variable.
29063 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
29064 set iswitchb-invalid-regexp.
29065 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
29066 invalid regexps.
29067 (iswitchb-completions): Add check for complete match when entering
29068 a regexp.
29069 (iswitchb-completions): Remove require-match argument.
29070 (iswitchb-exhibit): Fix caller.
29071 (iswitchb-common-match-inserted): New variable.
29072 (iswitchb-complete, iswitchb-completion-help): Use it.
29073
29074 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
29075
29076 * url-http.el (url-http-chunked-encoding-after-change-function):
29077 Use `url-http-debug' instead of `message'.
29078
29079 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
29080
29081 * url-http.el (url-http-parse-headers): Pass redirected URL as a
29082 callback argument.
29083
29084 2005-06-04 Kim F. Storm <storm@cua.dk>
29085
29086 * simple.el (line-move): Only call sit-for when moving backwards.
29087
29088 * ido.el (ido-make-merged-file-list-1): New defun split from
29089 ido-make-merged-file-list.
29090 (ido-make-merged-file-list): Bind throw-on-input around call to
29091 ido-make-merged-file-list-1. Return input-pending-p if
29092 interrupted by more input available.
29093 (ido-read-internal): Handle input-pending-p return value from
29094 ido-make-merged-file-list.
29095
29096 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
29097
29098 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
29099 compatibility code.
29100
29101 * international/latexenc.el (latexenc-find-file-coding-system):
29102 Don't inherit the EOL part of the coding-system from the
29103 tex-main buffer. Fit within 80 columns.
29104
29105 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
29106
29107 * tmm.el (tmm-inactive-face): New face.
29108 (tmm-remove-inactive-mouse-face): New function.
29109 (tmm-prompt, tmm-add-one-shortcut)
29110 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
29111 but not selectable.
29112
29113 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
29114
29115 * faces.el (face-equal): Improve argument/docstring consistency.
29116
29117 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
29118
29119 * progmodes/make-mode.el (makefile-targets-face)
29120 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
29121 (makefile-bsdmake-dependency-regex)
29122 (makefile-makepp-rule-action-regex)
29123 (makefile-bsdmake-rule-action-regex): New constants.
29124 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
29125
29126 * progmodes/compile.el (compilation-error-regexp-alist-alist):
29127 Allow (...) within `...' for makepp messages.
29128
29129 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
29130
29131 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
29132
29133 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
29134 "." files are deleted from all file lists before comparison.
29135
29136 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
29137 (viper-ESC-key): Made them customizable.
29138
29139 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
29140
29141 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
29142
29143 * autorevert.el (auto-revert-buffers): Use save-match-data.
29144
29145 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
29146
29147 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
29148 menu items with a nil command binding.
29149
29150 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
29151
29152 * emacs-lisp/cl-macs.el (defsetf):
29153 Improve argument/docstring consistency.
29154
29155 * faces.el (list-faces-display): Improve the formatting by
29156 computing the maximum length required for any face-name (reworked
29157 patch of 1999-01-11, accidentally deleted on 1999-07-21).
29158 (internal-find-face): Remove redundant info in docstring.
29159
29160 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
29161
29162 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
29163 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
29164 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
29165 (gdb-assembler-custom): Improve regexps.
29166 (def-gdb-auto-update-handler): Use window point to preserve point.
29167
29168 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
29169
29170 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
29171
29172 2005-05-31 Jay Belanger <belanger@truman.edu>
29173
29174 * calc/calc-embed.el (calc-embedded-word): Change argument passed
29175 to calc-embedded.
29176 (calc-embedded-make-info): Have plain prefix argument select
29177 entire line.
29178
29179 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
29180
29181 * faces.el (list-faces-display): Signal error if passed a regexp
29182 that matches no face name.
29183
29184 * simple.el (filter-buffer-substring): Fix typo in docstring.
29185
29186 2005-05-31 Richard M. Stallman <rms@gnu.org>
29187
29188 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
29189 (vhdl-emacs-21): Doc fix.
29190 (vhdl-mode): Unconditionally set comment-padding.
29191 (vhdl-fixup-whitespace-region): Insert spaces only where
29192 there are none.
29193 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
29194
29195 2005-05-30 John Wiegley <johnw@newartisans.com>
29196
29197 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
29198 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
29199 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
29200 `directory-sep-char' to ?/, and all uses of `string-to-int' to
29201 `string-to-number'.
29202
29203 2005-05-30 Jay Belanger <belanger@truman.edu>
29204
29205 * calc/calc.el (calc-bug-address): Fix docstring.
29206 (calc-window-hook, calc-trail-window-hook): New variables.
29207 (calc-trail-display): Restore use of calc-trail-window-hook.
29208 (calc): Restore use of calc-window-hook.
29209
29210 2005-05-31 Masatake YAMATO <jet@gyve.org>
29211
29212 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
29213
29214 * help-fns.el (help-C-file-name): Add autoload mark for
29215 `find-function-noselect'.
29216
29217 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
29218
29219 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
29220 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
29221
29222 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
29223
29224 * calendar/diary-lib.el (mark-included-diary-files): Only kill
29225 included diary buffer if it was not already being visited.
29226 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
29227
29228 * calendar/icalendar.el (top-level): Do not require appt.
29229
29230 * mail/supercite.el (sc-select-attribution): Only use a list
29231 element from sc-attrib-selection-list if it returns a string.
29232 Reported by Davide G. M. Salvetti <salve@debian.org>.
29233
29234 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
29235
29236 * thumbs.el (thumbs-thumbname): The resulting thumbname now
29237 includes a hash value to improve its uniqueness, and has a ".jpg"
29238 extension. Also, it is now a valid filename on all systems.
29239 (thumbs-make-thumb): Use `let', not `let*'.
29240 (thumbs-show-thumbs-list): Check for JPEG availability.
29241
29242 2005-05-30 Richard M. Stallman <rms@gnu.org>
29243
29244 * filesets.el (filesets-menu-ensure-use-cached):
29245 Prevent warning when emacs-version>= is undefined.
29246
29247 * printing.el (pr-interactive-n-up): Use string-to-number.
29248
29249 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
29250
29251 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
29252 Warn only when name to be defined is quoted.
29253
29254 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
29255
29256 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
29257 Make regexp more robust.
29258 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
29259 Force regeneration of disassembly.
29260
29261 2005-05-29 Jay Belanger <belanger@truman.edu>
29262
29263 * calc/calc.el (calc-user-invocation): Check if
29264 calc-invocation-macro is non-nil.
29265
29266 2005-05-29 Juri Linkov <juri@jurta.org>
29267
29268 * add-log.el (change-log-font-lock-keywords):
29269 Add `+' to e-mail regexp to accept mail address with keywords.
29270
29271 * man.el (Man-name-regexp): Add `:' to accept qualified names.
29272
29273 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
29274
29275 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
29276
29277 * ielm.el (inferior-emacs-lisp-mode): Ditto.
29278
29279 2005-05-29 Richard M. Stallman <rms@gnu.org>
29280
29281 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29282 Undo the change that moves to end of the current word.
29283
29284 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
29285
29286 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
29287 Throw error when count <= 0 to ensure input is a number.
29288 (gdb-read-memory-custom): Pick up address from buffer.
29289 (gdb-memory-mode): Allow user to increment and decrement
29290 memory address from header line.
29291
29292 2005-05-29 Richard M. Stallman <rms@gnu.org>
29293
29294 * flyspell.el (flyspell-version): Function deleted.
29295 (flyspell-auto-correct-previous-hook): Doc fix.
29296
29297 * jit-lock.el (jit-lock-function, jit-lock-after-change):
29298 Do nothing if memory is full.
29299
29300 * font-lock.el (font-lock-fontify-syntactically-region):
29301 Pass t for GREEDY to looking-back.
29302
29303 * saveplace.el (save-place-alist-to-file): Write the file
29304 using write-region.
29305
29306 * subr.el (looking-back): New argument GREEDY.
29307
29308 * progmodes/compile.el (compilation-start): Set the mode
29309 before inserting the initial text.
29310
29311 * progmodes/which-func.el (which-func-update-1): Turn the mode
29312 off in case of error by setting which-func-mode.
29313
29314 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
29315
29316 * flyspell.el (flyspell-auto-correct-previous-word):
29317 Narrow down to what's on the screen, and recenter overlays
29318 at the end of the next word.
29319
29320 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
29321
29322 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
29323 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
29324 (flyspell-abbrev-p): Default to nil.
29325 (flyspell-use-global-abbrev-table-p): Doc fix.
29326 (flyspell-large-region): Allow nil as value.
29327 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
29328
29329 (mail-mode-flyspell-verify): More robust handling
29330 of `mail-header-separator'. More efficient signature detection.
29331 Allow for regexp metacharacters in message-header-separator.
29332 Adding `To' not to be checked in mail-mode-flyspell-verify.
29333
29334 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
29335 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
29336 Bind flyspell-auto-correct-binding.
29337 Bind C-. and C-, .
29338 (flyspell-mode-map): Likewise.
29339 (flyspell-mode): Doc fix.
29340 (flyspell-accept-buffer-local-defs): Preserve current buffer.
29341 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
29342 (flyspell-word-cache-result): New var, always local.
29343 (flyspell-check-pre-word-p): Doc fix.
29344 (flyspell-check-changed-word-p): Handle spc like newline.
29345 (flyspell-post-command-hook): Set flyspell-word-cache-result.
29346 (flyspell-word-search-backward, flyspell-word-search-forward):
29347 New functions.
29348 (flyspell-word): Return t if nothing to check.
29349 When parsing TeX code, check for after } or \.
29350 Use flyspell-word-search-backward to find previous word.
29351 Return nil if duplicated word.
29352 For word already checked, return same value as last time.
29353 Set flyspell-word-cache-result after checking.
29354 Don't clobber the return value.
29355 (flyspell-get-word): Major rewrite.
29356 (flyspell-external-point-words): New locals pword, pcount.
29357 Fix size used in progress message.
29358 Find the proper corresponding word in flyspell-large-region-buffer.
29359 (flyspell-region): Check for flyspell-large-region = nil.
29360 (flyspell-highlight-incorrect-region): Clean up overlays in region.
29361 (flyspell-auto-correct-word): Check that WORD is a cons.
29362 (flyspell-correct-word): Likewise.
29363
29364 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
29365
29366 * progmodes/make-mode.el (makefile-rule-action-regex)
29367 (makefile-macroassign-regex, makefile-makepp-mode)
29368 (makefile-bsdmake-mode): Continuation lines may be empty.
29369 Reported by Joshua Varner.
29370 (makefile-makepp-font-lock-keywords): Add $(stem).
29371
29372 2005-05-28 Karl Berry <karl@gnu.org>
29373
29374 * textmodes/tex-mode.el: Now that tex-send-command calls
29375 shell-quote-argument (2005-03-31 change), remove all calls to
29376 shell-quote-argument; they all end up invoking tex-send-command.
29377 The double quoting loses on filenames with non-safe characters,
29378 such as "@". Reported by Frederik Fouvry.
29379
29380 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
29381
29382 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
29383 about preserving point.
29384
29385 2005-05-27 Jay Belanger <belanger@truman.edu>
29386
29387 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
29388 Info-goto-node.
29389
29390 * calc/calc-embed.el (calc-embed-arg): New variable.
29391 (calc-do-embedded-activate, calc-embedded-activate-formula)
29392 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
29393 variable by new variable.
29394 (calc-embedded-make-info): Replace undeclared variable by new
29395 variable. When selecting region with positive prefix
29396 argument, use end of previous line instead of beginning of line.
29397
29398 * calc/calc-aent.el (calc-arg-values): Declare it.
29399
29400 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
29401 Declare them.
29402
29403 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
29404
29405 * calc/calc.el (calc-alg-map): Declare it.
29406
29407 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
29408
29409 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
29410
29411 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
29412 (gdb-registers-buffer, toggle-gdb-all-registers):
29413 Toggle display of floating point registers.
29414 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
29415
29416 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
29417 (toggle-gud-tooltip-dereference):
29418 Rename from gud-toggle-tooltip-dereference.
29419
29420 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
29421
29422 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
29423
29424 2005-05-27 Jay Belanger <belanger@truman.edu>
29425
29426 * calc/calc-prog.el (calc-kbd-report): Remove.
29427 (calc-kbd-query): Rewrite.
29428
29429 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
29430
29431 * image.el (image-library-alist): Move to image.c.
29432 (image-type-available-p): Doc fix.
29433
29434 2005-05-27 Lute Kamstra <lute@gnu.org>
29435
29436 * calc/calc.el (calc):
29437 * outline.el (outline-1, outline-2, outline-3, outline-4)
29438 (outline-5, outline-6, outline-7, outline-8):
29439 * textmodes/dns-mode.el (dns-mode):
29440 * textmodes/sgml-mode.el (sgml-namespace-face):
29441 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
29442 (tex-verbatim-face, tex-use-reftex):
29443 * textmodes/texinfo.el (texinfo-heading-face):
29444 Specify customization group.
29445
29446 * longlines.el: Don't require easy-mmode.
29447 (longlines-visible-face): Specify customization group.
29448
29449 2005-05-27 Kenichi Handa <handa@m17n.org>
29450
29451 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
29452 encoding table of windows-1251.
29453
29454 * international/ucs-tables.el (ucs-set-table-for-input):
29455 If translation-table-for-input of a coding system is a symbol, get
29456 its translation-table property.
29457
29458 * international/code-pages.el: Don't register a coding system into
29459 non-iso-charset-alist more than once.
29460 (cp-make-coding-system): Likewise.
29461
29462 2005-05-26 John Wiegley <johnw@newartisans.com>
29463
29464 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
29465 `eshell-resume-eval' is wrapped in a list, it indicates that the
29466 command was run asynchronously. In that case, unwrap the value
29467 before checking the delimiter value.
29468
29469 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
29470 character before a space at the end of a line is \, assume the space
29471 is part of the last argument rather than a final argument separator.
29472
29473 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
29474 is in use, and the target is `t' or `nil' (which are the most common
29475 values), don't assume that the symbol target is a buffer.
29476
29477 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
29478
29479 * calendar/calendar.el (calendar-mode-line-format):
29480 Use mode-line-highlight as mouse-face.
29481
29482 * time.el (display-time-string-forms, display-time-update):
29483 Use mode-line-highlight as mouse-face.
29484
29485 2005-05-26 Jay Belanger <belanger@truman.edu>
29486
29487 * calc/calc.el (calc-language-alist): Remove extra defvar.
29488
29489 2005-05-26 Lute Kamstra <lute@gnu.org>
29490
29491 * arc-mode.el (archive-mode):
29492 * bookmark.el (bookmark-read-annotation-mode)
29493 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
29494 * bs.el (bs-mode):
29495 * calc/calc-yank.el (calc-edit-mode):
29496 * calc/calc.el (calc-mode, calc-trail-mode):
29497 * calculator.el (calculator-mode):
29498 * chistory.el (command-history-mode):
29499 * comint.el:
29500 * cus-edit.el (custom-mode):
29501 * descr-text.el (describe-text-mode):
29502 * ebuff-menu.el (Electric-buffer-menu-mode):
29503 * ediff-util.el (ediff-mode):
29504 * emacs-lisp/re-builder.el (reb-mode):
29505 * emulation/vi.el (vi-mode-setup):
29506 * emulation/ws-mode.el (wordstar-mode):
29507 * eshell/esh-mode.el (eshell-mode):
29508 * forms.el (forms-mode):
29509 * help-mode.el (help-mode):
29510 * hexl.el (hexl-mode):
29511 * ibuffer.el (ibuffer-mode):
29512 * ielm.el (inferior-emacs-lisp-mode):
29513 * info.el (Info-mode, Info-edit-mode):
29514 * international/swedish.el:
29515 * ledit.el (ledit-from-lisp-mode):
29516 * locate.el (locate-mode):
29517 * mail/rmail.el (rmail-mode):
29518 * mail/rmailedit.el (rmail-edit-mode):
29519 * mail/rmailsum.el (rmail-summary-mode):
29520 * mail/supercite.el (sc-electric-mode):
29521 * net/eudc.el (eudc-mode):
29522 * net/quickurl.el (quickurl-list-mode):
29523 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
29524 * obsolete/ooutline.el (outline-mode):
29525 * obsolete/options.el (Edit-options-mode):
29526 * obsolete/rnews.el (news-mode):
29527 * obsolete/rnewspost.el (news-reply-mode):
29528 * play/5x5.el (5x5-mode):
29529 * play/decipher.el (decipher-mode, decipher-stats-mode):
29530 * play/gomoku.el (gomoku-mode):
29531 * play/snake.el (snake-mode):
29532 * play/solitaire.el (solitaire-mode):
29533 * play/tetris.el (tetris-mode):
29534 * progmodes/ada-mode.el (ada-mode):
29535 * progmodes/antlr-mode.el (antlr-mode):
29536 * progmodes/autoconf.el (autoconf-mode):
29537 * progmodes/dcl-mode.el (dcl-mode):
29538 * progmodes/delphi.el (delphi-mode):
29539 * progmodes/ebrowse.el (ebrowse-tree-mode)
29540 (ebrowse-electric-list-mode, ebrowse-member-mode)
29541 (ebrowse-electric-position-mode):
29542 * progmodes/f90.el (f90-mode):
29543 * progmodes/fortran.el (fortran-mode):
29544 * progmodes/icon.el (icon-mode):
29545 * progmodes/idlw-help.el (idlwave-help-mode):
29546 * progmodes/idlw-shell.el (idlwave-shell-mode):
29547 * progmodes/idlwave.el (idlwave-mode):
29548 * progmodes/inf-lisp.el (inferior-lisp-mode):
29549 * progmodes/m4-mode.el (m4-mode):
29550 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
29551 * progmodes/modula2.el (modula-2-mode):
29552 * progmodes/octave-inf.el (inferior-octave-mode):
29553 * progmodes/octave-mod.el (octave-mode):
29554 * progmodes/pascal.el (pascal-mode):
29555 * progmodes/sh-script.el (sh-mode):
29556 * progmodes/sql.el (sql-mode, sql-interactive-mode):
29557 * progmodes/vhdl-mode.el (vhdl-mode):
29558 * progmodes/xscheme.el (scheme-interaction-mode):
29559 * replace.el (occur-mode):
29560 * ses.el (ses-mode):
29561 * simple.el (completion-list-mode):
29562 * skeleton.el:
29563 * speedbar.el (speedbar-mode):
29564 * term.el (term-mode):
29565 * terminal.el (terminal-edit-mode):
29566 * textmodes/reftex-index.el (reftex-index-mode)
29567 (reftex-index-phrases-mode):
29568 * textmodes/reftex-sel.el (reftex-select-label-mode)
29569 (reftex-select-bib-mode):
29570 * textmodes/reftex-toc.el (reftex-toc-mode):
29571 * wdired.el (wdired-change-to-wdired-mode):
29572 * wid-browse.el (widget-browse-mode):
29573 Use run-mode-hooks.
29574
29575 * array.el (array-mode):
29576 * calendar/todo-mode.el (todo-mode):
29577 * man.el (Man-mode):
29578 * play/landmark.el (lm-mode):
29579 * play/mpuz.el (mpuz-mode):
29580 Use kill-all-local-variables and run-mode-hooks.
29581
29582 * subr.el (delay-mode-hooks): Specify indentation.
29583
29584 2005-05-26 Mark A. Hershberger <mah@everybody.org>
29585
29586 * xml.el (xml-substitute-special): Don't die for undefined xml
29587 entities.
29588
29589 2005-05-26 Jay Belanger <belanger@truman.edu>
29590
29591 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
29592 of nil.
29593
29594 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
29595
29596 * progmodes/gdb-ui.el (gdb-frame-address):
29597 Rename from gdb-current-address.
29598 (gdb-previous-frame-address): Rename from gdb-previous-address.
29599 (gdb-selected-frame): Rename from gdb-current-frame.
29600 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
29601 (gdb-frame-number): Rename from gdb-current-stack-level.
29602 (gdb-ann3): Match new mode-name for disassembly buffer.
29603 Extend initialization of variables.
29604 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
29605 (gdb-memory-mode): Use mouse-face in header line.
29606 (gdb-assembler-buffer-name): Call it disassembly and give frame
29607 in mode line.
29608 (gdb-source-spec-regexp, gdb-assembler-custom)
29609 (gdb-invalidate-assembler, gdb-frame-handler):
29610 Make robust to leading zeroes in address format.
29611
29612 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
29613
29614 * textmodes/org.el (org-mode): Use `define-derived-mode' to
29615 define `org-mode'.
29616 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
29617
29618 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
29619
29620 * log-edit.el (log-edit-changelog-entries): Distinguish between
29621 filenames like xfns.c and fns.c.
29622
29623 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
29624
29625 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
29626 point after reverting.
29627 (Buffer-menu-make-sort-button): Handle the case where
29628 `Buffer-menu-use-header-line' is nil.
29629
29630 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
29631
29632 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
29633 New funcs. In minibuffer-local-completion-map bind `]', `/'
29634 and `:' to them.
29635
29636 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
29637
29638 * startup.el (normal-top-level): Allow modification of load-path while
29639 we're iterating over it.
29640
29641 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
29642
29643 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
29644 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
29645 (thumbs-resize-interactive, thumbs-insert-image)
29646 (thumbs-insert-thumb, thumbs-dired-show-marked)
29647 (thumbs-find-image-at-point, thumbs-delete-images)
29648 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
29649 (thumbs-increment-image-size, thumbs-decrement-image-size):
29650 Fix typos in docstrings.
29651
29652 2005-05-24 Andre Spiegel <spiegel@gnu.org>
29653
29654 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
29655 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
29656 (cperl-mode): Use them.
29657
29658 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
29659
29660 * window.el (quit-window, shrink-window-if-larger-than-buffer):
29661 Doc fixes.
29662
29663 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
29664
29665 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
29666 Bind C-d to gdb-inferior-io-eof.
29667
29668 * dired.el (dired-dnd-popup-notice): Use message-box.
29669
29670 2005-05-23 Masatake YAMATO <jet@gyve.org>
29671
29672 * bindings.el (mode-line-major-mode-keymap):
29673 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
29674
29675 * faces.el (mode-line-highlight): New face.
29676
29677 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
29678 as mouse-face.
29679
29680 * bindings.el (top-level, help-echo, mode-line-modified)
29681 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
29682 as mouse-face.
29683
29684 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
29685
29686 * progmodes/cc-engine.el (c-guess-basic-syntax):
29687 Remove spurious call to `zerop'.
29688
29689 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
29690
29691 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
29692
29693 CC Mode update to 5.30.10:
29694
29695 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
29696 could go past the limit in decoration level 2, thereby causing
29697 errors during interactive fontification.
29698
29699 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
29700 the file is evaluated interactively.
29701
29702 * cc-engine.el (c-guess-basic-syntax): Handle operator
29703 declarations somewhat better in C++.
29704
29705 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
29706 make use of `run-mode-hooks' which has been added in Emacs 21.1.
29707 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
29708 (awk-mode): Use it.
29709 (make-local-hook): Suppress warning about obsoleteness.
29710
29711 * cc-engine.el, cc-align.el, cc-cmds.el
29712 (c-append-backslashes-forward, c-delete-backslashes-forward)
29713 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
29714 Compensate for return value from `forward-line' when it has moved
29715 but not to a different line due to eob.
29716
29717 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
29718 `objc-method-intro' and `objc-method-args-cont'.
29719
29720 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
29721
29722 CC Mode update to 5.30.10:
29723
29724 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
29725 in the copyright statement. Incidentally, change "along with GNU
29726 Emacs" to "along with this program" where it occurs.
29727
29728 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
29729 so that it is interactive, hence can be found by M-x awk-mode
29730 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
29731 <gmorris+emacs@ast.cam.ac.uk>.
29732
29733 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
29734 Mode's regexps.
29735
29736 2005-05-23 Kevin Ryde <user42@zip.com.au>
29737
29738 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
29739 c-parse-state, to avoid a lisp error (on bad code).
29740
29741 2005-05-23 Lute Kamstra <lute@gnu.org>
29742
29743 * subr.el (font-lock-defaults): Remove defvar as it's already
29744 defined in font-core.el.
29745
29746 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
29747
29748 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
29749
29750 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
29751 more general and work when GDB variable "print pretty" is on,
29752 as with Emacs, for example.
29753
29754 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
29755
29756 * font-core.el: Update comment.
29757
29758 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
29759 Use `after-change-major-mode-hook' instead of `find-file-hook'.
29760
29761 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
29762
29763 2005-05-22 Eli Zaretskii <eliz@gnu.org>
29764
29765 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
29766 and `yank-handler' in the doc strings.
29767
29768 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
29769
29770 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
29771
29772 2005-05-22 Richard M. Stallman <rms@gnu.org>
29773
29774 * help.el (describe-key): Move print-help-return-message call
29775 out of conditional.
29776
29777 * progmodes/etags.el (list-tags): Use with-no-warnings.
29778
29779 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
29780 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
29781 (starttls-extra-args, starttls-extra-arguments): Add defvars.
29782
29783 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
29784
29785 * language/viet-util.el (viet-viscii-nonascii-translation-table):
29786 Add defvar.
29787
29788 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
29789 Use defvar, not defconst.
29790
29791 * hexl.el (hexl-follow-line): Use with-no-warnings.
29792
29793 * emulation/tpu-extras.el: Use write-file-functions instead of
29794 write-file-hooks.
29795
29796 * dired.el (dired-font-lock-keywords): Fontify files with junk
29797 extensions even if marked by -F.
29798
29799 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
29800
29801 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
29802 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
29803 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
29804 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
29805 (concatenate, list-length, get*, getf, cl-remprop):
29806 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
29807 (etypecase, progv, lexical-let, lexical-let*)
29808 (multiple-value-bind, multiple-value-setq, shiftf):
29809 Improve argument/docstring consistency.
29810
29811 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
29812
29813 2005-05-22 Andre Spiegel <spiegel@gnu.org>
29814
29815 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
29816 doesn't exist.
29817
29818 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
29819 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
29820
29821 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
29822
29823 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
29824 already deleted variables: auto-fill-hook, blink-paren-hook,
29825 lisp-indent-hook, inhibit-local-variables, unread-command-event,
29826 suspend-hooks, comment-indent-hook, meta-flag,
29827 before-change-function, after-change-function,
29828 font-lock-doc-string-face.
29829
29830 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
29831
29832 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
29833
29834 2005-05-21 Eli Zaretskii <eliz@gnu.org>
29835
29836 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
29837 rmail-dont-reply-to.
29838
29839 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
29840
29841 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
29842 literal blank when splitting new-header-values.
29843
29844 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
29845
29846 * calendar/cal-menu.el (cal-menu-update): Add separator as a
29847 string so that tmm doesn't create a completion entry for it.
29848
29849 * textmodes/table.el (table-disable-menu): Ditto.
29850
29851 2005-05-21 Richard M. Stallman <rms@gnu.org>
29852
29853 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
29854
29855 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
29856
29857 * net/rcompile.el (remote-compile): Use compilation-start.
29858
29859 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
29860
29861 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
29862
29863 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
29864 Default to makefile-bsdmake-mode on BSD systems.
29865
29866 * imenu.el (imenu-generic-expression, imenu--generic-function'):
29867 REGEXP may also be a search function now. The part of doc-string
29868 for describing the structure was 95% identical to that of
29869 `imenu--generic-function'. Unify it there.
29870
29871 * progmodes/make-mode.el (makefile-imenu-generic-expression):
29872 Use function to find dependencies, because regexp alone is so complex,
29873 it easily goes into an endless loop.
29874 (makefile-makepp-mode): Also add submenu for Perl functions
29875 defined in the makefile.
29876 (makefile-bsdmake-mode): Special imenu-generic-expression no
29877 longer needed, due to function call.
29878 (makefile-match-dependency): Take BOUND into account when checking
29879 if we're through.
29880
29881 2005-05-20 Jay Belanger <belanger@truman.edu>
29882
29883 * calc/calc-units.el (calc-invalidate-units-table):
29884 Use inhibit-read-only.
29885 (math-build-units-table-buffer): Use view-mode.
29886
29887 2005-05-20 David Kastrup <dak@gnu.org>
29888
29889 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
29890 easy-menu-add is not a nop on Emacs; and clarify when to call it.
29891
29892 2005-05-20 Lute Kamstra <lute@gnu.org>
29893
29894 * diff-mode.el (diff-header-face, diff-file-header-face)
29895 (diff-index-face, diff-hunk-header-face, diff-removed-face)
29896 (diff-added-face, diff-changed-face, diff-function-face)
29897 (diff-context-face, diff-nonexistent-face): Put them in the
29898 diff-mode customization group.
29899
29900 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
29901
29902 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
29903
29904 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
29905
29906 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
29907 Minor regexp-optimization.
29908
29909 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
29910
29911 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
29912 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
29913 (org-agenda-add-time-grid-maybe): New function.
29914 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
29915 (org-table-create): `dotimes' instead of `mapcar'.
29916 (org-xor): Simplify implementation.
29917 (org-agenda): `inhibit-redisplay' turned on.
29918 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
29919 a consistent line after a state change.
29920 (org-agenda-remove-times-when-in-prefix): New option.
29921 (org-prefix-has-time): New variable.
29922 (org-parse-time-string): Optional argument NODEFAULT.
29923 (org-format-agenda-item): Parse items for time-of-day
29924 specifications and move these into the prefix if possible.
29925 (org-agenda-priority): Get current heading, not previous heading
29926 during agenda remote editing.
29927
29928 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
29929
29930 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
29931 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
29932 (remove-duplicates, delete-duplicates, substitute)
29933 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
29934 (nsubstitute-if-not, find, find-if, find-if-not, position)
29935 (position-if, position-if-not, count, count-if, count-if-not)
29936 (mismatch, search, sort*, stable-sort, merge, member*)
29937 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
29938 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
29939 (intersection, nintersection, set-difference, nset-difference)
29940 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
29941 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
29942 (nsublis, tree-equal): Improve argument/docstring consistency.
29943
29944 * subr.el (send-string, send-region): Remove obsolescence declaration.
29945 (window-dot, set-window-dot, read-input, show-buffer)
29946 (eval-current-buffer, string-to-int):
29947 Add release number to obsolescence declarations.
29948
29949 2005-05-19 Kim F. Storm <storm@cua.dk>
29950
29951 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
29952 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
29953
29954 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
29955
29956 * faces.el (list-faces-display): Make back button respect optional
29957 regexp arg.
29958
29959 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
29960
29961 * calculator.el (calculator-radix-grouping-mode)
29962 (calculator-radix-grouping-digits, calculator-displayer)
29963 (calculator-radix-grouping-separator, calculator-copy-displayer):
29964 * dabbrev.el (dabbrev-search-these-buffers-only):
29965 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
29966 (diff-advance-after-apply-hunk, diff-mode-hook)
29967 (diff-minor-mode-prefix):
29968 * imenu.el (imenu-use-popup-menu):
29969 * jit-lock.el (jit-lock-context-time):
29970 * newcomment.el (comment-fill-column, comment-column)
29971 (comment-style, comment-padding, comment-multi-line)
29972 (comment-empty-lines, comment-auto-fill-only-comments):
29973 * reveal.el (reveal-around-mark):
29974 * uniquify.el (uniquify-buffer-name-style)
29975 (uniquify-after-kill-buffer-p)
29976 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
29977 (uniquify-min-dir-content, uniquify-separator)
29978 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
29979 * w32-vars.el (w32-fixed-font-alist):
29980 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
29981 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
29982 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
29983 * progmodes/perl-mode.el (perl-indent-level)
29984 (perl-continued-statement-offset, perl-continued-brace-offset)
29985 (perl-brace-offset, perl-brace-imaginary-offset)
29986 (perl-label-offset, perl-indent-continued-arguments)
29987 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
29988 * progmodes/tcl.el (tcl-indent-level)
29989 (tcl-continued-indent-level, tcl-auto-newline)
29990 (tcl-tab-always-indent, tcl-electric-hash-style)
29991 (tcl-help-directory-list, tcl-use-smart-word-finder)
29992 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
29993 (inferior-tcl-source-command):
29994 * textmodes/fill.el (enable-kinsoku):
29995 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
29996 * textmodes/table.el (table-yank-handler):
29997 Specify missing group (and type, if simple) in defcustom.
29998
29999 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
30000
30001 * progmodes/compile.el (compilation-finish-function): Fix defvar.
30002
30003 2005-05-19 Richard M. Stallman <rms@gnu.org>
30004
30005 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
30006
30007 * subr.el (event-basic-type): Don't get an error.
30008 (left-fringe-p): Function deleted.
30009
30010 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
30011 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
30012
30013 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
30014 in recursive copy.
30015
30016 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
30017
30018 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
30019
30020 * emacs-lisp/bytecomp.el
30021 (byte-compile-file-form-custom-declare-variable):
30022 Call byte-compile-nogroup-warn if appropriate.
30023
30024 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
30025 (compilation-set-window): Don't call left-fringe-p; do it directly.
30026
30027 2005-05-19 Jay Belanger <belanger@truman.edu>
30028
30029 * calc/calc-graph.el (calc-graph-format-data): Make sure
30030 var-PlotRejects is bound before trying to check its value.
30031
30032 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
30033
30034 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
30035 definition of this variable from reftex-global.el to reftex.el,
30036 because it is needed in the menu.
30037
30038 2005-05-19 Lute Kamstra <lute@gnu.org>
30039
30040 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
30041 years are fixed. Don't insert a space after a dash.
30042
30043 2005-05-19 Kim F. Storm <storm@cua.dk>
30044
30045 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
30046
30047 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
30048
30049 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
30050 strings, because (eq ... ?\\) is fairly frequent.
30051
30052 * progmodes/make-mode.el (makefile-add-this-line-targets):
30053 Simplify and integrate into `makefile-pickup-targets'.
30054 (makefile-add-this-line-macro): Simplify and integrate into
30055 `makefile-pickup-macros.
30056 (makefile-pickup-filenames-as-targets): Simplify.
30057 (makefile-previous-dependency, makefile-match-dependency):
30058 Don't stumble over `::'.
30059
30060 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
30061
30062 * subr.el (post-command-idle-hook, post-command-idle-delay):
30063 Remove obsoletion of post-command-idle-hook and
30064 post-command-idle-delay.
30065
30066 * faces.el (list-faces-display): Provide button when describe-face
30067 is called to take user back to the list of faces.
30068
30069 * help-fns.el (describe-variable): Remove hyperlinks in a
30070 variable's value as these are quite frequently inappropriate.
30071
30072 * follow.el (follow-submit-feedback, follow-mode):
30073 Remove references to post-command-idle-hook.
30074
30075 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
30076
30077 * progmodes/make-mode.el (makefile-previous-dependency)
30078 (makefile-match-dependency): Check for := (and in bsd mode also
30079 !=) to give a better result, even when font-lock is not on.
30080
30081 2005-05-18 Jay Belanger <belanger@truman.edu>
30082
30083 * calc/calc-help.el (calc-s-prefix-help):
30084 Add `calc-copy-special-constant' to help string.
30085
30086 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
30087
30088 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30089
30090 2005-05-18 Jay Belanger <belanger@truman.edu>
30091
30092 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
30093 in linear factors are in proper order.
30094
30095 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
30096
30097 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
30098 Support for jurabib.
30099
30100 * textmodes/reftex.el (featurep): Define aliases for overlay
30101 commands, for XEmacs compatibility, and use these aliases in
30102 overlay initializations.
30103 (reftex-highlight): Use `reftex-move-overlay'.
30104 (reftex-unhighlight): Use `reftex-delete-overlay'.
30105 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
30106 (reftex-access-search-path): Use `reftex-uniquify' instead of
30107 `reftex-uniq'.
30108
30109 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
30110 `before-string' property modification enables for Emacs as well.
30111 (reftex-select-item): Use `reftex-delete-overlay'.
30112 (reftex-select-mark): Use `reftex-make-overlay' and
30113 `reftex-overlay-put'.
30114 (reftex-select-unmark): Use `reftex-delete-overlay' and
30115 `reftex-overlay-put'.
30116
30117 2005-05-18 Lute Kamstra <lute@gnu.org>
30118
30119 * emacs-lisp/lisp.el (check-parens): Fix docstring.
30120
30121 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
30122
30123 * add-log.el (add-change-log-entry):
30124 * array.el (array-make-template, array-reconfigure-rows)
30125 (array-init-max-row, array-init-max-column)
30126 (array-init-columns-per-line, array-init-field-width):
30127 * replace.el (replace-match-maybe-edit, perform-replace):
30128 * textmodes/spell.el (spell-region):
30129 Replace `read-input' by `read-string'.
30130
30131 * forms.el (forms-mode):
30132 * finder.el (finder-compile-keywords):
30133 * shadowfile.el (shadow-read-files):
30134 Replace `eval-current-buffer' by `eval-buffer'.
30135
30136 * terminal.el (te-pass-through):
30137 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
30138 (ange-ftp-raw-send-cmd):
30139 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
30140 (send-process-next-char, telnet-initial-filter, telnet):
30141 Replace `send-string' by `process-send-string'.
30142
30143 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
30144 (prolog-consult-region): Replace `send-string' by
30145 `process-send-string'; replace `send-region' by `process-send-region'.
30146
30147 * progmodes/delphi.el (delphi-log-msg):
30148 Replace `set-window-dot' by `set-window-point'.
30149
30150 * subr.el (window-dot, set-window-dot, read-input, send-string)
30151 (send-region, show-buffer, eval-current-buffer):
30152 Make really obsolete, as the comment says.
30153
30154 2005-05-17 Kim F. Storm <storm@cua.dk>
30155
30156 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
30157 (cua--init-keymaps): Bind C-return instead of S-return to set
30158 rectangle mark.
30159
30160 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
30161 instead of S-return to toggle/clear rectangle mark.
30162
30163 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
30164
30165 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
30166 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
30167 Also fontify plain strings assigned to variables, mostly so that a
30168 colon has a face and is thus not taken as a dependency separator.
30169 (makefile-previous-dependency): Inline the new matcher, because it
30170 is too complex to work in both directions.
30171 (makefile-match-dependency): Eliminate `backward' arg (see above).
30172 Completely reimplemented so as to not sometimes go into an endless
30173 loop. It should also be more efficient, because first it only
30174 searches for `:', instead of applying the very complex regexp.
30175 (makefile-mode): Cancel `font-lock-support-mode', because blocks
30176 to be fontified in one piece can be too long for JIT.
30177 Makefiles are never *that* big.
30178
30179 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
30180
30181 * dired.el (dired-mode): Simplify.
30182
30183 2005-05-17 Lute Kamstra <lute@gnu.org>
30184
30185 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
30186 defcustom for the mode hook variable.
30187
30188 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
30189 Emacs Lisp Reference Manual.
30190
30191 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
30192
30193 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
30194 (evenp, list*):
30195 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
30196 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
30197
30198 * net/tramp-smb.el (tramp-smb-open-connection):
30199 Pass `tramp-chunksize' as fifth (required) argument.
30200
30201 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
30202
30203 * font-lock.el (lisp-font-lock-keywords-1):
30204 Set `font-lock-negation-char-face' for [^...] char group.
30205 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
30206
30207 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
30208 a var, and refine it to mask one more level of nested vars.
30209 (makefile-rule-action-regex): Turn it into a var, and refine it so
30210 it recognizes backslashed continuation lines as belonging to the
30211 same command.
30212 (makefile-macroassign-regex): Refine it so it recognizes
30213 backslashed continuation lines as belonging to the same command.
30214 (makefile-var-use-regex): Don't look at the next char, because it
30215 might be the same one to be skipped by the initial [^$], leading
30216 to an overlooked variable use.
30217 (makefile-make-font-lock-keywords): Remove two parameters, which
30218 are now variables that some of the modes set locally.
30219 Handle dependency and rule action matching through functions, because
30220 regexps alone match too often. Dependency matching now comes
30221 last, so it can check, whether a colon already matched something else.
30222 (makefile-mode): Inform that font-lock improves makefile parsing
30223 capabilities.
30224 (makefile-match-dependency, makefile-match-action): New functions.
30225
30226 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
30227
30228 * emacs-lisp/cl-extra.el (equalp): Doc fix.
30229
30230 * align.el (align-regexp):
30231 * ansi-color.el (ansi-color-get-face):
30232 * array.el (array-reconfigure-rows, array-init-max-row)
30233 (array-init-max-column, array-init-columns-per-line)
30234 (array-init-field-width):
30235 * dired-aux.el (dired-trample-file-versions):
30236 * dired-x.el (dired-mark-sexp):
30237 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
30238 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
30239 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
30240 * faces.el (face-read-integer):
30241 * files.el (backup-extract-version, insert-directory):
30242 * hexl.el (hexl-insert-decimal-char):
30243 * server.el (server-process-filter):
30244 * shell.el (shell-extract-num):
30245 * startup.el (command-line-1):
30246 * term.el (term-command-hook):
30247 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
30248 (time-stamp-do-number):
30249 * time.el (display-time-update):
30250 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
30251 (timezone-fix-time):
30252 * vms-patch.el (vms-suspend-resume-hook):
30253 * calendar/appt.el (appt-convert-time):
30254 * calendar/cal-bahai.el (mark-bahai-diary-entries):
30255 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
30256 * calendar/cal-islam.el (mark-islamic-diary-entries):
30257 * calendar/calendar.el (calendar-cursor-to-date)
30258 (calendar-star-date):
30259 * calendar/diary-lib.el (diary-attrtype-convert)
30260 (mark-diary-entries, diary-entry-time):
30261 * calendar/solar.el (solar-get-number):
30262 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
30263 * emacs-lisp/re-builder.el (reb-display-subexp):
30264 * emulation/edt.el (edt-set-scroll-margins):
30265 * emulation/tpu-extras.el (tpu-set-scroll-margins):
30266 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
30267 (vip-get-ex-count):
30268 * emulation/viper-ex.el (viper-get-ex-token)
30269 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
30270 * international/fontset.el (fontset-plain-name):
30271 * mail/feedmail.el (feedmail-look-at-queue-directory):
30272 * mail/mailalias.el (mail-get-names):
30273 * mail/rmail.el (rmail-convert-to-babyl-format):
30274 * mail/rmailsum.el (rmail-make-basic-summary-line)
30275 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
30276 (rmail-summary-goto-msg):
30277 * mail/smtpmail.el (smtpmail-read-response):
30278 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
30279 (ange-ftp-vms-add-file-entry):
30280 * play/gametree.el (gametree-looking-at-ply)
30281 (gametree-current-branch-score):
30282 * progmodes/ada-xref.el (ada-prj-find-prj-file)
30283 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
30284 * progmodes/cperl-mode.el (condition-case):
30285 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
30286 (ebrowse-set-member-buffer-column-width)
30287 (ebrowse-select-1st-to-9nth):
30288 * progmodes/etags.el (etags-snarf-tag):
30289 * progmodes/flymake.el (flymake-parse-line):
30290 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
30291 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
30292 (idlwave-shell-menu-def):
30293 * progmodes/ps-mode.el (ps-run-goto-error):
30294 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
30295 (vhdl-speedbar-contract-level):
30296 * term/mac-win.el (x-handle-numeric-switch):
30297 * term/sun-mouse.el (sun-get-frame-data):
30298 * term/w32-win.el (x-handle-numeric-switch):
30299 * term/x-win.el (x-handle-numeric-switch):
30300 * textmodes/ispell.el (ispell-parse-output):
30301 * textmodes/nroff-mode.el (nroff-outline-level):
30302 * textmodes/reftex-cite.el (reftex-bib-sort-year)
30303 (reftex-bib-sort-year-reverse, reftex-format-citation):
30304 * textmodes/reftex-parse.el (reftex-init-section-numbers)
30305 (reftex-section-number):
30306 * textmodes/texinfmt.el (texinfo-paragraphindent):
30307 Replace `string-to-int' by `string-to-number'.
30308
30309 * international/latexenc.el: Add page marker to force the "Local
30310 Variables:" string out of the last page.
30311
30312 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
30313
30314 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
30315 tooltip-change-major-mode.
30316 (gud-tooltip-print-command): Remove case where gud-minor-mode
30317 is gdb ("--fullname").
30318 (gud-tooltip-tips): Turn GUD tooltips off for this case and
30319 explain to user.
30320
30321 2005-05-16 Jay Belanger <belanger@truman.edu>
30322
30323 * calc/calc-store.el (calc-copy-special-constant): New function.
30324
30325 * calc/calc-ext.el (calc-init-extensions): Add binding for
30326 `calc-copy-special-constant'.
30327
30328 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
30329 for the `calc-copy-special-constant' command.
30330
30331 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
30332
30333 * subr.el (left-fringe-p): New function.
30334
30335 * progmodes/compile.el (compilation-setup): Set local value of
30336 overlay-arrow-string to "" always.
30337 (compilation-set-window): Left fringe then don't scroll.
30338 No left fringe then no arrow and scroll message to top.
30339 (compilation-context-lines): Adjust doc string accordingly.
30340
30341 2005-05-16 Kim F. Storm <storm@cua.dk>
30342
30343 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
30344 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
30345 (ido-wide-find-dir-or-delete-dir): New command for M-d.
30346 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
30347 (ido-read-file-name): Handle commands with ido property value
30348 equal to find-file as reading a file name, to allow C-d to enter dired.
30349 (ibuffer-find-file): Add ido property with value find-file.
30350
30351 2005-05-15 Kim F. Storm <storm@cua.dk>
30352
30353 * subr.el (open-network-stream-nowait): Remove.
30354 (open-network-stream-server): Remove.
30355
30356 2005-05-15 Richard M. Stallman <rms@gnu.org>
30357
30358 * faces.el (describe-face): Output a definition link button.
30359
30360 * help-mode.el (help-face-def): New button type.
30361
30362 * emacs-lisp/copyright.el (copyright-fix-years):
30363 Match properly if the first year is 2-digit.
30364 Don't mess up the whitespace after the years by filling.
30365
30366 * dired-aux.el (dired-mark-confirm):
30367 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
30368
30369 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
30370 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
30371 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
30372
30373 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30374 Set font-lock-comment-start-skip.
30375
30376 * font-lock.el (font-lock-comment-start-skip): New variable.
30377 (font-lock-comment-end-skip): New variable.
30378 (font-lock-fontify-syntactically-region): Use them if non-nil.
30379
30380 2005-05-15 Jay Belanger <belanger@truman.edu>
30381
30382 * calc/calc-store.el (calc-store-value): Return a string rather
30383 than display it as a message.
30384 Use calc-var-name for variable name.
30385 (calc-store-into): Add the result of calc-store-value to message.
30386 (calc-copy-variable): Add a message.
30387 (calc-store-exchange): Improve error messages.
30388 (calc-store-binary, calc-store-map): Don't reset the values of
30389 special constants.
30390
30391 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
30392
30393 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
30394 manual to docstring.
30395
30396 * files.el (hack-local-variables-confirm): Add STRING argument.
30397 Make the function handle non file visiting buffers correctly.
30398 (hack-local-variables-prop-line, hack-local-variables)
30399 (hack-one-local-variable): Use STRING arg of
30400 `hack-local-variables-confirm'.
30401
30402 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
30403
30404 Sync with Tramp 2.0.49.
30405
30406 * net/tramp.el (tramp-handle-dired-call-process)
30407 (tramp-handle-insert-directory):`insert-buffer' cannot be used
30408 because the contents of the Tramp buffer is changed before
30409 insertion (`expand-file' and alike).
30410 (tramp-handle-insert-directory): If `localname' has an empty
30411 nondirectory name, it must not be quoted.
30412 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
30413 variable `tramp-chunksize'. Change callees.
30414 (tramp-open-connection-setup-interactive-shell): Check remote host
30415 for buggy `send-process-string' implementation.
30416 Set `tramp-chunksize' if found. Reported by Michael Kifer
30417 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
30418 (tramp-handle-shell-command): `insert-buffer' cannot be used
30419 because the contents of the Tramp buffer is changed before
30420 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
30421 <frederic.bothamy@free.fr>.
30422 (tramp-set-auto-save): Actions should be done for Tramp file name
30423 handler only. Ange-FTP has its own auto-save mechanism.
30424 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
30425 (tramp-set-auto-save-file-modes): Set file modes of
30426 `buffer-auto-save-file-name' to ?\600 as fallback solution.
30427 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
30428 (tramp-bug): Remove obsolete variable.
30429 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
30430 for presence of `mml-mode'. Make it running for older Emacsen as well.
30431
30432 2005-05-14 John Paul Wallington <jpw@pobox.com>
30433
30434 * ibuf-ext.el (define-ibuffer-filter filename):
30435 If `dired-directory' is a list, use its car.
30436
30437 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
30438
30439 * ibuffer.el (define-ibuffer-column filename):
30440 If `dired-directory' is a list, use its car.
30441
30442 2005-05-14 Richard M. Stallman <rms@gnu.org>
30443
30444 * subr.el (symbol-file): Doc fix.
30445
30446 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
30447 (byte-compile-form): Call byte-compile-nogroup-warn.
30448 (byte-compile-warning-types): Doc fix.
30449
30450 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
30451
30452 * progmodes/cc-engine.el (c-literal-faces):
30453 Add font-lock-comment-delimiter-face.
30454
30455 * net/net-utils.el (dig): Use with-no-warnings.
30456
30457 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
30458 (sc-recite-frame-alist, sc-default-cite-frame)
30459 (sc-default-uncite-frame, sc-default-recite-frame)
30460 (sc-attrib-selection-list, sc-rewrite-header-list):
30461 Mark as risky-local-variable.
30462
30463 * international/ogonek.el (ogonek-jak, ogonek-how):
30464 Don't use beginning-of-buffer.
30465
30466 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
30467
30468 * calendar/solar.el (solar-data-list): Move definition up.
30469
30470 * dnd.el (dnd-protocol-alist): Add autoload.
30471
30472 * progmodes/sh-script.el: Many doc usage fixes.
30473 (sh-indent-after-do): Change default to match common styles.
30474
30475 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
30476
30477 * files.el (interpreter-mode-alist)
30478 (auto-mode-interpreter-regexp): Doc fixes.
30479
30480 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
30481
30482 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
30483
30484 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
30485
30486 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
30487
30488 * dired.el (dired-mode): make-variable-buffer-local =>
30489 make-local-variable.
30490
30491 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30492
30493 * term/mac-win.el (mac-select-convert-to-string): Try coding
30494 systems in mac-script-code-coding-systems if specified one cannot
30495 encode string for `com.apple.traditional-mac-plain-text'.
30496
30497 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
30498
30499 * progmodes/make-mode.el (makefile-targets-face)
30500 (makefile-shell-face, makefile-makepp-perl-face): New faces.
30501 (makefile-dependency-regex): Fix it to not make the colon in
30502 $(var:a=b) special.
30503 (makefile-rule-action-regex): New regexp for highlighting embedded
30504 Shell strings.
30505 (makefile-macroassign-regex): Handle != for highlighting as
30506 embedded Shell strings.
30507 (makefile-var-use-regex): New const.
30508 (makefile-statements, makefile-automake-statements)
30509 (makefile-gmake-statements, makefile-makepp-statements)
30510 (makefile-bsdmake-statements): New consts.
30511 (makefile-make-font-lock-keywords): New function.
30512 (makefile-automake-font-lock-keywords)
30513 (makefile-gmake-font-lock-keywords)
30514 (makefile-makepp-font-lock-keywords)
30515 (makefile-bsdmake-font-lock-keywords): New consts.
30516 (makefile-mode-map): Add switchers between the various submodes.
30517 (makefile-mode): Document the availability of the variants.
30518 (makefile-automake-mode, makefile-gmake-mode)
30519 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
30520
30521 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
30522 new variants of makefile-mode.
30523
30524 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
30525
30526 * font-lock.el (font-lock-comment-delimiter-face): Fix up
30527 the inheritance.
30528
30529 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
30530
30531 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
30532 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
30533
30534 * files.el (normal-mode): Extend the scope of the
30535 `enable-local-variables' binding to include the `set-auto-mode' call.
30536 (magic-mode-alist): Doc fix.
30537
30538 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
30539
30540 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
30541 font-lock-comment-face rather than copying its setting.
30542
30543 2005-05-12 Andreas Schwab <schwab@suse.de>
30544
30545 * eshell/esh-mode.el (eshell-send-input): Doc fix.
30546
30547 2005-05-12 Lute Kamstra <lute@gnu.org>
30548
30549 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
30550 defcustom for the mode hook variable. Delete the last argument.
30551 * generic-x.el: Fix callers of define-generic-mode.
30552 (generic-x-modes): Delete group.
30553 (show-tabs-tab-face, show-tabs-space-face): Put them in the
30554 generic-x customization group.
30555
30556 2005-05-12 Kim F. Storm <storm@cua.dk>
30557
30558 * font-lock.el (font-lock-negation-char-face): Default to "off".
30559
30560 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
30561 font-lock-negation-char-face to ! in !=.
30562
30563 2005-05-12 Masatake YAMATO <jet@gyve.org>
30564
30565 * add-log.el (find-change-log): Fix typos in the docstring
30566 of function.
30567
30568 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
30569
30570 * international/latexenc.el (latexenc-find-file-coding-system):
30571 Avoid `re-search-forward' when looking for input encoding because
30572 of speed and safety. Better regular expressions for recognizing
30573 input encoding. Limit a search for TeX-master/tex-main-file to
30574 the local variable section.
30575
30576 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
30577
30578 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
30579 syntax of $ to "'" (quote).
30580
30581 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
30582
30583 * dnd.el (dnd-protocol-alist): Improve custom type.
30584
30585 * dired.el (dired-dnd-protocol-alist): New variable.
30586 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
30587 `dired-mode-hook' to the end.
30588
30589 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
30590
30591 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
30592 comment-end if comment-start-skip is not set.
30593 Obey the font-lock-comment-delimiter-face variables.
30594
30595 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
30596
30597 * files.el (executable-find): Move from executable.el. Use
30598 locate-file.
30599 * progmodes/executable.el (executable-find): Move to files.el.
30600
30601 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
30602 when trying to ensure forward progress.
30603
30604 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
30605
30606 * mouse-sel.el (mouse-sel-follow-link-p): New function.
30607 (mouse-select, mouse-select-internal, mouse-extend-internal):
30608 Use it to implement mouse-1-click-follows-link functionality.
30609
30610 2005-05-11 Richard M. Stallman <rms@gnu.org>
30611
30612 * font-lock.el (font-lock-fontify-syntactically-region):
30613 Use font-lock-comment-delimiter-face for comment delimiters.
30614
30615 2005-05-10 Jay Belanger <belanger@truman.edu>
30616
30617 * calc/calc-help.el (calc-m-prefix-help): Add mention of
30618 preserving embedded modes.
30619
30620 2005-05-10 Richard M. Stallman <rms@gnu.org>
30621
30622 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
30623
30624 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
30625 Move from ada-stmt.el.
30626 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
30627
30628 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
30629 Move to ada-mode.el.
30630 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
30631
30632 * cus-edit.el (custom-file): Call file-chase-links.
30633
30634 * files.el (read-directory-name): Fix previous change.
30635 (hack-local-variables-confirm): New function.
30636 (hack-local-variables-prop-line, hack-local-variables)
30637 (hack-one-local-variable): Use it.
30638
30639 2005-05-10 Lute Kamstra <lute@gnu.org>
30640
30641 * font-lock.el (font-lock-keywords-alist)
30642 (font-lock-removed-keywords-alist): Clarify docstrings.
30643
30644 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
30645
30646 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
30647 (gdb-source-info): Check for preprocessor info.
30648 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
30649 a macro for a function.
30650 (gdb-info-breakpoints-custom): Try to find file again if not already
30651 found (user might have used GDB dir command).
30652 (gdb-get-location): Update gdb-location-alist correctly for change
30653 to gdb-info-breakpoints-custom.
30654
30655 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
30656 (gud-tooltip-print-command): Add gdbmi case.
30657 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
30658 preprocessor info.
30659
30660 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
30661
30662 * startup.el (fancy-splash-insert): Fix typo in doc string.
30663
30664 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
30665
30666 * obsolete/float.el (string-to-float):
30667 * obsolete/hilit19.el (hilit-add-pattern):
30668 * obsolete/rnews.el (news-parse-range, news-select-message)
30669 (news-get-pruned-list-of-files): Replace `string-to-int' by
30670 `string-to-number'.
30671
30672 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
30673 `find-file-not-found-hooks'; use `add-hook'.
30674 (uncompress-while-visiting): Set `write-file-functions', not
30675 `write-file-hooks'; use `add-hook'.
30676
30677 2005-05-09 Kim F. Storm <storm@cua.dk>
30678
30679 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
30680 (cua-paste): Handle clipboard action.
30681 (cua--init-keymaps): Remap clipboard-kill-region and
30682 clipboard-kill-ring-save.
30683
30684 2005-05-08 Eli Zaretskii <eliz@gnu.org>
30685
30686 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30687 Improve commentary.
30688
30689 * simple.el (next-error-overlay-arrow-position): Revert the change
30690 made on 2005-04-30.
30691
30692 2005-05-07 Jay Belanger <belanger@truman.edu>
30693
30694 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
30695 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
30696 `calc-sel-reselect'.
30697
30698 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
30699 Calc is in embedded mode.
30700
30701 2005-05-07 Eli Zaretskii <eliz@gnu.org>
30702
30703 * progmodes/compile.el (compilation-setup):
30704 Set overlay-arrow-string to an empty string on text terminals.
30705
30706 * textmodes/ispell.el (ispell-program-name): Try looking for
30707 "aspell" along exec-path, and if found, use it as the default
30708 speller program.
30709
30710 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
30711
30712 * international/mule.el (sgml-xml-auto-coding-function):
30713 Recognize encoding='FOO' in single quotes as well as in double quotes.
30714
30715 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
30716
30717 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
30718 as well as `interactive', so that defmacro* would recognize
30719 `declare' forms.
30720
30721 2005-05-07 Eli Zaretskii <eliz@gnu.org>
30722
30723 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30724 Explain more about the LIGHTER arg's usage in the doc string.
30725 Add commentary to clarify what the code does. Fix the regexp that
30726 strips whitespace from LIGHTER. Quote LIGHTER before using it,
30727 since it could have characters special to regular expressions.
30728
30729 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
30730
30731 * replace.el (occur-1): Bind inhibit-read-only so that
30732 erase-buffer doesn't barf on read-only text properties (likewise
30733 for add-text-properties in occur-engine). Mark buffer as unmodified.
30734 (occur-engine): Don't set buffer-read-only here.
30735
30736 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
30737
30738 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
30739 list-buffers-directory. This caused the *cvs-commit* buffer to be
30740 sometimes mistakenly reused as a *cvs* buffer.
30741
30742 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
30743
30744 * tooltip.el: Move code for GUD tooltips into gud.el.
30745 (require): CL no longer needed to compile case.
30746 (tooltip-mode): Do not toggle functions for GUD tooltips.
30747 (tooltip-gud-tips-p): Remove. Replace with minor mode
30748 gud-tooltip-mode in gud.el.
30749 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
30750 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
30751 tooltip-gud prefix with gud-tooltip and obsolete.
30752 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
30753 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
30754 (tooltip-mouse-motion): Mouse movement functions/variable.
30755 Rename in gud.el by adding gud prefix.
30756 (tooltip-gud-original-filter, tooltip-gud-dereference)
30757 (tooltip-gud-event, tooltip-toggle-gud-tips)
30758 (tooltip-gud-process-output, tooltip-gud-print-command)
30759 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
30760 gud.el by replacing tooltip-gud prefix with gud-tooltip.
30761 (gdb-tooltip-print): Move to gdb-ui.el.
30762
30763 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
30764 (require): CL needed to compile case.
30765 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
30766 tooltip-gud-tips-p. Make it a minor-mode.
30767 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
30768 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
30769 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
30770 (gud-tooltip-change-major-mode)
30771 (gud-tooltip-activate-mouse-motions-if-enabled)
30772 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
30773 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
30774 (gud-tooltip-original-filter, gud-tooltip-dereference)
30775 (gud-tooltip-event, tooltip-toggle-gud-tips)
30776 (gud-tooltip-process-output, gud-tooltip-print-command)
30777 (gud-tooltip-tips): Move from tooltip.el.
30778
30779 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
30780 (gdb-cpp-define-alist-flags): Doc fix.
30781 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
30782 gud-tooltip-mode is t.
30783
30784 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
30785
30786 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
30787 evaporate if their text is deleted.
30788 (goto-address-at-point): Make it work as a mouse binding as well.
30789 (goto-address-at-mouse): Obsolete it. Update users.
30790
30791 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
30792
30793 * calendar/appt.el (top-level): No longer activate on load.
30794
30795 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
30796
30797 * calendar/cal-bahai.el (mark-bahai-diary-entries):
30798 * net/webjump.el (webjump):
30799 * progmodes/idlw-help.el (idlwave-do-context-help1)
30800 (idlwave-highlight-linked-completions):
30801 * textmodes/po.el (po-find-file-coding-system-guts):
30802 Replace `assoc-ignore-case' by `assoc-string'.
30803
30804 2005-05-06 Eli Zaretskii <eliz@gnu.org>
30805
30806 * files.el (locate-file): Doc fix.
30807
30808 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
30809 Remove the redundant test for ms-dos.
30810
30811 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
30812 look for the preprocessor with exec-suffixes. If not found in
30813 standard places, look in exec-path. Remove most of the tests that
30814 used system-type.
30815
30816 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
30817
30818 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
30819
30820 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
30821 file-name clash with jka-compr.el on 8+3 filesystems.
30822
30823 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30824
30825 * term/mac-win.el: Don't define or bind scroll bar functions if
30826 x-toolkit-scroll-bars is t.
30827 (x-select-text, x-get-selection-value): Clear
30828 x-last-selected-text-clipboard if x-select-enable-clipboard is
30829 nil.
30830 (PRIMARY): Put mac-scrap-name property.
30831 (mac-select-convert-to-file-url): New function.
30832 (public.file-url): New selection target type. Add to
30833 selection-converter-alist.
30834 (x-get-selection, x-selection-value): Handle it.
30835 (x-cut-buffer-or-selection-value): New alias.
30836
30837 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
30838
30839 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
30840 entry to avoid calling bibtex-find-entry with arg global
30841 being t. Remove arg key.
30842 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
30843 (bibtex-copy-summary-as-kill): Change accordingly.
30844
30845 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
30846
30847 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
30848 (org-agenda-date-later): Use with-current-buffer.
30849
30850 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
30851
30852 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
30853 (define-obsolete-variable-alias): Doc Fixes.
30854
30855 2005-05-06 Kim F. Storm <storm@cua.dk>
30856
30857 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
30858 vertical-motion when selective-display is active.
30859
30860 * ido.el (ido-setup-hook): New hook.
30861 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
30862 (ido-input-stack): New var.
30863 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
30864 ido-next-work-file binding to M-O.
30865 Bind M-f to ido-wide-find-file-or-pop-dir.
30866 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
30867 (ido-read-internal): Run ido-setup-hook.
30868 Catch quit in read-file-name and read-string to cancel edit.
30869 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
30870 Automatically pop-all when completing a directory name (RET).
30871 (ido-file-internal): Add with-no-warnings around ffap and dired code.
30872 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
30873 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
30874 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
30875 New functions for M-b/M-f to move among the directory components.
30876 (ido-make-merged-file-list): Catch quit to cancel merge.
30877 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
30878 (ido-completion-help): No warnings for ido-completion-buffer-full.
30879
30880 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
30881
30882 * font-lock.el (font-lock-negation-char-face): New face and variable.
30883 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
30884 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
30885 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
30886 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
30887
30888 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
30889
30890 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
30891 Fix typo in docstring.
30892
30893 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
30894 (ebrowse-print-statistics-line)
30895 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
30896
30897 * term/w32-win.el (image-library-alist): Add additional name for
30898 Xpm library.
30899
30900 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
30901
30902 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
30903 use gcc instead of cpp.
30904
30905 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
30906 (gdb-create-define-alist): Use it.
30907 (gdb-cpp-define-alist-program): Update for MS-DOS.
30908
30909 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
30910
30911 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
30912
30913 2005-05-04 Richard M. Stallman <rms@gnu.org>
30914
30915 * help.el (describe-key): No error when UNTRANSLATED is nil.
30916
30917 * simple.el (line-move-1): Fix previous change to signal errors
30918 appropriately.
30919
30920 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
30921
30922 * calendar/icalendar.el (icalendar-version): Now at 0.12.
30923 (icalendar-duration-correction): Remove.
30924 (icalendar--get-event-properties): Split result at commas.
30925 (icalendar--decode-isoduration): New optional argument
30926 DURATION-CORRECTION.
30927 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
30928 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
30929 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
30930 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
30931 (icalendar--convert-anniversary-to-ical): New functions, extracted
30932 from icalendar-export-region, with bug fixes.
30933 (icalendar-export-region): Use the above functions.
30934 (icalendar-import-buffer): Check before saving diary file.
30935 (icalendar--convert-recurring-to-diary)
30936 (icalendar--convert-non-recurring-all-day-to-diary)
30937 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
30938 extracted from icalendar--convert-ical-to-diary, with bug fixes.
30939 (icalendar--convert-ical-to-diary): Use the above functions.
30940
30941 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
30942
30943 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
30944 Remove these recent additions.
30945 (c-mode): Restore to before 2005-04-28.
30946
30947 * progmodes/cc-vars.el (cc-define-list-program): Remove this
30948 recent addition.
30949
30950 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
30951 (gdb-define-alist): New variables.
30952 (gdb-create-define-alist): New function.
30953 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
30954 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
30955 with string-to-number.
30956 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
30957
30958 * progmodes/gud.el: Replace string-to-int with string-to-number.
30959 (gud-find-file): Handle gdb-define-alist.
30960
30961 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
30962
30963 2005-05-02 Jay Belanger <belanger@truman.edu>
30964
30965 * calc/calc-aent.el (math-read-token):
30966 * calc/calc-bin.el (calc-word-size):
30967 * calc/calc-ext.el (calc-read-number-fancy):
30968 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
30969 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
30970 * calc/calc-frac.el (calc-over-notation):
30971 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
30972 (calc-graph-num-points, calc-graph-init):
30973 * calc/calc-prog.el (calc-read-parse-table-part)
30974 (calc-edit-macro-repeats):
30975 * calc/calc-yank.el (calc-do-grab-rectangle):
30976 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
30977 Replace `string-to-int' by `string-to-number'.
30978
30979 2005-05-02 Kim F. Storm <storm@cua.dk>
30980
30981 * kmacro.el: Use executing-kbd-macro-index variable.
30982
30983 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
30984
30985 * net/rlogin.el (rlogin-parse-words): Delete func.
30986 (rlogin): Use split-string, not rlogin-parse-words.
30987 Also, if there are option-like elements in the parsed args,
30988 take the host to be the first arg immediately following them.
30989 Suggested by Michael Mauger.
30990
30991 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
30992
30993 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
30994
30995 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
30996
30997 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
30998 (cc-mode-cpp-program): Rename to cc-define-list-program and
30999 move to cc-vars.el.
31000
31001 * progmodes/cc-vars.el (cc-define-list-program):
31002 Change to "gcc -E -dM -". Make customizable.
31003
31004 2005-05-02 Kim F. Storm <storm@cua.dk>
31005
31006 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
31007
31008 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
31009
31010 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
31011
31012 * international/mule-util.el (truncate-string): Remove alias and
31013 obsolete declaration.
31014
31015 * international/mule-cmds.el (update-iso-coding-systems):
31016 Remove alias and obsolete declaration.
31017
31018 * international/mule.el (coding-system-parent): Remove alias and
31019 obsolete declaration.
31020
31021 * subr.el (define-function, sref): Remove aliases and obsolete
31022 declarations.
31023 (chars-in-region): Remove obsolete declaration.
31024
31025 2005-05-01 Richard M. Stallman <rms@gnu.org>
31026
31027 * info.el (Info-mode): Set widen-automatically to nil, locally.
31028
31029 * simple.el (widen-automatically): New variable.
31030 (pop-global-mark): Obey widen-automatically.
31031
31032 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
31033
31034 * term/xterm.el (function-key-map): Call substitute-key-definition
31035 before the keymap size is increased by a lot of define-key calls.
31036
31037 2005-05-01 Richard M. Stallman <rms@gnu.org>
31038
31039 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
31040 Rename ARG to ELEMENT. Doc fix.
31041
31042 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
31043
31044 * allout.el (allout-exposure): Remove macro and obsolete declaration.
31045 Remove references to allout-exposure/change to allout-new-exposure.
31046
31047 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
31048 bytecode symbols.
31049
31050 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
31051 (compiled-function-p, focus-frame, unfocus-frame):
31052 Remove aliases and obsolete declarations.
31053 Back out inadvertent changes from previous commit.
31054
31055 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
31056
31057 * files.el (require-final-newline): Make Custom tags consistent
31058 with mode-require-final-newline.
31059 (mode-require-final-newline): Doc fix.
31060
31061 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
31062
31063 * international/latexenc.el (latexenc-find-file-coding-system):
31064 Fix regular expressions.
31065
31066 2005-05-01 David Kastrup <dak@gnu.org>
31067
31068 * international/latexenc.el (latexenc-find-file-coding-system):
31069 Fix regular expressions.
31070
31071 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
31072
31073 * subr.el (string-to-int): Make obsolete.
31074
31075 2005-04-30 Richard M. Stallman <rms@gnu.org>
31076
31077 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
31078
31079 * loadup.el: load jka-comp-hook.
31080
31081 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
31082 (jka-compr-handler): Add autoload. `put' calls moved
31083 to jka-comp-hook.el.
31084 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
31085 (jka-compr-inhibit): Autoload.
31086
31087 * jka-comp-hook.el: New file.
31088 Enable the mode by default.
31089
31090 * files.el (backup-buffer-copy): Use copy-file instead
31091 of write-region, and put back the 'excl.
31092
31093 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
31094
31095 * progmodes/flymake.el (flymake-split-string)
31096 (flymake-split-string, flymake-log, flymake-pid-to-names)
31097 (flymake-reg-names, flymake-get-source-buffer-name)
31098 (flymake-unreg-names, flymake-add-line-err-info)
31099 (flymake-add-err-info): Clarify docstrings.
31100 (flymake-popup-menu, flymake-make-emacs-menu)
31101 (flymake-make-xemacs-menu): Add docstrings.
31102 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
31103 Set variables directly throughout.
31104
31105 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
31106
31107 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
31108 exists. Initialize cc-define-alist.
31109 (c-mode): Add cc-create-define-alist locally to after-save-hook.
31110 If there is no file (Macroexpansion) don't create an alist.
31111
31112 2005-04-29 Sam Steingold <sds@gnu.org>
31113
31114 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
31115 (cc-create-define-alist): Use it instead of the hard-coded string.
31116
31117 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
31118
31119 * international/mule-conf.el (file-coding-system-alist): Fix regexp
31120 for latexenc.
31121
31122 2005-04-29 Lute Kamstra <lute@gnu.org>
31123
31124 * emacs-lisp/generic.el: Improve commentary section.
31125 (define-generic-mode): Improve docstring.
31126
31127 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
31128
31129 * textmodes/org.el (many places): Change to quiet the byte compiler.
31130 (org-prefix-format-compiled): New variable.
31131 (org-compile-prefix-format): New function.
31132 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
31133 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
31134 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
31135 (org-get-entries-from-diary): Use `org-get-time-of-day' for
31136 consistency with entries from `org-mode' files.
31137 (org-get-time-of-day): Fix bug with partial matches early in a line.
31138 (org-non-link-chars): New constant.
31139 (org-link-regexp): Respect `org-non-link-chars'.
31140 (org-agenda-day-view): Remove command.
31141 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
31142 (org-follow-bbdb-link, org-store-link): Search also company field.
31143 (org-highlight-overlay): New variable.
31144 (org-highlight, org-unhighlight): New functions.
31145 (org-agenda-mode): Add pre-command-hook to remove highlight.
31146 (org-evaluate-time-range): Behavior depends upon whether time stamp
31147 contains a time or not.
31148 (org-show-subtree, org-show-entry): New functions.
31149 (org-agenda-cleanup-fancy-diary): Remove empty lines.
31150
31151 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
31152
31153 * comint.el (comint-output-filter-functions): Add autoload cookie.
31154
31155 2005-04-28 Kim F. Storm <storm@cua.dk>
31156
31157 * ido.el (ido-everywhere): Fix last change.
31158
31159 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
31160
31161 * international/latexenc.el: New file.
31162 * international/mule-conf.el (file-coding-system-alist): For .tex,
31163 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
31164
31165 2005-04-28 Lute Kamstra <lute@gnu.org>
31166
31167 * font-lock.el (font-lock-add-keywords)
31168 (font-lock-remove-keywords): Clarify docstring.
31169 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
31170 Don't start docstrings with a `*'.
31171 (font-lock-update-removed-keyword-alist): Give it a docstring.
31172
31173 * generic-x.el: Update commentary section.
31174 Only require font-lock when compiling.
31175 Define all modes conditionally.
31176 Place all generic modes in the generic-x-modes customization group.
31177 (generic-x-modes): New customization group.
31178 (generic-default-modes, generic-mswindows-modes)
31179 (generic-unix-modes, generic-other-modes): New constants.
31180 (generic-define-mswindows-modes, generic-define-unix-modes):
31181 Update docstrings. Make them obsolete.
31182 (generic-extras-enable-list): New default value. Update docstring.
31183 Improve :type. Change :set function.
31184 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
31185 Fix docstring.
31186
31187 * emacs-lisp/generic.el (generic-mode-internal):
31188 Simplify font-lock-defaults.
31189 (define-generic-mode): Fix docstring.
31190
31191 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
31192
31193 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
31194 font-lock-face property to highlight matches.
31195
31196 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
31197
31198 * progmodes/cc-mode.el (cc-create-define-alist): New function.
31199 (cc-define-alist): New variable.
31200 (c-mode): Make it local and initialize it.
31201
31202 * progmodes/gdb-ui.el (gdb-active-process): New variable.
31203 (gdb-exited): New function.
31204 (gdb-annotation-rules): Use it.
31205 (gdb-starting): Set gdb-active-process to t.
31206 (gdb-stopping): Amend doc string.
31207 (gdb-reset): Set gdb-active-process to nil.
31208
31209 * tooltip.el (tooltip-gud-tips): Show the associated #define
31210 directives when a C program under GDB is not executing.
31211
31212 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
31213
31214 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
31215 font-lock-fontify-syntactic-keywords.
31216
31217 * font-lock.el (font-lock-default-fontify-region): Don't force
31218 parse-sexp-lookup-properties to nil.
31219
31220 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
31221
31222 * man.el (man-mode-syntax-table): Set up `:' to have
31223 word-constituent syntax.
31224
31225 2005-04-27 Lute Kamstra <lute@gnu.org>
31226
31227 * novice.el (disable-command): Don't add spurious newlines to the
31228 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
31229
31230 2005-04-26 Jay Belanger <belanger@truman.edu>
31231
31232 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
31233 than one window before deleting window.
31234
31235 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
31236
31237 * shell.el (shell-prompt-pattern): Doc fix.
31238 (shell-mode): Set paragraph-separate buffer locally to "\\'".
31239
31240 * comint.el (comint-prompt-regexp, comint-get-old-input)
31241 (comint-use-prompt-regexp)
31242 (comint-use-prompt-regexp-instead-of-fields)
31243 (comint-replace-by-expanded-history, comint-send-input)
31244 (comint-output-filter, comint-get-old-input-default)
31245 (comint-line-beginning-position, comint-bol, comint-show-output)
31246 (comint-backward-matching-input, comint-forward-matching-input)
31247 (comint-next-prompt, comint-previous-prompt):
31248 Rename `comint-use-prompt-regexp-instead-of-fields' to
31249 `comint-use-prompt-regexp'. Keep old name as alias and declare
31250 obsolete.
31251 (comint-use-prompt-regexp): Shorten first line of doc string.
31252
31253 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
31254 Set paragraph-separate buffer locally to "\\'".
31255
31256 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
31257 Adapt to above name change.
31258
31259 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
31260 (smbclient-prompt-regexp): Ditto.
31261
31262 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
31263
31264 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
31265
31266 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
31267 gdb-location-list.
31268 Break lines that are over 80 characters wide.
31269
31270 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
31271
31272 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
31273 New fun and var, to preserve compatibility.
31274
31275 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
31276
31277 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
31278
31279 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
31280 name to file-newer-than-file-p.
31281
31282 2005-04-26 Richard M. Stallman <rms@gnu.org>
31283
31284 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
31285
31286 * progmodes/python.el (python-mode):
31287 Use new name eldoc-documentation-function.
31288
31289 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
31290
31291 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31292 (eldoc-documentation-function):
31293 Rename from eldoc-print-current-symbol-info-function. Calls changed.
31294
31295 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
31296
31297 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
31298
31299 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
31300
31301 * term/xterm.el (function-key-map): Fix strings for
31302 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
31303 {C,S,A,C-S}-{f1-f12}.
31304
31305 2005-04-26 Kenichi Handa <handa@m17n.org>
31306
31307 * international/mule-cmds.el (select-safe-coding-system):
31308 Fix previous change.
31309
31310 2005-04-26 Lute Kamstra <lute@gnu.org>
31311
31312 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
31313
31314 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
31315 (font-lock-comment-delimiter-face): Ditto.
31316
31317 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
31318
31319 2005-04-25 Jay Belanger <belanger@truman.edu>
31320
31321 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
31322 to t while inserting information; use help-mode.
31323
31324 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
31325
31326 * term.el (ansi-term-color-vector): Use the xterm colors.
31327 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
31328
31329 2005-04-25 Lute Kamstra <lute@gnu.org>
31330
31331 * font-core.el (font-lock-defaults): Fix docstring.
31332
31333 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
31334
31335 2005-04-25 Kenichi Handa <handa@m17n.org>
31336
31337 * international/mule-cmds.el (select-safe-coding-system):
31338 Don't check consistency with coding: spec, etc if raw-text or
31339 no-conversion was found to be safe.
31340
31341 2005-04-24 Richard M. Stallman <rms@gnu.org>
31342
31343 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
31344 citation markers at start of each line.
31345
31346 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
31347 citation markers at start of each line.
31348
31349 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
31350
31351 * files.el (mode-require-final-newline): Fix previous change.
31352 (require-final-newline): Fix type label.
31353
31354 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
31355
31356 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
31357 statement in buffer (broken by 2004-11-24 change).
31358
31359 2005-04-24 Kim F. Storm <storm@cua.dk>
31360
31361 * ido.el (ido-everywhere): Save and restore old read-buffer-function
31362 and read-file-name-function values. Don't overwrite existing
31363 non-nil values if ido-mode is enabled without ido-everywhere.
31364
31365 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
31366
31367 * files.el (mode-require-final-newline): Minor doc fix.
31368
31369 2005-04-24 Eli Zaretskii <eliz@gnu.org>
31370
31371 * subr.el (syntax-after): Doc fix.
31372 (syntax-class): If argument is nil, return nil. Mask off upper 16
31373 bits, not 8 bits.
31374
31375 * files.el (mode-require-final-newline): Doc fix.
31376 (backup-buffer-copy): Fix last change.
31377
31378 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31379
31380 * term/mac-win.el: Require select. Set selection-coding-system to
31381 mac-system-coding-system. Call menu-bar-enable-clipboard.
31382 (x-last-selected-text-clipboard, x-last-selected-text-primary)
31383 (x-select-enable-clipboard): New variables.
31384 (x-select-text, x-get-selection, x-selection-value)
31385 (x-get-selection-value, mac-select-convert-to-string)
31386 (mac-services-open-file, mac-services-open-selection)
31387 (mac-services-insert-text): New functions.
31388 (CLIPBOARD, FIND): Put mac-scrap-name property.
31389 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
31390 (public.tiff): Put mac-ostype property.
31391 (selection-converter-alist): Add entries for them.
31392 (mac-application-menu-map): New keymap.
31393 (interprogram-cut-function, interprogram-paste-function): Set to
31394 x-select-text and x-get-selection-value, respectively.
31395 (split-window-keep-point): Set to t.
31396
31397 2005-04-23 Richard M. Stallman <rms@gnu.org>
31398
31399 * files.el (read-directory-name): Always pass non-nil
31400 DEFAULT-FILENAME arg to read-file-name.
31401 (backup-buffer-copy, basic-save-buffer-2): Take care against
31402 writing thru an unexpected existing symlink.
31403 (revert-buffer): In indirect buffer, revert the base buffer.
31404 (magic-mode-alist): Doc fix.
31405 (buffer-stale-function): Doc fix.
31406 (minibuffer-with-setup-hook): Avoid warning.
31407 (mode-require-final-newline): Doc and custom fix.
31408
31409 * follow.el (follow-end-of-buffer): Use with-no-warnings.
31410
31411 * font-lock.el (font-lock-comment-face): On terminals with few colors,
31412 use the default appearance.
31413 (font-lock-comment-delimiter-face): New face, new variable.
31414
31415 * imenu.el (imenu--generic-function): The official position of a
31416 definition is the start of the line that BEG is in.
31417
31418 * midnight.el (midnight-timer): Move defvar up.
31419
31420 * mouse.el (mouse-drag-region-1): Delete some debugging code.
31421
31422 * saveplace.el (save-place-to-alist): Use with-no-warnings.
31423
31424 * startup.el (command-line): Use with-no-warnings.
31425
31426 * window.el (window-size-fixed): New defvar.
31427
31428 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
31429
31430 * mail/rmail.el (rmail-font-lock-keywords):
31431 Use font-lock-comment-delimiter-face.
31432
31433 * mail/sendmail.el (mail-font-lock-keywords):
31434 Use font-lock-comment-delimiter-face.
31435
31436 * progmodes/compile.el (next-error-highlight-timer): New defvar.
31437
31438 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
31439
31440 * progmodes/compile.el (compilation-mode-font-lock-keywords):
31441 Specify t for LAXMATCH when matching directories.
31442 Save match data around compilation-compat-error-properties form.
31443
31444 2005-04-23 David Kastrup <dak@gnu.org>
31445
31446 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
31447 Mention that the autoloaded aliases should be kept for AUCTeX.
31448
31449 2005-04-23 Andreas Schwab <schwab@suse.de>
31450
31451 * isearch.el (isearch-forward): Doc fix.
31452
31453 2005-04-23 Eli Zaretskii <eliz@gnu.org>
31454
31455 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
31456 (jit-lock-stealth-nice): Change default value to 0.5.
31457
31458 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
31459
31460 * abbrev.el (write-abbrev-file): Write table entries in
31461 alphabetical order by table name.
31462
31463 2005-04-22 Kim F. Storm <storm@cua.dk>
31464
31465 * ido.el (ido-read-internal): Fix `list' completion.
31466
31467 2005-04-22 Kenichi Handa <handa@m17n.org>
31468
31469 * recentf.el (recentf-save-file-coding-system): New variable.
31470 (recentf-save-list): Encode the file by
31471 recentf-save-file-coding-system and add coding: tag.
31472
31473 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
31474
31475 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
31476
31477 2005-04-21 Lute Kamstra <lute@gnu.org>
31478
31479 * loadhist.el (unload-feature): Don't remove a function from hooks
31480 if it is about to be restored to an autoload . Remove functions
31481 that will become unbound from auto-mode-alist. Simplify the code.
31482
31483 * subr.el (assq-delete-all): New implementation that is linear,
31484 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
31485 (rassq-delete-all): New function.
31486
31487 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31488 Add size-indication-mode.
31489
31490 2005-04-21 Kenichi Handa <handa@m17n.org>
31491
31492 * international/mule-cmds.el: Add autoload for widget-value in
31493 eval-when-compile.
31494
31495 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
31496
31497 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31498 Add tooltip-mode.
31499
31500 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
31501
31502 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
31503
31504 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
31505 (inferior-lisp-filter-regexp, inferior-lisp-program)
31506 (inferior-lisp-load-command, inferior-lisp-prompt)
31507 (inferior-lisp-mode-hook, lisp-source-modes)
31508 (inferior-lisp-load-hook): defvar->defcustom.
31509 (inferior-lisp-program, inferior-lisp-prompt)
31510 (inferior-lisp-load-hook): Doc fixes.
31511 (inferior-lisp-install-letter-bindings): Small change in
31512 introductory comment.
31513
31514 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
31515
31516 * vc.el (vc-annotate-color-map): Change some colors so that text
31517 using them as foreground is readable on both white and black
31518 backgrounds.
31519
31520 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
31521
31522 * international/mule-conf.el (translation-table-for-input):
31523 Remove redundant declaration.
31524
31525 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
31526
31527 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
31528
31529 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
31530 (tooltip-toggle-gud-tips): New function.
31531
31532 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31533
31534 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
31535 right angle brackets.
31536
31537 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
31538
31539 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
31540
31541 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
31542
31543 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
31544 Remove. Update callers to use expand-file-name instead.
31545
31546 * subr.el (syntax-class): New function.
31547
31548 * simple.el (blink-matching-open): Use it.
31549
31550 * paren.el (show-paren-function): Use it to recognize parens that are
31551 also used in 2-char comment markers.
31552
31553 2005-04-19 Lute Kamstra <lute@gnu.org>
31554
31555 * loadhist.el (unload-feature): Update for new format of
31556 load-history. Simplify the code.
31557
31558 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31559
31560 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
31561 (mac-add-charset-info): New function. Initialize variable
31562 mac-charset-info-alist using it.
31563 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
31564 for translation.
31565 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
31566 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
31567 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
31568 New CCL programs.
31569
31570 2005-04-19 Kim F. Storm <storm@cua.dk>
31571
31572 * simple.el (next-buffer, prev-buffer, next-error)
31573 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31574 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
31575
31576 * bindings.el (next-buffer, prev-buffer, next-error)
31577 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31578 (clone-indirect-buffer-other-window): Move bindings from simple.el.
31579 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
31580 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
31581
31582 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
31583
31584 * isearch.el (isearch-edit-string): Make the search-ring available for
31585 minibuffer history commands.
31586 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
31587 the default history commands now work just as well.
31588 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
31589
31590 2005-04-18 Kim F. Storm <storm@cua.dk>
31591
31592 * emulation/cua-base.el (cua--pre-command-handler): Add more
31593 elaborate check for shift modifier on non-window systems.
31594
31595 2005-04-18 Lars Hansen <larsh@math.ku.dk>
31596
31597 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
31598
31599 2005-04-18 Kim F. Storm <storm@cua.dk>
31600
31601 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
31602 and make it optional. Don't test tooltip-gud-echo-area here.
31603 (tooltip-gud-process-output, gdb-tooltip-print):
31604 Pass tooltip-gud-echo-area to tooltip-show.
31605 (tooltip-help-tips): Remove second optional arg to tooltip-show.
31606
31607 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31608
31609 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
31610 `display-graphic-p' may not be bound yet.
31611
31612 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
31613
31614 * startup.el (command-line): No longer enable Xterm Mouse mode by
31615 default in terminals compatible with xterm.
31616
31617 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
31618
31619 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
31620
31621 * tooltip.el (tooltip-gud-echo-area): Rename from
31622 tooltip-use-echo-area.
31623 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
31624 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
31625 area independently of where help tooltips are displayed.
31626
31627 2005-04-17 David Kastrup <dak@gnu.org>
31628
31629 * cus-theme.el (custom-theme-write-variables): Quote variables
31630 where necessary.
31631
31632 2005-04-17 Richard M. Stallman <rms@gnu.org>
31633
31634 * simple.el (yank-excluded-properties): Add follow-link to value.
31635
31636 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
31637
31638 * startup.el (fancy-splash-max-time): Just 30 seconds.
31639 (fancy-splash-delay): Just 7.
31640 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
31641
31642 * loadhist.el (unload-feature): Update for new format of load-history.
31643 Simplify the code.
31644
31645 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
31646 (rmail-font-lock-keywords): Don't fontify the text of a citation.
31647
31648 * mail/sendmail.el (mail-font-lock-keywords):
31649 Don't fontify subject text.
31650 Don't fontify the text of a citation.
31651
31652 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
31653
31654 * comint.el (comint-output-filter): Run comint-output-filter-functions
31655 with point where the user had it.
31656
31657 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
31658
31659 * international/ucs-tables.el (ucs-set-table-for-input):
31660 Disable when using unify-on-decoding.
31661
31662 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
31663
31664 * emulation/cua-base.el (cua-global-mark-face): Add special case
31665 for displays supporting a high number of colors.
31666
31667 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
31668
31669 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
31670
31671 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
31672
31673 * filesets.el (filesets-add-buffer): If user supplies a name of a
31674 non-existing fileset, create a new fileset.
31675
31676 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
31677
31678 * textmodes/org.el (org-up-heading-all): Fix bug with
31679 `outline-up-heading-all'.
31680
31681 2005-04-16 Andreas Schwab <schwab@suse.de>
31682
31683 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
31684 /etc/permissions.d/* and /etc/aliases.d/*.
31685
31686 2005-04-16 Kenichi Handa <handa@m17n.org>
31687
31688 * international/code-pages.el (cp-make-coding-system):
31689 Set `translation-table-for-input' property value to the symbol
31690 ucs-mule-to-mule-unicode, not to that value.
31691 (pt154): Escape guillemet by `\'.
31692
31693 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
31694
31695 * loadup.el: Load tooltip if x-show-tip is fboundp.
31696
31697 * startup.el (command-line): Add comment.
31698
31699 * tooltip.el (tooltip-mode): Specify correct standard value for
31700 Custom in init-value.
31701
31702 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
31703
31704 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
31705 possible.
31706
31707 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
31708
31709 * textmodes/org.el (org-agenda-date-prompt): Rename from
31710 `org-agenda-date-today'.
31711 (org-evaluate-time-range): Insert at point instead of directly
31712 after time range.
31713 (org-first-headline-recenter, org-subtree-end-visible-p)
31714 (org-optimize-window-after-visibility-change): New functions
31715 (org-agenda-post-command-hook): Don't allow point at end of line,
31716 to make sure it always hits the text properties.
31717 (org-agenda-next-date-line, org-agenda-previous-date-line):
31718 New commands.
31719 (org-set-regexps-and-options): Category may contain white space.
31720 (org-agenda-get-deadlines, org-agenda-get-scheduled):
31721 Improve marker positions.
31722 (org-agenda-new-marker): Argument POS made optional.
31723 (org-agenda-get-timestamps): Deadlines which are done are listed
31724 in org-done-face now.
31725 (org-agenda-get-todos, org-agenda-get-timestamps)
31726 (org-agenda-get-deadlines, org-agenda-get-scheduled):
31727 Set `undone-face' and `done-face' properties.
31728 (org-last-todo-state-is-todo): New variable.
31729 (org-todo): Set `org-last-todo-state-is-todo'.
31730 (org-agenda-todo): Change face according to
31731 `org-last-todo-state-is-todo'. And change other lines referring to
31732 the same entry.
31733 (org-calendar-goto-agenda): New command.
31734 (org-calendar-to-agenda-key): New option.
31735 (org-startup-folded): New allowed value `content'.
31736 (org-set-regexps-and-options): Accept new value `content' for
31737 `org-startup-folded'.
31738 (org-get-current-options): Handle new value `content' for
31739 `org-startup-folded'.
31740 (org-insert-todo-heading): New command.
31741 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
31742 interactively in empty file and option
31743 `org-insert-mode-line-in-empty-file' has been set.
31744 (org-agenda-todo, org-agenda-priority): Modify to use
31745 `org-agenda-change-all-lines'.
31746 (org-warning-face): Change color on dark background.
31747
31748 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31749
31750 * international/mule-cmds.el (set-locale-environment): On Mac OS,
31751 use preferences AppleLocale and AppleLanguages, and variable
31752 mac-system-locale for default locale. On Mac OS Classic, use
31753 mac-system-coding-system for default coding systems.
31754
31755 * term/mac-win.el: Don't set file-name-coding-system.
31756 Decode variables system-name, emacs-build-system, user-login-name, and
31757 user-full-name by mac-system-coding-system on Mac OS Classic.
31758 (mac-system-coding-system): New variable.
31759
31760 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
31761
31762 * startup.el (command-line): Handle `xterm-mouse-mode' before
31763 reading init file.
31764
31765 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
31766
31767 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
31768
31769 * progmodes/sh-script.el (sh-here-document-word): Make it a
31770 defcustom. Doc fix.
31771 (sh-add): Bash uses $(( )) for arithmetic.
31772 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
31773 (sh-maybe-here-document): Remove quotes and leading whitespace
31774 from heredoc word when closing. Indent heredoc with tabs if word
31775 starts with "-".
31776
31777 2005-04-13 Richard M. Stallman <rms@gnu.org>
31778
31779 * simple.el (undo): Fix previous change.
31780
31781 * custom.el (defface): Doc fix.
31782
31783 2005-04-13 Lute Kamstra <lute@gnu.org>
31784
31785 * Makefile.in (DONTCOMPILE): Remove list.
31786 (compile, compile-always): Don't use DONTCOMPILE.
31787 (update-authors): Load the library in which batch-update-authors
31788 is defined.
31789 * makefile.w32-in (DONTCOMPILE): Remove list.
31790 (compile, compile-always): Fix comments.
31791 (update-authors): Load the library in which batch-update-authors
31792 is defined.
31793
31794 * generic-x.el (generic-mode-ini-file-find-file-hook):
31795 Rename to ini-generic-mode-find-file-hook.
31796 Keep generic-mode-ini-file-find-file-hook as an alias.
31797 (ini-generic-mode-find-file-hook): Rename from
31798 generic-mode-ini-file-find-file-hook. Fix docstring.
31799 (ini-generic-mode): Docstring change.
31800 (bat-generic-mode-run-as-comint): Silence the byte compiler.
31801
31802 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
31803 called from lisp.
31804
31805 * generic.el: Move to the emacs-lisp subdir.
31806
31807 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
31808
31809 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
31810 and C-S- function and cursor motion keys.
31811
31812 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
31813
31814 * startup.el (command-line): Enable Xterm Mouse mode by default.
31815 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
31816 for Custom. No longer show "Mouse" in mode line when enabled.
31817 Doc fix.
31818
31819 2005-04-12 Kim F. Storm <storm@cua.dk>
31820
31821 * emulation/cua-base.el (cua-rectangle-face)
31822 (cua-rectangle-noselect-face): Define face attributes here.
31823
31824 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
31825
31826 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31827
31828 * startup.el (command-line): Turn off blinking cursor if
31829 cursorBlink in resources is off or false.
31830
31831 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31832
31833 * term/mac-win.el (dnd): Require dnd.
31834 (mac-drag-n-drop): Call dnd-handle-one-url.
31835 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
31836 (kTextEncodingISOLatin2): Remove constants.
31837 (mac-script-code-coding-systems): New constant.
31838 (mac-handle-language-change): New function.
31839 (special-event-map): Bind it to `language-change' event.
31840 (mac-centraleurroman, mac-cyrillic): New coding systems.
31841 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
31842 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
31843 and mac-cyrillic-encoder to encode-mac-centraleurroman and
31844 encode-mac-cyrillic, respectively.
31845
31846 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31847
31848 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
31849 Don't set overlay-arrow-string to "=>" as this is done
31850 globally in C now.
31851
31852 2005-04-12 Lute Kamstra <lute@gnu.org>
31853
31854 * generic-x.el (rc-generic-mode, rul-generic-mode):
31855 Fix auto-mode-alist entries.
31856 (etc-fstab-generic-mode): Tweak fontification.
31857
31858 * generic.el (generic-make-keywords-list): Fix docstring.
31859 (generic-mode-internal): Simplify generic-font-lock-keywords.
31860
31861 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
31862
31863 * whitespace.el (whitespace-buffer-leading)
31864 (whitespace-buffer-trailing): Revert the incorrect test inversion.
31865 However, fix the highlight area for the leading and
31866 trailing whitespaces to show space.
31867
31868 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
31869
31870 * whitespace.el (whitespace-version): Bump to 3.5.
31871
31872 (whitespace-buffer-leading, whitespace-buffer-trailing):
31873 Invert sense of the test to highlight the whitespace.
31874
31875 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31876
31877 * progmodes/gud.el (gud-display-line): GUD uses its own
31878 overlay arrow now so don't set overlay-arrow-string.
31879 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
31880
31881 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
31882
31883 * term.el (term-ansi-current-bold, term-ansi-current-underline)
31884 (term-ansi-current-reverse, term-ansi-current-invisible)
31885 (term-ansi-face-already-done): Change to boolean.
31886 (term-reset-terminal, term-handle-colors-array): Handle the above
31887 vars accordingly.
31888 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
31889 (term-emulate-terminal): Use the new name.
31890
31891 * faces.el (secondary-selection): Use yellow1, not yellow.
31892 (trailing-whitespace): Use red1, not red.
31893
31894 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31895
31896 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
31897 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
31898 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
31899
31900 * cus-edit.el (dnd): New group.
31901
31902 * term/w32-win.el (dnd): Require dnd
31903 (w32-drag-n-drop): Call dnd-handle-one-url.
31904
31905 * x-dnd.el: Require dnd.
31906 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
31907 Call dnd-handle-one-url.
31908 (x-dnd-types-alist, x-dnd-insert-utf8-text)
31909 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
31910 to dnd-insert-text.
31911 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
31912 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
31913 (x-dnd-get-local-file-name, x-dnd-open-local-file)
31914 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
31915
31916 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
31917
31918 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
31919
31920 * wdired.el: Doc fixes.
31921 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
31922 (wdired-use-dired-vertical-movement): Rename from
31923 wdired-always-move-to-filename-beginning.
31924 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
31925 (wdired-change-to-wdired-mode): Change mode name.
31926 (wdired-newline): Delete.
31927
31928 2005-04-11 Richard M. Stallman <rms@gnu.org>
31929
31930 * whitespace.el (whitespace-highlight-the-space):
31931 Don't call whitespace-unhighlight-the-space here.
31932
31933 * simple.el (undo): Record t in undo-equiv-table
31934 for the redo record made by an undo-in-region.
31935
31936 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31937
31938 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
31939 (gdb-frame-inferior-io-buffer): New Functions to control
31940 display of separate IO buffer.
31941 (menu): Add them to menu-bar.
31942 (gdb-display-buffer): Check for buffer another frame.
31943 Protect GUD buffer.
31944 (gdb-setup-windows): Create IO buffer if not already there.
31945 (gdb-memory-mode): Remove purecopy noops.
31946
31947 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
31948
31949 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
31950 and pass to self-insert-command.
31951
31952 2005-04-11 Lute Kamstra <lute@gnu.org>
31953
31954 * generic.el: Commentary section cleanup.
31955 (generic): Delete.
31956 (generic-use-find-file-hook, generic-lines-to-scan)
31957 (generic-find-file-regexp, generic-ignore-files-regexp)
31958 (default-generic-mode, generic-mode-find-file-hook)
31959 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
31960 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
31961 (generic-use-find-file-hook, generic-lines-to-scan)
31962 (generic-find-file-regexp, generic-ignore-files-regexp)
31963 (default-generic-mode, generic-mode-find-file-hook)
31964 (generic-mode-ini-file-find-file-hook): Move from generic.el.
31965
31966 2005-04-10 Karl Fogel <kfogel@red-bean.com>
31967
31968 * bookmark.el (bookmark-write-file): Catch errors writing file.
31969 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
31970
31971 2005-04-10 Richard M. Stallman <rms@gnu.org>
31972
31973 * startup.el (fancy-splash-tail): Update copyright year.
31974 (command-line): Split part of -Q into -D.
31975 (emacs-basic-display): New defvar.
31976 (fancy-splash-text): Correct name of menu item.
31977
31978 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
31979
31980 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
31981 lines in one node.
31982
31983 * comint.el (comint-send-input): New arg ARTIFICIAL.
31984 Callers in this file changed.
31985
31986 * abbrev.el (define-abbrevs): Read system abbrevs properly.
31987
31988 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
31989
31990 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
31991
31992 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
31993 `ldap-search-internal'.
31994
31995 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
31996
31997 * files.el (set-auto-mode-1): Use line-end-position.
31998
31999 * international/latin-1.el:
32000 * international/latin-2.el:
32001 * international/latin-3.el:
32002 * international/latin-4.el:
32003 * international/latin-5.el:
32004 * international/latin-8.el:
32005 * international/latin-9.el: Give punctuation syntax to NBSP.
32006
32007 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
32008 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
32009 Use char-classes to accept non-ascii letters, accepted in some recent
32010 bibtex implementations.
32011
32012 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
32013
32014 * custom.el (custom-set-minor-mode): Any non-nil value for the
32015 variable should enable the mode when set through Custom.
32016
32017 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
32018
32019 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
32020 TAB binding so tab-always-indent is obeyed.
32021 (vhdl-minibuffer-local-map): Move initialization into declaration.
32022 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
32023 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
32024 (vhdl-hooked-abbrev): Avoid test for XEmacs.
32025 (vhdl-current-line): Use line-beginning-position.
32026 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
32027 with-output-to-temp-buffer, so the current position can be recorded.
32028
32029 2005-04-10 Masatake YAMATO <jet@gyve.org>
32030
32031 * progmodes/compile.el (compilation-error-regexp-alist-alist):
32032 Add regexp for gcov.
32033
32034 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
32035
32036 * calendar/time-date.el (time-to-seconds, seconds-to-time)
32037 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
32038 syntax which Emacs 20 doesn't support.
32039
32040 2005-04-09 Richard M. Stallman <rms@gnu.org>
32041
32042 * help.el (describe-key-briefly, describe-key):
32043 Replace strings as event types with "(any string)".
32044
32045 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
32046
32047 * arc-mode.el (archive-mode-map): Move initialization into
32048 the declaration. Override *all* bindings of `undo'.
32049 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
32050
32051 2005-04-09 Jay Belanger <belanger@truman.edu>
32052
32053 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
32054
32055 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
32056
32057 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
32058 (xterm-register-default-colors): Update color values computation
32059 to match xterm-200.
32060
32061 2005-04-09 Kenichi Handa <handa@m17n.org>
32062
32063 * international/code-pages.el (iso-latin-7): Fix the map.
32064
32065 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
32066
32067 * emacs-lisp/lisp.el (defun-prompt-regexp)
32068 (parens-require-spaces, buffer-end, end-of-defun)
32069 (insert-parentheses): Doc fixes.
32070
32071 2005-04-08 Kim F. Storm <storm@cua.dk>
32072
32073 * comint.el (comint-highlight-prompt): Fix face spec.
32074 * hi-lock.el (hi-green): Likewise.
32075
32076 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
32077
32078 * cus-edit.el (custom-modified-face):
32079 * comint.el (comint-highlight-input): Fix previous changes.
32080 * term.el (term-handle-ansi-escape): Add a comment.
32081
32082 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
32083
32084 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
32085 in the buffer and in whitespace-highlighted-space.
32086 (whitespace-unhighlight-the-space): Simplify.
32087 (whitespace-buffer): Simplify.
32088
32089 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
32090
32091 * textmodes/table.el (table-cell-face): Add special case for
32092 displays supporting a high number of colors.
32093 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
32094 (vhdl-font-lock-reserved-words-face)
32095 (vhdl-speedbar-architecture-face)
32096 (vhdl-speedbar-instantiation-face)
32097 (vhdl-speedbar-architecture-selected-face)
32098 (vhdl-speedbar-instantiation-selected-face): Likewise.
32099 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
32100 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
32101 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
32102 (ebrowse-root-class-face, ebrowse-member-attribute-face)
32103 (ebrowse-progress-face): Likewise.
32104 * progmodes/compile.el (compilation-info-face): Likewise.
32105 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
32106 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
32107 * calendar/calendar.el (diary-face): Likewise.
32108 * woman.el (woman-italic-face, woman-bold-face)
32109 (woman-unknown-face): Likewise.
32110 * wid-edit.el (widget-button-pressed-face): Likewise.
32111 * whitespace.el (whitespace-highlight-face): Likewise.
32112 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
32113 * pcvs-info.el (cvs-marked-face): Likewise.
32114 * info.el (info-xref): Likewise.
32115 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
32116 * hilit-chg.el (highlight-changes-face)
32117 (highlight-changes-delete-face): Likewise.
32118 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
32119 (hi-red-b): Likewise.
32120 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
32121 * font-lock.el (font-lock-keyword-face)
32122 (font-lock-function-name-face, font-lock-warning-face): Likewise.
32123 * cus-edit.el (custom-invalid-face, custom-modified-face)
32124 (custom-set-face, custom-changed-face, custom-variable-tag-face)
32125 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
32126 * comint.el (comint-highlight-prompt): Likewise.
32127
32128 2005-04-08 Lute Kamstra <lute@gnu.org>
32129
32130 * font-lock.el (font-lock-keywords): Docstring fixes.
32131
32132 2005-04-08 Kenichi Handa <handa@m17n.org>
32133
32134 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
32135 chars are more than a limit, print " and more..." at the tail.
32136
32137 2005-04-08 Kim F. Storm <storm@cua.dk>
32138
32139 * emacs-lisp/authors.el (authors-aliases): Update list.
32140 (authors-ignored-files): New list.
32141 (authors-fixed-entries): Fix typo.
32142 (authors-renamed-files-alist): Update list.
32143 (authors-add): Check authors-ignored-files.
32144
32145 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
32146
32147 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
32148 optional, to ensure backward compatibility.
32149
32150 2005-04-08 Stephen Eglen <stephen@gnu.org>
32151
32152 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
32153
32154 2005-04-08 Kim F. Storm <storm@cua.dk>
32155
32156 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
32157
32158 * mouse.el (mouse-on-link-p): Doc fix.
32159
32160 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
32161
32162 * ielm.el (ielm-prompt-read-only): Doc fix.
32163
32164 * comint.el (comint-prompt-read-only): Doc fix.
32165
32166 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
32167
32168 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
32169 ensure dired always handles wildcards passed to ffap.
32170 (find-file-at-point): Use it.
32171 (ffap-dired-wildcards): Doc fix.
32172
32173 2005-04-07 Juri Linkov <juri@jurta.org>
32174
32175 * simple.el (next-error-overlay-arrow-position): New defvar.
32176 Put "=>" on its property `overlay-arrow-string'. Add it to
32177 `overlay-arrow-variable-list'.
32178
32179 * progmodes/compile.el (compilation-setup):
32180 Set `next-error-overlay-arrow-position' to nil. Also set it to
32181 nil in the local hook `kill-buffer-hook'. Make local variable
32182 `overlay-arrow-string' and set it to "=>".
32183 (compilation-goto-locus): Set BOL position to
32184 `next-error-overlay-arrow-position' instead of
32185 `overlay-arrow-position'.
32186
32187 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
32188 locally instead of adding it to the global hook.
32189 (Info-kill-buffer): Move up.
32190
32191 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
32192
32193 * term/xterm.el (xterm-standard-colors): Update color values from
32194 xterm-200.
32195
32196 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
32197
32198 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
32199
32200 * fast-lock.el:
32201 * lazy-lock.el: Move them to the obsolete subdir.
32202
32203 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32204
32205 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
32206 (wdired-add-replace-advice): Remove.
32207 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
32208
32209 2005-04-06 Kim F. Storm <storm@cua.dk>
32210
32211 * startup.el (command-line): Add --bare-bones alias for -Q.
32212
32213 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32214
32215 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
32216 create the startup fontset if a font specification ends with
32217 `mac-roman'.
32218
32219 2005-04-06 Lute Kamstra <lute@gnu.org>
32220
32221 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
32222 change.
32223
32224 * emacs-lisp/copyright.el (copyright-update-year): Replace the
32225 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
32226
32227 2005-04-05 Lute Kamstra <lute@gnu.org>
32228
32229 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
32230 (define-generic-mode): Ditto. Fix debug declaration.
32231
32232 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
32233 Put them in the generic-x group.
32234
32235 * calendar/timeclock.el (timeclock): Doc fix.
32236
32237 * generic.el (define-generic-mode): Don't use custom-current-group.
32238 Document default :group value.
32239 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
32240 (define-global-minor-mode): Don't use custom-current-group.
32241
32242 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
32243
32244 * startup.el (command-line-1): Display startup-echo-area-message
32245 when fancy splash screen is in use.
32246
32247 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
32248 (sh-escaped-newline): New face.
32249 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
32250 newline, and use sh-escaped-newline face.
32251
32252 * progmodes/tcl.el (tcl-escaped-newline): New face.
32253 (tcl-builtin-list): New variable.
32254 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
32255 newlines. Fix keywords subexpression number.
32256
32257 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
32258
32259 * textmodes/org.el (org-diary-default-entry): Fix call to
32260 `add-to-diary-entry'.
32261
32262 2005-04-05 Kim F. Storm <storm@cua.dk>
32263
32264 * ediff-init.el: Use (featurep 'xemacs).
32265
32266 2005-04-05 David Ponce <david@dponce.com>
32267
32268 * cus-edit.el (face): Derive from symbol widget. Display sample
32269 of the current face on the fly.
32270 (widget-face-sample-face-get, widget-face-notify): New functions.
32271 (widget-face-value-create): Remove.
32272
32273 * wid-edit.el (widget-field-end): Temporarily remove field
32274 narrowing before to call `get-char-property'.
32275
32276 2005-04-04 Jay Belanger <belanger@truman.edu>
32277
32278 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
32279 (math-read-subscripts): New variable.
32280 (math-read-preprocess-string): Process subscripts.
32281
32282 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
32283
32284 * comint.el (comint-prompt-read-only): Doc fix.
32285
32286 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
32287 `-1'. Doc fix.
32288
32289 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
32290
32291 * textmodes/org.el (org-insert-mode-line-in-empty-file):
32292 Change default value to nil.
32293
32294 2005-04-04 Lute Kamstra <lute@gnu.org>
32295
32296 * autorevert.el (auto-revert-mode): Specify :group.
32297 * battery.el (display-battery-mode): Specify :group.
32298 * diff-mode.el (diff-minor-mode): Specify :group.
32299 * font-core.el (font-lock-mode): Specify :group.
32300 * hl-line.el (hl-line-mode): Specify :group.
32301 * iimage.el (iimage): New customization group.
32302 (iimage-mode): Specify :group.
32303 * longlines.el (longlines-mode): Specify :group.
32304 * master.el: Don't require easy-mmode.
32305 (master): New customization group.
32306 (master-mode): Specify :group.
32307 * msb.el (msb-mode): Specify :group.
32308 * reveal.el (reveal-mode): Specify :group.
32309 * simple.el (next-error-follow-minor-mode): Specify :group.
32310 * smerge-mode.el (smerge-mode): Specify :group.
32311 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
32312 * emulation/cua-base.el (cua-mode): Specify :group.
32313 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
32314 * language/thai-util.el (thai-auto-composition-mode)
32315 (thai-word-mode): Specify :group.
32316 * mail/supercite.el (sc-minor-mode): Specify :group.
32317 * progmodes/cwarn.el (cwarn-mode): Specify :group.
32318 * progmodes/flymake.el (flymake-mode): Specify :group.
32319 * progmodes/glasses.el (glasses-mode): Specify :group.
32320 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
32321 * textmodes/enriched.el (enriched-mode): Specify :group.
32322 * textmodes/refill.el (refill-mode): Specify :group.
32323
32324 * add-log.el (change-log-font-lock-keywords): Names in
32325 parenthesized lists can contain spaces.
32326
32327 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
32328
32329 * startup.el (fancy-splash-text): Shorten default text of
32330 "Emacs Tutorial" line. Also, if the current language env
32331 indicates an available tutorial file other than TUTORIAL,
32332 extract its title and append it to the line in parentheses.
32333 (fancy-splash-insert): If arg is a thunk, funcall it.
32334
32335 2005-04-04 Jay Belanger <belanger@truman.edu>
32336
32337 * calc.el (calc-language-alist): Add tags to customization type.
32338
32339 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
32340
32341 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
32342 Doc fix.
32343
32344 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
32345
32346 * add-log.el (change-log-font-lock-keywords): The manual
32347 describing a Change Log entry, says: (...) "Aside from these
32348 header lines, every line in the change log starts with a space or
32349 a tab.". The font-lock was not highlighting lines started with
32350 spaces, added support for it.
32351
32352 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32353
32354 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
32355 (bibtex-generate-url-list): Update docstring accordingly. Put the
32356 complex example in the docstring.
32357 (bibtex-font-lock-url): Use pop.
32358
32359 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
32360
32361 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
32362
32363 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
32364
32365 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
32366
32367 * filesets.el (filesets-set-default): Doc fix.
32368
32369 2005-04-03 Lute Kamstra <lute@gnu.org>
32370
32371 * generic.el (define-generic-mode): Add argument to specify
32372 keywords for defcustom.
32373 (default-generic-mode): Specify :group.
32374
32375 * generic-x.el: Specify :group for all generic modes.
32376
32377 * desktop.el (desktop-no-desktop-file-hook)
32378 (desktop-after-read-hook): Doc fix.
32379
32380 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
32381
32382 * simple.el (visible-mode): Use explicit :group keyword.
32383 This changes the group of `visible-mode-hook' from paren-blinking
32384 to editing-basics.
32385
32386 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
32387
32388 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
32389 mailbox specifications as well as URLs.
32390 (rmail-insert-inbox-text): Remove unused conditional branches.
32391
32392 2005-04-01 Jay Belanger <belanger@truman.edu>
32393
32394 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
32395 (calc-gnuplot-print-command): Move definitions to calc.el.
32396
32397 * calc/calc-embed.el (calc-embedded-announce-formula)
32398 (calc-embedded-open-formula, calc-embedded-close-formula)
32399 (calc-embedded-open-word, calc-embedded-close-word)
32400 (calc-embedded-open-plain, calc-embedded-close-plain)
32401 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
32402 (calc-embedded-open-mode, calc-embedded-close-mode):
32403 Move definitions to calc.el.
32404
32405 * calc/calc.el (calc-settings-file, calc-language-alist):
32406 Make customizable.
32407 (calc-embedded-announce-formula, calc-embedded-open-formula)
32408 (calc-embedded-close-formula, calc-embedded-open-word)
32409 (calc-embedded-close-word, calc-embedded-open-plain)
32410 (calc-embedded-close-plain, calc-embedded-open-new-formula)
32411 (calc-embedded-close-new-formula, calc-embedded-open-mode)
32412 (calc-embedded-close-mode, calc-gnuplot-name)
32413 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
32414 from other files and make customizable.
32415
32416 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
32417
32418 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
32419 Use buffer-live-p.
32420 (cvs-mode-run): Don't call cvs-update-header here.
32421 (cvs-run-process): Call cvs-update-header.
32422 Use process properties for cvs-postprocess and cvs-buffer so that
32423 the sentinel can behave better if the temp buffer is killed.
32424 Use a pipe rather than a tty, to better handle unexpected prompts.
32425 (cvs-sentinel): Rewrite. Call cvs-update-header.
32426
32427 2005-04-01 Andre Spiegel <spiegel@gnu.org>
32428
32429 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
32430 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
32431
32432 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
32433
32434 * generic.el (define-generic-mode): Add indentation rule.
32435
32436 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
32437
32438 * files.el (mode-require-final-newline): Make Custom correctly
32439 report a nil value and allow to set it to nil via Custom.
32440 Doc fix.
32441
32442 2005-04-01 Kenichi Handa <handa@m17n.org>
32443
32444 * international/characters.el: Enable the correct case setting for
32445 dotless-i and dotted-I.
32446
32447 2005-04-01 Kim F. Storm <storm@cua.dk>
32448
32449 * ido.el (ido-file-internal): Fall back to non-ido command if
32450 initial directory is on slow ftp (or tramp) host.
32451
32452 2005-03-31 Richard M. Stallman <rms@gnu.org>
32453
32454 * emacs-lisp/autoload.el (make-autoload):
32455 Handle define-global-minor-mode.
32456
32457 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
32458 Rename from easy-mmode-define-global-mode.
32459 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
32460
32461 * progmodes/scheme.el (scheme-mode-syntax-table):
32462 Update syntax of | and # for two-character comment syntax.
32463
32464 2005-03-31 Lute Kamstra <lute@gnu.org>
32465
32466 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
32467 (define-minor-mode): Call custom-current-group at load-time.
32468
32469 * generic.el (define-generic-mode): Add debug declaration.
32470 Add defcustom for the mode hook.
32471 (generic-mode-internal): Use run-mode-hooks.
32472
32473 2005-03-31 Kim F. Storm <storm@cua.dk>
32474
32475 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
32476 (mouse-fixup-help-message): New defun called by show_help_echo
32477 to fixup mouse-2 prefix in help messages when applicable.
32478
32479 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
32480
32481 2005-03-31 Kenichi Handa <handa@m17n.org>
32482
32483 * language/thai-word.el (thai-find-word-ends): Pay attention to
32484 the case that we reach the end of buffer.
32485
32486 * textmodes/fill.el (fill-text-properties-at): New function.
32487 (fill-newline): Use fill-text-properties-at instead of
32488 text-properties-at.
32489
32490 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
32491
32492 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
32493 not comint-quote-filename.
32494
32495 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
32496
32497 * help-fns.el (help-with-tutorial): Revert last change.
32498
32499 2005-03-31 Kim F. Storm <storm@cua.dk>
32500
32501 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
32502
32503 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
32504
32505 * calendar/cal-china.el: Update reference to "Calendrical
32506 Calculations" book; there's a new edition.
32507 * calendar/cal-coptic.el: Likewise.
32508 * calendar/cal-french.el: Likewise.
32509 * calendar/cal-hebrew.el: Likewise.
32510 * calendar/cal-islam.el: Likewise.
32511 * calendar/cal-iso.el: Likewise.
32512 * calendar/cal-julian.el: Likewise.
32513 * calendar/cal-mayan.el: Likewise.
32514 * calendar/cal-persia.el: Likewise.
32515 * calendar/calendar.el: Likewise.
32516 * calendar/holidays.el: Likewise.
32517 * calendar/lunar.el: Likewise.
32518 * calendar/solar.el: Likewise.
32519
32520 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
32521 white space from doc string.
32522
32523 2005-03-30 Jay Belanger <belanger@truman.edu>
32524
32525 * calc/calc-help.el (calc-full-help): Remove email address.
32526
32527 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
32528
32529 * help-fns.el (help-with-tutorial): Delete title line.
32530
32531 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
32532
32533 * calendar/cal-x.el (calendar-one-frame-setup)
32534 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
32535 rather than `symbol' for set-window-dedicated-p.
32536
32537 * calendar/appt.el (appt-buffer-name): Make it a constant.
32538 (appt-add): Doc fix.
32539
32540 * filesets.el (filesets-menu-path, filesets-menu-before)
32541 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
32542 (filesets-menu-cache-file): Use directory ~/.emacs.d.
32543 (filesets-add-submenu): Delete and use add-submenu instead.
32544
32545 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
32546
32547 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
32548 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
32549 (org-diary-default-entry): New function.
32550 (org-get-entries-from-diary): Better parsing of diary entries.
32551 (org-agenda-check-no-diary): New function.
32552 ("diary-lib"): Advice to function `add-to-diary-list', to allow
32553 linking to diary entries.
32554 (org-agenda-execute-calendar-command): New function.
32555 (org-agenda): Improve visible section in window.
32556 Use `org-fit-agenda-window'.
32557 (org-fit-agenda-window): New option.
32558 (org-move-subtree-down): Better handling of empty lines
32559 at end of subtree.
32560 (org-cycle): Numeric prefix is interpreted now as show-subtree N
32561 levels up.
32562 (org-fontify-done-headline): New option.
32563 (org-headline-done-face): New face.
32564 (org-set-font-lock-defaults): Use `org-headline-done-face'.
32565 (org-table-copy-down): Rename from `org-table-copy-from-above'.
32566 When current field is non-empty, it is copied to next row.
32567 (org-table-copy-from-above): Fix bug which made it
32568 impossible to copy fields containing only a single non-white character.
32569
32570 2005-03-30 Kim F. Storm <storm@cua.dk>
32571
32572 * kmacro.el (kmacro-end-macro): Isearch may store this command
32573 into the macro -- so ignore it when executing keyboard macro.
32574
32575 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
32576
32577 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
32578
32579 2005-03-29 Kenichi Handa <handa@m17n.org>
32580
32581 * language/thai.el ("Thai"): Set setup-function and exit-function
32582 for Thai language environment.
32583
32584 * language/thai-util.el: Require thai-word.
32585 (thai-word-mode-map): New variable.
32586 (thai-word-mode): New minor mode.
32587 (setup-thai-language-environment-internal): New function.
32588 (exit-thai-language-environment-internal): New function.
32589
32590 * language/thai-word.el (thai-word-table): Declare it by defvar,
32591 use dolist to initialize it.
32592 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
32593 (thai-fill-find-break-point): New functions.
32594
32595 2005-03-29 Richard M. Stallman <rms@gnu.org>
32596
32597 * simple.el (idle-update-delay): Move definition up.
32598 (set-mark): Doc fix.
32599
32600 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
32601
32602 * longlines.el: New file.
32603
32604 * simple.el (buffer-substring-filters): New variable.
32605 (filter-buffer-substring): New function.
32606 (kill-region, copy-region-as-kill): Use it.
32607
32608 * register.el (copy-to-register, append-to-register)
32609 (prepend-to-register): Use filter-buffer-substring.
32610
32611 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
32612
32613 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
32614 (gud-filter-pending-text): Move in front of gdb.
32615 (gud-overlay-arrow-position): New variable.
32616 (gud-sentinel, gud-display-line): Use it in place of
32617 overlay-arrow-position.
32618
32619 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
32620
32621 * progmodes/fortran.el (fortran-if-indent): Doc fix.
32622 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
32623 (fortran-font-lock-keywords-4): New variable.
32624 (fortran-blocks-re, fortran-end-block-re)
32625 (fortran-start-block-re): New constants, for hideshow.
32626 (hs-special-modes-alist): Add a Fortran entry.
32627 (fortran-mode-map): Bind fortran-end-of-block,
32628 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
32629 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
32630 (fortran-looking-at-if-then, fortran-end-of-block)
32631 (fortran-beginning-of-block): New functions, for hideshow.
32632
32633 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
32634 Doc fix. Tweak regexp.
32635 (f90-beginning-of-block): Push mark first.
32636
32637 2005-03-29 Jay Belanger <belanger@truman.edu>
32638
32639 * calc/calc.el: Update copyright date.
32640 (calc-version): Increase to 2.1.
32641 (calc-version-date): Remove.
32642
32643 * calc/calc-help.el: Update copyright date.
32644 (calc-full-help): Remove reference to calc-version-date.
32645 Update copyright date.
32646
32647 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
32648
32649 * vc.el (vc-do-command): Use a pipe for async processes, so password
32650 prompts don't show up at places where the user can't reply.
32651
32652 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
32653
32654 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
32655 on the file name we pass to the inferior shell.
32656
32657 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
32658
32659 * progmodes/which-func.el (which-function): Be robust in the face of an
32660 imenu--make-index-alist failure.
32661
32662 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
32663
32664 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
32665
32666 * progmodes/python.el (python-preoutput-filter): Fix last change.
32667
32668 2005-03-29 Lute Kamstra <lute@gnu.org>
32669
32670 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
32671 functions and compiled macros.
32672 (debug-convert-byte-code): Handle macros too.
32673 (debug-on-entry-1): Don't signal an error when trying to clear a
32674 function that is not set to debug on entry.
32675
32676 2005-03-29 Jay Belanger <belanger@truman.edu>
32677
32678 * calc/calc-lang.el: Add functions to math-function-table
32679 properties of tex and math.
32680
32681 2005-03-29 Kenichi Handa <handa@m17n.org>
32682
32683 * ps-mule.el (ps-mule-plot-string): Translate characters by
32684 ps-print-translation-table.
32685 (ps-mule-begin-job): Call find-charset-region/string with
32686 ps-print-translation-table.
32687 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
32688
32689 * ps-print.el (ps-print-translation-table): New variable.
32690 (ps-plot-region): Translate characters by ps-print-translation-table.
32691
32692 2005-03-29 Juri Linkov <juri@jurta.org>
32693
32694 * simple.el (next-error-highlight-timer): New variable.
32695
32696 * progmodes/compile.el (compilation-goto-locus):
32697 Use `next-error-highlight-timer' instead of `sit-for'.
32698
32699 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
32700
32701 * mail/supercite.el (sc-mail-field): Use assoc-string.
32702 (sc-get-address): Simplify regexps.
32703
32704 * files.el (minibuffer-with-setup-hook): New macro.
32705 (find-file-read-args): Use it to avoid let-binding
32706 minibuffer-with-setup-hook (which breaks turning on/off
32707 file-name-shadow-mode while in the prompt).
32708
32709 * complete.el (PC-read-include-file-name-internal):
32710 Use test-completion.
32711
32712 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
32713
32714 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
32715
32716 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
32717
32718 * window.el (window-buffer-height): Use count-screen-lines.
32719
32720 * progmodes/python.el (python-preoutput-leftover): New var.
32721 (python-preoutput-filter): Use it.
32722 (python-send-receive): Loop until all the result has been received.
32723
32724 2005-03-28 Juri Linkov <juri@jurta.org>
32725
32726 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
32727
32728 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
32729 "Recover Crashed Session".
32730 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
32731 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
32732 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
32733 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
32734 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
32735 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
32736 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
32737 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
32738
32739 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
32740 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
32741 Ediff Sessions", "Toggle use of separate control buffer frame",
32742 "Use separate frame for Ediff control buffer".
32743
32744 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
32745 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
32746 "Rename Bookmark", "Delete Bookmark".
32747
32748 * info.el (Info-mode-menu): Remove ellipsis from "Index".
32749 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
32750 Add `:active Info-index-alternatives' to "Next Matching Item".
32751
32752 * wdired.el (wdired-change-to-wdired-mode):
32753 Mention `wdired-abort-changes' key in the initial message.
32754
32755 * international/mule.el (auto-coding-alist): Associate non-ascii
32756 image filename extensions with `no-conversion'.
32757
32758 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
32759
32760 * international/iso-acc.el:
32761 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
32762
32763 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
32764
32765 * textmodes/sgml-mode.el (html-mode): Doc update.
32766
32767 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
32768
32769 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
32770
32771 * term.el (term-move-columns): Fix face after extending a line.
32772 (term-insert-spaces): Likewise.
32773 (term-reset-terminal): Fix off by one error.
32774
32775 2005-03-26 Eli Zaretskii <eliz@gnu.org>
32776
32777 * international/mule.el (auto-coding-alist): Add .xpi files.
32778
32779 * files.el (auto-mode-alist): Add .xpi files.
32780
32781 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
32782
32783 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
32784
32785 2005-03-26 Eli Zaretskii <eliz@gnu.org>
32786
32787 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
32788
32789 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
32790
32791 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
32792 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
32793
32794 * calendar/cal-move.el (calendar-beginning-of-year): Move the
32795 cursor to Jan 1 when needed.
32796 (calendar-end-of-year): Fix -/+ typo.
32797 Reported by Chong Yidong <cyd@stupidchicken.com>.
32798
32799 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
32800
32801 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
32802
32803 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
32804 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
32805
32806 2005-03-25 Richard M. Stallman <rms@gnu.org>
32807
32808 * filesets.el (filesets-init): Add autoload.
32809
32810 * mail/mailalias.el (mail-directory): Doc fix.
32811
32812 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
32813
32814 * mail/mailalias.el (mail-directory-process): Do nothing if
32815 mail-directory-process is an atom.
32816 (mail-get-names): Ignore mail-directory-names if it is an atom.
32817 (mail-directory-process defvar): Doc fix.
32818 (mail-names): Doc fix.
32819
32820 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
32821
32822 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
32823
32824 2005-03-26 Kenichi Handa <handa@m17n.org>
32825
32826 * international/mule-util.el (detect-coding-with-priority):
32827 Call update-coding-systems-internal before detect-coding-region.
32828
32829 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
32830
32831 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
32832 (gdb-frames-mode-map): Add follow-link property.
32833
32834 2005-03-25 Jay Belanger <belanger@truman.edu>
32835
32836 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
32837 for variables.
32838
32839 2005-03-25 Juri Linkov <juri@jurta.org>
32840
32841 * image-mode.el: Optimize image filename extension regexps in
32842 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
32843 in `auto-mode-alist'.
32844 (image-mode): Add `image-toggle-display-text' to local hook
32845 `change-major-mode-hook'. Display the image as an image by
32846 default. Set `cursor-type' and `truncate-lines' if the image
32847 is already displayed. Take into account the current mode (image
32848 or text) in message.
32849 (image-minor-mode): New minor mode.
32850 (image-mode-maybe, image-toggle-display-text): New functions.
32851 (image-toggle-display): Use called-interactively-p.
32852 Let-bind `inhibit-read-only' to t.
32853
32854 * image-mode.el (image-minor-mode): Set `cursor-type' and
32855 `truncate-lines' if the image is already displayed. Add turning
32856 image-minor-mode off to `change-major-mode-hook'. Add message.
32857 Call `image-toggle-display-text' after turning image-minor-mode off.
32858
32859 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
32860
32861 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
32862 Terminal.app, use utf-8.
32863 (set-display-table-and-terminal-coding-system): Add coding-system arg.
32864 (set-locale-environment): Use it.
32865
32866 * term/xterm.el: Undo last change, better done in mule-cmds.el.
32867
32868 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
32869
32870 * progmodes/python.el (python-close-block-statement-p)
32871 (python-outdent-p, python-current-defun): Use symbol-end.
32872
32873 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
32874
32875 * files.el (save-some-buffers): Doc fix.
32876
32877 2005-03-25 Werner Lemberg <wl@gnu.org>
32878
32879 * complete.el, thumbs.el: Replace `legal' with `valid'.
32880 * calendar/calendar.el: Replace `legal' with `valid'.
32881 * emacs-lisp/advice.el: Replace `legal' with `valid'.
32882 * mail/supercite.el: Replace `legal' with `valid'.
32883 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
32884 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
32885 Replace `legal' with `valid'.
32886 * textmodes/reftex-vars.el, textmodes/reftex.el:
32887 Replace `legal' with `valid'.
32888
32889 2005-03-25 Werner Lemberg <wl@gnu.org>
32890
32891 * calc/calc-forms.el, calc/calc-sel.el
32892 * midnight.el, vc-cvs.el
32893 * emacs-lisp/cl-macs.el
32894 * emulation/vip.el
32895 * eshell/esh-io.el, eshell/esh-var.el
32896 * mail/supercite.el
32897 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
32898 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
32899 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
32900 * progmodes/sh-script.el, progmodes/xscheme.el
32901 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
32902 * textmodes/reftex-index.el, textmodes/reftex-parse.el
32903 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
32904 * textmodes/reftex.el, textmodes/org.el:
32905 Replace `illegal' with `invalid'.
32906
32907 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32908
32909 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
32910 (flymake-find-buildfile, flymake-find-possible-master-files)
32911 (flymake-check-include, flymake-parse-line): Replace loops over the
32912 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
32913
32914 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
32915 Substitute file-name-as-directory in the rest of the file.
32916 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
32917 (flymake-replace-region): Remove unused arg `buffer'.
32918 (flymake-check-patch-master-file-buffer): Update calls to it.
32919 (flymake-add-err-info): Remove unused var `count'.
32920 (flymake-mode): Use define-minor-mode.
32921
32922 * progmodes/flymake.el: Use with-current-buffer.
32923 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
32924 flymake-replace-regexp-in-string, flymake-line-beginning-position)
32925 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
32926 Avoid testing for `xemacs'.
32927 (flymake-nop): Move.
32928 (flymake-region-has-flymake-overlays): Return the computed value.
32929 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
32930 Remove unused var `endline'.
32931 (flymake-get-line-count): Remove unused function.
32932 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
32933
32934 * emulation/vi.el:
32935 * generic.el:
32936 * hilit-chg.el (global-highlight-changes):
32937 * hi-lock.el (hi-lock-mode):
32938 * follow.el: find-file-hooks -> find-file-hook.
32939
32940 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
32941
32942 2005-03-24 Juri Linkov <juri@jurta.org>
32943
32944 * dired.el (dired-mode-map): Add menu item "Compare directories"
32945 for dired-compare-directories.
32946
32947 * dired-aux.el (dired-compare-directories): Add autoload cookie.
32948 Doc fix. Replace `read-file-name' with `read-directory-name'.
32949
32950 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32951
32952 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
32953
32954 2005-03-24 Jay Belanger <belanger@truman.edu>
32955
32956 * calc/calc-embed.el (calc-embedded-mode-change): Save all
32957 relevant mode settings in calc-embedded-original-modes when modes
32958 are permanently changed.
32959
32960 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32961
32962 * autoinsert.el: find-file-hooks -> find-file-hook.
32963
32964 2005-03-24 Lute Kamstra <lute@gnu.org>
32965
32966 * generic.el (generic-font-lock-defaults): Make it obsolete.
32967 (generic-font-lock-keywords): New variable to replace
32968 generic-font-lock-defaults.
32969 (generic-mode-set-font-lock): Delete it.
32970 (generic-mode-internal): Don't call generic-mode-set-font-lock.
32971 (generic-bracket-support): Add docstring.
32972
32973 * generic-x.el: Rename generic-font-lock-defaults to
32974 generic-font-lock-keywords throughout.
32975 (mailagent-rules-setup-function): Delete it.
32976 (mailagent-rules-generic-mode): Use anonymous function instead.
32977 (show-tabs-generic-mode-font-lock-defaults-1)
32978 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
32979 Quote faces.
32980 (show-tabs-tab-face, show-tabs-space-face): Specify background,
32981 not foreground.
32982
32983 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
32984 Recognize define-generic-mode.
32985
32986 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
32987
32988 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
32989 if there's no completion table.
32990
32991 2005-03-23 Miles Bader <miles@gnu.org>
32992
32993 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32994 Remove tty-specific variants, as they're no longer needed.
32995
32996 2005-03-23 Lute Kamstra <lute@gnu.org>
32997
32998 * generic-x.el: Code cleanup: make args constant whenever possible.
32999 (installshield-statement-keyword-list)
33000 (installshield-system-functions-list)
33001 (installshield-system-variables-list, installshield-types-list)
33002 (installshield-funarg-constants-list): Make them constants.
33003
33004 * generic.el (generic-make-keywords-list): Add autoload cookie.
33005
33006 * calendar/time-date.el: Add comment on time value formats.
33007 Don't require parse-time.
33008 (with-decoded-time-value): New macro.
33009 (encode-time-value): New function.
33010 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
33011 (days-to-time): Return a valid time value when arg is huge.
33012 (time-since): Use time-subtract.
33013 (time-to-number-of-days): Use time-to-seconds.
33014
33015 2005-03-23 David Ponce <david@dponce.com>
33016
33017 * recentf.el (recentf-keep): New option.
33018 (recentf-menu-action): Default to `find-file'.
33019 (recentf-keep-non-readable-files-flag)
33020 (recentf-keep-non-readable-files-p)
33021 (recentf-file-readable-p, recentf-find-file)
33022 (recentf-cleanup-remote): Remove.
33023 (recentf-include-p): More robust.
33024 (recentf-keep-p): New function.
33025 (recentf-remove-if-non-kept): Rename from
33026 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
33027 All callers updated.
33028 (recentf-menu-items-for-commands): Fix help string.
33029 (recentf-track-closed-file): Update. Doc fix.
33030 (recentf-cleanup): Update. Count removed files. Doc fix.
33031
33032 2005-03-23 Kim F. Storm <storm@cua.dk>
33033
33034 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33035 Don't inherit from fringe face (now happens automatically).
33036
33037 2005-03-22 Kim F. Storm <storm@cua.dk>
33038
33039 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
33040 position values.
33041
33042 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
33043
33044 * menu-bar.el (showhide-date-time): Remove.
33045 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
33046 (menu-bar-make-mm-toggle): Simplify.
33047
33048 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33049
33050 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
33051 Accept qualified variable and function names.
33052
33053 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
33054
33055 * bindings.el (completion-ignored-extensions):
33056 Remove ".lis" for `vax-vms'.
33057
33058 2005-03-22 Andreas Schwab <schwab@suse.de>
33059
33060 * generic-x.el: Revert last change.
33061 * ldefs-boot.el: Update.
33062
33063 2005-03-22 Jay Belanger <belanger@truman.edu>
33064
33065 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
33066 (calc-embedded-save-original-modes)
33067 (calc-embedded-restore-original-modes): New functions.
33068 (calc-do-embedded): Save original modes when entering embedded mode
33069 and restore when leaving embedded mode.
33070 (calc-embedded-modes-change): Change the value of
33071 calc-embedded-original-modes to reflect permanent changes.
33072
33073 2005-03-22 Lute Kamstra <lute@gnu.org>
33074
33075 * generic-x.el: Require generic again.
33076
33077 2005-03-22 Miles Bader <miles@gnu.org>
33078
33079 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33080 Tweak details to look good on both ttys and bitmap displays, light
33081 or dark background, etc.
33082
33083 2005-03-21 Kim F. Storm <storm@cua.dk>
33084
33085 * tooltip.el (tooltip-show-help-function): Check car and cdr of
33086 mouse position.
33087
33088 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
33089
33090 * icomplete.el: Don't forcibly turn on the mode upon load.
33091 (icomplete-mode): Use define-minor-mode.
33092 (icomplete-eoinput): Default to nil.
33093 (icomplete-minibuffer-setup): Remove autoload.
33094 (icomplete-tidy): Simplify.
33095 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
33096 in the initial state or if the user has modified the field.
33097 Fix handling of icomplete-max-delay-chars.
33098 Remove code that handles the oddball case where
33099 minibuffer-completion-table is an integer.
33100 Wrap icomplete-completions in while-no-input in case building
33101 completions takes more time than expected.
33102 (icomplete-completions): Simplify.
33103
33104 2005-03-21 Richard M. Stallman <rms@gnu.org>
33105
33106 * jka-compr.el (jka-compr-really-do-compress):
33107 Make variable buffer-local.
33108
33109 * image-mode.el: Handle .xpm files too.
33110 (image-toggle-display): Preserve modification flag.
33111
33112 * help.el (where-is): Don't mention aliases with no key bindings.
33113
33114 2005-03-21 Lute Kamstra <lute@gnu.org>
33115
33116 * generic.el: Fix commentary section. Don't require cl for
33117 compilation.
33118 (generic-mode-list): Add autoload cookie.
33119 (generic-use-find-file-hook, generic-lines-to-scan)
33120 (generic-find-file-regexp, generic-ignore-files-regexp)
33121 (generic-mode, generic-mode-find-file-hook)
33122 (generic-mode-ini-file-find-file-hook): Fix docstrings.
33123 (define-generic-mode): Make it a defmacro. Fix docstring.
33124 (generic-mode-internal): Code cleanup. Add autoload cookie.
33125 (generic-mode-set-comments): Code cleanup.
33126 * generic-x.el: Don't prevent compilation. Don't require generic.
33127 Follow coding conventions. Minor code cleanup.
33128 (etc-fstab-generic-mode): Add some keywords.
33129 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
33130 define-generic-mode like a function declaration.
33131
33132 2005-03-21 Jay Belanger <belanger@truman.edu>
33133
33134 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
33135 changing modes.
33136
33137 2005-03-21 Sam Steingold <sds@gnu.org>
33138
33139 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
33140
33141 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
33142
33143 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
33144 Add underscore to "f$ lexicals" regexp.
33145
33146 2005-03-20 Juri Linkov <juri@jurta.org>
33147
33148 * subr.el (progress-reporter-do-update): When `min-value' is equal
33149 to `max-value', set `percentage' to 0 and prevent division by zero.
33150
33151 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
33152
33153 Sync with Tramp 2.0.48.
33154
33155 * net/tramp.el (all): Change all addresses to .gnu.org.
33156 (tramp-append-tramp-buffers): New defun.
33157 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
33158 Catch `dont-send' signal.
33159 (tramp-set-auto-save-file-modes): Set always permissions, because
33160 there might be an old auto-saved file belonging to another
33161 original file. This could be a security threat. Reported by
33162 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
33163 Check for Emacs 21.3.50 removed.
33164
33165 * net/tramp-smb.el (all): Remove debug construct for
33166 `with-parsed-tramp-file-name'.
33167 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
33168 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
33169 No error message if DIRECTORY or FILENAME doesn't exist.
33170 (tramp-smb-open-connection): Check existence of
33171 `tramp-smb-program'.
33172
33173 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
33174
33175 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
33176 Properly handle the case where the `m' or `s' command's argument is not
33177 yet terminated.
33178 (perl-indent-new-calculate): New function.
33179 (perl-indent-line): Use it.
33180
33181 2005-03-20 Miles Bader <miles@gnu.org>
33182
33183 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
33184 in text-mode too. Change to new face names.
33185 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
33186 Add `:weight bold' attribute.
33187 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
33188
33189 2005-03-19 Juri Linkov <juri@jurta.org>
33190
33191 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
33192
33193 * international/mule.el (auto-coding-alist): Sync with
33194 `auto-mode-alist' by adding upper case archive file extensions
33195 and adding ear/war to jar extension.
33196
33197 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
33198
33199 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
33200 running, restart it.
33201
33202 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
33203
33204 * finder.el (finder-current-item): Throw an error on an empty line.
33205
33206 * man.el (Man-follow-manual-reference): If current-word returns
33207 nil, use "".
33208
33209 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
33210
33211 * simple.el (goto-line): Doc fix.
33212
33213 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
33214
33215 * files.el (save-buffer): Doc fix.
33216
33217 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
33218
33219 * recentf.el (recentf-cleanup-remote): New variable.
33220 (recentf-cleanup): Use it to conditionally check availability of
33221 remote files.
33222
33223 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
33224
33225 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
33226 function names.
33227
33228 2005-03-19 Eli Zaretskii <eliz@gnu.org>
33229
33230 * language/thai-word.el: New file.
33231
33232 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33233
33234 * files.el (backup-buffer): If the file's directory is not
33235 writable, use copy instead of move to backup the file.
33236
33237 2005-03-19 Eli Zaretskii <eliz@gnu.org>
33238
33239 * obsolete/keyswap.el: Moved to obsolete/ from term/.
33240
33241 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
33242
33243 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
33244 Use functionp instead of symbolp and fboundp. Reported by Drkm
33245 <darkman_spam@yahoo.fr>.
33246 (ps-print-version): New version 6.6.6.
33247
33248 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
33249
33250 * textmodes/table.el (table--line-column-position): New idiom.
33251 (table--row-column-insertion-point-p): New function to test
33252 validity of row and column insertion operation at a location.
33253 (table-global-menu, table-cell-menu): Use above functions for
33254 deterministic test operation.
33255 (table--editable-cell-p): Behave in deterministic fashion.
33256
33257 2005-03-18 Juri Linkov <juri@jurta.org>
33258
33259 * isearch.el (isearch-lazy-highlight-new-loop):
33260 Make arguments beg and end optional.
33261 (isearch-update): Remove optional arguments nil from
33262 isearch-lazy-highlight-new-loop.
33263 (isearch-lazy-highlight-search): Let-bind case-fold-search to
33264 isearch-lazy-highlight-case-fold-search instead of
33265 isearch-case-fold-search, and let-bind isearch-regexp to
33266 isearch-lazy-highlight-regexp.
33267 Use isearch-lazy-highlight-last-string instead of isearch-string.
33268
33269 * replace.el (perform-replace): Remove bindings of global
33270 variables isearch-string, isearch-regexp, isearch-case-fold-search.
33271 Add three new arguments to `replace-highlight'.
33272 (replace-highlight): Add arguments string, regexp, case-fold.
33273 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
33274 to allow isearch-lazy-highlight-new-loop to use these values
33275 to set corresponding isearch-lazy-highlight-* internal
33276 variables whose values lazy highlighting will use regardless of
33277 changes to global variables isearch-string, isearch-regexp,
33278 isearch-case-fold-search during lazy highlighting loop.
33279 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
33280 to `lazy-highlight-cleanup'.
33281
33282 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
33283 (ispell-highlight-face): Set default face to `isearch' when
33284 lazy highlighting is enabled.
33285 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
33286 priority to 1. Add lazy highlighting.
33287 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
33288 from `isearch-dehighlight'.
33289
33290 2005-03-18 David Ponce <david@dponce.com>
33291
33292 * files.el (hack-local-variables): Do a case-insensitive search
33293 for End.
33294
33295 2005-03-18 Juri Linkov <juri@jurta.org>
33296
33297 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
33298 `isearch-lazy-highlight-cleanup', add alias to old name and
33299 declare obsolete. Add release numbers to other obsolete vars.
33300 (isearch-done, isearch-lazy-highlight-new-loop):
33301 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
33302 (lazy-highlight-cleanup) <variable>: Doc fix.
33303 (isearch-lazy-highlight-update): Rename obsolete
33304 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
33305
33306 2005-03-18 Kenichi Handa <handa@m17n.org>
33307
33308 * language/thai-util.el: Fix categorization of Thai characters in
33309 thai-category-table.
33310 (thai-composition-pattern): Adjust it for the above change.
33311 (thai-self-insert-command, thai-compose-syllable): New functions.
33312 (thai-compose-region): Use thai-compose-syllable.
33313 (thai-compose-string): Likewise.
33314 (thai-composition-function): Likewise.
33315 (thai-auto-composition): New function.
33316 (thai-auto-composition-mode): New minor mode.
33317
33318 * language/thai.el: Fix patterns to be registered in
33319 composition-function-table.
33320
33321 * international/quail.el (quail-input-method): Locally bind
33322 inhibit-modification-hooks to t.
33323
33324 2005-03-17 Richard M. Stallman <rms@gnu.org>
33325
33326 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
33327 (perl-mode): Use run-mode-hooks.
33328
33329 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
33330 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
33331 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
33332
33333 * mail/sendmail.el (sendmail-send-it): Reenable the code
33334 to compute resend-to-address and use it.
33335
33336 * tar-mode.el (tar-mode): Turn off undo unconditionally.
33337
33338 * image-mode.el: New file.
33339
33340 * image.el (insert-sliced-image): Add autoload cookie.
33341
33342 * font-lock.el (font-lock-lines-before): New user option.
33343 (font-lock-after-change-function): Obey it.
33344
33345 * bindings.el (esc-map): Make M-g a prefix.
33346 Bind M-g g and M-g M-g to goto-line.
33347
33348 * faces.el (face-id): Doc fix.
33349
33350 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
33351
33352 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
33353 (rmail-show-message): Use rmail-unknown-mail-followup-to.
33354 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
33355
33356 * mail/sendmail.el (mail-yank-ignored-headers)
33357 (mail-font-lock-keywords, mail-mode-fill-paragraph):
33358 Add Mail-Followup-To and Mail-Reply-To headers.
33359 (mail-citation-hook): Add autoload cookie.
33360 (mail-mode): Doc fix.
33361 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
33362 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
33363 (mail-mode-fill-paragraph): Handle those headers.
33364 (mail-mailing-lists): New variable.
33365 (mail-mail-reply-to, mail-mail-followup-to): New functions.
33366
33367 2005-03-17 Juri Linkov <juri@jurta.org>
33368
33369 * isearch.el (isearch-fallback): Check for `(car previous)'
33370 before calling `isearch-other-end-state'.
33371
33372 2005-03-17 Kim F. Storm <storm@cua.dk>
33373
33374 * simple.el (move-beginning-of-line): Move to beginning of buffer
33375 line, as well as beginning of screen line.
33376
33377 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
33378
33379 * calendar/diary-lib.el (mark-diary-entries): Use new optional
33380 argument REDRAW rather than calendar-redrawing variable.
33381 * calendar/calendar.el (calendar-redrawing): Delete.
33382 (redraw-calendar): Do not bind calendar-redrawing.
33383
33384 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
33385
33386 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
33387 diary-file buffer.
33388
33389 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
33390
33391 * help.el (describe-mode): Allow a :minor-mode-function property to
33392 specify a different minor mode toggle function than the variable.
33393 * simple.el (auto-fill-function):
33394 * subr.el (add-minor-mode): Use it.
33395
33396 2005-03-16 Kenichi Handa <handa@m17n.org>
33397
33398 * language/ethio-util.el (sera-being-called-by-w3): New variable.
33399 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
33400 (ethio-fidel-to-sera-buffer): Likewise.
33401
33402 2005-03-16 Juri Linkov <juri@jurta.org>
33403
33404 * emacs-lisp/find-func.el (find-function-regexp):
33405 Add defun-emitting macro `menu-bar-make-toggle'.
33406
33407 * isearch.el: Put `isearch-scroll' property to
33408 `split-window-horizontally'.
33409
33410 * info.el: Update error messages for `debug-ignored-errors'.
33411 (Info-isearch-search): Doc fix.
33412 (Info-find-node): Move up code to go into info buffer before
33413 recording the node to the history.
33414 (Info-fontify-node): Fontify titles only if the next line
33415 has two or more `*', `=', `-', `.'.
33416 Display "go to this node" for empty (match-string 3).
33417
33418 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33419
33420 * term/mac-win.el: Add mouse pointer shape constants.
33421
33422 2005-03-15 Kim F. Storm <storm@cua.dk>
33423
33424 * simple.el (move-beginning-of-line): Use vertical-motion.
33425
33426 2005-03-15 Juri Linkov <juri@jurta.org>
33427
33428 * isearch.el (isearch-error): New variable.
33429 (isearch-invalid-regexp, isearch-within-brackets): Remove.
33430 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
33431 (isearch-within-brackets-state): Remove.
33432 (isearch-case-fold-search-state, isearch-pop-fun-state):
33433 Decrease frame index.
33434 (isearch-mode, isearch-top-state, isearch-push-state)
33435 (isearch-edit-string, isearch-abort, isearch-search-and-update)
33436 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
33437 (isearch-search, isearch-lazy-highlight-new-loop):
33438 Replace `isearch-invalid-regexp' with `isearch-error'.
33439 Remove `isearch-within-brackets'.
33440 (isearch-search): Add `search-failed' handler to `condition-case'.
33441 (isearch-lazy-highlight-search): Add `condition-case' to catch
33442 errors and allow `isearch-lazy-highlight-update' to try
33443 highlighting from the beginning of the window.
33444 (isearch-repeat): Move up code to set isearch-wrapped to t
33445 before calling isearch-wrap-function.
33446
33447 * info.el (Info-isearch-initial-node): New internal variable.
33448 (Info-search): Signal an error in isearch mode when search leaves
33449 the initial node. Signal an error when `bound' is non-nil and
33450 nothing was found in the current subfile.
33451 (Info-isearch-search): Remove `condition-case'.
33452 (Info-isearch-wrap): Don't wrap when search failed during leaving
33453 the initial node. If `Info-isearch-search' is nil, wrap around
33454 the current node.
33455 (Info-isearch-start): New fun.
33456 (Info-mode): Add buffer-local hook `Info-isearch-start' to
33457 `isearch-mode-hook'.
33458
33459 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33460
33461 * simple.el (normal-erase-is-backspace): Set default to t if
33462 running on Mac.
33463
33464 * term/mac-win.el (function-key-map): Sync with x-win.el.
33465
33466 2005-03-15 Kenichi Handa <handa@m17n.org>
33467
33468 * international/mule-cmds.el (locale-language-names): Modify the
33469 format of elements and add more entries.
33470 (locale-preferred-coding-systems): Add more entries.
33471 (set-locale-environment): Adjust for the change of
33472 locale-language-names.
33473
33474 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
33475
33476 * pcvs.el (smerge-ediff): Remove bogus autoload.
33477
33478 2005-03-14 Lute Kamstra <lute@gnu.org>
33479
33480 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
33481 Ignore a `*' at the beginning of a line.
33482
33483 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
33484 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
33485 subr.el.
33486 (dont-compile, eval-when-compile, eval-and-compile): Use declare
33487 to specify indentation.
33488
33489 * generic.el (define-generic-mode): Let generic-mode-list be a
33490 list of strings; test membership with equal.
33491
33492 2005-03-14 Kim F. Storm <storm@cua.dk>
33493
33494 * simple.el (next-line, previous-line): Add optional try-vscroll
33495 arg to recognize interactive use. Pass it on to line-move.
33496 (line-move): Don't perform auto-window-vscroll when defining or
33497 executing keyboard macro to ensure consistent behavior.
33498
33499 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
33500
33501 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
33502
33503 2005-03-13 Lute Kamstra <lute@gnu.org>
33504
33505 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
33506 debugger-setup-buffer so that backtrace marks the frames set to
33507 debug-on-exit and we don't have to do it manually. Set an extra
33508 debug-on-exit for macro's.
33509 (debugger-setup-buffer): Don't mark the top frame manually.
33510
33511 2005-03-12 Lute Kamstra <lute@gnu.org>
33512
33513 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
33514 lisp-indent-function throughout.
33515 (with-no-warnings): Set lisp-indent-function property.
33516
33517 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
33518
33519 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
33520 Add entry for backslash.
33521
33522 2005-03-12 Juri Linkov <juri@jurta.org>
33523
33524 * info.el (Info-search): Four fixes for backward search.
33525
33526 2005-03-11 Jay Belanger <belanger@truman.edu>
33527
33528 * calc/calc.el (calc-language-alist): New variable.
33529 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
33530 (calc-embedded-find-modes): Use calc-language-alist instead of
33531 calc-embedded-language-alist.
33532
33533 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
33534
33535 * calendar/calendar.el (calendar-redrawing): New internal
33536 variable.
33537 (redraw-calendar): Remove bogus save-excursion from previous
33538 change. Bind calendar-redrawing to t for mark-diary-entries.
33539 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
33540 calendar if that is why we were called.
33541
33542 2005-03-11 Kenichi Handa <handa@m17n.org>
33543
33544 * international/mule.el (make-coding-system): Set property
33545 coding-system-define-form to nil.
33546 (define-coding-system-alias): Likewise.
33547
33548 2005-03-11 Kenichi Handa <handa@m17n.org>
33549
33550 These changes are suggested by Dave Love <fx@gnu.org>.
33551
33552 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
33553 coding: tag.
33554 (adaptive-fill-regexp): Add more bullets.
33555 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
33556 regexps.
33557
33558 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
33559
33560 * help.el (describe-mode): Properly handle non-trivial lighters.
33561 Don't ignore minor modes that are not listed in minor-mode-list.
33562
33563 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
33564 feature ON when the user requests to turn it OFF.
33565
33566 2005-03-10 Lute Kamstra <lute@gnu.org>
33567
33568 * emacs-lisp/debug.el (debug-entry-code): Delete it.
33569 (implement-debug-on-entry): New function to replace debug-entry-code.
33570 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
33571 second argument as the 2005-03-07 change makes it obsolete.
33572 (debug-on-entry, cancel-debug-on-entry): Update call to
33573 debug-on-entry-1.
33574 (debug, debugger-setup-buffer): Comment update.
33575 (debugger-frame-number): Update to work with implement-debug-on-entry.
33576
33577 2005-03-10 Jay Belanger <belanger@truman.edu>
33578
33579 * calc/calc-embed.el (math-ms-args): Declare it.
33580 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
33581 math-ms-args.
33582 (calc-embedded-subst): Use math-multi-subst-rec to substitute
33583 variables.
33584
33585 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
33586
33587 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
33588 Use message-box.
33589
33590 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
33591 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
33592 (tooltip-gud-tips): Simplify.
33593 (tooltip-gud-tips-p): Remove superfluous :set.
33594 (tooltip-gud-modes): Add fortran-mode.
33595 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
33596
33597 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
33598
33599 2005-03-09 Kim F. Storm <storm@cua.dk>
33600
33601 * play/animate.el (animate-place-char): Use forward-line instead
33602 of next-line to improve performance.
33603
33604 2005-03-09 Simon Josefsson <jas@extundo.com>
33605
33606 * net/browse-url.el (browse-url-default-browser): Doc fix.
33607
33608 2005-03-09 Miles Bader <miles@gnu.org>
33609
33610 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
33611 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
33612
33613 2005-03-09 Kenichi Handa <handa@m17n.org>
33614
33615 * international/latin-1.el: Set case and syntax for 255 only if
33616 set-case-syntax-set-multibyte is nil.
33617
33618 * textmodes/ispell.el (ispell-insert-word): New function.
33619 (ispell-word): Use ispell-insert-word to insert a new word.
33620 (ispell-process-line): Likewise.
33621 (ispell-complete-word): Likewise.
33622
33623 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
33624
33625 * calendar/calendar.el (redraw-calendar): Preserve point.
33626 Reported by Matt Hodges <MPHodges@member.fsf.org>.
33627 (calendar-week-start-day): Move after definition of
33628 redraw-calendar. Delete buffer test, since redraw-calendar has
33629 that now.
33630
33631 * calendar/diary-lib.el (mark-diary-entries): Only call
33632 redraw-calendar in the first of any recursive calls.
33633 Reported by Alan Shutko <ats@acm.org>.
33634
33635 2005-03-08 Juri Linkov <juri@jurta.org>
33636
33637 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
33638 (html-horizontal-rule, html-line, html-image, html-checkboxes)
33639 (html-radio-buttons): Add a space before the trailing `/>' where
33640 sgml-xml-mode is non-nil.
33641 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
33642 the subsequent tag of the empty XML tag.
33643 (html-href-anchor): Don't set initial input to "http:".
33644 (html-image): Ask for the image URL and set point inside alt="".
33645 (html-name-anchor): Duplicate the name in the `id' attribute when
33646 sgml-xml-mode is non-nil.
33647 (html-paragraph): Remove \n before <p>.
33648 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
33649 instead of `checked' when sgml-xml-mode is non-nil.
33650
33651 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
33652 Remove 1 space before #RRGGBB to not truncate it on terminal
33653 windows w/o fringes. Remove 1 space between bg and fg examples
33654 to get more space.
33655 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
33656 avoid byte-compile warnings.
33657
33658 * image-file.el (image-file-handler): Put `safe-magic' property to
33659 `image-file-handler'.
33660
33661 * info.el (Info-isearch-search): Emulate word search in
33662 isearching through multiple Info nodes with Info-search.
33663 (Info-isearch-wrap): Allow isearch-word.
33664
33665 2005-03-08 Lute Kamstra <lute@gnu.org>
33666
33667 * emacs-lisp/debug.el (debugger-step-through): Make sure that
33668 stepping into the debugger's code is not possible.
33669 (debugger-jumping-flag): Docstring update.
33670
33671 2005-03-08 Jay Belanger <belanger@truman.edu>
33672
33673 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
33674 embedded mode begins.
33675 (calc-embedded-language-alist): New variable.
33676 (calc-embedded-find-modes): Use calc-embedded-language-alist to
33677 set default language mode.
33678
33679 2005-03-08 Kenichi Handa <handa@m17n.org>
33680
33681 * international/ccl.el (define-ccl-program): Fix docstring about
33682 extra 256 bytes assured for the output buffer.
33683
33684 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33685 Fix BUFFER_MAGNIFICATION to 2.
33686 (ccl-encode-mule-utf-16be-with-signature): Likewise.
33687
33688 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
33689
33690 * align.el (align-rules-list): Added an alignment rule for CSS
33691 declarations (applies to css-mode and html-mode buffers).
33692
33693 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
33694
33695 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
33696
33697 2005-03-07 Kim F. Storm <storm@cua.dk>
33698
33699 * simple.el (move-beginning-of-line): New command.
33700
33701 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
33702
33703 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
33704
33705 * emulation/cua-base.el: Put CUA move property on move-end-of-line
33706 and move-beginning-of-line.
33707
33708 * apropos.el (apropos-print): Omit command from M-x ... RET.
33709
33710 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
33711
33712 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
33713 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
33714
33715 2005-03-06 Richard M. Stallman <rms@gnu.org>
33716
33717 * bindings.el (esc-map): Bind M-g to goto-line.
33718
33719 * facemenu.el (global-map): Bind M-o, not M-g.
33720
33721 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
33722
33723 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
33724 "Open Directory" as for "Open File".
33725
33726 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
33727
33728 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
33729 (push-mark-command): Run activate-mark-hook.
33730
33731 2005-03-06 Richard M. Stallman <rms@gnu.org>
33732
33733 * help-mode.el (help-mode-finish): Don't alter the element
33734 in view-return-to-alist if there already is one.
33735
33736 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
33737 make sure the current buffer is the expected one.
33738
33739 * novice.el (disabled-command-function): Output in *Disabled Command*.
33740 Explicitly ignore non-keyboard events, and explicitly handle C-g.
33741
33742 * textmodes/flyspell.el (flyspell-large-region):
33743 Pass args differently for aspell.
33744
33745 * files.el (mode-require-final-newline): Doc fix.
33746
33747 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
33748
33749 * progmodes/which-func.el (which-function):
33750 Specify NOERROR when calling imenu--make-index-alist.
33751
33752 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
33753
33754 * simple.el (normal-erase-is-backspace): Define default value.
33755
33756 * custom.el (custom-theme-set-variables): Remove unused var
33757 `immediate'.
33758 (custom-reevaluate-setting): Simple function to handle variables
33759 that are defined before their default value can really be
33760 computed.
33761
33762 * startup.el (command-line): Use it for temporary-file-directory,
33763 small-emporary-file-directory, auto-save-file-name-transforms,
33764 blink-cursor-mode, and normal-erase-is-backspace.
33765
33766 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
33767 progress, even with buggy anchored keywords.
33768
33769 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
33770
33771 * simple.el (goto-line): Remove unbalanced final parenthesis.
33772
33773 2005-03-05 Richard M. Stallman <rms@gnu.org>
33774
33775 * simple.el (goto-line): Use a number at point as the default.
33776 With C-u as arg, switch buffers.
33777
33778 2005-03-05 Juri Linkov <juri@jurta.org>
33779
33780 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
33781 with `no-blinking-cursor'.
33782
33783 * startup.el (no-blinking-cursor): New defvar.
33784 (command-line): Add `--no-blinking-cursor' to longopts.
33785 Set `no-blinking-cursor' to t for command line arguments
33786 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
33787 with `no-blinking-cursor' in the condition for calling
33788 `blink-cursor-mode'.
33789
33790 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
33791
33792 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
33793 (menu-bar-options-save): Add blink-cursor-mode.
33794 (menu-bar-options-menu): Add blink-cursor-mode.
33795
33796 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
33797
33798 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
33799 (icalendar-export-file, icalendar-export-region)
33800 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
33801 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
33802
33803 2005-03-04 Lute Kamstra <lute@gnu.org>
33804
33805 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
33806 (debug-function-list): Ditto.
33807
33808 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
33809
33810 * textmodes/texinfmt.el (texinfo-append-refill):
33811 Redefine the types of line to which @refill
33812 is not appended by replacing a search for `@refill\\|@bye' with
33813 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
33814 itemize@refill' bug and the unfilled long lines bug.
33815 (texinfmt-version): Update number and date.
33816
33817 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
33818
33819 * international/code-pages.el (windows-1250, windows-125[2-8])
33820 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
33821
33822 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
33823
33824 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
33825 bound yet.
33826
33827 2005-03-02 Romain Francoise <romain@orebokech.com>
33828
33829 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
33830 buffer after removing limits.
33831 (ibuffer-pop-filter): Ditto.
33832 Update copyright.
33833
33834 2005-03-02 Miles Bader <miles@gnu.org>
33835
33836 * button.el (make-text-button): If the user doesn't specify a
33837 type, use the default. Rewrite to use `add-text-properties' and
33838 plist functions.
33839
33840 2005-03-01 Lute Kamstra <lute@gnu.org>
33841
33842 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
33843 (debugger-jumping-flag): New var.
33844 (debug-entry-code): Use it.
33845 (debugger-jump): Use debugger-jumping-flag and add
33846 debugger-reenable to post-command-hook.
33847 (debugger-reenable): Use debugger-jumping-flag and remove itself
33848 from post-command-hook.
33849 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
33850 debugger-reenable.
33851
33852 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
33853
33854 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
33855 inclusion of "itemize\\|", which may be unnecessary, is certainly
33856 inelegant, and stops refilling in itemize lists when formatting
33857 Japanese Texinfo files to Info.
33858 Update copyright to 2005.
33859
33860 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
33861
33862 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
33863 of an error if GDB can't find the source file.
33864
33865 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
33866
33867 * calendar/calendar.el (redraw-calendar): Work from any buffer,
33868 not just the calendar.
33869
33870 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
33871 first.
33872 (diary-redraw-calendar): New function.
33873 (make-diary-entry): Add diary-redraw-calendar to local
33874 write-contents-functions. Turn off selective display before
33875 inserting in diary.
33876
33877 2005-03-01 Kim F. Storm <storm@cua.dk>
33878
33879 * emacs-lisp/copyright.el (copyright-fix-years): New command.
33880
33881 2005-03-01 Lute Kamstra <lute@gnu.org>
33882
33883 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
33884 that debug-entry-code can be safely removed from a function while
33885 this code is being evaluated. Revert the 2005-02-27 change as the
33886 new implementation no longer requires it. Make sure that a
33887 function body containing just a string is not mistaken for a docstring.
33888 (debug): Skip one more frame in case of debug on entry.
33889 (debugger-setup-buffer): Delete one more frame line in case of
33890 debug on entry.
33891 (debugger-frame-number): Update to use the new text introduced by
33892 the 1999-11-03 change. Skip one more frame in case of debug on entry.
33893
33894 2005-02-28 Kim F. Storm <storm@cua.dk>
33895
33896 * double.el (double-translate-key): Call force-window-update after
33897 read-event to avoid crash in redisplay.
33898
33899 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
33900
33901 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
33902 (debug): Use it. Move the inhibit-trace earlier.
33903 (debug-entry-code): New const.
33904 (debug-on-entry-1): Use it.
33905
33906 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
33907
33908 * international/utf-16.el (ccl-encode-mule-utf-16le):
33909 Fix BUFFER_MAGNIFICATION to 2.
33910 (ccl-encode-mule-utf-16be): Likewise.
33911
33912 2005-02-28 Kenichi Handa <handa@m17n.org>
33913
33914 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33915 Fix BUFFER_MAGNIFICATION to 4.
33916 (ccl-encode-mule-utf-16be-with-signature): Likewise.
33917
33918 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
33919
33920 * speedbar.el (speedbar-update-flag): Doc fix.
33921 (speedbar-show-info-under-mouse): Give set-mouse-position the right
33922 argument.
33923
33924 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
33925
33926 * reveal.el (reveal-post-command): Don't try to reveal overlays which
33927 have a non-nil `invisible' property but are actually visible.
33928
33929 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
33930 for perldoc sections.
33931 (perl-outline-regexp, perl-outline-level): New var and function.
33932 (perl-mode): Use them.
33933
33934 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
33935
33936 * calendar/diary-lib.el (diary-remind): Discard any mark portion
33937 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
33938
33939 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
33940
33941 * cus-edit.el: Comment change.
33942 (custom-buffer-create-internal): Slightly reword text at top of
33943 Custom buffers. Mention there that saving an option edits the
33944 init file. Add link to Emacs manual node on `custom-file'.
33945 (custom-magic-alist): Rewrite individual State messages to use
33946 capitalized keywords. Doc fix.
33947
33948 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
33949
33950 * calendar/calendar.el (calendar-buffer): Move above
33951 calendar-week-start-day.
33952 (calendar-week-start-day): Doc fix. Add :set function.
33953 (calendar-minimum-window-height): New variable.
33954 (generate-calendar-window): Only resize window if selected-window
33955 is displaying the calendar buffer. Use new variable
33956 calendar-minimum-window-height.
33957 (generate-calendar): Reword error message.
33958 (calendar-mode-map): Bind DEL to scroll-other-window-down.
33959
33960 2005-02-27 Andreas Schwab <schwab@suse.de>
33961
33962 * vc.el (vc-do-command): Don't run command asynchronously when
33963 operating in a remote directory.
33964
33965 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
33966 change from sync with Tramp 2.0.47.
33967
33968 2005-02-27 Richard M. Stallman <rms@gnu.org>
33969
33970 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
33971
33972 * textmodes/flyspell.el (flyspell-mode-on):
33973 Call ispell-change-dictionary only if necessary.
33974
33975 * emacs-lisp/re-builder.el (regexp-builder): New function.
33976
33977 * register.el (describe-register-1): Explicitly handle
33978 yank-excluded-properties = t.
33979
33980 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
33981 (custom-magic-alist): Change the status descriptions again.
33982 (face widget-type): Total rewrite based on `restricted-sexp'
33983 to eliminate the confusing double hiding levels.
33984
33985 * emacs-lisp/debug.el (debug-on-entry-1):
33986 If function body is empty, add nil as body form.
33987
33988 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
33989
33990 * emacs-lisp/trace.el (inhibit-trace): New var.
33991 (trace-make-advice): Use it.
33992
33993 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
33994
33995 2005-02-26 Kim F. Storm <storm@cua.dk>
33996
33997 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
33998 (mouse-on-link-p, mouse-drag-region-1): Use it.
33999
34000 2005-02-25 Lute Kamstra <lute@gnu.org>
34001
34002 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
34003
34004 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
34005
34006 * frame.el (blink-cursor-mode): Add :group keyword.
34007
34008 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
34009
34010 * calendar/icalendar.el (icalendar--decode-isodatetime):
34011 New optional argument DAY-SHIFT.
34012 (icalendar-export-region): Fix coding-system-for-write.
34013 (icalendar--convert-ical-to-diary): Shift end-day of all-day
34014 events by one.
34015
34016 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
34017
34018 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
34019
34020 2005-02-24 Kim F. Storm <storm@cua.dk>
34021
34022 * international/iso-acc.el (iso-accents-compose): Fix crash
34023 during redisplay. Call force-window-update after read-event
34024 and delete-region to signal that window is not accurate.
34025
34026 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
34027
34028 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
34029 Remove unused and inexistent var `inhibit-trace'.
34030 (debugger-mode): Use run-mode-hooks.
34031 (debugger-list-functions): Add buttons; setup xref stack.
34032
34033 2005-02-23 Richard M. Stallman <rms@gnu.org>
34034
34035 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
34036 appointment says it was explicitly made.
34037 (appt-add): Set the 3rd element.
34038 (appt-make-list): Preserve explicit appointments.
34039
34040 * subr.el (find-tag-default): Catch errors in forward-sexp.
34041
34042 2005-02-23 Juri Linkov <juri@jurta.org>
34043
34044 * info.el (Info-isearch-search): New defcustom.
34045 (Info-isearch-search): Call the default isearch function
34046 when Info-isearch-search is nil.
34047 (Info-isearch-wrap): Use variable Info-isearch-search.
34048
34049 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
34050
34051 * cus-edit.el: Comment change.
34052
34053 2005-02-22 Kim F. Storm <storm@cua.dk>
34054
34055 * progmodes/hideif.el (hide-ifdef-use-define-alist):
34056 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
34057
34058 2005-02-22 Simon Josefsson <jas@extundo.com>
34059
34060 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
34061 New variable.
34062 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
34063 Oskarsson" <myrkraverk@users.sourceforget.net>.
34064
34065 2005-02-22 Kim F. Storm <storm@cua.dk>
34066
34067 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
34068 check that window of that event is the selected window.
34069 (mouse-drag-region-1): Compare mouse event window to selected
34070 window before setting point.
34071
34072 * tooltip.el (tooltip-show-help-function): Pass event to
34073 mouse-on-link-p so it can check selected window.
34074
34075 2005-02-22 Kenichi Handa <handa@m17n.org>
34076
34077 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
34078 (ps-mule-show-warning): New function.
34079 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
34080 characters are found.
34081
34082 * ps-print.el (ps-header-footer-string): Return a list of header
34083 and footer strings.
34084
34085 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
34086
34087 * pcvs.el (cvs-retrieve-revision): Fix thinko.
34088
34089 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
34090
34091 * frame.el (blink-cursor-mode): Use define-minor-mode.
34092
34093 * term/mac-win.el (function-key-map): Use char-names more consistently.
34094 (file-name-coding-system): Only set it for MacOS-9. The other case is
34095 already handled in mule-cmds.el (where it also works when mac-win.el
34096 is not used).
34097
34098 2005-02-21 Kenichi Handa <handa@m17n.org>
34099
34100 * international/mule.el (ctext-pre-write-conversion): Always use
34101 " *code-converting-work*" buffer for work.
34102
34103 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
34104
34105 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
34106
34107 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
34108
34109 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
34110
34111 * ses.el (undo-more): Restore defadvice, but only the part that
34112 allows changes outside the restricted area of the buffer.
34113
34114 2005-02-20 Kim F. Storm <storm@cua.dk>
34115
34116 * simple.el (line-move): Add fourth optional arg try-vscroll which
34117 must be set to perform auto-window-vscroll.
34118 When moving backwards and doing auto-window-vscroll, automatically
34119 vscroll to the last part of lines which are taller than the window.
34120 (next-line, previous-line): Set try-vscroll arg on line-move.
34121
34122 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
34123
34124 * replace.el (query-replace, query-replace-regexp)
34125 (replace-string, replace-regexp): When operating on region, make
34126 the minibuffer prompt say so.
34127
34128 * isearch.el (isearch-forward): Document isearch-query-replace and
34129 isearch-query-replace-regexp keybindings.
34130
34131 2005-02-19 Jay Belanger <belanger@truman.edu>
34132
34133 * calc/calc-aent.el (math-read-token): Add local variable.
34134
34135 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
34136 (calc-edit-top): Move declaration to earlier in file.
34137 (calc-edit-macro-repeats): Add local variables.
34138
34139 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
34140 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
34141 calcFunc-tanh.
34142 Adjust integration rule for calcFunc-tan.
34143
34144 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
34145
34146 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
34147 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
34148 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
34149 (viper-skip-separators): Bug fix.
34150 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
34151 particular major mode.
34152 (viper-del-backward-char-in-replace): Don't put deleted char on the
34153 kill ring.
34154
34155 * viper-ex.el (viper-color-display-p): New function.
34156 (viper-has-face-support-p): Use viper-color-display-p.
34157
34158 * viper-keym.el (viper-gnus-modifier-map): New keymap.
34159
34160 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
34161
34162 * viper-util.el (viper-glob-unix-files): Fix shell status check.
34163 (viper-file-remote-p): Make equivalent to file-remote-p.
34164
34165 * viper.el (viper-major-mode-modifier-list):
34166 Use viper-gnus-modifier-map.
34167
34168 2005-02-19 David Kastrup <dak@gnu.org>
34169
34170 * subr.el (subregexp-context-p): Fix garbled doc string by adding
34171 quoting.
34172
34173 2005-02-19 Jay Belanger <belanger@truman.edu>
34174
34175 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
34176 Remove extra definitions.
34177 (calc-coth): New function.
34178 (calcFunc-cot): Fix `let'.
34179
34180 2005-02-19 Eli Zaretskii <eliz@gnu.org>
34181
34182 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
34183 the reasons we use "type pc" in these faces.
34184
34185 * button.el (button): Ditto.
34186
34187 2005-02-19 Michael Mauger <mmaug@yahoo.com>
34188
34189 * replace.el (query-replace-read-from): Set the value of
34190 query-replace-from-history-variable to handle the case of an empty
34191 string entered to accept the suggested default.
34192
34193 * net/tramp.el (tramp-file-name-for-operation):
34194 Use dired-call-process instead of dired-call-process-command.
34195
34196 2005-02-19 Jay Belanger <belanger@truman.edu>
34197
34198 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
34199 (math-div-non-trig): New variables.
34200 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
34201 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
34202 (math-combine-prod, math-div-symb-fancy): Add simplifications for
34203 trig expressions.
34204
34205 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
34206
34207 * progmodes/gdb-ui.el (gdb-var-update-handler)
34208 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
34209 for watch expressions,
34210 (gdb-var-create-handler): Don't set speedbar-update-flag.
34211 (gdb-post-prompt): Simplify test for speedbar.
34212
34213 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
34214
34215 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
34216 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
34217 we use the syntax table of the correct buffer.
34218 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
34219 Felix Gatzemeier.
34220
34221 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
34222 (ediff-file-remote-p): Make synonymous with file-remote-p.
34223 In all deffaces ediff-*-face-*, use min-colors.
34224
34225 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
34226 ediff-recurse-to-subdirectories.
34227 (ediff-mark-if-equal): Check that the arguments are strings, use
34228 ediff-same-contents (after to Felix Gatzemeier).
34229
34230 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
34231 nil.
34232
34233 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
34234
34235 * log-view.el (log-view-message-re): Fix up Subversion regexp.
34236
34237 2005-02-18 David Kastrup <dak@gnu.org>
34238
34239 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
34240 use `mark-active' when defined.
34241
34242 2005-02-18 Kenichi Handa <handa@m17n.org>
34243
34244 * ps-print.el (ps-font-info-database): New entry
34245 ZapfChancery-MediumItalic with correct font name. Fix font name
34246 of the entry Zapf-Chancery-MediumItalic.
34247
34248 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
34249
34250 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
34251
34252 2005-02-16 Kim F. Storm <storm@cua.dk>
34253
34254 * ido.el (ido-fallback-command): Pass user input to fallback command.
34255
34256 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
34257
34258 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
34259 (gdb-find-file-hook): Add server prefix.
34260
34261 2005-02-16 Richard M. Stallman <rms@gnu.org>
34262
34263 * replace.el (perform-replace): Pass new args to replace-highlight.
34264 (replace-highlight): Take region args,
34265 and pass them to isearch-lazy-highlight-new-loop.
34266
34267 * novice.el (disabled-command-hook): Autoload the defalias
34268 and the make-obsolete-variable call.
34269
34270 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
34271
34272 * isearch.el (isearch-lazy-highlight-start-limit)
34273 (isearch-lazy-highlight-end-limit): New variables limit
34274 the region for highlighting.
34275 (isearch-lazy-highlight-new-loop): New args BEG and END.
34276 (isearch-lazy-highlight-search): Use the new vars.
34277 (isearch-lazy-highlight-update): Likewise.
34278
34279 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
34280
34281 * cus-start.el (all): Use default-boundp.
34282
34283 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
34284
34285 * menu-bar.el (menu-bar-select-frame): Handle current frame.
34286
34287 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
34288
34289 * autorevert.el (auto-revert-stop-on-user-input)
34290 (auto-revert-verbose): Doc fixes.
34291
34292 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
34293
34294 * international/mule-cmds.el (set-locale-environment): Remove call
34295 to set-selection-coding-system on Windows.
34296
34297 2005-02-15 Jay Belanger <belanger@truman.edu>
34298
34299 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
34300 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
34301 calcFunc-coth.
34302 (math-simplify-sqrt): Add simplifications.
34303
34304 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
34305 to list.
34306
34307 * calc/calc-ext.el: Add functions to autoloads.
34308
34309 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
34310 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
34311 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
34312 (math-csc-raw, math-cot-raw): New functions.
34313
34314 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
34315
34316 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
34317 the variable name in a message.
34318
34319 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
34320 calcFunc-csc, calcFunc-cot.
34321
34322 * calc/calcalg2.el: Add derivative and integration rules for
34323 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
34324 calcFunc-csch, calcFunc-coth.
34325 (math-do-integral-methods): Add to checks for when to use
34326 substitutions.
34327
34328 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
34329
34330 2005-02-15 Lute Kamstra <lute@gnu.org>
34331
34332 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
34333 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
34334 <monnier@iro.umontreal.ca>.
34335 (lisp-outline-level): Improve efficiency. Suggested by David
34336 Kastrup <dak@gnu.org>.
34337
34338 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
34339
34340 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
34341 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
34342 (gdb-set-gud-minor-mode-existing-buffers): New functions.
34343 (gdb-find-file-hook): New hook. Add it to find-file-hook.
34344 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
34345
34346 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
34347
34348 * cus-start.el (all): Comment change.
34349
34350 2005-02-14 Lute Kamstra <lute@gnu.org>
34351
34352 * cus-start.el (all): Check if symbol is void.
34353
34354 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
34355
34356 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
34357 optional argument to \cite.
34358
34359 2005-02-14 Richard M. Stallman <rms@gnu.org>
34360
34361 * cus-edit.el (custom-buffer-create-internal): Update help message.
34362 (custom-magic-alist): Update help messages.
34363
34364 * cus-start.el (all): Allow a var to specify a standard value.
34365
34366 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
34367
34368 * custom.el (custom-theme-set-variables): Handle variable aliases.
34369
34370 * frame.el (blink-cursor-timer): Doc fix.
34371 (blink-cursor): Make it an alias for `blink-cursor-mode' and
34372 declare obsolete.
34373 (blink-cursor-mode): Define with defcustom and use correct
34374 standard expression in that defcustom.
34375 * startup.el (command-line): Adapt to above changes in frame.el.
34376
34377 2005-02-11 Lute Kamstra <lute@gnu.org>
34378
34379 * apropos.el (apropos-score-doc): Prevent division by zero.
34380
34381 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
34382
34383 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
34384 (icalendar--get-event-property-attributes)
34385 (icalendar--get-event-properties)
34386 (icalendar--datetime-to-diary-date): New functions.
34387 (icalendar--split-value): Doc fix.
34388 (icalendar--datetime-to-noneuropean-date)
34389 (icalendar--datetime-to-european-date): New optional argument
34390 SEPARATOR. Return result as a string instead of a list.
34391 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
34392 (icalendar--convert-string-for-export): Rename arg S to STRING.
34393 (icalendar-export-region): Doc fix. Change name of error buffer.
34394 Save output buffer.
34395 (icalendar-import-file): Add blank at end of prompt.
34396 (icalendar-import-buffer): Doc fix. Do not switch to error
34397 buffer. Indicate status in return value.
34398 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
34399 buffer. Save output buffer. Handle exception from recurrence
34400 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
34401 events. Fix problems with weekly all-day events.
34402
34403 2005-02-10 Richard M. Stallman <rms@gnu.org>
34404
34405 * simple.el (eval-expression-print-format):
34406 Avoid warning about edebug-active.
34407
34408 * help.el (help-for-help-internal): Rename from help-for-help.
34409 (help-for-help): Define with defalias.
34410
34411 * font-core.el (font-lock-default-function): Use with-no-warnings.
34412
34413 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
34414
34415 * custom.el (defface): Doc fix.
34416
34417 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
34418
34419 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
34420 width 0" to prevent word wrapping problems.
34421
34422 2005-02-09 Kim F. Storm <storm@cua.dk>
34423
34424 * ido.el (ido-file-extensions-order): New defcustom.
34425 (ido-file-extension-lessp, ido-file-extension-aux)
34426 (ido-file-extension-order): New advanced file ordering.
34427 (ido-file-lessp): New simple file ordering.
34428 (ido-sort-list): Remove.
34429 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
34430 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
34431
34432 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
34433
34434 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
34435 that some versions of grep produce.
34436 (grep-mode-font-lock-keywords): Likewise.
34437
34438 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
34439
34440 * progmodes/gdb-ui.el (gdb-location-list): New variable.
34441 (gdb-cdir): Delete.
34442 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
34443 (gdb-source-info): Treat case when source file is in another
34444 directory properly.
34445 (gdb-get-location): New function.
34446
34447 2005-02-07 Jay Belanger <belanger@truman.edu>
34448
34449 * calc/calc-prog.el (calc-write-parse-table-part)
34450 (calc-fix-token-name): Fix a check for language type.
34451
34452 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
34453
34454 2005-02-07 Andre Spiegel <spiegel@gnu.org>
34455
34456 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
34457 as directory not writable.
34458
34459 2005-02-07 Kim F. Storm <storm@cua.dk>
34460
34461 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
34462 (cua--standard-movement-commands): Remove list.
34463 Instead, set CUA property value to move for movement commands.
34464 (cua-movement-commands): Remove. Users must set CUA prop instead.
34465 (cua--pre-command-handler): Check CUA property.
34466 (cua--init-keymaps): Don't remap undo commands.
34467 (cua-mode): Don't call cua--rectangle-on-off.
34468
34469 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
34470 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
34471 (cua--rect-undo-set-point): New var.
34472 (cua--rectangle-undo-boundary): Setup undo apply entry.
34473 (cua--rect-undo-handler): New function for rectangle undo.
34474 (cua--rect-start-position, cua--rect-end-position): Add.
34475 (cua--rectangle-post-command): Call cua--rectangle-set-corners
34476 for restored rectangle. Set point if cua--rect-undo-set-point.
34477
34478 2005-02-06 Jay Belanger <belanger@truman.edu>
34479
34480 * calc/calc-lang.el (calc-tex-language): Display more information
34481 in messages.
34482
34483 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
34484 in TeX mode.
34485
34486 2005-02-06 Richard M. Stallman <rms@gnu.org>
34487
34488 * emacs-lisp/lisp.el (buffer-end): Doc fix.
34489
34490 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
34491
34492 * net/ldap.el (ldap-search-internal): Support attributes with
34493 optional descriptions separated by a semi-colon, as in
34494 "userCertificate;binary".
34495
34496 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
34497
34498 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
34499 isn't a cons (i.e. the version is 0).
34500
34501 2005-02-05 Eli Zaretskii <eliz@gnu.org>
34502
34503 * help.el (help-for-help): Doc fix.
34504
34505 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
34506
34507 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
34508 GDB-Windows on the menu-bar as this works better.
34509
34510 2005-02-04 Jay Belanger <belanger@truman.edu>
34511
34512 * calc/calc-embed.el (calc-embedded-update): Don't put in
34513 unnecessary newlines. Adjust the end of formula marker.
34514
34515 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
34516 (math-latex-parse-two-args): New function.
34517
34518 2005-02-03 Lute Kamstra <lute@gnu.org>
34519
34520 * help-fns.el (help-with-tutorial): Make sure that users cannot
34521 remove the entire text of the tutorial by means of `undo'.
34522
34523 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
34524
34525 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
34526 in recent changes, where the ispell process was repeatedly
34527 killed & restarted.
34528
34529 * international/mule-cmds.el (set-locale-environment): Set file-name
34530 coding system to utf-8 on Darwin systems.
34531 (set-default-coding-systems): Don't set default-file-name-coding-system
34532 on Darwin systems.
34533
34534 2005-02-03 Richard M. Stallman <rms@gnu.org>
34535
34536 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
34537
34538 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
34539
34540 * faces.el (list-faces-display): Add optional argument.
34541
34542 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
34543
34544 * font-core.el (font-lock-default-function): Handle the rare case where
34545 only font-lock-keywords is set.
34546
34547 2005-02-02 Kenichi Handa <handa@m17n.org>
34548
34549 * international/characters.el: Cancel previous change for
34550 I-WITH-DOT-ABOVE and DOTLESS-i.
34551
34552 * international/latin-5.el: Cancel previous change.
34553
34554 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
34555
34556 * progmodes/gud.el: Correction to syntax in gud-menu-map.
34557
34558 2005-02-02 Kenichi Handa <handa@m17n.org>
34559
34560 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
34561 DOTLESS-i.
34562
34563 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
34564 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
34565
34566 * case-table.el (get-upcase-table): New function.
34567 (copy-case-table): Copy upcaes table too if non-nil.
34568 (set-case-syntax-delims): Maintain upcase table too.
34569 (set-case-syntax-pair): Likewise.
34570 (set-upcase-syntax, set-downcase-syntax): New functions.
34571 (set-case-syntax): Maintain upcase table too.
34572
34573 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
34574
34575 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
34576
34577 * progmodes/gud.el (gud-goto-info): New function.
34578 (gud-tool-bar-map): Use correct icon.
34579
34580 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
34581
34582 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
34583 When delegating, order args in the funcall correctly.
34584
34585 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
34586
34587 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
34588
34589 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
34590
34591 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
34592 buffer not visiting a file.
34593
34594 2005-01-31 Jay Belanger <belanger@truman.edu>
34595
34596 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
34597 bound on the line with the formula.
34598
34599 2005-01-31 Kim F. Storm <storm@cua.dk>
34600
34601 * ses.el (ses-create-cell-variable-range)
34602 (ses-destroy-cell-variable-range, ses-reset-header-string)
34603 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
34604 (ses-insert-row): Fix format of apply undo entries.
34605
34606 2005-01-31 Jay Belanger <belanger@truman.edu>
34607
34608 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
34609 parts.
34610
34611 * calc/calc-embed.el (calc-embedded-open-formula)
34612 (calc-embedded-close-formula): Ignore matrix environments.
34613
34614 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
34615 TeX mode.
34616
34617 * calc/calc-lang.el (math-function-table, math-oper-table)
34618 (math-variable-table): Adjust the LaTeX portions.
34619
34620 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
34621 (math-latex-ignore-words): New constant.
34622
34623 2005-01-31 Richard M. Stallman <rms@gnu.org>
34624
34625 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
34626 (ispell-local-dictionary): Doc fix.
34627 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
34628 Don't reinitialize at run time. Don't defcustom.
34629 All uses changed to append ispell-local-dictionary-alist,
34630 or check it first.
34631 (ispell-current-dictionary): New variable for dictionary in use.
34632 (ispell-dictionary): Now used only for global default.
34633 (ispell-start-process): Set ispell-current-dictionary,
34634 not ispell-dictionary.
34635 (ispell-change-dictionary): Use this only for setting
34636 user preferences.
34637 (ispell-internal-change-dictionary): New function
34638 to change the current dictionary in use.
34639 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
34640 Use ispell-current-dictionary.
34641 Handle ispell-local-dictionary-overridden.
34642 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
34643
34644 2005-01-31 Jay Belanger <belanger@truman.edu>
34645
34646 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
34647
34648 * calc/calc-ext.el: Add calc-latex-language to autoloads.
34649 (calc-mode-map): Add calc-latex-language.
34650
34651 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
34652 (math-latex-print-frac): New functions.
34653 (math-oper-table, math-function-table, math-variable-table)
34654 (math-complex-format, math-input-filter): Add latex properties.
34655 (calc-set-language): Set math-expr-special-function-mapping.
34656
34657 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
34658 (calc-write-parse-table-part): Add LaTeX support.
34659
34660 * calc/calc.el (calc-language): Adjust docstring.
34661 (calc-set-mode-line): Add LaTeX support.
34662 (math-expr-special-function-mapping): New variable.
34663 (math-tex-ignore-words): Add to list.
34664
34665 * calc/calccomp.el (math-compose-expr, math-compose-rows):
34666 Add LaTeX support.
34667 (math-compose-expr): Add support for special functions.
34668
34669 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
34670
34671 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
34672
34673 * progmodes/gdb-ui.el (gdb-memory-address)
34674 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
34675 (gdb-memory-mode-map, gdb-memory-format-keymap)
34676 (gdb-memory-format-menu, gdb-memory-unit-keymap)
34677 (gdb-memory-unit-menu): New variables for a buffer
34678 that lets the user examine program memory.
34679 (gdb-memory-set-address, gdb-memory-set-repeat-count)
34680 (gdb-memory-format-binary, gdb-memory-format-octal)
34681 (gdb-memory-format-unsigned, gdb-memory-format-signed)
34682 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
34683 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
34684 (gdb-memory-unit-word, gdb-memory-unit-halfword)
34685 (gdb-memory-unit-byte, gdb-memory-unit-menu)
34686 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
34687 (gdb-memory-mode, gdb-memory-buffer-name)
34688 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
34689 New functions for above buffer.
34690
34691 2005-01-30 Richard M. Stallman <rms@gnu.org>
34692
34693 * cus-edit.el (custom-bury-buffer): Function deleted.
34694 (custom-buffer-done-function): Option deleted.
34695 (custom-buffer-done-kill): New replacement option.
34696 (Custom-buffer-done): Call quit-window.
34697 (custom-buffer-create-internal): Update for above changes.
34698
34699 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
34700
34701 * simple.el (undo-ask-before-discard): New var.
34702 (undo-outer-limit-truncate): Implement it.
34703 (undo-extra-outer-limit): Doc update.
34704
34705 2005-01-29 Richard M. Stallman <rms@gnu.org>
34706
34707 * ses.el (undo-more): Delete defadvice.
34708 (ses-begin-change): Doc fix.
34709
34710 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
34711 instead of rebinding C-x u and C-_.
34712
34713 * files.el (normal-backup-enable-predicate): Return nil for files
34714 in /tmp, regardless of temporary-file-directory.
34715
34716 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
34717
34718 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
34719 (open-rectangle, delete-whitespace-rectangle-line)
34720 (clear-rectangle-line): If FILL, pass t instead of FILL
34721 for move-to-column's 2nd arg.
34722
34723 * simple.el (undo): Fix the test for continuing a series of undos.
34724 (undo-more): Set pending-undo-list to t when we reach end.
34725 (pending-undo-list): Move up defvar.
34726
34727 * wid-edit.el (widget-button-click):
34728 Shorten the range of the track-mouse binding.
34729
34730 * comint.el (comint-insert-input): Undo previous changes;
34731 use last-input-event in interactive spec.
34732
34733 2005-01-29 Eli Zaretskii <eliz@gnu.org>
34734
34735 * progmodes/compile.el (compilation-start): Bind buffer-read-only
34736 to nil before invoking call-process. Reset buffer's modified flag
34737 after fontifying it in the no-async branch.
34738
34739 * wid-edit.el (widget-specify-button): If mouse pointer shape
34740 cannot be changed, use mouse face instead.
34741
34742 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
34743
34744 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
34745 (gdb-goto-breakpoint): Make breakpoint handling work on template
34746 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
34747 (gdb-assembler-custom): Update to recognize breakpoint information
34748 added on 2005-01-19.
34749
34750 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
34751
34752 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
34753 (dsssl-mode): Use define-derived-mode.
34754 (scheme-mode-initialize): Remove.
34755 (scheme-mode): Use run-mode-hooks.
34756
34757 * cus-edit.el (customize-group-other-window)
34758 (custom-buffer-create-other-window): Don't override special-display-*.
34759 (custom-mode-map): Make it dense.
34760
34761 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
34762 sets the default value.
34763
34764 2005-01-28 Eli Zaretskii <eliz@gnu.org>
34765
34766 * descr-text.el: Add more keywords.
34767
34768 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
34769
34770 * speedbar.el: Avoid unnecessary use of locate-library.
34771
34772 * international/mule-cmds.el (standard-display-european-internal):
34773 Don't fiddle with latin-1 non-break space any more since it's now
34774 special cased in the C code.
34775 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
34776
34777 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
34778
34779 * cus-start.el (all): Add `undo-outer-limit'.
34780
34781 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
34782
34783 * textmodes/bibtex.el (bibtex-format-entry):
34784 Use `bibtex-empty-field-re' only on the text of fields, not on entire
34785 field lines.
34786 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
34787 not on part of a buffer.
34788
34789 2005-01-25 Lute Kamstra <lute@gnu.org>
34790
34791 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
34792 nonempty field text strings like "{letters\\macro{}more letters}".
34793 Clarify docstring.
34794 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
34795 (bibtex-entry-offset, bibtex-parse-association)
34796 (bibtex-parse-field-name): Fix typos in docstrings.
34797 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
34798
34799 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
34800
34801 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
34802 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
34803 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
34804 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
34805
34806 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
34807 isearch minor mode.
34808
34809 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
34810
34811 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
34812
34813 2005-01-24 Lute Kamstra <lute@gnu.org>
34814
34815 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
34816 CASECHARS and NOT-CASECHARS regular expressions of the
34817 "nederlands" and "nederlands8" dictionaries to prevent a "Range
34818 striding over charsets" error.
34819
34820 2005-01-24 Jay Belanger <belanger@truman.edu>
34821
34822 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
34823 display variable name.
34824
34825 2005-01-24 Kenichi Handa <handa@m17n.org>
34826
34827 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
34828 Fix setting of the element of encoded-kbd-iso2022-invocations.
34829
34830 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
34831
34832 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
34833 (gdb-threads-select): Change to also accept mouse events.
34834 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
34835 (gdb-threads-mouse-select): Delete.
34836
34837 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
34838
34839 * files.el (insert-directory): Take care of empty directory,
34840 listed without -a switch.
34841
34842 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
34843
34844 * textmodes/refill.el (refill-post-command-function):
34845 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
34846 to the list of functions that we should be careful not to undo.
34847 (refill-late-fill-paragraph-function): Remove.
34848 (refill-saved-state): New var.
34849 (refill-mode): Use it to save fill-paragraph-function.
34850 Save also the value of auto-fill-function.
34851
34852 * term/w32-win.el: Simplify code.
34853
34854 2005-01-23 Kim F. Storm <storm@cua.dk>
34855
34856 * simple.el (line-move): Adapt to new return value from
34857 pos-visible-in-window-p.
34858
34859 * simple.el (line-move): Fix last change. Check partial
34860 visibility at point rather than at window-start.
34861
34862 2005-01-22 Jason Rumney <jasonr@gnu.org>
34863
34864 * term/w32-win.el (xw-defined-colors): Remove debug-message.
34865
34866 2005-01-22 David Kastrup <dak@gnu.org>
34867
34868 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
34869
34870 2005-01-22 Eli Zaretskii <eliz@gnu.org>
34871
34872 * type-break.el (type-break-mode): Add a test for
34873 type-break-file-name being non-nil.
34874
34875 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
34876
34877 * net/eudc.el (top level): Call (message "") via progn, so that
34878 eudc-options-file is loaded.
34879
34880 2005-01-22 Kim F. Storm <storm@cua.dk>
34881
34882 * simple.el (line-move-1): Rename from line-move.
34883 (line-move): New function that adjusts vscroll for partially
34884 visible rows, and calls line-move-1 otherwise.
34885
34886 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
34887
34888 * pcomplete.el: Define pcomplete-read-event instead of read-event,
34889 since it's not a complete read-event implementation.
34890
34891 2005-01-20 Jay Belanger <belanger@truman.edu>
34892
34893 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
34894 for called function.
34895
34896 2005-01-20 Steven Tamm <steventamm@mac.com>
34897
34898 * term/mac-win.el (process-connection-type): Remove.
34899 Controlled now by s/darwin.h:PTY_ITERATION.
34900
34901 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
34902
34903 * window.el (handle-select-window): Don't switch window when we're
34904 in the minibuffer.
34905
34906 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
34907
34908 * subr.el (dotimes-with-progress-reporter): New macro.
34909
34910 * ses.el (ses-dotimes-msg): Remove macro.
34911 Use `dotimes-with-progress-reporter' instead.
34912
34913 2005-01-19 Steven Tamm <steventamm@mac.com>
34914
34915 * term/mac-win.el (process-connection-type): Use new
34916 operating-system-release variable to use ptys on Darwin 7 (OS X
34917 10.3) when using carbon build.
34918
34919 2005-01-19 Jay Belanger <belanger@truman.edu>
34920
34921 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
34922 flags if the last command was a tab or M-tab.
34923
34924 * calc/calc-prog.el (calc-user-define-edit): Put original formula
34925 in formula editing buffer.
34926
34927 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
34928
34929 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
34930 breakpoint image symbol in margin.
34931
34932 2005-01-19 Jay Belanger <belanger@truman.edu>
34933
34934 * calc/calc-prog.el (calc-execute-kbd-macro):
34935 Ignore calc-keep-arg-flag.
34936
34937 2005-01-19 Kenichi Handa <handa@m17n.org>
34938
34939 * textmodes/ispell.el (ispell-looking-at): New function.
34940 (ispell-process-line): Use ispell-looking-at to compare the ispell
34941 output and the buffer contents.
34942
34943 2005-01-18 Jay Belanger <belanger@truman.edu>
34944
34945 * calc/calc.el (calc-display-raw): Fix docstring.
34946
34947 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
34948
34949 * simple.el (blink-matching-open): Strip extra info from syntax.
34950
34951 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
34952 funny chars in the end-of-here-doc marker.
34953
34954 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
34955
34956 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
34957 that enable/disabled state of breakpoints is shown correctly in
34958 fringe and on ttys.
34959 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
34960 Add breakpoint information as text properties.
34961 (gdb-mouse-toggle-breakpoint):
34962 Rename to gdb-mouse-set-clear-breakpoint.
34963 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
34964 breakpoints in the margin.
34965 (gdb-remove-strings): Simplify.
34966
34967 2005-01-17 Jay Belanger <belanger@truman.edu>
34968
34969 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
34970 erasing buffer.
34971
34972 2005-01-17 Richard M. Stallman <rms@gnu.org>
34973
34974 * progmodes/grep.el (grep-find): Copy from `grep' the condition
34975 for calling grep-compute-defaults.
34976
34977 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
34978 if buffer is empty.
34979
34980 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
34981
34982 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
34983
34984 * hilit-chg.el (highlight-changes-mode): Don't autoload.
34985
34986 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
34987 non-preloaded variables.
34988
34989 2005-01-17 Steven Tamm <steventamm@mac.com>
34990
34991 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
34992 tex-shell cause to force interactivity when using pipes.
34993
34994 2005-01-17 Kim F. Storm <storm@cua.dk>
34995
34996 * simple.el (just-one-space): Make arg optional.
34997
34998 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
34999
35000 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
35001 posn-at-x-y to t to access left-margin.
35002
35003 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
35004
35005 Sync with Tramp 2.0.47.
35006
35007 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
35008 catching keep-date problems in cp/scp operations.
35009 (tramp-handle-copy-file): Don't call `set-file-modes'
35010 unconditionally. Specialized functions should know better what is
35011 necessary. This improves performance a little bit, and the
35012 functions could catch errors with `cp -p' and `scp -p'.
35013 (tramp-do-copy-or-rename-file-via-buffer)
35014 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
35015 when appropriate.
35016 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
35017 Call `set-file-modes' when appropriate.
35018 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
35019 Johnsson <isak@hypergene.com>.
35020 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
35021 of both Tramp buffer and debug buffer. Reported by Joakim Verona
35022 <joakim@verona.se>.
35023 (tramp-file-name-for-operation): Mark `shell-command' as magic for
35024 Emacs only.
35025
35026 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
35027 `find-file-hooks' and `dired-mode-hook'.
35028 (tramp-minor-mode-map): Respective map. Add remapping for
35029 `compile' and `recompile'.
35030 (tramp-remap-command, tramp-recompile): New defuns.
35031 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
35032 in buffer "*Compilation*". Call the commands asynchronously.
35033
35034 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
35035 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
35036 `shell-command', because it isn't magic in XEmacs. Reported by
35037 Adrian Aichner <adrian@xemacs.org>.
35038
35039 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
35040 `substitute-in-file-name.
35041 (tramp-smb-handle-substitute-in-file-name): New defun.
35042 (tramp-smb-advice-PC-do-completion): Delete advice.
35043
35044 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
35045
35046 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
35047 Fix error in deleting region.
35048
35049 2005-01-15 Richard M. Stallman <rms@gnu.org>
35050
35051 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
35052 In non-temp buffer, switch syntax table temporarily.
35053
35054 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
35055
35056 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
35057
35058 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
35059
35060 * imenu.el (imenu--split-menu): Copy menulist before sorting.
35061 (imenu--generic-function): Use START, not BEG, as pos of definition.
35062
35063 * simple.el (just-one-space): Argument specifies number of spaces.
35064
35065 * simple.el (eval-expression-print-format): Avoid warning
35066 about edebug-active.
35067
35068 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
35069
35070 * progmodes/sh-script.el: Code copied from make-mode.el
35071 with small changes,
35072 (sh-mode-map): Bind C-c C-\.
35073 (sh-backslash-column, sh-backslash-align): New variables.
35074 (sh-backslash-region, sh-append-backslash): New functions.
35075
35076 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
35077
35078 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
35079 (rmail-pop-password, rmail-pop-password-required): Move to
35080 rmail-obsolete group.
35081 (rmail-set-pop-password): Rename to rmail-set-remote-password.
35082 All callers updated.
35083 (rmail-get-pop-password): Rename to rmail-get-remote-password.
35084 Take an argument specifying whether it is POP or IMAP mailbox we
35085 are using. All callers updated.
35086 (rmail-pop-password-error): Rename to
35087 rmail-remote-password-error. Added mailutils-specific error message.
35088 (rmail-movemail-search-path)
35089 (rmail-movemail-variant-in-use): New variables.
35090 (rmail-remote-password, rmail-remote-password-required):
35091 New customization variables.
35092 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
35093 (rmail-parse-url): New function.
35094 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
35095 with GNU mailutils movemail.
35096
35097 2005-01-15 Kevin Ryde <user42@zip.com.au>
35098
35099 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
35100 suffix to space, $ or '$, to correctly position point when going
35101 to @table style constants like DBL_MAX.
35102
35103 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
35104
35105 * type-break.el (type-break-mode, type-break-file-time)
35106 (type-break-file-keystroke-count, type-break-choose-file):
35107 Don't store data in or load data from the file if type-break-file-name
35108 is nil.
35109 (type-break-file-name): Doc update as per the above.
35110
35111 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
35112
35113 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
35114 lookup-key might return nil; handle that.
35115
35116 2005-01-15 Alan Mackenzie <acm@muc.de>
35117
35118 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
35119 rather than the element found, thus enabling the tree to be setcar'd.
35120
35121 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
35122
35123 * textmodes/org.el (org-show-following-heading): New option.
35124 (org-show-hierarchy-above): Use `org-show-following-heading'.
35125 (org-cycle): Documentation fix.
35126
35127 * textmodes/org.el (orgtbl-optimized): New option
35128 (orgtbl-mode): New command, a minor mode.
35129 (orgtbl-mode-map): New variable.
35130 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
35131 (orgtbl-error, orgtbl-self-insert-command)
35132 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
35133
35134 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
35135 a local variable in each org-mode buffer.
35136
35137 * textmodes/org.el (org-set-regexps-and-options): Rename from
35138 `org-set-regexps'. Added checking for STARTUP keyword.
35139 (org-get-current-options): Add STARTUP options.
35140 (org-table-insert-row): Make mode intelligent about when
35141 realignment is needed.
35142 (org-self-insert-command, org-delete-backward-char, org-delete-char):
35143 New commands.
35144 (org-enable-table-editor): New default value `optimized'.
35145 (org-table-blank-field): Support blanking regions if active.
35146
35147 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
35148
35149 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
35150 if the year is not given.
35151
35152 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
35153 Add new escapes %m and %M, fixed bug with %F by adding
35154 save-match-data.
35155 (reftex-reference): Remove ?. from list of spaces.
35156 (reftex-label-info): Add automatic label prefix recognition.
35157
35158 * textmodes/reftex-index.el (reftex-index-next-phrase):
35159 Add slave parameter to call of `reftex-index-this-phrase'.
35160 (reftex-index-this-phrase): New optional argument.
35161 (reftex-index-region-phrases): Add slave parameter to call of
35162 `reftex-index-this-phrase'.
35163 (reftex-display-index): New argument redo.
35164 (reftex-index-rescan): Add `redo' to arguments of
35165 `reftex-display-index'.
35166 (reftex-index-Rescan, reftex-index-revert)
35167 (reftex-index-switch-index-tag): Add `redo' to arguments of
35168 `reftex-display-index'.
35169 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
35170 indexing. Fix bug with matching is there is a quote before or
35171 after the word.
35172
35173 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
35174 Fix bug when collecting citation keys in lines with comments.
35175 (reftex-citation): Prefix argument no longer rescans the document,
35176 but forces prompting for optional arguments of cite macros.
35177 (reftex-do-citation): Prompting for optional arguments implemented.
35178
35179 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
35180 Add optional arguments to most cite commands.
35181 (reftex-cite-cleanup-optional-args): New option
35182 (reftex-cite-prompt-optional-args): New option.
35183 (reftex-trust-label-prefix): New option.
35184
35185 * textmodes/reftex-toc.el (reftex-toc-find-section):
35186 Add push-mark before changing the position in the buffer.
35187
35188 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
35189 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
35190
35191 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
35192
35193 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
35194 more carefully.
35195
35196 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
35197
35198 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
35199 (sgml-mode): Use it.
35200 (sgml-get-context): Better keep track of implicitly closed tags.
35201
35202 2005-01-13 Kenichi Handa <handa@m17n.org>
35203
35204 * textmodes/ispell.el: These changes are to fix misalignment error
35205 caused by equivalent characters of different Emacs charsets.
35206 (ispell-unified-chars-table): New variable.
35207 (ispell-get-decoded-string): New function.
35208 (ispell-get-casechars, ispell-get-not-casechars)
35209 (ispell-get-otherchars): Call ispell-get-decoded-string.
35210
35211 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
35212
35213 * custom.el (custom-declare-variable): Just put symbol instead
35214 of (defvar . symbol) in `current-load-list'.
35215
35216 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
35217
35218 * emacs-lisp/elint.el: Fixed typo in Commentary section.
35219
35220 2005-01-12 Jay Belanger <belanger@truman.edu>
35221
35222 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
35223 to create a Calc summary.
35224
35225 2005-01-12 Kim F. Storm <storm@cua.dk>
35226
35227 * mouse.el (mouse-on-link-p): Change functionality and doc
35228 string to comply with latest description in lisp ref.
35229
35230 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
35231
35232 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
35233 Enable mouse clicks on mode-line, header-line and margin.
35234 (event-type): Give mouse event symbols an `event-kind' property
35235 with value `mouse-click'.
35236
35237 2005-01-12 Juri Linkov <juri@jurta.org>
35238
35239 * facemenu.el (list-colors-display): Add new arg buffer-name.
35240 Use it. Fix docstring. Replace code for identifying duplicate
35241 colors by the name with call to `list-colors-duplicates' which
35242 identifies duplicate colors by the value unless the color
35243 is one of special Windows colors. Set truncate-lines to t.
35244 Print sorted duplicate color names on each line. Indent to 22
35245 \(the longest color name in rgb.txt) instead of 20. Optimize.
35246 (list-colors-duplicates): New function.
35247 (facemenu-color-name-equal): Delete function.
35248
35249 * facemenu.el (list-colors-print): New function created from code
35250 in list-colors-display. Print #RRGGBB at the window right edge.
35251 (list-colors-display): When temp-buffer-show-function is not
35252 defined, call list-colors-print from temp-buffer-show-hook
35253 to get the right value of window-width in list-colors-print
35254 after the buffer is displayed.
35255
35256 * simple.el (pop-mark): Move deactivate-mark out of conditional
35257 part to deactivate the active mark regardless of the state of the
35258 mark ring.
35259
35260 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
35261 variables line in desktop files.
35262
35263 2005-01-12 Juri Linkov <juri@jurta.org>
35264
35265 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
35266 Bring together isearch highlight related options.
35267 (lazy-highlight): Replace group `replace' by `matching'.
35268 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35269 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35270 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
35271 and declare them obsolete.
35272 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
35273 (isearch-faces): Remove defgroup.
35274 (isearch-overlay, isearch-highlight, isearch-dehighlight):
35275 Move isearch highlighting code closer to lazy highlighting code.
35276
35277 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
35278 (query-replace-highlight, query-replace-lazy-highlight)
35279 (query-replace): Move definitions to the beginning of the file.
35280
35281 2005-01-11 Juri Linkov <juri@jurta.org>
35282
35283 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
35284 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
35285 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
35286
35287 * info.el (Info-history-forward): New variable.
35288 (Info-select-node): Reset Info-history-forward to nil.
35289 (Info-last): Turn into defalias.
35290 (Info-history-back): Rename from Info-last.
35291 Add current node to Info-history-forward.
35292 (Info-history-forward): New fun.
35293 (Info-mode-map): Replace Info-last by Info-history-back.
35294 Bind Info-history-forward to "r".
35295 (Info-mode-menu): Replace Info-last by Info-history-back.
35296 Fix menu item text. Add menu item for Info-history-forward.
35297 (info-tool-bar-map): Replace Info-last by Info-history-back.
35298 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
35299 for Info-history-forward.
35300 (Info-mode): Replace Info-last by Info-history-back in docstring.
35301 Add local variable Info-history-forward.
35302 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
35303
35304 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
35305
35306 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
35307 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
35308 Ignore select-window events rather than fiddle with
35309 mouse-autoselect-window.
35310
35311 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
35312
35313 * type-break.el (type-break-mode): Fix previous change.
35314
35315 2005-01-10 Jay Belanger <belanger@truman.edu>
35316
35317 * calc/calc-ext.el (calc-reset): Reset when inside embedded
35318 calculator; only reset when point is inside a calculator.
35319 Don't adjust the window height if the window takes up the whole height
35320 of the frame.
35321
35322 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
35323
35324 * ebuff-menu.el (Electric-buffer-menu-mode):
35325 Preserve value of buffer-local var header-line-format.
35326
35327 2005-01-09 Jay Belanger <belanger@truman.edu>
35328
35329 * calc/calc.el (calc-mode-var-list-restore-saved-values):
35330 Make sure settings file exists before accessing it.
35331
35332 * calc/calc-embed.el (calc-embedded-subst):
35333 Replace math-multi-subst-rec, which is only supposed to be called
35334 by math-multi-subst, by math-multi-subst.
35335
35336 2005-01-09 Andre Spiegel <spiegel@gnu.org>
35337
35338 * vc.el (vc-allow-async-revert): New user option.
35339 (vc-disable-async-diff): New internal variable.
35340 (vc-revert-buffer): Use them to disable asynchronous diff.
35341
35342 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
35343 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
35344 asynchronously if vc-disable-async-diff is t.
35345
35346 2005-01-09 Jay Belanger <belanger@truman.edu>
35347
35348 * calc/calc.el (defcalcmodevar): New macro.
35349 (calc-mode-var-list-restore-default-values)
35350 (calc-mode-var-list-restore-saved-values): New functions.
35351 (calc-mode-var-list): Use defcalcmodevar to define it.
35352 (calc-always-load-extensions, calc-line-numbering)
35353 (calc-line-breaking, calc-display-just, calc-display-origin)
35354 (calc-number-radix, calc-leading-zeros, calc-group-digits)
35355 (calc-group-char, calc-point-char, calc-frac-format)
35356 (calc-prefer-frac, calc-hms-format, calc-date-format)
35357 (calc-float-format, calc-full-float-format, calc-complex-format)
35358 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
35359 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
35360 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
35361 (calc-matrix-brackets, calc-language, calc-language-option)
35362 (calc-left-label, calc-right-label, calc-word-size)
35363 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
35364 (calc-display-raw, calc-internal-prec, calc-angle-mode)
35365 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
35366 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
35367 (calc-window-height, calc-display-trail, calc-show-selections)
35368 (calc-use-selections, calc-assoc-selections)
35369 (calc-display-working-message, calc-auto-why, calc-timing)
35370 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
35371 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
35372 (calc-gnuplot-default-device, calc-gnuplot-default-output)
35373 (calc-gnuplot-print-device, calc-gnuplot-print-output)
35374 (calc-gnuplot-geometry, calc-graph-default-resolution)
35375 (calc-graph-default-resolution-3d, calc-invocation-macro)
35376 (calc-show-banner): Use defcalcmodevar to declare them and set
35377 their default values.
35378
35379 * calc/calc-ext.el (calc-reset): Restore saved values of variables
35380 instead of default values (but restore default values if there is
35381 an argument of 0).
35382
35383 2005-01-09 David Kastrup <dak@gnu.org>
35384
35385 * desktop.el (desktop-restore-eager): Fix typo in type.
35386
35387 2005-01-08 Richard M. Stallman <rms@gnu.org>
35388
35389 * cus-edit.el (customize): Delete :link.
35390
35391 2005-01-08 Jay Belanger <belanger@truman.edu>
35392
35393 * calc/calc.el (calc-mode): Remove the extension from the
35394 `calc-settings-file' file name when loading it.
35395
35396 2005-01-08 Kim F. Storm <storm@cua.dk>
35397
35398 * info.el (Info-mode-map, Info-next-link-keymap)
35399 (Info-prev-link-keymap, Info-up-link-keymap):
35400 Map follow-link to mouse-face.
35401 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
35402
35403 2005-01-08 Jay Belanger <belanger@truman.edu>
35404
35405 * calc/calc.el (calc-settings-file): Change default value.
35406 Suggested by cgw in a comment in calc-mode.el.
35407
35408 * calc/calc-mode.el (calc-settings-file-name):
35409 Compare calc-settings-file to user-init-file instead of ~/.emacs.
35410 Replace ~/.emacs in a prompt by calc-settings-file.
35411
35412 2005-01-07 Lars Hansen <larsh@math.ku.dk>
35413
35414 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
35415 (desktop-lazy-idle-delay): New customizable variables.
35416 (desktop-buffer-args-list): New variable.
35417 (desktop-append-buffer-args): New function.
35418 (desktop-save): Call desktop-append-buffer-args for some buffers.
35419 (desktop-lazy-create-buffer): New function.
35420 (desktop-idle-create-buffers): New function.
35421 (desktop-read): Add message about buffers to restore lazily.
35422 (desktop-lazy-abort): New command.
35423 (desktop-clear): Call desktop-lazy-abort.
35424 (desktop-lazy-complete): New command.
35425
35426 2005-01-06 Richard M. Stallman <rms@gnu.org>
35427
35428 * emacs-lisp/find-func.el (find-face-definition):
35429 Rename from find-face.
35430
35431 2005-01-06 Kim F. Storm <storm@cua.dk>
35432
35433 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
35434
35435 * man.el (Man-xref-man-page, Man-xref-header-file)
35436 (Man-xref-normal-file): Add follow-link property.
35437
35438 2005-01-06 Jay Belanger <belanger@truman.edu>
35439
35440 * calc/calc-units.el: Make sure the proper macro definitions are
35441 available when compiling.
35442
35443 2005-01-06 Juri Linkov <juri@jurta.org>
35444
35445 * isearch.el (isearch-lazy-highlight-update):
35446 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
35447
35448 2005-01-06 Miles Bader <miles@gnu.org>
35449
35450 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
35451 (isearch-lazy-highlight-face): Use new name.
35452
35453 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
35454
35455 * uniquify.el (uniquify-rationalize-file-buffer-names):
35456 Re-add an interactive spec.
35457 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
35458 to the same name.
35459
35460 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
35461 (isearch-update, isearch-done): Adjust calls accordingly.
35462
35463 2005-01-05 Richard M. Stallman <rms@gnu.org>
35464
35465 * custom.el (custom-set-variables, custom-theme-set-variables):
35466 Clarify documentation.
35467
35468 * emacs-lisp/find-func.el (find-variable)
35469 (find-variable-other-window, find-variable-other-frame):
35470 Fix the TYPE args to find-function-read and find-function-do-it.
35471 (find-function): Doc fix.
35472 (find-function-at-point): Replace function-at-point alias.
35473
35474 2005-01-04 Richard M. Stallman <rms@gnu.org>
35475
35476 * cus-face.el (custom-declare-face):
35477 Record defface in current-load-list.
35478
35479 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
35480
35481 * emacs-lisp/find-func.el: Doc fixes.
35482 (find-face-regexp): New variable.
35483 (find-function-regexp-alist): New variable.
35484 (find-function-C-source): Third arg is now TYPE.
35485 (find-function-search-for-symbol): Handle general TYPE.
35486 (find-function-read, find-function-do-it): Handle general TYPE.
35487 (find-definition-noselect, find-face): New functions.
35488 (function-at-point): Alias deleted.
35489
35490 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
35491
35492 * battery.el (display-battery-mode): Rename from display-battery.
35493 Handle the case where it gets turned off.
35494
35495 2005-01-04 Richard M. Stallman <rms@gnu.org>
35496
35497 * cus-edit.el (customize): Make :link point to user doc.
35498
35499 * man.el (Man-fontify-manpage): Turn off undo generation.
35500
35501 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
35502
35503 2005-01-04 Andreas Schwab <schwab@suse.de>
35504
35505 * files.el (insert-directory): Only look for error lines in
35506 inserted text. Don't move too far after processing --dired markers.
35507
35508 2005-01-04 Richard M. Stallman <rms@gnu.org>
35509
35510 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
35511 Don't expand if the character is @, period, dash, etc.
35512 (define-mail-abbrev): Quote names that contain problem characters.
35513
35514 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
35515
35516 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
35517
35518 2005-01-03 Richard M. Stallman <rms@gnu.org>
35519
35520 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
35521 (query-replace-highlight, query-replace-lazy-highlight)
35522 (query-replace): Definitions moved up. Doc fix.
35523
35524 2005-01-03 Richard M. Stallman <rms@gnu.org>
35525
35526 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
35527 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35528 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35529 (lazy-highlight-face): Rename from isearch-lazy-...
35530 Change all references to them.
35531
35532 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
35533
35534 * cus-edit.el (custom-file): Doc fix for defcustom.
35535 (custom-file): The function no longer sets the variable
35536 `custom-file' to its return value.
35537
35538 * startup.el (command-line): No longer load `custom-file'.
35539
35540 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
35541
35542 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
35543
35544 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
35545 Don't confuse module-prefixed identifiers for labels.
35546 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
35547
35548 2005-01-02 Richard M. Stallman <rms@gnu.org>
35549
35550 * files.el (basic-save-buffer-1): Fix previous change.
35551
35552 * loadhist.el (file-loadhist-lookup): New function.
35553 (file-provides, file-requires): Use it.
35554
35555 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
35556 instead of calculating the right size.
35557
35558 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
35559
35560 * vc-svn.el (vc-svn-diff): Stay local if possible.
35561
35562 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
35563
35564 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
35565
35566 * files.el (hack-local-variables): Fix last change.
35567
35568 2005-01-02 Jay Belanger <belanger@truman.edu>
35569
35570 * calc/calc-yank.el (calc-edit-top): New variable.
35571 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
35572 object. Change header properties.
35573 (calc-edit-finish, calc-edit-finish-stack-object)
35574 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
35575 edited object.
35576 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
35577 for the beginning of the edited object.
35578 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
35579 for the beginning of the edited object.
35580 * calc/calc-prog.el (calc-edit-macro-finish-edit)
35581 (calc-finish-formula-edit, calc-macro-repeats)
35582 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
35583 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
35584 beginning of the edited object.
35585 (calc-user-define-edit): Change the header for editing macros.
35586 Remove unnecessary variable.
35587
35588 2005-01-01 Jay Belanger <belanger@truman.edu>
35589
35590 * calc/calc-yank.el (calc-edit-mode): Change default header.
35591 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
35592 * calc/calc-store.el (calc-edit-variable): Change title to match new
35593 header.
35594 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
35595 mode to match new header.
35596 (calc-user-define-edit): Change titles to include names of commands.
35597 (calc-finish-formula-edit): Adjust to handle new header.
35598 (calc-finish-macro-edit): Remove.
35599 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
35600 (calc-edit-macro-command, calc-edit-macro-command-type)
35601 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
35602 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
35603 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
35604 (calc-edit-macro-finish-edit): New functions.
35605 (calc-user-define-edit): Use new functions to edit named calc macros.
35606
35607 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
35608
35609 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
35610
35611 * ses.el (copy-region-as-kill): Deactivate mark.
35612
35613 2005-01-01 Richard M. Stallman <rms@gnu.org>
35614
35615 * replace.el (occur-1): If the output buffer is also an input,
35616 don't kill it, rename it.
35617
35618 * faces.el (set-face-background, set-face-foreground): Doc fix.
35619
35620 * cus-face.el (custom-face-attributes): Fix :help-echo strings
35621 for :foreground and :background.
35622
35623 * dired.el (dired-view-command-alist): Variable deleted.
35624 (dired-view-file, dired-mouse-find-file-other-window):
35625 Delete the code to use it.
35626
35627 2005-01-01 Kim F. Storm <storm@cua.dk>
35628
35629 * image.el (insert-sliced-image): Use t for line-height property.
35630
35631 See ChangeLog.11 for earlier changes.
35632
35633 ;; Local Variables:
35634 ;; coding: iso-2022-7bit
35635 ;; add-log-time-zone-rule: t
35636 ;; End:
35637
35638 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
35639
35640 This file is part of GNU Emacs.
35641
35642 GNU Emacs is free software; you can redistribute it and/or modify
35643 it under the terms of the GNU General Public License as published by
35644 the Free Software Foundation; either version 3, or (at your option)
35645 any later version.
35646
35647 GNU Emacs is distributed in the hope that it will be useful,
35648 but WITHOUT ANY WARRANTY; without even the implied warranty of
35649 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
35650 GNU General Public License for more details.
35651
35652 You should have received a copy of the GNU General Public License
35653 along with GNU Emacs; see the file COPYING. If not, write to the
35654 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
35655 Boston, MA 02110-1301, USA.
35656
35657 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1