]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* hexl.el (hexl-menu): New major mode menu.
[gnu-emacs] / lisp / ChangeLog
1 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * hexl.el (hexl-menu): New major mode menu.
4
5 2007-10-20 Glenn Morris <rgm@gnu.org>
6
7 * progmodes/f90.el (f90-font-lock-keywords-2)
8 (f90-looking-at-type-like): Fix regexp typos.
9
10 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
11
12 * bs.el (bs-mode): Add mode name (accidentally left out
13 in the 2007-10-16 change).
14
15 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
16
17 * bs.el (bs--track-window-changes): Don't refresh the whole list.
18 (bs-mode): Set mode-class property to special.
19
20 * follow.el (follow-unload-function): New function.
21
22 * loadhist.el (unload-function-features-list):
23 Rename from `unload-hook-features-list'.
24 (unload-hook-features-list): Add as obsolete alias.
25 (unload-feature): Use `unload-function-features-list'
26 and new FEATURE-unload-function.
27
28 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
29
30 * loadhist.el (unload-feature-special-hooks):
31 Update list of special hooks.
32
33 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
34 (adaptive-fill-function): Doc fix. Remove * from docstring.
35
36 2007-10-18 Glenn Morris <rgm@gnu.org>
37
38 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
39
40 2007-10-17 Aaron Hawley <aaronh@garden.org>
41
42 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
43 position is not saved.
44
45 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
46
47 * longlines.el (longlines-wrap-follows-window-size): Integer value
48 specifies wrapping margin.
49 (longlines-mode, longlines-window-change-function):
50 Set window-specific wrapping margin based on the above.
51
52 2007-10-17 John Wiegley <johnw@newartisans.com>
53
54 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
55
56 2007-10-17 Glenn Morris <rgm@gnu.org>
57
58 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
59 Tweak regexp to avoid stack overflow.
60
61 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
62
63 * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
64 (bs--restore-window-config): Keep the selected frame.
65 (bs--track-window-changes, bs--remove-hooks): New functions.
66 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
67 (bs--show-with-configuration): Revert 2006-11-09 change.
68 Don't reuse window unless it is visible on the selected frame.
69 Restore window configuration (possibly in a different frame)
70 before creating any window.
71
72 2007-10-16 Richard Stallman <rms@gnu.org>
73
74 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
75 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
76 (ad-is-advised, ad-get-advice-info-field)
77 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
78
79 2007-10-16 Glenn Morris <rgm@gnu.org>
80
81 * simple.el (blink-matching-open): Don't report false errors with
82 the `$' syntax class.
83
84 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
85
86 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
87 (filesets-ormap, filesets-sort-case-sensitive-flag)
88 (filesets-remake-shortcut, filesets-ingroup-collect-files):
89 Fix typos in docstrings.
90 (filesets-data-get-name, filesets-data-get-data)
91 (filesets-data-set, filesets-cmd-query-replace-getargs)
92 (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
93
94 2007-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
95
96 * term/mac-win.el: Don't require url when compiling, as url-type is
97 no longer a macro.
98
99 2007-10-14 Glenn Morris <rgm@gnu.org>
100
101 * progmodes/etags.el (select-tags-table): Disable undo in the
102 `*Tags Table List*' buffer.
103
104 2007-10-13 Eli Zaretskii <eliz@gnu.org>
105
106 * dired.el (dired-warn-writable): New face.
107 (dired-warn-writable-face): New variable.
108 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
109 of dired-warning-face, for group- and world-writable files.
110
111 2007-10-13 Glenn Morris <rgm@gnu.org>
112
113 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
114 (octave-re-search-forward-kw, octave-re-search-backward-kw):
115 Add doc string, and an explicit COUNT argument.
116 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
117 `inc' to search functions.
118
119 2007-10-13 John W. Eaton <jwe@octave.org>
120
121 * progmodes/octave-mod.el (octave-looking-at-kw)
122 (octave-re-search-forward-kw, octave-re-search-backward-kw):
123 New functions.
124 (octave-in-defun-p, calculate-octave-indent)
125 (octave-blink-matching-block-open, octave-beginning-of-defun)
126 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
127 to search for regexps that contain case-sensitive keywords.
128 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
129 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
130
131 2007-10-13 Richard Stallman <rms@gnu.org>
132
133 * files.el (directory-abbrev-alist): Doc fix.
134
135 2007-10-13 Jari Aalto <jari.aalto@cante.net>
136
137 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
138
139 2007-10-12 Martin Rudalics <rudalics@gmx.at>
140
141 * frame.el (set-frame-configuration): Assign name parameter only
142 if it has been set explicitly before.
143
144 * window.el (handle-select-window): Revert part of 2007-10-06
145 change setting the input focus.
146
147 2007-10-12 Glenn Morris <rgm@gnu.org>
148
149 * cus-edit.el (custom-variable-menu, custom-face-menu)
150 (custom-group-menu): Check init-file-user rather than
151 user-init-file, in case cus-edit is loaded by site-run-file.
152
153 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
154
155 * follow.el (follow-stop-intercept-process-output):
156 Use `follow-call-process-filter' rather than `process-filter'.
157
158 2007-10-11 Tom Tromey <tromey@redhat.com>
159
160 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
161 frame is visible.
162
163 2007-10-10 Richard Stallman <rms@gnu.org>
164
165 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
166 in *Backtrace*.
167
168 * faces.el (face-font-selection-order): Doc fix.
169
170 * loadhist.el (unload-feature): Doc fix.
171
172 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
173
174 * ps-print.el: Fix the usage of :foreground and :background face
175 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
176 (ps-print-version): New version 6.7.6.
177 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
178 Fix code.
179 (ps-face-foreground-color-p, ps-face-background-color-p)
180 (ps-face-color-p): New inline funs.
181
182 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
183
184 * follow.el: Change all instances of "Follow Mode" to "Follow
185 mode" in docstrings and messages.
186
187 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
188
189 * faces.el (face-font-selection-order): Doc fix.
190
191 * follow.el (follow-mode-hook, follow-mode): Doc fixes.
192 (follow-mode-off-hook): Mark as obsolete.
193
194 2007-10-08 Richard Stallman <rms@gnu.org>
195
196 * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
197 (edebug-install-custom-print, edebug-reset-print-funcs)
198 (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
199 Functions deleted.
200 (edebug-prin1, edebug-print, edebug-prin1-to-string)
201 (edebug-format, edebug-message): Define directly as aliases.
202
203 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
204
205 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
206
207 2007-10-07 Glenn Morris <rgm@gnu.org>
208
209 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
210 version numbers.
211
212 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
213
214 * net/tramp.el (tramp-completion-mode): Extend doc-string.
215 (tramp-completion-mode-p): Revert change from 2007-09-24.
216 Checking for `return' etc as last character is not sufficient, for
217 example in dired-mode when entering <g> (revert-buffer) or
218 <s> (dired-sort).
219
220 2007-10-06 Martin Rudalics <rudalics@gmx.at>
221
222 * window.el (mouse-autoselect-window-cancel): Don't cancel for
223 select-window or select-frame events.
224 (handle-select-window): When autoselecting window set input
225 focus. Restructure.
226
227 * frame.el (focus-follows-mouse): Moved to frame.c.
228 * cus-start.el (all): Add focus-follows-mouse.
229
230 2007-10-05 Chris Moore <dooglus@gmail.com>
231
232 * server.el (server-kill-new-buffers): Doc fix.
233
234 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
235
236 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
237 activate font-locking in the *buffer-selection* buffer.
238 (bs-show-sorted): Doc fix.
239
240 * bs.el (bs--get-marked-string, bs--get-modified-string)
241 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
242 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
243 (bs--format-aux): Doc fix.
244
245 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
246
247 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
248
249 2007-10-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
250
251 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
252
253 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
254
255 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
256 (gud-gdb): New function for old M-x gdb (text command mode).
257 (gud-gdb-command-name, gdb): Move to...
258
259 * progmodes/gdb-ui.el: ...here and adapt doc string.
260 (gud-gdba-command-name, gdba): Delete.
261
262 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
263
264 * bs.el: Don't defvar `font-lock-verbose'.
265 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
266 (bs--get-file-name): Fix typos in docstrings.
267 (bs--show-header): Use `dolist' instead of `mapcar'.
268 (bs-mode): Set `show-trailing-whitespace' to nil.
269 (bs-buffer-sort-function, bs-mouse-select-other-frame)
270 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
271 Doc fixes.
272
273 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
274
275 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
276
277 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
278
279 * progmodes/gud.el (gdb): Make graphical mode the default and
280 switch to text command mode if appropriate, i.e., reverse previous
281 arrangement.
282 (gud-gdb-marker-filter): Adapt for above change.
283
284 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
285 gud-minor-mode and gud-marker-filter.
286 (gdb-fullname-regexp): New variable.
287 (gud-gdba-marker-filter): Use it to switch to text command
288 mode if appropriate.
289
290 2007-10-02 Richard Stallman <rms@gnu.org>
291
292 * frame.el (cursor-in-non-selected-windows): Doc fix.
293
294 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
295
296 * progmodes/gud.el (gud-display-line): Find source buffer even when
297 GUD buffer has its own frame.
298
299 2007-10-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
300
301 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
302
303 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
304
305 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
306
307 2007-09-29 Martin Rudalics <rudalics@gmx.at>
308
309 * allout.el (allout-before-change-handler): Replace got-char by
310 goto-char.
311
312 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
313
314 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
315 Used to try and automatically enabled smerge-mode in the presence of
316 conflicts and to call `svn resolved' when the conflicts are gone.
317 (vc-svn-parse-status): Remember the svn-specific status.
318
319 * newcomment.el (comment-choose-indent): New function extracted
320 from comment-indent. Improve the alignment algorithm.
321 (comment-indent): Use it.
322
323 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
324
325 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
326 (eldoc-message-commands, eldoc-current-idle-delay):
327 Fix typos in docstrings.
328
329 * progmodes/python.el (python-eldoc-function): Doc fix.
330
331 2007-09-26 Eli Zaretskii <eliz@gnu.org>
332
333 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
334 menu-bar-apropos-menu. All users changed.
335 (menu-bar-help-menu): Change menu symbols to better match the text
336 displayed by the menu.
337
338 2007-09-25 Glenn Morris <rgm@gnu.org>
339
340 * view.el (view-search-no-match-lines): Add a doc string.
341 Rewrite to simplify and work better.
342
343 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
344
345 * net/tramp.el (tramp-completion-mode-p): Rename from
346 `tramp-completion-mode'. Revert logic, check `return', `newline'
347 and such alike. Packages like Icicles tend to use other completion
348 characters but `tab' and `space' only.
349 (top): Require cl.el, when `copy-tree' is not available otherwise.
350
351 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
352 `ad-get-arg'.
353
354 2007-09-24 Ville Skytt\e,Ad\e(B <scop@xemacs.org> (tiny change)
355
356 * net/tramp-vc.el (tramp-vc-user-login-name):
357 Use `vc-find-version' instead of `process-file' to check whether we
358 have a new enough vc that doesn't need the defadvice.
359
360 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
361
362 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
363 #, @, : and ^.
364
365 2007-09-23 Glenn Morris <rgm@gnu.org>
366
367 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
368
369 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
370
371 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
372
373 * log-view.el (log-view-mode-map): Likewise.
374
375 * diff-mode.el (diff-mode-shared-map): Likewise.
376
377 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
378
379 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
380 add inferior-octave-directory-tracker to the buffer-local value
381 of comint-input-filter-functions.
382
383 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
384
385 * files.el (file-name-sans-versions): Also allow `A-Z'.
386
387 * vc.el: Mention all supported VC backends.
388
389 2007-09-22 Richard Stallman <rms@gnu.org>
390
391 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
392 neighbouring buttons.
393
394 2007-09-22 Andreas Schwab <schwab@suse.de>
395
396 * files.el (file-name-sans-versions): Also allow `_'.
397
398 2007-09-22 Glenn Morris <rgm@gnu.org>
399
400 * eshell/esh-mode.el (eshell-output-filter-functions):
401 Add eshell-postoutput-scroll-to-bottom.
402
403 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
404
405 * files.el (file-name-sans-versions): Allow - and a-z in version names.
406
407 * log-view.el (log-view-mode-map, log-view-mode-menu):
408 Bind log-view-annotate-version.
409 (log-view-beginning-of-defun, log-view-end-of-defun)
410 (log-view-annotate-version): New functions.
411 (log-view-mode): Use log-view-beginning-of-defun and
412 log-view-end-of-defun.
413
414 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
415
416 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
417
418 2007-09-21 Kevin Ryde <user42@zip.com.au>
419
420 * international/mule.el (sgml-html-meta-auto-coding-function):
421 Bind `case-fold-search' to t.
422
423 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
424
425 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
426 neighbouring buttons.
427
428 * progmodes/compile.el (compilation-error-regexp-alist-alist):
429 Recognize gcc's use of "note" for informational messages.
430
431 2007-09-20 Glenn Morris <rgm@gnu.org>
432
433 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
434 motion functions, rather than hard-coding "\n\n".
435 (tex-validate-region): Check for eobp, to speed up.
436 (tex-next-unmatched-end): Doc fix.
437
438 2007-09-19 Glenn Morris <rgm@gnu.org>
439
440 * textmodes/tex-mode.el (tex-terminate-paragraph):
441 Use backward-paragraph.
442
443 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
444
445 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
446 (css-mode): Update correspondingly.
447
448 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
449
450 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
451
452 * vc-hooks.el (vc-menu-entry): New var.
453 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
454 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
455 (vc-menu-map): Declare and initialize in one step.
456
457 * menu-bar.el (vc-menu-map): Don't setup any more.
458 Instead, just create the proper spot in the menu.
459
460 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
461 Stefan Monnier <monnier@iro.umontreal.ca>
462
463 * vc.el: Document new VC operation `extra-menu'.
464
465 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
466
467 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
468
469 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
470 Signed-off-by, Acked-by and Merge.
471
472 2007-09-17 Glenn Morris <rgm@gnu.org>
473
474 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
475 filename from `--file-line-error', if it is available.
476
477 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
478
479 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
480 TeX `--file-line-error' format.
481
482 2007-09-17 Glenn Morris <rgm@gnu.org>
483
484 * textmodes/tex-mode.el (tex-region): Simplify previous change,
485 handling the case where the region is not in `tex-main-file'.
486 (tex-region-1): Delete.
487 (tex-region-header): New function, doing the header part of the
488 old tex-region-1.
489
490 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
491
492 * ediff-init.el (ediff-verbose-p): This var is not a constant.
493
494 2007-09-16 Drew Adams <drew.adams@oracle.com>
495
496 * cus-edit (custom-face-edit-activate): Doc fix.
497
498 2007-09-16 Glenn Morris <rgm@gnu.org>
499
500 * textmodes/tex-mode.el (tex-region): Handle the case where the
501 region is not in `tex-main-file'. Move the old code that applies
502 to both cases...
503 (tex-region-1): ...to this new function.
504
505 2007-09-15 Martin Rudalics <rudalics@gmx.at>
506
507 * simple.el (blink-matching-open): Don't display message when no
508 paren is found within blink-matching-paren-distance characters.
509 Don't search prompt in blink-matching-paren-distance nil case.
510
511 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
512
513 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
514
515 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
516
517 * vc-mtn.el: New file.
518
519 * vc-hooks.el (vc-handled-backends): Add Mtn.
520
521 2007-09-13 Eli Zaretskii <eliz@gnu.org>
522
523 * files.el (find-file, find-file-other-window)
524 (find-file-other-frame, find-file-existing, find-file-read-only)
525 (find-file-read-only-other-window)
526 (find-file-read-only-other-frame)
527 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
528
529 2007-09-13 Jari Aalto <jari.aalto@cante.net>
530
531 * man.el (Man-default-man-entry): At end of line, continue looking
532 to the next line for possible end of hyphenated command.
533
534 2007-09-13 Chris Moore <dooglus@gmail.com>
535
536 * shell.el (shell-resync-dirs): Don't move the cursor relative to
537 the command being edited.
538
539 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
540
541 * progmodes/gud.el (gdb-ready): New variable.
542 (gdb): Set it to nil. Set gud-running to nil here...
543 (gud-common-init): ...instead of here.
544
545 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
546 Use gdb-ready. Discard input until GDB is ready to accept it.
547
548 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
549
550 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
551 C-M-S- keys.
552
553 2007-09-12 Martin Rudalics <rudalics@gmx.at>
554
555 * dired.el (dired-warning): Inherit from font-lock-warning-face to
556 make it show up with eight colors.
557
558 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
559
560 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
561 diffs are concatenated with no intervening line.
562
563 2007-09-10 Dave Love <fx@gnu.org>
564
565 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
566 (python-font-lock-keywords): Update to the 2.5 version of the language.
567 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
568 (python-backspace): Only behave funny in code.
569 (python-compilation-regexp-alist): Add PDB stack trace regexp.
570 (inferior-python-mode): Add PDB prompt regexp.
571 (python-fill-paragraph): Refine the fenced-string regexp.
572 (python-find-imports): Handle imports spanning several lines.
573 (python-mode): Add `class' to hideshow support.
574
575 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
576
577 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
578 add-log-buffer-file-name-function rather than bind buffer-file-name,
579 so we dont end up calling change-log-mode in *cvs* when `fi' is the
580 ChangeLog file itself.
581
582 * outline.el (outline-flag-region): Use front-advance.
583
584 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
585
586 * progmodes/cperl-mode.el: Merge upstream 5.23.
587 (cperl-where-am-i): Remove function.
588 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
589 (cperl-sniff-for-indent): De-invert [string] and [comment].
590 When looking for label, skip s:m:y:tr.
591 (cperl-indent-line): Likewise.
592 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
593 (cperl-windowed-init): Wrong `ps-print' handling.
594 Both thanks to Chong Yidong.
595 (cperl-look-at-leading-count): Could fail with unfinished RExen.
596 (cperl-find-pods-heres): If the second part of s()[] is missing,
597 don't try to highlight delimiters...
598
599 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
600
601 * progmodes/compile.el (compilation-get-file-structure): Complete last
602 change by also using spec-directory in the puthash.
603
604 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
605
606 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
607 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
608 (vc-bzr-status): Fix shadowing of variable 'status'.
609 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
610 Use `expand-file-name' instead of `concat'.
611 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
612 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
613
614 2007-09-05 Jason Rumney <jasonr@gnu.org>
615
616 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
617
618 2007-09-02 Richard Stallman <rms@gnu.org>
619
620 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
621 Add `safe-local-variable' property.
622 (lisp-body-indent): Likewise.
623
624 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
625
626 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
627 prev/next-node.
628
629 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
630 (x-gtk-map-stock): New function.
631
632 2007-09-02 Glenn Morris <rgm@gnu.org>
633
634 * comint.el (comint-mode): Don't set scroll-conservatively.
635
636 * eshell/em-unix.el (eshell/time): Stringify and flatten the
637 non-command arguments.
638
639 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
640
641 * emacs-lisp/bytecomp.el (byte-recompile-directory):
642 Fix bug: Don't expand top-level file name more than once.
643 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
644
645 2007-09-01 Richard Stallman <rms@gnu.org>
646
647 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
648 Add doc string.
649
650 2007-08-30 Richard Stallman <rms@gnu.org>
651
652 * speedbar.el (speedbar-frame-reposition-smartly)
653 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
654 (speedbar-check-vc): Don't use dframe-xemacsp.
655
656 2007-08-30 Martin Rudalics <rudalics@gmx.at>
657
658 * files.el (backup-buffer-copy): Try to overwrite old backup first.
659
660 2007-08-29 Martin Rudalics <rudalics@gmx.at>
661
662 * repeat.el (repeat): Use last-repeatable-command instead of
663 real-last-command. Run pre- and post-command hooks for
664 self-insertion. Update doc-string.
665
666 2007-08-28 Glenn Morris <rgm@gnu.org>
667
668 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
669
670 2007-08-27 Alexandre Julliard <julliard@winehq.org>
671
672 * vc-git.el (vc-git-state): Call git-add --refresh to update the
673 state of the file.
674 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
675 (vc-git-create-repo): Fix invalid command.
676
677 2007-08-27 Richard Stallman <rms@gnu.org>
678
679 * textmodes/flyspell.el (flyspell-mode):
680 Catch errors in flyspell-mode-on.
681
682 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
683
684 * progmodes/modula2.el (m2-definition, m2-module):
685 Don't use previous-line. Reported by T. V. Raman.
686
687 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
688
689 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
690 argument to tool-bar-mode call.
691
692 2007-08-27 Glenn Morris <rgm@gnu.org>
693
694 * diff-mode.el (diff-find-file-name): Only accept regular files,
695 to rule out /dev/null, directories, etc.
696
697 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
698
699 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
700 safe-local-variable setting.
701 * progmodes/perl-mode.el (perl-indent-level): Likewise.
702
703 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
704
705 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
706 of buffers in uniquify-managed.
707
708 * simple.el (invisible-p): Rename from text-invisible-p.
709 Update callers.
710
711 2007-08-25 Alan Mackenzie <acm@muc.de>
712
713 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
714 new language variable.
715
716 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
717 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
718 "extern" etc., rather than BOI. Fix addition of spurious
719 syntactic-symbol 'defun-block-intro, replacing it with
720 'innamespace, etc.
721
722 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
723
724 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
725 Don't behave differently when executed via M-x. Add doc string.
726
727 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
728
729 * files.el (backup-buffer-copy): Don't wrap delete in
730 condition-case, only try to delete if file exists.
731
732 2007-08-24 Glenn Morris <rgm@gnu.org>
733
734 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
735
736 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
737
738 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
739 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
740 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
741 (cperl-etags-goto-tag-location): Use new style backquotes.
742
743 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
744 (dynamic-completion-table): Use it it.
745
746 * net/browse-url.el: Remove spurious * in custom docstrings.
747 (browse-url-filename-alist): Use new-style backquote.
748
749 * emacs-lisp/backquote.el (backquote-unquote-symbol)
750 (backquote-splice-symbol): Clarify they're not new-style unquotes.
751
752 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
753 (\,@): Backslash the , and ,@ which are not new-style unquotes.
754
755 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
756
757 * net/socks.el (socks-username/password-auth-filter):
758 Remove unused vars `state' and `desired-len'.
759 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
760 (socks-wait-for-state-change): Use new-style backquotes.
761
762 * pcvs.el (cvs-mode-status): Fix long-standing typo.
763
764 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
765 backquotes after each `read' rather than once per buffer.
766
767 * dframe.el: Remove spurious * in custom docstrings.
768 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
769 (dframe-xemacs20p): Remove, inline at the sole use point.
770 (defface): Don't defvar the face, don't use old-style backquote.
771 (defcustom): Don't use old-style backquote.
772 (dframe-frame-parameter, dframe-mouse-event-p):
773 Make it obvious that it's always defined.
774 (dframe-popup-kludge): New function to replace
775 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
776 (dframe-frame-mode, dframe-set-timer-internal)
777 (dframe-mouse-set-point): Remove use of with-no-warnings from
778 XEmacs-specific code.
779 (dframe-set-timer-internal): Fix very old bug with
780 post-command-idle-hook.
781
782 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
783
784 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
785
786 * image-mode.el (image-minor-mode): Use image-mode-text-map.
787
788 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
789
790 * sort.el (sort-fold-case, sort-numeric-base): Mark as
791 safe-local-variable.
792
793 2007-08-22 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
794
795 * net/browse-url.el (browse-url-emacs): New function.
796
797 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
798
799 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
800 warning if the file uses old style backquotes.
801
802 * emacs-lisp/bytecomp.el (byte-compile-log-file)
803 (byte-recompile-directory, byte-compile-file)
804 (byte-compile-from-buffer): Use with-current-buffer.
805
806 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
807 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
808 (line-move-1, line-move-finish, line-move-to-column)
809 (move-end-of-line, move-beginning-of-line): Use new name.
810
811 2007-08-22 Glenn Morris <rgm@gnu.org>
812
813 * files.el (backup-buffer-copy): Check backup directory is
814 writable, to avoid infloop deleting old backup.
815
816 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
817 movemail related variables.
818 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
819 will now be set before this is called.
820
821 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
822
823 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
824
825 * progmodes/ada-mode.el: Fix up comment style in header.
826 (ada-check-emacs-version): Remove.
827 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
828 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
829 to try and quieten the byte-compiler.
830 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
831
832 * vc.el (vc-annotate-warp-version): Don't use previous-line.
833
834 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
835
836 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
837 extracted from `eval-last-sexp-1'.
838 (eval-last-sexp-1): Call `preceding-sexp'.
839
840 2007-08-19 Glenn Morris <rgm@gnu.org>
841
842 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
843 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
844 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
845 shadow files messing up the compilation.
846
847 2007-08-18 Glenn Morris <rgm@gnu.org>
848
849 * progmodes/scheme.el (scheme-mode-variables):
850 Set font-lock-comment-start-skip.
851
852 2007-08-18 Martin Rudalics <rudalics@gmx.at>
853
854 * progmodes/ada-mode.el (ada-create-syntax-table):
855 Move set-syntax-table from here to ...
856 (ada-mode): ... here. Don't change global value of comment-multi-line.
857 Call new function ada-initialize-syntax-table-properties.
858 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
859 (ada-deactivate-properties, ada-initialize-properties):
860 Replace by new functions ...
861 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
862 (ada-initialize-syntax-table-properties): ... to set up syntax-table
863 properties uniformly, independently from whether font-lock-mode
864 is enabled or not. Handle read-only buffers and do not change
865 undo-list when setting syntax-table properties.
866 (ada-after-change-function): Use ada-set-syntax-table-properties.
867
868 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
869
870 * progmode/cperl-mode.el (cperl-look-at-leading-count)
871 (cperl-find-pods-heres): Fix an error when typing expressions like
872 `s{a}{b}'.
873
874 2007-08-17 Glenn Morris <rgm@gnu.org>
875
876 * progmodes/compile.el (compilation-get-file-structure): Make use
877 of the directory part when checking for an existing entry, to
878 handle files with same basename in different directories.
879
880 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
881
882 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
883 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
884 (ps-paragraph-spacing): Docstring fix.
885
886 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
887
888 * smerge-mode.el (smerge-resolve): New arg `safe'.
889 (smerge-resolve-all, smerge-batch-resolve): New function.
890 (smerge-refine): Make sure `diff' returns the expected result.
891 (smerge-parsep-re): New const.
892 (smerge-mode): Use it to adjust paragraph-separate.
893
894 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
895 Correctly match / regexp matchers as first char on a line when
896 fontifying only that line.
897
898 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
899
900 2007-08-16 Glenn Morris <rgm@gnu.org>
901
902 * ps-print.el (ps-font-size): Doc fix.
903
904 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
905
906 * vc-bzr.el: Don't fiddle with vc-handled-backend.
907 (vc-bzr-registered): Don't redundantly protect against
908 file-error. Actually use the format-specific code.
909 (vc-bzr-buffer-nonblank-p): Remove.
910 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
911
912 2007-08-15 Glenn Morris <rgm@gnu.org>
913
914 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
915 sloppier, for the sake of GNU Mailman.
916 (rmail-digest-rfc1153): Initialize `result' correctly.
917
918 2007-08-14 Glenn Morris <rgm@gnu.org>
919
920 * simple.el (bad-packages-alist): New constant.
921 (bad-package-check): New function. Together, these two add
922 elements to `after-load-alist' to check for problematic external
923 packages.
924 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
925
926 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
927
928 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
929 optional quotes around files in NEED-UPDATE . REMOVED case.
930
931 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
932 (ada-treat-cmd-string): Improve error message.
933 (ada-do-file-completion): Call `ada-require-project-file', so
934 project variables are set properly.
935 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
936 (ada-gnatfind-buffer-name): New constant.
937 (ada-find-any-references): Use new constant. Set buffer name
938 properly in compilation-start. Toggle read-only properly.
939 (ada-find-in-src-path): Fix spelling error in docstring.
940
941 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
942 by zero error.
943
944 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
945
946 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
947
948 2007-08-12 Richard Stallman <rms@gnu.org>
949
950 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
951 (cvs-execute-single-file): Use new name split-string-and-unquote.
952 (cvs-header-msg): Use new name combine-and-quote-strings.
953
954 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
955
956 * progmodes/gud.el (gud-common-init): Use new name
957 split-string-and-unquote.
958
959 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
960 in javac regexp.
961
962 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
963 combine-and-quote-strings and split-string-and-unquote.
964
965 * subr.el (combine-and-quote-strings): Rename from strings->string.
966 (split-string-and-unquote): Rename from string->strings.
967
968 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
969
970 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
971 to buffer-local settings.
972
973 * emacs-lisp/backquote.el (backquote-delay-process): New function.
974 (backquote-process): Add internal arg `level'. Use the two to
975 correctly handle nested backquotes.
976
977 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
978
979 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
980 (vc-bzr-state-words): Add "kind changed" state word.
981 (vc-bzr-status): New function. Return Bzr idea of file status,
982 which is different from VC's.
983 (vc-bzr-state): Use vc-bzr-status.
984 (vc-workfile-unchanged-p): Use vc-bzr-status.
985 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
986 (vc-dired-state): Process "kind changed" state word.
987
988 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
989
990 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
991
992 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
993 Move from vc-default-find-file-not-found-hook.
994
995 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
996
997 * url/url-auth.el (url-basic-auth): When prompting for username
998 and password, default to the username and password in the URL.
999
1000 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1001
1002 * man.el: Remove spurious * in docstrings.
1003 Merge defvars and toplevel setq-defaults.
1004 (Man-highlight-references0): Limit=nil rather than point-max.
1005 (Man-mode-map): Move initialization into the declaration.
1006 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
1007 (Man-view-header-file): Use expand-file-name rather than concat.
1008 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
1009
1010 * man.el (Man-next-section): Make sure we do not move backward.
1011
1012 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1013
1014 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
1015 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
1016 ps-print-color-p is neither nil nor black-white. Reported by Christian
1017 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1018
1019 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1020
1021 * files.el (auto-mode-alist): Use the purecopied text (duh!).
1022
1023 2007-08-08 Andreas Schwab <schwab@suse.de>
1024
1025 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
1026 self-insert-command, not self-insert.
1027
1028 2007-08-08 Glenn Morris <rgm@gnu.org>
1029
1030 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
1031
1032 * Replace `iff' in doc-strings and comments.
1033
1034 * help-mode.el (help-make-xrefs): Search for symbol constituents,
1035 rather than just `-'.
1036
1037 2007-08-08 Martin Rudalics <rudalics@gmx.at>
1038
1039 * dired.el (dired-pop-to-buffer):
1040 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1041 * calendar/calendar.el (generate-calendar-window):
1042 * progmodes/compile.el (compilation-set-window-height):
1043 * textmodes/two-column.el (2C-two-columns, 2C-merge):
1044 Use window-full-width-p instead of comparing frame-width and
1045 window-width.
1046
1047 * progmodes/compile.el (compilation-find-buffer): Remove extra
1048 argument in call to compilation-buffer-internal-p.
1049
1050 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
1051
1052 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
1053 parameters IDENTIFICATION and CONNECTED.
1054 (tramp-handle-insert-file-contents): VISIT must be handled after
1055 insertion of the local copy. Reported by Peter Gordon
1056 <peter@pg-consultants.com>.
1057 (tramp-file-name-handler): No special handling for
1058 `expand-file-name'. But for `file-name-as-directory'.
1059 (tramp-find-shell, tramp-open-connection-telnet)
1060 (tramp-open-connection-rsh, tramp-open-connection-su)
1061 (tramp-open-connection-multi)
1062 (tramp-open-connection-setup-interactive-shell): Guard against
1063 $PROMPT_COMMAND shell var. Reported by Steve Youngs
1064 <steve@sxemacs.org>.
1065 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
1066 the hint.
1067
1068 * net/trampver.el: Update release number.
1069
1070 2007-08-07 Tom Tromey <tromey@redhat.com>
1071
1072 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
1073 Add safe-local-variable property.
1074
1075 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
1076
1077 * image-mode.el (image-toggle-display): Use image-refresh.
1078
1079 * longlines.el (longlines-decoded): New variable.
1080 (longlines-mode): Avoid encoding or decoding the buffer twice.
1081
1082 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
1083
1084 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
1085 unofficial version.
1086 (vc-bzr-command): Remove redundant setting of process-connection-type.
1087 (vc-bzr-admin-checkout-format-file): Add autoload.
1088 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
1089 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
1090 (vc-bzr-registered): Compare dirstate format tag with known good
1091 value, abort parsing if match fails. Warn user in docstring.
1092 (vc-bzr-workfile-version): Case for different Bzr branch formats.
1093 See bzrlib/branch.py in Bzr sources.
1094 (vc-bzr-diff): First argument FILES may be a string rather than a list.
1095 (vc-bzr-shell-command): Remove in favor of
1096 vc-bzr-command-discarding-stderr.
1097 (vc-bzr-command-discarding-stderr): New function.
1098
1099 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
1100
1101 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
1102 program, and return nil
1103 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
1104 (vc-bzr-state): Look for path names relative to the repository
1105 root after status keyword.
1106 (vc-bzr-file-name-relative): New function.
1107 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
1108 depend on it.
1109 (vc-bzr-admin-dirname, ...-checkout-format-file)
1110 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
1111 files that we now parse directly for speed.
1112 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
1113 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
1114 (vc-bzr-state): "bzr status" successful only if exitcode is 0
1115 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
1116 Bzr warnings, so we must discard it.
1117 (vc-bzr-workfile-version): Speedup counting lines from
1118 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
1119 if that file doesn't exist.
1120 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
1121 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
1122 (not ".bzr"!) to `vc-directory-exclusion-list'
1123 (vc-bzr-shell-command): New function.
1124
1125 2007-08-06 Tom Tromey <tromey@redhat.com>
1126
1127 * diff-mode.el (diff-unified->context, diff-reverse-direction)
1128 (diff-fixup-modifs): Typo in docstring.
1129
1130 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
1131
1132 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
1133 count-screen-lines.
1134 (tpu-edt-off): Disable relevant pieces of advice.
1135
1136 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
1137 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
1138 (newline, newline-and-indent, do-auto-fill): Use advice instead of
1139 redefining the function.
1140 (tpu-set-scroll-margins): Activate the pieces of advice.
1141
1142 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
1143
1144 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
1145 process-filter.
1146
1147 2007-08-06 Martin Rudalics <rudalics@gmx.at>
1148
1149 * help.el (resize-temp-buffer-window): Use window-full-width-p
1150 instead of comparing frame-width and window-width.
1151
1152 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
1153
1154 * term.el: Honor term-default-fg-color and term-default-bg-color
1155 settings when modifying term-current-face.
1156 (term-default-fg-color, term-default-bg-color): Initialize from
1157 default term-current-face.
1158 (term-mode, term-reset-terminal): Set term-current-face with
1159 term-default-fg-color and term-default-bg-color.
1160 (term-handle-colors-array): term-current-face has term-default-fg-color
1161 and term-default-bg-color after reset escape sequence.
1162 (term-handle-colors-array): Set term-current-color with
1163 term-default-fg/bg-color instead of ansi-term-color-vector when the
1164 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
1165
1166 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
1167
1168 * files.el (set-auto-mode): Handle also remote files wrt
1169 `auto-mode-alist'.
1170
1171 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
1172 remote identification.
1173
1174 2007-08-04 Glenn Morris <rgm@gnu.org>
1175
1176 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
1177 zero, not nil, when the library is first loaded. Check for a file
1178 that has been modified on disk.
1179
1180 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
1181 Remove duplicate defvar preventing initialization.
1182 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
1183
1184 2007-08-03 Miles Bader <miles@gnu.org>
1185
1186 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
1187 backend names for new backends to `Git', `Hg', and `Bzr'.
1188 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
1189 not `HG'.
1190 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
1191 name, not `GIT'.
1192 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
1193 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
1194
1195 2007-08-03 Glenn Morris <rgm@gnu.org>
1196
1197 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
1198
1199 2007-08-02 Richard Stallman <rms@gnu.org>
1200
1201 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
1202 to update deleted flag.
1203
1204 * cus-edit.el (customize-apropos, customize-apropos-options)
1205 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
1206
1207 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
1208
1209 * startup.el (fancy-splash-head, startup-echo-area-message):
1210 Change message text.
1211
1212 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
1213 All callers use line-move.
1214
1215 * progmodes/compile.el (compilation-find-buffer): Return current
1216 buffer immediately if suitable.
1217 (compile, compilation-buffer-name, compilation-start): Doc fixes.
1218
1219 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1220
1221 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
1222 Make it more discriminating and more useful.
1223 (vc-bzr-root-dir): Use new name.
1224 (vc-bzr-registered): Use new name and look at the dirstate file to
1225 determine if it's registered or not without running `bzr'.
1226
1227 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
1228
1229 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
1230
1231 2007-07-31 Drew Adams <drew.adams@oracle.com>
1232
1233 * cus-edit.el (custom-group-value-create, custom-goto-parent):
1234 Fix parent groups link.
1235
1236 2007-07-31 Daiki Ueno <ueno@unixuser.org>
1237
1238 * faces.el (face-normalize-spec): New function.
1239 (frame-set-background-mode): Normalize face-spec before calling
1240 face-spec-match-p.
1241
1242 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
1243
1244 * vc-bzr.el: New file (copied from the trunk).
1245
1246 * vc-hooks.el (vc-handled-backends): Add BZR.
1247 (vc-find-file-hook): Failsafe if the backend's `registered'
1248 function burps.
1249
1250 * server.el (server-window): Add switch-to-buffer-other-frame option.
1251
1252 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1253
1254 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
1255 (vc-git-revision-completion-table): Enable.
1256
1257 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
1258
1259 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
1260
1261 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
1262 (vc-hg-registered): Set the vc-state property.
1263
1264 * diff-mode.el (diff-mode-menu): New entries.
1265
1266 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1267
1268 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
1269 (diff-file-kill): Use it.
1270 (diff-beginning-of-hunk): Add arg `try-harder' using it.
1271 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
1272 Use it so they find the hunk even when we're in the file header.
1273
1274 * vc.el: Add new VC operation `revision-completion-table'.
1275 (vc-default-revision-completion-table): New function.
1276 (vc-version-diff, vc-version-other-window): Use it to provide
1277 completion of revision names if the backend provides it.
1278
1279 * vc-arch.el (vc-arch--version-completion-table)
1280 (vc-arch-revision-completion-table): New functions to provide
1281 completion of revision names.
1282
1283 * vc-cvs.el: Require CL.
1284 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
1285 New functions to provide completion of revision names.
1286
1287 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
1288
1289 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
1290 (copyright-fix-years, copyright): Correctly handle the case where
1291 copyright-limit is nil.
1292
1293 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
1294
1295 * progmodes/python.el (run-python): Fix path separator under w32.
1296
1297 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
1298
1299 * vc-git.el: New File.
1300
1301 2007-07-28 Alan Mackenzie <acm@muc.de>
1302
1303 Fix problem with modes derived from CC Mode:
1304 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
1305 macro to cc-langs.
1306 (c-init-language-vars-for): Remove call to above macro.
1307 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
1308 been moved to here.
1309 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
1310
1311 2007-07-28 Eli Zaretskii <eliz@gnu.org>
1312
1313 * net/trampver.el: Fix the `coding' cookie.
1314
1315 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
1316
1317 * add-log.el (change-log-redate): Remove (not needed anymore and
1318 doesn't appear to work).
1319
1320 2007-07-25 Glenn Morris <rgm@gnu.org>
1321
1322 * Relicense all FSF files to GPLv3 or later.
1323
1324 * COPYING: Switch to GPLv3.
1325
1326 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1327
1328 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
1329 Replace it with another one which disables undo before calling
1330 erase-buffer and then turns it back on if needed.
1331
1332 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1333
1334 * ps-print.el: Problem with foreground and background color when
1335 printing a buffer with and without faces. Reported by Christian
1336 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1337 (ps-print-version): New version 6.7.5.
1338 (ps-default-fg): Change default value to nil, so black color is used
1339 when a face does not specify a foreground color.
1340 (ps-default-bg): Change default value to nil, so white color is used
1341 for background color.
1342 (ps-begin-job): Fix code.
1343
1344 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1345
1346 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
1347
1348 2007-07-24 Alan Mackenzie <acm@muc.de>
1349
1350 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1351 Initialise byte-compile-unresolved-functions before rather than
1352 after a compilation.
1353 (byte-compile-unresolved-functions): Amplify doc string.
1354
1355 2007-07-24 Glenn Morris <rgm@gnu.org>
1356
1357 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
1358 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
1359 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1360 (cal-tex-cursor-week, cal-tex-cursor-week2)
1361 (cal-tex-cursor-week-iso, cal-tex-week-hours)
1362 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1363 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1364 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
1365
1366 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
1367
1368 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
1369
1370 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1371
1372 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
1373 underlying file is uptodate.
1374
1375 2007-07-23 Richard Stallman <rms@gnu.org>
1376
1377 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
1378
1379 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1380
1381 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
1382 (sh-font-lock-flush-syntax-ppss-cache): New funs.
1383 (sh-font-lock-syntactic-keywords): Use them to distinguish the
1384 different possible cases for \'.
1385 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
1386
1387 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
1388 `file' from which to start the search and fix case where `file' is the
1389 current directory and the root as well.
1390
1391 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
1392 name for buffer-file-name if it refers to a directory.
1393
1394 2007-07-22 Jason Rumney <jasonr@gnu.org>
1395
1396 * w32-fns.el (set-default-process-coding-system): Use dos line ends
1397 for input to cmdproxy on all versions of Windows.
1398 Use dos line ends for input to plink.
1399
1400 * comint.el (comint-simple-send): Concat newline before sending.
1401 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
1402
1403 2007-07-22 Juri Linkov <juri@jurta.org>
1404
1405 * isearch.el (isearch-edit-string): Save old point and
1406 isearch-other-end to old-point and old-other-end before reading
1407 the search string from minibuffer. After exiting minibuffer set
1408 point to old-other-end if point and the search direction is the
1409 same as before reading the search string.
1410 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
1411 to isearch-other-end. Instead of isearch-search-and-update call
1412 three functions isearch-search, isearch-push-state and isearch-update.
1413
1414 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
1415
1416 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
1417 destroying an existing buffer.
1418
1419 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1420
1421 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
1422
1423 * term/x-win.el (x-handle-no-bitmap-icon): New function.
1424
1425 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
1426
1427 * textmodes/reftex.el (reftex-access-parse-file): Create parse
1428 file in a way that does not interfere with recentf.
1429
1430 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1431
1432 * image-dired.el (image-dired-sane-db-file): New func.
1433 (image-dired-write-tags, image-dired-remove-tag)
1434 (image-dired-list-tags, image-dired-write-comments)
1435 (image-dired-get-comment, image-dired-mark-tagged-files)
1436 (image-dired-create-gallery-lists): Call new func.
1437 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
1438
1439 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1440
1441 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
1442 (vc-hg-dir-state): Fix loop.
1443 (vc-hg-print-log): Fix expected return value for vc-hg-command.
1444 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
1445 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
1446 (vc-hg-revert): Likewise.
1447 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
1448
1449 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1450
1451 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
1452 case of alignment under a constant symbol, find and consider
1453 the sexp actually at indentation to be the "last sexp".
1454
1455 2007-07-20 Eli Zaretskii <eliz@gnu.org>
1456
1457 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1458 (install): Use them to copy all *.el files before *.elc.
1459 (clean): Don't delete *~.
1460
1461 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1462
1463 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
1464
1465 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
1466
1467 * vc-hg.el (vc-hg-registered): Replace if with when.
1468 (vc-hg-state): Deal with nonexistent files.
1469
1470 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
1471
1472 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
1473 (follow-delete-other-windows-and-split, follow-recenter)
1474 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
1475 (follow-redisplay, follow-estimate-first-window-start)
1476 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
1477 Fix typos in docstrings.
1478
1479 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
1480
1481 * bookmark.el (bookmark-show-all-annotations):
1482 Make sure each inserted annotation ends with newline.
1483
1484 (bookmark-maybe-sort-alist): Don't modify
1485 bookmark-alist. Instead, if not sorting, simply return it.
1486 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
1487 for its return value, not for its side effect.
1488
1489 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
1490
1491 * vc.el: Add more info about the vc-registered function.
1492
1493 2007-07-16 David Kastrup <dak@gnu.org>
1494
1495 * emacs-lisp/advice.el (defadvice): Doc fix.
1496
1497 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
1498
1499 * subr.el (when, unless): Doc fix.
1500
1501 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1502
1503 * vc-hg.el (vc-hg-state): Handle removed files.
1504 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
1505 (vc-hg-checkout): Re-enable.
1506
1507 2007-07-15 Richard Stallman <rms@gnu.org>
1508
1509 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
1510
1511 * tutorial.el (tutorial--find-changed-keys):
1512 Handle C-x specially like ESC.
1513
1514 2007-07-15 Roland McGrath <roland@frob.com>
1515
1516 * add-log.el (add-change-log-entry): Check add-log-full-name
1517 and add-log-mailing-address later, after change-log-mode-hook.
1518
1519 2007-07-15 Richard Stallman <rms@gnu.org>
1520
1521 * isearch.el (isearch-mode, isearch-done):
1522 Delete unintended code in previous change.
1523
1524 * ps-print.el (ps-default-bg): Change to White.
1525
1526 2007-07-15 Aaron Hawley <aaronh@garden.org>
1527
1528 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
1529
1530 2007-07-15 Martin Rudalics <rudalics@gmx.at>
1531
1532 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
1533 when handling the terminating event.
1534
1535 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
1536
1537 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
1538
1539 2007-07-13 Eli Zaretskii <eliz@gnu.org>
1540
1541 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1542 (install): Use them to copy all *.el files before *.elc.
1543
1544 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
1545
1546 * replace.el (match): Use yellow1 instead of yellow.
1547
1548 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
1549
1550 * pcvs-info.el (cvs-unknown): Likewise.
1551
1552 2007-07-12 Davis Herring <herring@lanl.gov>
1553
1554 * desktop.el (desktop-buffer-info, desktop-save):
1555 Use `desktop-dirname' instead of `dirname'.
1556
1557 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
1558
1559 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
1560
1561 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
1562
1563 2007-07-10 Richard Stallman <rms@gnu.org>
1564
1565 * emacs-lisp/lisp-mode.el (eval-defun):
1566 Explain special handling of `defface'.
1567
1568 2007-07-09 Richard Stallman <rms@gnu.org>
1569
1570 * isearch.el (isearch-edit-string): Call to isearch-push-state
1571 after the search.
1572
1573 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
1574
1575 * cus-start.el (file-coding-system-alist): Fix custom type.
1576
1577 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
1578
1579 * longlines.el (longlines-wrap-region): Avoid marking buffer as
1580 modified.
1581 (longlines-auto-wrap, longlines-window-change-function):
1582 Remove unnecessary calls to set-buffer-modified-p.
1583
1584 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1585
1586 * vc.el (vc-default-log-view-mode): New function.
1587 (vc-print-log): Add new `log-view-mode' VC operation.
1588
1589 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
1590
1591 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
1592 Rename and move to...
1593
1594 * subr.el (strings->string, string->strings): ...here.
1595
1596 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
1597 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
1598
1599 * progmodes/gud.el (gud-common-init): Call string->strings instead
1600 of split-string.
1601
1602 2007-07-07 Eli Zaretskii <eliz@gnu.org>
1603
1604 * term/w32-win.el (menu-bar-open): New function.
1605 Bind <f10> to it.
1606
1607 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1608
1609 * log-view.el (log-view-mode-menu): New menu.
1610
1611 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
1612
1613 * vc-hg.el: New file.
1614
1615 2007-07-06 Andreas Schwab <schwab@suse.de>
1616
1617 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
1618 dynamic bindings around the evaluation of the expression.
1619 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
1620
1621 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
1622
1623 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
1624 file names.
1625
1626 2007-07-02 Martin Rudalics <rudalics@gmx.at>
1627
1628 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
1629
1630 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
1631 event is not a cons cell. Do not unread drag-mouse-1 events.
1632 Select right window in check whether space was stolen from
1633 window above.
1634
1635 2007-07-01 Richard Stallman <rms@gnu.org>
1636
1637 * files.el (find-file-visit-truename): Fix safe-local-variable value.
1638
1639 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
1640
1641 * generic-x.el (generic-define-mswindows-modes)
1642 (generic-define-unix-modes, apache-log-generic-mode)
1643 (bat-generic-mode-keymap, java-manifest-generic-mode)
1644 (show-tabs-generic-mode): Fix typos in docstrings.
1645
1646 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1647
1648 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
1649 replace-regexp-in-string.
1650
1651 2007-06-28 Andreas Schwab <schwab@suse.de>
1652
1653 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
1654 $(lisp)/subdirs.el.
1655
1656 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
1657
1658 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
1659 the speedbar frame if nil; that deletes the current frame or
1660 causes an error if it is the only frame.
1661 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
1662
1663 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
1664
1665 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
1666 directory where the desktop file was found, as the docstring says.
1667 (desktop-kill): Use `read-directory-name'.
1668
1669 * desktop.el (desktop-load-locked-desktop): New option.
1670 (desktop-read): Use it.
1671 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
1672 Use `when'.
1673
1674 2007-06-24 Davis Herring <herring@lanl.gov>
1675
1676 * desktop.el (desktop-save-mode-off): New function.
1677 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
1678 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
1679 (desktop-claim-lock, desktop-release-lock): New functions.
1680 (desktop-kill): Tell `desktop-save' that this is the last save.
1681 Release the lock afterwards.
1682 (desktop-buffer-info): New function.
1683 (desktop-save): Use it. Run `desktop-save-hook' where the doc
1684 says to. Detect conflicts, and manage the lock.
1685 (desktop-read): Detect conflicts. Manage the lock.
1686
1687 2007-06-23 Eli Zaretskii <eliz@gnu.org>
1688
1689 * ls-lisp.el (insert-directory): If an invalid regexp error is
1690 thrown, try using FILE as a literal file name, not a wildcard.
1691 Check for FILE as an existing file, not just a directory.
1692
1693 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
1694
1695 * ruler-mode.el (ruler-mode): Prevent clobbering the original
1696 `header-line-format' when reentering ruler mode.
1697
1698 2007-06-23 Eli Zaretskii <eliz@gnu.org>
1699
1700 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
1701 FILE exists as a directory.
1702
1703 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1704
1705 * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
1706 (vera-font-lock-match-item): Fix doc string.
1707 (vera-in-comment-p): Remove unused function.
1708 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
1709 use `syntax-ppss'.
1710 (vera-forward-syntactic-ws): Fix argument order.
1711 (vera-prepare-search): Use `with-syntax-table'.
1712 (vera-indent-line): Fix doc string.
1713 (vera-electric-tab): Fix doc string.
1714 (vera-expand-abbrev): Define alias instead of using `fset'.
1715 (vera-comment-uncomment-region): Use `comment-start-skip'.
1716
1717 2007-06-20 Reto Zimmermann <reto@gnu.org>
1718
1719 * progmodes/vera-mode.el: New file.
1720
1721 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
1722
1723 * ido.el (ido-find-file-in-dir): Don't signal an error for
1724 empty directories.
1725
1726 2007-06-18 Alan Mackenzie <acm@muc.de>
1727
1728 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1729 When removing lines, also remove the \n. Correction of patch of
1730 2007-04-21.
1731
1732 2007-06-17 Glenn Morris <rgm@gnu.org>
1733
1734 * lpr.el (lpr-page-header-switches): Move %s to separate element
1735 for correct quoting. Doc fix.
1736
1737 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1738
1739 * term/xterm.el (terminal-init-xterm): Escape parens in character
1740 constants.
1741
1742 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
1743
1744 * scroll-lock.el (scroll-lock-mode): Doc fix.
1745
1746 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1747
1748 * font-lock.el (font-lock-add-keywords): In case font-lock was only
1749 half-activated, forcefully activate it completely.
1750
1751 2007-06-11 Richard Stallman <rms@gnu.org>
1752
1753 * cus-edit.el (custom-variable-type): Doc fix.
1754
1755 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
1756
1757 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
1758
1759 2007-06-09 Davis Herring <herring@lanl.gov>
1760
1761 * desktop.el (desktop-minor-mode-table): Doc fix.
1762
1763 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
1764
1765 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
1766 (image-next-line, image-previous-line, image-scroll-up)
1767 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
1768 New functions.
1769 (image-mode-map): Remap motion commands.
1770 (image-mode-text-map): New keymap for viewing images as text.
1771 (image-mode): Use image-mode-map.
1772 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
1773
1774 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
1775
1776 Sync with Tramp 2.0.56.
1777
1778 * net/tramp.el:
1779 * net/tramp-ftp.el:
1780 * net/tramp-smb.el:
1781 * net/tramp-util.el:
1782 * net/tramp-vc.el:
1783 Don't load cl.el, because that pollutes the namespace. Replace cl
1784 macros by their implementations where necessary. Requested by
1785 Richard Stallman <rms@gnu.org>.
1786
1787 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
1788 doesn't exist.
1789 (with-parsed-tramp-file-name): Protect debug spec during compilation.
1790 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
1791 (tramp-file-name-p, tramp-file-name-multi-method)
1792 (tramp-file-name-method, tramp-file-name-user)
1793 (tramp-file-name-host, tramp-file-name-localname): New defuns,
1794 replacing defstruct `tramp-file-name'.
1795 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
1796 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
1797 Apply `vector' instead of `make-tramp-file-name'.
1798 (tramp-handle-make-auto-save-file-name):
1799 Apply `tramp-temporary-file-directory' for compatibility reasons.
1800 (tramp-completion-mode): Use `natnump' instead of `wholenump'
1801 because of XEmacs.
1802 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
1803 started.
1804
1805 2007-06-07 David Kastrup <dak@gnu.org>
1806
1807 * dired.el (dired-recursive-deletes, dired-recursive-copies):
1808 Change default to `top'.
1809
1810 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
1811
1812 * dired.el (dired-mode-map): Remove spurious separator.
1813
1814 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
1815
1816 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
1817
1818 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
1819 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
1820
1821 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
1822
1823 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
1824 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
1825
1826 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
1827
1828 * progmodes/ebrowse.el (ebrowse-member-table):
1829 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
1830
1831 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
1832
1833 * pgg.el (pgg-sign-region, pgg-sign):
1834 * ses.el (ses-call-printer):
1835 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
1836 * textmodes/org.el (org-cycle): Fix typos in docstrings.
1837
1838 2007-06-06 Eli Zaretskii <eliz@gnu.org>
1839
1840 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
1841 (tar-get-descriptor): Handle type 55, an extended pax header.
1842
1843 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1844
1845 * textmodes/css-mode.el: New file.
1846
1847 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
1848
1849 * net/socks.el: New file, taken from w3 repository.
1850 (top): Update Copyright. Don't load cl.el.
1851 (all): Replace `case' by `cond', `string-to-int' by
1852 `string-to-number', and `process-kill-without-query' by
1853 `set-process-query-on-exit-flag'.
1854 (socks-char-int): Remove defalias and all occurrences.
1855
1856 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
1857
1858 * international/mule-cmds.el (toggle-enable-multibyte-characters)
1859 (sort-coding-systems, search-unencodable-char): Doc fixes.
1860 (coding-system-change-eol-conversion, set-default-coding-systems)
1861 (prefer-coding-system, find-multibyte-characters, princ-list)
1862 (leim-list-entry-regexp, set-input-method, locale-language-names)
1863 (input-method-exit-on-first-char, exit-language-environment-hook)
1864 (locale-charset-language-names): Fix typos in docstrings.
1865
1866 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
1867
1868 * bs.el (bs-cycle-previous): Don't modify the cycle list until
1869 `switch-to-buffer' has returned succesfully.
1870 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
1871 window is dedicated (it could iconify the frame).
1872
1873 2007-06-05 Glenn Morris <rgm@gnu.org>
1874
1875 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
1876
1877 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
1878
1879 * files.el (auto-mode-alist): Add lower-priority match for names
1880 like ChangeLog.old.
1881
1882 2007-06-04 Andreas Schwab <schwab@suse.de>
1883
1884 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
1885
1886 2007-06-04 Davis Herring <herring@lanl.gov>
1887
1888 * calendar/timeclock.el: Update version number.
1889 (timeclock-modeline-display): Mention timeclock-use-display-time
1890 in explanatory message.
1891 (timeclock-log): Suppress warnings when finding the log.
1892 Don't check for a nil project twice. Run hooks after killing the
1893 buffer (if applicable).
1894 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
1895 was geometric). All uses changed.
1896 (timeclock-generate-report): Support prefix argument.
1897
1898 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1899
1900 * man.el (Man-next-section): Don't consider the last line of the
1901 page as being part of any section.
1902
1903 2007-06-04 Martin Rudalics <rudalics@gmx.at>
1904
1905 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
1906 modified flag of buffer. Use `inhibit-modification-hooks'.
1907
1908 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1909
1910 * mail/mail-extr.el (mail-extract-address-components):
1911 Recognize non-ASCII characters except for NBSP as words.
1912
1913 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
1914
1915 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
1916
1917 2007-06-04 Michael Olson <mwolson@gnu.org>
1918
1919 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
1920 died and we are trying to send a signal to it.
1921
1922 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
1923
1924 * emacs-lisp/easy-mmode.el (define-minor-mode)
1925 (easy-mmode-define-navigation): Fix typos in docstrings.
1926
1927 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
1928 Fix typos in docstrings.
1929 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
1930 (compilation-finish-function): Fix typo in obsolescence declaration.
1931
1932 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
1933
1934 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
1935
1936 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
1937 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
1938
1939 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
1940
1941 * longlines.el (longlines-mode): Make longlines-auto-wrap
1942 buffer-local. Add hooks unconditionally.
1943 (longlines-auto-wrap): Toggle wrapping.
1944 (longlines-after-change-function)
1945 (longlines-post-command-function): Check longlines-auto-wrap.
1946
1947 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
1948
1949 * Version 22.1 released.
1950
1951 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
1952
1953 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
1954 changes.
1955
1956 2007-05-31 Richard Stallman <rms@gnu.org>
1957
1958 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
1959
1960 2007-05-29 Martin Rudalics <rudalics@gmx.at>
1961
1962 * textmodes/table.el (table--point-entered-cell-function)
1963 (table--point-left-cell-function):
1964 Bind `inhibit-point-motion-hooks' to t.
1965
1966 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1967
1968 * emacs-lisp/rx.el (rx): Doc fix.
1969
1970 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
1971
1972 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
1973
1974 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
1975
1976 * log-edit.el (log-edit-changelog-paragraph): Return point-max
1977 as the end of the ChangeLog paragraph when it ends without a line
1978 termination.
1979
1980 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1981
1982 * textmodes/fill.el (canonically-space-region): Make the second arg
1983 a marker if it's not already the case.
1984
1985 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
1986 (xterm-mouse-event): Use it.
1987
1988 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
1989
1990 * vc-hooks.el (vc-find-root): Fix file attribute test.
1991
1992 2007-05-24 Richard Stallman <rms@gnu.org>
1993
1994 * textmodes/flyspell.el (flyspell-correct-word-before-point):
1995 Don't let opoint be nil.
1996 (flyspell-emacs-popup): Explicit error if no dialogs.
1997
1998 2007-05-23 Eli Zaretskii <eliz@gnu.org>
1999
2000 * tar-mode.el (tar-file-name-handler): New function.
2001 (tar-extract): Bind file-name-handler-alist to it to force
2002 find-buffer-file-type-coding-system behave as if the file being
2003 extracted existed. Use last-coding-system-used to force
2004 buffer-file-coding-system to what decode-coding-region actually
2005 used to decode the file.
2006
2007 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2008
2009 * progmodes/compile.el (compilation-handle-exit):
2010 `compilation-finish-function' may change the current buffer.
2011
2012 2007-05-22 Richard Stallman <rms@gnu.org>
2013
2014 * files.el (set-auto-mode): Doc fix.
2015
2016 2007-05-22 Eli Zaretskii <eliz@gnu.org>
2017
2018 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2019
2020 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
2021
2022 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
2023 (rcirc-print): Handle `window-width'.
2024 (rcirc-buffer-maximum-lines): Doc fix.
2025
2026 2007-05-19 Kevin Ryde <user42@zip.com.au>
2027
2028 * info.el (Info-fontify-node): Match https also.
2029
2030 2007-05-18 Richard Stallman <rms@gnu.org>
2031
2032 * simple.el (push-mark): Doc fix.
2033
2034 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
2035
2036 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
2037 tpu-global-map.
2038 (tpu-original-global-map): Delete variable.
2039 (tpu-control-keys-map): New keymap variable.
2040 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
2041 setting keymapping directly.
2042 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
2043 tpu-global-map.
2044 (tpu-edt-on): Activate the tpu-global-map.
2045 (tpu-edt-off): Deactivate the tpu-global-map.
2046
2047 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
2048
2049 * textmodes/ispell.el (ispell-get-word): Return markers
2050 for start and end positions.
2051 (ispell-word): Assume END is a marker.
2052
2053 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2054
2055 * ps-print.el: Use default color when foreground or background color
2056 are unspecified. Reported by Leo <sdl.web@gmail.com>.
2057 (ps-print-version): New version 6.7.4.
2058 (ps-rgb-color): New argument. Use default color when color is
2059 unspecified.
2060 (ps-begin-job): Fix code.
2061
2062 2007-05-17 Martin Rudalics <rudalics@gmx.at>
2063
2064 * textmodes/ispell.el (ispell-start-process): Defend against bad
2065 default-directory.
2066
2067 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2068
2069 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
2070
2071 2007-05-16 Richard Stallman <rms@gnu.org>
2072
2073 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2074
2075 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2076
2077 * files.el (magic-mode-alist, magic-fallback-mode-alist):
2078 Move the *ml, Postscript, and XmCD entries to the fallback part.
2079
2080 * files.el (magic-fallback-mode-alist):
2081 Rename from file-start-mode-alist.
2082
2083 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2084
2085 * progmodes/compile.el (compilation-handle-exit): Quote first
2086 argument of `run-hook-with-args'.
2087
2088 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
2089
2090 * buff-menu.el (Buffer-menu-sort-column):
2091 * dabbrev.el (dabbrev-upcase-means-case-search):
2092 * dired.el (dired-recursive-deletes, dired-recursive-copies):
2093 * info.el (Info-current-subfile):
2094 * ls-lisp.el (ls-lisp-verbosity):
2095 * msb.el (msb-menu-cond):
2096 * pcvs.el (cvs-dired-use-hook):
2097 * simple.el (set-mark-command-repeat-pop):
2098 * time.el (display-time-24hr-format, display-time-mail-file):
2099 Doc fixes.
2100
2101 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
2102 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
2103
2104 * view.el (view-inhibit-help-message): Fix typo in docstring.
2105 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
2106
2107 2007-05-14 Eli Zaretskii <eliz@gnu.org>
2108
2109 * mail/rmail.el (rmail-convert-to-babyl-format):
2110 Check content-transfer-encoding _last_, because we need its position
2111 in base64-header-field-end.
2112
2113 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
2114
2115 * files.el (mode-require-final-newline, require-final-newline)
2116 (enable-local-variables, enable-local-eval): Doc fixes.
2117
2118 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
2119
2120 * progmodes/python.el (python-font-lock-keywords)
2121 (python-open-block-statement-p, python-mode): Add support for the new
2122 "with" keyword.
2123
2124 2007-05-10 Richard Stallman <rms@gnu.org>
2125
2126 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
2127 (iso-cvt-write-only): Likewise.
2128
2129 * emacs-lisp/easy-mmode.el (define-minor-mode):
2130 Fix generated doc string.
2131
2132 * startup.el (fancy-splash-text): Add URL of guided tour.
2133 Adjust horizontal and vertical whitespace.
2134
2135 * progmodes/compile.el (compilation-handle-exit):
2136 Use run-hook-with-args to run compilation-finish-functions.
2137
2138 * files.el (file-start-mode-alist): New variable.
2139 (magic-mode-regexp-match-limit): Doc fix.
2140 (set-auto-mode): Handle file-start-mode-alist.
2141 A little cleanup of structure.
2142
2143 2007-05-10 Davis Herring <herring@lanl.gov>
2144
2145 * calendar/timeclock.el (timeclock-in): Fix non-interactive
2146 workday specifications.
2147 (timeclock-log): Don't kill the log buffer if it already existed.
2148
2149 2007-05-08 Richard Stallman <rms@gnu.org>
2150
2151 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2152 Don't include non-self-insert commands in the exception for `-'.
2153
2154 2007-05-08 David Reitter <david.reitter@gmail.com>
2155
2156 * progmodes/python.el (python-guess-indent): Check non-nullness
2157 before comparing indent against the 2..8 interval.
2158
2159 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2160
2161 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
2162 available.
2163
2164 2007-05-06 Richard Stallman <rms@gnu.org>
2165
2166 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2167
2168 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
2169
2170 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
2171 disconnections.
2172
2173 2007-05-01 Romain Francoise <romain@orebokech.com>
2174
2175 * dired-x.el: Revert 2007-04-06 change.
2176
2177 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
2178
2179 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
2180 don't put stop on toolbar.
2181
2182 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
2183
2184 * find-dired.el (find-dired-filter): Propertize all text down to eob.
2185
2186 2007-04-29 Richard Stallman <rms@gnu.org>
2187
2188 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
2189
2190 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2191
2192 * progmodes/cc-mode.el (c-before-change): Use point-min rather
2193 than 1.
2194
2195 2007-04-28 Richard Stallman <rms@gnu.org>
2196
2197 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
2198
2199 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2200
2201 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
2202
2203 2007-04-28 Eli Zaretskii <eliz@gnu.org>
2204
2205 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
2206 instead of $(lisp)/mh-e.
2207
2208 * textmodes/fill.el (fill-paragraph): Doc fix.
2209
2210 2007-04-28 Glenn Morris <rgm@gnu.org>
2211
2212 * image-dired.el (image-dired-cmd-create-thumbnail-options)
2213 (image-dired-cmd-create-temp-image-options): Replace option
2214 +profile "*" with -strip.
2215
2216 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
2217
2218 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2219 Use window-start and window-end.
2220
2221 2007-04-26 Glenn Morris <rgm@gnu.org>
2222
2223 * progmodes/python.el: Restore file pending consideration of legal
2224 status.
2225
2226 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
2227
2228 * locate.el (locate-in-alternate-database): Doc fix.
2229
2230 2007-04-26 Glenn Morris <rgm@gnu.org>
2231
2232 * button.el (button): Use underline if supported, else fall back
2233 to color.
2234
2235 2007-04-25 Richard Stallman <rms@gnu.org>
2236
2237 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
2238
2239 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
2240
2241 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
2242 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
2243 pushing mark.
2244 (idlwave-current-routine): Don't push mark.
2245
2246 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
2247
2248 * image-dired.el (image-dired-display-image): Derive image-type from
2249 filename rather than assuming jpeg, in case no resizing was needed.
2250
2251 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2252
2253 * custom.el (defface): Doc fix.
2254
2255 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
2256
2257 * progmodes/python.el: Remove due to unclear legal issues.
2258
2259 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2260
2261 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
2262 Don't re-query for each cleared BP.
2263 (idlwave-shell-clear-bp): Optionally skip BP query.
2264 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
2265 of set-window-buffer, which incorrectly moves displayed region.
2266
2267 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
2268
2269 * calc/calc.el (calc-bug-address): Update maintainer's address.
2270 * calc/*: Update maintainer's address.
2271
2272 2007-04-23 Richard Stallman <rms@gnu.org>
2273
2274 * simple.el (set-mark-command-repeat-pop): Doc fix.
2275 Put in `editing-basics' group.
2276
2277 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
2278
2279 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
2280 New functions.
2281 (Info-mode-line-node-keymap): Bind mouse commands to
2282 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
2283
2284 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
2285
2286 * locate.el (locate-local-prompt): New var.
2287 (locate-prompt-for-command): Doc fix.
2288 (locate-prompt-for-search-string): New function.
2289 (locate): New optional arg. Make locate-local-prompt
2290 buffer-local. Use locate-prompt-for-search-string.
2291 (locate-with-filter): New optional arg.
2292 Use locate-prompt-for-search-string.
2293 (locate-update): Bind locate-prompt-for-command.
2294
2295 2007-04-23 Glenn Morris <rgm@gnu.org>
2296
2297 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
2298
2299 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
2300
2301 * button.el (button): Inherit from link face on a tty.
2302
2303 2007-04-23 Glenn Morris <rgm@gnu.org>
2304
2305 * button.el (button): Use color for this face on a tty.
2306
2307 * files.el (magic-mode-alist): Allow for carriage-returns in
2308 html-mode and sgml-mode entries.
2309
2310 2007-04-22 Richard Stallman <rms@gnu.org>
2311
2312 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2313 Improve doc string of generated command.
2314
2315 * subr.el (read-number): Catch errors.
2316
2317 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
2318
2319 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
2320
2321 * image-dired.el: Rename from thumbnails.el. All instances of
2322 "thumbnails" replaced with "image-dired".
2323
2324 * dired.el (dired-mode-map): Rename "thumbnails" again, to
2325 "image-dired".
2326
2327 2007-04-22 Kim F. Storm <storm@cua.dk>
2328
2329 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
2330 Don't use kill-line.
2331
2332 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
2333
2334 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
2335 error message.
2336
2337 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
2338
2339 * dired.el: Rename "tumme" to "thumbnails".
2340
2341 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
2342 replaced with "thumbnails".
2343
2344 2007-04-22 Glenn Morris <rgm@gnu.org>
2345
2346 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
2347 and give it the risky-local-variable property.
2348
2349 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
2350 before defining it.
2351
2352 2007-04-21 Martin Rudalics <rudalics@gmx.at>
2353
2354 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2355 Use delete-region instead of kill-line.
2356
2357 2007-04-21 Alan Mackenzie <acm@muc.de>
2358
2359 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
2360 `kill-region' by `delete-region'.
2361
2362 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
2363
2364 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
2365 instead of kill-region.
2366
2367 * progmodes/mantemp.el (mantemp-make-mantemps-region)
2368 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
2369 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
2370 and kill-line.
2371
2372 * progmodes/vhdl-mode.el (vhdl-template-type)
2373 (vhdl-template-record, vhdl-template-nature)
2374 (vhdl-template-configuration-spec, vhdl-template-component-inst)
2375 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
2376 Use delete-region instead of kill-word and kill-line.
2377
2378 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2379
2380 * dired-x.el (dired-virtual-mode): Doc fix.
2381
2382 2007-04-21 Richard Stallman <rms@gnu.org>
2383
2384 * font-lock.el (font-lock-keywords-alist): Mark as risky.
2385
2386 * subr.el (read-number): Doc fix.
2387
2388 * simple.el (pop-to-mark-command): Display message "mark popped"
2389 if point does not move.
2390 (set-mark-command): Doc fix.
2391
2392 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
2393
2394 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
2395 (locate-local-filter, locate-local-search): New vars.
2396 (locate): Make variables local.
2397 (locate-update): Bind locate-buffer-name. Call locate using
2398 locate-local-filter and locate-local-search.
2399
2400 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
2401
2402 * hi-lock.el (hi-lock-file-patterns-policy): New var.
2403 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
2404 (hi-lock-mode): Update docstring.
2405
2406 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2407
2408 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
2409 fill-nobreak-predicate when the break is past fill-column.
2410
2411 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
2412
2413 * locate.el (locate): Output from shell-command should go in the
2414 current buffer rather than *Shell Command Output*.
2415
2416 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
2417
2418 * paren.el (show-paren-function): Fix last fix.
2419
2420 2007-04-19 Kevin Ryde <user42@zip.com.au>
2421
2422 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
2423 (archive-lzh-summarize): Add optional start arg for where to start
2424 looking at the archive.
2425 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
2426
2427 * international/mule.el (auto-coding-alist): no-conversion for .exe
2428 and .EXE.
2429
2430 2007-04-19 Alan Mackenzie <acm@muc.de>
2431
2432 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
2433 function return type contains "struct", "union", etc.
2434 c-end-of-defun goes too far forward.
2435
2436 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
2437
2438 * paren.el (show-paren-function): Reset window-start to avoid
2439 recentering.
2440
2441 2007-04-19 Glenn Morris <rgm@gnu.org>
2442
2443 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
2444
2445 2007-04-18 Glenn Morris <rgm@gnu.org>
2446
2447 * calendar/diary-lib.el (diary-header-line-format): Add a custom
2448 :set function.
2449 (diary-list-entries): Only switch to diary-mode from
2450 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
2451 diary-mode set header-line-format, in case of any customization.
2452
2453 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
2454
2455 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
2456 is less than the length of parse-time-syntax.
2457
2458 2007-04-17 David Kastrup <dak@gnu.org>
2459
2460 * replace.el (query-replace-regexp-eval): Deprecate.
2461
2462 2007-04-17 Alan Mackenzie <acm@muc.de>
2463
2464 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
2465 point too close to EOB, leave point at EOB rather than last `}'.
2466
2467 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2468
2469 * textmodes/bibtex.el (bibtex-include-OPTkey)
2470 (bibtex-user-optional-fields, bibtex-entry-field-alist):
2471 Fix defcustom.
2472
2473 2007-04-17 Glenn Morris <rgm@gnu.org>
2474
2475 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
2476 be encoded, fall back to current year.
2477
2478 2007-04-14 Kevin Ryde <user42@zip.com.au>
2479
2480 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
2481 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
2482 M "MSDOS".
2483
2484 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
2485
2486 * progmodes/python.el (python-end-of-block): Avoid looping forever
2487 if python-next-statement fails.
2488
2489 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2490
2491 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
2492
2493 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
2494
2495 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
2496 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
2497
2498 2007-04-15 Jay Belanger <belanger@truman.edu>
2499
2500 * calc/calc.el (calc-version): New function.
2501 (calc-trail-mode): Shorten the title.
2502
2503 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
2504
2505 * mail/footnote.el (footnote-style): Clarify docstring to state
2506 that customizing this only applies to future footnotes.
2507
2508 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2509
2510 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
2511 (bibtex-make-field): Check that INIT is a string. Use functionp.
2512
2513 2007-04-14 Glenn Morris <rgm@gnu.org>
2514
2515 * complete.el (PC-goto-end): New buffer-local variable.
2516 (PC-do-completion-end): Make buffer-local.
2517 (partial-completion-mode) <choose-completion-string-functions>:
2518 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
2519 (PC-do-completion): New optional fourth argument GOTO-END. Add a
2520 doc string. Set PC-goto-end for choose-completion.
2521 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
2522 PC-do-completion.
2523
2524 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
2525 arg to bibtex-make-field.
2526 (bibtex-make-field): Add optional fourth arg NODELIM.
2527 Insert delimiters around INIT unless this arg is non-nil.
2528
2529 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
2530
2531 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
2532 global map isn't modified.
2533
2534 2007-04-14 Glenn Morris <rgm@gnu.org>
2535
2536 * calendar/appt.el (appt-disp-window): Do not split small windows.
2537 Suggested by Jeff Miller <jmiller@cablespeed.com>.
2538
2539 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
2540
2541 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
2542
2543 * files.el: Ditto.
2544
2545 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
2546
2547 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
2548
2549 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
2550 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
2551 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
2552 (term-pager-help): Fix typos in docstrings.
2553
2554 * wid-edit.el (widget-documentation): Fix typo in docstring.
2555
2556 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
2557 Fix typos in error messages.
2558
2559 2007-04-13 Martin Rudalics <rudalics@gmx.at>
2560
2561 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
2562 window marked as dedicated.
2563
2564 * mail/footnote.el (footnote-latin-string): New variable.
2565 (footnote-latin-regexp): Redefine as regexp alternative.
2566 (Footnote-latin): Use footnote-latin-string instead of
2567 footnote-latin-regexp.
2568
2569 2007-04-13 Glenn Morris <rgm@gnu.org>
2570
2571 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
2572 inherited keymaps.
2573
2574 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
2575
2576 * outline.el (outline-get-next-sibling): Clarify docstring.
2577 (outline-get-last-sibling): Handle case where we are at the first
2578 heading. Clarify docstring.
2579
2580 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
2581
2582 * progmodes/gud.el (gud-minor-mode-map): Make go button same
2583 length as stop button to lessen flicker.
2584 (jdb): Add gud-print.
2585 (gud-find-expr): Jdb prints the expression with the value, so
2586 don't insert it in the output.
2587
2588 2007-04-11 Jason Rumney <jasonr@gnu.org>
2589
2590 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
2591 case hex. Do not try to decode non-hex letters.
2592
2593 2007-04-11 Markus Triska <markus.triska@gmx.at>
2594
2595 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
2596 (byte-optimize-backward-word): Remove (move to bytecomp.el).
2597 (byte-optimize-form-code-walker): Evaluate pure function calls if
2598 possible.
2599 (byte-optimize-all-constp): New function.
2600
2601 * emacs-lisp/bytecomp.el (byte-compile-char-before):
2602 Improve numeric argument case.
2603 (byte-compile-backward-char, byte-compile-backward-word):
2604 New functions, performing rewriting previously done in byte-opt.el.
2605 Fix their "Fixme" item (restriction to numeric arguments).
2606
2607 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2608
2609 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
2610 with dolist.
2611 (after-init-hook): Don't quote lambda.
2612 (desktop-first-buffer): Don't wrap it in eval-when-compile.
2613 (desktop-internal-v2s): Remove unused var `el'.
2614 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
2615 desktop-restore-file-buffer.
2616 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
2617 desktop-create-buffer.
2618
2619 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
2620
2621 * woman.el (woman-decode-buffer): Postpone macro-set check...
2622 (woman-decode-region): ...to here.
2623
2624 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
2625
2626 * startup.el (tty-handle-args): Use %S to log ARGS.
2627
2628 2007-04-10 Glenn Morris <rgm@gnu.org>
2629
2630 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
2631 it is obsolete and has no effect.
2632
2633 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
2634 byte-compiler.
2635
2636 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
2637 obsolete function make-local-hook.
2638
2639 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
2640 start to quieten byte-compiler.
2641
2642 2007-04-10 Markus Triska <markus.triska@gmx.at>
2643
2644 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
2645 to bytecomp.el as byte-compile-char-before).
2646 * emacs-lisp/bytecomp.el (byte-compile-char-before):
2647 New function (modified replacement for byte-optimize-char-before in
2648 byte-opt.el).
2649
2650 2007-04-09 Alan Mackenzie <acm@muc.de>
2651
2652 * startup.el (inhibit-splash-screen): Emphatically state that it
2653 can't be set in site-start.el.
2654
2655 2007-04-09 Masatake YAMATO <jet@gyve.org>
2656
2657 * progmodes/cc-subword.el (c-capitalize-subword): More closely
2658 mimic the behavior of `capitalize-word'. Do not move point with a
2659 negative argument. Based on tiny change by Paul Curry.
2660
2661 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
2662
2663 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
2664 Don't move point if ARG is negative.
2665
2666 2007-04-09 Alan Mackenzie <acm@muc.de>
2667
2668 Changes to make `narrow-to-defun' and `mark-defun' work properly
2669 in CC Mode:
2670
2671 * progmodes/cc-defs.el (c-beginning-of-defun-1):
2672 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2673 Bind beginning/end-of-defun-function to nil around calls to
2674 beginning/end-of-defun.
2675
2676 * progmodes/cc-langs.el (beginning-of-defun-function)
2677 (end-of-defun-function): New c-lang-setvar's.
2678
2679 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
2680 (setq arg 1))" to enable non-interactive call.
2681
2682 2007-04-09 Eli Zaretskii <eliz@gnu.org>
2683
2684 * simple.el (set-mark-command): Doc fix.
2685
2686 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
2687
2688 * progmodes/gud.el (gdb): Restore existing session if user
2689 tries to start a second one in graphical mode.
2690
2691 2007-04-08 Martin Rudalics <rudalics@gmx.at>
2692
2693 * cus-start.el <scroll-preserve-screen-position>: Add choices.
2694
2695 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2696
2697 * term/xterm.el (terminal-init-xterm): Fix key definitions.
2698 Add binding for C-M-SPC.
2699
2700 2007-04-08 Richard Stallman <rms@gnu.org>
2701
2702 * pcomplete.el (pcomplete-read-event): One single definition,
2703 and not a defsubst.
2704
2705 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
2706
2707 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
2708 byte-compiler warning "value unused".
2709
2710 2007-04-08 Andreas Schwab <schwab@suse.de>
2711
2712 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
2713
2714 2007-04-07 Glenn Morris <rgm@gnu.org>
2715
2716 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
2717 Autoload these functions.
2718 (diary-date-forms): Add a custom :set form.
2719
2720 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
2721 before first use.
2722 (diary-font-lock-keywords): New function with old code for
2723 initialization of variable of same name.
2724
2725 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
2726
2727 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
2728 clean-up: only insert space when on identifier, etc.
2729
2730 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
2731
2732 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
2733
2734 * net/tls.el (open-tls-stream): Properly handle case where there
2735 is no associated buffer.
2736
2737 2007-04-07 Glenn Morris <rgm@gnu.org>
2738
2739 * ffap.el (ffap-file-at-point): Lower the priority of the
2740 ffap-ftp-sans-slash-regexp check.
2741
2742 2007-04-06 Alan Mackenzie <acm@muc.de>
2743
2744 Fix fontification of labels, and other things with ":".
2745
2746 * progmodes/cc-engine.el (c-forward-label): The function now
2747 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
2748 the former t.
2749
2750 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
2751 new return code from c-forward-label, fontifying tokens properly.
2752 Add some general comments throughout the file.
2753
2754 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
2755
2756 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
2757 Revert 2006-01-27 change.
2758
2759 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
2760
2761 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
2762
2763 * desktop.el (desktop-create-buffer, desktop-save):
2764 Revert 2004-11-12 change for lack of copyright papers.
2765
2766 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
2767 (dired-guess-default): Respect case.
2768
2769 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
2770
2771 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
2772 was originally checked in as byte-optimize-concat on 1997-11-02.
2773
2774 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
2775 1995-05-19 doc changes.
2776
2777 2007-04-06 Kim F. Storm <storm@cua.dk>
2778
2779 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
2780 (unload-feature): Update interactive spec accordingly.
2781
2782 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
2783
2784 2007-04-06 John Paul Wallington <jpw@pobox.com>
2785
2786 * subr.el (with-case-table): Use `make-symbol' to avoid variable
2787 capture. Restore the table in the same buffer.
2788
2789 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
2790
2791 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
2792
2793 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2794 Print entire form.
2795
2796 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
2797
2798 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
2799 for low-color displays.
2800
2801 2007-04-05 Glenn Morris <rgm@gnu.org>
2802
2803 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
2804 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
2805 Seed random number generator on loading.
2806
2807 * emacs-lisp/authors.el (top-level): Provide self.
2808
2809 * play/animate.el (top-level): Provide self.
2810
2811 2007-04-04 Alan Mackenzie <acm@muc.de>
2812
2813 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
2814 to mention c-syntactic-indentation.
2815
2816 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
2817
2818 * subr.el (with-case-table): New macro.
2819
2820 * international/mule.el (ascii-case-table): New var.
2821
2822 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
2823 downcasing.
2824
2825 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
2826
2827 * progmodes/gud.el (gud-minor-mode-map): Simplify.
2828
2829 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
2830 of the window if we're outside it e.g menu-bar.
2831
2832 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
2833 window if we're outside it e.g menu-bar.
2834
2835 2007-04-03 Eli Zaretskii <eliz@gnu.org>
2836
2837 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
2838 decode base-64 encoded body if its content-type is something other
2839 than text/* or message/*.
2840
2841 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
2842
2843 * simple.el (activate-mark-hook): Fix typo in docstring.
2844
2845 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
2846
2847 * tmm.el (tmm-c-prompt): Initialize.
2848 (tmm-menubar): Deal with extended menu-items at top level.
2849 (tmm-get-keybind): Handle bindings redefined/undefined locally.
2850 (tmm-prompt): Handle visibility of top level menu-items.
2851
2852 * progmodes/gud.el (gud-menu-map): Simplify.
2853 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
2854 menubar.
2855
2856 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
2857
2858 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
2859
2860 * comint.el (comint-send-input): Widen the buffer first.
2861
2862 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
2863
2864 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2865
2866 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
2867 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
2868
2869 * newcomment.el (comment-search-forward): Discard comment starters
2870 before point.
2871
2872 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
2873
2874 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
2875
2876 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
2877
2878 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
2879 when downcasing.
2880
2881 * button.el (previous-button): Rewrite to account for adjacent buttons.
2882
2883 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
2884
2885 * progmodes/idlwave.el (idlwave-auto-fill):
2886 Revert paragraph-separate change.
2887
2888 * progmodes/idlw-shell.el (idlwave-shell-break-in):
2889 Simplify module calc.
2890 (idlwave-shell-set-bp-in-module): Compute module.
2891
2892 2007-03-31 Glenn Morris <rgm@gnu.org>
2893
2894 * emacs-lisp/timer.el (run-at-time): Doc fix.
2895
2896 * emacs-lisp/warnings.el (display-warning): If we create the
2897 buffer displaying the warning, disable undo there.
2898
2899 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
2900
2901 * net/tramp.el (tramp-register-file-name-handler)
2902 (tramp-register-completion-file-name-handler): New defsubst,
2903 derived from `tramp-register-file-name-handlers'. The split is
2904 necessary because Tramp's file name handlers must be registered at
2905 different startup places.
2906
2907 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
2908
2909 * progmodes/hideshow.el (turn-off-hideshow): New function.
2910 (hs-minor-mode): Use it instead of a lambda expression in
2911 change-major-mode-hook.
2912
2913 2007-03-31 David Kastrup <dak@gnu.org>
2914
2915 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
2916 corresponding to MANPATH_MAP entries.
2917 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
2918 (woman-parse-man.conf): Use more discriminating man.conf name.
2919 (woman-parse-man.conf): Parse MANPATH_MAP entries.
2920 (woman-manpath): Doc fix and type fix.
2921 (woman-cached-data): Check for MANPATH_MAP entries.
2922 (woman-expand-directory-path): Treat MANPATH_MAP entries.
2923
2924 2007-03-31 Stuart Herring <herring@lanl.gov>
2925
2926 * emacs-lisp/sregex.el (sregexq): Doc fix.
2927
2928 2007-03-31 Markus Triska <markus.triska@gmx.at>
2929
2930 * flymake.el (flymake-err-line-patterns): Doc fix.
2931
2932 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
2933
2934 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
2935 Move to the right.
2936
2937 2007-03-30 Alan Mackenzie <acm@muc.de>
2938
2939 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
2940
2941 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
2942
2943 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
2944 Use it, passed in explicitly, instead of from the dynamic binding.
2945 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
2946
2947 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
2948
2949 * simple.el (blink-matching-open): When in minibuffer, don't
2950 search for a match inside the prompt.
2951
2952 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
2953
2954 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
2955 (tmm-prompt): Don't make the mouse user select the first menu
2956 item twice.
2957
2958 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
2959
2960 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
2961 SIGUSR1 and SIGUSR2.
2962
2963 2007-03-29 Kim F. Storm <storm@cua.dk>
2964
2965 * ido.el (ido-read-internal): When reading file or dir, only override
2966 minibuffer-local-filename-completion-map, otherwise only override
2967 minibuffer-local-completion-map.
2968
2969 2007-03-29 Glenn Morris <rgm@gnu.org>
2970
2971 * complete.el (partial-completion-mode): Set PC-do-completion-end
2972 to nil after use.
2973 (PC-lisp-complete-symbol): Create and use a marker at `end',
2974 rather than using point-marker.
2975
2976 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
2977
2978 * simple.el (next-error-highlight): Doc fix.
2979 (compose-mail): Revert 2007-03-19 change.
2980
2981 2007-03-28 Richard Stallman <rms@gnu.org>
2982
2983 * emacs-lisp/edebug.el (edebug-display): Don't go to
2984 edebug-outside-buffer if it is dead.
2985
2986 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
2987
2988 * view.el (view-mode): Fix typos in docstring.
2989
2990 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
2991
2992 * recentf.el (recentf-save-file): Add a custom :set function.
2993
2994 2007-03-28 Glenn Morris <rgm@gnu.org>
2995
2996 * complete.el (PC-do-completion-end): New variable.
2997 (partial-completion-mode) <choose-completion-string-functions>:
2998 Use PC-do-completion-end in the non-minibuffer case to replace the
2999 correct amount of text.
3000 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
3001 (PC-lisp-complete-symbol): Give marker the after-insertion type,
3002 to deal with improvements inserted after point.
3003
3004 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3005
3006 * button.el (make-text-button): Add explicit `button' property.
3007 (default-button): Don't put a `button' property on it.
3008
3009 * progmodes/python.el (python-mode): Skip comments when parsing.
3010
3011 * vc-arch.el (vc-with-current-file-buffer): New macro.
3012 (vc-arch-file-source-p): Use it to avoid infloop.
3013
3014 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
3015
3016 * emacs-lisp/lisp.el (lisp-complete-symbol):
3017 Fix call to get-buffer-window to find windows in other frames.
3018
3019 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3020
3021 * comint.el (comint-proc-query, comint-dynamic-list-completions):
3022 Fix calls to get-buffer-window to find windows in other frames.
3023 Reported by David Hansen <david.hansen@gmx.net>.
3024
3025 2007-03-27 Kevin Ryde <user42@zip.com.au>
3026
3027 * info.el (Info-display-images-node): On a text-only terminal,
3028 show the "text" or "alt" parts of the image blobs.
3029
3030 2007-03-27 Glenn Morris <rgm@gnu.org>
3031
3032 * complete.el (PC-do-completion): Compute completion-base-size in
3033 the non-filename case, rather than setting to nil.
3034 (PC-lisp-complete-end): New variable.
3035 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
3036 original end in a series of consecutive invocations.
3037
3038 * calendar/calendar.el (calendar-mode-hook): Declare it.
3039
3040 * calendar/diary-lib.el (diary-live-p): Do not check for
3041 diary-selective-display.
3042
3043 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3044
3045 * replace.el (occur-next-error): *Occur* might not be displayed in the
3046 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
3047
3048 2007-03-26 Richard Stallman <rms@gnu.org>
3049
3050 * textmodes/flyspell.el (flyspell-large-region):
3051 Use ispell-call-process-region.
3052
3053 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3054
3055 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
3056 Use prin1 instead of princ.
3057
3058 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
3059
3060 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
3061 Merge in X resources before global face.
3062
3063 * progmodes/compile.el (compilation-start): Save compilation-directory
3064 rather than default-directory as local var.
3065 (compilation-directory): Mark as safe local var.
3066
3067 * files.el: Don't mark default-directory as a safe local var.
3068
3069 2007-03-25 Alan Mackenzie <acm@muc.de>
3070
3071 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
3072 * progmodes/cc-engine.el: Fix typo.
3073
3074 2007-03-25 Juri Linkov <juri@jurta.org>
3075
3076 * compare-w.el (compare-windows): Rename customization group
3077 `compare-w' to `compare-windows'.
3078 (compare-windows-whitespace, compare-ignore-whitespace)
3079 (compare-ignore-case, compare-windows-sync)
3080 (compare-windows-sync-string-size, compare-windows-recenter)
3081 (compare-windows-highlight, compare-windows): Change group name in
3082 the `group' tag from `compare-w' to `compare-windows'.
3083 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
3084
3085 2007-03-24 Markus Triska <markus.triska@gmx.at>
3086
3087 * expand.el: Change example to always enable abbrev-mode,
3088 and remove redundant `function'.
3089 (expand-abbrev-hook): Add autoload cookie.
3090
3091 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
3092
3093 * emacs-lisp/testcover.el (testcover-start, testcover-end)
3094 (testcover-mark-all, testcover-unmark-all): Add prompts to
3095 interactive specs.
3096
3097 2007-03-24 Jason Rumney <jasonr@gnu.org>
3098
3099 * autorevert.el (find-file-hook, auto-revert-tail-mode):
3100 Use file size in bytes for auto-revert-tail-pos not characters.
3101
3102 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
3103
3104 * vc-rcs.el (vc-rcs-annotate-command):
3105 Set text property :vc-annotate-prefix on the annotation text.
3106 (vc-rcs-annotate-time): Instead of searching for ": ",
3107 search for end of text propertized with :vc-annotate-prefix.
3108
3109 2007-03-24 Martin Rudalics <rudalics@gmx.at>
3110
3111 * whitespace.el (top level): Remove calls putting
3112 permanent-local nil property since these are no-ops.
3113
3114 * man.el (Man-support-local-filenames): Assure that
3115 default-directory exists when doing call-process.
3116
3117 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
3118
3119 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
3120 Fix omission bug: Use m4-program-options to construct shell command.
3121
3122 2007-03-23 David Kastrup <dak@gnu.org>
3123
3124 * progmodes/cc-mode.el (c-make-emacs-variables-local):
3125 Use `mapcar' rather than `mapcan' to silence compiler warning.
3126
3127 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
3128
3129 * textmodes/reftex.el, textmodes/reftex-vars.el,
3130 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
3131 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
3132 * textmodes/reftex-index.el, textmodes/reftex-global.el,
3133 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
3134 * textmodes/reftex-auc.el: Add maintainer address.
3135
3136 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
3137
3138 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
3139 Make sure that `global-font-lock-mode' does not turn on font-lock
3140 in these buffers.
3141
3142 2007-03-21 Kim F. Storm <storm@cua.dk>
3143
3144 * xt-mouse.el (xt-mouse-epoch): New variable.
3145 (xterm-mouse-event): Use float-time.
3146
3147 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
3148
3149 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
3150 current-time.
3151
3152 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3153
3154 * complete.el (read-file-name-internal): Don't add the final > if the
3155 completion is not finished (re-application of this patch, which was
3156 accidentally undone by Eli).
3157
3158 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
3159
3160 * emulation/viper.el (viper-non-hook-settings): Handle mouse
3161 clicks in describe-key and describe-key-briefly advice a little better.
3162
3163 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
3164
3165 * server.el (server-process-filter): Cancel any pending isearch.
3166
3167 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
3168
3169 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
3170 (icalendar--get-unfolded-buffer): Define actual arguments rather
3171 than just using &rest. Check replace-in-string is fbound.
3172 (icalendar-import-buffer): Doc fix.
3173 (icalendar--convert-ical-to-diary): Set diary-file.
3174 Check diary-file before inserting final newline.
3175 (icalendar--add-diary-entry): Return diary-file.
3176
3177 2007-03-21 Glenn Morris <rgm@gnu.org>
3178
3179 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
3180 (diary-display-hook): Add custom :set function.
3181
3182 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
3183 Add custom :set function.
3184 (diary-header-line-format): Doc fix.
3185 (diary-set-maybe-redraw): New function.
3186 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
3187 (diary-list-entries): Always run diary-mode.
3188
3189 2007-03-20 Kenichi Handa <handa@m17n.org>
3190
3191 * international/quail.el (quail-setup-completion-buf): Make the
3192 completion buffer read-only.
3193 (quail-completion): Adjusted for the above change. Leave the
3194 modified flag nil.
3195
3196 2007-03-20 David Kastrup <dak@gnu.org>
3197
3198 * files.el (magic-mode-alist): Require literal "%!PS" string for
3199 magic postscript file detection.
3200
3201 2007-03-20 Richard Stallman <rms@gnu.org>
3202
3203 * textmodes/ispell.el (ispell-call-process): New function.
3204 Defends against bad `default-directory.'
3205 (ispell-check-version, ispell-find-aspell-dictionaries)
3206 (ispell-get-aspell-config-value, lookup-words): Call it.
3207 (ispell-call-process-region): New function.
3208 (ispell-send-string): Call it.
3209
3210 2007-03-20 Andreas Schwab <schwab@suse.de>
3211
3212 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
3213 (finder-data): Likewise.
3214 (autoloads): Likewise.
3215
3216 2007-03-20 Martin Rudalics <rudalics@gmx.at>
3217
3218 * files.el (basic-save-buffer): Do not set visited filename when
3219 the corresponding directory does not exist or the specified
3220 filename is that of an existing directory.
3221
3222 2007-03-20 Glenn Morris <rgm@gnu.org>
3223
3224 * calendar/diary-lib.el (diary-live-p): New function.
3225 (number-of-diary-entries): Add a :set function to redisplay diary
3226 when necessary.
3227
3228 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
3229
3230 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
3231 from client program, mev, to compute mouse event.
3232
3233 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
3234
3235 * faces.el (momentary): Face removed; unused due to reversion of
3236 2007-01-04 changes by Kevin Rodgers.
3237
3238 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
3239 Suggested by Johan Bockg\e,Ae\e(Brd.
3240
3241 2007-03-19 Martin Rudalics <rudalics@gmx.at>
3242
3243 * font-lock.el (lisp-font-lock-keywords-1):
3244 Highlight define-globalized-minor-mode as a keyword.
3245
3246 2007-03-19 Kim F. Storm <storm@cua.dk>
3247
3248 * calc/calc-forms.el (math-std-daylight-savings)
3249 (math-std-daylight-savings-old): Doc fix.
3250
3251 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
3252
3253 * progmodes/python.el (python-default-template): Doc fix.
3254 (python-buffer): Fix typo in docstring.
3255
3256 * isearchb.el (isearchb-follow-char):
3257 * subr.el (def-edebug-spec): Fix typo in docstring.
3258
3259 2007-03-19 Richard Stallman <rms@gnu.org>
3260
3261 * files.el (default-directory): Mark safe.
3262 (basic-save-buffer-2): Put proper dir name in error message.
3263
3264 * simple.el (compose-mail): Run switch-function after
3265 setting up the mail buffer.
3266
3267 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
3268
3269 2007-03-18 Jay Belanger <belanger@truman.edu>
3270
3271 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
3272 (math-std-daylight-savings-new): Rename from
3273 `math-std-daylight-savings'.
3274 (math-std-daylight-savings-old): Rename from old value of
3275 `math-std-daylight-savings'.
3276 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
3277 `math-std-daylight-savings-old' depending on the year.
3278
3279 2007-03-18 Detlev Zundel <dzu@gnu.org>
3280
3281 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
3282 zero-width regexps as invalid but rather at least count them correctly.
3283
3284 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
3285
3286 * net/tls.el (open-tls-stream): In handshake-waiting loop,
3287 don't wait more if there is output available to process.
3288
3289 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
3290
3291 * progmodes/compile.el (compilation-find-file): Revert change
3292 from 2006-07-18 to allow completion of directory names.
3293 Reported by John Carter <john.carter@tait.co.nz>.
3294
3295 2007-03-18 Kim F. Storm <storm@cua.dk>
3296
3297 * subr.el (when, unless): Doc fix.
3298
3299 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
3300
3301 * net/tls.el (tls-program): Doc fix.
3302
3303 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
3304
3305 * autorevert.el (auto-revert-tail-handler):
3306 Call after-revert-hook.
3307
3308 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
3309
3310 * simple.el (switch-to-completions): No error if search for \n\n fails.
3311
3312 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
3313
3314 * simple.el (line-move-1):
3315 Respect `inhibit-line-move-field-capture' property.
3316
3317 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
3318
3319 * comint.el (comint-arguments): Mark backslash-escaped chars.
3320 (comint-delim-arg): Don't treat them as delimiters.
3321
3322 2007-03-12 Kim F. Storm <storm@cua.dk>
3323 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
3324
3325 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
3326
3327 * tempo.el (tempo-insert): Deal with 'r> if it appears
3328 specified with a prompt argument.
3329
3330 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
3331
3332 * textmodes/org.el (org-set-font-lock-defaults):
3333 Handle narrow table columns correctly.
3334
3335 2007-03-12 Mark A. Hershberger <mah@everybody.org>
3336
3337 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
3338 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
3339 Return to use of the -no-properties variants. There was
3340 consensus on emacs-devel that the speed of these variants was
3341 prefered since we are usually parsing files (from the internet
3342 or on disk) instead of XML created in Emacs.
3343
3344 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
3345 Add customize option.
3346
3347 2007-03-12 Glenn Morris <rgm@gnu.org>
3348
3349 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
3350 North American rule. Replace "daylight savings" with "daylight
3351 saving" in doc.
3352
3353 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
3354 * calendar/lunar.el, solar.el: Replace "daylight savings" with
3355 "daylight saving" in text.
3356
3357 * woman.el (woman-change-fonts): Tweak previous change by using
3358 woman-request-regexp rather than "^\\.".
3359
3360 * startup.el (command-line-1): Make insertion of
3361 initial-scratch-message not depend on scratch being selected.
3362
3363 2007-03-11 Juri Linkov <juri@jurta.org>
3364
3365 * replace.el (match): Use yellow background on light-bg terminals.
3366
3367 2007-03-11 Richard Stallman <rms@gnu.org>
3368
3369 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
3370 Correctly compute line number.
3371
3372 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
3373
3374 * type-break.el (type-break-get-previous-count):
3375 Repeat previous change here.
3376
3377 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
3378
3379 * progmodes/grep.el (grep-find-ignored-directories):
3380 Add .git and .bzr to list.
3381
3382 2007-03-11 Andreas Schwab <schwab@suse.de>
3383
3384 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
3385
3386 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3387
3388 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
3389
3390 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
3391
3392 * faces.el (face-set-after-frame-default): Recalculate face
3393 customizations after applying X resources.
3394
3395 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
3396
3397 * net/rcirc.el (rcirc-timeout-seconds): New variable.
3398 (rcirc-keepalive-seconds): Remove variable.
3399 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
3400 (rcirc-process, rcirc-user-disconnect): New variables.
3401 (rcirc-connect): Initalize new variables.
3402 (rcirc-keepalive): Don't send keepalive pings before connection
3403 is completed.
3404 (rcirc-sentinel): Do mark all channels with activity when
3405 connection is dropped. Run hook with process buffer local.
3406 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
3407 (rcirc-buffer-process): Return value of rcirc-process if
3408 rcirc-server-buffer is nil.
3409 (rcirc-server-name): Return the reported server name.
3410 (rcirc-update-prompt): Simplify computation of the server name.
3411 (rcirc-format-response-string): Likewise.
3412 (rcirc-handler-001): Mark server as connected, record the reported
3413 server name, and schedule a timeout.
3414 (rcirc-track-nick): Add a spec for the tty class.
3415 (rcirc-user-non-nick): Remove function.
3416 (rcirc-nick-prefix-chars): Add variable.
3417 (rcirc-user-nick): Use above variable.
3418
3419 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3420
3421 * icomplete.el (icomplete-tidy, icomplete-exhibit):
3422 Bind deactivate-mark to nil.
3423
3424 2007-03-10 Martin Rudalics <rudalics@gmx.at>
3425
3426 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
3427 that buffer contents get erased during completion.
3428
3429 2007-03-10 Glenn Morris <rgm@gnu.org>
3430
3431 * woman.el (woman-change-fonts): Add a hack to deal with
3432 font-escape followed by "." at start of a line.
3433 (woman2-IP): Add a hack to deal with consecutive requests.
3434 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
3435
3436 2007-03-10 Alan Mackenzie <acm@muc.de>
3437
3438 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
3439
3440 2007-03-09 Richard Stallman <rms@gnu.org>
3441
3442 * abbrev.el (abbrev): Add `provide'.
3443
3444 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
3445
3446 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
3447
3448 2007-03-09 Martin Rudalics <rudalics@gmx.at>
3449
3450 * complete.el (PC-try-completion): New function.
3451 (PC-do-completion, read-file-name-internal): Use it instead of
3452 try-completion.
3453
3454 2007-03-08 Alan Mackenzie <acm@muc.de>
3455
3456 Remove stale tokens from `c-found-types' cache.
3457
3458 * progmodes/cc-mode.el (c-unfind-enclosing-token)
3459 (c-unfind-coalesced-tokens, c-before-change): New functions.
3460 (c-maybe-stale-found-type): New variable.
3461
3462 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
3463 (c-trim-found-types): New functions.
3464
3465 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
3466
3467 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
3468 (debug-ignored-errors): Add entry from smerge-match-conflict.
3469
3470 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
3471
3472 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
3473 special help topics for keywords.
3474 (idlwave-help-assistant-command): Include ".exe" for ms-dos
3475 etc. Assistant command.
3476
3477 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
3478
3479 * replace.el (occur-engine): Move buffer-undo-list binding...
3480 (occur-1): ...to here.
3481
3482 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
3483
3484 * simple.el (minibuffer-completing-symbol): New var.
3485 (eval-expression): Use it.
3486 (completion-setup-function): Don't bind completion-base-size when
3487 completing a symbol in the minibuffer.
3488
3489 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
3490
3491 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
3492 tries to start a second session in graphical mode.
3493
3494 2007-03-07 Miles Bader <miles@gnu.org>
3495
3496 * international/isearch-x.el
3497 (isearch-process-search-multibyte-characters):
3498 Strip text-properties from PROMPT to avoid an error from read-string.
3499
3500 2007-03-07 Kim F. Storm <storm@cua.dk>
3501
3502 * complete.el (PC-bindings): Remap lisp-complete-symbol to
3503 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
3504
3505 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3506
3507 * complete.el (PC-do-completion): Delete duplicates in the list of
3508 possible completions.
3509
3510 2007-03-07 Glenn Morris <rgm@gnu.org>
3511
3512 * ses.el (ses-mode): Doc fix.
3513
3514 2007-03-06 Kim F. Storm <storm@cua.dk>
3515
3516 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
3517
3518 2007-03-06 Kenichi Handa <handa@m17n.org>
3519
3520 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
3521
3522 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3523
3524 * simple.el (completion-setup-function): Improve last fix so it doesn't
3525 set it to a relative directory name either.
3526
3527 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3528
3529 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
3530
3531 2007-03-05 Richard Stallman <rms@gnu.org>
3532
3533 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
3534
3535 * files.el (find-file-noselect): No error if file no longer exists.
3536 Display a message and avoid other questions.
3537
3538 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3539
3540 * pcomplete.el (pcomplete-show-completions): Improve last change, so
3541 as not to use an invisible window and to create a window if none exist.
3542
3543 * progmodes/python.el (python-send-command): Restart proc if necessary.
3544 (python-proc): Simplify.
3545
3546 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
3547
3548 * pcomplete.el (pcomplete-show-completions): Search all frames for
3549 completions buffer.
3550
3551 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
3552
3553 * cus-edit.el (customize-save-variable): Clear customized-value
3554 property (saved values are now put in theme-value property).
3555 (customize-set-variable): Doc fix.
3556
3557 * complete.el (PC-do-completion): If completion-ignore-case is
3558 non-nil, replace field with completion string before exiting.
3559
3560 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
3561
3562 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
3563 Append its extension to the resulting temporary file name.
3564 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
3565
3566 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
3567 (tramp-smb-handle-write-region): Apply it.
3568
3569 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3570
3571 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3572 Redo previous change.
3573
3574 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3575
3576 * diff-mode.el (diff-mode): Doc fix.
3577
3578 2007-03-05 Kenichi Handa <handa@m17n.org>
3579
3580 * international/characters.el: Set category `l' (latin)
3581 for more characters.
3582
3583 2007-03-04 Kim F. Storm <storm@cua.dk>
3584
3585 * emacs-lisp/authors.el (authors-aliases): Add alias.
3586
3587 2007-03-04 Glenn Morris <rgm@gnu.org>
3588
3589 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
3590 all when switching major mode.
3591 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
3592 (hs-block-start-mdata-select, hs-block-end-regexp)
3593 (hs-forward-sexp-func, hs-adjust-block-beginning):
3594 Do not make these variables permanent-local.
3595
3596 2007-03-04 Richard Stallman <rms@gnu.org>
3597
3598 * progmodes/cperl-mode.el (cperl-mode):
3599 Modify cperl-compilation-error-regexp-alist by appending.
3600
3601 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
3602 (edebug-mode): Add the hook.
3603 (edebug-recursive-edit): Remove the hook on exiting.
3604
3605 * type-break.el (type-break-get-previous-time):
3606 Handle end-of-file errors specially
3607 so they don't get reported wrong in .emacs.
3608
3609 * startup.el (fancy-splash-text): Clarify text.
3610
3611 * simple.el (beginning-of-buffer, end-of-buffer):
3612 Avoid treating plain C-u like numeric arg.
3613
3614 * simple.el (completion-setup-function): Don't set
3615 default-directory to nil.
3616
3617 * shell.el (shell-dirstack-query): Doc fix.
3618
3619 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3620 Don't select the window -- pass it to primitives instead.
3621
3622 * faces.el (minibuffer-prompt): Use medium blue by default.
3623
3624 2007-03-04 David Kastrup <dak@gnu.org>
3625
3626 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
3627 Preserve 16 as default value for "seconds" when customizing.
3628
3629 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
3630
3631 * textmodes/org.el (org-self-insert-command)
3632 (orgtbl-self-insert-command, org-delete-char)
3633 (org-delete-backward-char): Set the `flyspell-delayed' property.
3634
3635 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
3636
3637 * international/mule.el (find-auto-coding): Don't search for
3638 line-ending characters past the end of the tail.
3639
3640 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
3641
3642 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
3643 Jump to the line where new score has been uploaded.
3644
3645 * play/tetris.el (tetris-move-bottom, tetris-move-left)
3646 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
3647 Do nothing when the game is paused.
3648
3649 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
3650
3651 * textmodes/org.el (org-set-tags): Prevent slipping of point
3652 during completion.
3653
3654 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
3655
3656 * isearch.el (isearch-message-prefix):
3657 Use minibuffer-prompt-properties.
3658
3659 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3660
3661 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
3662 (ps-setup): Print which Emacsen is running ps-print package.
3663
3664 2007-03-01 Stuart Herring <herring@lanl.gov>
3665
3666 * files.el (set-auto-mode-0): Use `indirect-function'.
3667 (hack-one-local-variable): Don't reapply current major mode.
3668
3669 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
3670
3671 * progmodes/python.el (python-quote-syntax): Don't bother with
3672 syntax-ppss-context.
3673 (python-fill-paragraph): Make sure that fenced-string delimiters that
3674 stand on their own line stay there.
3675
3676 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
3677
3678 * replace.el (perform-replace): Propertize message.
3679
3680 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
3681
3682 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
3683 invisible heading.
3684
3685 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3686
3687 * net/tramp.el (tramp-file-name-handler): Revert last change.
3688
3689 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
3690
3691 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
3692 Correct doc strings.
3693
3694 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3695
3696 * replace.el (perform-replace): Undo forward-char immediately if
3697 non-adjacent search fails.
3698
3699 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3700
3701 * version.el (emacs-major-version, emacs-minor-version):
3702 string-to-int -> string-to-number.
3703
3704 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
3705
3706 * help.el (where-is): Fail gracefully when not passed a command.
3707
3708 2007-02-28 Stuart Herring <herring@lanl.gov>
3709
3710 * find-lisp.el (find-lisp-default-directory-predicate):
3711 Fix bug: Do symlink check on expanded filename.
3712
3713 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
3714
3715 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
3716 changes during replacement.
3717 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
3718
3719 2007-02-28 Lars Hansen <larsh@soem.dk>
3720
3721 * desktop.el: Delete header line listing me as maintainer.
3722
3723 2007-02-28 Glenn Morris <rgm@gnu.org>
3724
3725 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
3726 the menus case.
3727
3728 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3729
3730 * net/tramp.el (tramp-file-name-handler): Inhibit modification
3731 hooks to avoid confusion when combining after-change calls.
3732
3733 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
3734
3735 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
3736 now that pgg-gpg-process-region correctly honors passed-in passphrase.
3737 (allout-distinctive-bullets-string): Add info about bullet conventions.
3738 (allout-mode): Add info about distinctive vs plain bullets.
3739
3740 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
3741
3742 * textmodes/org.el (org-archive-subtree): Quote variable name.
3743 (org-agenda-get-todos): Make sure skip properties are checked correctly.
3744
3745 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
3746
3747 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
3748 (gud-bashdb-command-name, bashdb): Remove.
3749 (gud, gud-menu-map): Remove references to bash/bashdb.
3750
3751 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
3752
3753 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
3754 keyword for Python 2.5.
3755
3756 2007-02-26 Romain Francoise <romain@orebokech.com>
3757
3758 * net/net-utils.el (whois-server-tld): Update server for .org.
3759 (whois-server-list): Add whois.publicinterestregistry.net.
3760 (whois-guess-server): Fix formatting in docstring.
3761
3762 2007-02-26 Kim F. Storm <storm@cua.dk>
3763
3764 * mouse.el (mouse-show-mark): Run hooks and perform command
3765 remapping for mouse-region-delete-keys.
3766
3767 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3768
3769 * font-core.el (font-lock-mode): Doc fix.
3770
3771 2007-02-25 Kim F. Storm <storm@cua.dk>
3772
3773 * ido.el (ido-buffer-internal): Set this-command to fallback command.
3774 Add selected buffer to buffer-name-history.
3775 (ido-file-internal): Set this-command to fallback command.
3776 Add file names to file-name-history.
3777
3778 * emacs-lisp/map-ynp.el (map-y-or-n-p):
3779 Apply minibuffer-prompt-properties.
3780
3781 2007-02-25 Andreas Schwab <schwab@suse.de>
3782
3783 * files.el (hack-one-local-variable-eval-safep): Correct handling
3784 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
3785
3786 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
3787
3788 * textmodes/org.el (org-table-overlay-coordinates)
3789 (org-table-toggle-coordinate-overlays): New functions.
3790 (org-table-overlay-coordinates, org-table-coordinate-overlays):
3791 New variables.
3792 (org-startup-with-deadline-check): Remove option.
3793 (org-mode): Remove deadline check on startup.
3794 (org-table-limit-column-width): Remove option.
3795 (org-table-formula-numbers-only): Remove option.
3796 (org-link-style, org-link-format): Remove options.
3797 (org-select-agenda-window, org-fit-agenda-window): Remove options.
3798 (org-export-ascii-show-new-buffer)
3799 (org-export-html-show-new-buffer): Remove options.
3800 (org-activate-links): Remove camel option.
3801 (org-file-link-context-use-camel-case): Remove option.
3802 (org-camel-regexp): Remove variable.
3803 (org-activate-camels): Remove function.
3804 (org-store-link): Remove Camel stuff.
3805 (org-make-org-heading-camel): Remove function.
3806 (org-open-at-point): Remove camel stuff.
3807 (org-link-search): Remove camel stuff.
3808 (org-camel-to-words): Function removed.
3809 (org-get-agenda-file-buffer): Make sure we prepare the base
3810 buffers, not any indirect buffers.
3811 (org-sort-entries): Sort top-level when not on a headline, and no
3812 active region.
3813 (org-in-regexp): New function.
3814 (org-search-not-self): Rename from `org-search-not-link'.
3815 (org-open-link-marker): New variable.
3816 (org-open-at-point): Set `org-open-link-marker'.
3817 (org-print-icalendar-entries): Fixe bug with excluding DONE
3818 entries from the exported list.
3819 (org-edit-formula-lisp-indent): New command.
3820 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
3821 (orgtbl-to-latex, orgtbl-insert-radio-table)
3822 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
3823 (orgtbl-radio-table-templates): New option.
3824 (org-store-link-props):
3825 (org-remember-templates): More possibilities to insert info
3826 into templates.
3827 (org-remember-apply-template): Make use of the extended
3828 template capabilities.
3829 (org-remember-redo-template): New command.
3830 (org-upgrade-old-links)
3831 (org-table-modify-formulas, org-table-replace-in-formulas)
3832 (org-table-find-dataline)
3833 (org-table-get-vertical-vector): Remove functions.
3834 (org-table-remove-rectangle-highlight)
3835 (org-time-stamp-format, org-toggle-log-option)
3836 (org-table-highlight-rectangle)
3837 (org-table-iterate, org-table-make-reference):
3838 (org-translate-time, org-tree-to-indirect-buffer)
3839 (org-table-field-info, org-table-fix-formulas)
3840 (org-table-force-dataline, org-table-get-descriptor-line)
3841 (org-table-get-range)
3842 (org-skip-comments, org-sort)
3843 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
3844 (org-table-current-dline, org-table-current-field-formula)
3845 (org-table-edit-backward-field)
3846 (org-table-edit-formulas-post-command)
3847 (org-table-edit-line-down, org-table-edit-line-up)
3848 (org-agenda-archive)
3849 (org-agenda-clock-cancel)
3850 (org-agenda-clock-out, org-agenda-list-stuck-projects)
3851 (org-agenda-open-link, org-agenda-show-new-time)
3852 (org-agenda-skip-subtree-when-regexp-matches)
3853 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
3854 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
3855 (org-do-sort, org-file-image-p, org-find-overlays)
3856 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
3857 (org-highlight-until-next-command, org-isearch-end)
3858 (org-match-any-p, org-next-link, org-previous-link):
3859 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
3860 (org-rewrite-old-row-references)
3861 (org-isearch-post-command)
3862 (org-table-edit-move, org-table-edit-next-field)
3863 (org-table-edit-scroll, org-table-edit-scroll-down)
3864 (org-set-frame-title, org-show-reference)
3865 (org-unhighlight-once, org-verify-change-for-undo): New functions.
3866 (org-show-variable): Remove command.
3867 (org-add-log-maybe): New arguments STATE, FINDPOS
3868 (org-table-sort-lines): Rewrite from scratch.
3869 (org-link-search): New argument AVOID-POS.
3870 (org-print-icalendar-entries): Remove argument CATEGORY.
3871 (org-run-agenda-series): Remove argument WONDOW.
3872 (org-next-link, org-previous-link): New commands.
3873 (org-agenda-date-format): New option.
3874 (org-table-iterate): New command.
3875 (org-table-modify-formulas)
3876 (org-table-replace-in-formulas): Remove functions.
3877 (org-table-fix-formulas): New function.
3878 (org-table-insert-column, org-table-delete-column)
3879 (org-table-move-column): Use `org-table-fix-formulas'.
3880 (org-follow-gnus-link): Patch from Bastien/Leo.
3881 (org-table-current-field-formula): New function.
3882 (org-file-image-p): New function.
3883 (org-agenda-show-new-time): New function.
3884 (org-agenda-date-later): Call `org-agenda-show-new-time'.
3885 (org-with-remote-undo): New macro.
3886 (org-agenda-undo): New command.
3887 (org-verify-change-for-undo): New function.
3888 (org-time-stamp-format): New function.
3889 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
3890 by user.
3891 (org-match-any-p): New function.
3892 (org-make-tags-matcher): Handle regular expressions for tag and
3893 todo matches.
3894 (org-read-date): Accept "+N" as input for a date relative to the
3895 current date.
3896 (org-remove-subtree-entries-from-agenda): New function.
3897 (org-agenda-archive, org-agenda-kill):
3898 Use `org-remove-subtree-entries-from-agenda'.
3899 (org-do-sort, org-sort-entries): New functions.
3900 (org-sort): New command.
3901 (org-table-sort-lines): Use `org-do-sort'.
3902 (org-fix-decoded-time): New function.
3903 (org-table-number-regexp): Require 0x... to identify as number
3904 in tables.
3905 (org-startup-options): New keywords for note taking.
3906 (org-upgrade-old-links): Remove function.
3907 (org-get-repeat): New function.
3908 (org-show-context): Also show siblings on current level.
3909 (org-show-siblings): New function.
3910 (org-isearch-end, org-isearch-post-command): New functions.
3911 (org-show-siblings): New option.
3912 (org-show-context): Use `org-show-siblings'.
3913 (org-table-maybe-recalculate-line): No longer require `calc-eval'
3914 to be bound, because user may just use elisp.
3915
3916 2007-02-24 Kim F. Storm <storm@cua.dk>
3917
3918 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
3919 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
3920
3921 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
3922
3923 * startup.el (command-line): Also check if the abbrev file is readable.
3924
3925 2007-02-24 John Paul Wallington <jpw@pobox.com>
3926
3927 * net/tls.el (tls-certtool-program): Fix custom type.
3928
3929 * mail/feedmail.el (feedmail-message-id-generator)
3930 (feedmail-date-generator): Fix custom types.
3931
3932 * mail/rmail.el (rmail-message-filter): Fix custom type.
3933
3934 2007-02-24 Eli Zaretskii <eliz@gnu.org>
3935
3936 * startup.el (command-line): If simple.el cannot be found, proceed
3937 with a warning message.
3938
3939 2007-02-24 Kenichi Handa <handa@m17n.org>
3940
3941 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
3942 case that BEG is a string.
3943
3944 2007-02-24 Chris Moore <dooglus@gmail.com>
3945
3946 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3947 * pgg-pgp.el (pgg-pgp-encrypt-region):
3948 * pgg-gpg.el (pgg-gpg-encrypt-region):
3949 Check pgg-encrypt-for-me if no other recipients.
3950
3951 2007-02-23 Eli Zaretskii <eliz@gnu.org>
3952
3953 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
3954
3955 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
3956 shell-quote-argument.
3957
3958 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3959
3960 * comint.el (comint-read-input-ring): Use comint-input-ring-size
3961 from the comint buffer instead of the temporary one.
3962
3963 2007-02-23 David Reitter <david.reitter@gmail.com>
3964
3965 * cus-edit.el (custom-save-all): Canonicalize custom-file before
3966 storing it in recentf-exclude.
3967
3968 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
3969
3970 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
3971 in splash screen.
3972
3973 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
3974
3975 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
3976 commands, for restart.
3977 (idlwave-shell-current-module): Fix handling of module name by type.
3978 (idlwave-shell-break-in): Update type handling.
3979 (idlwave-shell-bp-get): Encode type in BP structure.
3980 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
3981 (idlwave-shell-module-source-query): Query routine info based on type.
3982 Fix path parsing for non-compiled files.
3983 (idlwave-shell-module-source-filter): Don't signal error in filter
3984 if no source found.
3985 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
3986 filter race.
3987
3988 2007-02-22 Kim F. Storm <storm@cua.dk>
3989
3990 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
3991 (editable-field): Document need to put some text before the %v
3992 escape in :format string.
3993
3994 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
3995
3996 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
3997 (vc-svn-use-edit): Remove unused config var.
3998 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
3999
4000 * outline.el (hide-sublevels): Keep empty last line, if available.
4001
4002 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
4003 rather than the corresponding unicode char, to make the code
4004 more readable.
4005
4006 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
4007
4008 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
4009 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
4010 (speedbar-item-info-tag-helper): Doc fixes.
4011
4012 2007-02-19 Kenichi Handa <handa@m17n.org>
4013
4014 * international/mule-cmds.el (locale-language-names):
4015 Map "eo" to "Esperanto".
4016
4017 * language/european.el ("Esperanto"): New language environment.
4018
4019 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
4020
4021 * simple.el (kill-line): Doc fix.
4022
4023 2007-02-17 Kim F. Storm <storm@cua.dk>
4024
4025 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
4026 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
4027 (bindat--unpack-group, bindat--pack-group):
4028 Handle vectors with optional element type.
4029
4030 2007-02-17 Daiki Ueno <ueno@unixuser.org>
4031
4032 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
4033 if PASSPHRASE is given.
4034
4035 2007-02-17 Chris Moore <dooglus@gmail.com>
4036
4037 * jka-cmpr-hook.el (jka-compr-compression-info-list):
4038 Recognize backups of bz2 compressed files.
4039
4040 2007-02-17 Eli Zaretskii <eliz@gnu.org>
4041
4042 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
4043 to nil to speed up lookup of the symbol in index nodes.
4044
4045 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4046
4047 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4048 Add indentation for the constants of Lisp.
4049
4050 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
4051
4052 * ps-print.el: Use (defvar <foo>) where applicable.
4053 (ps-print-emacs-type): Remove.
4054 (ps-x-frame-property, ps-e-frame-parameter): Remove.
4055 (ps-frame-parameter): Align its call-convention with frame-parameter.
4056 (ps-begin-job): Adjust calls to it appropriately.
4057 (ps-setup): Don't print ps-print-emacs-type.
4058 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
4059 Define in such a way that it's obvious that it's defined.
4060 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
4061 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
4062 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
4063
4064 2007-02-15 Alan Mackenzie <acm@muc.de>
4065
4066 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
4067 an empty one-line C-style comment, post-position point properly.
4068
4069 2007-02-15 Chris Moore <dooglus@gmail.com>
4070
4071 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
4072 (isearch-lazy-highlight-new-loop): Bind it.
4073 (isearch-lazy-highlight-search): Use it.
4074
4075 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
4076
4077 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
4078
4079 * font-lock.el (font-lock-extend-region-wholelines):
4080 Only return non-nil if the region has really been changed.
4081 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
4082
4083 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
4084
4085 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
4086 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
4087 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
4088
4089 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
4090
4091 * faces.el (color-values): Revert changes to docstring from
4092 2007-01-31 and 2000-09-07.
4093
4094 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
4095 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
4096 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
4097 (ispell-help): Fix typos in docstring and output message.
4098
4099 2007-02-14 Kim F. Storm <storm@cua.dk>
4100
4101 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
4102 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
4103 (grep): Fix lgrep reference.
4104
4105 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
4106 (standard-display-underline): Use make-glyph-code.
4107
4108 * descr-text.el (describe-char): Use glyph-char and glyph-face.
4109
4110 * international/latin1-disp.el (latin1-display-char):
4111 Use make-glyph-code.
4112
4113 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
4114
4115 * ehelp.el (with-electric-help, electric-help-exit)
4116 (electric-help-retain): Doc fixes.
4117
4118 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
4119 (byte-compile-file): Doc fixes.
4120
4121 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4122
4123 * term/mac-win.el: Change all uses of
4124 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
4125 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
4126 (mac-ae-get-url): Call select-frame-set-input-focus.
4127 (mac-dnd-handle-drag-n-drop-event): Don't call
4128 select-frame-set-input-focus.
4129
4130 2007-02-13 Kenichi Handa <handa@m17n.org>
4131
4132 * international/characters.el: Fix documentation of category `a'.
4133
4134 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
4135
4136 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
4137
4138 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
4139
4140 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
4141 (tramp-get-remote-ln): Handle error case.
4142 Reported by Chris Moore <dooglus@gmail.com>.
4143
4144 2007-02-11 Kim F. Storm <storm@cua.dk>
4145
4146 * bindings.el (ctl-x-map): Remove register compatibility bindings
4147 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
4148
4149 2007-02-11 Richard Stallman <rms@gnu.org>
4150
4151 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
4152 in load history.
4153
4154 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
4155 condition -- don't fail to stop at endpos.
4156
4157 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
4158
4159 * textmodes/org.el (org-agenda-get-todos)
4160 (org-agenda-get-timestamps, org-agenda-get-closed)
4161 (org-agenda-get-deadlines, org-agenda-get-scheduled)
4162 (org-agenda-get-blocks, org-format-agenda-item)
4163 (org-agenda-change-all-lines, org-scan-tags): Rename text property
4164 from `category' to `org-category'.
4165
4166 2007-02-11 Kenichi Handa <handa@m17n.org>
4167
4168 * international/titdic-cnv.el (titdic-convert): Force files be written
4169 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
4170 (miscdic-convert): Force files be written with Unix-like eol format.
4171
4172 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
4173
4174 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
4175
4176 * calculator.el (calculator-prompt): Doc fix.
4177 (calculator-mode-map): Fix typo in menu entry.
4178
4179 2007-02-10 Jay Belanger <belanger@truman.edu>
4180
4181 * calculator.el (calculator): Do more extensive checking for when
4182 3 lines should be used for the calculator.
4183
4184 2007-02-10 Eli Zaretskii <eliz@gnu.org>
4185
4186 * info-look.el (info-lookup-make-completions):
4187 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
4188 index nodes.
4189
4190 * info.el (Info-fontify-maximum-menu-size): Document the effect
4191 of a nil value.
4192 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
4193 non-nil before using it as size.
4194
4195 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
4196
4197 * subr.el (insert-for-yank-1): Prevent read-only properties from
4198 interfering with text property operations.
4199
4200 * image-mode.el (image-mode): Revert 2007-01-30 changes.
4201
4202 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
4203 (image-type-auto-detected-p): Fail if another match is found in
4204 auto-mode-alist.
4205
4206 * files.el (magic-mode-alist): Call image-mode instead of
4207 image-mode-maybe for autodetected images.
4208
4209 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
4210
4211 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
4212 Fix typos in docstrings.
4213 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
4214
4215 2007-02-09 Kim F. Storm <storm@cua.dk>
4216
4217 * emacs-lisp/float-sup.el: Remove obsolete comment.
4218
4219 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
4220
4221 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
4222
4223 2007-02-08 Karl Fogel <kfogel@red-bean.com>
4224
4225 * simple.el: Revert previous change, at request of RMS:
4226 (fundamental-mode-hook): Remove.
4227 (fundamental-mode): Run after-change-major-mode-hooks manually,
4228 and don't run the now-nonexistent fundamental-mode-hook.
4229
4230 2007-02-08 Karl Fogel <kfogel@red-bean.com>
4231
4232 * simple.el (fundamental-mode-hook): Declare new hook.
4233 (fundamental-mode): Run the new dedicated hook, and don't run
4234 after-change-major-mode-hooks manually anymore.
4235
4236 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
4237
4238 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
4239 added columns of chars. Remove support for the "no-meta-info" format.
4240 Prompted by Romain Francoise <romain@orebokech.com>.
4241
4242 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
4243
4244 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
4245 (gdb-mouse-until, gdb-mouse-jump): Use it.
4246
4247 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
4248
4249 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
4250 work when there is just an assembler buffer (no source buffer).
4251
4252 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
4253
4254 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
4255 just because the diff was produced using "-p" (--show-c-function).
4256
4257 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
4258
4259 * faces.el (frame-set-background-mode): Use `color-values' and
4260 `display-color-p', not `x-color-values' and `x-display-color-p'.
4261 (face-valid-attribute-values): Use `defined-colors' instead of
4262 `x-defined-colors'.
4263
4264 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4265
4266 * ps-print.ps: The ps-print commands without face printing should not
4267 print background color. Reported by Leo <sdl.web@gmail.com>.
4268 (ps-print-version): New version 6.7.3.
4269 (ps-begin-job): New arg. Fix ps-default-background and
4270 ps-default-foreground initialization.
4271 (ps-face-attributes): Fix doc string.
4272 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
4273
4274 * printing.el: Fix ps-print link.
4275
4276 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
4277
4278 * faces.el (face-set-after-frame-default): Compile attributes to
4279 be set by frame parameters before merging in X resources.
4280
4281 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
4282
4283 * simple.el (blink-matching-paren-dont-ignore-comments):
4284 (blink-matching-paren-on-screen): Doc fixes.
4285
4286 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
4287
4288 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
4289
4290 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
4291
4292 * loadhist.el (unload-feature): Silently ignore `load-history' entries
4293 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
4294 entries like `defun'. Return nil.
4295
4296 2007-02-05 Kim F. Storm <storm@cua.dk>
4297
4298 * ido.el: Doc fixes.
4299
4300 2007-02-04 David Kastrup <dak@gnu.org>
4301
4302 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
4303 `mpuz-allow-double-multiplicator' is non-zero, and correct
4304 calculation of `min'.
4305
4306 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
4307
4308 * wid-edit.el (widget-default-create): Insert new text at the
4309 :from marker _after_ the marker, not before it.
4310
4311 2007-02-04 Alan Mackenzie <acm@muc.de>
4312
4313 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
4314 containing it is re-indented.
4315
4316 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
4317
4318 * net/newsticker.el (newsticker--insert-image): Update docstring,
4319 and insert the image directly.
4320 (newsticker--buffer-redraw): Update docstring.
4321
4322 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4323 Rename from define-global-minor-mode.
4324
4325 * progmodes/cwarn.el (global-cwarn-mode):
4326 * emacs-lisp/autoload.el (make-autoload):
4327 * hi-lock.el (global-hi-lock-mode):
4328 * font-core.el (global-font-lock-mode): All callers changed.
4329
4330 2007-02-03 Eli Zaretskii <eliz@gnu.org>
4331
4332 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
4333 Don't copy @ignore lines into menu descriptions.
4334 (texinfo-multi-file-update): Goto the @node line before attempting
4335 to pluck the node name.
4336 (texinfo-multiple-files-update): Reverse the optional arguments'
4337 order, as per the doc string and the `interactive' form.
4338
4339 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
4340
4341 * image-mode.el: Use autoload to avoid overriding disabled setting
4342 applied in .emacs.
4343
4344 2007-02-03 Alan Mackenzie <acm@muc.de>
4345
4346 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
4347 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
4348 adjacent paren groups).
4349
4350 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4351
4352 * progmodes/ebnf2ps.el: Doc fixes.
4353 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
4354
4355 2007-02-02 Eli Zaretskii <eliz@gnu.org>
4356
4357 * dired-x.el (dired-do-relsymlink): Add reference to
4358 dired-do-symlink. Add an autoload cookie.
4359
4360 * dired-aux.el (dired-do-symlink): Add reference to
4361 dired-do-relsymlink.
4362
4363 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
4364
4365 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
4366 <left-fringe mouse-3>: New bindings.
4367
4368 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
4369
4370 * newsticker.el (newsticker-version): Changed to "1.10".
4371 (newsticker--set-customvar): Doc string.
4372 (newsticker-new-item-face): Doc string.
4373 (newsticker-mode): Initialize `invisibility-spec' with t.
4374 (newsticker-mode-map): Added
4375 `newsticker-mark-all-items-at-point-as-read'.
4376 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
4377 (newsticker-w3m-show-inline-images): Do not call
4378 `w3m-remove-image'.
4379 (newsticker--buffer-after-w3m-insert-image): New advice for
4380 w3m-insert-image to cache images.
4381 (newsticker-next-item-same-feed): New.
4382 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
4383 (newsticker-mark-all-items-of-feed-as-read): New.
4384 (newsticker-mark-all-items-at-point-as-read): Use new functions.
4385 (newsticker-mark-item-at-point-as-read): Doc string.
4386 (newsticker-mark-item-at-point-as-read): Use new functions.
4387 (newsticker--do-mark-item-at-point-as-read): New, extracted from
4388 `newsticker-mark-item-at-point-as-read'.
4389 (newsticker-hide-entry): Use (t) instead of t for invisibility.
4390 (newsticker--sentinel): Yet another xml-parser workaround.
4391 (newsticker--decode-iso8601-date): Bugfix for datestrings without
4392 days.
4393 (newsticker--buffer-do-insert-text): Fix.
4394 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
4395 (newsticker--buffer-make-item-completely-visible):
4396 `switch-to-buffer' not necessary.
4397
4398 2007-02-02 Eli Zaretskii <eliz@gnu.org>
4399
4400 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
4401 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
4402 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
4403 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
4404 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
4405
4406 2007-02-02 Kenichi Handa <handa@m17n.org>
4407
4408 * international/quail.el (quail-show-key): Fix an error message.
4409
4410 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
4411
4412 * faces.el (set-face-underline-p, modify-face): Rename arg
4413 UNDERLINE-P to UNDERLINE (it is not a flag).
4414
4415 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
4416
4417 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
4418 when adding gdb-speedbar-update to gdb-input-queue.
4419
4420 2007-02-01 Kenichi Handa <handa@m17n.org>
4421
4422 * international/quail.el (quail-show-key): Signal an error if the
4423 current input method is not using Quail.
4424
4425 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
4426
4427 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
4428 Trim leading whitespace in sysvar names.
4429
4430 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
4431
4432 * faces.el (internal-find-face, internal-get-face): Doc fixes.
4433
4434 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
4435
4436 * ido.el (ido-set-common-completion): Use `let', not `let*'.
4437
4438 2007-01-31 Romain Francoise <romain@orebokech.com>
4439
4440 * comint.el: Delete extra copy of `comint-copy-old-input' added in
4441 previous change to this file.
4442
4443 2007-01-31 Jason Rumney <jasonr@gnu.org>
4444
4445 * files.el (magic-mode-alist): Use image-mode-maybe rather than
4446 image-mode.
4447
4448 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
4449 interfering with attempt to set major mode from modified
4450 auto-mode-alist.
4451
4452 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
4453
4454 * faces.el (color-values): Doc fix.
4455 (face-differs-from-default-p): Don't check :foreground twice.
4456
4457 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
4458
4459 * comint.el (comint-mode): Prevent non-keyword fontification by default.
4460
4461 2007-01-31 Kenichi Handa <handa@m17n.org>
4462
4463 * international/quail.el (quail-store-decode-map-key): Store a
4464 translated character too.
4465 (quail-char-equal-p): New function.
4466 (quail-find-key1): Check character equality by quail-char-equal-p.
4467 (quail-decode-map-generated): New variable.
4468 (quail-find-key): Check quail-decode-map-generated and re-generate
4469 a decode map if necessary.
4470
4471 2007-01-30 Richard Stallman <rms@gnu.org>
4472
4473 * tutorial.el (tutorial--detailed-help): Make the list of
4474 changed keys look nicer.
4475
4476 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
4477
4478 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
4479 (gdb-var-delete): Use it.
4480 (gdb-var-update-handler-1): Handle value "invalid" for MI field
4481 `in_scope'.
4482
4483 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
4484
4485 * files.el (get-free-disk-space): Return nil for remote directories.
4486
4487 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
4488 instead of "dir".
4489
4490 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
4491
4492 * type-break.el (type-break-catch-up-event): New function.
4493 (type-break-demo-hanoi, type-break-demo-life)
4494 (type-break-demo-boring): Use it.
4495
4496 * image-mode.el (image-mode): Don't automatically view as image.
4497 (image-toggle-display): Add `disabled' property.
4498
4499 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
4500
4501 * isearchb.el (isearchb-iswitchb):
4502 * ps-print.el (ps-build-face-reference):
4503 * emacs-lisp/shadow.el (list-load-path-shadows):
4504 * eshell/esh-cmd.el (eshell-rewrite-for-command):
4505 * international/mule.el (find-auto-coding):
4506 * mail/supercite.el (sc-attrib-selection-list):
4507 * progmodes/cc-defs.el (c-emacs-features):
4508 * progmodes/cc-vars.el (c-offsets-alist):
4509 * progmodes/flymake.el
4510 (flymake-init-create-temp-source-and-master-buffer-copy):
4511 Fix typos in docstrings (some suggested by Chris Moore).
4512
4513 * progmodes/vhdl-mode.el (vhdl-components-package-name)
4514 (vhdl-get-library-unit, vhdl-corresponding-begin)
4515 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
4516 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
4517 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
4518 (vhdl-font-lock-match-item): Fix typos in docstrings.
4519 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
4520 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
4521 (vhdl-speedbar-insert-project-hierarchy):
4522 Improve argument/docstring consistency.
4523
4524 2007-01-29 Kenichi Handa <handa@m17n.org>
4525
4526 * international/titdic-cnv.el (py-converter): Fix previous change.
4527
4528 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
4529
4530 * jka-compr.el (jka-compr-partial-uncompress)
4531 (jka-compr-call-process): Rebind default-directory if it is
4532 invalid. Suggested by Chris Moore.
4533
4534 * comint.el (comint-insert-input): Handle situation where the
4535 selected buffer is not the clicked buffer.
4536
4537 2007-01-29 Kenichi Handa <handa@m17n.org>
4538
4539 * international/ja-dic-cnv.el (skkdic-convert):
4540 Add byte-compile-disable-print-circle:t at the head.
4541
4542 * international/titdic-cnv.el (tit-process-header):
4543 Add byte-compile-disable-print-circle:t at the head.
4544 (miscdic-convert): Likewise.
4545 (py-converter): Skip the header comments.
4546
4547 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
4548 New variable.
4549 (byte-compile-output-file-form): Bing print-circle to nil if
4550 byte-compile-output-file-form is not nil.
4551 (byte-compile-output-docform): Likewise.
4552
4553 2007-01-28 Kim F. Storm <storm@cua.dk>
4554
4555 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
4556 Declare earlier to avoid byte compiler warnings.
4557
4558 2007-01-28 Markus Triska <markus.triska@gmx.at>
4559
4560 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
4561
4562 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
4563
4564 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
4565 (gamegrid-add-score-with-update-game-score-1): Allow local quits
4566 when calling update-game-score program. Remove unnecessary
4567 save-excursion.
4568
4569 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
4570
4571 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
4572
4573 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
4574 avoid compiler warning.
4575 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
4576 might have values other than "true" or "false".
4577
4578 2007-01-28 Richard Stallman <rms@gnu.org>
4579
4580 * textmodes/fill.el (fill-paragraph-function): Doc fix.
4581 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
4582
4583 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
4584
4585 * image.el (image-type-header-regexps): Make GIF regex more specific.
4586
4587 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
4588 Don't check `backspace'.
4589 (tutorial--find-changed-keys): Look up bindings in a temp buffer
4590 in Fundamental mode.
4591
4592 * startup.el (fancy-splash-text, normal-splash-screen):
4593 Mention C-g.
4594
4595 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
4596 when inserting in buffer.
4597
4598 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
4599 inside the if.
4600
4601 2007-01-27 Richard Stallman <rms@gnu.org>
4602
4603 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
4604
4605 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
4606
4607 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
4608 enum/union/struct/class definition.
4609 Revert change to call `forward-sexp' multiple times.
4610
4611 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
4612
4613 * files.el (hack-local-variables-confirm): Don't keep trying to
4614 read an event from an empty kbd macro.
4615
4616 2007-01-27 Eli Zaretskii <eliz@gnu.org>
4617
4618 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
4619
4620 2007-01-27 Ben North <ben@redfrontdoor.org>
4621
4622 * outline.el (outline-promote, outline-demote): Doc fix. Rename
4623 the arg CHILDREN -> WHICH.
4624
4625 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
4626
4627 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
4628 default-directory to a sane value when calling start-process.
4629
4630 2007-01-27 Eli Zaretskii <eliz@gnu.org>
4631
4632 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
4633 (ls-lisp-format-time-list): Doc fix. Mention
4634 ls-lisp-use-localized-time-format.
4635 (ls-lisp-format-time): Use ls-lisp-format-time-list if
4636 ls-lisp-use-localized-time-format is non-nil, even if a valid
4637 locale is defined.
4638
4639 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
4640
4641 * jka-compr.el (jka-compr-shell): Doc fix.
4642
4643 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
4644
4645 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4646
4647 * ps-print.ps: Fix background height.
4648 (ps-print-version): New version 6.7.2.
4649
4650 2007-01-26 Eli Zaretskii <eliz@gnu.org>
4651
4652 * makefile.w32-in (finder-data, custom-deps): Depend on
4653 $(lisp)/loaddefs.el.
4654
4655 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
4656
4657 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
4658
4659 2007-01-24 Miles Bader <miles@gnu.org>
4660
4661 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
4662 (byte-compile-output-docform): Bind `print-circle' to t.
4663
4664 2007-01-24 Kenichi Handa <handa@m17n.org>
4665
4666 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
4667 file name of the original SKK dictionary file.
4668
4669 2007-01-24 Kim F. Storm <storm@cua.dk>
4670
4671 * ido.el (ido-initial-position): New variable.
4672 (ido-read-internal): Set it if default item is specified.
4673 (ido-minibuffer-setup): Position cursor accordingly if set.
4674 (ido-edit-input): C-e moves to end of input if not already there.
4675 (ido-magic-backward-char): C-b does like M-b if prev char is /.
4676 Don't switch to buffer mode if repeating C-b at start of input.
4677 (ido-toggle-ignore): C-a only toggles ignore at start or end of
4678 input; else it moves to start of input.
4679 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
4680 not at end of input, delete rest of input, rather than normal op.
4681
4682 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
4683
4684 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
4685
4686 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
4687 of message. Activate mark.
4688 (ediff-activate-mark): Set transient-mark-mode to t.
4689
4690 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
4691
4692 2007-01-23 Martin Rudalics <rudalics@gmx.at>
4693
4694 * help-fns.el (describe-variable): Don't suppress display of
4695 buffer local value when the value is "large".
4696
4697 2007-01-22 Kim F. Storm <storm@cua.dk>
4698
4699 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
4700 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
4701 (ido-tidy): Use ido-active.
4702
4703 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
4704
4705 * hexl.el (hexl-mode-exit): Add missing quote.
4706
4707 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4708
4709 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
4710 (mac-ae-keyboard-modifiers): New function.
4711 (mac-handle-toolbar-switch-mode): Use it.
4712 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
4713 if keyboard modifiers on drop contain option key.
4714 (mac-dnd-drop-data): Add optional argument `action'.
4715 (special-event-map): Remove binding for M-drag-n-drop.
4716
4717 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
4718
4719 * add-log.el (add-log-current-defun): Use CC Mode functions to
4720 find the beginning and end of a defun.
4721
4722 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
4723
4724 * progmodes/gdb-ui.el (gdb-var-create-regexp)
4725 (gdb-var-create-handler): Handle value field in GDB output of
4726 -var-create.
4727 (gdb-max-frames): New variable.
4728 (gdb-stack-buffer, gdb-frames-select): Use it.
4729 (gdb-info-stack-custom): Help user customize gdb-max-frames,
4730 if necessary.
4731 (gdb-get-frame-number): Simplify.
4732
4733 2007-01-21 Glenn Morris <rgm@gnu.org>
4734
4735 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
4736 Update copyrights.
4737
4738 2007-01-21 Alan Mackenzie <acm@muc.de>
4739
4740 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
4741 handling of K&R stuff.
4742
4743 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4744
4745 * textmodes/bibtex.el (bibtex-files): Fix customization type.
4746
4747 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4748
4749 * ps-print.el: Handle frame parameters (background and/or foreground
4750 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
4751 (ps-print-version): New version 6.7.1.
4752 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
4753 (ps-frame-parameter): New fun.
4754 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
4755 Fix doc and customization.
4756 (ps-begin-job): Get frame parameters (background and/or foreground
4757 colors).
4758 (ps-do-despool): Ensure ps-printer-name has a valid value.
4759
4760 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
4761
4762 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
4763 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
4764 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
4765 mean unlimited.
4766
4767 2007-01-20 Alan Mackenzie <acm@muc.de>
4768
4769 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
4770 much more rigorous analysis of putative K&R regions.
4771
4772 2007-01-20 Alan Mackenzie <acm@muc.de>
4773
4774 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
4775 New functions.
4776
4777 2007-01-20 Alan Mackenzie <acm@muc.de>
4778
4779 * progmodes/cc-align.el, progmodes/cc-cmds.el,
4780 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4781 * progmodes/cc-langs.el, progmodes/cc-styles.el,
4782 * progmodes/cc-vars.el: Add my name.
4783
4784 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
4785
4786 * files.el (find-alternate-file): Revert query message to Emacs 21
4787 version.
4788
4789 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
4790
4791 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
4792 the doc string how to use personal abbrevs without electric
4793 keywords.
4794
4795 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4796
4797 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
4798 Fixed cursor position when toggle abbreviated display.
4799
4800 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
4801
4802 * t-mouse.el: Update copyright following assignment by
4803 Alessandro Rubini.
4804
4805 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
4806
4807 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
4808 (type-break-demo-boring): Call read-event instead of read-char.
4809
4810 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
4811
4812 * progmodes/compile.el: Add handling for makepplog.
4813
4814 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4815
4816 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
4817 aspell dictionaries are initialized when called non-interactively.
4818
4819 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
4820
4821 * progmodes/compile.el (compilation-loop): New arg limit.
4822 Handle case where the first error is at point-min.
4823 (compilation-next-error): New arg to compilation-loop call.
4824
4825 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
4826
4827 * info.el (Info-default-dirs): Change default info dir to
4828 share/info.
4829
4830 * paths.el (Info-default-directory-list): Ditto.
4831
4832 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
4833
4834 * hexl.el (hexl-before-revert-hook): New function.
4835 (hexl-mode): Use it.
4836 (hexl-after-revert-hook): Just call hexl-mode.
4837 (hexl-mode-exit): Remove before-revert-hook.
4838
4839 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
4840
4841 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
4842
4843 2007-01-16 Martin Rudalics <rudalics@gmx.at>
4844
4845 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
4846 by "-" in francais7 otherchars entry.
4847 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
4848 otherchars entry.
4849
4850 2007-01-15 Karl Fogel <kfogel@red-bean.com>
4851
4852 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
4853 path. Rewrite function in `cond' style for readability.
4854
4855 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
4856 (The path shortening, that is, not the rearrarangement.)
4857
4858 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4859
4860 * term/mac-win.el (mac-ae-quit-application): New function.
4861 (mac-apple-event-map): Bind "quit application" Apple event to it.
4862
4863 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
4864
4865 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
4866 than the program's output.
4867
4868 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
4869
4870 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
4871 (kmacro-start-macro-or-insert-counter)
4872 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
4873 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
4874
4875 * longlines.el (longlines-show-hard-newlines):
4876 * ruler-mode.el (ruler-mode-ruler):
4877 * emulation/keypad.el (keypad-setup):
4878 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
4879 Fix typo in docstring.
4880
4881 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
4882
4883 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
4884 Remove redirect character ">".
4885
4886 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
4887
4888 * replace.el (perform-replace): Remove leftover code.
4889
4890 2007-01-12 Richard Stallman <rms@gnu.org>
4891
4892 * replace.el (perform-replace): Don't clear NODENT when computing
4893 the replacement string.
4894
4895 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
4896
4897 * net/tramp.el (tramp-handle-file-local-copy):
4898 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
4899 <christopher.ian.moore@gmail.com>.
4900
4901 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4902
4903 * diff-mode.el (diff-sanity-check-context-hunk-half)
4904 (diff-sanity-check-hunk): New functions.
4905 (diff-find-source-location): Use'em to check the hunks are well-formed.
4906
4907 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
4908 activate undo when undo is not active.
4909 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
4910
4911 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4912
4913 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
4914 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
4915 (ffap-url-at-point): Use char-classes rather than "a-z".
4916
4917 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
4918
4919 * ediff-init.el (ediff-autostore-merges):
4920 * textmodes/fill.el (fill-region): Doc fix.
4921
4922 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4923
4924 * server.el (server-ensure-safe-dir): UIDs may be floats.
4925
4926 2007-01-10 Richard Stallman <rms@gnu.org>
4927
4928 * battery.el (battery-linux-proc-acpi): Use ignore-errors
4929 around calls to directory-files.
4930
4931 * subr.el (momentary-string-display): Use save-excursion.
4932
4933 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
4934 argument, but read it as `X' does.
4935
4936 2007-01-09 Juri Linkov <juri@jurta.org>
4937
4938 * info.el (Info-fontify-node): Don't hide node names of index entries.
4939
4940 * faces.el (momentary): Change :group to basic-faces where all
4941 basic faces belong to. Add :version.
4942
4943 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
4944
4945 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
4946 keybinding is found.
4947 (tutorial--find-changed-keys): Never treat null keybinding as a
4948 remapping.
4949
4950 2007-01-09 Martin Rudalics <rudalics@gmx.at>
4951
4952 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
4953
4954 2007-01-09 Kenichi Handa <handa@m17n.org>
4955
4956 * international/mule-cmds.el
4957 (select-safe-coding-system-interactively): Fix message.
4958
4959 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
4960
4961 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
4962 (tramp-process-actions): Add optional parameter TIMEOUT.
4963 (tramp-open-connection-telnet, tramp-open-connection-rsh)
4964 (tramp-open-connection-su): Add timeout of 60".
4965
4966 2007-01-09 Richard Stallman <rms@gnu.org>
4967
4968 * progmodes/compile.el (compile): Doc fix.
4969
4970 2007-01-09 Markus Triska <markus.triska@gmx.at>
4971
4972 * tumme.el (tumme-display-thumb): Doc fix.
4973
4974 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
4975
4976 * battery.el (battery-search-for-one-match-in-files):
4977 * bindings.el (mode-line-minor-mode-help):
4978 * x-dnd.el (x-dnd-types-alist):
4979 * calendar/icalendar.el (icalendar-import-buffer):
4980 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
4981
4982 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
4983
4984 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
4985
4986 * replace.el (replace-regexp): Fix typo in docstring.
4987
4988 2007-01-07 Alan Mackenzie <acm@muc.de>
4989
4990 * progmodes/cc-langs.el (c-operators, c-filter-ops):
4991 Amend doc-string and comments.
4992
4993 2007-01-06 Eli Zaretskii <eliz@gnu.org>
4994
4995 * files.el (abbreviate-file-name): Doc fix.
4996
4997 2007-01-06 Markus Triska <triska@gmx.at>
4998
4999 * subr.el (split-string): Remove spurious ")" from doc string.
5000
5001 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
5002
5003 * textmodes/table.el (table--warn-incompatibility):
5004 Use display-warning instead of momentary-string-display.
5005
5006 2007-01-05 Richard Stallman <rms@gnu.org>
5007
5008 * image.el (image-type-header-regexps): Recognize xbm more strictly.
5009
5010 * simple.el (backward-kill-word): Doc fix.
5011
5012 2007-01-05 Romain Francoise <romain@orebokech.com>
5013
5014 * international/mule.el (sgml-html-meta-auto-coding-function):
5015 Ensure that the buffer contains a HTML document.
5016
5017 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5018
5019 * faces.el (momentary): Move here ...
5020 * subr.el (momentary): ... from here.
5021
5022 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
5023
5024 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
5025 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
5026 large structures/arrays.
5027
5028 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
5029
5030 * files.el (find-file-noselect-1, set-visited-file-name):
5031 Allow backup-enable-predicate to be nil.
5032
5033 2007-01-04 Andreas Schwab <schwab@suse.de>
5034
5035 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
5036 last change.
5037
5038 2007-01-03 Richard Stallman <rms@gnu.org>
5039
5040 * woman.el (woman-decode-buffer): Clarify error message.
5041
5042 2007-01-03 Alan Mackenzie <acm@muc.de>
5043
5044 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
5045
5046 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
5047
5048 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
5049
5050 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
5051
5052 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
5053
5054 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
5055
5056 * emulation/viper.el (viper-custom-file-name, viper-mode):
5057 Fix typos in docstrings.
5058
5059 * subr.el (momentary-string-display): After moving point, set POS
5060 variable to it to avoid later errors once the buffer is modified.
5061 Doc fix.
5062
5063 2007-01-02 Alan Mackenzie <acm@muc.de>
5064
5065 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
5066 check that the "*/" is present before trying to manipulate it.
5067
5068 2007-01-02 Richard Stallman <rms@gnu.org>
5069
5070 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
5071
5072 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
5073 Fix format of value.
5074
5075 * cus-edit.el (customize-unsaved): Rename from customize-customized.
5076 Change messages accordingly.
5077 (customize-customized): Now alias.
5078
5079 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
5080
5081 * files.el (version-control): Doc fix.
5082
5083 2007-01-01 Alan Mackenzie <acm@muc.de>
5084
5085 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
5086 Check the format of c-state-cache is valid for an optimisation before
5087 using it.
5088
5089 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
5090 are at a statement within a macro". Other changes so that only
5091 the first continuation line in a macro gets the symbol
5092 `cpp-define-intro', the others getting `statement', or whatever.
5093
5094 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
5095 a string, preserve whitespace. Add a backslash only when also in
5096 a macro.
5097
5098 * progmodes/cc-defs.el: Correct typos.
5099
5100 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
5101 new line after an escaped EOL in a string.
5102
5103 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
5104 label when it directly follows "else", "do", ....
5105
5106 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
5107 angle brackets (as seen in "explicit specialisations" of C++
5108 templates).
5109
5110 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
5111 in the doc-string.
5112
5113 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
5114 when the comment ender looks like "=========*/" and is alone on
5115 its line.
5116
5117 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
5118 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
5119 for the old name.
5120
5121 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
5122 c-\(beginning\|end\)-of-defun by default.
5123
5124 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
5125 New line-up function, for the DEFUN macro in the Emacs C sources.
5126 Only used in "gnu" style.
5127
5128 * progmodes/cc-styles.el (c-style-alist): Use this new function in
5129 the "gnu" style.
5130
5131 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
5132 clean-up comment-close-slash also to work when there's a comment
5133 terminator on the line.
5134 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
5135 these for large arg - only take account of top level {..}, except
5136 for initial and final adjustments. M-- C-M-[ae] now go to the
5137 right defuns when the starting point is between defuns. They use
5138 the four new functions:
5139 (c-in-function-trailer-p, c-where-wrt-brace-construct)
5140 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
5141 support c-\(beginning\|end\)-of-defun.
5142
5143 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
5144 expressions more rigorously, to exclude bit-field specifiers from
5145 being classed as labels.
5146 (c-forward-label): When analyzing a ":" within a macro, be careful
5147 about using c-forward-syntactic-ws at the macro beginning.
5148 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
5149 stmt boundary, check for "operator=", etc.
5150
5151 * progmodes/cc-mode.el (c-postprocess-file-styles):
5152 Bind inhibit-read-only to t, around the call to
5153 c-remove-any-local-eval-or-mode-variables, so that it works on a
5154 RO file.
5155
5156 * progmodes/cc-defs.el (c-version): Update the version number to
5157 "5.31.4".
5158
5159 2007-01-01 Richard Stallman <rms@gnu.org>
5160
5161 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
5162 only if we restored isearch-window-configuration.
5163
5164 2006-12-31 Romain Francoise <romain@orebokech.com>
5165
5166 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
5167
5168 2006-12-31 Kim F. Storm <storm@cua.dk>
5169
5170 * files.el (auto-mode-case-fold): New defcustom.
5171 (set-auto-mode): If non-nil, perform second case-sensitive pass
5172 through auto-mode-alist if first pass failed.
5173
5174 2006-12-30 Richard Stallman <rms@gnu.org>
5175
5176 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
5177
5178 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
5179
5180 * allout.el (allout-encrypt-string): Handle symmetric-key
5181 passphrase caching but leave keypair caching to pgg.
5182
5183 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
5184
5185 Sync with Tramp 2.0.55.
5186
5187 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
5188 `integerp'. `char-equal' could fail else in case of negative
5189 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
5190 (top): Check for `font-lock-add-keywords' before calling; it
5191 doesn't exist under XEmacs.
5192 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
5193 (tramp-completion-mode): Remove clause (not
5194 tramp-unified-filenames), because the function is called in other
5195 context too, where this check results in wrong results in the
5196 XEmacs case on Windows.
5197 (tramp-touch): UTC handling is not possible for XEmacs.
5198
5199 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5200
5201 * scroll-bar.el (previous-scroll-bar-mode): New variable
5202 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
5203 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
5204
5205 * term/x-win.el: Set scroll bar mode to right if set by X resources.
5206
5207 2006-12-30 Richard Stallman <rms@gnu.org>
5208
5209 * files.el (make-backup-file-name-1): Precompute abs name
5210 but don't lose the relative name.
5211
5212 * international/mule-cmds.el (select-safe-coding-system-interactively):
5213 Fix message.
5214
5215 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
5216
5217 * files.el (backup-buffer): Show entire backup file name in msg.
5218
5219 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
5220
5221 * image.el (image-type-header-regexps, image-type-from-data)
5222 (image-type-from-buffer, image-type-from-file-header):
5223 Revert changes from 2006-12-26.
5224 (image-type-auto-detectable): New variable.
5225 (image-type-auto-detected-p): New function.
5226
5227 * files.el (magic-mode-alist): Detect image files with
5228 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
5229
5230 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
5231
5232 * dired.el (dired-sort-other): Move test for dired-mode...
5233 (dired-sort-set-modeline): ...to here.
5234
5235 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5236
5237 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
5238 change. Suggested by Stefan Monnier.
5239
5240 2006-12-29 Kim F. Storm <storm@cua.dk>
5241
5242 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
5243 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
5244
5245 2006-12-27 Kim F. Storm <storm@cua.dk>
5246
5247 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
5248 so it doesn't accidentally match an fsf.org mail address.
5249 (authors-renamed-files-alist): Add tcover-*.el.
5250
5251 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
5252
5253 * vc-arch.el (vc-arch-find-version): New function.
5254
5255 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
5256 composed of arbitrary characters (even /) in some systems.
5257
5258 2006-12-27 Eli Zaretskii <eliz@gnu.org>
5259
5260 * international/mule-cmds.el (select-safe-coding-system-interactively):
5261 Improve the message in the *Warning* buffer.
5262
5263 2006-12-27 Kim F. Storm <storm@cua.dk>
5264
5265 * ido.el (ido-set-matches-1): Fix last change. If default item is
5266 current buffer, it is ok to be first.
5267
5268 2006-12-27 Kenichi Handa <handa@m17n.org>
5269
5270 * international/mule-cmds.el (select-safe-coding-system-interactively):
5271 Use face `link' for problematic chars.
5272
5273 2006-12-27 Kenichi Handa <handa@m17n.org>
5274
5275 * international/mule-cmds.el (select-safe-coding-system-interactively):
5276 Improve the message in *Warning* buffer.
5277
5278 2006-12-27 Kim F. Storm <storm@cua.dk>
5279
5280 * ido.el (ido-set-matches-1): Never put current buffer first if
5281 there are other matches.
5282
5283 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
5284
5285 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
5286 expressions.
5287 (gdb-var-delete): Handle duplicate names. Print message for non
5288 root expressions.
5289 (gdb-partial-output-name): Start buffer name with a space.
5290 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
5291 buffer name.
5292
5293 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5294
5295 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
5296 last footnote when `footnote-spaced-footnotes' is nil.
5297
5298 2006-12-26 Richard Stallman <rms@gnu.org>
5299
5300 * cus-edit.el (custom-browse-sort-alphabetically)
5301 (custom-buffer-sort-alphabetically)
5302 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
5303
5304 * image.el (image-type-header-regexps): Change element format
5305 to include third item NOT-ALWAYS.
5306 (image-type-from-data): Handle new format.
5307 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
5308 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
5309
5310 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
5311
5312 * add-log.el (add-log-current-defun): Call `forward-sexp'
5313 multiple times to pick a member function name defined as
5314 part of nested classes/namespaces.
5315
5316 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5317
5318 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
5319 which keymap should be used to change menu. It does not affect any
5320 existent code.
5321
5322 2006-12-26 Richard Stallman <rms@gnu.org>
5323
5324 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
5325 rather than for being in a minibuffer window.
5326
5327 2006-12-25 Daiki Ueno <ueno@unixuser.org>
5328
5329 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
5330 locale-coding-system.
5331 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
5332 LF.
5333
5334 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
5335
5336 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
5337 (sql-mode-syntax-table): Disable double quoted strings.
5338 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
5339
5340 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5341
5342 * startup.el (fancy-splash-last-input-event): New variable.
5343 (fancy-splash-special-event-action): New function.
5344 (fancy-splash-screens): Temporarily bind special events to it.
5345 Execute command for saved special event before exiting from
5346 recursive editing.
5347
5348 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
5349 New functions.
5350 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
5351 Use mac-unread-string.
5352
5353 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5354
5355 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
5356 an optimized comment regexp if `comment-start-skip' uses a ^.
5357 * bs.el (bs--up): Remove interactive spec.
5358
5359 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
5360
5361 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
5362 Suggested by James Cloos.
5363
5364 2006-12-24 Kevin Ryde <user42@zip.com.au>
5365
5366 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
5367 in March.
5368 (calendar-dst-ends): Default to first Sunday in November.
5369
5370 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
5371
5372 * allout.el (allout-encrypt-string): Inhibit use of agent within
5373 body of let form where encryption happens. Acknowledge non-use of
5374 gpg-agent in docstring.
5375 (allout-toggle-subtree-encryption): Acknowledge non-use of
5376 gpg-agent in docstring.
5377
5378 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
5379
5380 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
5381
5382 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
5383
5384 * ediff-diff.el (ediff-diff-options): Clarify docstring.
5385 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
5386
5387 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
5388 in hooks.
5389 (viper-add-newline-at-eob-if-necessary): Add newline only if we
5390 actually modify buffer; ignore errors if occur.
5391
5392 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
5393
5394 * calendar/calendar.el (calendar-mode-map): Switch < and >.
5395 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
5396 formatting.
5397
5398 2006-12-23 Richard Stallman <rms@gnu.org>
5399
5400 * simple.el (delete-horizontal-space): Doc fix.
5401
5402 2006-12-23 Eli Zaretskii <eliz@gnu.org>
5403
5404 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
5405 explicitly in a recursive Make, not implicitly through prerequisites,
5406 since the latter is wrong under parallel builds.
5407
5408 2006-12-22 Eli Zaretskii <eliz@gnu.org>
5409
5410 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
5411
5412 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
5413
5414 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
5415 message string.
5416
5417 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
5418
5419 * outline.el (outline-next-visible-heading): Fix the case with a
5420 header at end-of-file with no final newline.
5421
5422 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
5423
5424 * indent.el (tab-always-indent): Doc fix.
5425
5426 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
5427
5428 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
5429 (Info-fontify-node): Do fontify indices.
5430
5431 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
5432 to the Emacs Lisp reference manual.
5433 (tutorial--tab-map): Remove. All callers changed.
5434 (tutorial--find-changed-keys): New elt QUIET, used to...
5435 (tutorial--display-changes): ...ensure that warning messages are
5436 only issued once per changed key.
5437 (tutorial--remove-remarks): Delete unused code-path.
5438 (lang-strings): Remove extraneous formatting.
5439 (tutorial--save-tutorial): Prompt before saving tutorial state.
5440
5441 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
5442
5443 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
5444 Replace '?\ ' by '?\s' throughout.
5445 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
5446 `help' custom group.
5447 (tutorial--key-description): New function.
5448 (tutorial--display-changes): Remove redundant arg. Scan for all
5449 key sequences to avoid false matches. Cleanup.
5450 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
5451 reduce homedir pollution.
5452 (help-with-tutorial): Call tutorial--display-changes with no arg.
5453
5454 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
5455
5456 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
5457
5458 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
5459
5460 * net/tramp.el (tramp-default-method): We still need to check for
5461 `executable-find', because it is not bound under Emacs 20.
5462 (tramp-handle-file-name-completion)
5463 (tramp-completion-handle-file-name-completion): Handle optional
5464 parameter PREDICATE.
5465 (tramp-find-default-method): Add code for default values.
5466
5467 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
5468
5469 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
5470 make gud-go send "continue".
5471
5472 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
5473
5474 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
5475 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
5476
5477 2006-12-19 Kim F. Storm <storm@cua.dk>
5478
5479 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
5480 instead of global-map.
5481
5482 * files.el (magic-mode-alist): Allow matching file type by
5483 calling a function at bob. Check for image types by calling
5484 image-type-from-buffer. Suggested by Juanma Barranquero.
5485 (set-auto-mode): Do it.
5486
5487 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
5488
5489 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
5490 Remove "ControlMaster" option from the other `scp*' methods.
5491 (tramp-default-method): Check for ssh-agent before setting to `scp'.
5492
5493 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
5494
5495 * textmodes/org.el (org-mode): Show context after isearch.
5496 (org-show-siblings): New function.
5497 (org-show-context): Use `org-show-siblings'.
5498
5499 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
5500
5501 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
5502 Use syntax-ppss-toplevel-pos.
5503
5504 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
5505
5506 * textmodes/org.el (org-current-line): Make sure that lines are
5507 counted from beginning of buffer.
5508 (org-table-copy-region, org-table-paste-rectangle): Make sure that
5509 lines are counted from beginning of buffer.
5510
5511 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
5512
5513 * info.el (Info-build-node-completions): Signal error if tag-table
5514 marker is not found.
5515
5516 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5517
5518 2006-12-17 Alan Mackenzie <acm@muc.de>
5519
5520 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
5521 speed) the case when open-paren-in-column-0-is-defun-start is nil.
5522 Based on code by Martin Rudalics.
5523
5524 * progmodes/cc-mode.el (c-basic-common-init): Don't set
5525 open-paren-in-column-0-is-defun-start to nil any more.
5526
5527 2006-12-17 Richard Stallman <rms@gnu.org>
5528
5529 * simple.el (delete-horizontal-space): Use prefix arg.
5530
5531 * help-fns.el (describe-variable): Improve blank separator lines.
5532
5533 * files.el (magic-mode-alist): Mark as risky.
5534
5535 * files.el (make-backup-file-name-1):
5536 Expand backup-directory explicitly.
5537
5538 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
5539
5540 * net/tramp.el (tramp-default-method): Before setting to "pscp",
5541 check whether package password.el is loaded, or Pageant is running.
5542
5543 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
5544
5545 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
5546 (icalendar--rris): First try Emacs, then XEmacs.
5547 (icalendar--convert-ical-to-diary): Doc fix.
5548 Insert newline at end of target file.
5549
5550 2006-12-17 Kim F. Storm <storm@cua.dk>
5551
5552 * outline.el (outline-isearch-open-invisible-function): New defvar.
5553 (outline-flag-region): Use it if non-nil for isearch-open-invisible
5554 overlay property instead of outline-isearch-open-invisible.
5555
5556 2006-12-16 Kim F. Storm <storm@cua.dk>
5557
5558 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
5559 if ido-directory-too-big is set on entry.
5560 (ido-toggle-ignore, ido-completion-help): Print message while
5561 reading big directory.
5562
5563 2006-12-15 Richard Stallman <rms@gnu.org>
5564
5565 * shell.el (shell): Doc fix.
5566
5567 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
5568
5569 * emulation/edt.el (edt-xserver):
5570 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
5571 to fix a problem on Cygwin.
5572
5573 * emulation/edt.el
5574 * emulation/edt-mapper.el
5575 * emulation/edt-lk201.el
5576 * emulation/edt-pc.el
5577 * emulation/edt-vt100.el: Update maintainer's email address.
5578
5579 2006-12-15 Simon Marshall <simon@gnu.org>
5580
5581 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
5582
5583 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5584
5585 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
5586 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
5587 instead of mac-atsu-font-table.
5588 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
5589
5590 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
5591
5592 * align.el (align-match-tex-pattern): Fix a rare bug which
5593 hanged Emacs.
5594
5595 2006-12-14 Richard Stallman <rms@gnu.org>
5596
5597 * startup.el (use-fancy-splash-screens-p): Use frame-height
5598 instead of window-height. Pass frame to image-size.
5599
5600 2006-12-13 Kenichi Handa <handa@m17n.org>
5601
5602 * international/mule-cmds.el (set-locale-environment):
5603 Set default-sendmail-coding-system too.
5604
5605 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
5606
5607 * progmodes/idlw-help.el: Fix copyright notice.
5608
5609 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5610
5611 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
5612
5613 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
5614
5615 * subr.el (unread-command-char): Reformat obsolescence info.
5616
5617 2006-12-11 Richard Stallman <rms@gnu.org>
5618
5619 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
5620 about calls to cl-struct-setf-expander.
5621
5622 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
5623
5624 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
5625 (ediff-combination-pattern): Fix typo in docstring.
5626
5627 * textmodes/refer.el (refer-find-entry): Doc fix.
5628 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
5629 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
5630 Fix tipos in docstrings.
5631
5632 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
5633
5634 2006-12-10 Kim F. Storm <storm@cua.dk>
5635
5636 * ido.el (ido-init-completion-maps): Remap backward-kill-word
5637 instead of binding M-backspace.
5638
5639 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
5640
5641 * replace.el (replace-match-data, replace-match-maybe-edit):
5642 * calc/calc-aent.el (calc-eval-error):
5643 * emulation/vi.el (vi-char-argument):
5644 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
5645 (c-vsemi-status-unknown-p-fn): Doc fixes.
5646
5647 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
5648
5649 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
5650 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
5651
5652 2006-12-10 Masatake YAMATO <jet@gyve.org>
5653
5654 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
5655
5656 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
5657
5658 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
5659
5660 * man.el (Man-xref-button-action): New function. If the
5661 `Man-target-string' button property is a function, assume it
5662 accepts a position argument.
5663 (Man-abstract-xref-man-page): Use it.
5664 (Man-default-man-entry): New optional arg POS.
5665
5666 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
5667 symlink arrows read-only and non-rear-sticky.
5668
5669 2006-12-09 Martin Rudalics <rudalics@gmx.at>
5670
5671 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
5672 (wdired-search-and-rename): Simplify code.
5673 (wdired-preprocess-files, wdired-preprocess-perms): Make
5674 read-only property of preceding character rear-nonsticky to
5675 avoid that it can be modified. Put old-name and old-link
5676 properties on character preceding name and replace
5677 put-text-property by add-text-properties.
5678 (wdired-get-filename, wdired-get-previous-link): Get old-name
5679 and old-link properties from character preceding name and
5680 simplify code.
5681 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
5682 (wdired-perms-to-number): Make local-map property
5683 rear-nonsticky to avoid that text following permissions may be
5684 modified. Use add-text-properties instead of put-text-property
5685 when changing a permission bit.
5686 (wdired-change-to-dired-mode): Remove stickiness properties.
5687
5688 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
5689
5690 * international/mule-cmds.el (register-input-method): Doc fix.
5691
5692 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
5693
5694 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
5695
5696 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5697
5698 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
5699 Force buffer local defs evaluation on local variables loading.
5700 (flyspell-mode-on, flyspell-mode-off): Use it in
5701 `hack-local-variables-hook'.
5702
5703 2006-12-09 Eli Zaretskii <eliz@gnu.org>
5704
5705 * emacs-lisp/find-func.el (find-variable): Doc fix.
5706
5707 * help-fns.el (variable-at-point): Doc fix.
5708
5709 * w32-fns.el (w32-append-code-lines): New function.
5710
5711 2006-12-09 Romain Francoise <romain@orebokech.com>
5712
5713 * comint.el (comint-insert-input): Delete obsolete comment.
5714
5715 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5716
5717 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
5718 current frame, in case we're connected to several displays.
5719
5720 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
5721
5722 * frame.el (other-frame): Doc fix.
5723 (set-frame-parameter): Fix typo in docstring.
5724
5725 2006-12-07 Kim F. Storm <storm@cua.dk>
5726
5727 * info.el (Info-index): Strip leading colon from topic.
5728
5729 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
5730
5731 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
5732 to pointers.
5733
5734 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
5735
5736 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
5737 Trim out spurious class inheritance "None" entries.
5738
5739 2006-12-05 Kim F. Storm <storm@cua.dk>
5740
5741 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
5742 (cua-paste-pop): Rework last change for
5743 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
5744 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
5745 text inserted by the last M-y command.
5746
5747 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5748
5749 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
5750 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
5751
5752 * shell.el (shell): Search the start file in ~/.emacs.d as
5753 `init_SHELLNAME.sh' instead.
5754
5755 2006-12-05 Glenn Morris <rgm@gnu.org>
5756
5757 * progmodes/cperl-mode.el (cperl-mode)
5758 * progmodes/f90.el (f90-mode-abbrev-table)
5759 * progmodes/fortran.el (fortran-mode-abbrev-table)
5760 * progmodes/octave-mod.el (octave-abbrev-table)
5761 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
5762 if abbrev-table is non-nil (saved user abbrevs may have been restored).
5763
5764 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
5765 clear abbrev table, else saved abbrevs will not be restored.
5766
5767 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
5768
5769 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
5770 the call to `make-obsolete-variable', not in the docstring.
5771
5772 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
5773
5774 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
5775
5776 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5777
5778 * progmodes/ebnf-abn.el:
5779 * progmodes/ebnf-bnf.el:
5780 * progmodes/ebnf-dtd.el:
5781 * progmodes/ebnf-ebx.el:
5782 * progmodes/ebnf-iso.el:
5783 * progmodes/ebnf-otz.el:
5784 * progmodes/ebnf-yac.el:
5785 * progmodes/ebnf2ps.el:
5786 * delim-col.el:
5787 * printing.el:
5788 * ps-bdf.el:
5789 * ps-mule.el:
5790 * ps-print.el: Remove 'Time-stamp' comment mark.
5791
5792 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
5793 'easy-menu-add-item' when called in Emacs 21 or higher.
5794
5795 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
5796
5797 * progmodes/ada-xref.el (ada-check-current): Doc fix.
5798 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
5799
5800 2006-12-04 Kim F. Storm <storm@cua.dk>
5801
5802 * bindings.el (global-map): Bind [signal t] to ignore, to have
5803 user signals ignored by default.
5804
5805 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
5806
5807 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
5808 Unicode data file pointed to by `describe-char-unicodedata-file'.
5809
5810 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5811
5812 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
5813 O(n^2) regexp-search by anchoring the search.
5814
5815 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
5816
5817 * whitespace.el (whitespace-cleanup-internal): Use current
5818 argument for recursive call.
5819
5820 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
5821
5822 * net/tramp.el (tramp-methods): Add "ControlPath" and
5823 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
5824 Andreas Schwab <schwab@suse.de>.
5825 (tramp-do-copy-or-rename-file-out-of-band)
5826 (tramp-open-connection-rsh): Compute format spec for ?t.
5827 (tramp-process-actions): Trace command parameters.
5828
5829 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
5830
5831 * simple.el (toggle-truncate-lines): Clarify doc string.
5832
5833 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
5834 (gdb-speedbar-expand-node): Use it.
5835
5836 2006-12-04 Richard Stallman <rms@gnu.org>
5837
5838 * progmodes/python.el (python-indent): Add safe-local-variable prop.
5839
5840 * dired.el (dired-revert): Turn off dired-after-readin-hook
5841 around call to dired-readin.
5842
5843 * menu-bar.el (menu-bar-make-toggle): Add "globally"
5844 to echo area messages.
5845 <indicate-empty-lines, case-fold-search>:
5846 Add "globally" to Help string.
5847 <case-fold-search>: MESSAGE arg need not say "globally".
5848 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
5849
5850 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
5851
5852 * outline.el (outline-end-of-subtree): Don't leave an empty
5853 line hidden as we would a real next heading.
5854
5855 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
5856
5857 * allout.el (allout-ascend): Add an optional argument to preserve
5858 original position of point when unsuccessful. Also, fix a
5859 docstring error.
5860 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
5861 work again, using allout-ascend's new option.
5862 (allout-setup-mode-map): Extract from allout-mode to initialize
5863 allout-mode-map. Call it on file load, so the mode docstring
5864 substitutions work even if allout mode has not yet been invoked.
5865 (allout-mode): Use new allout-setup-mode-map to track any keybinding
5866 customizations since the map was last processed. Also, refine the
5867 docstring so it's ship-shape for release.
5868 (allout-default-layout, allout-beginning-of-line-cycles)
5869 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
5870 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
5871 (allout-version, allout-layout, allout-infer-body-reindent)
5872 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
5873 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
5874 (allout-previous-heading, allout-goto-prefix-doublechecked)
5875 (allout-current-bullet-pos, allout-next-sibling-leap)
5876 (allout-pre-command-business, allout-encrypted-type-prefix)
5877 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
5878 (allout-rebullet-topic, allout-rebullet-topic-grunt)
5879 (allout-flag-region, allout-expose-topic, allout-expose-topic)
5880 (allout-old-expose-topic, allout-listify-exposed)
5881 (allout-process-exposed, allout-latex-verb-quote)
5882 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
5883 (allout-toggle-current-subtree-encryption)
5884 (allout-toggle-subtree-encryption, allout-bullet-isearch):
5885 Remove extraneous open-paren and close paren string escapes.
5886
5887 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
5888
5889 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
5890 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
5891 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
5892 Fix typos in docstrings.
5893
5894 2006-12-03 Glenn Morris <rgm@gnu.org>
5895
5896 * progmodes/cc-align.el
5897 * progmodes/cc-awk.el
5898 * progmodes/cc-cmds.el
5899 * progmodes/cc-compat.el
5900 * progmodes/cc-defs.el
5901 * progmodes/cc-engine.el
5902 * progmodes/cc-langs.el
5903 * progmodes/cc-menus.el
5904 * progmodes/cc-mode.el
5905 * progmodes/cc-styles.el
5906 * progmodes/cc-vars.el
5907 * progmodes/vhdl-mode.el: Fix Copyright format.
5908
5909 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
5910
5911 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
5912 initial down event.
5913
5914 2006-12-02 Kim F. Storm <storm@cua.dk>
5915
5916 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
5917 (cua-repeat-replace-region): Make M-v more robust.
5918 (cua-paste-pop-rotate-temporarily): New defcustom.
5919 (cua-paste-pop): Use it.
5920 (cua-auto-mark-last-change): New defcustom.
5921 (cua-pop-to-last-change): New helper function.
5922 (cua-set-mark): Use them.
5923
5924 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
5925
5926 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
5927 mini-buffer message.
5928
5929 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
5930
5931 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
5932
5933 2006-12-01 Ben North <ben@redfrontdoor.org>
5934
5935 * paren.el: Fix the highlight overlay extension when the user types a
5936 sequence of char very fast just before the open parenthesis.
5937
5938 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5939
5940 * ps-mule.el: Eliminate Emacs 20 compatibility.
5941
5942 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
5943 (ps-print-version): New version 6.7.
5944 (ps-print-quote): Replace '?\ ' by '?\s'.
5945
5946 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
5947
5948 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
5949 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
5950 (hexl-end-of-1k-page): Doc fixes.
5951 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
5952 Fix typos in docstrings.
5953
5954 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5955
5956 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
5957 locally, i.e. without using file name handlers.
5958 (ido-read-internal): Allow mono letter host names, avoiding the
5959 `c:' problem by testing if the file exists locally.
5960 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
5961
5962 2006-11-30 Masatake YAMATO <jet@gyve.org>
5963
5964 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
5965 to avoid bytecomp warnings.
5966 (hexl-mode-old-ruler-function): New variable.
5967 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
5968 and `hl-line-range-function' after `require' hl-line.
5969 Then bind `hl-line-range-function' and `hl-line-face'.
5970 Don't require frame. Don't use `with-no-warnings'.
5971 (hexl-activate-ruler): Store the original value of
5972 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
5973 (hexl-mode-exit): Restore the original value of
5974 `ruler-mode-ruler-function'.
5975
5976 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5977
5978 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
5979 (hexl-mode-old-hl-line-face): New variable.
5980 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
5981 line when exit from the hexl-mode.
5982
5983 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
5984
5985 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
5986 Doc fixes.
5987
5988 * international/fontset.el (create-fontset-from-ascii-font)
5989 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
5990 (fontset-name-p): Fix typo in docstring.
5991
5992 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
5993
5994 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5995
5996 * ps-bdf.el: Fix maintainer email.
5997
5998 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
5999 compatibility.
6000
6001 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
6002 21 compatibility.
6003 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
6004 Emacs 20 & 21.
6005
6006 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
6007
6008 * progmodes/idlwave.el (idlwave-auto-fill):
6009 Remove paragraph-start let to prevent auto-fill giving up.
6010
6011 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
6012
6013 * vt100-led.el (led-state): Fix typo in previous change.
6014
6015 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6016
6017 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6018 Fix interactive spec of the functions getting defined to make them
6019 work as documented.
6020
6021 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
6022
6023 * startup.el (fancy-splash-screens): Hide initial splash buffer.
6024
6025 2006-11-28 Kim F. Storm <storm@cua.dk>
6026
6027 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
6028 icomplete-mode is enabled.
6029
6030 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
6031
6032 * textmodes/org.el (require): Require gnus-sum during compilation
6033 to avoid problem with a macro call.
6034
6035 2006-11-28 Glenn Morris <rgm@gnu.org>
6036
6037 * emacs-lisp/authors.el (authors-aliases): Add new alias.
6038
6039 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
6040 (fortran-window-create-momentarily): Do not need string-to-char.
6041
6042 2006-11-28 Richard Stallman <rms@gnu.org>
6043
6044 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
6045 Replace incorrect use of assoc-default with a loop.
6046
6047 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
6048
6049 * simple.el (next-error-find-buffer): Improve messages.
6050
6051 * files.el (revert-buffer): Special error message if file
6052 is now not readable.
6053
6054 * facemenu.el (facemenu-add-new-face): Improve doc strings of
6055 constructed commands.
6056
6057 * comint.el (comint-exec-1): Provide Emacs version and `comint'
6058 in INSIDE_EMACS.
6059
6060 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6061
6062 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
6063
6064 * server.el: Remove spurious * in docstrings.
6065 (server-process-filter): Exit from recursive editing before processing
6066 a new request.
6067
6068 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
6069
6070 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
6071 line so hidden blocks will be correctly identified.
6072
6073 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
6074
6075 * ledit.el (ledit-save-defun, ledit-mode):
6076 * resume.el (resume-emacs-args-buffer):
6077 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
6078 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
6079 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
6080 (command-send-input, command-kill-line):
6081 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
6082
6083 * autoarg.el (autoarg-kp-mode): Doc fix.
6084
6085 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
6086 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
6087 (check-emacs-lock): Doc fix. Simplify.
6088
6089 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
6090 (iimage-mode-buffer): Fix typos in docstring.
6091
6092 * misc.el (zap-up-to-char): Doc fix.
6093
6094 * time-stamp.el: Fix comment and obsolescence string for old
6095 functions. Use `dolist' instead of `while'.
6096
6097 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
6098
6099 * disp-table.el (standard-display-8bit, standard-display-default):
6100 * ebuff-menu.el (electric-buffer-list):
6101 * ehelp.el (electric-help-command-loop):
6102 * font-core.el (font-lock-mode):
6103 * help-macro.el (make-help-screen):
6104 * help.el (describe-minor-mode-completion-table-for-indicator)
6105 (lookup-minor-mode-from-indicator):
6106 * indent.el (tab-to-tab-stop, move-to-tab-stop):
6107 * info-look.el (info-lookup-guess-custom-symbol):
6108 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
6109 * longlines.el (longlines-wrap-line):
6110 * macros.el (insert-kbd-macro):
6111 * menu-bar.el (menu-bar-update-buffers):
6112 * misc.el (copy-from-above-command):
6113 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
6114 * newcomment.el (comment-indent):
6115 * novice.el (disabled-command-function):
6116 * sort.el (sort-fields-syntax-table):
6117 * subr.el (momentary-string-display):
6118 * tar-mode.el (tar-header-block-summarize)
6119 (tar-clear-modification-flags):
6120 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
6121 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
6122 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
6123 (te-delete-char, te-down-vertically-or-scroll):
6124 * time-stamp.el (time-stamp-string-preprocess):
6125 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
6126
6127 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
6128
6129 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
6130 in GUD mode.
6131
6132 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
6133 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
6134
6135 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6136
6137 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
6138
6139 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
6140
6141 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
6142 (ada-compile-goto-error): Adapt to new argument profile of
6143 compilation-goto-locus in Emacs 22. Don't check if the various
6144 compile functions are defined; we already do "(require 'compile)".
6145
6146 2006-11-26 Kim F. Storm <storm@cua.dk>
6147
6148 * kmacro.el: Fix commentary.
6149
6150 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
6151
6152 * progmodes/gud.el (gdb): Explain how to run in text command mode
6153 more clearly. Say in error message that multiple debugging
6154 requires restarting GDB.
6155
6156 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
6157
6158 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
6159
6160 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
6161
6162 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
6163 (flymake-popup-menu): Use it instead of posn-at-point.
6164
6165 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6166
6167 * progmodes/cc-vars.el (c-backslash-column):
6168 Mention c-backslash-max-column in documentation for c-backslash-column.
6169
6170 2006-11-24 Lars Hansen <larsh@soem.dk>
6171
6172 * net/tramp.el (tramp-default-method): Under Windows, change from
6173 plink to pscp.
6174 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
6175 (tramp-actions-copy-out-of-band):
6176 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
6177 (tramp-action-out-of-band): Move "Permission denied" handling to
6178 tramp-action-copy-failed.
6179 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
6180 process buffer.
6181
6182 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6183
6184 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6185 strings to a single string. Quote `errors-file-name'.
6186 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6187 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6188 Adjust calls. Use `shell-quote-argument'.
6189
6190 * international/mule.el (load-with-code-conversion)
6191 (with-category-table): Use with-current-buffer.
6192 (after-insert-file-set-coding): Use restore-buffer-modified-p.
6193
6194 2006-11-24 Eli Zaretskii <eliz@gnu.org>
6195
6196 * mail/smtpmail.el (smtpmail-send-it):
6197 Copy buffer-file-coding-system from the mail buffer. Possibly add a
6198 MIME header for the message encoding.
6199 Bind coding-system-for-write around the call to mail-do-fcc.
6200 Use smtpmail-code-conv-from to encode queued mail messages.
6201
6202 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
6203
6204 * tabify.el (tabify-regexp): Doc fix.
6205
6206 * net/rcirc.el (rcirc-buffer-maximum-lines):
6207 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
6208
6209 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
6210 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
6211 Fix typos in output messages.
6212 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
6213
6214 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6215
6216 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
6217 the horse's mouth.
6218 (hexlify-buffer): Don't re-encode an arg that's already encoded.
6219
6220 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
6221
6222 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
6223 Remove condition-case.
6224
6225 2006-11-23 Glenn Morris <rgm@gnu.org>
6226
6227 * progmodes/f90.el (f90-comment-indent): Do not move point in
6228 default case.
6229
6230 2006-11-21 Romain Francoise <romain@orebokech.com>
6231
6232 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
6233 from library name (reverts change of 2005-10-25).
6234
6235 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
6236
6237 * tutorial.el (tutorial--default-keys): Add newline and
6238 delete-backward-char bindings.
6239 (tutorial--detailed-help): Save excursion when finding keys.
6240 Correct warning string for M-x FOO case.
6241 (tutorial--display-changes): Print special keys in tutorial style.
6242 Tweak search regexp for changed keys.
6243
6244 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
6245
6246 * thingatpt.el (thing-at-point-url-at-point): Don't add a
6247 redundant scheme.
6248
6249 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
6250
6251 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
6252 are new to the list at IANA. Also added irc, mms, mmsh.
6253
6254 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
6255
6256 * progmodes/idlw-help.el (idlwave-html-help-location):
6257 Fail gracefully for missing help packages.
6258 (idlwave-help-assistant-open-link): Open full links.
6259 (idlwave-help-assistant-help-with-topic): Direct help link.
6260
6261 * progmodes/idlwave.el (idlwave-mode):
6262 Set add-log-current-defun-function.
6263 (idlwave-current-routine-fullname): Add, to support add-log.
6264 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
6265 to reflect improvements to xml-parse-file.
6266 (idlwave-mode-menu-def): New binding for help-with-topic.
6267
6268 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
6269 Handle extra newlines and spaces.
6270 (idlwave-shell-mode-map): Add help-with-topic.
6271
6272 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
6273
6274 * tutorial.el (tutorial-warning-face): New face.
6275 (tutorial--detailed-help, tutorial--display-changes): Use it.
6276 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
6277 Improve search pattern for occurrences of changed keys.
6278
6279 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6280
6281 * term/x-win.el (x-last-cut-buffer-coding): New variable.
6282 (x-select-text): Set it.
6283 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
6284 when checking for newness.
6285
6286 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
6287
6288 * subr.el (posn-image):
6289 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
6290
6291 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
6292
6293 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6294
6295 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
6296 Exceptions to the rule "add a space between an identifier and an
6297 opening parenthesis". Defaulted to the `#define' problem of cpp.
6298 (glasses-parenthesis-exception-p): New. Check if the region is an
6299 exception regarding to that.
6300 (glasses-make-readable): Use it.
6301 (glasses-convert-to-unreadable): Ditto. Modify the file also if
6302 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
6303
6304 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
6305
6306 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
6307
6308 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
6309
6310 * progmodes/ada-mode.el (ada-make-body): Fix typo.
6311
6312 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
6313 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
6314
6315 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
6316
6317 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
6318 conditions for function or variable bindings.
6319
6320 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
6321
6322 * progmodes/compile.el (compilation-start): Ditto.
6323
6324 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
6325
6326 * net/tramp.el (top): cl and custom are always required.
6327
6328 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6329
6330 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
6331 cut-buffers with next-selection-coding-system if not nil.
6332
6333 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
6334
6335 * textmodes/org.el (org-fix-decoded-time): New function.
6336 (org-display-custom-time): Use `org-fix-decoded-time'.
6337
6338 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
6339
6340 * menu-bar.el (menu-bar-games-menu): Remove yow.
6341
6342 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
6343
6344 * textmodes/org.el (org-scan-tags): Re-align code fixed.
6345 (org-detach-overlay): Rename from `org-detatch-overlay'.
6346 (org-table-convert-region): Insert space after column separator.
6347 (org-agenda-kill): New command.
6348 (org-metaleft): Call `org-outdent-item' on bullets.
6349 (org-metaright): Call `org-indent-item' on bullets.
6350 (org-timestamp-change): Set `org-last-changed-timestamp'.
6351 (org-current-line): Make sure (bolp) returns correct result.
6352 (org-agenda-change-all-lines): Make sure TODO are highlighted.
6353
6354 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6355
6356 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
6357
6358 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
6359
6360 * mouse.el (global-map): Change 2006-08-16 fix to call
6361 mouse-yank-at-click explicitly, since mouse events are not carried
6362 over into keyboard macros.
6363
6364 2006-11-16 Kim F. Storm <storm@cua.dk>
6365
6366 * ido.el (ido-file-internal): Use current buffer's file name as default
6367 choice for ido-find-alternate-file. Suggested by Matt Hodges.
6368
6369 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
6370
6371 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
6372 (allout-inhibit-aberrance-doublecheck): Rename from
6373 allout-during-yank-processing. All callers changed.
6374 (allout-ascend): Provide for unusual case where some topic after
6375 the first in file is at lower depth than the first.
6376 (allout-shift-in): Ensure the offspring of the new containing
6377 topic are exposed.
6378 (allout-encrypt-string): Preserve the coding-system of the text,
6379 according to that of the containing buffer.
6380 (allout-toggle-subtree-encryption): When the text being encrypted
6381 requires a different coding system, offer to preserve the coding
6382 system using a file local var.
6383
6384 2006-11-15 Simon Marshall <simon@gnu.org>
6385
6386 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
6387 to recognise "T t()" as a function declaration, rather than a
6388 variable instantiation, iff at the top-level or inside a class
6389 declaration. Suggested by Feng Li <fengli@gmail.com>.
6390
6391 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6392
6393 * progmodes/ada-xref.el (ada-parse-prj-file):
6394 Don't delete project buffer; user may want to edit it.
6395 (ada-xref-set-project-field, ada-xref-current-project-file)
6396 (ada-xref-current-project, ada-show-current-project)
6397 (ada-set-main-compile-application): New functions.
6398 (ada-xref-get-project-field, ada-require-project-file):
6399 Normalize use of ada-prj-default-project-file.
6400 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
6401 Normalize use of ada-require-project-file.
6402 (ada-prj-find-prj-file): Improve doc string, comments.
6403
6404 * progmodes/ada-mode.el (ada-mode-version): Bump version.
6405 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
6406 (ada-create-menu): Add ada-set-main-compile-application,
6407 ada-show-current-main, ada-show-current-project.
6408
6409 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6410
6411 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
6412 (inferior-python-mode): Use it.
6413
6414 2006-11-14 Andreas Schwab <schwab@suse.de>
6415
6416 * term/xterm.el (terminal-init-xterm): Add more key bindings.
6417
6418 2006-11-13 Kim F. Storm <storm@cua.dk>
6419
6420 * ido.el (ido-copy-current-word): C-o copies region if active.
6421
6422 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
6423
6424 * textmodes/org.el (org-emph-face): Fix typo in variable name.
6425
6426 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
6427
6428 * ediff.el (ediff-revision):
6429 * files.el (set-visited-file-name):
6430 * mail/rmailout.el (rmail-output-body-to-file):
6431 Use `format', not `message', in `y-or-n-p' call.
6432
6433 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
6434
6435 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
6436 (org-metaright): Call `org-indent-item' on bullets.
6437 (org-timestamp-change): Set `org-last-changed-timestamp'.
6438 (org-current-line): Make sure (bolp) returns correct result.
6439 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
6440
6441 2006-11-12 Richard Stallman <rms@gnu.org>
6442
6443 * language/european.el (turkish-case-conversion-enable)
6444 (turkish-case-conversion-disable): New functions.
6445 ("Turkish" lang env): Use them.
6446
6447 * international/characters.el (case table):
6448 Do nothing special for i and I.
6449
6450 * subr.el (remove-overlays): Fix last change.
6451
6452 * cus-edit.el (custom-save-all): Use find-file-visit-truename
6453 for visiting the custom file.
6454
6455 2006-11-12 Markus Triska <triska@gmx.at>
6456
6457 * play/handwrite.el (handwrite): Also process lines not ending
6458 with newline. Replace some position-fiddling with different
6459 logic. Improve performance.
6460
6461 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
6462
6463 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
6464 replacing deleted variable `ada-check-switch'.
6465 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
6466 (ada-xref-project-files): Improve doc string.
6467 (ada-find-executable): New function.
6468 (ada-initialize-runtime-library): Use `ada-find-executable'.
6469 (ada-xref-set-default-prj-values): In compile commands, don't need
6470 `ada-cd-command'; `compile' does that more portably.
6471 Use ada-prj-default-check-cmd.
6472 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
6473 properties if not specified in project file.
6474 (ada-goto-declaration): Display useful message for new error
6475 'error-file-not-found.
6476 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
6477 'error-file-not-found.
6478 (ada-get-all-references): Match latest ali syntax. Signal new
6479 error 'error-file-not-found.
6480 (ada-find-in-ali): Match latest ali syntax.
6481 (ada-make-filename-from-adaname): Handle different semantics of
6482 gnatkr in GNAT 3.15p vs later.
6483
6484 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
6485 ada-procedure-start-regexp.
6486 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
6487
6488 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
6489 with defvar.
6490 (ada-language-version): Rename ada05 -> ada2005.
6491 (ada-align-region-separate): Add `eval-when-compile'.
6492 (ada-name-regexp): Remove unneeded escapes in regexp character
6493 alternative.
6494 (ada-compile-goto-error-file-linenr-re): New constant.
6495 (ada-matching-start-re): Handle additional cases `declare',
6496 `procedure', `function'.
6497 (ada-compile-goto-error): Handle "... at line nn".
6498 (ada-mode): Clearer syntax, comments for ff-special-constructs.
6499 Delete support for old versions of `align'.
6500 (ada-search-prev-end-stmt): Handle additional keyword `private'.
6501 (ada-check-defun-name): Simplify handling of `declare'.
6502 (ada-goto-matching-start): Handle nested `begin ... end'.
6503 Handle `declare', `protected', `procedure', `function'.
6504 (ada-create-menu): Presence of arm95 is not conditional on using
6505 GNAT compiler.
6506
6507 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
6508
6509 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
6510 nil in the *RE-Builder* buffer (it causes spurious error messages).
6511
6512 * server.el (server-visit-files): If `minibuffer-auto-raise' has
6513 been set to t, respect it.
6514
6515 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
6516
6517 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
6518 Delete commented out code for old Emacs versions. Autoloading of
6519 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
6520 (ada-mode-version): Bump version number.
6521 (ada-95-string-keywords, ada-2005-string-keywords)
6522 (ada-2005-keywords, ada-name-regexp): New constant.
6523 (ada-language-version, ada-procedure-start-regexp, ada-mode)
6524 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
6525 (ada-package-start-regexp): Support private packages, include package
6526 name (for ada-set-point-accordingly).
6527 (ada-next-procedure, ada-previous-procedure)
6528 (ada-which-function-are-we-in): Match changes to
6529 ada-procedure-start-regexp.
6530 (ada-make-body): Make non-interactive; not a user function.
6531 (ada-make-subprogram-body): Improve doc string.
6532
6533 2006-11-11 Romain Francoise <romain@orebokech.com>
6534
6535 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
6536 `compilation-error-regexp-alist' buffer-local, since we changed
6537 `compilation-error-regexp-alist-alist' locally.
6538
6539 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
6540
6541 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
6542 to the value of `server-raise-frame'.
6543
6544 2006-11-11 Glenn Morris <rgm@gnu.org>
6545
6546 * ido.el (ido-enable-prefix)
6547 * ses.el (ses-call-printer-return)
6548 * net/tramp.el (tramp-unified-filenames)
6549 * progmodes/cc-align.el (c-lineup-string-cont)
6550 * progmodes/compile.el (compilation-directory-matcher)
6551 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6552 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6553 (vhdl-clock-rising-edge)
6554 * textmodes/org.el (org-export-with-timestamps)
6555 (org-export-remove-timestamps-from-toc)
6556 (org-export-with-tags): Improve previous doc fixes.
6557
6558 2006-11-11 Richard Stallman <rms@gnu.org>
6559
6560 * textmodes/flyspell.el (flyspell-mode-map):
6561 Bind C-c $ instead of M-RET.
6562
6563 2006-11-10 Simon Marshall <simon@gnu.org>
6564
6565 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
6566 fontification for "case" and "default" keywords.
6567
6568 2006-11-10 Andreas Schwab <schwab@suse.de>
6569
6570 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
6571 Avoid starting sentence with "nil".
6572
6573 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
6574
6575 * server.el (server-raise-frame): New option.
6576 (server-switch-buffer): Use it.
6577
6578 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
6579
6580 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
6581 with a capital.
6582
6583 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6584
6585 * textmodes/org.el (org-show-hierarchy-above)
6586 (org-show-following-heading): Fix typo in default value.
6587 (org-scan-tags): Make the search case-sensitive.
6588 (org-tags-sparse-tree): Don't overrule
6589 `org-show-following-heading' and `org-show-hierarchy-above'.
6590 (org-reveal): New command.
6591 (org-show-context): Rename from `org-show-hierarchy-above'.
6592 (org-fast-tag-selection-single-key): New option.
6593 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
6594 (org-tags-overlay): New variable.
6595 (org-agenda-todo-ignore-deadlines): New option.
6596 ("session"): Add circular data structure `org-mark-ring' to
6597 exceptions list in session.el.
6598 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
6599 New options.
6600 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
6601 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
6602 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
6603 (org-finalize-agenda): Activate bracket links in agenda.
6604 (org-at-timestamp-p, org-at-date-range-p): Additional argument
6605 INACTIVE-OK.
6606 (org-show-hierarchy-above, org-show-following-heading):
6607 List values allowed for fine-tuned configuration.
6608 (org-show-hierarchy-above): New argument CONTEXT, use the
6609 fine-tuned settings in `org-show-hierarchy-above' and
6610 `org-show-following-heading'.
6611 (org-display-custom-time): New function.
6612 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
6613 (org-display-custom-times, org-time-stamp-custom-formats):
6614 (org-maybe-intangible): New macro.
6615 (org-activate-bracket-links, org-hide-wide-columns):
6616 Use `org-maybe-intangible'.
6617 (org-open-file): Use `shell-quote-argument'.
6618 (org-display-internal-link-with-indirect-buffer): New option.
6619 (org-file-remote-p): Get regexp from list.
6620 (org-link-expand-abbrev): New function.
6621 (org-link-abbrev-alist): New option.
6622 (org-open-at-point, org-cleaned-string-for-export):
6623 Call `org-link-expand-abbrev'.
6624 (org-timeline, org-agenda-list, org-todo-list)
6625 (org-tags-view): Remove the KEEP-MODES argument.
6626 (org-finalize-agenda-hook): New hook.
6627 (org-get-alist-option): New function.
6628 (org-follow-timestamp-link): New function.
6629 (org-open-at-point): Call `org-follow-timestamp-link'.
6630 (org-log-note-marker, org-log-note-purpose)
6631 (org-log-note-window-configuration): New variables.
6632 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
6633 (org-log-note-headings): New option.
6634 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
6635 (org-store-link): Support for dired-mode.
6636 (org-open-file): Substitute environment variables into filename.
6637 (org-last): New defsubst.
6638 (org-agenda-re-align-tags): New function.
6639 (org-agenda-align-tags-to-column): New option.
6640 (org-agenda-timeline): Group removed.
6641 (org-prepare-agenda, org-prepare-agenda-buffers)
6642 (org-run-agenda-series, org-timeline, org-agenda-list)
6643 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
6644 the text property inticating the agenda type.
6645 (org-agenda-post-command-hook): Get agenda type from text property
6646 at point.
6647 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
6648 and obey `org-agenda-overriding-arguments'.
6649 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
6650 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6651 (org-agenda-week-view, org-agenda-day-view):
6652 Use `org-agenda-overriding-arguments' to make updating work with
6653 multi-block agendas.
6654 (org-agenda-prefix-format): Allow different formats for the
6655 different agenda entry types.
6656 (org-timeline-prefix-format): Option removed, use
6657 `org-agenda-prefix-format' instead.
6658 (org-prepare-agenda): New function.
6659 (org-select-timeline-window): Option removed, use
6660 `org-select-agenda-window' instead.
6661 (org-respect-restriction): Variable removed.
6662 (org-cmp-tag): New function.
6663 (org-agenda-sorting-strategy, org-entries-lessp):
6664 Implement sorting by last tag.
6665 (org-complete): Better completion in in-buffer option lines.
6666 (org-in-item-p): New function.
6667 (org-org-menu): Add entries for checkboxes.
6668 (org-cycle): Extra brouping in outline-regexp, because it is used
6669 in a search with "^" prepended.
6670 (org-provide-checkbox-statistics): New option.
6671 (org-set-font-lock-defaults): Highlight checkbox statistics.
6672 (org-update-checkbox-count-maybe)
6673 (org-get-checkbox-statistics-face): New functions.
6674 (org-update-checkbox-count): New command.
6675 (org-insert-item, org-toggle-checkbox):
6676 Call `org-update-checkbox-count-maybe'.
6677 (org-export-as-html): XEmacs compatibility for coding system.
6678 (org-force-cycle-archived): New command.
6679 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
6680 overrules cycling.
6681 (org-fix-position-after-promote): If the line contains only a todo
6682 keyword, add a final space.
6683 (org-promote-subtree, org-demote-subtree):
6684 Call `org-fix-position-after-promote'.
6685
6686 2006-11-10 Glenn Morris <rgm@gnu.org>
6687
6688 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
6689 date in every year.
6690 (calendar-dst-check-each-year-flag): New customizable variable.
6691 (calendar-dst-find-data): New function, extracted from
6692 calendar-current-time-zone.
6693 (calendar-current-time-zone): Use calendar-dst-find-data.
6694 (calendar-dst-transition-cache): New variable.
6695 (calendar-dst-find-startend, calendar-dst-starts)
6696 (calendar-dst-ends): New functions.
6697 (calendar-daylight-savings-starts)
6698 (calendar-daylight-savings-ends): Change value to use
6699 calendar-dst-starts, calendar-dst-ends; respectively.
6700
6701 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
6702
6703 * ido.el (ido-enable-prefix)
6704 * ses.el (ses-call-printer-return)
6705 * net/tramp.el (tramp-unified-filenames)
6706 * progmodes/cc-align.el (c-lineup-string-cont)
6707 * progmodes/compile.el (compilation-directory-matcher)
6708 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6709 * progmodes/gdb-ui.el (gdb-many-windows)
6710 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6711 (vhdl-clock-rising-edge)
6712 * textmodes/org.el (org-export-with-timestamps)
6713 (org-export-remove-timestamps-from-toc, org-export-with-tags)
6714 (org-read-date): Doc fix (Nil -> nil).
6715
6716 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6717
6718 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
6719 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
6720
6721 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
6722
6723 * bs.el (bs--window-for-buffer): Remove.
6724 (bs--show-with-configuration): Use `get-window-with-predicate'
6725 instead of `bs--window-for-buffer'.
6726
6727 2006-11-10 Kenichi Handa <handa@m17n.org>
6728
6729 * files.el (revert-buffer): Fix previous change.
6730
6731 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
6732
6733 * bs.el (bs--redisplay): Fix typo in docstring.
6734 (bs--window-config-coming-from): Make frame-local.
6735 (bs--restore-window-config): New function.
6736 (bs-kill, bs-select, bs-select-other-window)
6737 (bs-select-other-frame): Use it.
6738 (bs--window-for-buffer): Return as soon as a matching buffer is found.
6739 (bs--show-with-configuration): Save the window configuration as a
6740 frame local var, and only if *buffer-selection* is not already
6741 visible on this frame.
6742
6743 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
6744
6745 * vc-svn.el (vc-svn-admin-directory): New var.
6746 (vc-svn-registered, vc-svn-responsible-p)
6747 (vc-svn-repository-hostname): Use it.
6748 Suggested by arit93@yahoo.com.
6749
6750 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6751
6752 * ldefs-boot.el: Regenerate.
6753
6754 2006-11-08 Alan Mackenzie <acm@muc.de>
6755
6756 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
6757 case (eq open-paren-in-column-0-is-defun-start nil) by searching
6758 for least nested open-paren.
6759
6760 2006-11-08 Romain Francoise <romain@orebokech.com>
6761
6762 * subr.el (remove-overlays): Fix typo in last change.
6763
6764 2006-11-08 Richard Stallman <rms@gnu.org>
6765
6766 * subr.el (remove-overlays): Call overlay-recenter.
6767
6768 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6769
6770 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6771 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
6772 behaviour.
6773 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
6774 directly.
6775
6776 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6777
6778 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
6779 (ido-max-dir-file-cache, ido-decorations)
6780 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
6781 (ido-magic-backward-char, ido-enter-dired)
6782 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
6783 (ido-list-directory, ido-first-match, ido-only-match)
6784 (ido-subdir, ido-indicator): Fix typos in docstrings.
6785 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
6786 (ido-read-internal): Fix typo in error message.
6787
6788 2006-11-08 Kenichi Handa <handa@m17n.org>
6789
6790 * international/mule-cmds.el (set-default-coding-systems):
6791 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
6792
6793 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6794
6795 * makefile.w32-in (setwins): Remove.
6796 (WINS_ALMOST): New macro.
6797 (WINS): Use it.
6798 (autoloads): Don't extract autoloads from files in obsolete/.
6799
6800 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
6801
6802 * whitespace.el (whitespace-buffer): Call remove-overlays after
6803 overlay-recenter for performance. Suggested by Martin Rudalics.
6804
6805 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
6806
6807 * net/tramp.el (tramp-default-method): scp is the default method.
6808
6809 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
6810
6811 * server.el (server-start): Save also the Emacs pid in the server file.
6812
6813 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
6814
6815 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
6816 point when displaying a bibtex cross reference in the echo area.
6817
6818 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
6819
6820 * international/mule.el (make-char): Fix typo in docstring.
6821 (load-with-code-conversion, charsetp): Doc fixes.
6822
6823 * international/ja-dic-cnv.el (skkdic-convert):
6824 * cus-edit.el (hook): Fix typo in docstring.
6825
6826 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
6827
6828 * cus-edit.el (custom-mode-map): Move defvar above code using it.
6829 (custom-mode-link-map): New variable.
6830 (custom-group-link, custom-manual): Use follow-link.
6831
6832 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6833
6834 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
6835 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
6836
6837 2006-11-06 Richard Stallman <rms@gnu.org>
6838
6839 * textmodes/flyspell.el (flyspell-correct-word-before-point):
6840 New function broken out of flyspell-correct-word.
6841 (flyspell-mode-map): Bind it to M-RET.
6842 (flyspell-correct-word): Call it.
6843
6844 * textmodes/fill.el (fill-minibuffer-function): New function.
6845 (fill-paragraph): Bind fill-paragraph-function to
6846 fill-minibuffer-function.
6847
6848 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
6849 so that they aren't undefined.
6850
6851 * dired.el (dired-readin): Locally bind file-name-coding-system.
6852
6853 * bindings.el: Shorten and clarify usual mode line mouse help string.
6854
6855 * Makefile.in (autoloads): Don't include `obsolete'.
6856
6857 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
6858
6859 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6860 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
6861 Printing menu if it's not initialized.
6862 (pr-menu-bind): Act on menu-bar-file-menu directly.
6863
6864 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
6865
6866 * help.el (view-emacs-news): Fix typo in error message.
6867
6868 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
6869
6870 * shadowfile.el (shadow-define-regexp-group)
6871 (shadow-literal-groups, shadow-insert-var): Doc fixes.
6872 (shadow-read-files): Fix typo in message.
6873 (shadow-inhibit-overload, shadow-find, shadow-suffix)
6874 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
6875 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
6876 (shadow-file-match): Fix typos in docstrings.
6877
6878 * terminal.el (terminal-emulator): Fix typo in message.
6879
6880 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
6881
6882 * emacs-lisp/lselect.el (x-kill-primary-selection)
6883 (x-delete-primary-selection, x-copy-primary-selection):
6884 Fix typos in error messages.
6885
6886 * emulation/edt-mapper.el: Fix typo in interactive message.
6887
6888 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
6889
6890 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
6891 (ispell-help): Fix typos in docstrings.
6892 (ispell-help): Fix typo in output message.
6893
6894 * allout.el (allout-adjust-file-variable)
6895 (allout-passphrase-verifier-string)
6896 (allout-passphrase-hint-string)
6897 (allout-toggle-current-subtree-encryption):
6898 * apropos.el (apropos-synonyms):
6899 * cus-edit.el (hook):
6900 * emacs-lock.el (emacs-lock-from-exiting):
6901 * follow.el (follow-avoid-tail-recenter-p):
6902 * hexl.el (hexl-mode):
6903 * mouse-copy.el (mouse-copy-work-around-drag-bug):
6904 * mouse.el (mouse-set-font):
6905 * resume.el (resume-emacs-args-file):
6906 * rfn-eshadow.el (file-name-shadow-tty-properties):
6907 * t-mouse.el (t-mouse-process, t-mouse-mode):
6908 * emacs-lisp/cust-print.el (custom-print-install)
6909 (custom-print-uninstall, custom-format):
6910 * emacs-lisp/shadow.el (list-load-path-shadows):
6911 * emulation/tpu-edt.el (tpu-help-text)
6912 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
6913 (tpu-reset-control-keys):
6914 * emulation/vip.el (vip-emacs-local-map)
6915 (vip-change-mode-to-emacs):
6916 * emulation/viper.el (viper-mode, viper-set-hooks)
6917 (viper-major-mode-modifier-list):
6918 * emulation/viper-init.el (viper-emacs-state-cursor-color):
6919 * emulation/viper-keym.el (viper-emacs-kbd-map)
6920 (viper-toggle-key):
6921 * mail/feedmail.el (feedmail-queue-reminder)
6922 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
6923 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
6924 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
6925 (feedmail-sender-line, feedmail-force-binary-write)
6926 (feedmail-from-line, feedmail-deduce-envelope-from)
6927 (feedmail-x-mailer-line, feedmail-message-id-generator)
6928 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
6929 (feedmail-enable-spray, feedmail-spray-this-address)
6930 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
6931 (feedmail-queue-runner-confirm-global)
6932 (feedmail-ask-before-queue-prompt)
6933 (feedmail-ask-before-queue-reprompt)
6934 (feedmail-prompt-before-queue-standard-alist)
6935 (feedmail-prompt-before-queue-user-alist)
6936 (feedmail-prompt-before-queue-help-supplement)
6937 (feedmail-queue-use-send-time-for-message-id)
6938 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
6939 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
6940 (feedmail-mail-send-hook-queued)
6941 (feedmail-confirm-addresses-hook-example)
6942 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
6943 (feedmail-queue-runner-mode-setter)
6944 (feedmail-queue-alternative-mail-header-separator)
6945 (feedmail-queue-runner-message-sender)
6946 (feedmail-buffer-eating-function, feedmail-binmail-template)
6947 (feedmail-run-the-queue-no-prompts)
6948 (feedmail-run-the-queue-global-prompt)
6949 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
6950 (feedmail-envelope-deducer, feedmail-fiddle-date)
6951 (feedmail-default-message-id-generator)
6952 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
6953 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
6954 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
6955 (vms-pmail-setup):
6956 * play/dunnet.el (dun-help):
6957 * play/handwrite.el (handwrite):
6958 * play/hanoi.el (hanoi-unix-64):
6959 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6960 * textmodes/enriched.el (fixed):
6961 * textmodes/org.el (org-file-apps)
6962 (org-emphasis-regexp-components, org-emphasis-alist):
6963 * textmodes/texinfmt.el (batch-texinfo-format):
6964 Fix typos in docstrings.
6965
6966 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
6967
6968 * loadhist.el (read-feature): Don't complete features not loaded
6969 from a file (which make `unload-feature' to fail).
6970
6971 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
6972
6973 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
6974
6975 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
6976
6977 * startup.el (command-line-1): Kill emacs if the last frame is
6978 deleted while evaluating the command-line arguments.
6979
6980 2006-11-05 Richard Stallman <rms@gnu.org>
6981
6982 * startup.el (init-file-had-error): Add doc string.
6983 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
6984 Use fixed-width font for keyboard key descriptions.
6985
6986 * cus-edit.el (custom-save-all): Error if saving in .emacs
6987 and it had an error when loaded.
6988
6989 * dired-aux.el (dired-copy-file-recursive): Catch errors
6990 from recursive copies in the loop, around the recursive call.
6991
6992 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6993
6994 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
6995 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
6996 `/proc/acpi/thermal_zone/*'.
6997 (battery-search-for-one-match-in-files): New. Search a regexp in
6998 the content of some files.
6999
7000 2006-11-05 Martin Rudalics <rudalics@gmx.at>
7001
7002 * window.el (mouse-autoselect-window-now): Remove variable.
7003 (mouse-autoselect-window-state): New variable.
7004 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
7005 (mouse-autoselect-window-select, handle-select-window):
7006 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
7007 Suspend delayed autoselection during menu or popup dialog.
7008
7009 * info-look.el (info-lookup-guess-custom-symbol): New function
7010 for retrieving symbol at point in custom buffers.
7011 (top level) <info-lookup-maybe-add-help>: Add backquote and
7012 comma to ignored characters in regexps of help specifications
7013 for emacs-lisp-mode and lisp-interaction-mode. This permits
7014 looking up symbols in `...' and after a comma. Add help
7015 specifications for custom-mode and help-mode.
7016
7017 2006-11-04 Eli Zaretskii <eliz@gnu.org>
7018
7019 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
7020 Don't encode body if RAW is non-nil, or if the old encoding is
7021 identical to the new encoding, or if the body contains only
7022 eight-bit-* characters.
7023
7024 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7025
7026 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
7027 (faces-sample-overlay): Remove variable.
7028 (describe-face): Insert sample text in the face being described.
7029
7030 2006-11-04 Martin Rudalics <rudalics@gmx.at>
7031
7032 * whitespace.el (whitespace-indent-regexp): Make this match any
7033 multiples of eight spaces near the beginning of a line.
7034 (whitespace-buffer): Use `remove-overlays' instead of
7035 `whitespace-unhighlight-the-space' and `overlay-recenter' to
7036 speed up overlay handling.
7037 (whitespace-buffer-leading, whitespace-buffer-trailing):
7038 Make these functions highlight the text removed by
7039 `whitespace-buffer-leading-cleanup' and
7040 `whitespace-buffer-trailing-cleanup' respectively.
7041 (whitespace-buffer-search): Use `with-local-quit'.
7042 Move `format' out of loop to speed up scanning larger buffers.
7043 (whitespace-unhighlight-the-space): Remove `remove-hook' since
7044 that function is never added to a hook.
7045 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
7046 (whitespace-buffer-leading-cleanup)
7047 (whitespace-refresh-rescan-list): Fix docstrings.
7048
7049 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
7050
7051 * allout.el (allout-during-yank-processing): Cue for inhibiting
7052 aberrance processing during yanks.
7053 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
7054 the amount of yanked topics that can be aberrant.
7055 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
7056 a function, and supplement with inihibition of doublechecking
7057 during yanks.
7058 (allout-beginning-of-line, allout-next-heading)
7059 (allout-previous-heading, allout-goto-prefix-doublechecked)
7060 (allout-back-to-current-heading, allout-next-visible-heading)
7061 (allout-next-sibling): Use new allout-do-doublecheck function.
7062 (allout-next-sibling): Ensure we made progress when returning
7063 other than nil.
7064 (allout-rebullet-heading): Preserve text property annotations
7065 indicating the text was hidden, if it was.
7066 (allout-kill-line): Remove any added was-hidden annotations.
7067 (allout-kill-topic): Remove any added was-hidden annotations.
7068 (allout-annotate-hidden): Inhibit adding was-hidden text
7069 properties to the undo list.
7070 (allout-deannotate-hidden): New function to remove was-hidden
7071 annotation.
7072 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
7073 (allout-remove-exposure-annotation): Replace by
7074 allout-deannotate-hidden.
7075 (allout-yank-processing): Signal that yank processing is happening
7076 with allout-during-yank-processing. Also, wrap
7077 allout-unprotected's closer to the text changes, for easier
7078 debugging. We need to inhibit-field-text-motion explicitly, in
7079 lieu of the encompassing allout-unprotected.
7080 (outlineify-sticky): Adjust criteria for triggering new outline
7081 decorations to presence or absence of any topics, not just a topic
7082 at the beginning of the buffer.
7083
7084 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
7085
7086 * bs.el (bs--show-all, bs--redisplay):
7087 * cus-edit.el (custom-unlispify-menu-entries)
7088 (custom-unlispify-tag-names, custom-prompt-variable):
7089 * expand.el (expand-pos):
7090 * speedbar.el (speedbar-generic-list-tag-p):
7091 * wid-edit.el (widget-image-enable):
7092 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
7093 * emacs-lisp/find-func.el (find-function-noselect)
7094 (find-function, find-variable-noselect, find-variable)
7095 (find-definition-noselect, find-face-definition):
7096 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
7097 * net/eudc-vars.el (eudc-expansion-overwrites-query):
7098 * progmodes/ada-xref.el (ada-find-in-ali):
7099 * textmodes/flyspell.el (flyspell-check-tex-math-command):
7100 * textmodes/org.el (org-copy-subtree):
7101 * textmodes/table.el (table--row-column-insertion-point-p):
7102 Use "non-nil" in docstrings.
7103
7104 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
7105
7106 * sort.el (sort-columns): Set the field separator to tab; on
7107 NetBSD, sort complains if "\n" is used as field separator.
7108
7109 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
7110
7111 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
7112
7113 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7114
7115 * server.el (server-auth-key): Remove. Replace by a process-property.
7116 (server-start): Don't remove the file of the previous process, but
7117 instead clear out the place for the new file.
7118 (server-start): Set the :auth-key property.
7119 (server-process-filter): Use the :auth-key property.
7120
7121 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
7122
7123 * textmodes/org.el (org-mode-map): No longer copy
7124 `outline-mode-map' explicitly - this is already done by
7125 `define-derived-mode'.
7126
7127 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
7128
7129 * server.el (server-visit-files): Use `when'.
7130 (server-process-filter): When authentication fails, send error
7131 message to client. Wrap `process-send-region' in `ignore-errors'
7132 instead of `condition-case', and remove misleading comment.
7133
7134 2006-11-01 Juri Linkov <juri@jurta.org>
7135
7136 * simple.el (yank): Doc fix.
7137
7138 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
7139
7140 * server.el: Try and fit within 80 columns.
7141 (server-start): Make the auth file unreadable by other users.
7142
7143 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7144
7145 * battery.el (battery-linux-proc-acpi): Prevent range error when
7146 `full-capacity' is 0.
7147
7148 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7149
7150 * faces.el (faces-sample-overlay): New defvar.
7151 (faces-sample-overlay): New function to show face sample text.
7152 (describe-face): Use it.
7153
7154 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
7155
7156 * progmodes/ada-stmt.el: Change maintainer, apply
7157 whitespace-cleanup, checkdoc.
7158 (ada-func-or-proc-name): Add doc string.
7159
7160 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
7161 whitespace-cleanup, checkdoc. Minor improvements to many doc
7162 strings and comments.
7163 (ada-prj-display-page): Change buffer name to more accurately
7164 reflect function.
7165
7166 * progmodes/ada-xref.el: Change maintainer, apply
7167 whitespace-cleanup, checkdoc. Minor improvements to many doc
7168 strings and comments. Don't look for `gvd' or `ddd' debuggers.
7169 (ada-compile-current): Don't add newlines to commands.
7170
7171 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
7172
7173 * server.el: Add support for TCP sockets.
7174 (server-use-tcp, server-host, server-auth-dir): New options.
7175 (server-auth-key): New variable.
7176 (server-ensure-safe-dir): Create nonexistent parent dirs.
7177 Ignore Unix-style file modes on Windows.
7178 (server-start): Crete a TCP or Unix socket according to the value
7179 of `server-use-tcp'. For TCP sockets, create the id/auth file in
7180 `server-auth-dir' directory.
7181 (server-process-filter): Delete process if authentication
7182 fails (which never happens for Unix sockets).
7183
7184 2006-10-30 David Kastrup <dak@gnu.org>
7185
7186 * subr.el (add-to-list): Don't continue checking if a match has
7187 been found.
7188
7189 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
7190
7191 * tutorial.el: Move defvars to avoid bytecomp warnings.
7192 (tutorial--find-changed-keys): Check if viper-current-state is
7193 bound before using it.
7194 (help-with-tutorial): Check if viper-tutorial is defined before
7195 using it.
7196
7197 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
7198
7199 * help-fns.el (help-with-tutorial): Move to tutorial.el.
7200
7201 * tutorial.el: New file.
7202 (help-with-tutorial): Move here from help-fns.el. Added help for
7203 rebound keys. Fixed resume of tutorial.
7204 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
7205 (tutorial--find-changed-keys, tutorial--display-changes)
7206 (tutorial--saved-dir, tutorial--saved-file)
7207 (tutorial--save-tutorial): New functions to support the changes in
7208 help-with-tutorial.
7209
7210 2006-10-30 Kenichi Handa <handa@m17n.org>
7211
7212 * files.el (revert-buffer): If a unibyte buffer is being reverted
7213 with a coding system for multibyte, set buffer multibyte before
7214 calling insert-file-contents.
7215
7216 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7217
7218 * server.el (server-select-display): Use a dummy buffer to detect when
7219 the frame is later used.
7220 (server-select-display): New function.
7221 (server-process-filter): Use it to detect unused temp frames.
7222
7223 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
7224
7225 * progmodes/ada-mode.el: Change maintainer, apply
7226 whitespace-clean, checkdoc. Minor improvements to many doc strings.
7227 (ada-mode-version): New function.
7228 (ada-create-menu): Menu operations are available for all supported
7229 compilers.
7230
7231 2006-10-29 Lars Hansen <larsh@soem.dk>
7232
7233 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
7234 Highlight as keyword.
7235 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
7236 Don't call tramp-method-out-of-band-p for local files.
7237 (tramp-touch): Quote file name.
7238
7239 2006-10-28 Glenn Morris <rgm@gnu.org>
7240
7241 * calendar/calendar.el (cal-html-cursor-month)
7242 (cal-html-cursor-year): Add autoloads for this new package.
7243 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
7244
7245 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
7246
7247 * calendar/cal-html.el: New file.
7248
7249 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
7250
7251 * emacs-lisp/authors.el (authors-aliases): Update.
7252
7253 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
7254
7255 * version.el (emacs-version): Bump version number to 22.0.90.
7256
7257 2006-10-26 John W. Eaton <jwe@octave.org>
7258
7259 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
7260 New defvar.
7261 (inferior-octave-resync-dirs): Check to see whether Octave has
7262 built-in variables and set inferior-octave-has-built-in-variables.
7263 Check inferior-octave-has-built-in-variables to decide whether to
7264 send commands that set built-in variables or call functions to
7265 change Octave's behavior.
7266 Send "disp (pwd ())" to Octave instead of just "pwd".
7267 (inferior-octave-startup): Send "more off" to Octave instead of
7268 "page_screen_output = 0".
7269
7270 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
7271
7272 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
7273 pattern normally.
7274
7275 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
7276
7277 * bindings.el (mode-line-mode-menu): Remove bindings for global
7278 minor modes (line/column number) as they are on the menubar.
7279
7280 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
7281
7282 * term/w32-win.el (x-handle-name-switch): Doc fix.
7283 (w32-standard-fontset-spec): Fix typo in docstring.
7284
7285 * midnight.el (midnight-buffer-display-time): Doc fix.
7286 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
7287
7288 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
7289
7290 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
7291
7292 * viper-ex.el (ex-read): Quote file argument.
7293
7294 * ediff-diff.el (ediff-same-file-contents): Expand file names.
7295
7296 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
7297
7298 2006-10-22 Martin Rudalics <rudalics@gmx.at>
7299
7300 * textmodes/flyspell.el (flyspell-check-region-doublons):
7301 Fix last fix.
7302
7303 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
7304
7305 * bindings.el (mode-line-mode-menu): List global minor modes
7306 before local ones.
7307
7308 2006-10-23 Kim F. Storm <storm@cua.dk>
7309
7310 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
7311 (sit-for): If last command was a prefix arg, add the read-ahead
7312 event to unread-command-events as (t . EVENT) so it will be added
7313 to this-command-keys by read-key-sequence.
7314
7315 2006-10-22 Martin Rudalics <rudalics@gmx.at>
7316
7317 * textmodes/flyspell.el (flyspell-word): Skip past all previous
7318 whitespace when checking doublons.
7319 (flyspell-check-region-doublons): Fix doublon regexp.
7320 (flyspell-highlight-incorrect-region): Highlight doublons using
7321 flyspell-duplicate face.
7322
7323 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
7324
7325 2006-10-22 John Wiegley <johnw@newartisans.com>
7326
7327 * progmodes/python.el (python-use-skeletons): python-mode was
7328 auto-inserting templates (for those with abbrev-mode on), not only
7329 by default -- *but without a configuration variable to disable
7330 it*. This rendered python-mode completely useless for me, so I
7331 have added `python-use-skeletons', which is now off by default.
7332
7333 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
7334
7335 * progmodes/cperl-mode.el (cperl-mode): Don't assume
7336 font-lock-multiline is auto-local (it's not).
7337 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
7338 initialized before calling cperl-init-faces.
7339
7340 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
7341
7342 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
7343 gdb-stack-position a value when there is no fringe.
7344
7345 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
7346 indicator if not visiting a file.
7347
7348 2006-10-20 David Kastrup <dak@gnu.org>
7349
7350 * window.el (kill-buffer-and-window): Fix a bug where an aborted
7351 operation would still cause some window to collapse later.
7352
7353 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7354
7355 * vc.el (vc-switch-backend): Try to be more careful with unwanted
7356 side-effect due to mixing various backends's file properties.
7357
7358 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
7359 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
7360 Return `filename's status if applicable. Update callers.
7361
7362 2006-10-19 Kenichi Handa <handa@m17n.org>
7363
7364 * international/kkc.el (kkc-region): When a key sequence is not
7365 defined, append (this-single-command-raw-keys) to
7366 unread-input-method-events.
7367
7368 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
7369
7370 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
7371
7372 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7373
7374 * version.el (emacs-version): Use mac-carbon-version-string.
7375
7376 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
7377
7378 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7379
7380 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
7381 Kenichi Handa).
7382 (xselect-convert-to-string): Decline requests for UTF8_STRING if
7383 the selection is not UTF-8.
7384
7385 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
7386
7387 * progmodes/ada-mode.el (ada-83-string-keywords)
7388 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
7389 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
7390 (ada-looking-at-semi-private, ada-get-body-name):
7391 Fix typos in docstrings.
7392 (ada-create-case-exception, ada-create-case-exception-substring):
7393 Fix typos in error messages.
7394 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
7395
7396 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7397
7398 * term/x-win.el (res-geometry): Don't set geometry from Xresources
7399 to default-frame-alist if default-frame-alist already contains
7400 width/height.
7401
7402 2006-10-18 Richard Stallman <rms@gnu.org>
7403
7404 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
7405 Non-interactive arg is the value, not the expression.
7406
7407 * simple.el (read-expression-map): Just set it, no defvar.
7408
7409 * subr.el (insert-for-yank-1): If last inserted char has
7410 properties, mark them as rear-nonsticky.
7411
7412 * recentf.el (recentf-mode): Doc fix.
7413
7414 * facemenu.el (facemenu-add-new-face): Defend against symbol
7415 that isn't a face name.
7416
7417 * dired-aux.el (dired-do-copy): Doc fix.
7418
7419 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
7420
7421 * simple.el (line-move-1): Ignore fields when moving to the
7422 beginning of line to avoid getting point stuck.
7423
7424 2006-10-18 Martin Rudalics <rudalics@gmx.at>
7425
7426 * textmodes/flyspell.el (flyspell-word-search-backward):
7427 Set inhibit-point-motion-hooks to avoid looping due to intangibile
7428 text.
7429
7430 2006-10-16 Richard Stallman <rms@gnu.org>
7431
7432 * help-fns.el (describe-function-1): Special case optimization
7433 for self-insert-command.
7434
7435 2006-10-16 Kim F. Storm <storm@cua.dk>
7436
7437 * ido.el (ido-reread-directory): Work in `dir' mode too.
7438
7439 2006-10-15 Martin Rudalics <rudalics@gmx.at>
7440
7441 * textmodes/table.el: Require 'regexp-opt.
7442
7443 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
7444
7445 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
7446 Use shell-quote-argument.
7447
7448 * shell.el (explicit-bash-args): Likewise.
7449
7450 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
7451 Use grep -E rather than egrep.
7452
7453 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7454
7455 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
7456
7457 2006-10-15 Kim F. Storm <storm@cua.dk>
7458
7459 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
7460
7461 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
7462
7463 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
7464 to protect whitespace and metacharacters from the shell.
7465
7466 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7467
7468 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
7469
7470 2006-10-13 Eli Zaretskii <eliz@gnu.org>
7471
7472 * subr.el (start-process-shell-command): Doc fix.
7473
7474 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
7475
7476 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
7477 the regexp for Maxima symbols.
7478
7479 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
7480
7481 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
7482 (vc-find-root): Don't walk higher up than ~.
7483
7484 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
7485
7486 * international/utf-8.el (utf-translate-cjk-load-tables):
7487 Avoid clobbering last-coding-system-used during load.
7488
7489 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
7490
7491 * textmodes/reftex-global.el (reftex-create-tags-file):
7492 Quote file arguments.
7493
7494 2006-10-12 Richard Stallman <rms@gnu.org>
7495
7496 * files.el (file-name-history): Add defvar.
7497 (save-some-buffers-action-alist): Improve description strings.
7498
7499 2006-10-12 Andreas Schwab <schwab@suse.de>
7500
7501 * files.el (auto-mode-alist): Match change log file name also with
7502 a dash before a numeric extension.
7503
7504 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
7505
7506 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
7507 After 5.0:
7508 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
7509
7510 After 5.1: Major edit. Summary of most visible changes:
7511
7512 - Multiple <<HERE per line allowed.
7513 - Handles multiline subroutine declaration headers (with comments).
7514 (The exception is `cperl-etags' - but it is not used in the rest
7515 of the mode.)
7516 - Fontifies multiline my/our declarations (even with comments,
7517 and with legacy `font-lock').
7518 - Major speedup of syntaxification, both immediate and postponed
7519 (3.5x to 15x [for different CPUs and versions of Emacs] on the
7520 huge real-life document I tested).
7521 - New bindings, edits to imenu.
7522 - "_" is made into word-char during fontification/syntaxification;
7523 some attempts to recognize non-word "_" during other operations too.
7524 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
7525 - autoload some more perldoc-related stuff
7526 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
7527 - Attempt to incorporate XEmacs edits which reached me.
7528
7529 Fine-grained changelog:
7530 (cperl-hook-after-change): New configuration variable.
7531 (cperl-vc-sccs-header): Likewise.
7532 (cperl-vc-sccs-header): Likewise.
7533 (cperl-vc-header-alist): Default via two preceding variables.
7534 (cperl-invalid-face): Remove double quoting under XEmacs
7535 (still needed under 21.2).
7536 (cperl-tips): Update URLs for resources.
7537 (cperl-problems): Likewise.
7538 (cperl-praise): Mention new features.
7539 New C-c key bindings: for `cperl-find-bad-style',
7540 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
7541 `cperl-perdoc', and `cperl-perldoc-at-point'.
7542 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
7543 moved, new submenu of Tools with Ispell entries and narrowing.
7544 (cperl-after-sub-regexp): New defsubst.
7545 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
7546 Allows heads up to head4.
7547 Allow "package;".
7548 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
7549 (paren-backwards-message): ??? Something for XEmacs???
7550 (cperl-mode): Never auto-switch abbrev-mode off.
7551 Try to allow '_' be non-word char.
7552 Do not use `font-lock-unfontify-region-function' on XEmacs.
7553 Reset syntax cache on mode start.
7554 Support multiline facification (even on legacy `font-lock').
7555 (cperl-facemenu-add-face-function): ??? Some contributed code ???
7556 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
7557 refuse to inform us whether the fontification is due to lazy
7558 calling or due to edit to a buffer, install our own hook
7559 (controlled by `cperl-hook-after-change').
7560 (cperl-electric-pod): =cut may have been recognized as start.
7561 (cperl-block-p): Move, updatedfor attributes.
7562 (cperl-calculate-indent): Try to allow '_' be non-word char
7563 Support subs with attributes.
7564 (cperl-where-am-i): Quiet (?) a warning.
7565 (cperl-cached-syntax-table): New function.
7566 (cperl-forward-re): Use `cperl-cached-syntax-table'.
7567 (cperl-unwind-to-safe): Recognize `syntax-type' property
7568 changing in a middle of line.
7569 (cperl-find-sub-attrs): New function.
7570 (cperl-find-pods-heres): Allow many <<EOP per line.
7571 Allow subs with attributes.
7572 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
7573 Recognize "extproc " (OS/2) case-folded and only at start.
7574 /x on s///x with empty replacement was not recognized.
7575 Better comments.
7576 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
7577 Allow subs with attributes, labels.
7578 Do not confuse "else::foo" with "else".
7579 Minor optimizations...
7580 (cperl-after-expr-p): Try to allow '_' be non-word char.
7581 (cperl-fill-paragraph): Try to detect a major bug in Emacs
7582 with `looking-at' inside `narrow' and bulk out if found.
7583 (cperl-imenu--create-perl-index): Updates for new
7584 `cperl-imenu--function-name-regexp-perl'.
7585 (cperl-outline-level): Likewise.
7586 (cperl-init-faces): Allow multiline subroutine headers
7587 and my/our declarations, and ones with comments.
7588 Allow subroutine attributes.
7589 (cperl-imenu-on-info): Better docstring.
7590 (cperl-etags): Rudimentary support for attributes.
7591 Support for packages and "package;".
7592 (cperl-add-tags-recurse-noxs): Better (?) docstring.
7593 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
7594 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
7595 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
7596 (cperl-perldoc): Add autoload.
7597 (cperl-perldoc-at-point): Likewise.
7598 (cperl-here-doc-spell): New function.
7599 (cperl-pod-spell): Likewise.
7600 (cperl-map-pods-heres): Likewise.
7601 (cperl-get-here-doc-region): Likewise.
7602 (cperl-font-lock-fontify-region-function): Likewise (backward
7603 compatibility for legacy `font-lock').
7604 (cperl-font-lock-unfontify-region-function): Fix style.
7605 (cperl-fontify-syntaxically): Recognize and optimize away deferred
7606 calls with no-change. Governed by `cperl-hook-after-change'.
7607 (cperl-fontify-update): Recognize that syntaxification region
7608 can be larger than fontification one.
7609 XXXX we leave `cperl-postpone' property, so this is quadratic...
7610 (cperl-fontify-update-bad): Temporary placeholder until
7611 it is clear how to implement `cperl-fontify-update'.
7612 (cperl-time-fontification): New function.
7613 (attrib-group): New text attribute.
7614 (multiline): New value: `syntax-type' text attribute.
7615
7616 After 5.2:
7617 (cperl-emulate-lazy-lock): New function.
7618 (cperl-fontify-syntaxically): Would skip large regions.
7619 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
7620 Some globals were declared, but uninitialized.
7621
7622 After 5.3, 5.4:
7623 (cperl-facemenu-add-face-function): Add docs, fix U<>.
7624 Copyright message updated.
7625 (cperl-init-faces): Work around a bug in `font-lock'. May slow
7626 facification down a bit.
7627 Misprint for my|our|local for old `font-lock'
7628 "our" was not fontified same as "my|local".
7629 Highlight variables after "my" etc even in
7630 a middle of an expression.
7631 Do not facify multiple variables after my etc
7632 unless parentheses are present.
7633
7634 After 5.5, 5.6
7635 (cperl-fontify-syntaxically): after-change hook could reset.
7636 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
7637
7638 After 5.7:
7639 (cperl-init-faces): Allow highlighting of local ($/).
7640 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
7641 (cperl-problems): Remove fixed problems.
7642 (cperl-find-pods-heres): Recognize #-comments in m##x too.
7643 Recognize charclasses (unless delimiter is \).
7644 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
7645 (cperl-regexp-scan): Update docs.
7646 (cperl-beautify-regexp-piece): Use information got from regexp scan.
7647
7648 After 5.8:
7649 Major user visible changes:
7650 Recognition and fontification of character classes in RExen.
7651 Variable indentation of RExen according to groups.
7652
7653 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
7654 Fontify REx charclasses in variable-name face.
7655 Fontify POSIX charclasses in "type" face.
7656 Fontify unmatched "]" in function-name face.
7657 Mark first-char of HERE-doc as `front-sticky'.
7658 Reset `front-sticky' property when needed.
7659 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
7660 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
7661 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
7662 constructs. Support `narrow'ed buffers.
7663 (cperl-praise): Remove a reservation.
7664 (cperl-make-indent): New function.
7665 (cperl-indent-for-comment): Use `cperl-make-indent'.
7666 (cperl-indent-line): Likewise.
7667 (cperl-lineup): Likewise.
7668 (cperl-beautify-regexp-piece): Likewise.
7669 (cperl-contract-level): Likewise.
7670 (cperl-toggle-set-debug-unwind): New function.
7671 New menu entry for this.
7672 (fill-paragraph-function): Use when `boundp'.
7673 (cperl-calculate-indent): Take into account groups when indenting RExen.
7674 (cperl-to-comment-or-eol): Recognize # which end a string.
7675 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
7676 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
7677 (cperl-fontify-syntaxically): More clear debugging message.
7678 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
7679 (cperl-init-faces): More complicated highlight even on XEmacs (new).
7680 Merge cosmetic changes from XEmacs.
7681
7682 After 5.9:
7683 (cperl-1+): Move to before the first use.
7684 (cperl-1-): Likewise.
7685
7686 After 5.10:
7687
7688 This code may lock Emacs hard!!! Use at your own risk!
7689
7690 (cperl-font-locking): New internal variable.
7691 (cperl-beginning-of-property): New function.
7692 (cperl-calculate-indent): Use `cperl-beginning-of-property'
7693 instead of `previous-single-property-change'.
7694 (cperl-unwind-to-safe): Likewise.
7695 (cperl-after-expr-p): Likewise.
7696 (cperl-get-here-doc-region): Likewise.
7697 (cperl-font-lock-fontify-region-function): Likewise.
7698 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
7699 recursively.
7700 Bound `next-single-property-change' via `point-max'.
7701 (cperl-unwind-to-safe): Bound likewise
7702 (cperl-font-lock-fontify-region-function): Likewise.
7703 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
7704 Initialization of `cperl-font-lock-multiline-start' could be
7705 missed if the "main" fontification did not run due to the
7706 keyword being already fontified.
7707 (cperl-pod-spell): Return t from do-one-chunk function.
7708 (cperl-map-pods-heres): Stop when the worker returns nil.
7709 Call `cperl-update-syntaxification'.
7710 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
7711 (cperl-get-here-doc-delim): Remove unused function.
7712
7713 After 5.11:
7714
7715 The possible lockup of Emacs (introduced in 5.10) fixed.
7716
7717 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
7718 (cperl-syntaxify-for-menu): New customization variable.
7719 (cperl-select-this-pod-or-here-doc): New function.
7720 (cperl-get-here-doc-region): Extra argument.
7721 Do not adjust pos by 1.
7722
7723 New menu entries
7724 (Perl/Tools): Selection of current POD or HERE-DOC section.
7725 (Debugging CPerl:) backtrace on fontification.
7726
7727 After 5.12:
7728 (cperl-cached-syntax-table): Use `car-safe'.
7729 (cperl-forward-re): Remove spurious argument SET-ST.
7730 Add documentation.
7731 (cperl-forward-group-in-re): New function.
7732 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
7733 (XXXX Temporary (?) hack is to syntax-mark them as comment).
7734
7735 After 5.13:
7736 (cperl-string-syntax-table): Make { and } not-grouping
7737 (Sometimes they ARE grouping in RExen, but matching them would only
7738 confuse in many situations when they are not)
7739 (beginning-of-buffer): Replace two occurrences with goto-char...
7740 (cperl-calculate-indent): `char-after' could be nil...
7741 (cperl-find-pods-heres): REx can start after "[" too.
7742 Hightlight (??{}) in RExen too.
7743 (cperl-maybe-white-and-comment-rex): New constant
7744 (cperl-white-and-comment-rex): Likewise.
7745 XXXX Not very efficient, but hard to make
7746 better while keeping 1 group.
7747
7748 After 5.13:
7749 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
7750 Likewise for 1 << identifier.
7751
7752 After 5.14:
7753 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
7754 Error-less condition-case could fail.
7755 (cperl-font-lock-fontify-region-function): Likewise.
7756 (cperl-init-faces): Likewise.
7757
7758 After 5.15:
7759 (cperl-find-pods-heres): Support property REx-part2.
7760 (cperl-calculate-indent): Likewise.
7761 Don't special-case REx with non-empty 1st line.
7762 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
7763 Invert highlighting of charclasses:
7764 now the envelop is highlighted.
7765 Highlight many others 0-length builtins.
7766 (cperl-praise): Mention indenting and highlight in RExen.
7767
7768 After 5.15:
7769 (cperl-find-pods-heres): Highlight capturing parens in REx.
7770
7771 After 5.16:
7772 (cperl-find-pods-heres): Highlight '|' for alternation
7773 Initialize `font-lock-warning-face' if not present.
7774 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
7775 `font-lock-function-name-face'.
7776 (cperl-look-at-leading-count): Likewise.
7777 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
7778 `font-lock-keyword-face' (needed for
7779 batch processing), etc...
7780 Use `font-lock-builtin-face' for builtin in REx
7781 Now `font-lock-variable-name-face'
7782 is used for interpolated variables
7783 Use "talking aliases" for faces inside REx
7784 Highlight parts of REx (except in charclasses)
7785 according to the syntax and/or semantic
7786 Syntax-mark a {}-part of (?{}) as "comment"
7787 (it was the ()-part)
7788 Better logic to distinguish what is what in REx
7789 (cperl-tips-faces): Document REx highlighting
7790 (cperl-praise): Mention REx syntax highlight etc.
7791
7792 After 5.17:
7793 (cperl-find-sub-attrs): Would not always manage to print error message.
7794 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
7795
7796 After 5.18:
7797 (cperl-find-pods-heres): Misprint in REx for parsing REx.
7798 Very minor optimization.
7799 `my-cperl-REx-modifiers-face' got quoted.
7800 Recognize "print $foo <<END" as HERE-doc.
7801 Put `REx-interpolated' text attribute if needed.
7802 (cperl-invert-if-unless-modifiers): New function.
7803 (cperl-backward-to-start-of-expr): Likewise.
7804 (cperl-forward-to-end-of-expr): Likewise.
7805 (cperl-invert-if-unless): Works in "the opposite way" too.
7806 Cursor position on return is on the switch-word.
7807 Indents comments better.
7808 (REx-interpolated): New text attribute.
7809 (cperl-next-interpolated-REx): New function.
7810 (cperl-next-interpolated-REx-0): Likewise.
7811 (cperl-next-interpolated-REx-1): Likewise.
7812 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
7813 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
7814 (cperl-praise): Mention finded interpolated RExen.
7815
7816 After 5.19:
7817 (cperl-init-faces): Highlight %$foo, @$foo too.
7818 (cperl-short-docs): Better docs for system, exec.
7819 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
7820 Would not find HERE-doc ended by EOF without NL.
7821 (cperl-short-docs): Correct not-doubled \-escapes.
7822 start block: Put some `defvar' for stuff gone from XEmacs.
7823
7824 After 5.20:
7825 initial comment: Extend copyright, fix email address.
7826 (cperl-indent-comment-at-column-0): New customization variable.
7827 (cperl-comment-indent): Indentation after $#a would increasy by 1.
7828 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
7829 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
7830 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
7831 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
7832 highlight $ in $foo too (UNTESTED).
7833 (cperl-set-style): Docstring missed some available styles.
7834 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
7835 Change "Current" to "Memorize Current".
7836 (cperl-indent-wrt-brace): New customization variable; the default is
7837 as for pre-5.2 version.
7838 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
7839 (cperl-style-alist): Likewise.
7840 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
7841 and `cperl-extra-newline-before-brace' etc
7842 being t
7843 (cperl-indent-exp): Plans B and C to find continuation blocks even
7844 if `cperl-extra-newline-before-brace' is t.
7845
7846 After 5.21:
7847 Improve some docstrings concerning indentation.
7848 (cperl-indent-rules-alist): New variable.
7849 (cperl-sniff-for-indent): New function name
7850 (separated from `cperl-calculate-indent').
7851 (cperl-calculate-indent): Separate the sniffer and the indenter;
7852 uses `cperl-sniff-for-indent' now.
7853 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
7854 was inverted;
7855 Support `comment-column' = 0.
7856
7857 2006-10-11 Martin Rudalics <rudalics@gmx.at>
7858
7859 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
7860 * help-at-pt.el (scan-buf-move-to-region): Likewise.
7861 * longlines.el (longlines-window-change-function): Likewise.
7862 * simple.el (undo-ask-before-discard): Likewise.
7863 * wid-edit.el (widget-field-prompt-internal)
7864 (widget-documentation-link-p): Likewise.
7865
7866 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7867
7868 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
7869 for a keyword.
7870
7871 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7872
7873 * newcomment.el (comment-valid-prefix-p): Make the check
7874 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
7875 (comment-indent-new-line): Adjust call.
7876
7877 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
7878
7879 * allout.el (allout-back-to-current-heading): Base on lower-level
7880 routines to get proper disqualification of aberrant topics.
7881
7882 2006-10-09 Richard Stallman <rms@gnu.org>
7883
7884 * textmodes/two-column.el (2C-two-columns): Doc fix.
7885
7886 2006-10-09 Kim F. Storm <storm@cua.dk>
7887
7888 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
7889 about implicit use.
7890
7891 2006-10-08 Richard Stallman <rms@gnu.org>
7892
7893 * textmodes/two-column.el (2C-two-columns): Doc fix.
7894
7895 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
7896
7897 * files.el: Mark `buffer-read-only' as safe-local-variable.
7898
7899 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
7900
7901 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
7902 Burp if GUD buffer has been killed.
7903
7904 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7905
7906 * completion.el (add-completions-from-c-buffer):
7907 Don't presume an error's second element is a string.
7908 Use looking-at rather than buffer-substring + member.
7909
7910 2006-10-07 Eli Zaretskii <eliz@gnu.org>
7911
7912 * mail/rmail.el (rmail-redecode-body): If the old encoding is
7913 `undecided', call find-coding-systems-region to find a proper
7914 non-trivial encoding.
7915 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
7916 and "text/plain".
7917
7918 2006-10-07 Kevin Ryde <user42@zip.com.au>
7919
7920 * textmodes/reftex-vars.el (defgroup reftex): Update home page
7921 url-link.
7922
7923 * strokes.el (defgroup strokes): Remove invalid url-link.
7924
7925 2006-10-07 Magnus Henoch <mange@freemail.hu>
7926
7927 * autoinsert.el (auto-insert-alist): Doc fix.
7928
7929 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7930
7931 * mouse-sel.el (mouse-insert-selection-internal):
7932 Use insert-for-yank, so that yank handlers are run.
7933
7934 2006-10-07 Kim F. Storm <storm@cua.dk>
7935
7936 * ido.el (ido-file-extension-aux): Fix comparison.
7937
7938 2006-10-06 Kim F. Storm <storm@cua.dk>
7939
7940 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
7941
7942 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
7943
7944 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
7945 (ad-make-mapped-call): Use `let', not `let*'.
7946
7947 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
7948
7949 * international/mule-cmds.el (coding-system-change-eol-conversion):
7950 Ensure the coding system is initialized before calling
7951 coding-system-eol-type.
7952
7953 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
7954
7955 * textmodes/org.el (org-rm-props, org-activate-plain-links)
7956 (org-activate-angle-links, org-activate-dates)
7957 (org-activate-target-links, org-activate-camels)
7958 (org-activate-tags): Add `rear-nonsticky' text property to avoid
7959 textproperty keymaps from being active beyond the end of a line.
7960 (org-unfontify-region): Also remove `rear-nonsticky' property.
7961
7962 2006-10-04 Kenichi Handa <handa@m17n.org>
7963
7964 * international/code-pages.el (next): Table fixed.
7965
7966 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7967
7968 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
7969 that it's been made unnecessary by removing narrowing.
7970
7971 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7972
7973 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
7974 control flow a bit, simplify another bit, and add comments.
7975
7976 2006-10-03 David Kastrup <dak@gnu.org>
7977
7978 * help.el (describe-mode): For clicks on mode-line, use "@"
7979 interactive argument to get the major mode of the click instead of
7980 the current buffer.
7981
7982 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
7983 in order to better redirect mouse-2 clicks. Also allow default
7984 bindings to apply.
7985
7986 2006-10-03 Kim F. Storm <storm@cua.dk>
7987
7988 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
7989 (pushnew): Fix last change.
7990
7991 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
7992
7993 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
7994 Use the interactive spec of `eval-expression'.
7995
7996 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
7997
7998 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
7999
8000 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
8001
8002 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
8003 2006-09-28 commit.
8004
8005 2006-10-02 Kenichi Handa <handa@m17n.org>
8006
8007 * international/code-pages.el (iso-8859-6): Table fixed.
8008
8009 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
8010
8011 * dired.el (dired-build-subdir-alist): Fix previous change.
8012
8013 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8014
8015 * simple.el (undo-elt-crosses-region): Fix the inequalities.
8016
8017 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8018
8019 * emacs-lisp/find-func.el (find-function-regexp): Don't match
8020 "define-button-type".
8021
8022 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
8023 they don't keep accumulating.
8024
8025 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
8026
8027 * ffap.el (ffap-rfc-path): Change the address of the RFC
8028 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
8029
8030 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
8031
8032 * allout.el (allout-expose-topic): Rectify implementation of "+"
8033 spec, so that bodies are not exposed with headlines.
8034
8035 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
8036
8037 * allout.el (allout-current-depth): Do aberrent check only at or
8038 below doublecheck depth.
8039 (allout-chart-subtree): Make it explicit that LEVELS being nil
8040 means unlimited depth. Drop undocumented support for LEVELS value
8041 t meaning unlimited depth. (This is consistent with
8042 allout-chart-to-reveal, but contrary to allout-show-children,
8043 which needs to use nil to default to depth of 1.)
8044 (allout-goto-prefix-doublechecked): Wrap long docstring line.
8045 (allout-chart-to-reveal): Be explicit in docstring about meaning
8046 of nil LEVELS, and drop support for LEVELS value t.
8047 (allout-show-children): Translate the level spec used by this
8048 routine to that used by allout-chart-subtree and
8049 allout-chart-to-reveal.
8050 (allout-show-to-offshoot): Retry once when stuck, after opening
8051 subtree - improvements in discontinuity handling likely will
8052 enable progress.
8053
8054 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
8055
8056 * wid-edit.el (widget-button-click-moves-point): New variable.
8057 (widget-button-click): If widget-button-click-moves-point is
8058 non-nil, set point after performing the button action.
8059
8060 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
8061
8062 2006-09-30 Martin Rudalics <rudalics@gmx.at>
8063
8064 * files.el (find-file-existing): Modify to not allow wildcards.
8065
8066 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8067
8068 * simple.el (undo-more): When undo information for the region is
8069 exhausted, say "No further undo information FOR REGION".
8070
8071 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
8072
8073 * progmodes/sh-script.el (sh-prev-thing):
8074 Take `sh-leading-keywords' into account.
8075
8076 2006-09-29 Glenn Morris <rgm@gnu.org>
8077
8078 * custom.el (defcustom): Doc fix.
8079
8080 * calendar/calendar.el (european-calendar-style):
8081 Call european-calendar or american-calendar as needed when set.
8082 (diary-view-entries, list-calendar-holidays): Move autoloads
8083 before use.
8084
8085 2006-09-29 Juri Linkov <juri@jurta.org>
8086
8087 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
8088 to nil if there is no previous property change.
8089
8090 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8091
8092 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
8093 saving anything to be sure that `forward-sexp' behaves correctly.
8094
8095 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
8096
8097 * simple.el (line-move-finish): Ignore field boundaries if the
8098 initial and final points have the same `field' property.
8099
8100 2006-09-29 Kim F. Storm <storm@cua.dk>
8101
8102 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
8103 to t while calling ido-read-internal.
8104
8105 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
8106
8107 * textmodes/org.el (org-file-remote-p): Get regexp from list.
8108 (org-archive-subtree): Remove erraneous `]' from character list.
8109
8110 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
8111
8112 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
8113 (ses-reconstruct-all): Make undo of "insert row" work by keeping
8114 markers for data-area and parameters-area.
8115
8116 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8117
8118 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
8119
8120 * font-lock.el (font-lock-after-change-function): Refontify next line
8121 as well if end is at BOL.
8122 (font-lock-extend-jit-lock-region-after-change): Be more careful to
8123 only extend the region as much as needed.
8124
8125 2006-09-28 Richard Stallman <rms@gnu.org>
8126
8127 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
8128
8129 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
8130
8131 * international/mule.el (after-insert-file-set-coding):
8132 If VISIT, don't let set-buffer-multibyte make undo info.
8133
8134 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
8135
8136 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
8137 lines in base64-encoded authentication response.
8138
8139 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8140
8141 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
8142 (ebnf-version): New version 4.3.
8143 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
8144 (ebnf-prologue): Adjust PostScript programming.
8145 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
8146 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
8147
8148 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
8149
8150 * jit-lock.el (jit-lock-force-redisplay): Rename from
8151 jit-lock-fontify-again, and undo the mistaken change I've just done.
8152
8153 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
8154 (jit-lock-fontify-again): Don't refontify text that's not displayed.
8155
8156 2006-09-26 Kenichi Handa <handa@m17n.org>
8157
8158 * startup.el (display-splash-screen): Allow a prefix argument.
8159
8160 2006-09-25 Jason Rumney <jasonr@gnu.org>
8161
8162 * subr.el (shell-quote-argument): Use DOS logic for Windows
8163 shells with DOS semantics.
8164
8165 2006-09-24 Richard Stallman <rms@gnu.org>
8166
8167 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
8168 (compilation-goto-locus): Use compilation-goto-locus-delete-o
8169 to delete the overlay. Put it on pre-command-hook.
8170
8171 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
8172
8173 * startup.el (fancy-splash-screens, normal-splash-screen):
8174 Call the splash buffer *About GNU Emacs*.
8175
8176 * simple.el (next-error-highlight, next-error-highlight-no-select):
8177 Default to 0.5.
8178 (yank-excluded-properties): Add `fontified'.
8179
8180 * font-lock.el (font-lock-compile-keywords): Allow value of
8181 syntax-begin-function to enable paren-column-0 highlighting.
8182
8183 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
8184
8185 * dired.el (dired-build-subdir-alist): When file ends in colon,
8186 don't exit the loop, just disregard that file.
8187
8188 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
8189
8190 * simple.el (line-move-finish): Handle corner case for fields in
8191 continued lines.
8192 (line-move-1): Remove flawed test for that case.
8193
8194 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
8195
8196 * icomplete.el (icomplete-simple-completing-p): Use the correct
8197 name for the new variable, `icomplete-with-completion-tables'.
8198 (file local variables): Remove superfluous setting.
8199
8200 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
8201
8202 * calendar/appt.el (appt-check): Fix typo for appointments just
8203 after midnight.
8204
8205 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
8206
8207 * help.el (describe-key-briefly, describe-key): Don't expect an
8208 extra up event if a down-event is generated by a popup menu.
8209
8210 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
8211
8212 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
8213 local dictionary when changing the global dictionary.
8214
8215 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
8216
8217 * icomplete.el (icomplete-with-completion-tables): List of
8218 specialized completion tables with which icomplete should
8219 operate. Include the new `internal-complete-buffer', so icomplete
8220 works with interactive buffer-selection.
8221 (icomplete-simple-completing-p): Add acceptance of specialized
8222 completion tables listed in icomplete-with-completion-tables.
8223
8224 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8225
8226 * frame.el (focus-follows-mouse): Set default to nil on Mac.
8227
8228 * startup.el (command-line): Use `custom-reevaluate-setting' for
8229 `focus-follows-mouse'.
8230
8231 2006-09-22 Richard Stallman <rms@gnu.org>
8232
8233 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
8234 explain why Save is not available.
8235
8236 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
8237
8238 * woman.el (woman0-so): Use `let*', not `let'.
8239 (woman-horizontal-line): Remove unbalanced parenthesis.
8240
8241 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8242
8243 * woman.el: Make sure all the end-of-region markers we use have
8244 a non-nil insertion-type.
8245 (woman0-so): Move things around so we can use copy-marker.
8246 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
8247 Adjust marker type.
8248 (woman2-process-escapes): Check marker type.
8249 (woman-horizontal-line): Dispense with the use of a marker.
8250
8251 2006-09-22 Jay Belanger <belanger@truman.edu>
8252
8253 * calc/calc-lang.el: Add Greek letters to math-variable-table
8254 property of tex.
8255
8256 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
8257
8258 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
8259
8260 2006-09-22 Masatake YAMATO <jet@gyve.org>
8261
8262 * add-log.el (add-log-current-defun): Use `forward-sexp'
8263 instead of `forward-word' to pick c++::symbol.
8264 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
8265
8266 2006-09-22 Kenichi Handa <handa@m17n.org>
8267
8268 * bindings.el: Fix setting self-insert-command for multibyte
8269 characters in global-map.
8270
8271 2006-09-21 David Kastrup <dak@gnu.org>
8272
8273 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
8274 doc string.
8275
8276 2006-09-21 Kenichi Handa <handa@m17n.org>
8277
8278 * language/european.el ("Latin-1"): Add windows-1252 to
8279 coding-priority.
8280 ("German"): Likewise.
8281
8282 2006-09-21 Kim F. Storm <storm@cua.dk>
8283
8284 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
8285 Suggested by Miles Bader.
8286
8287 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
8288 instead of add-to-list in the simple case.
8289
8290 2006-09-20 Kenichi Handa <handa@m17n.org>
8291
8292 * isearch.el (isearch-process-search-char): Cancel the previous change.
8293 (isearch-search-string): New function.
8294 (isearch-search): Use isearch-search-string.
8295 (isearch-lazy-highlight-search): Likewise.
8296
8297 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8298
8299 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
8300 string to become an option.
8301
8302 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8303
8304 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
8305
8306 2006-09-20 Kim F. Storm <storm@cua.dk>
8307
8308 * simple.el (line-move-partial): Call pos-visible-in-window-p with
8309 position t instead of trying both window-end and window-end - 1.
8310
8311 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
8312
8313 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
8314 hidden trees.
8315
8316 2006-09-20 David Kastrup <dak@gnu.org>
8317
8318 * mouse.el (mouse-posn-property): Improve doc string.
8319 (mouse-on-link-p): Change buffers for function calls on links.
8320
8321 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
8322 buffer is read-only.
8323
8324 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
8325
8326 * allout.el (allout-unprotected): Let inhibit-read-only only when
8327 buffer-read-only isn't set.
8328 (allout-annotate-hidden): Enable topic annotation during copies even
8329 when the buffer is read-only, eg for topic copies. Ensure that the loop
8330 advances, even when the span extends beyond the deletion region.
8331 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
8332 rather than allout-exposure-changed-hook, as a stronger assertion.
8333 (allout-keybindings-list): Add bindings for
8334 allout-copy-line-as-kill and allout-copy-topic-as-kill.
8335 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
8336 Copy wrappers for allout-kill-line and allout-kill-topic.
8337 (allout-listify-exposed): Position correctly to accumulate lines.
8338
8339 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
8340
8341 * simple.el (line-move-1): Escape field boundaries occurring
8342 exactly at point. Update goal column if constrained to a field.
8343 (line-move-finish): Escape field boundaries occurring exactly at point.
8344
8345 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8346
8347 * mouse.el (mouse-on-link-p): Tentatively fix last change.
8348 (mouse-drag-vertical-line): Remove unused var `wconfig'.
8349
8350 2006-09-19 Kim F. Storm <storm@cua.dk>
8351
8352 * help.el (describe-key-briefly, describe-key): Simplify printing
8353 of descriptions by using format and %S. Fix "is undefined"
8354 messages to say "at that spot" for mouse events.
8355
8356 * simple.el (line-move-partial): Optimize. Try window-line-height
8357 before posn-at-point to get vpos of current line.
8358
8359 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
8360
8361 * viper.el: Bump up version/date of update to reflect the substantial
8362 changes done in August 2006.
8363
8364 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
8365 are defined.
8366
8367 * ediff-util.el (ediff-add-to-history): New function.
8368
8369 * ediff.el: Use ediff-add-to-history instead of add-to-history.
8370
8371 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8372
8373 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
8374 Delete duplicate make-local-variable form.
8375 (conf-space-keywords): Add autoload cookie.
8376 Fix typo (`keywords', not `keyword').
8377
8378 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8379
8380 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
8381 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
8382 to x-gtk-use-old-file-dialog.
8383
8384 2006-09-18 Richard Stallman <rms@gnu.org>
8385
8386 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
8387 that might come in during mouse tracking.
8388
8389 2006-09-18 Kim F. Storm <storm@cua.dk>
8390
8391 * simple.el (line-move-partial): Rework 2006-09-15 change to use
8392 new window-line-height function. Further optimize by not calling
8393 pos-visible-in-window-p for window-end when window-line-height
8394 returns useful information.
8395
8396 2006-09-16 Richard Stallman <rms@gnu.org>
8397
8398 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
8399 (conf-space-mode): Don't handle prefix arg.
8400 Delete conf-space-keywords-override code.
8401 Use add-hook.
8402 (conf-space-keywords): New command.
8403 (conf-space-mode-internal): Be careful with imenu-generic-expression.
8404 Delete conf-space-keywords-override code.
8405 (conf-space-keywords-alist): Doc fix.
8406 (conf-space-font-lock-keywords): Doc fix.
8407 (conf-space-keywords-override): Var deleted.
8408
8409 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
8410
8411 * startup.el (fancy-splash-screens): Don't switch to the scratch
8412 buffer; it may not be the next buffer.
8413
8414 2006-09-16 Romain Francoise <romain@orebokech.com>
8415
8416 * saveplace.el (load-save-place-alist-from-file): Use expanded name
8417 in both messages.
8418
8419 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
8420
8421 * progmodes/python.el (python-preoutput-filter):
8422 Fix arg order to string-match.
8423
8424 2006-09-16 Richard Stallman <rms@gnu.org>
8425
8426 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
8427 font-lock-compile-keywords.
8428
8429 * font-lock.el (font-lock-compile-keywords): Rename optional arg
8430 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
8431
8432 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8433
8434 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
8435
8436 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
8437 and the data doesn't look like UTF8, send STRING instead.
8438
8439 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
8440
8441 * textmodes/flyspell.el (flyspell-check-region-doublons):
8442 New function to detect duplicated words.
8443 (flyspell-large-region): Use it.
8444
8445 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
8446
8447 * simple.el (line-move-to-column): Revert 2006-08-03 change.
8448
8449 2006-09-16 Eli Zaretskii <eliz@gnu.org>
8450
8451 * help.el (describe-prefix-bindings): Use let, not let*.
8452
8453 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
8454
8455 * allout.el (allout-regexp, allout-line-boundary-regexp)
8456 (allout-bob-regexp): Correct grouping and boundaries to fix
8457 backwards traversal.
8458 (allout-depth-specific-regexp, allout-depth-one-regexp):
8459 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
8460 worse time in allout-ascend.
8461 (allout-doublecheck-at-and-shallower): Identify depth threshold
8462 below which topics are checked for and disqualified by containment
8463 discontinuities.
8464 (allout-hotspot-key-handler): Correctly handle multiple-key
8465 strokes. Remove some unused variables.
8466 (allout-mode-leaders): Clarify that mode-specific comment-start
8467 will be used.
8468 (set-allout-regexp): Correctly regexp-quote allout regexps to
8469 properly accept alternative header-leads and primary bullets with
8470 regexp-specific characters (eg, C "/*", mathematica "(*").
8471 Include new regular expressions among those configured.
8472 (allout-infer-header-lead-and-primary-bullet):
8473 Rename allout-infer-header-lead.
8474 (allout-recent-depth): Manifest as a variable as well as a function.
8475 (allout-prefix-data): Simplify into an inline instead of a macro,
8476 assuming current match data rather than being explicitly passed
8477 it. Establish allout-recent-depth value as well as
8478 allout-recent-prefix-beginning and allout-recent-prefix-end.
8479 (allout-aberrant-container-p): True when an item's immediate
8480 offspring discontinuously contained. Useful for disqualifying
8481 unintended topic prefixes, likely at low depths.
8482 (allout-goto-prefix-doublechecked): Elaborate version of
8483 allout-goto-prefix which disqualifies aberrant pseudo-items.
8484 (allout-pre-next-prefix): Layer on top of lower-level routines, to
8485 get disqualification of aberrant containers.
8486 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
8487 containers.
8488 (allout-beginning-of-current-entry): Position at start of buffer
8489 when in container (depth 0) entry.
8490 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
8491 (allout-current-bullet): Strip text properties.
8492 (allout-get-prefix-bullet): Use right match groups.
8493 (allout-beginning-of-line, allout-next-heading):
8494 Disqualify aberrant containers.
8495 (allout-previous-heading): Disqualify aberrant containers, and
8496 change to regular (rather than inline) function, to allow
8497 self-recursion.
8498 (allout-get-invisibility-overlay): Increment so progress is made
8499 when the first overlay is not the sought one.
8500 (allout-end-of-prefix): Disqualify aberrant containers.
8501 (allout-end-of-line): Cycle something like allout-beginning-of-line.
8502 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
8503 outline.el outlines) functional again. Change the primary bullet
8504 along with the header-lead - level 1 new-style bullets now work.
8505 Engage allout-before-change-handler in mainline Emacs, not just
8506 XEmacs, to do undo handling.
8507 (allout-before-change-handler): Expose undo changes occurring in
8508 hidden regions. Use allout-get-invisibility-overlay instead of
8509 reimplementing it inline.
8510 (allout-chart-subtree): Use start rather than end of prefix in
8511 charts. Use allout-recent-depth variable.
8512 (allout-chart-siblings): Disqualify aberrant topics.
8513 (allout-beginning-of-current-entry): Position correctly.
8514 (allout-ascend): Use new allout-depth-specific-regexp and
8515 allout-depth-one-regexp for linear instead of O(N^2) or worse
8516 behavior.
8517 (allout-ascend-to-depth): Depend on allout-ascend, rather than
8518 reimplementing an algorithm.
8519 (allout-up-current-level): Depend on allout-ascend, rather than
8520 reimplementing an algorithm. Return to start-point if we fail.
8521 (allout-descend-to-depth): Use allout-recent-depth variable
8522 instead of function.
8523 (allout-next-sibling): On traversal of numerous intervening
8524 topics, resort to economical allout-next-sibling-leap.
8525 (allout-next-sibling-leap): Specialized version of
8526 allout-next-sibling that uses allout-ascend cleverly, to depend on
8527 a regexp search to leap large numbers of contained topics, rather
8528 than arbitrarily many one-by-one traversals.
8529 (allout-next-visible-heading): Disqualify aberrant topics.
8530 (allout-previous-visible-heading): Position consistently when
8531 interactive.
8532 (allout-forward-current-level): Base on allout-previous-sibling
8533 rather than (differently) reimplmenting the algorithm. Remove some
8534 unused variables.
8535 (allout-solicit-alternate-bullet): Present default choice stripped
8536 of text properties.
8537 (allout-rebullet-heading): Use bullet stripped of text properties.
8538 Register changes using allout-exposure-change-hook.
8539 Disregard aberrant topics.
8540 (allout-shift-in): With universal-argument, make topic a peer of
8541 it's former offspring. Simplify the code by separating out
8542 allout-shift-out functionality.
8543 (allout-shift-out): With universal-argument, make offspring peers
8544 of their former container, and its siblings. Implement the
8545 functionality here, rather than inappropriately muddling the
8546 implementation of allout-shift-in.
8547 (allout-rebullet-topic): Respect additional argument for new
8548 parent-child separation function.
8549 (allout-yank-processing): Use allout-ascend directly.
8550 (allout-show-entry): Disqualify aberrant topics.
8551 (allout-show-children): Handle discontinuous children gracefully,
8552 extending the depth being revealed to expose them and posting a
8553 message indicating the situation.
8554 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
8555 Leave cursor in correct position.
8556 (allout-hide-current-subtree): Use allout-ascend directly.
8557 Disqualify aberrant topics.
8558 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
8559 a way that the yanks can restore it, as used to happen.
8560 (allout-yank-processing): Restore exposure layout as recorded by
8561 allout-kill-*, as used to happen.
8562 (allout-annotate-hidden, allout-hide-by-annotation): New routines
8563 for preseving and restoring exposure layout across kills.
8564 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
8565 (allout-encrypt-string): Strip text properties.
8566 Rearranged order and outline-headings for some of the
8567 miscellaneous functions.
8568 (allout-resolve-xref): No need to quote the error name in the
8569 condition-case handler section.
8570 (allout-flatten): Classic recursive (and recursively intensive,
8571 without tail-recursion) list-flattener, needed by allout-shift-out
8572 when confronted with discontinuous children.
8573
8574 2006-09-16 Jason Rumney <jasonr@gnu.org>
8575
8576 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
8577 on ms-windows.
8578 (dnd-open-unc-file): Remove.
8579 (dnd-open-local-file): Mention in doc string that it also handles
8580 remote files if the system natively supports unc file-names.
8581
8582 2006-09-15 Kim F. Storm <storm@cua.dk>
8583
8584 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
8585 all necessary information about the event before erasing *Help*.
8586
8587 * simple.el (line-move-partial): Use window-line-visiblity to
8588 quickly check whether last line is partially visible, and only do
8589 the hard (and slow) part in that case.
8590
8591 2006-09-15 Jay Belanger <belanger@truman.edu>
8592
8593 * COPYING: Replace "Library Public License" by "Lesser Public
8594 License" throughout.
8595
8596 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8597
8598 * term/x-win.el (x-menu-bar-open): New function for F10.
8599
8600 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
8601
8602 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8603 Disallow filenames containing " -" to avoid confusion with libtool
8604 compilation messages. Suggested by Stefan Monnier.
8605
8606 2006-09-15 David Kastrup <dak@gnu.org>
8607
8608 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
8609 instead of buffer position for `mouse-on-link-p'.
8610
8611 * mouse.el (mouse-posn-property): New function looking up the
8612 properties at a click position in overlays and text properties in
8613 either buffer or strings.
8614 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
8615 of both `follow-link' as well as `mouse-face' properties.
8616 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
8617 buffer position.
8618
8619 * help.el (describe-key-briefly): When reading a down-event on
8620 mode lines or scroll bar, swallow the following up event, too.
8621 Use the new mouse sensitity of `key-binding' for lookup.
8622 (describe-key): The same here.
8623
8624 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
8625
8626 * play/life.el (life-patterns): Add a few more interesting patterns.
8627 (life-setup): Force `show-trailing-whitespace' to nil.
8628
8629 2006-09-14 Richard Stallman <rms@gnu.org>
8630
8631 * startup.el (fancy-splash-text): Change text to improve alignment.
8632 (fancy-splash-screens): Don't set non-standard tab width.
8633 Bind cursor-type temporarily, and make it easy to patch to
8634 preserve the splash buffer.
8635 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
8636 (fancy-splash-screens): Display echo-area message explicitly.
8637 Don't set fancy-splash-help-echo.
8638
8639 * simple.el (line-number-mode): Group mode-line instead of
8640 editing-basics.
8641 (column-number-mode, size-indication-mode): Likewise.
8642
8643 * faces.el (mode-line-faces): Group mode-line instead of modeline.
8644
8645 * time.el (display-time): Group mode-line instead of modeline.
8646
8647 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
8648
8649 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
8650
8651 * startup.el (fancy-splash-text): Move editing instructions to
8652 fancy-splash-head.
8653 (fancy-splash-head): Issue editing instructions.
8654 (fancy-splash-screens): Fixup whitespace.
8655
8656 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8657
8658 * bindings.el (mode-line-buffer-identification-keymap):
8659 Remove duplicate line.
8660
8661 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8662
8663 * ido.el (ido-ignore-item-p): Allow any kind of functions in
8664 ignore lists.
8665
8666 2006-09-14 Kim F. Storm <storm@cua.dk>
8667
8668 * jit-lock.el (jit-lock-fontify-again): New function.
8669 (jit-lock-fontify-now): Use it instead of lambda form.
8670
8671 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
8672
8673 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
8674 (flyspell-auto-correct-word): Make ispell-filter local to these
8675 functions. Check that ispell-filter has new stuff before calling
8676 ispell-parse-output.
8677
8678 2006-09-13 Kim F. Storm <storm@cua.dk>
8679
8680 * simple.el (line-move-partial): Optimize.
8681
8682 2006-09-13 Richard Stallman <rms@gnu.org>
8683
8684 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
8685 Delete spurious backquote.
8686
8687 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
8688
8689 * net/rcirc.el (rcirc-print): Fix last change.
8690
8691 2006-09-12 Jay Belanger <belanger@truman.edu>
8692
8693 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
8694
8695 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
8696
8697 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
8698 rcirc-show-maximum-output.
8699 (rcirc-mode): Remove window-scroll-function hook.
8700 (rcirc-scroll-to-bottom): Remove function.
8701 (rcirc-print): Recenter so point stays at the bottom of the window
8702 if point was already there.
8703
8704 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
8705
8706 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
8707 not to "t".
8708 * progmodes/compile.el (compilation-start): Likewise.
8709 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8710 Don't use expand-file-name on invocation-directory, since this
8711 might mishandle special characters in invocation-directory.
8712
8713 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8714
8715 * pcvs-defs.el: Remove * in defcustom's docstrings.
8716
8717 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
8718
8719 * progmodes/compile.el (compilation-directory-properties):
8720 Doc fix for help-echo.
8721
8722 2006-09-12 Lars Hansen <larsh@soem.dk>
8723
8724 * desktop.el (desktop-read): Add comment.
8725
8726 2006-09-12 Kim F. Storm <storm@cua.dk>
8727
8728 * simple.el (next-error-highlight, next-error-highlight-no-select):
8729 Fix spelling error.
8730
8731 * subr.el (sit-for): Rework to use input-pending-p and cond.
8732 Return nil input is pending on entry also for SECONDS <= 0.
8733 (while-no-input): Use input-pending-p instead of sit-for.
8734
8735 2006-09-11 Richard Stallman <rms@gnu.org>
8736
8737 * simple.el (next-error-highlight, next-error-highlight-no-select):
8738 Fix custom type and doc strings.
8739
8740 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8741
8742 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
8743 (diff-apply-hunk): Use it to ask for confirmation.
8744
8745 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
8746
8747 * emacs-lisp/cl.el (pushnew): Add missing `,'.
8748
8749 2006-09-11 David Kastrup <dak@gnu.org>
8750
8751 * help.el (string-key-binding, describe-key-briefly)
8752 (describe-key): Remove `string-key-binding' and its callers since
8753 `key-binding' already caters for the proper lookup now.
8754
8755 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8756
8757 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
8758 (cfengine-mode): Use it. Fix \ syntax to be like /.
8759
8760 * bindings.el (mode-line-buffer-identification-keymap):
8761 Move initialization into declaration.
8762
8763 2006-09-10 Kim F. Storm <storm@cua.dk>
8764
8765 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
8766 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
8767 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
8768 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
8769
8770 2006-09-10 Richard Stallman <rms@gnu.org>
8771
8772 * dired-aux.el: Handle errors in recursive copy usefully.
8773 (dired-create-files-failures): New variable.
8774 (dired-copy-file): Remove condition-case.
8775 (dired-copy-file-recursive): Check for errors on all file
8776 operations, and add them to dired-create-files-failures.
8777 Check file file-date-erorr here too.
8778 (dired-create-files): Check dired-create-files-failures
8779 and report those errors too.
8780
8781 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
8782
8783 * subr.el (add-to-list): New argument COMPARE-FN.
8784
8785 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
8786
8787 * filecache.el (file-cache-add-directory)
8788 (file-cache-add-directory-list, file-cache-add-file)
8789 (file-cache-add-directory-using-find)
8790 (file-cache-add-directory-using-locate)
8791 (file-cache-add-directory-recursively): Add autoloads.
8792
8793 2006-09-09 Richard Stallman <rms@gnu.org>
8794
8795 * textmodes/conf-mode.el (conf-space-mode):
8796 Use hack-local-variables-hook instead of calling hack-local-variables.
8797 (conf-space-keywords-override): New variable.
8798 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
8799 (conf-space-mode): Always make conf-space-keywords and
8800 conf-space-keywords-override local.
8801 Call conf-space-mode-internal directly as well as via hook.
8802
8803 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
8804
8805 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
8806 quasi-keywords.
8807
8808 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8809
8810 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
8811 (python-send-string): Be slightly more careful about adding \n.
8812
8813 * startup.el (normal-splash-screen): Don't display the buffer if we'll
8814 kill it right away anyway.
8815
8816 2006-09-09 Eli Zaretskii <eliz@gnu.org>
8817
8818 * international/codepage.el (cp850-decode-table): Fix a few codes.
8819 (cp858-decode-table): New variable.
8820
8821 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8822
8823 * net/ldap.el (ldap-search-internal): Doc fix.
8824
8825 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8826
8827 * play/life.el (life-display-generation): Test for input manually if
8828 `sleeptime' is negative or null.
8829
8830 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
8831 (print-region-1): Substitute `%s' with the page title.
8832
8833 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
8834
8835 * locate.el (locate-current-search): New variable.
8836 (locate): Set buffer local value. Use current buffer if it is
8837 in Locate mode.
8838 (locate-mode): Disable undo here.
8839 (locate-do-setup): Use locate-current-filter from buffer to be killed.
8840 (locate-update): Use locate-current-search and locate-current-filter.
8841
8842 2006-09-08 David Kastrup <dak@gnu.org>
8843
8844 * desktop.el (desktop-read): When loading a desktop, disable
8845 saving it while the load progresses, and switch off a pending lazy
8846 load by calling `desktop-lazy-abort'.
8847
8848 2006-08-27 Martin Rudalics <rudalics@gmx.at>
8849
8850 * window.el (mouse-autoselect-window-timer)
8851 (mouse-autoselect-window-position)
8852 (mouse-autoselect-window-window)
8853 (mouse-autoselect-window-now): New vars.
8854 (mouse-autoselect-window-cancel)
8855 (mouse-autoselect-window-select)
8856 (mouse-autoselect-window-start): New functions.
8857 (handle-select-window): Call `mouse-autoselect-window-start' when
8858 delayed window autoselection is enabled.
8859
8860 * cus-start.el (mouse-autoselect-window): Handle delayed window
8861 autoselection.
8862
8863 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
8864 commands after which it is allowed to print in the echo area.
8865
8866 2006-09-08 Richard Stallman <rms@gnu.org>
8867
8868 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
8869
8870 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
8871 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
8872
8873 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
8874 (cancel-timer-internal): Add doc string.
8875 (cancel-function-timers): Doc fix.
8876 (with-timeout-handler, timer-event-last*): Add doc strings.
8877
8878 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
8879
8880 * files.el (risky-local-variable-p): Match ...-bindat-spec.
8881
8882 * dired.el (dired-log-summary): Add doc string.
8883
8884 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
8885 (custom-group-menu-create): Not here.
8886
8887 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
8888
8889 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
8890
8891 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8892
8893 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
8894 (mac-apple-event-map): Define its handler.
8895
8896 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8897
8898 * net/ldap.el (ldap-search-internal): Handle `auth' key.
8899
8900 2006-09-07 Magnus Henoch <mange@freemail.hu>
8901
8902 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
8903 clause.
8904
8905 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8906
8907 * info.el (Info-index): Bind completion-ignore-case.
8908
8909 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8910
8911 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
8912 previous commit.
8913 (inferior-prolog-guess-flavor): New fun left out of previous commit.
8914 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
8915 burp in dedicated windows.
8916 (inferior-prolog-self-insert-command): New command.
8917 (inferior-prolog-mode-map): Use it.
8918
8919 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
8920
8921 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
8922
8923 * international/code-pages.el: Add cp858.
8924
8925 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8926
8927 * dnd.el: Fix bootstrapping.
8928
8929 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8930
8931 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
8932 (dnd-open-remote-url): New function.
8933 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
8934 not windows-nt.
8935
8936 2006-09-07 Jason Rumney <jasonr@gnu.org>
8937
8938 * dnd.el (dnd-open-remote-file-function): New variable.
8939 (dnd-open-unc-file): New function.
8940 (dnd-open-file): Call dnd-open-remote-file-function if set.
8941
8942 2006-09-06 Daiki Ueno <ueno@unixuser.org>
8943
8944 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
8945 pgg-passphrase-coding-system rather than locale-coding-system.
8946 * pgg-def.el (pgg-passphrase-coding-system): New user option.
8947
8948 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8949
8950 * progmodes/prolog.el: Remove * in docstrings.
8951 (prolog-program-name): Add SWI prolog.
8952 (prolog-mode-menu): New menu.
8953 (prolog-mode): Set comment-add.
8954 (prolog-indent-line): Simplify. Use indent-line-to.
8955 (inferior-prolog-buffer): New var.
8956 (inferior-prolog-run, inferior-prolog-process): New funs.
8957 (run-prolog, switch-to-prolog): Rewrite, using them.
8958 (prolog-consult-region): Use inferior-prolog-buffer.
8959 (inferior-prolog-load-file): New function.
8960 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
8961
8962 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
8963 last word, if it's not the end of the paragraph.
8964
8965 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
8966 file name.
8967
8968 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
8969
8970 * frame.el (display-mm-dimensions-alist): New defcustom.
8971 (display-mm-height, display-mm-width): Use it.
8972
8973 2006-09-06 Simon Josefsson <jas@extundo.com>
8974
8975 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
8976
8977 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
8978
8979 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8980 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
8981 string values.
8982
8983 2006-09-06 Kim F. Storm <storm@cua.dk>
8984
8985 * simple.el (line-move-partial): New function to do vscrolling for
8986 partially visible images / tall lines. Rewrite based on code
8987 previously in line-move. Simplify backwards vscrolling.
8988 (line-move): Use it. Simplify.
8989
8990 2006-09-05 Kim F. Storm <storm@cua.dk>
8991
8992 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
8993
8994 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
8995
8996 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8997 Process the `gcc-include' after the `gnu' rule.
8998
8999 2006-09-05 Kim F. Storm <storm@cua.dk>
9000
9001 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
9002
9003 2006-09-05 Daiki Ueno <ueno@unixuser.org>
9004
9005 * pgg.el (pgg-clear-string): Alias to clear-string for backward
9006 compatibility.
9007
9008 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
9009 inhibit-redisplay; encode passphrase with locale-coding-system.
9010
9011 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
9012
9013 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
9014
9015 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
9016
9017 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9018 (gdb-var-list-children-regexp): Make type field optional.
9019
9020 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
9021 e.g public, protected in C++.
9022
9023 2006-09-04 John Paul Wallington <jpw@pobox.com>
9024
9025 * simple.el (completion-show-help): New defcustom.
9026 (completion-setup-function): Heed it.
9027
9028 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
9029
9030 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
9031
9032 2006-09-04 Richard Stallman <rms@gnu.org>
9033
9034 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
9035 (rsf-min-region-to-spam-list): Doc fix.
9036 (rsf-add-content-type-field): Doc fix.
9037
9038 * simple.el (kill-region): Explicitly test there is a region.
9039
9040 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
9041
9042 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
9043 sendmail in several common directories.
9044
9045 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
9046
9047 * paths.el (sendmail-program): Removed.
9048
9049 2006-09-04 Daiki Ueno <ueno@unixuser.org>
9050
9051 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
9052 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
9053 http://article.gmane.org/gmane.emacs.gnus.general/50457
9054
9055 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
9056
9057 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
9058 mark after running the menu filter.
9059
9060 2006-09-03 Juri Linkov <juri@jurta.org>
9061
9062 * international/quail.el (quail-defrule-internal): Add a check
9063 if a key is a vector.
9064
9065 2006-09-02 Juri Linkov <juri@jurta.org>
9066
9067 * man.el (Man-topic-history): New variable.
9068 (man): Use it.
9069
9070 * woman.el (woman-topic-history): Change defvar to defvaralias
9071 for symbol `Man-topic-history'.
9072
9073 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
9074 `comint-last-output-start' is a marker by using `markerp' and
9075 check if it has a position by using `marker-position', and use
9076 this position for `goto-char'.
9077
9078 * international/quail.el (quail-defrule-internal): Add missing
9079 `error' call for null key.
9080
9081 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
9082
9083 * rcirc.el (rcirc-keywords): New variable.
9084 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
9085 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
9086 variables.
9087 (rcirc-responses-no-activity): New function.
9088 (rcirc-handler-generic): Check for responses in above.
9089 (rcirc-process-command): Add ?: character to arguments of raw
9090 server commands.
9091 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
9092 `rcirc-dim-nicks'.
9093 (rcirc-gray-toggle): Remove unused variable.
9094 (rcirc-print): Remove some tracking logic, which is moved into
9095 markup functions.
9096 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
9097 types.
9098 (rcirc-activity-string): Look for 'keyword in activity-types.
9099 (rcirc-window-configuration-change): Don't erase overlay-arrow
9100 unnecessarily.
9101 (rcirc-add-or-remove): New function.
9102 (rcirc-cmd-ignore): Use it.
9103 (rcirc-message-leader): Remove unused function.
9104 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
9105 (rcirc-add-face): New function.
9106 (rcirc-facify): Use rcirc-add-face.
9107 (rcirc-url-regexp): Add parens.
9108 (rcirc-map-regexp): Remove function.
9109 (rcirc-mangle-regexp): Remove function.
9110 (rcirc-markup-text-functions): New variable.
9111 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
9112 (rcirc-markup-body-text, rcirc-markup-attributes)
9113 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
9114 (rcirc-markup-bright-nicks): New markup handler functions.
9115 (rcirc-nick-in-message-full-line): New face.
9116 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
9117 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
9118
9119 2006-09-02 Martin Rudalics <rudalics@gmx.at>
9120
9121 * cus-start.el (hscroll-margin, hscroll-step)
9122 (mode-line-in-non-selected-windows, mouse-autoselect-window)
9123 (x-use-underline-position-properties): Change version to "22.1"
9124 since they will appear there for the first time.
9125
9126 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
9127
9128 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
9129
9130 2006-08-31 Richard Stallman <rms@gnu.org>
9131
9132 * cus-edit.el (custom-save-variables): Slight cleanup.
9133 (Custom-no-edit): Renamed from custom-no-edit.
9134 (Custom-newline): Renamed from custom-newline.
9135 (custom-mode-map): Use new names.
9136
9137 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
9138 about customization, rather than M-x customize, in the doc string
9139 made for the defcustom.
9140
9141 * emacs-lisp/trace.el (trace-function-background): Doc fix.
9142
9143 2006-08-31 Romain Francoise <romain@orebokech.com>
9144
9145 * dired-x.el (dired-guess-shell-alist-default): Update.
9146
9147 2006-08-31 Michael Mauger <mmaug@yahoo.com>
9148
9149 * custom.el (custom-theme-set-variables): Autoload packages before
9150 sorting the variables.
9151
9152 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
9153
9154 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
9155 chars if XEmacs.
9156 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
9157
9158 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9159
9160 * progmodes/python.el (python-eldoc-function): Re-enable quit while
9161 waiting for process.
9162
9163 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9164
9165 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
9166 results in ASCII-only string, encode original one directly.
9167
9168 2006-08-29 Romain Francoise <romain@orebokech.com>
9169
9170 * startup.el (normal-splash-screen, fancy-splash-screens):
9171 Make buffer read-only and arrange to enter view mode if necessary.
9172
9173 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
9174
9175 * hl-line.el (hl-line): New face.
9176 (hl-line-face): Use it.
9177
9178 * image-mode.el (image-mode): Fix last fix.
9179 Suggested by Kim F. Storm.
9180
9181 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
9182
9183 Sync with Tramp 2.0.54.
9184
9185 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
9186 of `=', because `tramp-get-remote-gid' might not always return an
9187 integer when expected.
9188 (tramp-register-file-name-handlers): `partial-completion-mode' is
9189 unknown to XEmacs.
9190 (tramp-time-diff): Don't use `floor', it might fail for large
9191 differences.
9192 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
9193 `tramp-auto-save-directory' if unset in order to guarantee unique
9194 auto-save file names.
9195
9196 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
9197
9198 * image-mode.el (image-mode): Display image as text on a terminal.
9199
9200 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9201
9202 * progmodes/python.el (python-send-command): Simplify.
9203 (run-python): Don't generate a new buffer unless `new' was specified.
9204 Make sure we send `import emacs' to the proper process.
9205
9206 * progmodes/python.el (python-send-command): Don't wait for the command
9207 to terminate. Don't fiddle with compilation-parsing-end.
9208
9209 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
9210
9211 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9212 Insert commentary after first line summary.
9213
9214 * woman.el (woman-follow): New function, based on `man-follow'.
9215 (woman-mode-map): Use it.
9216
9217 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
9218 since ibuffer-do-sort-by-recency does not define a sorter.
9219
9220 2006-08-28 Kim F. Storm <storm@cua.dk>
9221
9222 * find-dired.el (find-dired): Use shell-quote-argument to properly
9223 escape ( and ) args. Also use it on {} and ; args in default
9224 value of find-ls-option string.
9225 (find-grep-dired): Use shell-quote-argument on {} and ; args.
9226
9227 2006-08-27 Michael Olson <mwolson@gnu.org>
9228
9229 * emacs-lisp/tq.el: Small grammar fix in comments.
9230 (tq-enqueue): Check for existence of queue rather than the
9231 head queue item's question, which was a no-op.
9232 (tq-filter, tq-process-buffer): Make sure the process buffer
9233 exists before making it the current buffer.
9234
9235 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9236
9237 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
9238 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
9239 (special-event-map): Apply 2006-08-16 change for x-win.el.
9240
9241 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9242
9243 * progmodes/python.el (python-send-receive): Wait in the
9244 process's buffer so as to check the right buffer-local variables.
9245
9246 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
9247
9248 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
9249 (defgroup checkdoc): Move to beginning.
9250
9251 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
9252 (python-preoutput-continuation): Remove.
9253 (python-preoutput-filter): Simplify correspondingly.
9254 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
9255 Loop around to catch embedded _emacs_out output.
9256 (run-python): Send the import&print command on a single line.
9257 (python-send-command): Send command&print on a single line.
9258 (python-send-string): Only add double \n if needed.
9259 (python-send-receive): Loop until the result comes.
9260 (python-mode-running): Defvar it.
9261 (python-setup-brm): Remove unused var `menu'.
9262 Only bind py-mode-map and `features' around brm-init.
9263 (python-calculate-indentation): Remove unused var `point'.
9264 (python-beginning-of-defun): Remove unused var `def-line'.
9265
9266 2006-08-25 Richard Stallman <rms@gnu.org>
9267
9268 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
9269
9270 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
9271
9272 * viper.el (viper-set-hooks): Use frame bindings for
9273 viper-vi-state-cursor-color.
9274 (viper-non-hook-settings): Don't set default
9275 mode-line-buffer-identification.
9276
9277 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
9278 (viper-set-cursor-color-according-to-state)
9279 (viper-get-saved-cursor-color-in-replace-mode)
9280 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
9281 viper-emacs-state-cursor-color.
9282
9283 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
9284 (viper-undo): Use point if undo-beg-posn is nil.
9285 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
9286 (viper-after-change-undo-hook): Don't use
9287 viper-emacs-state-cursor-color by default.
9288 (viper-undo): More sensible positioning after undo.
9289
9290 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
9291 (viper-emacs-state-cursor-color): Default to nil, since this feature
9292 doesn't work well yet.
9293
9294 * ediff-mult.el (ediff-intersect-directories)
9295 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
9296 always expand filenames.
9297
9298 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9299
9300 * tumme.el: Remove * in defcustoms's docstrings.
9301
9302 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
9303
9304 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
9305 Accept internal time format for SECS arg.
9306 (timer-relative-time): Doc fix.
9307
9308 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
9309 adapted from Martin Rudalics.
9310 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
9311 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
9312 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
9313 using sit-for.
9314
9315 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
9316
9317 * cus-start.el (all): Add `overline-margin' and
9318 `x-underline-at-descent-line'.
9319
9320 2006-08-24 Kim F. Storm <storm@cua.dk>
9321
9322 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
9323 to mean "use find -exec"; nil now unambiguously means auto-detect.
9324 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
9325 Use shell-quote-argument to build grep-find-command and
9326 grep-find-template.
9327 (rgrep): Use shell-quote-argument to properly quote arguments to find.
9328 Reported by Tom Seddon.
9329
9330 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
9331
9332 * startup.el (fancy-splash-head): Give instructions for dismissing
9333 the splash screen for default startup too.
9334 (display-startup-echo-area-message, fancy-splash-screens)
9335 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
9336 all splash text at once and keep the splash buffer around.
9337 (command-line-1): Give display-startup-echo-area-message a t arg.
9338
9339 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
9340
9341 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
9342 gnus frame is selected.
9343
9344 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
9345
9346 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
9347
9348 2006-08-22 Kim F. Storm <storm@cua.dk>
9349
9350 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
9351 Add suffix matching for subdirs.
9352
9353 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
9354
9355 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
9356 mouse-yank-at-point is non-nil.
9357
9358 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
9359
9360 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
9361 a bit wider and remove fringes to fit initial output on line.
9362
9363 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9364
9365 * frame.el (blink-cursor-end): Only ignore the error we care about.
9366 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
9367
9368 2006-08-21 Richard Stallman <rms@gnu.org>
9369
9370 * whitespace.el (whitespace-cleanup): Doc fix.
9371
9372 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
9373
9374 * net/rcirc.el (rcirc-show-maximum-output): New var.
9375 (rcirc-buffer-process): If no buffer argument is supplied, use
9376 current-buffer.
9377 (rcirc-complete-nick): Complete to the last completed nick first.
9378 (rcirc-mode): Preserve the value of `rcirc-urls' across
9379 connections. Setup scroll function.
9380 (rcirc-scroll-to-bottom): New function.
9381 (rcirc-print): Use nick syntax around regexp work.
9382 Notice dim-nicks speaking only if they say our nick.
9383 (rcirc-update-activity-string): Do not show the modeline indicator
9384 if there are no live rcirc processes.
9385 (rcirc-cmd-ignore): Ignore case.
9386 (rcirc-browse-url-at-point): Fix off-by-one error.
9387
9388 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9389
9390 * progmodes/python.el: Remove * in defcustom docstrings.
9391 (run-python, python-proc, python-try-complete): Use derived-mode-p.
9392 (python-mode): Set tab-width and indent-tabs-mode.
9393
9394 2006-08-20 Dave Love <fx@gnu.org>
9395
9396 * progmodes/python.el: Update to Dave Love's latest version.
9397 (python-font-lock-keywords, python-mode): Don't use
9398 font-lock-syntax-table, but match symbol elements explicitly instead.
9399 (python-mode-map): Add help, and a few more key bindings.
9400 (python-skip-comments/blanks): Move out of comments as well.
9401 (python-continuation-line-p): Behave better with unbalanced parens.
9402 (python-blank-line-p): New fun.
9403 (python-open-block-statement-p): Don't use a heuristic.
9404 (python-outdent-p): Better handle blocks-in-the-same-line.
9405 (python-calculate-indentation): Misc improvements.
9406 (python-comment-indent): Remove.
9407 (python-block-pairs): New var.
9408 (python-first-word): New fun.
9409 (python-indentation-levels): Handle more common cases.
9410 (python-indent-line-1): Add `leave' argument.
9411 (python-indent-region): New fun.
9412 (python-skip-out): New fun.
9413 (python-beginning-of-statement, python-end-of-statement): Use it.
9414 (python-next-statement): Return correct count even at eob.
9415 (python-end-of-block): Fix paren-typo.
9416 (python-imenu-create-index): Add module variables.
9417 (run-python): Add `new' arg.
9418 Check we're at a prompt before returning.
9419 (python-send-command): Move to end of buffer.
9420 Wait for prompt to return.
9421 (python-set-proc): New fun.
9422 (python-imports): New var.
9423 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
9424 (python-eldoc-function): Try to move out of arg list.
9425 (python-outline-level): Offset by 1.
9426 (python-find-imports): New fun.
9427 (python-symbol-completions): Use python-imports.
9428 (python-module-path, ffap-alist): Add support for ffap.
9429 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
9430 (python-insert-*, python-default-template, python-expand-template):
9431 Add templates/skeletons.
9432 (python-setup-brm): Support for Bicycle Repair Man.
9433 (python-abbrev-syntax-table): New var.
9434 (python-abbrev-pc-hook, python-pea-hook): New funs.
9435
9436 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
9437
9438 * frame.el (blink-cursor-start): Set timer first.
9439 (blink-cursor-end): Ignore timer cancelling errors.
9440 Suggested by Ken Manheimer.
9441
9442 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
9443
9444 * newcomment.el (comment-box): Call `comment-normalize-vars'.
9445 Add autoload cookie.
9446
9447 2006-08-20 Richard Stallman <rms@gnu.org>
9448
9449 * simple.el (line-number-at-pos): Doc fix.
9450
9451 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
9452 timer-activate-when-idle, so timer can run before Emacs becomes
9453 non-idle again.
9454
9455 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
9456
9457 * whitespace.el (whitespace-cleanup-internal): New optional arg
9458 REGION-ONLY. If it's non-nil, modify the message to the user
9459 accordingly.
9460 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
9461 a non-nil argument.
9462
9463 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
9464
9465 * rect.el (spaces-string): Simplify and add doc string.
9466
9467 2006-08-17 Romain Francoise <romain@orebokech.com>
9468
9469 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
9470
9471 2006-08-17 Richard Stallman <rms@gnu.org>
9472
9473 * compare-w.el (compare-windows): lambda's take an arg and pass
9474 it to compare-windows-skip-whitespace.
9475
9476 2006-08-17 Martin Rudalics <rudalics@gmx.at>
9477
9478 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
9479 the right buffer.
9480
9481 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
9482
9483 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
9484 removed files.
9485
9486 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
9487
9488 * progmodes/gdb-ui.el (gdb-locals-watch-map)
9489 (gdb-locals-watch-map-1): Suppress keymap first.
9490 (gdb-edit-locals-map-1): New variable.
9491 (gdb-edit-locals-value): New function.
9492 (gdb-stack-list-locals-handler): Use them.
9493
9494 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9495
9496 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
9497 cursor would normally be drawn in the fringe.
9498
9499 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
9500 Reported by Martin Rudalics <rudalics@gmx.at>.
9501
9502 2006-08-16 Richard Stallman <rms@gnu.org>
9503
9504 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
9505 (special-event-map): Process drag-n-drop events this way.
9506
9507 * simple.el (move-beginning-of-line): Test whether fields
9508 would prevent motion back to line's first visible character.
9509 If so, stop where the fields would stop the motion.
9510
9511 * newcomment.el (comment-indent): Fully update INDENT
9512 before checking to see if it will change the text.
9513
9514 * cus-edit.el (custom-newline): New function.
9515 (custom-mode-map): Bind newline to custom-newline.
9516
9517 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
9518 into ignore-whitespace.
9519 Check each buffer for its skip-function.
9520 Handle compare-windows-skip-whitespace special-case test
9521 by returning t from default skip function.
9522
9523 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
9524
9525 * textmodes/org.el (org-clock-special-range)
9526 (org-clock-update-time-maybe): New functions.
9527 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
9528 not only a-z.
9529 (org-agenda-get-blocks): Allow multiple blocks per headline.
9530 (org-timestamp-change): Call `org-clock-update-time-maybe'.
9531 (org-export-html-title-format)
9532 (org-export-html-toplevel-hlevel): New options.
9533 (org-export-language-setup): Add support for Czech.
9534 (org-mode, org-insert-todo-heading, org-find-visible)
9535 (org-find-invisible, org-invisible-p, org-invisible-p2)
9536 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
9537 (org-show-subtree, org-show-entry, org-make-options-regexp):
9538 Remove compatibility support for old outline-mode.
9539 (org-check-occur-regexp): Funtion removed.
9540 (org-on-heading-p, org-back-to-heading): Made defalias.
9541 (org-set-local): New defsubst.
9542 (org-set-regexps-and-options, org-mode)
9543 (org-set-font-lock-defaults, org-edit-agenda-file-list)
9544 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
9545 (org-remember-apply-template, org-table-edit-field)
9546 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
9547 (org-set-autofill-regexps): Use `org-set-local'.
9548 (org-table-eval-formula): Fix bug with parsing of display flags.
9549
9550 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
9551
9552 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
9553 frame with fringe arrow. Suggested by Simon Marshall
9554 <simon.marshall@misys.com>.
9555 (gdb-stack-position): New variable.
9556 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
9557 (gdb-frames-mode): Set gdb-stack-position to nil.
9558 Add to overlay-arrow-variable-list
9559 (gdb-reset): Delete gdb-stack-position from above list.
9560
9561 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9562
9563 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
9564 read only.
9565
9566 2006-08-13 Romain Francoise <romain@orebokech.com>
9567
9568 * cus-theme.el (customize-create-theme)
9569 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
9570
9571 * filesets.el (filesets-add-buffer): Ditto.
9572
9573 * pcvs.el (cvs-change-cvsroot): Ditto.
9574
9575 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
9576
9577 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
9578 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
9579 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
9580 expressions.
9581 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
9582 Only search till end of line.
9583 Add face to function names in case of no filename.
9584 Add face to variable names of watchpoints.
9585
9586 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
9587
9588 * cus-start.el <indent-tabs-mode>: Move to the `indent'
9589 customization group.
9590
9591 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
9592
9593 * allout.el (allout-prior-bindings, allout-added-bindings):
9594 Remove, after long deprecation.
9595 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
9596 Add customization vars controlling allout-beginning-of-line and
9597 allout-end-of-line conveniences.
9598 (allout-header-prefix, allout-use-mode-specific-leader)
9599 (allout-use-mode-specific-leader, allout-mode-leaders):
9600 Revise docstrings.
9601 (allout-infer-header-lead): Change to be an alias for
9602 allout-infer-header-lead-and-primary-bullet.
9603 (allout-infer-header-lead-and-primary-bullet): New version of
9604 allout-infer-header-lead which assigns the primary bullet to the
9605 same as the header lead, when its being changed.
9606 (allout-infer-body-reindent): Apply regexp-quote instead of
9607 unconditionally prepending "\\", so that all literal
9608 allout-header-prefix and allout-primary-bullet strings are
9609 properly handled.
9610 (allout-add-resumptions): Add optional qualifier for extending or
9611 appending to existing values, rather than replacing them.
9612 (allout-view-change-hook): Clarify docstring.
9613 (allout-exposure-change-hook): Take explicit arguments, via
9614 run-hook-with-args.
9615 (allout-structure-added-hook)
9616 (allout-structure-deleted-hook)
9617 (allout-structure-shifted-hook): New hooks analogous to
9618 allout-exposure-change-hook for other kinds of structural outline
9619 edits.
9620 (allout-encryption-plaintext-sanitization-regexps): New encryption
9621 customization variable, by which cooperating modes can provde
9622 massage of the plaintext without actually being passed it.
9623 (allout-encryption-ciphertext-rejection-regexps)
9624 (allout-encryption-ciphertext-rejection-ceiling): New encryption
9625 customization variables, by which cooperating modes can prohibit
9626 rare but possible ciphertext patterns from fouling their
9627 operation, with actually being passed the ciphertext.
9628 (allout-mode): Run activation and deactivation hooks after the
9629 minor-mode variable has been toggled, to clarify the mode
9630 disposition. The new encryption ciphertext rejection variable is
9631 used to ensure that the ciphertext does not contain text that
9632 would be recognized as outline structural elements by allout.
9633 Substite allout-beginning-of-line and allout-end-of-line for
9634 conventionall beginning-of-line and end-of-line bindings.
9635 If allout-old-style-prefixes is non-nil, don't nullify it on mode
9636 activation!
9637 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
9638 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
9639 (allout-chart-subtree): Implement new mode, charting only the
9640 visible items in the subtree, when new 'visible' parameter is non-nil.
9641 (allout-end-of-subtree): Properly handle the last item in the buffer.
9642 (allout-pre-command-business, allout-command-counter):
9643 Increment an advertised counter so that cooperating enhancements can
9644 track revisions of items.
9645 (allout-open-topic): Run allout-structure-added-hook with suitable
9646 arguments.
9647 (allout-shift-in): Run allout-structure-shifted-hook with suitable
9648 arguments.
9649 (allout-shift-out): Fix doubling for negative args and ensure call
9650 of allout-structure-shifted-hook by solely using allout-shift-in.
9651 (allout-kill-line, allout-kill-topic):
9652 Run allout-structure-deleted-hook with suitable arguments.
9653 (allout-yank-processing): Run allout-structure-added-hook with
9654 proper arguments.
9655 (allout-yank): Enclose activity in allout-unprotected.
9656 (allout-flag-region): Run allout-exposure-change-hook with
9657 suitable arguments, instead of making the callee infer the arguments.
9658 (allout-encrypt-string):
9659 Support allout-encryption-plaintext-sanitization-regexps,
9660 allout-encryption-ciphertext-rejection-regexps, and
9661 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
9662 en/de cryption mode in symmetric encryption failure message.
9663 (allout-obtain-passphrase): Use copy-sequence to get a distinct
9664 copy of the passphrase, and don't zero it or we'll corrupt the
9665 stashed copy.
9666 (allout-create-encryption-passphrase-verifier)
9667 (allout-verify-passphrase): Respect the new signature for
9668 allout-encrypt-string.
9669 (allout-get-configvar-values): Convenience for getting a
9670 configuration variable value and handling its absence gracefully.
9671
9672 2006-08-11 Romain Francoise <romain@orebokech.com>
9673
9674 * obsolete/zone-mode.el: Delete.
9675
9676 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
9677
9678 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
9679
9680 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
9681
9682 * emacs-lisp/bindat.el (bindat-ip-to-string):
9683 Use `format-network-address' if possible.
9684
9685 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9686
9687 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
9688
9689 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
9690
9691 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
9692 restore unread-command-events here.
9693 (edebug-display): Do it here, to detect sit-for interruptions.
9694
9695 2006-08-10 Romain Francoise <romain@orebokech.com>
9696
9697 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
9698 (dns-mode-soa-auto-increment-serial): New user option.
9699 (dns-mode-soa-maybe-increment-serial): New function.
9700 (dns-mode): Add the latter to `write-contents-functions'.
9701
9702 * obsolete/zone-mode.el: Move to obsolete/ from net/.
9703 Delete autoload cookies.
9704
9705 2006-08-10 John Wiegley <johnw@newartisans.com>
9706
9707 * eshell/em-glob.el (eshell-glob-chars-list)
9708 (eshell-glob-translate-alist): Add support for [^g] in character globs.
9709
9710 2006-08-10 Richard Stallman <rms@gnu.org>
9711
9712 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
9713 (facemenu-set-face): Doc fix.
9714 (facemenu-listed-faces): Doc fix.
9715
9716 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
9717
9718 * avoid.el (mouse-avoidance-animating-pointer): New var.
9719 (mouse-avoidance-nudge-mouse): Use it.
9720 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
9721 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
9722 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
9723 Don't activate if currently animating. All callers changed.
9724
9725 2006-08-09 John Wiegley <johnw@newartisans.com>
9726
9727 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
9728 variable, which causes timeclock to report elapsed time worked,
9729 instead of just work remaining.
9730
9731 2006-08-09 Kenichi Handa <handa@m17n.org>
9732
9733 * international/latexenc.el (latexenc-find-file-coding-system):
9734 Fix for the case that the 2nd element of arg-list is a cons.
9735
9736 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
9737
9738 * info.el (Info-fontify-node): Handle preceding `in' for note
9739 reference hiding rules.
9740
9741 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9742
9743 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
9744 mistake a closing " for an opening one.
9745
9746 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9747
9748 * term/xterm.el (terminal-init-xterm): Add more key bindings.
9749
9750 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9751
9752 * complete.el (PC-do-completion): Filter out completions matching
9753 completion-ignored-extensions before checking whether there are
9754 multiple completions.
9755 Don't use `list' unnecessarily when building completion tables.
9756
9757 2006-08-06 Richard Stallman <rms@gnu.org>
9758
9759 * help.el (describe-mode): Make minor mode list more concise.
9760
9761 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
9762
9763 * bindings.el: Give mode-line-format, mode-line-modes, and
9764 mode-line-position `standard-value' properties.
9765
9766 2006-08-05 Eli Zaretskii <eliz@gnu.org>
9767
9768 * buff-menu.el (list-buffers-noselect): For Info buffers, use
9769 "(file)node" instead of the file name.
9770
9771 2006-08-05 Richard Stallman <rms@gnu.org>
9772
9773 * faces.el (escape-glyph): Doc fix.
9774
9775 2006-08-04 Kenichi Handa <handa@m17n.org>
9776
9777 * international/mule-diag.el (describe-font): Improve docstring
9778 and error message. Use frame-parameter (not frame-parameters).
9779
9780 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9781
9782 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
9783 Correctly mark the end-of-docstring char.
9784
9785 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
9786
9787 * simple.el (line-move-to-column): Constrain move-to-column to
9788 current field.
9789
9790 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9791
9792 * font-lock.el (font-lock-beg, font-lock-end)
9793 (font-lock-extend-region-functions): New vars.
9794 (font-lock-extend-region-multiline)
9795 (font-lock-extend-region-wholelines): New functions.
9796 (font-lock-default-fontify-region): Use them.
9797 (font-lock-extend-jit-lock-region-after-change): Only round up
9798 if font-lock-default-fontify-region will do it as well.
9799
9800 * font-lock.el (font-lock-extend-after-change-region-function):
9801 Rename from font-lock-extend-region-function.
9802 (font-lock-extend-region): Remove by inlining at call sites.
9803 (font-lock-after-change-function): Don't needlessly round up to a whole
9804 number of lines.
9805 (font-lock-extend-jit-lock-region-after-change): Be more careful about
9806 the boundary conditions and the interactions between the various ways
9807 to extend the region.
9808
9809 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9810
9811 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
9812 modification status when forcing the second redisplay.
9813
9814 2006-08-03 Kim F. Storm <storm@cua.dk>
9815
9816 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
9817
9818 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9819
9820 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
9821 doesn't look like a file name.
9822
9823 * complete.el (PC-expand-many-files): Avoid signalling an error when
9824 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
9825
9826 2006-08-02 Andreas Schwab <schwab@suse.de>
9827
9828 * bindings.el (mode-line-format): Simplify reference to vc-mode.
9829
9830 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
9831
9832 * bindings.el (map): Make mode-line-buffer-identification-keymap
9833 before defining propertized-buffer-identification.
9834
9835 2006-08-01 Richard Stallman <rms@gnu.org>
9836
9837 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
9838
9839 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
9840
9841 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
9842 default value.
9843 (gdb-find-source-frame): New function.
9844 (menu): Add to menu bar.
9845
9846 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
9847
9848 * font-core.el (font-lock-extend-region-function)
9849 (font-lock-extend-region): Move to font-lock.el.
9850
9851 * font-lock.el (font-lock-extend-region-function)
9852 (font-lock-extend-region): Move from font-core.el. Simplify.
9853
9854 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
9855 if needed.
9856 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
9857 (jit-lock-after-change-extend-region-functions): New hook.
9858 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
9859
9860 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
9861 (font-lock-turn-on-thing-lock): Use it.
9862
9863 * longlines.el (longlines-show-region): Make it work on read-only
9864 buffers as well.
9865
9866 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
9867
9868 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
9869
9870 2006-07-31 Richard Stallman <rms@gnu.org>
9871
9872 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
9873 (vhdl-speedbar-display-projects): Update old obsolete
9874 speedbar variable names.
9875
9876 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
9877
9878 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
9879 (gdb-stopped): Use it.
9880
9881 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
9882
9883 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
9884
9885 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
9886 for load-history elements.
9887
9888 2006-07-29 Eli Zaretskii <eliz@gnu.org>
9889
9890 * files.el (convert-standard-filename): For Cygwin, replace
9891 characters not allowed in Windows file names.
9892 (make-auto-save-file-name): Add Cygwin to the list of systems
9893 where the auto-save file name needs to be run through
9894 convert-standard-filename.
9895
9896 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
9897
9898 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
9899
9900 2006-07-28 Richard Stallman <rms@gnu.org>
9901
9902 * bindings.el (mode-line-frame-identification)
9903 (propertized-buffer-identification): Centralize the code
9904 to initialize the variable.
9905
9906 * progmodes/grep.el (grep-default-command): Catch errors from
9907 wildcard-to-regexp.
9908
9909 2006-07-29 Kim F. Storm <storm@cua.dk>
9910
9911 * progmodes/grep.el (grep-tag-default): New function.
9912 (grep-default-command, grep-read-regexp): Use it.
9913 (grep-read-files): Use car of grep-files-history or grep-files-aliases
9914 as default if nothing else applies.
9915
9916 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
9917
9918 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
9919 Throw error if buffer is not in Dired and Wdired mode, respectively.
9920
9921 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
9922
9923 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
9924 self-insert-command keys don't activate buttons.
9925 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
9926
9927 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
9928
9929 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
9930 faces for enable character.
9931
9932 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
9933
9934 * Makefile.in (recompile): Update comment to reflect change
9935 on 2004-04-21.
9936
9937 2006-07-27 Richard Stallman <rms@gnu.org>
9938
9939 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
9940 (customize-package-emacs-version): Change msg when pkg has no entry.
9941 (custom-no-edit): On a button, do like widget-button-press.
9942
9943 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9944
9945 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
9946 S-tab and C-S-tab.
9947
9948 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
9949
9950 * progmodes/which-func.el (which-function): Fix documentation/
9951 comment typo.
9952
9953 2006-07-26 Richard Stallman <rms@gnu.org>
9954
9955 * textmodes/ispell.el (ispell-word): If we replace the word,
9956 move point to the end. Insert before deleting.
9957
9958 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
9959
9960 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
9961 a timer.
9962
9963 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
9964
9965 * tumme.el (tumme-backward-image): Add prefix argument. Add error
9966 when at first image.
9967 (tumme-forward-image): Add prefix argument. Add error when at last
9968 image.
9969
9970 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
9971
9972 * tabify.el (tabify-regexp): Use more specific regexps.
9973 (tabify): Avoid modifying the buffer unnecessarily.
9974
9975 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
9976
9977 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
9978 (tumme-format-properties-string): Handle empty `buf'.
9979 (tumme-get-comment): Change variable names inside `let'.
9980 Add missing `let' variable that cause font-lock problems.
9981 (tumme-write-comments): Change variable names inside `let'.
9982 Add missing `let' variable that cause font-lock problems.
9983 (tumme-forward-image): Rename from `tumme-forward-char'.
9984 (tumme-backward-image): Rename from `tumme-backward-char'.
9985
9986 2006-07-25 Masatake YAMATO <jet@gyve.org>
9987
9988 * progmodes/ld-script.el (ld-script-keywords)
9989 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
9990 and add comments.
9991
9992 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
9993
9994 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
9995 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
9996 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
9997 for status indicator.
9998
9999 2006-07-24 Richard Stallman <rms@gnu.org>
10000
10001 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
10002
10003 * subr.el (dolist, dotimes): Use interned symbols for locals.
10004 (--dotimes-limit--, --dolist-tail--): New defvars.
10005 (looking-back): Doc fix.
10006
10007 * replace.el (replace-match-string-symbols): Handle dotted lists.
10008
10009 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
10010
10011 * tumme.el (tumme-write-tags): Add.
10012 (tumme-write-comments): Add.
10013 (tumme-tag-files): Change to use `tumme-write-tags'.
10014 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
10015 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
10016 (tumme-save-information-from-widgets): Change to use
10017 `tumme-write-comments' and `tumme-write-tags'.
10018 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
10019 (tumme-write-tag): Remove.
10020 (tumme-write-comment): Remove.
10021 (tumme-display-previous-thumbnail-original): Remove empty line.
10022 (tumme-widget-list): Add punctuation.
10023
10024 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
10025
10026 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
10027
10028 2006-07-24 Daiki Ueno <ueno@unixuser.org>
10029
10030 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10031 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
10032 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
10033
10034 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
10035
10036 * mouse.el (mouse-on-link-p): Doc fix.
10037
10038 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
10039
10040 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10041 Handle "C-h f `".
10042
10043 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10044
10045 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
10046 column.
10047
10048 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
10049
10050 * textmodes/table.el: Add move-beginning-of-line and
10051 move-end-of-line to Point Motion Only Group.
10052
10053 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
10054
10055 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
10056
10057 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10058
10059 * startup.el (user-mail-address): Initialize from the `EMAIL'
10060 environment variable first. Document this.
10061 (command-line): Ditto.
10062
10063 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
10064
10065 * help-mode.el (help-function-def, help-variable-def)
10066 (help-face-def): Print a message in the minibuffer.
10067
10068 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
10069
10070 * term/xterm.el (terminal-init-xterm): Fix key bindings
10071 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
10072
10073 2006-07-21 Eli Zaretskii <eliz@gnu.org>
10074
10075 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
10076 where `(nth 1 command)' is a cons cell. Doc fix.
10077
10078 * textmodes/po.el (po-find-charset): Doc fix.
10079
10080 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
10081
10082 * allout.el (allout-unprotected, allout-e-o-prefix-p)
10083 (allout-beginning-of-current-line, allout-end-of-current-line)
10084 (allout-next-visible-heading, allout-open-topic)
10085 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
10086 (allout-flag-current-subtree, allout-show-to-offshoot)
10087 (allout-hide-current-entry, allout-show-current-branches)
10088 (allout-hide-region-body, allout-old-expose-topic)
10089 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
10090 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
10091 containing `beginning-of-line' and `end-of-line' with
10092 `inhibit-field-text-motion' t.
10093
10094 2006-07-21 Eli Zaretskii <eliz@gnu.org>
10095
10096 * frame.el (focus-follows-mouse): Document that it doesn't have
10097 any effect on MS-Windows.
10098
10099 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
10100
10101 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
10102
10103 2006-07-20 Jay Belanger <belanger@truman.edu>
10104
10105 * calc.el (calc-previous-alg-entry): Remove variable.
10106
10107 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
10108 New variables.
10109 (calc-alg-entry): Use `calc-alg-entry-history'.
10110 (calc-do-quick-calc): Use `calc-quick-calc-history'.
10111 Remove reference to `calc-previous-alg-entry'.
10112 (calcAlg-edit, calcAlg-enter): Remove reference to
10113 `calc-previous-alg-entry'.
10114 (calcAlg-previous): Use `previous-history-element' instead of
10115 `calc-previous-alg-entry'.
10116 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
10117 Change keybinding for `calcAlg-plus-minus', add keybindings for
10118 `previous-history-element' and `next-history-element'.
10119
10120 * calc-rewr.el (calc-match): Remove reference to
10121 `calc-previous-alg-entry'.
10122
10123 * calc-sel.el (calc-selection-history): New variable.
10124 (calc-enter-selection, calc-sel-mult-both-sides)
10125 (calc-sel-add-both-sides): Use `calc-selection-history'.
10126
10127 * calc-map.el (calc-get-operator-history): New variable.
10128 (calc-get-operator): Use `calc-get-operator-history'.
10129
10130 * calcalg3.el (calc-curve-fit-history): New variable.
10131 (calc-curve-fit): Use `calc-curve-fit-history'.
10132
10133 2006-07-20 Kenichi Handa <handa@m17n.org>
10134
10135 * international/mule-cmds.el (select-safe-coding-system): Fix the
10136 way of deciding eol-type of the coding system.
10137
10138 2006-07-20 Alan Mackenzie <acm@muc.de>
10139
10140 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
10141 (c-lang-setvar): New macro.
10142 (c-make-init-lang-vars-fun): Use the initialization forms in
10143 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
10144 (comment-start, comment-end, comment-start-skip): Change these from
10145 c-lang-defvar's to c-lang-setvar's.
10146
10147 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
10148 which calls make-local-variable on the elements of
10149 c-emacs-variable-inits.
10150 (c-init-language-vars-for): Call this new macro.
10151
10152 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10153
10154 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10155 Try to rule out false positives due to time stamps.
10156 (compilation-mode-font-lock-keywords): Remove rules made redundant
10157 because of the above change. Add `segmentation fault' to the known and
10158 highlighted compilation termination messages.
10159
10160 2006-07-19 Kim F. Storm <storm@cua.dk>
10161
10162 * progmodes/grep.el (grep-find-ignored-directories):
10163 Add .svn and _darcs to list.
10164
10165 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
10166
10167 * dired.el (dired-mode-map): Add key binding `C-te' for
10168 `tumme-dired-edit-comment-and-tags'.
10169
10170 * tumme.el (tumme-display-thumbnail-original-image): Make sure
10171 image display buffer is displayed before call to
10172 `tumme-display-image.
10173 (tumme-dired-display-image): Make sure image display buffer is
10174 displayed before call to `tumme-display-image.
10175 (tumme-mouse-display-image): Make sure image display buffer is
10176 displayed before call to `tumme-display-image.
10177 (tumme-widget-list): Add.
10178 (tumme-dired-edit-comment-and-tags): Add.
10179 (tumme-save-information-from-widgets): Add.
10180
10181 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10182
10183 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
10184
10185 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10186
10187 * progmodes/sh-script.el (sh-font-lock-keywords-1):
10188 Revert inadvertently installed patch hunk.
10189
10190 * progmodes/compile.el (compilation-find-file): Handle the
10191 cases where the user selects a non-existent file.
10192
10193 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10194
10195 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
10196
10197 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
10198
10199 * subr.el (sit-for): Just sleep-for if noninteractive.
10200
10201 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10202
10203 * emacs-lisp/autoload.el (make-autoload): Use new arg.
10204
10205 * custom.el (custom-autoload): Add `noset' argument.
10206 (custom-push-theme): Don't autoload the variable, let callers do it.
10207 (custom-theme-set-variables): Autoload the variable if necessary.
10208
10209 * cus-edit.el (custom-variable-state-set): If the variable was
10210 originally set outside custom, but to the same value as the default,
10211 consider it to be standard.
10212
10213 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
10214 file *before* telling Emacs to add the autoloads, in case it fails.
10215
10216 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
10217 Use `cond', push', and `dolist'.
10218
10219 2006-07-17 Richard Stallman <rms@gnu.org>
10220
10221 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
10222 Add defvars to silence warnings.
10223
10224 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
10225
10226 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10227 Don't highlight "Compiling file" messages as error.
10228
10229 * dired-aux.el (dired-compress-file): Confirm again if gzipped
10230 file already exists.
10231
10232 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
10233
10234 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
10235 entry, don't assign to free var; simply return the extracted filename.
10236 (ff-treat-as-special): Incorporate common preamble from callers.
10237 (ff-other-file-name, ff-find-the-other-file):
10238 Update call to ff-treat-as-special.
10239
10240 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
10241
10242 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
10243
10244 * tumme.el (tumme-get-comment): Fix bug.
10245
10246 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10247
10248 * files.el: Remove spurious * in docstrings.
10249
10250 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
10251
10252 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
10253 grammar.
10254 (allout-beginning-of-current-line): Beware beginning of buffer.
10255 Also, a comment is simplified.
10256 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
10257 when appropriate. (This fix enables use for other than
10258 bullet-hotspot operation.)
10259 (allout-hide-current-subtree): While escalating to sibling-close,
10260 make sure to situate on a topic.
10261
10262 2006-07-14 Kim F. Storm <storm@cua.dk>
10263
10264 * emulation/cua-base.el (cua-delete-selection)
10265 (cua-toggle-set-mark): New defcustoms.
10266 (cua-rectangle-modifier-key): Add `alt' modifier.
10267 (cua-replace-region): Don't delete if cua-delete-selection is nil.
10268 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
10269 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
10270
10271 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
10272
10273 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
10274
10275 * allout.el: Require 'cl during byte-compilation/interactive load,
10276 for the `assert' macro.
10277 (allout-mode-deactivate-hook): New hook, run when allout mode
10278 deactivates.
10279 (allout-developer): New allout customization subgroup.
10280 (allout-run-unit-tests-on-load): New allout-developer
10281 customization variable, when true allout unit tests are run towards
10282 end of file load/eval.
10283 (allout-inhibit-auto-fill): Disable auto-fill activity even during
10284 auto-fill-mode.
10285 (allout-resumptions): Remove, to be replaced by...
10286 (allout-add-resumptions): Register variable settings to be
10287 reinstated by `allout-do-resumptions'. The settings are made
10288 buffer-local, but the locality/globality of the suspended setting
10289 is restored on resumption.
10290 (allout-do-resumptions): Reinstate all settings suspended using
10291 `allout-add-resumptions'.
10292 (allout-test-resumptions): Unit tests (and intermediate variables)
10293 for resumptions.
10294 (allout-tests-globally-unbound, allout-tests-globally-true)
10295 (allout-tests-locally-true): Intermediate variables for
10296 resumptions unit tests.
10297 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
10298 (allout-exposure-category): Replaces 'allout-overlay-category variable.
10299 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
10300 instead of retired `allout-resumptions'. For hook functions, use
10301 `local' parameter so hook settings are created and removed as
10302 buffer-local settings. Revise (resumptions) setting
10303 auto-fill-function so it is set only if already active. (The
10304 related fill-function settings are all made in either case, so
10305 that activating auto-fill-mode activity will have the custom
10306 allout-mode behaviors (hanging indent on topics, if configured for it).
10307 Remove all allout-exposure-category overlays on mode deactivation.
10308 (allout-hotspot-key-handler): New function extracted from
10309 `allout-pre-command-business', so the functionality can be used
10310 for other purposes, eg as a binding in an overlay.
10311 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
10312 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
10313 customization variable.
10314 (allout-run-unit-tests): Run the (currently quite small)
10315 repertoire of unit tests. Called just before the provide iff user
10316 has customized `allout-run-unit-tests-on-load' non-nil.
10317
10318 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
10319
10320 * emacs-lisp/authors.el (authors-aliases): Update.
10321
10322 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
10323
10324 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
10325 gdb-source-window. Add dedicated argument.
10326 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
10327 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
10328 (gdb-display-threads-buffer, gdb-display-memory-buffer)
10329 (gdb-display-locals-buffer): Use it.
10330
10331 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
10332 Set gdb-source-window.
10333
10334 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
10335
10336 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
10337 minor modes, redundant with the custom-autoload line above.
10338
10339 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
10340
10341 * longlines.el (longlines-post-command-function): Handle open-line too.
10342
10343 2006-07-12 Richard Stallman <rms@gnu.org>
10344
10345 * progmodes/grep.el (grep-last-buffer): Doc fix.
10346
10347 * info.el (Info-try-follow-nearest-node): Doc fix.
10348
10349 * emacs-lisp/edebug.el (edebug-instrument-function):
10350 Err if find-function-noselect gives no position.
10351
10352 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10353 If can't find definition, return nil for position.
10354 (find-function-do-it): Handle new return value
10355 of find-definition-noselect.
10356 (find-definition-noselect, find-variable-noselect): Doc fix.
10357 (find-function-noselect): Doc fix.
10358
10359 * help-mode.el (help-variable-def): Handle find-variable-noselect
10360 returning no position.
10361 (help-function-def): Likewise for find-function-search-for-symbol.
10362 (help-face-def): Likewise.
10363
10364 * help-fns.el (describe-variable): Handle find-variable-noselect
10365 returning no position.
10366
10367 * files.el (locate-file-completion): Avoid duplicates in result.
10368
10369 * cus-edit.el (custom-no-edit): New command.
10370 (custom-mode-map): Remap to custom-no-edit instead of
10371 using suppress-keymap.
10372
10373 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
10374
10375 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10376 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10377 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
10378
10379 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
10380
10381 2006-07-11 Kim F. Storm <storm@cua.dk>
10382
10383 * ido.el (ido-copy-current-file-name): Use buffer-name if
10384 buffer-file-name is nil.
10385
10386 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
10387
10388 * simple.el (undo-ask-before-discard): Set to nil.
10389
10390 * vc.el (vc-exec-after): Don't delete process manually.
10391 (vc-print-log): Run log-view-mode in process sentinel inside
10392 inhibit-read-only. Don't shrink window due to timing issues.
10393
10394 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
10395 Avoid using with-output-to-temp-buffer, which clobbers local vars.
10396
10397 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
10398
10399 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10400 Fix ambiguity introduced by last change.
10401 (compilation-find-file): Move save-excursion to where it may
10402 make sense. Fix a left over `find-file'.
10403
10404 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
10405
10406 * textmodes/texinfmt.el (texinfo-format-separate-node):
10407 Insert a string before point, which fits documentation, not after.
10408 (texinfo-multitable-item): In a multitable row, insert any
10409 additional needed @tabs and spaces.
10410
10411 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
10412
10413 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10414 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10415 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
10416 instead of shell-command.
10417 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
10418 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
10419 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
10420 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
10421 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
10422 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
10423
10424 2006-07-11 Kim F. Storm <storm@cua.dk>
10425
10426 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
10427 Remove special case for seconds < 0. Use (redisplay t) instead.
10428
10429 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
10430
10431 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
10432 avoid compilation error.
10433
10434 * subr.el (sit-for): New function.
10435
10436 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
10437
10438 2006-07-10 Richard Stallman <rms@gnu.org>
10439
10440 * ldefs-boot.el (edebug): Update page.
10441
10442 2006-07-10 Kim F. Storm <storm@cua.dk>
10443
10444 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
10445 to FOR-RELEASE and TODO.
10446
10447 2006-07-10 Romain Francoise <romain@orebokech.com>
10448
10449 * emacs-lisp/authors.el (authors-aliases): Update.
10450
10451 2006-07-10 Alan Mackenzie <acm@muc.de>
10452
10453 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
10454 * cc-mode.el: Changes to eradicate eval-after-load.
10455
10456 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
10457
10458 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
10459 on non-char events.
10460
10461 2006-07-09 Romain Francoise <romain@orebokech.com>
10462
10463 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10464 Don't highlight start/end markers as compilation messages.
10465
10466 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
10467 to t.
10468
10469 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
10470
10471 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
10472
10473 2006-07-08 Richard Stallman <rms@gnu.org>
10474
10475 * term/x-win.el (x-handle-display): Add doc string.
10476
10477 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10478
10479 * subr.el (def-edebug-spec): Move here.
10480 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
10481
10482 * imenu.el (imenu-choose-buffer-index): Doc fix.
10483
10484 2006-07-08 Romain Francoise <romain@orebokech.com>
10485
10486 * term/x-win.el (x-display-name): Fix typo.
10487
10488 2006-07-08 Eli Zaretskii <eliz@gnu.org>
10489
10490 * hexl.el (hexl-find-file): Doc fix.
10491
10492 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10493
10494 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
10495
10496 * term/x-win.el (x-display-name): Doc fix.
10497
10498 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10499
10500 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
10501 long prefixes.
10502 (fill-region-as-paragraph): Don't round up to a whole line.
10503 (fill-comment-paragraph): Don't include the code-before-the-comment
10504 when calling fill-region-as-paragraph.
10505
10506 * international/mule.el (make-char): Remove redundancy.
10507
10508 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
10509 property may contain an anonymous function rather than a symbol.
10510
10511 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
10512
10513 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10514 Use shy regexp. Fix incorrect backref to potentially unmatched group.
10515
10516 * dirtrack.el (dirtrack-default-directory-function): Remove.
10517 (dirtrack-directory-function): Use file-name-as-directory.
10518 (dirtrack-windows-directory-function): Simplify.
10519 (dirtrack-forward-slash, dirtrack-backward-slash)
10520 (dirtrack-replace-slash): Remove.
10521 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
10522 (dirtrack): Fix wrong parenthesizing; use match-string.
10523
10524 * progmodes/octave-inf.el: Remove spurious * in docstrings.
10525 (inferior-octave-mode): Only change the buffer-local value of
10526 comint-dynamic-complete-functions.
10527 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
10528 Move the initialization to the declaration.
10529 (inferior-octave-complete): Remove unused var `filter'.
10530
10531 * shell.el (shell-mode): Only change the buffer-local value of
10532 comint-dynamic-complete-functions.
10533
10534 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
10535
10536 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
10537 entry is skipped because it has been scheduled.
10538 (org-prepare-agenda-buffers): Don't mark buffers as modified when
10539 changing `:org-archived' and `:org-comment' properties.
10540
10541 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
10542
10543 * server.el (server-select-display): Don't make the temp frame
10544 minibuffer-only, in case it's not a temp frame.
10545 (server-process-filter): Don't delete the temp frame if it's the
10546 only one we have on that display.
10547
10548 * files.el (find-alternate-file): Doc fix.
10549
10550 2006-07-05 Richard Stallman <rms@gnu.org>
10551
10552 * files.el (abbreviate-file-name): Add save-match-data.
10553
10554 2006-07-03 Richard Stallman <rms@gnu.org>
10555
10556 * faces.el (read-face-name): Doc fix.
10557
10558 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
10559
10560 * net/goto-addr.el (goto-address): Mark as safe for local evals.
10561
10562 2006-07-05 Andre Spiegel <spiegel@gnu.org>
10563
10564 * vc.el (vc-diff-internal): Fix prev change.
10565
10566 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
10567
10568 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
10569 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
10570
10571 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10572
10573 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
10574 fails if the symbol contains chars like ( or '.
10575 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
10576 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
10577 `short'.
10578
10579 2006-07-04 Kenichi Handa <handa@m17n.org>
10580
10581 * international/mule-cmds.el (set-language-info): If LANG-ENV is
10582 the current one, don't call set-language-environment, but call one
10583 of set-language-environment-XXX to make INFO effective now.
10584 (set-language-environment): Call set-language-environment-XXX
10585 functions instead of doing the various setups directly.
10586 (set-language-environment-coding-systems): Delete argument eol-type.
10587 (set-language-environment-input-method)
10588 (set-language-environment-nonascii-translation)
10589 (set-language-environment-charset)
10590 (set-language-environment-fontset)
10591 (set-language-environment-unibyte): New functions.
10592
10593 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
10594
10595 * locate.el (locate-update-when-revert): New option.
10596 (locate-update-path): New option (suggested by Michael Albinus).
10597 (locate-prompt-for-command): Whitespace change.
10598 (locate-update): No longer offer to update the locate database by
10599 default. Implement the two new options.
10600
10601 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
10602
10603 * tooltip.el: Move comment about track-mouse...
10604
10605 * progmodes/gud.el: ...to here.
10606
10607 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
10608
10609 * facemenu.el (facemenu-listed-faces): New var.
10610 (facemenu-unlisted-faces): Variable deleted.
10611 (facemenu-add-new-face): Use facemenu-listed-faces.
10612
10613 * emulation/viper-init.el, calendar/calendar.el:
10614 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
10615
10616 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
10617
10618 * textmodes/org.el (org-mode): Remove no invalid settings for
10619 calc embedded mode.
10620 (org-mode-p): New defsubst.
10621 (org-save-all-org-buffers): New function.
10622 (org-first-headline-recenter): Enclose outline-regexp in group
10623 delimiters.
10624 (org-set-tags): Keep single space after stars.
10625
10626 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10627
10628 * window.el (set-window-text-height): Only set window-min-height to
10629 1 if that's the requested size.
10630
10631 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
10632 (diff-unified->context, diff-context->unified)
10633 (diff-reverse-direction): Make sure the end marker stays at the end.
10634 (diff-mode): Add the keymap table at the end of docstring.
10635 Use lexical-let rather than constructing a closure manually.
10636
10637 * files.el (find-file-noselect-1): Remove unused var assignment.
10638 (hack-local-variables-confirm): Print lists of strings as lists of
10639 strings rather than lists of symbols.
10640 (abbreviate-file-name, hack-local-variables-prop-line):
10641 Use match-string.
10642 (hack-one-local-variable): Move `make-local-variable' nearer its use.
10643 (recover-session-finish): Use line-end-position.
10644
10645 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
10646
10647 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
10648
10649 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
10650
10651 * progmodes/make-mode.el (makefile-macroassign-regex):
10652 Accept preceding keyword.
10653 (makefile-gmake-statements): Reorganize, now that makepp has
10654 "override" and also handle forgotten "override define".
10655 (makefile-makepp-statements): Add new "global", "override export"
10656 and "override global".
10657
10658 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
10659
10660 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
10661 (ada-compile-mouse-goto-error, ada-deactivate-properties)
10662 (ada-no-auto-case): Fix typos in docstrings.
10663
10664 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
10665
10666 * info.el (Info-find-node-2): Search for makeinfo version more
10667 carefully.
10668
10669 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
10670
10671 * textmodes/org.el (org-prepare-agenda-buffers):
10672 Use `invisible-OK' argument for `org-end-of-subtree'.
10673 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
10674 (org-beginning-of-item): Fix bug in regular expression for white line.
10675 (org-export-as-html): Enforce space after bullet in plain list items.
10676 (org-set-autofill-regexps): Require space after plain list bullet
10677 for paragraph-start.
10678 (org-ts-regexp3): New constant.
10679 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
10680 (org-timestamp-up-day, org-timestamp-down-day)
10681 (org-timestamp-change): Work with inactive timestamps.
10682 (org-ts-regexp1): Don't allow brackets in time stamps.
10683
10684 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
10685
10686 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
10687 for ignoring links.
10688
10689 * faces.el (read-face-name): Use it.
10690
10691 2006-06-28 Juri Linkov <juri@jurta.org>
10692
10693 * buff-menu.el (list-buffers-noselect): Compare Info file
10694 with the string "dir" to detect Info directory.
10695
10696 * complete.el (partial-completion-mode): In lambda for
10697 `choose-completion-string-functions' use full function signature
10698 with 4 args, and move point to the end of the minibuffer only if arg
10699 `mini-p' is non-nil.
10700
10701 2006-06-28 John Paul Wallington <jpw@pobox.com>
10702
10703 * ibuffer.el (ibuffer-mode): Doc fix.
10704
10705 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
10706
10707 * textmodes/org.el (org-context): New contexts :item-bullet,
10708 :latex-fragment, :latex-preview.
10709 (org-overlays-at, org-overlay-start, org-overlay-end):
10710 New compatibility functions.
10711 (org-inside-LaTeX-fragment-p): More accurate matching, using the
10712 exact regexp that will be used during export.
10713 (org-latex-regexps): New variable.
10714 (org-cdlatex-mode): Improve advice for `texmathp'.
10715 (turn-on-org-cdlatex): New function.
10716
10717 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10718
10719 * term/mac-win.el (mac-handle-font-selection): Change keys of
10720 mac-atsu-font-table from strings to numbers.
10721 (mac-ts-caret-position): Use also when cursor-type is nil.
10722 (mac-ts-update-active-input-area): Add Mac OS Classic support.
10723 Relax condition for using overlay strings.
10724 Use mac-ts-caret-position face when cursor-type is nil.
10725
10726 2006-06-26 Kim F. Storm <storm@cua.dk>
10727
10728 * help.el (view-emacs-news): Declare `res' in the right let* form.
10729
10730 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
10731
10732 * net/rcompile.el (remote-compile): Replace ange-ftp based
10733 implementation by Tramp functions.
10734 Suggested by Marc Abramowitz <msabramo@gmail.com>.
10735
10736 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
10737
10738 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
10739
10740 * international/fontset.el (setup-default-fontset): Fix a typo in
10741 the "Oriya-Akruti" registry name.
10742
10743 2006-06-23 Lars Hansen <larsh@soem.dk>
10744
10745 * desktop.el (desktop-full-file-name): New function.
10746 (desktop-kill, desktop-save, desktop-remove, desktop-read)
10747 (desktop-revert): Use it.
10748 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
10749 (desktop-after-read-hook): Add option list-buffers.
10750 (desktop-locals-to-save): Add tab-width.
10751 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
10752 Fix docstring.
10753
10754 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
10755
10756 * textmodes/org.el (org-cdlatex-mode-map)
10757 (org-cdlatex-texmathp-advice-is-done): New variables.
10758 (org-cdlatex-mode): New minor mode.
10759 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
10760 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
10761 (org-export-with-archived-trees): New option.
10762 (org-open-file): Remove the call to `convert-standard-filename'.
10763 (org-archive-tag, org-agenda-skip-archived-trees)
10764 (org-cycle-open-archived-trees)
10765 (org-sparse-tree-open-archived-trees): New options.
10766 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
10767 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
10768 New functions.
10769 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
10770 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
10771 (org-mode-map): Add binding for `org-toggle-archive-tag'.
10772 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
10773 Call `org-prepare-agenda-buffers'.
10774 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
10775 (org-file-apps, org-file-apps-defaults-gnu)
10776 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
10777 Handle remote files by forcing them to be opened in Emacs.
10778
10779 2006-06-23 Andre Spiegel <spiegel@gnu.org>
10780
10781 * vc.el (vc-diff-knows-L): New variable.
10782 (vc-diff-internal): Use it to handle "diff" programs that don't
10783 understand -L. This works automatically, no user action is necessary.
10784
10785 2006-06-23 Daniel Brockman <daniel@brockman.se>
10786
10787 * net/rcirc.el (rcirc-default-user-full-name): Default to
10788 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
10789 longer exists).
10790 (rcirc-process-list): Check `buffer-live-p' before attempting to
10791 switch to a buffer.
10792
10793 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
10794
10795 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
10796 based on rcirc-coding-system-alist.
10797
10798 2006-06-23 Martin Rudalics <rudalics@gmx.at>
10799
10800 * cus-edit.el (customize-apropos): A better error message.
10801 (top level) <debug-ignored-errors>: Extend and update the list of
10802 ignored error messages.
10803
10804 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
10805
10806 * complete.el (PC-do-completion): Retain capitalization of user
10807 input, when possible, even if completion-ignore-case is set.
10808
10809 2006-06-23 Eli Zaretskii <eliz@gnu.org>
10810
10811 * generic-x.el (bat-generic-mode): Support .cmd files.
10812
10813 * dos-w32.el (top level): Use find-file-not-found-functions
10814 instead of the obsolete find-file-not-found-hooks.
10815
10816 2006-06-22 Kim F. Storm <storm@cua.dk>
10817
10818 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
10819 to recognize mode name containing submodes, such as Grep/lw.
10820
10821 2006-06-21 Kim F. Storm <storm@cua.dk>
10822
10823 * simple.el (line-move-1): Check for move-end-of-line instead of
10824 end-of-line when setting temporary-goal-column.
10825
10826 2006-06-21 Miles Bader <miles@gnu.org>
10827
10828 * play/cookie1.el (cookie): Work properly when there's only one entry.
10829
10830 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
10831
10832 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
10833 (gdb-frame-handler): Generalize frame regexp for templates.
10834
10835 2006-06-20 Glenn Morris <rgm@gnu.org>
10836
10837 * calendar/appt.el (appt-display-format): Default value must be
10838 one of the customize options.
10839
10840 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
10841
10842 * term/xterm.el (terminal-init-xterm): Update key availability info.
10843 Bind C-return.
10844
10845 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
10846
10847 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
10848
10849 * files.el (hack-local-variables): Run `hack-local-variables-hook'
10850 whether or not a local variables list is defined.
10851
10852 * msb.el (msb): Move `sit-for' hack here to handle both
10853 "mouse-down and drag" and "mouse-up and select" situations.
10854 (mouse-select-buffer): Move `sit-for' hack to `msb'.
10855
10856 2006-06-20 Kenichi Handa <handa@m17n.org>
10857
10858 * international/characters.el (word-combining-categories):
10859 Add entries for 2-byte Han characters.
10860
10861 2006-06-19 Richard Stallman <rms@gnu.org>
10862
10863 * bindings.el (mode-line-format): Save some mode line space.
10864
10865 * files.el (find-file-noselect): Improve the question wording.
10866 (basic-save-buffer-2): Mask UMASK against 666.
10867
10868 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
10869 (mouse-drag-vertical-line): Call it.
10870
10871 * cus-edit.el (customize-option, customize-option-other-window):
10872 Error if SYMBOL is nil.
10873
10874 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
10875
10876 * textmodes/org.el: Require noutline, also on XEmacs.
10877 (org-end-of-subtree): Return point.
10878 (org-dblock-start-re, org-dblock-end-re): New constants.
10879 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
10880 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
10881 (org-update-all-dblocks, org-find-dblock): New functions.
10882 (org-collect-clock-time-entries): New function.
10883 (org-html-handle-time-stamps): Never export CLOCK timeranges.
10884 (org-fixup-indentation): Modify to deal correctly with lines
10885 starting with TAB. Only one argument DIFF now.
10886 (org-demote, org-promote): Call `org-fixup-indentation' with just
10887 one argument, DIFF.
10888 (org-mode): Don't mark buffer as modified when aligning tables.
10889 (org-clock-sum): Don't mark buffer modified when adding time sum
10890 properties.
10891 (org-export-as-html): Add support for a link validation function.
10892 (org-archive-all-done): New function.
10893 (org-archive-subtree): New prefix argument. When set, archive all
10894 done subtrees in this buffer.
10895 (org-remove-clock-overlays)
10896 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
10897 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
10898 (org-put-clock-overlay): Don't swallow last headline character
10899 when displaying overlay.
10900 (org-store-link): Link to `image-mode' with just the file name.
10901
10902 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
10903
10904 * viper-cmd.el (viper-special-read-and-insert-char):
10905 Use read-key-sequence.
10906 (viper-after-change-undo-hook): Misc enhancements.
10907 (viper-after-change-undo-hook): New hook.
10908 (viper-undo): Use viper-after-change-undo-hook.
10909 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
10910 (viper-next-line-at-bol): If point is on a widget or a button, simulate
10911 clicking on that widget/button.
10912
10913 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
10914
10915 * ediff-diff (ediff-test-patch-utility): Catch errors.
10916 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
10917 (ediff-set-actual-diff-options): New function.
10918 (ediff-reset-diff-options, ediff-toggle-ignore-case):
10919 Use ediff-set-actual-diff-options.
10920 (ediff-extract-diffs): Catch errors.
10921 (ediff-whitespace): Add non-breakable space.
10922 (ediff-same-file-contents): Catch errors.
10923
10924 * ediff-mult.el (ediff-collect-custom-diffs):
10925 Save coding-system-for-read.
10926
10927 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
10928 (ediff-vc-internal, ediff-vc-merge-internal):
10929 Use ediff-delete-version-file.
10930 (ediff-delete-version-file): New function.
10931
10932 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
10933
10934 * ediff.el (ediff-directories, ediff-directory-revisions)
10935 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
10936 (ediff-directories-internal, ediff-merge-directory-revisions)
10937 (ediff-merge-directory-revisions-with-ancestor)
10938 (ediff-directories3): Use read-directory-name.
10939
10940 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
10941
10942 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
10943 Remove superfluous part of regexp for brace matching which is handled
10944 by `scan-lists' call.
10945
10946 2006-06-16 Richard Stallman <rms@gnu.org>
10947
10948 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
10949
10950 * files.el (basic-save-buffer-2): For a new precious file,
10951 use the default modes in the return value.
10952
10953 * facemenu.el (facemenu-color-alist): Doc fix.
10954
10955 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
10956
10957 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10958
10959 * cus-start.el (all): Add mac-ts-script-language-on-focus.
10960
10961 * term/mac-win.el (mac-text-encoding-ascii): New constant.
10962 (mac-utxt-to-string): Use it.
10963 (mac-ts-update-active-input-area): Use mac-ae-number.
10964
10965 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
10966
10967 * term.el (term-handle-scroll, term-delete-lines)
10968 (term-insert-lines): Fix off by one errors.
10969
10970 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
10971
10972 * net/tramp.el (tramp-touch): Use UTC to express time.
10973
10974 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
10975
10976 * mail/sendmail.el (mail-send): Search explicitly for
10977 mail-header-separator when checking for corrupted header lines.
10978
10979 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
10980
10981 * progmodes/gdb-ui.el (gdb-same-frame): New option.
10982 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
10983 (gdb-init-1): Initialise them.
10984 (gdb-starting): Reset gdb-printing
10985 (gdb-starting): Save value of gud-overlay-arrow-position.
10986 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
10987 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
10988 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
10989 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
10990
10991 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10992
10993 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
10994
10995 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
10996
10997 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
10998 (ldap-search-internal): Keep error messages, and a regexp fix.
10999
11000 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
11001
11002 * files.el (hack-local-variables-confirm):
11003 Display string value using its printed representation.
11004
11005 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
11006
11007 * server.el (server-edit): No-op if no server buffers exist.
11008
11009 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
11010
11011 * textmodes/page-ext.el (pages-directory-for-addresses):
11012 Including `pages-directory-address-mode' in the function results
11013 in the message "Buffer in which pages were found is deleted".
11014
11015 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
11016
11017 * textmodes/org.el (org-agenda-mode-map): Add bindings for
11018 clocking functions.
11019
11020 (org-agenda-clock-in, org-check-running-clock)
11021 (org-clock-out-if-current, org-remove-clock-overlays)
11022 (org-put-clock-overlay): New functions.
11023 (org-clock-marker, org-clock-file-total-minutes)
11024 (org-clock-overlays): New variables.
11025 (org-clock-display, org-clock-sum, org-clock-cancel)
11026 (org-clock-out, org-clock-in): New commands.
11027 (org-export): New function.
11028 (org-emph-re): New constant.
11029 (org-set-emph-re, org-do-emphasis-faces): New functions.
11030 (org-emphasis-regexp-components, org-emphasis-alist): New options.
11031 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
11032 (org-export-html-convert-emphasize): Use the configurable emphasis.
11033 (org-cleaned-string-for-export): Make multiline emphasis visible
11034 to the exporter. New optional argument PARAMETERS.
11035 (org-export-as-html): Specify :emph-multiline parameter to
11036 `org-cleaned-string-for-export'.
11037
11038 2006-06-10 Richard Stallman <rms@gnu.org>
11039
11040 * help.el (help-for-help-internal): Clean up help text.
11041
11042 2006-06-10 Andreas Schwab <schwab@suse.de>
11043
11044 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
11045 in doc string.
11046
11047 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
11048
11049 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
11050
11051 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
11052 spaces after the comment start.
11053
11054 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11055
11056 * play/pong.el (pong-init-buffer):
11057 Fill buffer with spaces instead of ^A.
11058
11059 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
11060 launched asynchronously, delete its process instead of being cool.
11061 (ispell-async-processp): Check for `delete-process' existence
11062 instead of `kill-process' one for consistency.
11063
11064 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
11065
11066 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
11067 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
11068 in mode line at startup.
11069
11070 2006-06-08 Kim F. Storm <storm@cua.dk>
11071
11072 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
11073 (ido-init-completion-maps): Bind them to M-SPC and M-v.
11074 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
11075 (ido-file-internal): Pass full file name to write-file.
11076 (ido-read-internal): Only pop stack elements automatically if they
11077 actually match an existing directory or file name.
11078
11079 2006-06-07 Kenichi Handa <handa@m17n.org>
11080
11081 * international/mule.el (find-auto-coding): Don't handle the short
11082 name `char-trans'.
11083
11084 * files.el (hack-local-variables-prop-line)
11085 (hack-local-variables): Cancel the previous change.
11086
11087 2006-06-06 Jesper Harder <harder@phys.au.dk>
11088
11089 * ediff-diff.el (ediff-test-utility): Protect against file-error.
11090
11091 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
11092
11093 * diff-mode.el (diff-mode): Set buffer-read-only to t when
11094 diff-default-read-only is non-nil.
11095 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
11096 (diff-refine-hunk): Set inhibit-read-only to t.
11097
11098 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
11099 modifying the *Diff* buffer.
11100 (diff-process-filter): New filter function for diff process that
11101 sets inhibit-read-only to t when modifying the *Diff* buffer.
11102
11103 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
11104
11105 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
11106 insertion point and control the number of empty lines.
11107 (org-paste-subtree): Limit the number of empty lines at the end of
11108 the inserted tree.
11109 (org-agenda): Use buffer name of current file for narrowing.
11110 (org-export-as-xml): Command removed.
11111 (org-export-xml-type): Option removed.
11112 (org-mode-map): Call `org-export-as-xoxo' directly.
11113 (org-get-indentation): New optional argument LINE.
11114 (org-fix-indentation, org-remove-tabs): New functions.
11115 (org-export-as-ascii, org-ascii-level-start): Determine and apply
11116 correct indentation for headlines that are converted it items.
11117 (org-skip-comments): Remove table lines that contain narrowing
11118 cookies but no other non-empty fields.
11119 (org-set-tags): Allow groups of mutually exclusive tags.
11120 (org-cmp-time): Sort 24:21 before items without time.
11121 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
11122 (org-open-at-point): Require double colon also for numbers.
11123
11124 2006-06-06 Kim F. Storm <storm@cua.dk>
11125
11126 * ido.el (ido-default-file-method, ido-default-buffer-method):
11127 Make choice values consistent with corresponding command names.
11128 (ido-visit-buffer): Update accordingly. Default to selected-window.
11129
11130 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
11131
11132 * progmodes/gud.el (gud-running): Fix doc string.
11133 (gud-menu-map): Use :visible instead fo :enable for debugger test.
11134 (gud-tooltip-modes): Add python-mode.
11135 (gud-tooltip-print-command): Add pdb. Remove perldb.
11136
11137 2006-06-05 Eli Zaretskii <eliz@gnu.org>
11138
11139 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
11140 Quote $(EMACS).
11141
11142 2006-06-05 Richard Stallman <rms@gnu.org>
11143
11144 * faces.el (defined-colors): Doc fix.
11145
11146 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
11147
11148 * vc.el (vc-process-filter): Inhibit undo info collection around
11149 call to insert.
11150 (vc-setup-buffer): Likewise for call to erase-buffer.
11151 (vc-do-command): Likewise for call to process-file.
11152
11153 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
11154
11155 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
11156 for gud-go.
11157 (gud-common-init): Other debuggers may trigger error.
11158
11159 2006-06-05 Kenichi Handa <handa@m17n.org>
11160
11161 * international/mule.el (find-auto-coding):
11162 Handle enable-character-translation in file header.
11163
11164 2006-06-04 Kim F. Storm <storm@cua.dk>
11165
11166 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
11167 (authors-fixed-entries): Fix spelling.
11168 (authors-canonical-file-name): Don't report error for wildcards.
11169
11170 * help.el (view-emacs-news): Rewrite to support new NEWS,
11171 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
11172 e.g. version 10 matches 1.10, and don't be confused by version 1.1
11173 being a prefix of 1.12 (etc). A numeric prefix arg also works.
11174
11175 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
11176
11177 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
11178 exec constructs like `foo bar`.
11179 (sh-quoted-subshell): New helper function to search for a possibly
11180 nested subshell (like `` or $()) within a "" quoted string.
11181 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
11182 (sh-apply-quoted-subshell): Flag quote characters inside a
11183 subshell, which is itself already in a quoted region, as
11184 punctuation, since this is the closest to what they actually are.
11185 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
11186 sh-apply-quoted-subshell.
11187 (sh-font-lock-syntactic-face-function): Apply the new face for
11188 text inside `` instead of the old font-lock-string-face.
11189
11190 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11191
11192 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
11193 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
11194 (mac-bytes-to-text-range, mac-ae-text-range-array)
11195 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
11196 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
11197 (mac-ts-unicode-for-key-event): New functions.
11198 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
11199 (mac-handle-font-selection): Use mac-ae-number.
11200 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
11201 New variables.
11202 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
11203 (mac-ts-converted-text, mac-ts-selected-converted-text)
11204 (mac-ts-block-fill-text, mac-ts-outline-text)
11205 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
11206 (mac-ts-hilite-style-faces): New constant.
11207 (mac-apple-event-map): Bind text input events.
11208 (mac-dispatch-apple-event): Use command-execute instead of
11209 call-interactively.
11210 (global-map): Don't bind mac-apple-event.
11211 (special-event-map): Bind mac-apple-event.
11212
11213 2006-06-02 Eli Zaretskii <eliz@gnu.org>
11214
11215 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
11216 file name.
11217 (emacs): Enclose the value of $(EMACS) in quotes.
11218
11219 2006-06-02 Juri Linkov <juri@jurta.org>
11220
11221 * international/mule.el (sgml-html-meta-auto-coding-function):
11222 Remove the condition `(search-forward "<html" size t)'.
11223 Replace `\"' with `[\"']?' in `re-search-forward'.
11224
11225 2006-06-02 Kenichi Handa <handa@m17n.org>
11226
11227 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
11228 as well as `coding'.
11229 (hack-local-variables): Likewise.
11230
11231 * international/mule.el (enable-character-translation):
11232 Put permanent-local and safe-local-variable properties.
11233 (find-auto-coding): Handle char-trans: tag.
11234
11235 2006-06-02 Juri Linkov <juri@jurta.org>
11236
11237 * international/mule.el (sgml-html-meta-auto-coding-function):
11238 Limit the search by the end of the HTML header (if any).
11239
11240 2006-06-01 Richard Stallman <rms@gnu.org>
11241
11242 * subr.el (with-current-buffer): Doc fix.
11243
11244 2006-06-02 Masatake YAMATO <jet@gyve.org>
11245
11246 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
11247 Almost rewrite. Underlines over all lines of gcov output are too
11248 uncomfortable to read. Suggested by Dan Nicolaescu.
11249
11250 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
11251
11252 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
11253
11254 * shell.el (shell-mode): Use shell-mode-map in docstring.
11255
11256 * comint.el (comint-send-input): Do not add help-echo and
11257 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
11258
11259 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11260
11261 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
11262
11263 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
11264
11265 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
11266 (gdb-stopped, gdb-info-stack-custom): If there is no source info
11267 look up the stack and pop up GUD buffer if necessary.
11268 (gdb-frames-select): Remove redundant call to gud-display-frame.
11269 (gdb-info-threads-custom): Keep point at start of buffer.
11270 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
11271
11272 2006-05-31 Juri Linkov <juri@jurta.org>
11273
11274 * replace.el (query-replace-read-from, query-replace-read-to):
11275 Bind `history-add-new-input' to nil. Call `add-to-history'.
11276
11277 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
11278
11279 * textmodes/table.el: Convert all HTML tags to lower case for
11280 XHTML compatibility.
11281
11282 2006-05-31 Masatake YAMATO <jet@gyve.org>
11283
11284 * progmodes/compile.el:
11285 (compilation-error-regexp-alist-alist::gcov-called-line):
11286 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
11287
11288 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
11289
11290 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
11291 Revert inadvertent changes made with last commit.
11292
11293 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
11294
11295 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
11296 New functions.
11297
11298 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
11299
11300 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
11301
11302 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
11303 only matches in the right place.
11304 (org-upcoming-deadline): New face.
11305 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
11306 (org-export-ascii-underline): Rename constant `org-ascii-underline'
11307 and make it an option.
11308 (org-export-ascii-bullets): New option.
11309 (org-export-as-html): Many changes to emit valid XHTML.
11310 (org-par-open): New variable.
11311 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
11312 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
11313 (org-timeline): Pass `org-timeline-show-empty-dates' to
11314 `org-get-all-dates'. Interpret empty dates returned by
11315 `org-get-all-dates'.
11316 (org-get-all-dates): New argument EMPTY. Add dates without
11317 entries to the list, mark large ranges of empty dates.
11318 (org-point-in-group, org-context): New functions.
11319
11320 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
11321
11322 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
11323
11324 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
11325 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
11326 to C-mouse-3 (for 2 button mice).
11327 (gdb-send): Do the right thing for C-d.
11328
11329 * speedbar.el (speedbar-detach): Delete.
11330 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
11331 it breaks things.
11332 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
11333
11334 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
11335
11336 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
11337 Makeppfile.
11338
11339 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11340 Add makepp diagnostic.
11341
11342 2006-05-29 Richard Stallman <rms@gnu.org>
11343
11344 * window.el (fit-window-to-buffer): Doc fix.
11345
11346 * help.el (temp-buffer-max-height): Doc fix.
11347
11348 * subr.el (with-current-buffer): Doc fix.
11349
11350 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11351
11352 * term/x-win.el: Bind F10 to menu-bar-start if available.
11353
11354 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
11355
11356 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
11357 uses with a simple test.
11358 (term-set-escape-char, term-mode, term-check-kill-echo-list)
11359 (term-send-raw-string, term-send-raw, term-mouse-paste)
11360 (term-char-mode, term-line-mode, term-exec, term-sentinel)
11361 (term-handle-exit, term-read-input-ring)
11362 (term-previous-matching-input-string)
11363 (term-previous-matching-input-string-position)
11364 (term-previous-matching-input-from-input)
11365 (term-replace-by-expanded-history, term-send-input)
11366 (term-skip-prompt, term-bol, term-send-invisible)
11367 (term-kill-input, term-delchar-or-maybe-eof)
11368 (term-backward-matching-input, term-check-source)
11369 (term-proc-query, term-emulate-terminal)
11370 (term-handle-colors-array, term-process-pager, term-pager-line)
11371 (term-pager-bob, term-unwrap-line, term-word)
11372 (term-dynamic-complete-filename)
11373 (term-dynamic-complete-as-filename)
11374 (term-dynamic-simple-complete): Replace one arm ifs with whens or
11375 unlesses.
11376
11377 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11378
11379 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
11380 during bootstrapping.
11381
11382 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
11383 Basically undo the change of 2006-05-26: use extra arguments instead of
11384 dynamic scoping.
11385 (ewoc-locate): Remove unused var `footer'.
11386
11387 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11388
11389 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
11390
11391 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
11392 (generate-file-autoloads): Obey it. Return whether autoloads were
11393 added at point or not.
11394 (update-file-autoloads): Use this new return value.
11395 Remove redundant test for the presence of an autoload cookie.
11396
11397 * emacs-lisp/autoload.el (autoload-find-file): New fun.
11398 This one calls hack-local-variables.
11399 (generate-file-autoloads, update-file-autoloads): Use it.
11400
11401 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
11402 (bibtex-sort-entry-class): Add safe-local-variable predicate.
11403 (bibtex-sort-entry-class-alist): Don't set the global value.
11404 (bibtex-init-sort-entry-class-alist): New fun.
11405 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
11406 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
11407 of bibtex-init-sort-entry-class.
11408
11409 2006-05-28 Richard Stallman <rms@gnu.org>
11410
11411 * subr.el (load-history-regexp): If FILE is relative, insist
11412 entire last name component must match it.
11413 (load-history-filename-element, load-history-regexp): Doc fixes.
11414
11415 2006-05-29 Kim F. Storm <storm@cua.dk>
11416
11417 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
11418 `pos' and `raw-data' for clarity, as eval forms may access these.
11419
11420 2006-05-28 Kim F. Storm <storm@cua.dk>
11421
11422 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
11423
11424 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11425
11426 * progmodes/make-mode.el (makefile-browser-map)
11427 (makefile-mode-syntax-table): Move initialization inside declaration.
11428 (makefile-fill-paragraph): Use the default comment-filling code.
11429
11430 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
11431
11432 * replace.el (query-replace-defaults): New variable.
11433 (query-replace-read-from): Use `query-replace-defaults' for
11434 default value, instead of history list.
11435 (query-replace-read-to): Update `query-replace-defaults'.
11436
11437 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
11438
11439 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
11440 with no X toolkit.
11441
11442 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
11443
11444 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
11445 (tumme-show-all-from-dir): Add autoload.
11446
11447 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
11448
11449 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
11450 (tumme-remove-tag): Fix bug.
11451
11452 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
11453
11454 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
11455 FOOTER args. Update unique caller.
11456 (ewoc-delete): Compute last node once before looping.
11457 (ewoc--node-branch): Merge into unique caller.
11458 (ewoc--node): Don't define constructor make-ewoc--node for this
11459 structure.
11460 (ewoc): Add member `hf-pp' to this structure.
11461 (ewoc--wrap): New func.
11462 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
11463 header/footer pretty-printers. Save header/footer pretty-printer.
11464 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
11465
11466 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
11467
11468 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
11469
11470 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
11471 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
11472 Tag'. Change "Compare directories..." to "Change Directories...".
11473 Move tumme commands to Operate, Regexp and Immediate menus.
11474 Change "Add Comment" to "Add Image Comment". Change "Add Image
11475 Tag" to "Add Image Tags".
11476
11477 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
11478 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
11479 `tumme-delete-tag'.
11480
11481 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
11482
11483 * shell.el (shell-mode): Call shell-dirtrack-mode after
11484 list-buffers-directory is made a local variable, to avoid setting
11485 the default value.
11486
11487 2006-05-26 Kevin Ryde <user42@zip.com.au>
11488
11489 * info.el (Info-index-next): Use where-is-internal to report
11490 actual binding of Info-index-next, rather than hard-coded `,'.
11491
11492 2006-05-26 Eli Zaretskii <eliz@gnu.org>
11493
11494 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
11495 and "Find Command in Manual" to here.
11496
11497 * buff-menu.el (list-buffers-noselect): For Info buffers, use
11498 Info-current-file as the file name.
11499
11500 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
11501
11502 * ses.el (defadvice undo-more): Delete this defadvice. The undo
11503 overrides will now be done a different way.
11504 (ses-set-parameter): Reapply this function for undo.
11505 (ses-set-header-row): Reconstruct header row during undo.
11506 (ses-widen): New function.
11507 (ses-goto-data, ses-reconstruct-all): Use new function.
11508 (ses-command-hook): Widen buffer during undo, before unupdating
11509 the cells.
11510 (ses-insert-row, ses-delete-row): Widen buffer during undo.
11511 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
11512 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
11513 formula hasn't been executed yet.
11514
11515 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11516
11517 * comint.el (comint-kill-whole-line): Rename arg to count.
11518 Fix doc string.
11519
11520 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
11521
11522 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
11523 to copy-file.
11524
11525 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11526
11527 * simple.el (toggle-truncate-lines): Make arg optional for
11528 backward compatibility.
11529
11530 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
11531
11532 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
11533 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
11534 DLL arg. Instead, use ewoc--current-dll. Update all callers.
11535 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
11536 (ewoc--adjust): Use ewoc--current-dll.
11537 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
11538
11539 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
11540
11541 * textmodes/org.el (org-next-item, org-previous-item): Emit more
11542 compact error message.
11543 (org-tags-view): Refresh category table in each file.
11544 (org-table-justify-field-maybe): Remove superfluous arguments to
11545 `format'.
11546 (org-export-as-html): Insert "<p>" before postamble.
11547 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
11548
11549 2006-05-26 Kenichi Handa <handa@m17n.org>
11550
11551 * textmodes/po.el (po-find-charset): Pay attention to the case
11552 FILENAME is a cons (NAME . BUFFER).
11553 (po-find-file-coding-system-guts): Likewise.
11554
11555 * arc-mode.el (archive-set-buffer-as-visiting-file):
11556 Call find-operation-coding-system with (FILENAME . BUFFER).
11557
11558 * tar-mode.el (tar-extract): Call find-operation-coding-system
11559 with (FILENAME . BUFFER).
11560
11561 * international/mule.el (decode-coding-inserted-region):
11562 Call find-operation-coding-system with (FILENAME . BUFFER).
11563
11564 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
11565
11566 * image-mode.el (image-toggle-display): Use buffer contents to
11567 generate image for a remote file.
11568
11569 2006-05-25 Juri Linkov <juri@jurta.org>
11570
11571 * replace.el (query-replace-read-from, query-replace-read-to):
11572 Remove 8th arg KEEP-ALL in read-from-minibuffer.
11573
11574 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
11575
11576 * whitespace.el (whitespace-cleanup): Change to cleanup
11577 region if one is active.
11578 * whitespace.el (whitespace-cleanup-internal): New internal method.
11579
11580 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11581
11582 * dired.el (dired-mode-map): Add help-echo strings to tumme
11583 commands. Bind `tumme-dired-display-image' to C-t i.
11584
11585 * tumme.el (tumme-display-image): Change documentation string slightly.
11586 (tumme-dired-display-image): Add call to `display-buffer'.
11587
11588 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
11589
11590 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
11591 Signal error if RAW-DATA is a multibyte string.
11592
11593 2006-05-24 Richard Stallman <rms@gnu.org>
11594
11595 * subr.el (with-local-quit): When handling `quit' signal,
11596 make a chance for quit-flag to cause a quit.
11597
11598 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
11599 (ad-disable-advice): Add autoloads.
11600
11601 * subr.el (read-passwd): Copy PROMPT before changing its properties.
11602
11603 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11604
11605 * dired.el (dired-mode-map): Change menu items for tumme as per
11606 suggestions in emacs-devel.
11607
11608 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
11609
11610 * dired.el (dired-mode-map): Fix breakage.
11611
11612 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11613
11614 * tumme.el (tumme-display-dired-image): Rename to...
11615 (tumme-dired-display-image): ...this.
11616 (tumme-track-movement): Change default value to t.
11617 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
11618 used from `tumme-next-line-and-display' and similar commands.
11619
11620 * dired.el (dired-mode-map): Add Thumbnail submenu under the
11621 Immediate menu. Add some tumme commands there.
11622
11623 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
11624
11625 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
11626
11627 2006-05-24 Chong Yidong <cyd@mit.edu>
11628
11629 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
11630 menu entries that open submenus.
11631
11632 2006-05-24 Alan Mackenzie <acm@muc.de>
11633
11634 * startup.el (command-line): For names of preloaded files, don't
11635 append ".elc" (now done in Fload), and call file-truename on the
11636 lisp directory.
11637
11638 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
11639 match ANY loaded file with the right name, not just those in
11640 load-path. Put a regexp matching the file name into
11641 after-load-alist, rather than the name itself.
11642
11643 * subr.el (load-history-regexp, load-history-filename-element)
11644 (do-after-load-evaluation): New functions.
11645
11646 * international/mule.el (load-with-code-conversion): Do the
11647 eval-after-load stuff by calling do-after-load-evaluation.
11648
11649 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
11650
11651 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
11652 has not been killed.
11653
11654 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11655
11656 * term/mac-win.el: Set idle timer to clean up expired Apple events.
11657 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
11658 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
11659 Optionally set error message in reply.
11660
11661 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
11662
11663 * textmodes/org.el (org-open-at-point): Use renamed variable
11664 `org-confirm-shell-link-function'.
11665 (org-confirm-shell-link-function): Rename from
11666 `org-confirm-shell-links'.
11667 (org-export-directory): New function.
11668 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
11669 (org-export-icalendar): Use `org-export-directory'.
11670 (org-indent-item): Keep cursor position.
11671 (org-link-file-path-type): New option.
11672 (org-export-as-html): Fix bug with plain lists starting in
11673 column 0.
11674 (org-export-as-html): Remove deadline formatting, this happens
11675 now already in `org-html-handle-time-stamps'.
11676 (org-export-html-style): Deadline class removed.
11677 (org-insert-labeled-timestamps-at-point): New option.
11678 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
11679 of `hide-sublevels 1', in case the first headline is not level 1.
11680 (org-overview, org-content): New fuction.
11681 (org-cycle-global-status, org-cycle-subtree-status): Make these
11682 variables buffer-local.
11683 (org-global-cycle): New command.
11684 (org-shifttab): Use `org-global-cycle'.
11685 (org-insert-heading, org-insert-item): Go to end of new
11686 headline/item after creating it.
11687 (org-export-visible): Rename from `org-export-copy-visible'.
11688 Now creates a temporary org-file and applies an exporting command
11689 to it.
11690 (org-table-eval-formula): Support for lisp forms.
11691 (org-agenda-todo-ignore-scheduled): New option.
11692 (org-agenda-get-todos): Use new option
11693 `org-agenda-todo-ignore-scheduled'.
11694 (org-export-html-inline-images): New value `maybe'.
11695 (org-export-as-html): Inlining of images dependent on link description.
11696 (org-archive-subtree): Check for end-of-buffer before trying
11697 `kill-line'.
11698 (org-agenda-follow-mode): New option.
11699 (org-export-with-tags, org-export-with-timestamps): New options.
11700 (org-html-handle-time-stamps): New function.
11701 (org-keyword-time-regexp): New variable.
11702 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
11703 (org-agenda-todo-list-sublevels): New option.
11704 (org-html-level-start): When TITLE is nil, just close all levels.
11705 (org-parse-key-lines, org-parse-export-options): Remove functions,
11706 replaced by `org-infile-export-plist'.
11707 (org-combine-plists, org-infile-export-plist)
11708 (org-default-export-plist): New functions.
11709 (org-export-html-preamble, org-export-html-postamble)
11710 (org-export-html-auto-preamble, org-export-html-auto-postamble):
11711 New variables.
11712 (org-export-publishing-directory): New option.
11713 (org-export-as-html, org-export-as-ascii): Use the new property
11714 lists for settings.
11715 (org-export-copy-visible, org-export-as-xoxo):
11716 Respect `org-export-publishing-directory'.
11717 (org-link-search, org-store-link, org-file-apps): Support for
11718 links to BibTeX database entries..
11719 (org-get-current-options, org-set-regexps-and-options):
11720 Implement logging as a startup option.
11721 (org-store-link): Make sure context string is never empty
11722 (org-insert-link): Use relative path when possible.
11723 (org-at-item-checklet-p): New function.
11724 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
11725 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
11726 (org-metaright, org-metaup, org-metadown, org-shiftup)
11727 (org-shiftdown, org-shiftright, org-shiftleft)
11728 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
11729 Dispatch using `call-interactively'.
11730 (org-call-with-arg): New defsubst.
11731 (org-tag-alist, org-use-fast-tag-selection): New options.
11732 (org-complete): Use `org-tag-alist'.
11733 (org-fast-tag-insert, org-fast-tag-selection): New functions.
11734 (org-next-item, org-previous-item): New commands.
11735 (org-beginning-of-item, org-end-of-item): Add (interactive) to
11736 make command.
11737 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
11738
11739 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
11740
11741 * emacs-lisp/ewoc.el (ewoc-delete): New function.
11742 (ewoc-filter): Use `ewoc-delete'.
11743
11744 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
11745
11746 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11747
11748 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
11749 Signal more user-friendly error messages.
11750
11751 * complete.el (PC-do-completion): Undo the addition of implicit
11752 wildcards if they did not lead to finding any match.
11753 (read-file-name-internal): Don't add the final > if the completion is
11754 not finished.
11755
11756 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
11757
11758 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
11759 Quote safe-local-variable predicate.
11760
11761 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
11762
11763 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
11764
11765 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11766
11767 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
11768
11769 * progmodes/make-mode.el (makefile-special-targets-list)
11770 (makefile-macro-table, makefile-target-table): Mark as risky.
11771 (makefile-query-one-target-method): Make this the alias for the
11772 following variable.
11773 (makefile-query-one-target-method-function): Make this the real name.
11774
11775 * textmodes/artist.el (artist-text-renderer): Make this the alias
11776 for the following variable.
11777 (artist-text-renderer-function): Make this the real name.
11778
11779 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
11780 the alias for the following variable.
11781 (flyspell-generic-check-word-predicate): Make this the real name.
11782
11783 * textmodes/ispell.el (ispell-format-word): Make this the alias
11784 for the following variable.
11785 (ispell-format-word-function): Make this the real name.
11786 (ispell-message-text-end): Mark as risky.
11787
11788 * skeleton.el (skeleton-transformation, skeleton-filter)
11789 (skeleton-pair-filter): Make these the aliases for the following
11790 variables.
11791 (skeleton-transformation-function, skeleton-filter-function)
11792 (skeleton-pair-filter-function): Make these the real names.
11793
11794 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
11795 and skeleton-pair-filter-function.
11796
11797 * textmodes/sgml-mode.el (sgml-transformation): Make this the
11798 alias for the following variable.
11799 (sgml-transformation-function): Make this the real name.
11800 (sgml-tag-alist): Mark as risky.
11801
11802 2006-05-21 Richard Stallman <rms@gnu.org>
11803
11804 * simple.el (kill-region): Interactively, pass point, then mark.
11805
11806 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
11807
11808 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
11809
11810 2006-05-21 Romain Francoise <romain@orebokech.com>
11811
11812 * dired-x.el (dired-mode-map): Don't bind M-g.
11813
11814 2006-05-20 Richard Stallman <rms@gnu.org>
11815
11816 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
11817 (dired-goto-file): Doc fix.
11818
11819 2006-05-21 Kim F. Storm <storm@cua.dk>
11820
11821 * emulation/cua-base.el: Mention customizing cua-mode as alternative
11822 way to enable built-in cua-mode if user loads older CUA-mode package.
11823
11824 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
11825 if default-filename is specified.
11826
11827 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11828
11829 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
11830
11831 * info.el (info-apropos): Make sure current-file and current-node
11832 have non-nil values. Speed up by using add-to-list instead of
11833 manual consing.
11834
11835 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11836
11837 * progmodes/make-mode.el (makefile-mode): Doc fix.
11838
11839 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11840
11841 * dired-aux.el (dired-do-shell-command): Doc fix.
11842
11843 2006-05-20 Kevin Ryde <user42@zip.com.au>
11844
11845 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
11846 ``(custom-manual :tag "Foo" "(foo)Node")''.
11847
11848 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
11849
11850 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
11851 value is an integer.
11852
11853 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11854
11855 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
11856 "format".
11857 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
11858
11859 2006-05-20 Martin Rudalics <rudalics@gmx.at>
11860
11861 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
11862 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
11863
11864 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11865
11866 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
11867 regexp for keywords.
11868
11869 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
11870
11871 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
11872 replace-regexp-in-string.
11873
11874 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
11875 encode, and escape file name on conversion to URL.
11876
11877 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11878
11879 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
11880 Don't unescape URL.
11881 (dnd-get-local-file-name): Unescape URL on conversion to file name.
11882
11883 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
11884 on conversion to URLs.
11885
11886 * net/browse-url.el (browse-url-file-url): Encode file name on
11887 conversion to URL.
11888
11889 * term/mac-win.el (mac-ae-open-documents): Escape file name on
11890 conversion to URL.
11891
11892 2006-05-19 Eli Zaretskii <eliz@gnu.org>
11893
11894 * progmodes/cc-styles.el (c-style-alist): Doc fix.
11895
11896 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11897
11898 * term/mac-win.el (mac-bytes-to-digits): Remove function.
11899 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
11900
11901 2006-05-19 Glenn Morris <rgm@gnu.org>
11902
11903 * calendar/diary-lib.el (diary-bahai-date)
11904 (list-bahai-diary-entries, mark-bahai-diary-entries)
11905 (mark-bahai-calendar-date-pattern): Not interactive.
11906 (add-to-diary-list): New optional arg LITERAL. Doc fix.
11907 (diary-entries-list): Change format of 4th element in each entry.
11908 (diary-list-entries): Use add-to-diary-list.
11909 (diary-goto-entry): Handle the case where the buffer visiting the
11910 diary has been killed.
11911 (fancy-diary-display): Add 'locator to button rather than 'marker.
11912 Only generate temp-face when there are marks to apply.
11913 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
11914 (diary-fancy-date-pattern): New variable.
11915 (diary-time-regexp): Doc fix.
11916 (diary-anniversary, diary-time): New faces.
11917 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
11918 diary-time-regexp. Add font-lock-multiline property where needed.
11919 Use new faces diary-anniversary and diary-time.
11920 (diary-fancy-font-lock-fontify-region-function): New function, to
11921 handle multiline font-lock pattern in fancy diary.
11922 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
11923 (diary-font-lock-keywords): Tweak time regexp. Use new face
11924 diary-time.
11925
11926 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
11927
11928 * international/code-pages.el (mik): Table corrected.
11929
11930 2006-05-18 Kim F. Storm <storm@cua.dk>
11931
11932 * progmodes/grep.el (grep-find): Don't check grep-find-command
11933 before running command (breaks non-interactive usage).
11934
11935 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
11936
11937 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
11938 (ewoc--insert-new-node): Don't insert trailing newline.
11939 Instead, adjust successor nodes's start markers.
11940 (ewoc--refresh-node): Delete all text from current node's start
11941 marker to the next one's; adjust successor nodes's start markers.
11942 (ewoc--create): Doc fixes.
11943 (ewoc--refresh): Don't insert newline.
11944 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
11945 * pcvs.el (cvs-make-cvs-buffer):
11946 Specify extra newline for ewoc's header and footer.
11947 (cvs-update-header): Update initial header recognition.
11948 Append newline to final header and footer values.
11949 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
11950
11951 2006-05-17 Richard Stallman <rms@gnu.org>
11952
11953 * files.el (file-name-extension): Doc fix.
11954
11955 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11956
11957 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
11958 we can explicitly enable/disable rather than toggle.
11959 (shell-mode): Use it.
11960 (shell-cd): Don't try to reproduce what `cd' does.
11961
11962 2006-05-17 Kim F. Storm <storm@cua.dk>
11963
11964 * ido.el (ido-read-internal): Use only nondirectory part of
11965 default item.
11966
11967 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
11968
11969 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
11970 (ewoc-nth): Doc fix.
11971
11972 (ewoc-map, ewoc-invalidate): Compute PP before looping.
11973
11974 2006-05-16 Eli Zaretskii <eliz@gnu.org>
11975
11976 * international/mule.el (auto-coding-alist): Add .lha to files
11977 read with no-conversion.
11978
11979 * files.el (auto-mode-alist): Add .lha files to archive file
11980 extensions.
11981
11982 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
11983 Convert csize to integer when computing offsets within the
11984 compressed archive file.
11985
11986 2006-05-16 Kim F. Storm <storm@cua.dk>
11987
11988 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
11989 with read-from-minibuffer.
11990
11991 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
11992
11993 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
11994 (byte-compile-warnings): Fix safe-local-variable property.
11995
11996 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
11997
11998 * allout.el (allout-show-bodies, allout-old-style-prefixes)
11999 (allout-stylish-prefixes, allout-numbered-bullet)
12000 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
12001 predicates to qualify `safe-local-variable' property, when
12002 available, else use equivalent lambda.
12003 (allout-current-topic-collapsed-p): Do the right thing regarding
12004 trailing blank lines.
12005
12006 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12007
12008 * server.el (server-start): Only create a directory if needed.
12009 (server-edit, server-unload-hook): server-start => server-mode.
12010 (kill-emacs-hook): Cleanup upon exit.
12011
12012 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12013
12014 * hexl.el (hexlify-buffer): Encode process arguments manually.
12015
12016 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
12017
12018 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
12019 call to gdb-tooltip-print.
12020
12021 2006-05-15 Romain Francoise <romain@orebokech.com>
12022
12023 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
12024 systems, default to "tar" since those systems probably have GNU tar.
12025
12026 2006-05-14 Lars Hansen <larsh@soem.dk>
12027
12028 * desktop.el (desktop-missing-file-warning): Fix docstring.
12029 (desktop-restore-file-buffer): Correct question asked on missing file.
12030
12031 2006-05-14 Kim F. Storm <storm@cua.dk>
12032
12033 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
12034 Add CUA move property.
12035
12036 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
12037
12038 * custom.el (custom-push-theme): Load the variable before checking
12039 its `standard-value'.
12040
12041 2006-05-13 Lars Hansen <larsh@soem.dk>
12042
12043 * desktop.el (desktop-save): Use with-temp-buffer.
12044
12045 2006-05-12 Glenn Morris <rgm@gnu.org>
12046
12047 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
12048 * calendar/calendar.el (calendar-mode-map):
12049 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
12050 * calendar/appt.el (appt-check, appt-make-list): Refer to
12051 diary-view-entries, diary-list-entries, diary-show-all-entries
12052 rather than obsolete aliases.
12053
12054 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
12055
12056 * simple.el (line-move-finish): Avoid calling point motion hooks
12057 while processing intangibility.
12058
12059 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
12060
12061 * term/xterm.el (terminal-init-xterm): Fix typo.
12062
12063 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
12064
12065 * allout.el (allout-view-change-hook): Mark as being deprecated,
12066 to be replaced by `allout-exposure-change-hook'.
12067 (allout-exposure-change-hook): New, replacing
12068 `allout-view-change-hook'.
12069 (allout-flag-region): Run new hook `allout-exposure-change-hook',
12070 in addition to `allout-view-change-hook'.
12071 (allout-show-bodies, allout-old-style-prefixes)
12072 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
12073 lambda forms to prevent their showing up in variable help
12074 presentations as inscrutable byte-compiled code.
12075 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
12076 Use string-or-null-p to qualify safe-local-variable values.
12077 (allout-reindent-bodies): Use memq to qualify matches against
12078 valid safe-local-variable values. Also, quote the lambda as above.
12079 (allout-use-mode-specific-leader): Add missing candidate-value
12080 symbols, use memq, and quote the lambda.
12081 (allout-overlay-interior-modification-handler): Remove unused
12082 variables `msg' and 'opened'.
12083 (allout-hidden-p): Constrain invisibility consideration to allout's
12084 invisibility spec, disregarding invisibility for other reasons.
12085
12086 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
12087
12088 * files.el (version-control): Correct safe values.
12089
12090 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
12091
12092 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
12093
12094 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
12095 (ewoc--insert-new-node): New func.
12096 Update callers of deleted funcs to use it, instead.
12097
12098 2006-05-11 Glenn Morris <rgm@gnu.org>
12099
12100 * calendar/calendar.el (diary-show-all-entries): Do not refer to
12101 obsolete alias `show-all-diary-entries'.
12102 (make-diary-entry): Not interactive.
12103 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
12104 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
12105 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
12106 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12107 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
12108 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
12109
12110 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12111
12112 * calendar/calendar.el (calendar-french-date-string)
12113 (calendar-mayan-date-string, calendar-chinese-date-string)
12114 (calendar-astro-date-string, calendar-iso-date-string)
12115 (calendar-islamic-date-string, calendar-bahai-date-string)
12116 (calendar-hebrew-date-string, calendar-coptic-date-string)
12117 (calendar-ethiopic-date-string, calendar-persian-date-string):
12118 These functions are not interactive.
12119
12120 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
12121
12122 * files.el: Balance parentheses.
12123
12124 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
12125
12126 * files.el, newcomment.el, outline.el, simple.el,
12127 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
12128 * progmodes/cc-vars.el, progmodes/compile.el:
12129 Move `safe-local-variable' declarations to the respective files.
12130
12131 * help-fns.el (describe-variable): Don't print safe-var if it is
12132 byte-code. Improve wording as suggested by Luc Teirlinck.
12133
12134 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
12135
12136 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
12137 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
12138 Use a token for pending-triggers to ensure gdb-var-update
12139 gets called once per user input again for pre-GDB 6.4.
12140 (gdb-var-delete): Match on more complex expressions.
12141 (gdb-var-list-children-handler, gdb-var-create-handler):
12142 Use a token for consistency.
12143
12144 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
12145
12146 * textmodes/org.el (org-read-date, org-goto-calendar)
12147 (org-agenda-goto-calendar):
12148 Bind `view-calendar-holidays-initially' to nil.
12149
12150 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
12151
12152 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
12153 Update all callers to do it there, instead.
12154
12155 2006-05-10 Glenn Morris <rgm@gnu.org>
12156
12157 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
12158 prefix arg case, to avoid view-diary-entries-initially error.
12159 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
12160 (calendar-date-is-legal-p): Handle dates with no day part.
12161
12162 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
12163
12164 * comint.el (comint-insert-input): Just make it when
12165 comint-use-prompt regexp is nil (default) and with the mouse.
12166 (comint-copy-old-input): Reinstate from 2004-06-23.
12167 (comint-mode-map): Bind C-c C-m to it.
12168
12169 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
12170
12171 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
12172 Remove spurious move to point-max (new comint behavior fixes).
12173
12174 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
12175 compatibility function (Emacs 18/19).
12176 (idlwave-is-continuation-line): Always return point at start of
12177 previous non-blank continuation line.
12178 (keyword-parameters): Fix continued comment font-lock matcher.
12179 (idlwave-font-lock-fontify-region): Written, use as
12180 font-lock-fontify-region-function, to fix continued keyword
12181 fontification issues.
12182
12183 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12184
12185 * term/mac-win.el (mac-font-panel-mode): Doc fix.
12186 (mac-service-selection, mac-service-open-file)
12187 (mac-service-open-selection, mac-service-mail-selection)
12188 (mac-service-mail-to, mac-service-insert-text): Rename from
12189 mac-services-*. All uses changed.
12190 (mac-apple-event-map): Rename event symbol `services' to `service'.
12191
12192 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
12193
12194 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
12195 (ewoc--node-enter-first, ewoc--node-enter-last)
12196 (ewoc--delete-node-internal): Merge funcs into unique callers.
12197
12198 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
12199
12200 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
12201 return value of read-from-minibuffer for empty input.
12202
12203 2006-05-09 Miles Bader <miles@gnu.org>
12204
12205 * comint.el (comint-insert-input): Remove redundant calls to setq
12206 and goto-char.
12207
12208 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
12209
12210 * comint.el (comint-insert-input): Make it work when
12211 comint-use-prompt-regexp is t.
12212
12213 2006-05-10 Miles Bader <miles@gnu.org>
12214
12215 * subr.el (field-at-pos): New function.
12216
12217 * comint.el (comint-insert-input): Use it.
12218
12219 2006-05-09 Juri Linkov <juri@jurta.org>
12220
12221 * battery.el (battery-linux-proc-acpi): Also try
12222 `/proc/acpi/thermal_zone/THR2/temperature'.
12223
12224 * files.el <safe-local-variable>: Remove `eval' and `let' binding
12225 for now unused lambda `string-or-null'.
12226
12227 * add-log.el (change-log-default-name): Put `string-or-null-p'
12228 instead of lambda on `safe-local-variable' property.
12229
12230 * diff-mode.el (diff-context->unified): Use `region-beginning' and
12231 `region-end' instead of `mark' and `point'.
12232 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
12233 Operate on region in Transient Mark mode when the mark is active.
12234 Use `region-beginning' and `region-end' instead of `mark' and
12235 `point'.
12236 (diff-hunk-text, diff-goto-source): Doc fix.
12237
12238 * startup.el (fancy-splash-screens, normal-splash-screen): Use
12239 face `mode-line-buffer-id' for mode-line buffer face instead of
12240 hard-coded `(:weight bold)'.
12241
12242 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
12243 buffer-undo-list to t (undo-ask is reproducible by visiting
12244 nested archives).
12245
12246 2006-05-09 Kim F. Storm <storm@cua.dk>
12247
12248 * progmodes/grep.el (rgrep): Set default directory of *grep*
12249 buffer if we start M-x rgrep in the *grep* buffer and choose
12250 a different base directory.
12251
12252 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
12253
12254 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
12255 completion also when ido is loaded.
12256
12257 2006-05-09 Masatake YAMATO <jet@gyve.org>
12258
12259 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
12260 "warning" and "import".
12261 (cpp-font-lock-keywords): Added "warning".
12262
12263 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
12264
12265 * term/xterm.el (terminal-init-xterm): Add more key bindings.
12266
12267 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12268
12269 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
12270 pages at a time, if we signal the end, we should indeed reach that end.
12271
12272 2006-05-08 David Reitter <david.reitter@gmail.com>
12273
12274 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
12275 output during execution of the body.
12276
12277 2006-05-08 Kim F. Storm <storm@cua.dk>
12278
12279 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
12280
12281 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
12282
12283 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
12284 Use with-current-buffer.
12285
12286 2006-05-07 Kim F. Storm <storm@cua.dk>
12287
12288 * subr.el (add-to-history): Remove keep-dups arg.
12289
12290 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
12291 to nil around call to add-to-history.
12292
12293 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12294
12295 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
12296 than after a buffer modification.
12297
12298 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
12299
12300 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
12301 call to...
12302 (gud-watch): ...here so speedbar is raised for already watched
12303 expressions.
12304 (gdb-speedbar-refresh): Delete function.
12305 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
12306 Use speedbar-timer-fn instead of speedbar-refresh (reverting
12307 earlier change).
12308 (gdb-var-evaluate-expression-handler)
12309 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
12310
12311 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
12312 Update localized contents for all buffers except ignored modes.
12313
12314 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12315
12316 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
12317 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
12318 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
12319 (mac-handle-font-panel-closed, mac-handle-font-selection):
12320 New functions.
12321 (mac-font-panel-mode): New minor mode.
12322 (mac-apple-event-map): Add bindings for toolbar toggle button and
12323 font panel.
12324 (menu-bar-showhide-menu): Add mac-font-panel-mode.
12325
12326 2006-05-07 John Paul Wallington <jpw@pobox.com>
12327
12328 * ibuffer.el (ibuffer-compressed-file-name-regexp):
12329 Avoid `regexp-opt'; simplify regexp for readability.
12330
12331 2006-05-06 Eli Zaretskii <eliz@gnu.org>
12332
12333 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
12334 * files.el (buffer-stale-function):
12335 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12336 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
12337 links to the main manual, not to emacs-xtra.
12338
12339 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12340
12341 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
12342 MacJapanese if text is ASCII-only.
12343
12344 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
12345
12346 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
12347 unless so nil isn't returned.
12348 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
12349
12350 2006-05-06 Kim F. Storm <storm@cua.dk>
12351
12352 * subr.el (add-to-history): New function.
12353
12354 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
12355 (ediff-merge-files-with-ancestor):
12356 * env.el (setenv):
12357 * isearch.el (isearch-update-ring):
12358 * server.el (server-visit-files):
12359 * progmodes/grep.el (lgrep, rgrep):
12360 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
12361 * progmodes/xscheme.el (xscheme-insert-expression):
12362 Use add-to-history.
12363
12364 * kmacro.el (kmacro-push-ring): Use add-to-history.
12365 (kmacro-ring-length): Remove unused defun.
12366 (kmacro-start-macro): Use kmacro-push-ring.
12367
12368 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
12369
12370 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
12371 directly instead of a lambda expression that calls it.
12372
12373 2006-05-06 Kim F. Storm <storm@cua.dk>
12374
12375 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
12376 instead of compute-motion.
12377
12378 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
12379
12380 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
12381 change.
12382
12383 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
12384
12385 * startup.el (command-line-1): Refer to "Pure Storage" on
12386 pure-space-overflow.
12387
12388 2006-05-05 Martin Rudalics <rudalics@gmx.at>
12389
12390 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
12391 provided faces once they all have been used up.
12392
12393 2006-05-05 Eli Zaretskii <eliz@gnu.org>
12394
12395 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
12396 reference to the Lisp manual to the warning about pure space
12397 overflow.
12398
12399 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12400
12401 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
12402 argument to avoid the call to `ispell-internal-change-dictionary'
12403 when not needed.
12404 (ispell-change-dictionary): Use this argument and call
12405 `ispell-internal-change-dictionary' after the possible change
12406 to `ispell-local-dictionary'.
12407 (ispell-internal-change-dictionary): Check for a change in
12408 personal dictionary use too.
12409
12410 2006-05-05 Eli Zaretskii <eliz@gnu.org>
12411
12412 * startup.el (command-line): On MS-Windows, probe "~", not
12413 "~USER", for warning about non-existent home directory.
12414
12415 * arc-mode.el (archive-l-e): New optional argument `float' means
12416 generate a float value.
12417 (archive-arc-summarize, archive-lzh-summarize)
12418 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
12419 with 3rd argument non-nil when file's size is being computed.
12420 Format the file sizes with %8.0f instead of %8d.
12421
12422 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12423
12424 * cus-start.el (all): Add mac-dnd-known-types.
12425
12426 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
12427 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
12428 (mac-TIFF-to-string): New functions.
12429 (x-get-selection, x-selection-value)
12430 (mac-select-convert-to-string): Use them.
12431 (mac-text-encoding-mac-japanese-basic-variant): New constant.
12432 (mac-dnd-types-alist): New customization variable.
12433 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
12434 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
12435 (mac-dnd-handle-drag-n-drop-event): New functions.
12436 (mac-drag-n-drop): Remove function.
12437 (global-map): Bind drag-n-drop and M-drag-n-drop to
12438 mac-dnd-handle-drag-n-drop-event.
12439
12440 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
12441
12442 * progmodes/perl-mode.el (perl-beginning-of-function):
12443 Skip anonymous subs.
12444
12445 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
12446
12447 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
12448 regexp-opt at run time.
12449
12450 * term.el (term-handle-ansi-escape): Fix off by one error.
12451
12452 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
12453
12454 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
12455 (gdb-init-1, gdb-post-prompt): ...and references to it.
12456 (gdb-frame-handler): Strip directory name from filename if present.
12457
12458 * progmodes/gud.el (gdb-force-update): Delete defvar
12459 (gud-speedbar-buttons): ...and references to it. Use window-start
12460 to try to keep positon in watch expression.
12461
12462 2006-05-03 Richard Stallman <rms@gnu.org>
12463
12464 * simple.el (next-history-element, previous-history-element): Doc fix.
12465
12466 * isearch.el (isearch-update-ring): Doc fix.
12467
12468 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
12469
12470 * isearch.el (isearch-update-ring): Take history-delete-duplicates
12471 into consideration. Replace one arm ifs with whens.
12472
12473 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
12474
12475 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
12476 (menu): Fix typo.
12477
12478 2006-05-02 Miles Bader <miles@gnu.org>
12479
12480 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
12481
12482 2006-05-02 Jay Belanger <belanger@truman.edu>
12483
12484 * calc/calc-embed.el (calc-override-minor-modes-map)
12485 (calc-override-minor-modes): New variables.
12486 (calc-do-embedded): Make sure that Calc keystrokes aren't
12487 overwritten by minor modes.
12488
12489 2006-05-02 Chong Yidong <cyd@mit.edu>
12490
12491 * msb.el (msb): If EVENT is a down event, read and discard the up event.
12492
12493 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
12494
12495 * startup.el (command-line-1): Refer to Lisp manual when
12496 pure-space-overflow occurs.
12497
12498 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
12499 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
12500 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
12501 (version-control): Don't use `t' for safe-local-variable declarations.
12502
12503 2006-05-01 Richard Stallman <rms@gnu.org>
12504
12505 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
12506 M-r, M-R, M-A, M-SPC or M-DEL.
12507 (diff-mode-map): diff-refine-hunk now on C-c C-w
12508 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
12509
12510 * help-mode.el (help-mode): view-exit-action calls delete-window
12511 only when it is safe and possible.
12512
12513 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
12514 in messages.
12515
12516 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
12517
12518 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
12519 in the default tool-bar-map.
12520
12521 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
12522
12523 * net/tramp.el (tramp-completion-file-name-handler-alist)
12524 (tramp-run-real-handler, tramp-completion-run-real-handler)
12525 (tramp-completion-handle-file-name-all-completions)
12526 (tramp-completion-handle-file-name-completion): Autoload them.
12527 (tramp-completion-handle-file-exists-p)
12528 (tramp-completion-handle-file-name-directory)
12529 (tramp-completion-handle-file-name-nondirectory)
12530 (tramp-completion-handle-expand-file-name): Remove them.
12531 (tramp-handle-file-name-directory): Return the real directory name.
12532 Returning "/" only doesn't need to be necessary any longer.
12533 (tramp-file-name-handler): Make special attention when in hostname
12534 completion mode.
12535 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
12536 (tramp-register-file-name-handlers):
12537 Register `tramp-completion-file-name-handler' only when
12538 `partial-completion-mode' is enabled.
12539 (tramp-completion-handle-file-name-all-completions):
12540 Delete directory part from results.
12541 (tramp-get-completion-methods, tramp-get-completion-user-host):
12542 Discard deleting "/", it doesn't work after the change of
12543 `tramp-handle-file-name-directory' above.
12544
12545 2006-05-01 Kim F. Storm <storm@cua.dk>
12546
12547 * progmodes/grep.el (grep-expand-template): Use save-match-data
12548 and symbol-value.
12549
12550 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12551
12552 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
12553 Use select-frame-set-input-focus instead of raise-frame.
12554 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
12555
12556 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
12557
12558 * progmodes/gud.el (gud-def): Add %c case.
12559 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
12560 (gud-format-command): Make match case sensitive. Match on %F.
12561
12562 2006-04-30 Glenn Morris <rgm@gnu.org>
12563
12564 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
12565 (cal-tex-preamble): Use cal-tex-preamble-extra.
12566 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
12567 than alias `list-diary-entries'.
12568
12569 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
12570
12571 * help-fns.el (describe-variable): Add info about safe local variables.
12572
12573 2006-04-29 Richard Stallman <rms@gnu.org>
12574
12575 * bindings.el (mode-line-format): help-echo doc fixes.
12576
12577 * net/tramp.el (tramp-file-name-handler-alist): Delete
12578 expand-file-name and other operations that can cause spurious loading.
12579
12580 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12581
12582 * files.el (safe-local-variable-p): Remove support for the special
12583 value t.
12584
12585 * textmodes/paragraphs.el (sentence-end-without-space):
12586 Fix safety predicate.
12587 (sentence-end-double-space, sentence-end-without-period)
12588 (paragraph-ignore-fill-prefix):
12589 * textmodes/fill.el (colon-double-space):
12590 * abbrev.el (abbrev-mode): Tighten the safety predicate.
12591
12592 * subr.el (booleanp): New fun.
12593
12594 * textmodes/reftex-vars.el (reftex-guess-label-type):
12595 Tighten the safety predicate.
12596
12597 2006-04-28 Kim F. Storm <storm@cua.dk>
12598
12599 * progmodes/grep.el (defgroup grep): Doc fix.
12600 (grep-auto-highlight): Remove.
12601 (grep-template): New defcustom.
12602 (grep-find-template): Rename from grep-tree-template.
12603 (grep-files-aliases): Rename from grep-tree-files-aliases.
12604 Remove "all" alias, add "l" alias.
12605 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
12606 (grep-find-ignored-directories): New defcustom to replace
12607 grep-tree-ignore-CVS-directories, to facilitate ignoring
12608 subdirectories for multiple version control systems.
12609 (grep-mode-map): Add Recursive grep item to GREP menu.
12610 (grep-regexp-history, grep-files-history): New defvars.
12611 (grep-probe): New helper function.
12612 (grep-compute-defaults): Use it to simplify code.
12613 Adapt to name changes.
12614 Use `.' as base in grep-find-template rather than <D>.
12615 (grep): Remove superfluous highlight-regexp arg. Fix doc.
12616 Call grep-compute-defaults unconditionally.
12617 (grep-expand-keywords): New defconst.
12618 (grep-expand-template): Rename from grep-expand-command-macros.
12619 Simplify via grep-expand-keywords. Look at case-fold-search instead
12620 of grep-tree-ignore-case to add -i option.
12621 Bind case-fold-search to nil while matching keywords.
12622 (grep-tree-last-regexp, grep-tree-last-files): Remove.
12623 (grep-read-regexp, grep-read-files): New helper functions.
12624 (rgrep): Rename from grep-tree. Rework to use proper histories.
12625 Adapt to changes in defcustoms and functions above.
12626 (lgrep): New command, as grep, but using same interactive UI as rgrep.
12627
12628 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
12629
12630 * net/tramp.el (tramp-completion-file-name-handler):
12631 Disable Tramp's functionality while loading Tramp itself.
12632 (tramp-register-file-name-handlers): That's a defsubst now.
12633 Code from `tramp-repair-jka-compr' moved here. Apply it via
12634 `after-init-hook'.
12635 (tramp-repair-jka-compr): Remove.
12636
12637 2006-04-27 Jay Belanger <belanger@truman.edu>
12638
12639 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
12640 read expression when `math-read-big-expr' doesn't work.
12641
12642 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
12643
12644 * startup.el (command-line-1): Display warning when
12645 pure-space-overflow is non-nil.
12646
12647 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12648
12649 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
12650 risky.
12651
12652 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12653
12654 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
12655 Return the URL or nil if none can be generated.
12656
12657 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
12658
12659 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
12660 byte compiler warnings.
12661 (gud-basic-call, gud-find-expr): Let user select an expression
12662 for printing. Print expression as well as value in GUD buffer.
12663
12664 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
12665
12666 * allout.el: Remove local autoload declaration for
12667 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
12668 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
12669 (allout-plain-bullets-string, allout-distinctive-bullets-string)
12670 (allout-use-mode-specific-leader, allout-old-style-prefixes)
12671 (allout-stylish-prefixes, allout-numbered-bullet)
12672 (allout-file-xref-bullet, allout-presentation-padding)
12673 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
12674 safe-local-variable with suitable value spec, and add autoload
12675 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
12676 (move-beginning-of-line, move-end-of-line): Repair so these compat
12677 functions now actually resituate the point, when appropriate.
12678
12679 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12680
12681 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
12682
12683 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
12684 (add-log-iso8601-time-string): Fix call to format-time-string.
12685
12686 2006-04-26 Kim F. Storm <storm@cua.dk>
12687
12688 * subr.el (posn-string, posn-image, posn-object): Doc fix.
12689
12690 2006-04-26 Masatake YAMATO <jet@gyve.org>
12691
12692 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
12693 Add support for "//" style comments. Remove `b' flag
12694 from ?* in `asm-mode-syntax-table'.
12695
12696 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12697
12698 * follow.el: Use (featurep 'xemacs) everywhere.
12699 (follow-mode): Use define-minor-mode.
12700 (follow-mode-map): Move initialization into the declaration.
12701 Use command remapping.
12702 (follow-emacs-version-xemacs-p): Remove.
12703 (follow-submit-feedback): Remove.
12704
12705 * allout.el (allout-layout, allout-passphrase-verifier-string)
12706 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
12707
12708 * textmodes/reftex-vars.el (reftex-vref-is-default)
12709 (reftex-fref-is-default, reftex-guess-label-type):
12710 Tighten up a bit the safety predicate.
12711
12712 * textmodes/paragraphs.el (sentence-end-double-space)
12713 (sentence-end-without-period, sentence-end-without-space)
12714 (page-delimiter, paragraph-ignore-fill-prefix):
12715 Tighten up a bit the safety predicate.
12716
12717 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
12718
12719 * progmodes/python.el (python-continuation-line-p)
12720 (python-beginning-of-statement): syntax-ppss may return
12721 a negative depth.
12722 (python-mode): Don't forcefully enable font-lock.
12723
12724 * time-stamp.el (time-stamp-start, time-stamp-end)
12725 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
12726
12727 * add-log.el: Remove spurious * in docstrings.
12728 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
12729 (add-change-log-entry): Use it here, since it's not specific
12730 to iso8601.
12731 (add-log-iso8601-time-string): Don't use it here any more.
12732 (change-log-indent-text, change-log-indent): Rename from add-log-*.
12733
12734 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
12735
12736 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
12737
12738 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
12739 (rcirc-toggle-low-priority): Doc fix.
12740 (rcirc-handler-NOTICE): Remove beginning of line anchor in
12741 ChanServ regexp.
12742 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
12743 #emacs.
12744 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
12745 (rcirc-decode-coding-system): Use utf-8 as the default.
12746 (rcirc-multiline-minor-mode): Set the fill-column.
12747 (rcirc-format-response-string): Display bright and dim nicks.
12748 (rcirc-browse-url): Update interactive spec to fill ARG.
12749 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
12750 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
12751
12752 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
12753
12754 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
12755 case for @Article, etc.
12756
12757 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
12758
12759 * net/tramp.el (tramp-register-file-name-handlers): New defun.
12760 Added with autoload cookie.
12761 (tramp-unload-file-name-handlers): Rename from
12762 `tramp-unload-file-name-handler-alist'.
12763
12764 2006-04-23 Romain Francoise <romain@orebokech.com>
12765
12766 * comint.el (comint-match-partial-filename): Doc fix.
12767
12768 2006-04-21 Glenn Morris <rgm@gnu.org>
12769
12770 * calendar/cal-menu.el (calendar-mode-map): Refer to
12771 `diary-view-entries' rather than alias `view-diary-entries'.
12772 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
12773
12774 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
12775
12776 * progmodes/antlr-mode.el (antlr-default):
12777 * cus-edit.el (custom-documentation):
12778 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
12779 in defface.
12780
12781 2006-04-21 Kim F. Storm <storm@cua.dk>
12782
12783 * image.el (image-type): New defun split out of create-image.
12784 (create-image): Use it.
12785
12786 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
12787
12788 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
12789 (org-open-at-point): Remove the "...done" message to keep output
12790 in the echo area visible.
12791 (org-export-as-xoxo): Fix call to `indent-region'.
12792
12793 2006-04-21 Kevin Ryde <user42@zip.com.au>
12794
12795 * international/mule.el (keyboard-coding-system): defcustom
12796 info-link fixes: "Specify Coding" has been split, keyboard now in
12797 "Terminal Coding", and "Single-Byte Character Support" is now
12798 "Unibyte Mode".
12799
12800 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
12801
12802 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
12803 Use font-lock-warning-face for any errors e.g. no stack.
12804 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
12805
12806 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
12807
12808 * progmodes/sh-script.el (sh-shell): Mark as safe.
12809
12810 * newcomment.el (comment-start, comment-start-skip)
12811 (comment-end-skip, comment-end): Mark as safe.
12812
12813 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
12814
12815 * textmodes/org.el (org-deadline-announce): Face removed.
12816 (org-level-faces, org-n-levels): Convert to constant.
12817 (org-compatible-face): New function.
12818 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
12819 (org-level-5, org-level-6, org-level-7, org-level-8)
12820 (org-special-keyword, org-warning, org-headline-done, org-link)
12821 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
12822 (org-scheduled-today, org-scheduled-previously, org-time-grid):
12823 Face definition revised for better color tty support.
12824 (org-bold-re, org-italic-re, org-underline-re): New constants.
12825 (org-set-font-lock-defaults): Use the new constants.
12826 (org-agenda-highlight-todo): New function.
12827 (org-agenda-todo): Fix bug with point at end of line.
12828 (org-agenda-change-all-lines, org-finalize-agenda-entries):
12829 Fontify TODO keywords.
12830 (org-insert-link): Preserve relative path in ../ links.
12831 (org-export-as-html): Convert links pointing to .org files into
12832 links that will work beteen the exported HTML files.
12833 (org-todo-list): Fix bug when arg=0.
12834 (org-insert-heading): More fine-tuning.
12835
12836 2006-04-19 Romain Francoise <romain@orebokech.com>
12837
12838 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
12839 from `rmail-mime-charset-pattern'.
12840
12841 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
12842
12843 * progmodes/python.el (python-mode): Fix typo.
12844
12845 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
12846
12847 * comint.el (comint-previous-input): Don't clobber input line
12848 when moving off either end of the input history ring.
12849 (comint-delete-input): New function, used by
12850 `comint-previous-input' and others.
12851 (comint-previous-matching-input):
12852 Use `coming-delete-input'. Save the partial input if leaving the
12853 edit line. Goto point-max before deleting input to avoid
12854 partial input fragments hanging around.
12855 (comint-restore-input): New function, used by `comint-previous-input'.
12856
12857 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
12858
12859 * imenu.el (imenu--index-alist): Balance parentheses.
12860
12861 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
12862
12863 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
12864
12865 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
12866
12867 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
12868 file is nil.
12869
12870 2006-04-18 Richard Stallman <rms@gnu.org>
12871
12872 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
12873
12874 * imenu.el (imenu-create-index-function, imenu--index-alist)
12875 (imenu--last-menubar-index-alist, imenu--make-index-alist)
12876 (imenu-default-create-index-function, imenu--generic-function):
12877 Doc fixes.
12878
12879 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
12880
12881 * help-mode.el (help-mode): Set view-exit-action to delete window.
12882
12883 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
12884 now works by passing nil as arg.
12885
12886 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
12887
12888 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
12889 (read-abbrev-file): Provide default when reading filename.
12890
12891 * files.el (enable-local-variables): Allow :all as value.
12892 (hack-local-variables): Implement that value.
12893 (safe-local-variable-values, safe-local-eval-forms)
12894 (enable-local-variables): Mark as risky.
12895 (find-file-visit-truename, kept-old-versions): Mark safe.
12896
12897 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
12898 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
12899 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
12900
12901 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12902
12903 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
12904 Use forward-line so as to get to BOL even in the presence of fields.
12905 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
12906 in return.
12907 (inferior-tcl): Tell tclsh to work in interactive mode.
12908
12909 * complete.el (partial-completion-mode):
12910 Use 'choose-completion-string-functions to make sure that
12911 choose-completion fills the minibuffer properly.
12912
12913 * complete.el (PC-old-read-file-name-internal): Remove.
12914 (PC-read-include-file-name-internal): Remove. Turn it into an advice
12915 of read-file-name-internal.
12916 (partial-completion-mode): Enable/disable this advice.
12917
12918 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
12919
12920 * net/tramp.el (tramp-completion-file-name-handler): Revert change
12921 of 2006-04-17.
12922
12923 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
12924
12925 * textmodes/org.el (org-insert-heading): Insert heading before
12926 current if at beginning of line.
12927 (org-todo, org-date): New faces.
12928 (org-table-align): Make sure tooltip window contains full text.
12929 (org-no-properties): New defsubst.
12930 (org-set-font-lock-defaults): Use new faces.
12931
12932 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
12933
12934 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
12935 for root variables.
12936
12937 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
12938 (gdb-frame-address): Re-use to identify frame for watch expression.
12939 (gdb-var-list, gdb-var-create-handler): Add frame address for root
12940 variables.
12941 (gdb-init-1, gdb-source, gdb-post-prompt)
12942 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
12943 (gdb-frame-handler): Get gdb-frame-address.
12944
12945 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
12946
12947 Sync with Tramp 2.0.53.
12948
12949 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
12950 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
12951 (tramp-completion-file-name-handler): Add autoload cookie for
12952 adding to `file-name-handler-alist'.
12953
12954 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
12955 the prompt. If it returns earlier (when detecting an error
12956 message), the rest of the output will merge accidently with the
12957 output of the next command. Reported by M Jared Finder
12958 <jared@hpalace.com>.
12959
12960 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
12961 for `process-file', in order to let it work for older Emacsen too.
12962
12963 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
12964
12965 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
12966 (tex-font-lock-keywords-3): Use it.
12967
12968 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12969
12970 * newcomment.el (comment-add): New function.
12971 (comment-region-default, comment-dwim): Use it.
12972
12973 2006-04-15 Michael Olson <mwolson@gnu.org>
12974
12975 * emacs-lisp/tq.el: Improve comments.
12976 (tq-queue-head-question): New accessor function.
12977 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
12978 Update for modified queue structure.
12979 (tq-queue-add): Accept `question' argument.
12980 (tq-queue-pop): If a question is pending, send it.
12981 (tq-enqueue): Accept new optional argument `delay-question'.
12982 If this is non-nil, and at least one other question is pending a
12983 response, queue the question rather than sending it immediately.
12984
12985 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12986
12987 * calendar/appt.el (appt-add): Check whether an appointment is
12988 already present in appt-time-msg-list. Simplify code.
12989
12990 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12991
12992 * progmodes/cc-langs.el (c-mode-menu):
12993 Don't presume c-subword-mode is bound.
12994
12995 2006-04-13 Bill Wohler <wohler@newt.com>
12996
12997 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
12998 (customize-package-emacs-version): Use cdr instead of cadr now
12999 that alists use dotted pairs.
13000
13001 * custom.el (defcustom): Fix docstring for :package-version.
13002
13003 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
13004
13005 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
13006 (tramp-handle-shell-command): Display output buffer only when
13007 `tramp-display-shell-command-buffer' is true.
13008 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
13009
13010 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13011
13012 * textmodes/org.el (org-set-autofill-regexps): Set only the local
13013 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
13014
13015 2006-04-13 Romain Francoise <romain@orebokech.com>
13016
13017 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
13018 leaving temporary .cvsignore buffers behind.
13019
13020 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13021
13022 * textmodes/org.el (org-set-regexps-and-options)
13023 (org-get-current-options): Better names for the startup folding
13024 options.
13025
13026 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
13027
13028 * vc.el (vc-annotate): Arrange for point to end up at the same
13029 line number as in the original, but only when using a new buffer.
13030
13031 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
13032
13033 * files.el (hack-one-local-variable-eval-safep):
13034 Recognize `edebug-form-spec' for `put', but only if it passes
13035 `edebug-basic-spec'. Generalize `put' handling.
13036
13037 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
13038 vetting file-local form specs.
13039
13040 * allout.el (allout-layout): Autoload its `safe-local-variable'
13041 property.
13042
13043 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13044
13045 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
13046 (org-agenda-mouse-1-follows-link)
13047 (org-mouse-1-follows-link): New options.
13048 (org-format-agenda-item): Fix bug if TAGS is nil.
13049 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
13050
13051 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
13052
13053 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
13054 GDB 6.1+ gives full filename for "info sources" so use
13055 file-name-nondirectory.
13056
13057 2006-04-12 Romain Francoise <romain@orebokech.com>
13058
13059 * subr.el (read-passwd): Bind `message-log-max' to nil.
13060
13061 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13062
13063 * progmodes/perl-mode.el (perl-indent-new-calculate):
13064 Recompute parse-start after jumping backward by a whole sexp.
13065
13066 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13067
13068 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
13069 window configuration.
13070 (vc-annotate-display-select): Select the buffer so that current-buffer
13071 (and selected-window) is the output buffer at the end of vc-annotate.
13072
13073 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
13074
13075 * vc.el (vc-annotate-color-map): Add custom TTY color map for
13076 8-color terminals, to use all of the colors in a sensible order.
13077 256-color terminals work well with the standard map.
13078 (vc-annotate-lines): Only strip the first color character if it
13079 is "#", to allow for terminal-style named colors.
13080 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
13081 the correct buffer is scrolled.
13082
13083 2006-04-11 Richard Stallman <rms@gnu.org>
13084
13085 * emacs-lisp/bytecomp.el (byte-compile-file):
13086 Bind enable-local-variables to :safe, and make normal-mode obey it.
13087
13088 * files.el (enable-local-variables): Allow value :safe.
13089 (normal-mode): Doc fix.
13090 (hack-local-variables): Implement enable-local-variables = :safe.
13091 (hack-local-variables-confirm): Don't prevent quitting.
13092
13093 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13094
13095 * loadhist.el (unload-feature): A bit of sanity check of
13096 load-history entries. Cancel timer-vars before unbinding them.
13097
13098 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
13099 quote special chars, and make the trick work on the hex part of the
13100 buffer as well.
13101 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
13102 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
13103
13104 * startup.el (normal-splash-screen): Fix last change so we don't wait
13105 2 minutes if we don't show the splash screen.
13106
13107 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
13108
13109 * textmodes/org.el (org-export-plain-list-max-depth)
13110 (org-table-spaces-around-separators)
13111 (org-radio-targets, org-activate-camels)
13112 (org-table-spaces-around-invisible-separators): Options removed.
13113 (org-time-stamp-rounding-minutes, org-remember-templates)
13114 (org-ellipsis, org-activate-links, org-descriptive-links):
13115 New options.
13116 (org-remember-apply-template, org-current-time)
13117 (org-finish-edit-table-field)
13118 (org-link-unescape, org-link-escape)
13119 (org-string-width, org-table-clean-line, org-html-do-expand)
13120 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
13121 (org-read-agenda-file-list): New functions.
13122 (org-table-edit-field)
13123 (org-table-create-or-convert-from-region): New commands
13124 (org-table-toggle-vline-visibility): Command removed.
13125 (org-table-convert-region): Made a command.
13126 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
13127 Replace with the normal org- functions.
13128 (org-self-insert-command): Don't trigger realign unnecessarily
13129 when blanking a field that is not full.
13130 (org-mode): `Set buffer-invisibility-spec' for links.
13131 (org-activate-links2): Hide link part and only show descriptive
13132 part of the link.
13133 (org-insert-link): Modify for new linking system.
13134 (org-store-link): Store description separately, for use by
13135 `org-insert-link'.
13136 (org-table-align): Use `org-string-width'.
13137 (defgroup): Completely new group structure for custom variables.
13138 (org-agenda-files): Option: Single file name allowed. Function:
13139 Optional argument unrestrited means ignore any restricitons.
13140 (org-install-agenda-files-menu): Find a buffer in Org-mode before
13141 trying to modify the menu. Use generalized access to
13142 `org-agenda-files.'
13143 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
13144 (org-agenda-file-to-front, org-remove-file, org-diary)
13145 (org-tags-view, org-export-icalendar-all-agenda-files)
13146 (org-export-icalendar-combine-agenda-files): Use generalized
13147 access to `org-agenda-files'.
13148 (org-remember-handler): Correctly preserve heading if present.
13149 (org-table-insert-row, org-table-insert-hline): Deal with
13150 invisible characters.
13151
13152 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
13153
13154 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
13155 (vc-annotate-color-map): New 18 element constant
13156 value/saturation, rotating hue colormap, from red->blue.
13157 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
13158 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
13159 (vc-annotate): To avoid killing the required local variables,
13160 set them before the end of `with-output-to-temp-buffer', and
13161 after first switching to annotate-mode.
13162 (vc-annotate-warp-version): Add buffer argument in goto-line to
13163 ensure annotation, not source, is scrolled.
13164
13165 2006-04-10 Bill Wohler <wohler@newt.com>
13166
13167 * custom.el (defcustom, custom-handle-keyword):
13168 Add :package-version keyword.
13169 (custom-add-package-version): New function. Sets value of new
13170 property 'custom-package-version from :package-version keyword.
13171 (defcustom): Create Common Keywords section in docstring.
13172 (defface, defgroup): Replace definitions of a select few keywords
13173 with a reference to the Common Keywords in defcustom.
13174 (defcustom, defface, defgroup): Replace reference to Customization
13175 chapter in manual with hyperlink.
13176
13177 * cus-edit.el (customize-package-emacs-version-alist): New variable.
13178 (customize-changed-options): Add check for custom-package-version.
13179 (customize-package-emacs-version): New function to look up Emacs
13180 version corresponding to the given package version.
13181
13182 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
13183 defun name, in similar fashion to find-variable-regexp.
13184
13185 2006-04-10 Eli Zaretskii <eliz@gnu.org>
13186
13187 * international/mule-cmds.el (set-locale-environment): Fix last
13188 change for when the locale's preferences don't specify any encoding.
13189
13190 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13191
13192 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
13193 so the defined var/fun doesn't need to be quoted.
13194
13195 2006-04-10 Richard Stallman <rms@gnu.org>
13196
13197 * finder.el (finder-mode-map): Add n and p bindings.
13198
13199 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
13200
13201 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
13202 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
13203 (gdb-setup-windows): Put something in source window if we can't find
13204 the source file.
13205 (gdb-frame-handler): Make it work again with just assembly.
13206 (gdb-data-list-register-values-handler): Make it work when there is
13207 no stack.
13208
13209 2006-04-09 Richard Stallman <rms@gnu.org>
13210
13211 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
13212 specs while looking for charset.
13213
13214 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
13215
13216 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13217 Make them faces.
13218 (lm-font-lock-keywords): Update appropriately.
13219
13220 2006-04-10 Kim F. Storm <storm@cua.dk>
13221
13222 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
13223 it can also replace buffer-substring-no-properties.
13224
13225 * emulation/cua-base.el (cua-delete-region, cua-paste)
13226 (cua-repeat-replace-region): Use filter-buffer-substring.
13227
13228 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
13229 (cua-cut-region-to-global-mark): Likewise.
13230
13231 * emulation/cua-rect.el (cua--extract-rectangle)
13232 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
13233
13234 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13235
13236 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
13237 entry-type. Add field delimiters to numerical fields if they are
13238 not present.
13239
13240 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13241
13242 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
13243 string-const to return value.
13244 (bibtex-remove-delimiters): Use it.
13245
13246 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13247
13248 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
13249 cl-byte-compile-compiler-macro unless it exists.
13250
13251 2006-04-08 Eli Zaretskii <eliz@gnu.org>
13252
13253 * files.el (hack-local-variables-confirm) <offer-save>:
13254 Clarify message text. Suggested by Ralf Angeli.
13255
13256 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13257
13258 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
13259 (delete-extract-rectangle-line): Use `filter-buffer-substring'
13260 instead of `buffer-substring' and `delete-region'. (Most of the
13261 code actually copied from `kill-region'.)
13262
13263 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
13264
13265 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
13266 (rcirc-default-port): Rename from rcirc-port.
13267 (rcirc-default-nick): Rename from rcirc-nick.
13268 (rcirc-default-user-name): Rename from rcirc-user-name.
13269 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
13270 (rcirc-low-priority-flag): New variable.
13271 (rcirc-decode-coding-system): New defcustom.
13272 (rcirc-encode-coding-system): New defcustom.
13273 (rcirc-coding-system-alist): New defcustom.
13274 (rcirc-multiline-major-mode): New defcustom.
13275 (rcirc-nick): New internal variable.
13276 (rcirc-process): Remove variable.
13277 (rcirc-server-buffer): New variable.
13278 (rcirc): Update to use rcirc-default-* variables above.
13279 (rcirc-connect): Do not add window-configuration-hook-here.
13280 (rcirc-server): New internal variable.
13281 (rcirc-connect): Do not send keepalive pings if
13282 rcirc-keepalive-seconds is nil.
13283 (with-rcirc-server-buffer): New macro.
13284 (rcirc-send-string): Encode with rcirc-encode-coding-system.
13285 (rcirc-server-name): Rename from rcirc-server.
13286 (rcirc-buffer-process): New function.
13287 (rcirc-buffer-nick): New function.
13288 (rcirc-buffer-target): Remove function.
13289 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13290 New commands.
13291 (rcirc-mode-map): Change binding of C-c C-l to
13292 rcirc-toggle-low-priority.
13293 (rcirc-mode): Initialize coding system based on
13294 rcirc-coding-system-alist. New change-major-mode-hook to part the
13295 channel on a mode change. Make kill-buffer-hook buffer-local.
13296 (rcirc-change-major-mode-hook): New function.
13297 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
13298 (rcirc-last-post-time): New variable.
13299 (rcirc-process-message): Store the last time user posted a message
13300 to this target.
13301 (rcirc-multiline-minor-mode): New mode.
13302 (rcirc-multiline-minor-mode-map): New mode map.
13303 (rcirc-edit-multiline): Put multiline-edit buffer in
13304 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
13305 (rcirc-print): Ignore any line starting with an ignored nick.
13306 (rcirc-print): Decode using rcirc-decode-coding-system.
13307 (rcirc-track-minor-mode): Update global-mode-string when disabling
13308 this mode.
13309 (minor-mode-alist): Add LowPri indicator.
13310 (rcirc-toggle-low-priority): New function.
13311 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
13312 next lowpriority buffer with activity.
13313 (rcirc-record-activity): Sort buffers in rcirc-activity by the
13314 last time the user posted a message in to the target.
13315 (rcirc-update-activity-string): New formatting for low priority
13316 buffers.
13317 (rcirc-split-activity): New function.
13318 (rcirc-handler-PART, rcirc-handler-KICK)
13319 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
13320 (rcirc-nick-away-alist): New variable.
13321 (rcirc-handler-301): New handler. Away messages are printed once
13322 per change.
13323
13324 2006-04-08 Eli Zaretskii <eliz@gnu.org>
13325
13326 * info.el (Info-follow-nearest-node): Doc fix.
13327
13328 * international/mule-cmds.el (set-locale-environment): Make sure
13329 the coding-system preferred by the locale's language has the same
13330 EOL conversion type as the original buffer-file-coding-system.
13331 (locale-language-names): Add a few MS Windows language codes.
13332
13333 2006-04-07 Richard Stallman <rms@gnu.org>
13334
13335 * simple.el (eval-expression): Doc fix.
13336
13337 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
13338 (eval-defun): Doc fixes.
13339
13340 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
13341
13342 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
13343
13344 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
13345
13346 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
13347 GDB list command without argument for greater generality.
13348
13349 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13350
13351 * subr.el (string-or-null-p): New function.
13352
13353 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
13354
13355 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
13356
13357 * files.el: Update comment about safe-local-variable declarations.
13358
13359 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
13360
13361 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
13362 See idlwave.org.
13363
13364 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
13365 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
13366
13367 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
13368 See idlwave.org.
13369
13370 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
13371 version 6.0 (minimal changes). See idlwave.org.
13372
13373 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
13374 6.0 (minimal changes). See idlwave.org.
13375
13376 * progmodes/idlw-rinfo.el: File obsoleted and removed.
13377
13378 2006-04-06 Romain Francoise <romain@orebokech.com>
13379
13380 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
13381 symmetric encryption features and a new asynchronous interface to
13382 GnuPG. This new version is version 1.4, plus whitespace changes.
13383
13384 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13385
13386 * files.el: Move some `safe-local-variable' declarations to the
13387 respective files.
13388
13389 * textmodes/ispell.el (ispell-check-comments)
13390 (ispell-local-dictionary): Mark as safe.
13391
13392 * abbrev.el (abbrev-mode): Mark as safe.
13393
13394 * add-log.el (change-log-default-name): Mark as safe.
13395
13396 * textmodes/reftex-vars.el (reftex-vref-is-default)
13397 (reftex-fref-is-default, reftex-level-indent)
13398 (reftex-guess-label-type): Mark as safe.
13399
13400 * textmodes/fill.el (colon-double-space): Mark as safe.
13401
13402 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
13403 (sentence-end-double-space, sentence-end-without-period)
13404 (sentence-end-without-space, sentence-end, sentence-end-base)
13405 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
13406
13407 2006-04-06 Kim F. Storm <storm@cua.dk>
13408
13409 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
13410 the :set-after list.
13411 (ido-downcase-unc-hosts): New user option. Default on.
13412 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
13413 when it is set, as regexps are now applied on the fly.
13414 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
13415 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
13416 on the fly, but only when ido-process-ignore-lists is set.
13417 Do case insensitive filtering if ido-downcase-unc-hosts is set.
13418 Only downcase names if ido-downcase-unc-hosts is set.
13419
13420 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
13421
13422 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
13423
13424 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
13425
13426 2006-04-05 Kim F. Storm <storm@cua.dk>
13427
13428 * ido.el (ido-mode): Set after ido-unc-hosts and
13429 ido-ignore-unc-host-regexps.
13430 (ido-save-history): Save ido-unc-hosts-cache.
13431 (ido-load-history): Load ido-unc-hosts-cache.
13432 (ido-reread-directory): Refresh unc hosts cache in // dir.
13433
13434 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
13435 to nil while displaying slash screen.
13436
13437 2006-04-05 Daiki Ueno <ueno@unixuser.org>
13438
13439 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13440 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13441
13442 2006-04-05 Kenichi Handa <handa@m17n.org>
13443
13444 * international/characters.el: Setup cases of Latin, Greek, and
13445 Cyrillic characters in CJK charsets.
13446
13447 2006-03-29 Daiki Ueno <ueno@unixuser.org>
13448
13449 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13450 default-enable-multibyte-characters. This reverts the change from
13451 revision 6.17 which is no longer necessary because the passphrase
13452 is sent separately now. GnuPG messages are unreadable under
13453 multibyte locales with default-enable-multibyte-characters set to nil.
13454
13455 2006-04-04 Andreas Schwab <schwab@suse.de>
13456
13457 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
13458 and `byte-compile-warnings' as `safe-local-variable'.
13459
13460 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
13461
13462 * man.el (Man-mode-map): Restore the \r binding.
13463 (Man-abstract-xref-man-page): If Man-target-string is a function,
13464 call it.
13465 (Man-highlight-references): Use Man-default-man-entry to get the
13466 target. Deal with xrefs too.
13467 (Man-highlight-references0): Don't call the target function.
13468
13469 * woman.el (WoMan-xref-man-page): Strip the section number, woman
13470 cannot deal with it.
13471
13472 2006-04-04 Daiki Ueno <ueno@unixuser.org>
13473
13474 * pgg-gpg.el: Clean up process buffers every time gpg processes
13475 complete.
13476
13477 2006-04-04 Kenichi Handa <handa@m17n.org>
13478
13479 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
13480 here.
13481 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
13482 Temporarily bind inhibit-field-text-motion to t.
13483
13484 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13485
13486 * startup.el (normal-splash-screen): Only set mode-line-format in the
13487 splash buffer, so as not to interfere when debugging the code.
13488 Ignore errors when switching buffer.
13489
13490 2006-04-03 Romain Francoise <romain@orebokech.com>
13491
13492 * dired.el (dired-dnd-protocol-alist): Fix typo.
13493
13494 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
13495
13496 * savehist.el (savehist): Add :version.
13497 (savehist-ignored-variables): New variable.
13498 (savehist-minibuffer-hook): Don't save variables listed in
13499 `savehist-ignored-variables'.
13500
13501 * dired.el (dired-dnd-protocol-alist): Mention that change does
13502 only apply to new buffers in doc string.
13503
13504 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
13505
13506 * recentf.el (recentf-open-files-item): Include newline in button
13507 field, so opening a file will work, when the point is at the end
13508 of the file name. Allow, for example, to [i]search a file by
13509 extension and just push RET to open it.
13510
13511 2006-04-03 Daiki Ueno <ueno@unixuser.org>
13512
13513 * pgg-gpg.el (pgg-gpg-process-filter)
13514 (pgg-gpg-wait-for-completion): Check if buffer is alive.
13515
13516 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13517 lines, temporary fix.
13518
13519 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
13520
13521 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
13522
13523 2006-04-02 Richard Stallman <rms@gnu.org>
13524
13525 * progmodes/compile.el (compilation-message-face): Make it defcustom.
13526
13527 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
13528
13529 * ibuf-macs.el (define-ibuffer-column): Add a new key:
13530 header-mouse-map.
13531
13532 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
13533 (ibuffer-mode-header-map): New keymaps.
13534 (ibuffer-update-title-and-summary): Enable mouse face highlighting
13535 and keybindings for column headers.
13536 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
13537 property.
13538
13539 2006-04-02 Drew Adams <drew.adams@oracle.com>
13540
13541 * speedbar.el (speedbar-after-create-hook): Doc fix.
13542
13543 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
13544
13545 * shell.el (shell-directory-tracker)
13546 (shell-dynamic-complete-command): Doc fixes.
13547
13548 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
13549
13550 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
13551 terminals.
13552
13553 2006-04-01 Kim F. Storm <storm@cua.dk>
13554
13555 * ido.el (ido-unc-hosts-cache): New defvar.
13556 (ido-unc-hosts): If value of defcustom is a function, call it to
13557 get list of UNC hosts. Add function-item choices to specify
13558 ido-unc-hosts-net-view or user function.
13559 (ido-ignore-unc-host-regexps): New defcustom.
13560 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
13561 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
13562 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
13563
13564 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13565
13566 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
13567 wwidth.
13568
13569 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
13570
13571 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
13572 (ido-max-work-file-list, ido-switch-buffer)
13573 (ido-read-file-name-as-directory-commands):
13574 Fix typos in docstrings.
13575
13576 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13577
13578 * term/mac-win.el (mac-system-coding-system): Define and use after
13579 Mac-specific coding systems are ready.
13580
13581 2006-03-27 Romain Francoise <romain@orebokech.com>
13582
13583 * net/rcirc.el (rcirc-connect): Add autoload cookie.
13584
13585 * ldefs-boot.el: Update.
13586
13587 2006-03-27 Daiki Ueno <ueno@unixuser.org>
13588
13589 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13590 passphrases when it is not needed.
13591 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13592 passphrase stuff from gpg, should only be necessary when you use
13593 gpg with a smartcard.
13594
13595 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
13596
13597 * comint.el (comint-dynamic-list-completions): Allow user to
13598 select *Completions* buffer.
13599
13600 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
13601
13602 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
13603
13604 2006-03-26 Andreas Schwab <schwab@suse.de>
13605
13606 * progmodes/gud.el (gdb): Only complain about multiple debugging
13607 when the gdb process is still running.
13608
13609 2006-03-25 Eli Zaretskii <eliz@gnu.org>
13610
13611 * mail/rmail.el (tool-bar-map): Defvar it.
13612 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
13613 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
13614
13615 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
13616
13617 * help.el (print-help-return-message): Suggest to use
13618 display-buffer instead of switch-to-buffer-other-window to restore
13619 the previous window without selecting it.
13620
13621 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13622
13623 * frame.el (select-frame-by-name): Call x-focus-frame also when
13624 window-system is mac.
13625
13626 * term/mac-win.el: Adjust Courier font specifications in
13627 x-fixed-font-alist.
13628 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
13629 when directly encoding to UTF-16 in native byte order, no BOM.
13630
13631 2006-03-25 Kim F. Storm <storm@cua.dk>
13632
13633 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
13634 (cua--init-keymaps): Use it instead of fixed C-return.
13635 (cua-mode): Set after it.
13636
13637 * emulation/cua-rect.el (cua--init-rectangles):
13638 Use cua-rectangle-mark-key instead of fixed C-return.
13639
13640 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
13641
13642 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
13643 "run" in .gdbinit.
13644 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
13645
13646 2006-03-24 Romain Francoise <romain@orebokech.com>
13647
13648 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
13649 `display-buffer-other-frame'.
13650
13651 2006-03-24 Kim F. Storm <storm@cua.dk>
13652
13653 * apropos.el (apropos-synonyms): Add selection => region.
13654
13655 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
13656
13657 * progmodes/gdb-ui.el (gdb-var-create-regexp)
13658 (gdb-var-list-children-regexp, gdb-var-update-regexp)
13659 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
13660 (gdb-data-list-register-values-regexp)
13661 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
13662 Future proof against new fields being added to MI output.
13663 (gdb-send): Don't treat backslashes for program input as
13664 continuations.
13665 (gdb-assembler-handler): Don't use window-start for this handler.
13666 (gdb-frame-handler): Don't change to hollow arrow if overlay
13667 arrow doesn't move to new frame.
13668
13669 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
13670
13671 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
13672 prevent compiler warnings.
13673 (gdb-stopped): Check for gud-last-last-frame (case: signal).
13674 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
13675 (gdb-assembler-custom): Use hollow-right-triangle for assembler
13676 buffer too.
13677
13678 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
13679
13680 * pgg-gpg.el (pgg-gpg-update-agent): Check for
13681 make-network-process, so we can use the same code in Gnus v5-10
13682 too and have this file fully synchronized with that release.
13683
13684 2006-03-23 Romain Francoise <romain@orebokech.com>
13685
13686 * ibuf-ext.el (ibuffer-read-filter-group-name):
13687 Use `ibuffer-generate-filter-groups' to make completion list match
13688 the filter groups that are really displayed in the Ibuffer buffer.
13689 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
13690
13691 2006-03-23 Kenichi Handa <handa@m17n.org>
13692
13693 * international/mule-cmds.el (sort-coding-systems): Describe that
13694 the argument is modified in docstring.
13695
13696 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
13697
13698 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13699 (pgg-gpg-update-agent): New function.
13700 (pgg-gpg-use-agent-p): New function.
13701 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13702 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13703 (pgg-gpg-sign-region): Use it.
13704
13705 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
13706
13707 * cus-edit.el (custom-face-set): Call custom-push-theme before
13708 face-spec set so that `changed' theme is correctly saved.
13709 (custom-face-reset-standard): Reset to recalculated face rather
13710 than defface spec.
13711
13712 * custom.el (custom-push-theme): Only save `changed' theme if the
13713 current face does not match the defface specs.
13714
13715 2006-03-21 Simon Josefsson <jas@extundo.com>
13716
13717 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13718 <wilde@sha-bang.de>.
13719 (pgg-gpg-use-agent): New variable.
13720 (pgg-gpg-process-region): Use it.
13721 (pgg-gpg-encrypt-region): Likewise.
13722 (pgg-gpg-encrypt-symmetric-region): Likewise.
13723 (pgg-gpg-decrypt-region): Likewise.
13724 (pgg-gpg-sign-region): Likewise.
13725 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13726
13727 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
13728
13729 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
13730 bracket links.
13731
13732 2006-03-21 Kim F. Storm <storm@cua.dk>
13733
13734 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
13735 fringe-indicator-alist instead of modifying global value.
13736 (gdb-frame-handler): Likewise.
13737
13738 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
13739
13740 * diff-mode.el (diff-function): Make it inherit from diff-header
13741 instead of diff-context.
13742
13743 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
13744 bitmap.
13745 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
13746 change names in macro above for consistency.
13747 (gdb-frame-handler): Use hollow-right-triangle for all selected
13748 frames which except the innermost (where execution has stopped).
13749 (gdb-reset): Reset buffer-local values of overlay-arrow.
13750
13751 2006-03-20 Richard Stallman <rms@gnu.org>
13752
13753 * simple.el (set-mark-command): Doc fix.
13754
13755 * files.el (display-buffer-other-frame): New command.
13756 (ctl-x-4-map): Bind C-x 5 C-o to it.
13757
13758 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13759
13760 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
13761 rather than just defer-time, in case defer-time has been changed but
13762 the timer isn't running yet.
13763 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
13764
13765 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
13766
13767 * help-mode.el (help-follow-symbol): New function.
13768 Essentially identical to the old `help-follow', but do not let
13769 `push-button' do the work when on an xref.
13770 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
13771
13772 2006-03-19 Richard Stallman <rms@gnu.org>
13773
13774 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
13775 preceded by the word `program'.
13776 (help-follow-mouse, help-follow): Throw error if not on xref.
13777 Delete no longer used args.
13778
13779 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
13780
13781 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
13782 annotation ensure gud-overlay-arrow-position is redisplayed.
13783
13784 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13785
13786 * textmodes/bibtex.el (bibtex-include-OPTkey)
13787 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
13788 (bibtex-autokey-name-case-convert)
13789 (bibtex-autokey-titleword-case-convert): Make these the aliases
13790 for the following two variables.
13791 (bibtex-autokey-name-case-convert-function)
13792 (bibtex-autokey-titleword-case-convert-function): Make these the
13793 real names.
13794 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
13795 bibtex-font-lock-crossref sublists.
13796 (bibtex-mode): Revert 2005-12-30 change (which made
13797 completion-ignore-case buffer-local).
13798 (bibtex-url): Simplify.
13799
13800 2006-03-19 Kim F. Storm <storm@cua.dk>
13801
13802 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
13803 cursor property value to 2 (to align with C level change).
13804
13805 2006-03-19 Bill Wohler <wohler@newt.com>
13806
13807 * image.el (image-load-path-for-library): Shorten first line in
13808 docstring.
13809
13810 2006-03-18 Richard Stallman <rms@gnu.org>
13811
13812 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
13813
13814 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
13815
13816 * isearch.el (isearch-other-meta-char): Handle user bindings for
13817 shifted control characters.
13818
13819 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
13820
13821 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
13822 part that matches email addresses, file names, etc.
13823
13824 2006-03-18 Eli Zaretskii <eliz@gnu.org>
13825
13826 * term/w32-win.el (mouse-set-font):
13827 Mention w32-list-proportional-fonts in the doc string.
13828
13829 2006-03-18 Kim F. Storm <storm@cua.dk>
13830
13831 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
13832 (ido-unc-hosts): New user option to explicitly define list of know
13833 UNC-style hosts for completion.
13834 (ido-cache-unc-host-shares-time): New user option.
13835 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
13836 New helper functions for UNC file-name support.
13837 (ido-may-cache-directory): Check for UNC host. Simplify.
13838 (ido-wash-history): Clean out old UNC hosts.
13839 (ido-nonreadable-directory-p): UNC hosts are always readable.
13840 (ido-directory-too-big-p): UNC hosts are never too big.
13841 (ido-set-current-directory): Handle UNC root path.
13842 (ido-file-name-all-completions): Complete UNC host names from
13843 ido-unc-hosts list. Cache UNC host shares.
13844 (ido-make-file-list-1): Don't filter UNC root.
13845 (ido-exhibit): Check for // in root directory, and switch to UNC
13846 mode by setting ido-current-directory to //.
13847
13848 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
13849
13850 * cus-edit.el (customize-changed-options): Mention explicit
13851 version number as default in prompt.
13852
13853 2006-03-17 Bill Wohler <wohler@newt.com>
13854
13855 * image.el (image-load-path-for-library): Minor docstring fix.
13856
13857 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
13858
13859 * textmodes/org.el (org-read-date): Include subgroup 5 into
13860 replacement text.
13861 (org-popup-calendar-for-date-prompt): Fix customization type.
13862
13863 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
13864
13865 * progmodes/gdb-ui.el (gud-watch): Provide completion.
13866 (gdb-continuation): New variable.
13867 (gdb-send): Deal with continuation lines.
13868
13869 * progmodes/gud.el (gud-gdb-complete-command)
13870 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
13871 expressions.
13872 (gud-tooltip-mode): Use buffer-local value.
13873
13874 2006-03-16 Kim F. Storm <storm@cua.dk>
13875
13876 * ido.el (ido-edit-input): Use selected match, if any.
13877
13878 2006-03-16 Bill Wohler <wohler@newt.com>
13879
13880 * image.el (image-load-path-for-library): Prefer user's images in
13881 image-load-path.
13882
13883 2006-03-16 Martin Rudalics <rudalics@gmx.at>
13884
13885 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
13886 when checking for attempt to drag leftmost or rightmost scrollbar.
13887
13888 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
13889
13890 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
13891 (gdb-force-mode-line-update): New function.
13892 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
13893 (gdb-exited): Use them.
13894 (gdb-signal): New function.
13895 (gdb-annotation-rules): Provide a rule for it.
13896
13897 2006-03-16 Kenichi Handa <handa@m17n.org>
13898
13899 * international/mule.el (auto-coding-regexp-alist): Add entries
13900 for Unicode BOM.
13901
13902 * sort.el (sort-build-lists): Temporarily bind
13903 inhibit-field-text-motion to t.
13904
13905 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
13906
13907 * locate.el (locate-command, locate-make-command-line)
13908 (locate-fcodes-file, locate-update-command)
13909 (locate-prompt-for-command, locate, locate-with-filter)
13910 (locate-get-file-positions): Doc fixes.
13911 (locate-buffer-name, locate-header-face): Remove leading `*' in
13912 defcustom.
13913 (locate-filter-output): Use `keep-lines' instead of its alias
13914 `delete-non-matching-lines'.
13915 (locate-get-filename, locate-get-dirname): Add introductory comment.
13916 (locate-find-directory-other-window): Give appropriate error
13917 message if used outside main listing.
13918
13919 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13920
13921 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
13922 the new extend-region feature.
13923 (font-lock-after-change-function): Update correspondingly.
13924 * jit-lock.el (jit-lock-after-change): Update correspondingly.
13925 * progmodes/grep.el (font-lock-lines-before): Don't disable.
13926
13927 2006-03-15 Bill Wohler <wohler@newt.com>
13928
13929 * image.el (image-load-path-for-library): Fix example by not
13930 recommending that one binds image-load-path. Just defvar it to
13931 placate compiler and only use it if previously defined.
13932
13933 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
13934
13935 * textmodes/org.el (org-insert-centered): Use `string-width' to
13936 make underlining work for wide characters.
13937 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
13938 TAB to `org-cycle', to make sure that no binding in
13939 `outline-mode-map' can supercede it.
13940
13941 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
13942
13943 * allout.el: Increment version to 2.2.1 in file commentary.
13944
13945 (allout-version): Increment to 2.2.1.
13946
13947 (allout-default-layout): New customization variable, used when the
13948 file lacks a specific allout-layout. Uses allout-layout-type for
13949 recursively nested definition.
13950
13951 (allout-layout-type): Widget defining allout layouts, necessary for
13952 self-recursive definition.
13953
13954 (allout-mode): Incorporate allout-default-layout as fallback for
13955 allout-layout.
13956
13957 (allout-layout): Mark as 'safe-local-variable', and refer mention
13958 fallback to `allout-default-layout' in absence of a specified value.
13959 (allout-passphrase-verifier-string)
13960 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
13961
13962 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
13963
13964 (allout-get-encryption-passphrase-verifier): Use correct name of
13965 passphrase verifier in docstring.
13966
13967 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
13968
13969 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
13970 elements.
13971 (gdb-find-watch-expression): Make it work for arrays too.
13972 Follow change to gdb-var-list.
13973 (gud-watch): Allow the user to enter variable name with a prexix
13974 arg. Create keybindings.
13975 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
13976 (gdb-var-list-children-handler, gdb-var-update-handler)
13977 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
13978 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
13979 Follow change to gdb-var-list.
13980 (gdb-starting): Don't show the overlay arrows when program is running.
13981
13982 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
13983 gdb-var-list.
13984
13985 2006-03-14 Bill Wohler <wohler@newt.com>
13986
13987 * image.el (image-load-path-for-library): Pass value of path
13988 rather than symbol. Always return list of directories.
13989 Guarantee that image directory comes first.
13990
13991 2006-03-14 Alan Mackenzie <acm@muc.de>
13992
13993 * font-core.el (font-lock-extend-region\(-function\)?.):
13994 New function/variable.
13995
13996 * font-lock.el (font-lock-after-change-function):
13997 Call font-lock-extend-region. Obey font-lock-lines-before.
13998 (font-lock-default-fontify-region): Remove reference to
13999 font-lock-lines-before.
14000
14001 * jit-lock.el (jit-lock-after-change):
14002 Call font-lock-extend-region. Obey font-lock-lines-before.
14003
14004 2006-03-14 David Ponce <david@dponce.com>
14005
14006 * tree-widget.el (tree-widget-themes-load-path)
14007 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14008
14009 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
14010
14011 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
14012 (rcirc-print): Mark the start of text at the end of the prompt.
14013 (rcirc-track-minor-mode): Add autoload cookie.
14014 (rcirc-update-activity-string): Add space to front of mode-line
14015 indicator.
14016
14017 2006-03-13 Miles Bader <miles@gnu.org>
14018
14019 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
14020 (rcirc-abbrev-nick): Remove function.
14021 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
14022
14023 2006-03-13 David Ponce <david@dponce.com>
14024
14025 * tree-widget.el: Handle themes across all occurrences of the main
14026 themes sub-directory found in tree-widget-themes-load-path.
14027 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14028 (tree-widget--locate-sub-directory): Return all occurrences.
14029 (tree-widget-themes-path): New function.
14030 Replace tree-widget-themes-directory, and return a list of directories.
14031 (tree-widget-set-parent-theme)
14032 (tree-widget-lookup-image): Use it.
14033
14034 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
14035
14036 * textmodes/org.el (org-link-search): Avoid self-matching of
14037 links, allow target text to be distributed over several lines.
14038 (org-search-not-link): New function.
14039 (org-set-regexps-and-options, org-get-current-options):
14040 New startup options.
14041 (org-export-as-html): Take odd-level setting from local variable.
14042 (org-fontify-emphasized-text): New option.
14043 (org-set-font-lock-defaults): Include emphasized text.
14044 (org-follow-mhe-link): Allow folder-only links, fix folder name.
14045 (org-font-lock): Customize group renamed from `org-faces'.
14046
14047 2006-03-13 John Paul Wallington <jpw@pobox.com>
14048
14049 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
14050 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
14051
14052 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
14053
14054 * cus-start.el (all): Delete :version keyword for members of the
14055 fringe group, since the entire group is new in 22.1.
14056
14057 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
14058
14059 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
14060 map if value is hexadecimal (an address).
14061 (gud-watch): Only search roots for existing watch expressions.
14062 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
14063 prevent caching problems with speedbar-update-directory-contents.
14064
14065 2006-03-12 Juri Linkov <juri@jurta.org>
14066
14067 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
14068 before comparing with `low' and `warn'.
14069
14070 * info.el (Info-dir-remove-duplicates): Move point to the
14071 beginning of the current line after deleting the entries from
14072 redundant heading. Use marker for `limit' and compare it with
14073 point before calling `re-search-forward'.
14074
14075 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
14076
14077 * simple.el (yank): Fix typo in docstring.
14078
14079 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
14080
14081 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
14082 messages, where "D" is the 6th character.
14083
14084 2006-03-11 Eli Zaretskii <eliz@gnu.org>
14085
14086 * simple.el (yank): Fix last change.
14087
14088 2006-03-11 David Ponce <david@dponce.com>
14089
14090 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
14091 merging elements from the standard ispell-dictionary-alist.
14092 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
14093 alist, and return the new alist.
14094
14095 2006-03-11 Richard Stallman <rms@gnu.org>
14096
14097 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
14098
14099 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
14100 the way it is implemented is too unclean.
14101
14102 * simple.el (kill-region, yank): Doc fix.
14103
14104 * battery.el (battery-echo-area-format): Doc fix.
14105 (battery-mode-line-format): Likewise.
14106 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
14107 (battery-linux-proc-acpi): Ignore batteries that say "charged".
14108
14109 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
14110
14111 * progmodes/octave-mod.el (octave-indent-for-comment):
14112 Behave according to do string.
14113
14114 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
14115
14116 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
14117 Be visible only if major mode is Mail Mode.
14118
14119 * textmodes/flyspell.el (flyspell-external-point-words)
14120 (flyspell-process-localwords): Fix last changes.
14121
14122 2006-03-11 Eli Zaretskii <eliz@gnu.org>
14123
14124 * calendar/holidays.el (list-holidays): Doc fix.
14125
14126 * international/mule.el (auto-coding-alist): Add .odt
14127 (OpenOffice's open document) files.
14128
14129 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
14130 document) files. Mention in the doc string the need to sync with
14131 auto-coding-alist.
14132
14133 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
14134
14135 * files.el (hack-local-variables-confirm): Don't prompt for ! if
14136 enable-local-variables is set to always query, or there is no
14137 savable variable.
14138
14139 2006-03-10 Bill Wohler <wohler@newt.com>
14140
14141 * image.el (image-load-path-for-library): Merge at least three
14142 functions from Gnus and MH-E into this one function that can now
14143 be shared.
14144
14145 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
14146
14147 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
14148 gdb-remove-mouse-face and remove help-echo too.
14149 (gdb-enqueue-input): Correct conditional clause.
14150
14151 2006-03-10 Glenn Morris <rgm@gnu.org>
14152
14153 * calendar/calendar.el (calendar-holidays): Doc fix.
14154 * calendar/holidays.el (list-holidays): Doc fix.
14155
14156 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
14157
14158 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
14159 it gets called in gdb-prompt anyway.
14160 (gdb-use-separate-io-buffer): Only restore window arrangement for
14161 gdb-many-windows.
14162 (gdb-enqueue-input): Make it harder to send GDB input when program
14163 is running.
14164 (gdb-buffer-list): New variable.
14165 (gdb-remove-mouse-face): New function.
14166 (gdb-starting): Use it when GDB input won't get sent.
14167
14168 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
14169
14170 * help.el (view-lossage): Remove trailing whitespace before
14171 inserting "\n".
14172
14173 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
14174
14175 * files.el (hack-local-variables-confirm):
14176 Set coding-system-for-read to nil before writing to .emacs.
14177
14178 * arc-mode.el (archive-extract): Check if an existing buffer name
14179 comes from a different archive.
14180
14181 * help.el (describe-key-briefly): If KEY is a down event, read and
14182 discard the up event.
14183
14184 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
14185
14186 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
14187 be edited and use font-lock-warning-face for any changes.
14188
14189 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
14190 (gdb-edit-value): Use it to report any errors.
14191
14192 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
14193
14194 * help.el (describe-key): Remove leftover test code.
14195
14196 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
14197
14198 * textmodes/org.el: Move defvars out of eval-when-compile.
14199 Use buffer-file-name variable.
14200 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
14201 arg `file'.
14202 (org-level-faces): Remove startup dependency.
14203 (org-cycle, org-map-tree, org-scan-tags)
14204 (org-remember-handler): Don't call `outline-level' directly.
14205 (org-mhe-search-all-folders): New option.
14206 (org-mhe-get-message-folder-from-index)
14207 (org-mhe-get-message-folder): Fix indexing search.
14208 (org-format-agenda-item): Handle nil TAGS argument.
14209 (org-cleaned-string-for-export, org-activate-target-links)
14210 (org-make-target-link-regexp): Deal with empty radio target list.
14211 (org-tag): New face.
14212 (org-get-level-face): New function.
14213 (org-set-font-lock-defaults): Simplify setup for headlines.
14214 (org-complete): Pass common substring to `display-completion-list'.
14215
14216 2006-03-06 David Ponce <david@dponce.com>
14217
14218 * tree-widget.el: Update Commentary header.
14219 (tree-widget-theme-name): Ignore parent themes.
14220 (tree-widget-set-parent-theme): New function.
14221 (tree-widget-set-theme): Use it.
14222 (tree-widget-set-image-properties): Move definition. Does nothing
14223 if image properties have already been set.
14224 (tree-widget-image-properties): Move definition. Receive an image
14225 name. Set the :pointer property.
14226 (tree-widget-lookup-image): Doc fix. Search in parent themes.
14227 Don't set the :pointer image property.
14228 (tree-widget-convert-widget): New function. Handle :dynargs
14229 compatibility here.
14230 (tree-widget): Use it to :convert-widget. Add the :expander-p
14231 predicate to control when the :expander function is entered.
14232 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
14233 (tree-widget-value-create): Handle :expander-p. widget-apply
14234 :expander.
14235 (tree-widget-expander-p): New function. Default value of the
14236 :expander-p property.
14237
14238 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
14239
14240 * help.el (describe-key): Properly handle the return value of
14241 read-key-sequence when grabbing an up-event. Cleanup mouse-1
14242 remaps. Handle string and vector `follow-link' values.
14243
14244 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
14245
14246 * complete.el (PC-expand-many-files): Try be more careful when parsing
14247 the shell's output.
14248
14249 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
14250
14251 * outline.el (hide-sublevels): Provide better interactive default.
14252
14253 2006-03-06 Kenichi Handa <handa@m17n.org>
14254
14255 * international/fontset.el (create-fontset-from-fontset-spec):
14256 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
14257
14258 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
14259
14260 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
14261 backslashes instead of one in regexp.
14262 (gud-tooltip-dereference): Add missing optional argument.
14263
14264 2006-03-04 John Paul Wallington <jpw@pobox.com>
14265
14266 * wdired.el (toplevel): Require `cl' at compile-time.
14267
14268 2006-03-04 Andreas Schwab <schwab@suse.de>
14269
14270 * server.el (server-process-filter): Handle errors during
14271 evaluation of the argument.
14272
14273 2006-03-03 John Paul Wallington <jpw@pobox.com>
14274
14275 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
14276 escape parentheses at beginning of line.
14277 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
14278 (t-mouse-mode): Remove period from end of error message.
14279
14280 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
14281
14282 * textmodes/flyspell.el (flyspell-process-localwords):
14283 Be case-sensitive.
14284
14285 2006-03-03 Martin Rudalics <rudalics@gmx.at>
14286
14287 * cus-edit.el (custom-quote): Remove function, since it has been
14288 moved to custom.el.
14289
14290 * font-lock.el (lisp-font-lock-keywords-2)
14291 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
14292 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
14293 they have no special meaning.
14294
14295 * midnight.el (clean-buffer-list): Handle case where base-buffer of
14296 indirect buffer gets killed before indirect buffer. Use dolist.
14297
14298 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
14299
14300 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
14301 value instead of a literal constant (1) on more pauses.
14302
14303 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
14304
14305 * textmodes/flyspell.el (flyspell-external-point-words):
14306 Be case-sensitive.
14307
14308 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
14309
14310 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
14311 with "www".
14312
14313 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
14314
14315 * allout.el: Restablish intermediate missing comment header to
14316 preserve outline structure.
14317 (allout-beginning-of-current-entry): Skip invisible text.
14318 (allout-open-topic): Fix opening a topic at end-of-buffer.
14319 (allout-minor-mode): Move nearer to allout-mode function.
14320
14321 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
14322
14323 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
14324
14325 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
14326
14327 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
14328 is nil.
14329
14330 * progmodes/gud.el (gud-speedbar-menu-items):
14331 Use buffer-local-value and add missing :visible keyword.
14332
14333 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
14334
14335 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
14336
14337 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
14338 must be `follow-link'.
14339
14340 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
14341
14342 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
14343 formatting: No nested anchors.
14344 (org-all-targets): Fix bug with XEmacs compatibility.
14345 (org-read-date): Add (require 'parse-time).
14346 (org-set-tags): Fix bug with extra inserted space.
14347 (org-export-html-style): Define a style class for targets.
14348 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
14349 (org-hide-leading-stars): New option.
14350 (org-hide): New face.
14351 (org-set-font-lock-defaults): Allow to hide leading stars.
14352 (org-get-legal-level, org-tr-level): New functions.
14353 (org-odd-levels-only): New option.
14354 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
14355 (org-demote, org-promote): Deal with double-star levels.
14356 (org-convert-to-odd-levels): New command.
14357
14358 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
14359
14360 * speedbar.el (speedbar-update-localized-contents): Try to
14361 preserve window-start.
14362 (speedbar-update-directory-contents): Try to preserve window-start
14363 and window-point.
14364 (speedbar-update-special-contents): Don't move back to start of window.
14365
14366 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
14367 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
14368 speedbar-timer-fn.
14369 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
14370 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
14371 instead of gdb-speedbar-timer-fn.
14372
14373 2006-02-28 Jay Belanger <belanger@truman.edu>
14374
14375 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
14376 (math-compose-expr): Use latex option when calling
14377 `math-compose-tex-matrix' for latex mode.
14378
14379 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
14380
14381 * speedbar.el: Re-instate comments about developing for speedbar
14382 [this is what info and gdb-ui use even if better methods exist now].
14383
14384 * t-mouse.el: New file.
14385 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
14386 (t-mouse-lispy-buffer-posn-from-coords): Remove.
14387 (t-mouse-make-event-element): Use posn-at-x-y instead.
14388 (t-mouse-make-event): Deal with Fedora Core 3.
14389 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
14390 (t-mouse-mouse-position-function): New function. Use it instead
14391 of advising mouse-position.
14392 (t-mouse-mode): New minor mode.
14393 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
14394
14395 2006-02-27 Glenn Morris <rgm@gnu.org>
14396
14397 * calendar/calendar.el (calendar-holidays): Doc fix.
14398
14399 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
14400
14401 * progmodes/gdb-ui.el (gdb-source-window): New variable.
14402 Re-introduce the concept of a source window.
14403 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
14404 consistency with get-buffer-create.
14405 (def-gdb-auto-update-handler, gdb-info-locals-handler)
14406 (gdb-data-list-register-values-handler)
14407 (gdb-stack-list-locals-handler): Try to preserve window-start as
14408 well as window-point.
14409 (gdb-display-source-buffer): New function (old concept).
14410 (gdb-goto-breakpoint): Use it.
14411
14412 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
14413 for gdb-ui/gdb-mi (old concept).
14414
14415 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
14416
14417 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
14418 binding.
14419
14420 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
14421
14422 * textmodes/reftex-sel.el (reftex-select-label-map)
14423 (reftex-select-bib-map): Add `follow-mouse' binding.
14424
14425 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
14426
14427 * jka-cmpr-hook.el (jka-compr-compression-info-list)
14428 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
14429 Give :set functions to provide automatic updating.
14430 Update docstring. Give compiler defvars early in the file
14431 and move the defcustoms to a later spot where all called functions
14432 are defined.
14433 (jka-compr-file-name-handler-entry): Doc fix.
14434 (jka-compr-compression-info-list--internal)
14435 (jka-compr-mode-alist-additions--internal)
14436 (jka-compr-load-suffixes--internal): New variables.
14437 (jka-compr-install): Set the three above variables.
14438 Update `load-file-rep-suffixes' instead of `load-suffixes'.
14439 (jka-compr-update, jka-compr-set): New functions.
14440 (auto-compression-mode): Doc fix.
14441
14442 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
14443 Update `load-file-rep-suffixes' instead of `load-suffixes'.
14444 Use jka-compr-compression-info-list--internal,
14445 jka-compr-mode-alist-additions--internal and
14446 jka-compr-load-suffixes--internal.
14447
14448 * files.el (load-library):
14449 * loadhist.el (file-loadhist-lookup):
14450 * startup.el (command-line):
14451 * subr.el (locate-library):
14452 * emacs-lisp/autoload.el (update-directory-autoloads):
14453 * emacs-lisp/find-func.el (find-library-suffixes):
14454 Use `get-load-suffixes' instead of `load-suffixes'.
14455
14456 * subr.el (locate-library):
14457 * emacs-lisp/find-func.el (find-library-name):
14458 Use `load-file-rep-suffixes' instead of '("").
14459
14460 2006-02-26 Kim F. Storm <storm@cua.dk>
14461
14462 * ido.el (ido-save-history, ido-load-history): Simplify.
14463 Don't use find-file-noselect to avoid interference from other modes.
14464
14465 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
14466
14467 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
14468 to use the default shell if filename is not available.
14469 Reported by Giorgos Keramidas.
14470
14471 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
14472
14473 * progmodes/etags.el (tags-completion-table): Do completion from
14474 all the tables in the current list, as documented in the manual.
14475
14476 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14477
14478 * CC Mode Update to 5.31.3.
14479
14480 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14481
14482 * progmodes/cc-mode.el (c-postprocess-file-styles):
14483 Bind inhibit-read-only to t, around the call to
14484 c-remove-any-local-eval-or-mode-variables, so that it works on a
14485 RO file.
14486
14487 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14488
14489 * progmodes/cc-awk.el: Correct a typo.
14490
14491 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14492
14493 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
14494 c-hungry-delete-backwards, at the request of RMS. Leave the old
14495 name as an alias.
14496
14497 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14498
14499 * progmodes/cc-mode.el: Correct a typo.
14500
14501 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14502
14503 * progmodes/cc-defs.el: Update the version number to 5.31.3.
14504
14505 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14506
14507 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
14508 brace-else-brace (error due to mbeg, mend being undefined).
14509
14510 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14511
14512 * progmodes/cc-mode.el: File Local variables: Solve the problem
14513 where both `mode' and c-file-offsets are specified: `mode' will
14514 overwrite c-f-o's settings:
14515 (c-remove-any-local-eval-or-mode-variables): New function.
14516 (c-postprocess-file-styles): Call the above new function, within
14517 c-tentative-buffer-change, to splat `mode' and `eval' before the
14518 second hack-local-variables.
14519
14520 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14521
14522 * progmodes/cc-mode.el:
14523 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
14524 (c-after-change): Protect the match data with save-match-data.
14525 It was getting corrupted by c-after-change-check-<>-operators.
14526
14527 * cc-defs.el: [Supersedes patch V1.38]:
14528 (top level): Check for a buggy font-lock-compile-keywords ONLY in
14529 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
14530
14531 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
14532 with save-match-data. It was being corrupted when Font Lock was
14533 not enabled.
14534
14535 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14536
14537 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
14538 Mode and Subword Mode.
14539
14540 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
14541 real labels ("case 1:" or "foo:") from non-labels ("public:").
14542 (c-forward-objc-directive): Replace c-forward-token-2 with crude
14543 coding; c-f-t-2 doesn't move over a token at EOB.
14544
14545 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
14546
14547 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
14548 (c-update-modeline): Concatenate the minor mode indicators
14549 directly onto mode-name, removing c-submode-indicators.
14550 Sometimes, c-s-i got separated from the mode name on the mode line.
14551
14552 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
14553 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
14554
14555 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14556
14557 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
14558 error message when there's an evaluation error to show whether
14559 it's loaded from source or not.
14560 (c-filter-ops): Make it available at runtime too to work when
14561 `c-make-init-lang-vars-fun' needs to evaluate from source.
14562
14563 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
14564
14565 * help.el (help): Revert last part of 2006-02-23 change (deletion
14566 of the `provide' call).
14567
14568 2006-02-23 Juri Linkov <juri@jurta.org>
14569
14570 * compare-w.el (compare-windows-highlight): Add new value
14571 `persistent' and change :type from `boolean' to `choice'.
14572 (compare-windows-overlays1, compare-windows-overlays2):
14573 New internal variables.
14574 (compare-windows-highlight): If compare-windows-highlight is
14575 `persistent', add current overlays to compare-windows-overlays[12]
14576 instead of adding compare-windows-dehighlight to pre-command-hook.
14577 (compare-windows-dehighlight): Delete all overlays from
14578 compare-windows-overlays[12].
14579
14580 * info.el (Info-search): Don't bind search-spaces-regexp to
14581 Info-search-whitespace-regexp in non-regexp isearch mode.
14582
14583 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
14584
14585 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
14586
14587 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
14588
14589 * textmodes/org.el (org-xemacs-p)
14590 (org-export-html-show-new-buffer, org-table-may-need-update)
14591 (org-insert-item, org-mhe-get-message-real-folder)
14592 (org-mhe-get-message-folder-from-index)
14593 (org-mhe-get-message-folder, org-mhe-get-message-num)
14594 (org-mhe-get-header, org-make-org-heading-search-string)
14595 (org-make-org-heading-camel, org-table-sort-lines)
14596 (org-format-org-table-html, org-format-table-table-html):
14597 Fix typos in docstrings.
14598
14599 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
14600
14601 * textmodes/org.el (org-cleaned-string-for-export)
14602 (org-solidify-link-text): New function.
14603 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
14604 XEmacs, just to silence the compiler.
14605 (org-export-as-ascii, org-export-as-html-and-open):
14606 Use `org-cleaned-string-for-export' and create internal links.
14607 (org-follow-mhe-link): Require mh-e, use folder.
14608
14609 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
14610
14611 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
14612
14613 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
14614 gdb-debug-log-length.
14615 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
14616 it a real ring but...
14617 (gud-gdba-marker-filter): ...make it work like mark-ring.
14618 (gdb-enable-debug): Rename from gdb-enable-debug-log.
14619 (gdb-mouse-jump): New function. Add bindings.
14620
14621 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
14622
14623 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
14624 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
14625 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
14626 (gdb-debug-log-length): Customize it's length.
14627 (gud-watch, gdb-var-create-handler): Display function::var format
14628 but don't use to create variable object.
14629 (gdb-var-create-handler): Use message-box in place of message.
14630 (gdb-stopped): Call gdb-exited if signalled.
14631
14632 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
14633
14634 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
14635
14636 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
14637
14638 * textmodes/reftex.el (reftex-locate-file): Search all extensions
14639 if `reftex-try-all-extensions' is set.
14640
14641 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
14642 fail silently when there is no valid argument at point.
14643 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
14644 `fail-silently' argument. From a patch by David Reiter.
14645
14646 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
14647 New commands.
14648 (org-mark-ring): New variable.
14649 (org-mark-ring-length): New option.
14650 (org-open-at-point, org-goto, org-open-file): Push old position
14651 onto the mark ring.
14652 (org-add-hook): New function.
14653 (org-export-table-remove-special-lines): New option.
14654 (org-skip-comments, org-format-org-table-html): Respect new
14655 option `org-export-table-remove-special-lines'.
14656 (org-open-file): Allow special command configuration for
14657 directory link.
14658 (org-file-apps): Fix bugs in customize type, added setting
14659 for directories.
14660 (org-activate-tags, org-format-agenda-item, org-complete)
14661 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
14662 (org-get-tags, org-get-buffer-tags, org-open-at-point)
14663 (org-link-search, org-make-org-heading-search-string)
14664 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
14665 (org-radio-targets, org-file-link-context-use-camel-case)
14666 (org-activate-camels): New options.
14667 (org-update-radio-target-regexp, org-all-targets)
14668 (org-make-target-link-regexp, org-activate-target-links):
14669 New functions.
14670 (org-make-org-heading-search-string): New function.
14671 (org-store-link, org-insert-link): Use new option
14672 `org-file-link-context-use-camel-case'.
14673 (org-activate-camels): Use new option `org-activate-camels'.
14674 (org-link-regexp): Add mhe prefix.
14675 (org-open-at-point, org-store-link): Support for mhe links.
14676 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
14677 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
14678 (org-mhe-get-header, org-follow-mhe-link): New functions.
14679 (org-remove-angle-brackets, org-add-angle-brackets):
14680 New functions.
14681 (org-bracket-link-regexp): New constant.
14682 (org-read-date): Fix bug that was rejecting all typed dates.
14683 (org-link-search): Make hierarchy above visible after a match.
14684 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
14685 (org-store-link): Fix bug with link creation when cursor is in
14686 an empty line.
14687 (org-open-at-point): Fix bug with matching a link.
14688 Fixed buggy argument sequence in call to `org-view-tags'.
14689 (org-compile-prefix-format): Set `org-prefix-has-tag'.
14690 (org-prefix-has-tag): New variable.
14691 (org-format-agenda-item): Remove tags from headline
14692 if appropriate.
14693 (org-agenda-remove-tags-when-in-prefix): New option.
14694
14695 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
14696
14697 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
14698 Fix the regular expressions.
14699
14700 2006-02-21 Richard M. Stallman <rms@gnu.org>
14701
14702 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
14703 if there's no other specific basis.
14704
14705 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
14706 as variables at all.
14707 (unsafep-variable): Rename arg; doc fix.
14708
14709 * abbrevlist.el (list-one-abbrev-table): Add autoload.
14710
14711 * calendar/appt.el (diary-selective-display): Add defvar.
14712
14713 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
14714
14715 * isearch.el (search-whitespace-regexp): Fix custom type.
14716
14717 * help.el (describe-key-briefly): Compute interactive args
14718 in same was as before previous change.
14719
14720 * files.el (enable-local-variables): Doc fix.
14721
14722 2006-02-21 Kim F. Storm <storm@cua.dk>
14723
14724 * fringe.el: Cleanup as file is now pre-loaded.
14725 (fringe-bitmaps): Initialize unconditionally.
14726 (fringe-mode, set-fringe-style): Remove autoload cookies.
14727
14728 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
14729
14730 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
14731 `horizontal-bar'.
14732 (fringe-cursor-alist): Use `horizontal-bar'.
14733
14734 2006-02-20 Kim F. Storm <storm@cua.dk>
14735
14736 * fringe.el (fringe-bitmaps): Update to new bitmap names.
14737 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
14738
14739 * loadup.el: Load "fringe" on window systems.
14740
14741 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
14742
14743 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
14744 out of scope components.
14745
14746 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
14747 default.
14748
14749 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
14750
14751 * custom.el (customize-mark-to-save, customize-mark-as-set):
14752 Load the symbol first.
14753
14754 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
14755
14756 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
14757 strech spec so it doesn't display as "^J" on the header line
14758 when `Buffer-menu-use-header-line' is t.
14759
14760 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
14761
14762 * speedbar.el (speedbar-make-button): Keep text properties
14763 of string arguments if desired.
14764
14765 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
14766 expessions.
14767
14768 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
14769 of speedbar.
14770
14771 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
14772
14773 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
14774 to value of `read-file-name-completion-ignore-case'.
14775
14776 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
14777
14778 * custom.el (customize-mark-as-set): Push to `user' theme.
14779
14780 * cus-edit.el (custom-save-variables): Allow unthemed values.
14781 (customize-set-variable): Push setting to `user' theme.
14782
14783 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
14784
14785 * progmodes/gud.el: Don't require font-lock as it's now
14786 automatically loaded.
14787 (gud-speedbar-buttons): Replace gdb-var-changed with
14788 gdb-force-update.
14789
14790 * progmodes/gdb-ui.el (gdb-force-update): Rename from
14791 gdb-var-changed.
14792 (gdb-post-prompt): Use it.
14793 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14794 (gdb-var-update-handler, gdb-var-delete)
14795 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
14796 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
14797 gdb-force-update in gdb-post-prompt.
14798 (gdb-reset): Clear watch expressions from speedbar when quitting.
14799
14800 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14801
14802 * viper-cmd.el (viper-insert-state-post-command-sentinel)
14803 (viper-change-state-to-vi, viper-change-state-to-emacs):
14804 Make aware of cursor coloring in the Emacs state.
14805 (viper-special-read-and-insert-char): Use read-char-exclusive.
14806 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
14807
14808 * viper-init.el (viper-emacs-state-cursor-color): New variable.
14809
14810 * viper-util.el (viper-save-cursor-color)
14811 (viper-get-saved-cursor-color-in-replace-mode)
14812 (viper-get-saved-cursor-color-in-insert-mode)
14813 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
14814 state.
14815 (viper-get-saved-cursor-color-in-emacs-mode): New function.
14816
14817 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
14818 (ediff-ignore-case-option3, ediff-actual-diff-options)
14819 (ediff-actual-diff3-options): New variables to control case sensitivity.
14820 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
14821 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
14822 (ediff-toggle-ignore-case): New function.
14823 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
14824
14825 * ediff-help.el (ediff-long-help-message-narrow2)
14826 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
14827 (ediff-long-help-message-word-mode): Add ignore-case command.
14828 (ediff-help-for-quick-help): Add ignore-case command.
14829
14830 * ediff-merg.el: Move provide to the end.
14831
14832 * ediff-ptch.el: Move provide to the end.
14833
14834 * ediff-wind.el: Move provide to the end.
14835
14836 * ediff-mult.el: Move provide to the end.
14837 (ediff-set-meta-overlay): Enable follow-link.
14838
14839 * ediff.el: Move provide to the end.
14840 Break recursive load cycle in eval-when-compile.
14841 (ediff-patch-buffer): Better heuristics.
14842
14843 * ediff-util.el: Move provide to the end.
14844 Break recursive load cycle in eval-when-compile.
14845 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
14846 defuns.
14847 (ediff-submit-report): Pass the values of ediff-diff3-program,
14848 ediff-diff3-options.
14849
14850 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
14851
14852 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
14853 the opening bracket of the following bracketing pairs: {}, [], (), <>,
14854 `' (for example, in the docstring of `windmove-default-keybindings').
14855
14856 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
14857
14858 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
14859 shadow face. Don't provide binding to edit variable when it is
14860 out of scope.
14861
14862 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
14863 (gdb-var-update-handler): Detect out of scope variables with pre
14864 GDB 6.4 too.
14865 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
14866 Reset status of variable objects to nil in update handlers.
14867 (gdb-var-update-handler-1): Detect when a variable object comes
14868 in scope. setcar on var changes gdb-var-list directly.
14869
14870 2006-02-17 Juri Linkov <juri@jurta.org>
14871
14872 * ffap.el (ffap) <defface>: Add explicit face declaration.
14873 (ffap-highlight): Use face `ffap' directly instead of checking
14874 for its existence.
14875
14876 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
14877 `visible-ok' of `other-buffer' to find the right original buffer.
14878
14879 * info.el (Info-search): Skip `Local Variables' node.
14880
14881 2006-02-17 Juri Linkov <juri@jurta.org>
14882
14883 * info.el (Info-find-file): Check for symbols `apropos', `history',
14884 `toc' in the input filename, and return these symbols as is.
14885 (Info-find-node-2): Set Info-current-file to symbols `apropos',
14886 `history', `toc' instead of strings.
14887 (Info-set-mode-line): For non-string Info-current-file use the
14888 symbol's name inside **.
14889 (Info-isearch-push-state): Add quote before Info-current-file and
14890 Info-current-node.
14891 (Info-isearch-pop-state): Use `equal' instead of `string='.
14892 (Info-extract-pointer, Info-following-node-name): Use
14893 `match-string-no-properties' instead of `match-string'.
14894 (Info-up): Check `old-file' for `stringp'.
14895 (Info-history): Use `equal' instead of `string-equal'.
14896 Check `file' for `stringp'.
14897 (Info-history): Use symbol `history' instead of string as first arg
14898 of `Info-find-node'.
14899 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
14900 `toc' instead of string.
14901 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
14902 instead of `buffer-substring', and `match-string-no-properties'
14903 instead of `match-string'.
14904 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
14905 instead of strings.
14906 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
14907 Use symbol `apropos' instead of string.
14908 (Info-copy-current-node-name): Check `Info-current-file' for
14909 `stringp' and construct a command with `Info-find-node' from it.
14910 (Info-fontify-node): Use `match-string-no-properties' instead of
14911 `match-string' and check file names for `stringp'.
14912 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
14913 `history', `toc' instead of strings.
14914
14915 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
14916
14917 * files.el: Rearrange functions and variables in the file local
14918 variables section.
14919
14920 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
14921
14922 * files.el: Add truncate-lines, ispell-check-comments and
14923 ispell-local-dictionary as safe local variables.
14924
14925 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
14926
14927 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
14928 out of scope variables.
14929 (gud-speedbar-buttons): Use unless.
14930
14931 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
14932 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
14933 (gdb-show-changed-values): Also use for out of scope variables.
14934 (gdb-var-update-handler-1): Note if variable goes out of scope.
14935
14936 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
14937
14938 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
14939 default to global variable values for unsupplied args.
14940 (rcirc-get-buffer-create): Fix bug with setting the target.
14941 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
14942 test for rcirc-always-use-server-buffer-flag here.
14943 (rcirc-response-formats): Add %N, which is a facified nick. %n
14944 uses the default face. Change the ACTION format string. If the
14945 "nick" is the server, don't print anything for that field.
14946 Comment fixes.
14947 (rcirc-target-buffer): Don't test
14948 rcirc-always-use-server-buffer-flag here.
14949 (rcirc-print): Squeeze extra spaces out of the text before message.
14950 (rcirc-put-nick-channel): Strip potential "@" char from nick
14951 before adding them to nick table.
14952 (rcirc-url-regexp): Improve to match address like "foo.com".
14953
14954 2006-02-17 Eli Zaretskii <eliz@gnu.org>
14955
14956 * allout.el (allout-hidden-p): Move this defsubst before
14957 allout-overlay-interior-modification-handler, where it is first
14958 used.
14959
14960 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
14961
14962 * allout.el: Use allout invisible-text overlays instead of
14963 selective display for concealed text. Also, lots of general
14964 cleanup, and improved compatibility code.
14965
14966 (allout-version): Incremented, corrected, revised, and refined
14967 module commentary.
14968
14969 (provide 'allout): Moved to the bottom, added a require of overlay.
14970
14971 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
14972 `except-current'.
14973 (allout-write-file-hook-handler): Minimize delay.
14974 (count-trailing-whitespace-region): New function so
14975 auto-encryption of current topic can resituate cursor exactly.
14976 PGP/GPG encryption trims trailing whitespace from lines, which
14977 must be accounted for across encryption then decryption.
14978
14979 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
14980 just plain "\C-c", to avoid intruding on user's keybinding space.
14981
14982 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
14983 parameter, so user request to provide a new password is done.
14984
14985 (allout-outside-normal-auto-fill-function, allout-auto-fill):
14986 Refined mechanism for auto-filling behavior while in allout mode.
14987
14988 (allout-mode): Explicitly specify the mode map in the docstring.
14989 Clarify provision for various write-file hook var names.
14990 Adjusted for invisible-text overlays instead of selective-display.
14991
14992 (allout-depth): Really return 0 if not within any topic. This
14993 rectifies `allout-beginning-of-level' and sequence numbering
14994 errors that occur when cutting and pasting numbered topics.
14995 Changed from a in-line subst to a regular function, as well.
14996
14997 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
14998
14999 (allout-end-of-subtree, allout-end-of-subtree)
15000 (allout-end-of-entry, allout-end-of-current-heading)
15001 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
15002 (allout-show-children, allout-show-to-offshoot)
15003 (allout-hide-current-entry, allout-show-current-entry): Rectified
15004 handling of trailing blank lines between items.
15005
15006 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
15007 (allout-current-depth, allout-unprotected, allout-hidden-p)
15008 (allout-on-current-heading-p, allout-listify-exposed)
15009 (allout-chart-subtree, allout-goto-prefix)
15010 (allout-back-to-current-heading, allout-get-body-text)
15011 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
15012 (allout-hide-region-body, allout-toggle-subtree-encryption)
15013 (allout-encrypt-string, allout-encrypted-key-info)
15014 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
15015 (allout-file-vars-section-data): Adjusted for use with
15016 invisible-text overlays instead of selective-display.
15017
15018 (allout-kill-line, allout-kill-topic, allout-yank-processing):
15019 Reworked for use with invisible text overlays.
15020
15021 (allout-current-topic-collapsed-p): New function.
15022
15023 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
15024 to know when to close the containing topic.
15025
15026 (allout-pre-command-business, allout-post-command-business):
15027 Simplify undo-batching and dynamic isearch exposure.
15028
15029 (allout-set-overlay-category): New for invisible-text overlays.
15030 Sets properties of allout-overlay-category, used by
15031 allout-flag-region to set invisible-text overlay properties.
15032 (allout-get-invisibility-overlay): Get the first qualifying
15033 invisibility overlay, so we can find the extent of it.
15034 (allout-back-to-visible-text): Get to just before the beginnining
15035 of the current invisibility overlay, if any.
15036
15037 (allout-overlay-insert-in-front-handler)
15038 (allout-overlay-interior-modification-handler)
15039 (allout-before-change-handler, allout-isearch-end-handler): New
15040 functions to handle extraordinary actions affecting concealed
15041 text.
15042
15043 (allout-flag-region): Use overlays instead of selective-display
15044 for invisible text - by inheritence from the properties of
15045 allout-overlay-category in mainline Emacs, and applied
15046 property-by-property in XEmacs, some recent versions of which
15047 don't inherit the properties from the category. Provisions to
15048 respond to concealed-text edits simplified drastically.
15049
15050 (allout-isearch-rectification, allout-isearch-was-font-lock)
15051 (allout-isearch-expose, allout-enwrap-isearch)
15052 (allout-isearch-abort, allout-pre-was-isearching)
15053 (allout-isearch-prior-pos, allout-isearch-did-quit)
15054 (allout-isearch-dynamic-expose)
15055 (allout-hide-current-entry-completely): Functions deleted.
15056
15057 (allout-undo-aggregation): Explicit undo aggregation no longer
15058 necessary due to transition away from selective-display.
15059
15060 (set-allout-regexp, allout-up-current-level)
15061 (allout-next-visible-heading, allout-forward-current-level)
15062 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
15063 (allout-kill-line, allout-yank-processing, allout-show-children)
15064 (allout-expose-topic, allout-old-expose-topic)
15065 (allout-listify-exposed, allout-insert-latex-header)
15066 (allout-toggle-subtree-encryption, allout-encrypt-string)
15067 (remove-from-invisibility-spec, allout-hide-current-subtree):
15068 Ditched unused variables.
15069
15070 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
15071
15072 * textmodes/ispell.el (ispell-change-dictionary): Call
15073 ispell-buffer-local-dict instead of
15074 ispell-accept-buffer-local-defs.
15075 (ispell-local-dictionary-alist): Accept as valid any coding-system
15076 supported by Emacs.
15077 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
15078 changed to iso-8859-3.
15079
15080 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
15081
15082 * speedbar.el (speedbar-frame-width): Make an inline function
15083 instead of a macro. Use frame-width.
15084 (speedbar-try-completion, speedbar-update-contents)
15085 (speedbar-timer-fn): Use consp.
15086 (speedbar-update-localized-contents): Try to preserve point.
15087
15088 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
15089 (menu): Re-order menu items.
15090 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
15091 field.
15092 (gdb-var-update-handler-1): Use it for GDB 6.4+.
15093 (gdb-post-prompt): Speed things by not forcing update.
15094
15095 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
15096
15097 * wid-edit.el (widget-button-click): For mouse-1, cancel button
15098 press and perform default action if we get a mouse movement event.
15099
15100 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
15101
15102 * calendar/icalendar.el (icalendar--get-event-property)
15103 (icalendar--get-event-property-attributes): Fix typos in
15104 docstrings.
15105
15106 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
15107 docstring.
15108
15109 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
15110
15111 * bs.el (bs-mode): Use `buffer-disable-undo'.
15112 (bs--get-file-name): Simplify.
15113 (bs-show-in-buffer): Mark the buffer as not modified.
15114
15115 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
15116
15117 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
15118 widget-button-click.
15119
15120 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
15121 (custom-mode): Update docstring.
15122
15123 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
15124 binding.
15125
15126 * files.el (hack-local-variables-confirm): Allow scrolling if the
15127 file variable list is too long. Kill temp buffer after use.
15128
15129 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
15130
15131 * progmodes/gud.el (gdb): Improve doc string.
15132 (gdb-script-font-lock-keywords): Expand allowed character set.
15133
15134 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
15135 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
15136 (gdb-separate-io-interrupt, gdb-separate-io-quit)
15137 (gdb-separate-io-stop, gdb-separate-io-eof):
15138 Rename from gdb-inferior-* to gdb-separate-*.
15139 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
15140
15141 2006-02-14 Jay Belanger <belanger@truman.edu>
15142
15143 * calc/calc-arith.el (math-check-known-scalarp): Make sure
15144 expression is a symbol before checking that it is bound.
15145
15146 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
15147 test to see if equation can be solved.
15148
15149 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
15150
15151 * wid-edit.el (widget-button-click): Use :pressed-face property
15152 for overlay face, if it exists.
15153
15154 * cus-edit.el (custom-manual, custom-add-see-also)
15155 (custom-add-parent-links, custom-group-link): Add :pressed-face
15156 property to links.
15157
15158 * files.el (hack-local-variables): Remove ignored variables before
15159 checking if any variables need setting.
15160
15161 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15162
15163 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
15164
15165 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
15166
15167 * help.el (where-is): Fix message for remapped commands.
15168
15169 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
15170 Fix typos in docstrings.
15171
15172 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
15173
15174 * files.el (safe-local-variable-values): New option.
15175 (hack-local-variables-prop-line): Return a list of variable-value
15176 pairs if MODE-ONLY is non-nil.
15177 (hack-local-variables): Construct list of variable-value pairs,
15178 and apply or reject them in one go. Ask for confirmation if
15179 variables are not known safe.
15180 (hack-local-variables-confirm): Complete rewrite. Support
15181 `safe-local-variable-values'.
15182 (enable-local-variables): Update docstring to reflect new
15183 behavior.
15184 (ignored-local-variables): Ignore ignored-local-variables and
15185 safe-local-variable-values.
15186 (safe-local-variable-p): New function.
15187 (risky-local-variable-p): `safe-local-variable' property check
15188 moved to safe-local-variable-p.
15189 (hack-one-local-variable): Checks moved to hack-local-variables.
15190
15191 (byte-compile-dynamic, c-basic-offset, c-file-style)
15192 (c-indent-level, comment-column, fill-column, fill-prefix)
15193 (indent-tabs-mode, kept-new-versions, no-byte-compile)
15194 (no-update-autoloads, outline-regexp, page-delimiter)
15195 (paragraph-start, paragraph-separate, sentence-end)
15196 (sentence-end-double-space tab-width, version-control):
15197 Add `safe-local-variable' property.
15198
15199 * find-lisp.el: Delete nonexistent `autocompile' file variable.
15200
15201 * icomplete.el, play/landmark.el: Change nonexistent
15202 `outline-layout' file variable to `allout-layout'.
15203
15204 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
15205
15206 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
15207 (gdb-get-changed-registers): Test value of gud-minor-mode relative
15208 to gud-comint-buffer.
15209 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
15210 gdb-ui.el for gdb-mi.el.
15211 (gdb-post-prompt, gdb-get-changed-registers): Move test for
15212 registers buffer to gdb-get-changed-registers.
15213 (gdb-breakpoint-regexp): New regexp. Allow toggling and
15214 deletion of catchpoints (throw and catch).
15215 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
15216 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
15217 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
15218 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
15219 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
15220
15221 2006-02-13 Jay Belanger <belanger@truman.edu>
15222
15223 * calc/calc-arith.el (math-check-known-matrixp): Make sure
15224 expression is a symbol before checking that it is bound.
15225
15226 2006-02-13 Richard M. Stallman <rms@gnu.org>
15227
15228 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
15229 for the minibuffer too, but not if resize-mini-windows will interfere.
15230
15231 * help.el (describe-key-briefly, describe-key): Do all arg-reading
15232 inside `interactive' spec.
15233 (describe-key-briefly-internal, describe-key-internal):
15234 Functions merged back into their callers.
15235
15236 2006-02-13 Martin Rudalics <rudalics@gmx.at>
15237
15238 * info.el (info-xref-visited): Inherit from info-xref too.
15239 (Info-set-mode-line): Replace occurrences of `%' by `%%'
15240 when propertizing Info-current-file and Info-current-node.
15241
15242 2006-02-13 Juri Linkov <juri@jurta.org>
15243
15244 * tumme.el (tumme-thumbnail-storage): Fix docstring.
15245 (tumme-thumb-name): Fix per-directory format.
15246
15247 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
15248
15249 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
15250
15251 2006-02-12 Miles Bader <miles@gnu.org>
15252
15253 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
15254
15255 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
15256
15257 * tumme.el: Remove history section. If someone needs the it, it
15258 can always be found in CVS.
15259
15260 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
15261
15262 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
15263 about the Thumbnail Managing Standard option.
15264
15265 2006-02-12 Richard M. Stallman <rms@gnu.org>
15266
15267 * subr.el (substitute-key-definition): Doc fix.
15268
15269 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
15270
15271 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
15272
15273 * info.el (Info-mode): Doc fix.
15274
15275 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
15276
15277 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
15278
15279 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
15280 because on Solaris a POSIX compatible "id" is needed. Reported by
15281 Magnus Henoch <mange@freemail.hu>.
15282
15283 2006-02-12 Juri Linkov <juri@jurta.org>
15284
15285 * tumme.el: Remove todo item about Thumbnail Managing Standard.
15286 (tumme) <defgroup>: Change :group to `multimedia'.
15287 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
15288 Managing Standard.
15289 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
15290 Fix dostring.
15291 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
15292 and %y. Fix docstring.
15293 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
15294 (tumme-cmd-create-standard-thumbnail-command): New user options.
15295 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
15296 is `standard'. Fix docstring.
15297 (tumme-thumb-width, tumme-thumb-height): New user options.
15298 (tumme-external-viewer): Try to find various viewers.
15299 (tumme-get-thumbnail-image): Use `create-image' instead of
15300 constructing the `image' structure.
15301 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
15302 `standard'.
15303 (tumme-thumb-name): Add file name generation for standard storage.
15304 Simplify code for other storages.
15305 (tumme-thumb-name): Use width %w and height %h instead of size %s.
15306 Add modification time %m and thumbnail-nq8 %q.
15307 Use `tumme-cmd-create-standard-thumbnail-command' if
15308 tumme-thumbnail-storage is `standard'.
15309 (tumme-dired-insert-marked-thumbs): New autoload command.
15310 (tumme-dired-after-readin-hook): New function.
15311 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
15312 `tumme-thumb-size'.
15313 (tumme-display-image): Replace size-x %x and size-y %y with
15314 width %w and height %h.
15315
15316 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
15317 `tumme-dired-insert-marked-thumbs'.
15318
15319 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
15320
15321 * tumme.el (tumme-write-tag): Fix small bug (file name did not
15322 include path).
15323 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
15324 matching tag.
15325
15326 2006-02-12 Miles Bader <miles@gnu.org>
15327
15328 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
15329 New variables.
15330 (rcirc-abbrev-nick): New function.
15331 (rcirc-format-response-string): Rewrite to use the formats in
15332 `rcirc-response-formats' and expand escape sequences therein.
15333 A text-property `rcirc-text' is added over the actual response
15334 text to make easy to find inside the returned string.
15335 (rcirc-print): When filling, just look for the `rcirc-text'
15336 text-property to find the appropriate fill prefix, instead of
15337 using hardwired patterns.
15338
15339 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
15340
15341 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
15342 Managing Standard.
15343
15344 2006-02-11 Kim F. Storm <storm@cua.dk>
15345
15346 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
15347 Don't use insert-buffer; do insert-buffer-substring directly.
15348 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
15349
15350 2006-02-11 Martin Rudalics <rudalics@gmx.at>
15351
15352 * files.el (revert-buffer, recover-file): Replace buffer-read-only
15353 with inhibit-read-only. Suggested by Stefan Monnier.
15354 (revert-buffer): Let insert-file-contents discard
15355 buffer-undo-list. Simplify code.
15356 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
15357
15358 2006-02-11 Eli Zaretskii <eliz@gnu.org>
15359
15360 * menu-bar.el (menu-bar-select-yank): Add a doc string.
15361
15362 * help.el (describe-key-briefly): Now a wrapper for
15363 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
15364 to t. Populate yank-menu if empty.
15365 (describe-key-briefly-internal): Renamed from describe-key-briefly.
15366 (describe-key): Now a wrapper for describe-key-internal. Bind
15367 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
15368 (describe-key-internal): Renamed from describe-key.
15369
15370 2006-02-11 Milan Zamazal <pdm@zamazal.org>
15371
15372 * progmodes/glasses.el (glasses-separator): Doc fix.
15373 (glasses-original-separator): New defcustom.
15374 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
15375
15376 2006-02-11 Martin Rudalics <rudalics@gmx.at>
15377
15378 * mwheel.el (mouse-wheel-up-event): Doc fix.
15379
15380 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
15381
15382 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
15383 (tumme-dir): New function. Copied from thumbs.el.
15384
15385 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
15386
15387 * desktop.el (desktop-outvar): Fix typo.
15388 (desktop-save-buffer-p): Doc fix.
15389
15390 * subr.el (substitute-key-definition): Fix typo.
15391
15392 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15393
15394 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
15395 when window-system is mac.
15396
15397 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
15398
15399 2006-02-10 Kim F. Storm <storm@cua.dk>
15400
15401 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
15402 indirect-function instead of using condition-case.
15403
15404 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
15405
15406 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
15407 less `colloquial'...
15408
15409 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
15410
15411 * tumme.el: Add a couple of todo items.
15412
15413 2006-02-09 Lars Hansen <larsh@soem.dk>
15414
15415 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
15416 (highlight-changes-mode): Don't change desktop-locals-to-save.
15417
15418 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
15419
15420 * image-mode.el (image-toggle-display): Clear image cache if using
15421 filename.
15422
15423 2006-02-09 Masatake YAMATO <jet@gyve.org>
15424
15425 * dired-x.el (dired-guess-shell-alist-default): Add .man as
15426 a `dired-man' target.
15427
15428 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
15429 boundary of symbols.
15430
15431 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
15432
15433 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
15434
15435 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
15436
15437 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
15438 `mapcar'; return nil.
15439
15440 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
15441
15442 * mouse.el (mouse-drag-track): Don't change window if we rebind to
15443 some other event.
15444
15445 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
15446
15447 * net/rcirc.el (rcirc-startup-channels-alist):
15448 Add irc.freenode.net and #emacs as defaults.
15449 (rcirc-ignore-all-activity-flag): Remove variable.
15450 (rcirc-authinfo): New variable.
15451 (rcirc-authinfo-filename): Remove variable.
15452 (rcirc-always-use-server-buffer-flag): New flag.
15453 (rcirc): M-x rcirc will automatically connect without prompting.
15454 C-u M-x rcirc will prompt. Use rcirc-connect to create a
15455 connection in lisp.
15456 (rcirc-process-server-response-1): Remove everything but the nick
15457 portion of the sender so it doesn't need to be done everywhere
15458 else. Update related code.
15459 (global-map): Remove global keybindings.
15460 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
15461 (rcirc-send-input): Split into several functions.
15462 (rcirc-process-input-line, rcirc-process-message)
15463 (rcirc-process-command): New functions.
15464 (rcirc-target-buffer): New function to determine where to route
15465 messages.
15466 (rcirc-user-nick): Save match data.
15467 (rcirc-toggle-ignore-buffer-activity)
15468 (rcirc-update-activity-string): Remove global ignore functionality,
15469 which can be done now by toggling rcirc-track-minor-mode.
15470 (rcirc-track-minor-mode-map): New keymap.
15471 (rcirc-track-minor-mode): New minor-mode.
15472 (ignore): Make the ignore output nicer. Always print it when
15473 adding or removing nicks.
15474 (rcirc-url-regexp): Improve.
15475 (rcirc-mangle-text): Remove properties before using text in the
15476 modeline.
15477 (rcirc-authenticate): Authentication data comes from
15478 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
15479 (rcirc-server-prefix): Inherit from rcirc-server.
15480
15481 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
15482
15483 * Makefile.in (compile): Append "|| true" to the end of the `find'
15484 command, like compile-always does.
15485
15486 2006-02-08 Sam Steingold <sds@gnu.org>
15487
15488 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
15489 output from a dead connection.
15490
15491 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
15492
15493 * dired.el (dired-mode-map): Add more bindings for tumme.
15494
15495 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
15496
15497 * wdired.el (wdired-mode-map): Use remap.
15498 (wdired-get-filename): Massage.
15499 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
15500 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
15501 `keymap' property rather than `local-map'.
15502
15503 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
15504
15505 * tumme.el (tumme-get-thumbnail-image): New utility function.
15506 Suggested by from Chong Yidong.
15507 (tumme-dired-with-window-configuration): Rename from
15508 `tumme-dired'. Add code to save window configuration.
15509 (tumme-restore-window-configuration): New command to restore the
15510 window configuration that `tumme-dired-with-window-configuration'
15511 saves before it changes the window configuration.
15512 (tumme-show-all-from-dir): New command to display thumbnails for
15513 all files in a directory entered by the user, like M-x thumbs.
15514 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
15515 have been created.
15516 (tumme-display-thumbnail-original-image): Call `display-buffer'.
15517 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
15518 Remove obsolete test function.
15519
15520 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
15521
15522 * vc.el (small-temporary-file-directory): Remove defvar; there's
15523 a defcustom for it in files.el.
15524
15525 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
15526 Fix typo in message.
15527 (tumme-gallery-generate): Fix typo in `error' message.
15528 (tumme-display-window-height-correction)
15529 (tumme-display-window-width-correction, tumme-line-up-dynamic)
15530 (tumme-line-up-interactive): Dox fixes.
15531 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
15532 (tumme-restore-window-configuration, tumme-format-properties-string)
15533 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
15534 Fix typos in docstrings.
15535
15536 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
15537
15538 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
15539
15540 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
15541
15542 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
15543 User should use hook if desired.
15544
15545 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
15546 buffer if necessary.
15547 (gdb-delete-frame-or-window): New function.
15548 (gdb-breakpoints-mode-map): Bind "q" to it.
15549
15550 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
15551
15552 * textmodes/nroff-mode.el: Clean up name space.
15553 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
15554 (nroff-mode): Obey the global setting of nroff-electric-mode.
15555 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
15556
15557 * calendar/calendar.el (calendar-increment-month): Typo in last change.
15558
15559 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
15560
15561 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
15562
15563 2006-02-06 Lars Hansen <larsh@soem.dk>
15564
15565 * generic-x.el (etc-fstab-generic-mode): Add file system types
15566 cifs and usbdevfs. Allow special chars in file names.
15567
15568 2006-02-05 Jay Belanger <belanger@truman.edu>
15569
15570 Update copyright notices of the files in lisp/calc.
15571
15572 2006-02-05 Romain Francoise <romain@orebokech.com>
15573
15574 Update copyright notices of all files in the lisp/play directory.
15575
15576 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
15577
15578 * ldefs-boot.el: Regenerate.
15579
15580 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
15581
15582 2006-02-05 Kim F. Storm <storm@cua.dk>
15583
15584 * files.el (magic-mode-regexp-match-limit): New defvar.
15585 (set-auto-mode): Use it to limit magic-mode-alist matching.
15586
15587 2006-02-04 Eli Zaretskii <eliz@gnu.org>
15588
15589 * info.el (Info-index, Info-mode): Improve the description of the
15590 `i' command.
15591
15592 * ldefs-boot.el: Regenerate.
15593
15594 2006-02-03 Werner Lemberg <wl@gnu.org>
15595
15596 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
15597 greedy to find the closing bracket in \*[...] and similar
15598 expressions. This is a first rough fix -- many additional
15599 refinements are necessary to make nroff mode really usable with groff.
15600
15601 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
15602
15603 * international/mule-cmds.el (set-locale-environment):
15604 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
15605 libX11.
15606
15607 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
15608
15609 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
15610 archive are created in archive-tmpdir.
15611
15612 2006-02-02 John Paul Wallington <jpw@pobox.com>
15613
15614 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
15615 (ibuffer-fontification-alist): Use it.
15616 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
15617 to "* z" and the Ibuffer Mark menu.
15618
15619 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
15620
15621 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
15622
15623 * textmodes/table.el (*table--cell-describe-mode)
15624 (*table--cell-describe-bindings): Undo last change since
15625 print-help-return-message is not obsoleted by anything at all.
15626
15627 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
15628
15629 * emulation/cua-base.el (cua-mode): Doc fix.
15630
15631 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
15632
15633 * dframe.el (dframe-handle-make-frame-visible)
15634 (dframe-handle-iconify-frame, dframe-get-focus)
15635 (dframe-select-attached-frame, dframe-power-click)
15636 (dframe-frame-mode): Fix typos in docstrings.
15637
15638 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
15639 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
15640 Fix typos in docstrings.
15641
15642 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
15643 (hi-lock-face-buffer, hi-lock-font-lock-hook)
15644 (hi-lock-archaic-interface-message-used)
15645 (hi-lock-file-patterns-range): Fix typos in docstrings.
15646
15647 * savehist.el (savehist-loaded, savehist-load, savehist-install)
15648 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
15649
15650 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
15651 Fix typo in docstring.
15652
15653 * net/newsticker.el (newsticker--decode-iso8601-date)
15654 (newsticker--set-customvar, newsticker--buffer-insert-item)
15655 (newsticker--do-run-auto-mark-filter)
15656 (newsticker--parse-generic-feed): Doc fixes.
15657 (newsticker--retrieval-timer-list, newsticker-url-list)
15658 (newsticker-hide-immortal-items-in-echo-area)
15659 (newsticker-hide-obsolete-items-in-echo-area)
15660 (newsticker-new-item-face, newsticker--enclosure)
15661 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
15662 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
15663 (newsticker--parse-generic-feed, newsticker--cache-contains)
15664 (newsticker--stat-num-items, newsticker-download-enclosures):
15665 Fix typos in docstrings.
15666
15667 * net/rcirc.el (rcirc-debug): Doc fix.
15668 (rcirc-fill-column, rcirc-receive-message-hooks)
15669 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
15670 (rcirc-mode, rcirc-generate-new-buffer-name)
15671 (rcirc-startup-channels, rcirc-ignore-update-automatic)
15672 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
15673 Fix typos in docstrings.
15674 (rcirc-print): "?\ " -> "?\s".
15675 (rcirc-cmd-join): Improve argument/docstring consistency.
15676
15677 2006-02-01 Mark A. Hershberger <mah@everybody.org>
15678
15679 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
15680 before narrow-to-region.
15681
15682 2006-02-01 Richard M. Stallman <rms@gnu.org>
15683
15684 * simple.el (move-beginning-of-line): Scan properly for invis change.
15685
15686 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
15687
15688 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
15689
15690 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
15691 change bit only when id-format is 'integer. Reported by Matt
15692 Hodges <M.P.Hodges@rl.ac.uk>.
15693
15694 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
15695
15696 * hilit-chg.el (highlight-changes-initial-state)
15697 (highlight-changes-global-initial-state): Doc fixes.
15698 (highlight-changes-global-modes, global-highlight-changes):
15699 Fix typos in docstrings.
15700
15701 2006-02-01 Kim F. Storm <storm@cua.dk>
15702
15703 * emulation/cua-base.el (cua-mode): Mention that CUA enables
15704 transient-mark-mode in doc string.
15705
15706 2006-01-31 Richard M. Stallman <rms@gnu.org>
15707
15708 * replace.el (multi-occur): Doc fix.
15709 (multi-occur-in-matching-buffers): Rename from
15710 multi-occur-by-filename-regexp. Prefix arg says match
15711 buffer names instead of file names.
15712
15713 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
15714
15715 * bs.el: Allow non-default values of `bs-header-lines-length'.
15716 (bs--running-in-xemacs): Remove (not needed anymore).
15717 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
15718 instead of `shrink-window', thus avoiding having to compute the
15719 height of the window.
15720 (bs--up): Wrap around even when there's no header.
15721 (bs--down): Use `forward-line' instead of `next-line'.
15722
15723 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
15724
15725 * image-mode.el (image-toggle-display): Use file name if possible,
15726 instead of unnecessarily allocating a (possibly huge) lisp string.
15727
15728 2006-01-30 John Paul Wallington <jpw@pobox.com>
15729
15730 * subr.el (toplevel): Define `cl-assertion-failed' condition here
15731 because the `assert' macro signals it at runtime.
15732
15733 * emacs-lisp/cl.el (toplevel): Remove definition of
15734 `cl-assertion-failed' condition.
15735
15736 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
15737
15738 * thumbs.el (thumbs-marked-list): Make buffer-local and
15739 permanent-local.
15740 (thumbs-insert-thumb): Make help-echo non-sticky.
15741 (thumbs-file-alist): Use eolp as check for (non)-image.
15742
15743 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
15744
15745 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
15746 (ediff-before-session-group-setup-hooks)
15747 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
15748 Fix typos in docstrings.
15749
15750 * window.el (bw-dir, bw-eqdir, balance-windows)
15751 (split-window-keep-point): Fix typos in docstrings.
15752
15753 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
15754 (org-quote-string, org-calendar-to-agenda-key)
15755 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
15756 (org-show-following-heading, org-tags-column)
15757 (org-use-tag-inheritance, org, org-allow-space-in-links)
15758 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
15759 (org-enable-table-editor, org-calc-default-modes)
15760 (org-table-allow-automatic-line-recalculation)
15761 (org-export-html-style, org-export-with-fixed-width)
15762 (org-export-with-sub-superscripts, org-special-keyword)
15763 (org-formula, org-time-grid, org-table-may-need-update)
15764 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
15765 (org-goto-quit, org-get-indentation, org-end-of-item)
15766 (org-move-item-down, org-move-item-up)
15767 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
15768 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
15769 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
15770 (org-agenda-log-mode, org-agenda-toggle-diary)
15771 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
15772 (org-agenda-file-to-end, org-agenda-no-heading-message)
15773 (org-agenda-get-closed, org-format-agenda-item)
15774 (org-cmp-priority, org-cmp-category, org-cmp-time)
15775 (org-agenda-change-all-lines, org-agenda-diary-entry)
15776 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
15777 (org-link-search, org-camel-to-words, org-open-file)
15778 (org-remember-handler, org-table-convert-region)
15779 (org-table-move-row-down, org-table-move-row-up)
15780 (org-table-copy-region, org-table-wrap-region)
15781 (org-table-toggle-vline-visibility)
15782 (org-table-get-vertical-vector, org-table-modify-formulas)
15783 (org-table-get-specials, org-recalc-commands)
15784 (org-table-rotate-recalc-marks, org-table-eval-formula)
15785 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
15786 (org-level-color-stars-only, org-insert-heading):
15787 Fix typos in docstrings.
15788 (last-arg): Add defvar.
15789
15790 * makefile.w32-in (WINS): Add erc.
15791 (MH_E_SRC): Update (copied from lisp/Makefile.in).
15792
15793 2006-01-29 Bill Wohler <wohler@newt.com>
15794
15795 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
15796 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
15797 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
15798 (mh-autoloads): Don't use comments on otherwise empty lines.
15799
15800 2006-01-29 Edward O'Connor <ted@oconnor.cx>
15801
15802 * emulation/viper.el (viper-major-mode-modifier-list):
15803 Add insert-state and vi-state entries for erc-mode.
15804 (viper-go-away, viper-set-hooks): Add and remove
15805 viper-comint-mode-hook from erc-mode-hook as appropriate.
15806
15807 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
15808
15809 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
15810
15811 * bs.el (bs--format-aux): Implement `middle' alignment as
15812 described in the docstring for `bs-attributes-list'.
15813 (bs--get-name): Simplify. Don't pad the buffer name.
15814
15815 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
15816
15817 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
15818 English aspell dictionary is installed, use the first entry of
15819 ispell-dictionary-alist-1.
15820
15821 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15822
15823 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15824 Doc fix.
15825
15826 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
15827
15828 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
15829 for `process-file', in order to let it work for older Emacsen too.
15830
15831 2006-01-27 Eli Zaretskii <eliz@gnu.org>
15832
15833 * international/latexenc.el: Add a suitable `coding:' tag.
15834 (latexenc-find-file-coding-system): Undo last change.
15835
15836 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
15837
15838 * international/latexenc.el (latexenc-find-file-coding-system):
15839 Make sure latexenc-main-file is a regular file and is readable.
15840
15841 2006-01-27 Andre Spiegel <spiegel@gnu.org>
15842
15843 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
15844 Pass FILE to vc-user-login-name.
15845
15846 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
15847
15848 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
15849
15850 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
15851 there are no more images to display.
15852 (thumbs-mark, thumbs-unmark): Revert change so that they move to
15853 the next image.
15854
15855 2006-01-26 Richard M. Stallman <rms@gnu.org>
15856
15857 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
15858
15859 * wid-edit.el (advertised-widget-backward): New alias.
15860 (widget-keymap): Use advertised-widget-backward for S-TAB.
15861
15862 * tumme.el: Correct the keywords.
15863 (tumme-dir-max-size): Use defvar.
15864 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
15865
15866 * simple.el (move-beginning-of-line): Take account of fields.
15867 (clone-indirect-buffer-other-window): Take args like
15868 clone-indirect-buffer, and work like it.
15869
15870 * help-fns.el (describe-function): Don't pass `nil' as default.
15871
15872 * files.el (risky-local-variable-p): Follow var aliases.
15873
15874 * subr.el (lazy-completion-table): Doc fix.
15875
15876 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
15877 global binding of `line'.
15878
15879 2006-01-25 Andre Spiegel <spiegel@gnu.org>
15880
15881 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
15882 Tramp.
15883
15884 * vc.el (vc-default-dired-state-info): Pass FILE to
15885 vc-user-login-name.
15886 (vc-default-update-changelog): Don't use vc-user-login-name, we
15887 don't need it here.
15888
15889 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
15890 no longer necessary.
15891
15892 2006-01-25 Kenichi Handa <handa@m17n.org>
15893
15894 * international/mule.el (decode-char): Avoid the overhead of
15895 calling utf-lookup-subst-table-for-decode if
15896 utf-translate-cjk-mode is nil.
15897 (encode-char): Avoid the overhead of calling
15898 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
15899 nil.
15900
15901 2006-01-22 Kenichi Handa <handa@m17n.org>
15902
15903 * international/mule.el (make-subsidiary-coding-system): Reset
15904 `coding-system-define-form' property of subsidiaries to nil.
15905 Avoid duplicated entry in coding-system-alist.
15906 (make-coding-system): Avoid duplicated entry in
15907 coding-system-alist.
15908 (define-coding-system-alias): Likewise.
15909
15910 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
15911
15912 * completion.el: Minor fixes in introductory comment.
15913 (completion-def-wrapper): Fix alist.
15914
15915 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
15916
15917 * thumbs.el (thumbs-new-image-size): New function.
15918 (thumbs-increment-image-size-element)
15919 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
15920 (thumbs-decrement-image-size): Delete.
15921 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
15922 temp files and use to resize.
15923 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
15924 Use increment argument to enlarge/shrink. Preserve point.
15925 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
15926 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
15927 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
15928 (thumbs-mark, thumbs-unmark): Preserve point.
15929 (thumbs-modify-image): Keep old temp files and use to modify.
15930 Cleanup old temp files at load time. Preserve point.
15931 (thumbs-view-image-mode-map): Use new command names.
15932
15933 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
15934
15935 * log-view.el (log-view-minor-wrap): First rev is the one at point.
15936
15937 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
15938 the nastiest part of the cyclic dependency.
15939 (cal-menu-update): Use dotimes and calendar-increment-month.
15940
15941 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
15942 (calendar-week-start-day): Add an :initializer.
15943 (calendar-mode-map): Use suppress-keymap, and command remapping.
15944 (describe-calendar-mode): Setup xref-stack info for the back button.
15945 (calendar-star-date): Insert before delete.
15946 (calendar-set-mode-line): Add file-modified info if applicable.
15947 (calendar-increment-month): New function.
15948
15949 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
15950
15951 * font-lock.el (lisp-font-lock-keywords-2):
15952 Recognize "& keywords" only at word boundaries.
15953
15954 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
15955
15956 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
15957 and permanent-local.
15958 (thumbs-max-image-number): New variable.
15959 (thumbs-do-thumbs-insertion): Use them.
15960 (thumbs-per-line): Change default to 4.
15961 (thumbs-marked-list): Rename from thumbs-markedL.
15962 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
15963 (thumbs-rename-images): Use -list instead of L for internal variables.
15964 (thumbs-call-convert): Use call-process instead of shell-command.
15965 (thumbs-insert-thumb): Add filename as help-echo to each image.
15966 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
15967 Give dir to thumbs-show-thumbs-list.
15968 (thumbs-show-thumbs-list): Set default-directory to that of images.
15969 (thumbs-dired-show): Rename from thumbs-dired-show-all.
15970 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
15971 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
15972 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
15973
15974 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
15975
15976 * ses.el (ses-read-cell): Provide a default value.
15977
15978 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
15979
15980 * term/w32-win.el (image-library-alist): Add additional names for
15981 GIF library.
15982
15983 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
15984
15985 * international/latexenc.el (latexenc-find-file-coding-system):
15986 Add file-regular-p check.
15987
15988 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
15989
15990 * simple.el (clone-buffer): Don't show the new buffer in the same
15991 window.
15992
15993 2006-01-23 Juri Linkov <juri@jurta.org>
15994
15995 * faces.el (link, link-visited): New faces based on default values
15996 of `info-xref' and `info-xref-visited'.
15997
15998 * info.el (info-xref): Inherit from `link'.
15999 (info-xref-visited): Inherit from `link-visited'.
16000
16001 * cus-edit.el (custom-buffer-create-internal): Use widget type
16002 `custom-manual' instead of `info-link' and don't set properties
16003 `button-face' and `mouse-face' explicitly.
16004 (custom-browse-group-tag, custom-browse-variable-tag)
16005 (custom-browse-face-tag): Inherit from widget class
16006 `custom-group-link' instead of `push-button'.
16007 (custom-button-unraised): Inherit from `underline' face.
16008 (custom-link): Inherit from `link' face. Fix doc and group.
16009 (custom-add-parent-links, custom-group-value-create): Don't set
16010 properties `button-face' and `mouse-face' explicitly for
16011 `custom-group-link' widget.
16012 (custom-group-link): Add properties `button-face' and `mouse-face'
16013 to widget definition.
16014 (custom-field-keymap): New variable. Put `custom-field-keymap' to
16015 editable-field's :keymap property.
16016 (custom-mode): Fix docstring: substitute keybindings for
16017 `widget-forward' and `widget-backward' from `widget-keymap',
16018 `widget-complete' from `custom-field-keymap', replace old
16019 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
16020
16021 * desktop.el (desktop-load-file): Check for `fboundp' before
16022 calling `symbol-function'.
16023
16024 * simple.el (clone-buffer, clone-indirect-buffer)
16025 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
16026 `read-string'. Fix prompts.
16027
16028 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
16029
16030 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
16031
16032 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
16033
16034 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
16035
16036 * startup.el (inhibit-splash-screen, initial-scratch-message):
16037 Doc fixes.
16038
16039 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
16040
16041 Sync with Tramp 2.0.52.
16042
16043 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
16044 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
16045 `tramp-unload-tramp' for checklist.
16046
16047 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
16048 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
16049 (tramp-unload-file-name-handler-alist)
16050 (tramp-unload-tramp): New defuns.
16051 (tramp-advice-PC-expand-many-files): New defadvice.
16052 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
16053 removed.
16054 (tramp-handle-expand-file-name): Remove double slash.
16055 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
16056 It doesn't matter, because it will be converted later on.
16057 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
16058 implementation was just heuristic.
16059 (tramp-post-connection): Set uid and gid properties.
16060 (tramp-convert-file-attributes): Set file's gid change bit.
16061 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
16062 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
16063 in case of su(do)? methods. The home directory of the local user
16064 will be taken else.
16065 (tramp-open-connection-telnet)
16066 (tramp-open-connection-rsh, tramp-open-connection-su)
16067 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
16068 local shell prompt could hurt. Reported by Romain Francoise
16069 <romain@orebokech.com>.
16070 (tramp-let-maybe): Add `edebug-form-spec' property.
16071 (tramp-handle-expand-file-name): Bind `default-directory' locally
16072 to "/" in order to avoid problems with UNC shares or Cygwin
16073 mounts.
16074 (tramp-md5-function): Fix typo in error message.
16075
16076 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
16077
16078 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
16079 for byte-compiler pacification.
16080
16081 2006-01-22 Andre Spiegel <spiegel@gnu.org>
16082
16083 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
16084 ID-FORMAT `string'. This allows us to get rid of
16085 `vc-user-login-name UID'.
16086
16087 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
16088
16089 2006-01-22 John Paul Wallington <jpw@pobox.com>
16090
16091 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
16092
16093 2006-01-21 Martin Rudalics <rudalics@gmx.at>
16094
16095 * emacs-lisp/find-func.el (find-definition-noselect)
16096 (find-variable-noselect): Search variables in C source code too.
16097 (find-function-C-source, find-function-noselect, find-function)
16098 (find-function-other-frame, find-variable-noselect, find-variable)
16099 (find-variable-other-frame, find-variable-at-point):
16100 Fix docstrings.
16101
16102 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
16103
16104 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
16105
16106 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
16107
16108 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
16109 Default to disabling the "Save affix" question.
16110
16111 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
16112
16113 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
16114 the first arg to run-python.
16115
16116 2006-01-21 Eli Zaretskii <eliz@gnu.org>
16117
16118 * startup.el (command-line-1): Handle --no-desktop if desktop.el
16119 is not loaded.
16120
16121 2006-01-20 Jay Belanger <belanger@truman.edu>
16122
16123 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
16124 limit is 0.
16125
16126 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
16127 the correct variable.
16128
16129 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
16130
16131 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
16132 link. Fixed buggy argument sequence in call to `org-view-tags'.
16133 (org-compile-prefix-format): Set `org-prefix-has-tag'.
16134 (org-prefix-has-tag): New variable.
16135 (org-format-agenda-item): Remove tags from headline if
16136 appropriate.
16137 (org-agenda-remove-tags-when-in-prefix): New option.
16138 (org-get-tags-at): New function.
16139
16140 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
16141
16142 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
16143 (thumbs-find-image): Move image name and number from buffer name
16144 to mode name. Set thumbs-buffer. Preserve point so that large
16145 images remain visible.
16146 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
16147 order.
16148 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
16149 mode name.
16150 (thumbs-next-image, thumbs-previous-image): Make them work.
16151
16152 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
16153
16154 * cus-edit.el (custom-buffer-create-internal): State in the text above
16155 the whole buffer buttons that they do not operate on hidden items.
16156 (custom-face-menu): Use `custom-face-save' instead of
16157 `custom-face-save-command'.
16158 (custom-face-save-command): Make it an alias for `custom-face-save'
16159 and declare it obsolete.
16160 (custom-face-save): Doc fix.
16161
16162 * dired.el (dired-no-confirm): Add quote.
16163 (dired-subdir-alist-pre-R): Add quote in
16164 `make-variable-buffer-local' form and remove unbalanced parenthesis.
16165
16166 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
16167
16168 * textmodes/table.el (table-mode-indicator): Typo in last change.
16169
16170 2006-01-19 Richard M. Stallman <rms@gnu.org>
16171
16172 * outline.el (hide-leaves): Don't call outline-end-of-heading.
16173 Fixes bug reported in Nov 2005.
16174
16175 * isearch.el (isearch-forward): Doc fix.
16176
16177 * dired.el (dired-move-to-filename-regexp): Define as alias.
16178 (dired-no-confirm): Use defcustom.
16179 (dired-subdir-alist-pre-R): Put defvar at top level.
16180
16181 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
16182
16183 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16184 Mark as risky.
16185
16186 * simple.el (set-mark-command): Doc fix.
16187 (clone-indirect-buffer-other-window):
16188 Read arg like clone-indirect-buffer.
16189 (move-beginning-of-line): Skip invisible newlines.
16190
16191 2006-01-19 Masatake YAMATO <jet@gyve.org>
16192
16193 * progmodes/cpp.el (cpp-edit-load): Make the order of
16194 listed conditions in a base C code buffer and its associate
16195 CPP Edit buffer the same.
16196
16197 2006-01-19 Kenichi Handa <handa@m17n.org>
16198
16199 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
16200 (rmail-mime-feature): Likewise.
16201 (rmail-require-mime-maybe): Use display-warning to show a warning
16202 message.
16203
16204 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
16205 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
16206
16207 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
16208
16209 * array.el: Move defvars out of eval-when-compile.
16210 (array-make-template): Replace undeclared global var with a local one.
16211 (array-mode): Inline initialization functions.
16212 (array-init-local-variables, array-init-max-row)
16213 (array-init-max-column, array-init-columns-per-line)
16214 (array-init-field-width, array-init-rows-numbered)
16215 (array-init-line-length, array-init-lines-per-row): Remove.
16216
16217 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
16218 (doc-mode-map): Define explicitly.
16219 (doctor-txtype): Use mapc.
16220
16221 * textmodes/table.el: Move defvars out of eval-when-compile.
16222 Remove harmful code meant to avoid byte-compiler warnings.
16223 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
16224 specification that checks table-fixed-width-mode directly.
16225 (table-recognize-region, table-recognize-cell):
16226 Use restore-buffer-modified-p.
16227 (table-fixed-width-mode): Remove code that refreshes
16228 table-fixed-mode-indicator.
16229 (*table--cell-describe-bindings, *table--cell-describe-mode):
16230 Avoid obsolete name print-help-return-message.
16231 (table--test-cell-list): Don't use replace-regexp from elisp.
16232 (table--point-entered-cell-function, table--point-left-cell-function):
16233 Don't set table-fixed-mode-indicator, use force-mode-line-update.
16234
16235 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
16236 that was after the end of file. Use buffer-file-name variable.
16237 (org-timestamp-change): Use with-current-buffer.
16238 (org-todo-list): Don't unnecessarily define a new buffer-local var.
16239 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
16240 `file'.
16241
16242 * progmodes/fortran.el: Move defvars out of eval-when-compile.
16243 (fortran-break-line): Remove unused var `opoint'.
16244 (fortran-abbrev-start): Obey help-event-list.
16245
16246 2006-01-18 Jesper Harder <harder@phys.au.dk>
16247
16248 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
16249
16250 2006-01-18 Masatake YAMATO <jet@gyve.org>
16251
16252 * progmodes/make-mode.el (makefile-imake-mode): New mode
16253 derived from makefile-mode.
16254 (makefile-imake-mode-syntax-table): New syntax table
16255 derived from makefile-mode-syntax-table.
16256 (makefile-mode): Write about makefile-imake-mode in doc string.
16257 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
16258 (makefile-imake-font-lock-keywords): New font lock keywords.
16259
16260 * files.el (auto-mode-alist): Add Imakefile.
16261
16262 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
16263
16264 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
16265 loading the file rather than when turning on flyspell-mode.
16266
16267 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
16268
16269 * cus-edit.el (customize-rogue): Minor doc fix.
16270
16271 2006-01-17 Juri Linkov <juri@jurta.org>
16272
16273 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
16274 instead of the file at the mark as default if the file at the mark
16275 is the same as the file at point or if dired-dwim-target-directory
16276 is not the same as the current directory and the mark is not active.
16277
16278 * log-view.el (log-view-minor-wrap): Use the same logic to get
16279 revisions as `log-view-diff'.
16280
16281 * info.el (Info-revert-find-node): Check for Info-current-file
16282 before preserving new-history.
16283
16284 * man.el (Man-heading-regexp): Add `/'.
16285
16286 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
16287 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
16288
16289 2006-01-16 Juri Linkov <juri@jurta.org>
16290
16291 * faces.el (mode-line-faces): New defgroup.
16292 (mode-line-highlight): Move definition after new defgroup.
16293 (mode-line, mode-line-inactive, mode-line-highlight):
16294 Replace :group `modeline' with `mode-line-faces'.
16295 (mode-line-buffer-id): New face.
16296 (modeline-buffer-id): New face alias.
16297 (vertical-border): Remove :group `modeline'.
16298
16299 * bindings.el (propertized-buffer-identification): Use face
16300 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
16301 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
16302 (mode-line-buffer-identification-keymap): For mouse-1 replace
16303 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
16304 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
16305 mouse-3.
16306
16307 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
16308 Buffer-menu-buffer. Doc fix.
16309 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
16310 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
16311 `Buffer-menu-buffer'.
16312
16313 * info.el (Info-mode-line-node-keymap): New defvar.
16314 (Info-set-mode-line): Use `stringp' to check Info-current-file.
16315 Propertize Info-current-node with `mode-line-buffer-id' and
16316 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
16317
16318 * time.el (display-time-mail-face): Replace :group `faces' with
16319 `mode-line-faces'.
16320
16321 2006-01-16 Kenichi Handa <handa@m17n.org>
16322
16323 * international/code-pages.el: Add autoload cookies for cp125[0345678].
16324
16325 * language/european.el (cp1252): New alias for windows-1252.
16326
16327 * international/mule.el (autoload-coding-system): Prepare for EOL
16328 variants.
16329
16330 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
16331
16332 * term.el (term-raw-map): Add mapping for insert.
16333 (term-send-insert): New.
16334 (term-mode): Make variables local here instead of doing it in
16335 `term-emulate-terminal'.
16336 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
16337 Scroll reverse needs to take into account the scroll region.
16338 Saving and restoring the cursor should save the color attributes too.
16339 (term-reset-terminal): Reset the scroll region.
16340 (term-handle-ansi-escape): Cursor up and down should take into
16341 account the scroll region.
16342 (term-set-scroll-region): Rename from `term-scroll-region'.
16343 Move to 0,0 after setting the region.
16344 (term-handle-scroll): Handle scroll up.
16345 (term-down): Fix off by one error.
16346 (term-delete-lines): Do not delete outside the scroll region.
16347 (term-insert-lines): Take into account the scroll region.
16348
16349 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
16350
16351 * textmodes/ispell.el (ispell-internal-change-dictionary)
16352 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
16353 (start, end): Move declaration outside of eval-when-compile.
16354
16355 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
16356 (flyspell-mode-on): Use it.
16357
16358 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
16359 ispell-kill-ispell-hook.
16360
16361 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
16362
16363 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16364 (Custom-reset-saved): Do not ask for confirmation in single option
16365 buffers.
16366
16367 2006-01-13 Richard M. Stallman <rms@gnu.org>
16368
16369 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
16370
16371 2006-01-13 Romain Francoise <romain@orebokech.com>
16372
16373 * add-log.el (add-change-log-entry, change-log-merge):
16374 Conditionally use `hard-newline'.
16375
16376 2006-01-13 Martin Rudalics <rudalics@gmx.at>
16377
16378 * wid-edit.el (widget-field-end): If the overlay is no longer
16379 associated with a buffer, behave as if the overlay didn't exist.
16380
16381 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
16382 Make sure the links use the `custom-link' face.
16383
16384 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
16385
16386 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
16387 (ld-script-mode): Don't set indent-line-function since we don't
16388 have one.
16389
16390 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
16391
16392 * textmodes/org.el (org-open-file): Use mailcap for selecting an
16393 application.
16394 (org-file-apps-defaults-gnu): Use mailcap as the default for
16395 selecting an application on a UNIX system.
16396 (org-agenda-show-tags): New command.
16397 (org-table-insert-hline): Keep cursor in current table line.
16398 (org-table-convert): Offset effect of modifying
16399 `org-table-insert-hline'.
16400 (org-format-agenda-item): New optional argument TAG.
16401 (org-compile-prefix-format): Handle %T format for the tag.
16402 (org-expand-wide-chars): New function.
16403 (org-table-insert-row, org-table-insert-hline):
16404 Use `org-expand-wide-chars'.
16405 (org-open-file): Fix bug in program launch.
16406 (org-get-time-of-day): Fix bug with times before 1am.
16407 (org-agenda-menu): Add tags commands.
16408
16409 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
16410
16411 * textmodes/ispell.el (ispell-init-process): Include the used
16412 dictionary in ispell process start message.
16413 (ispell-internal-change-dictionary): When flyspell-mode is active
16414 and dictionary is changed, make sure ispell process is restarted
16415 and flyspell word cache cleared out for the current buffer.
16416 (ispell-change-dictionary): Make sure flyspell word cache is
16417 cleared out in all buffers with active flyspell mode when
16418 dictionary is globally changed.
16419 Call ispell-internal-change-dictionary after dictionary change.
16420
16421 2006-01-13 Eli Zaretskii <eliz@gnu.org>
16422
16423 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
16424
16425 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
16426 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
16427 years. Fix small differences wrt Makefile.in.
16428 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
16429 Makefile.in does.
16430
16431 2006-01-12 Bill Wohler <wohler@newt.com>
16432
16433 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
16434 mh-search.el.
16435
16436 2006-01-12 Masatake YAMATO <jet@gyve.org>
16437
16438 * progmodes/ld-script.el: Update copyright year.
16439
16440 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
16441
16442 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
16443 Don't add widget if setting undefined.
16444
16445 2006-01-12 John Paul Wallington <jpw@pobox.com>
16446
16447 * help-fns.el (describe-variable): Remove newlines from void
16448 variable output.
16449
16450 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
16451
16452 * wdired.el (wdired-mode-map): Add help echo for
16453 wdired-abort-changes.
16454
16455 * man.el (Man-file-name-regexp): Adjust for a list of files.
16456
16457 2006-01-12 Masatake YAMATO <jet@gyve.org>
16458
16459 * progmodes/ld-script.el (auto-mode-alist): Support
16460 suffix conventions used in netbsd and eCos.
16461
16462 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
16463
16464 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
16465 (custom-variable-menu, custom-face-menu, custom-group-menu)
16466 (Custom-mode-menu): Change names of menu items. (As discussed on
16467 emacs-devel.)
16468 (custom-face-menu): Add "Undo Edits" item.
16469
16470 * startup.el (init-file-user): defcustom -> defvar.
16471
16472 * tooltip.el (tooltip-mode): Doc fix.
16473
16474 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
16475
16476 * reveal.el (reveal-post-command): window-buffer signals an error on
16477 dead windows rather than returning nil.
16478 (reveal-open-new-overlays): An overlay might die while we open others.
16479
16480 2006-01-11 Bill Wohler <wohler@newt.com>
16481
16482 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
16483 phrasing in docstring.
16484
16485 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
16486 can give some systems gas. Add new file mh-buffers.el.
16487
16488 2006-01-06 Masatake YAMATO <jet@gyve.org>
16489
16490 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
16491 C preprocessor forward ported from GNU Emacs 21.2.
16492
16493 * progmodes/asm-mode.el (asm-font-lock-keywords):
16494 Use `cpp-font-lock-keywords'.
16495
16496 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
16497
16498 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
16499 of $ for "\\.ld[s]?".
16500
16501 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
16502
16503 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
16504 (tcl-indent-line): Return `noindent' if inside a string.
16505
16506 * progmodes/flymake.el (flymake-split-string): Remove more than one
16507 empty string at beg/end of the result.
16508 (flymake-find-buildfile, flymake-find-possible-master-files):
16509 Use expand-file-name.
16510 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
16511 since expand-file-name does it for us. Use directory-file-name.
16512 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
16513 (flymake-ler-get-type, flymake-ler-get-text)
16514 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
16515 (flymake-current-line-no): Remove spurious interactive spec.
16516 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
16517 (flymake-check-include): Remove arg inc-path merged into inc-name.
16518 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
16519 Arg regexp-list replaced by a simple regexp.
16520 (flymake-master-make-header-init, flymake-master-tex-init):
16521 Correspondingly replace regexp-list with a regexp. Fix regexp.
16522
16523 2006-01-10 Simon Josefsson <jas@extundo.com>
16524
16525 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
16526 describing AUTH PLAIN fix.
16527
16528 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
16529
16530 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
16531 (report-emacs-bug): Don't record initial prompt text.
16532 Instead, add text properties to prompting text.
16533 (report-emacs-bug-hook): Delete prompting text.
16534
16535 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
16536
16537 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
16538 `dirs'. Adjust callers.
16539
16540 2006-01-09 John Paul Wallington <jpw@gnu.org>
16541
16542 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
16543
16544 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
16545
16546 * reveal.el (reveal-open-new-overlays): New extracted fun.
16547 (reveal-close-old-overlays): Idem. Check overlays's liveness before
16548 using them. Simplify the code.
16549 (reveal-post-command): Use them. Fix up obsolete windows in
16550 reveal-open-spots.
16551
16552 * progmodes/flymake.el: Use `require' rather than autoload for
16553 XEmacs's overlays.
16554 (flymake-get-common-file-prefix, flymake-build-relative-filename):
16555 Delete. Use file-relative-name instead.
16556 (flymake-get-syntax-check-program-args, flymake-perl-init):
16557 Simplify the resulting code.
16558
16559 * log-view.el (log-view-file-re, log-view-message-re): Add support
16560 for DaRCS output.
16561
16562 2006-01-09 Alex Schroeder <alex@gnu.org>
16563
16564 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
16565 identifiers sometimes added in square brackets at the beginning of
16566 subject lines.
16567
16568 2006-01-07 Richard M. Stallman <rms@gnu.org>
16569
16570 * cus-edit.el (Custom-set, Custom-save): Doc fix.
16571 (Custom-reset-current, Custom-reset-saved): Change question text.
16572 (Custom-reset-standard): Likewise.
16573 (custom-variable-reset-saved): Doc fix.
16574
16575 2006-01-07 Eli Zaretskii <eliz@gnu.org>
16576
16577 * startup.el (init-file-user): Doc fix.
16578
16579 2006-01-07 Alex Schroeder <alex@gnu.org>
16580
16581 * mail/rmail.el (rmail-current-subject): New function.
16582 (rmail-current-subject-regexp): New function.
16583 (rmail-next-same-subject): Use it.
16584
16585 * mail/rmailsum.el (rmail-summary-by-topic):
16586 Use rmail-current-subject and rmail-current-subject-regexp.
16587 (rmail-summary-next-same-subject): Ditto.
16588
16589 * net/rcirc.el (rcirc-send-input): No longer check whether the
16590 process is open, since not all commands need an open process.
16591 (rcirc-send-string): Check whether the process is open before
16592 sending anything.
16593 (rcirc-ignore-list): New option.
16594 (rcirc-ignore-list-automatic): New variable.
16595 (rcirc-print): Take rcirc-ignore-list into account.
16596 (rcirc-cmd-ignore): New command.
16597 (rcirc-ignore-update-automatic): New function.
16598 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
16599 list if ignored nicks.
16600 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
16601
16602 2006-01-06 David Reitter <david.reitter@gmail.com>
16603
16604 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
16605 reflect the address to which the report will be sent.
16606
16607 2006-01-06 Eli Zaretskii <eliz@gnu.org>
16608
16609 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
16610 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
16611
16612 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
16613
16614 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
16615
16616 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
16617 the doc string: "functoin" => "function".
16618 * ldefs-boot.el: Likewise.
16619
16620 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
16621 message text: "Duplicat" => "Duplicate".
16622
16623 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
16624
16625 * files.el (basic-save-buffer-2): If backing-up failed, reset
16626 buffer-backed-up to nil.
16627
16628 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
16629
16630 * progmodes/gud.el (gdb-script-skip-to-head)
16631 (gdb-script-calculate-indentation): Indent for breakpoint command
16632 lists also.
16633
16634 2006-01-05 Bill Wohler <wohler@newt.com>
16635
16636 * Makefile.in (compile-always): Add mh-autoloads dependency.
16637 (bootstrap): Remove mh-autoloads dependency, as compile dependency
16638 provides it.
16639 (updates): Remove mh-autoloads dependency, since it probably has
16640 already run recently (via recompile).
16641
16642 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
16643
16644 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
16645 argument `force' to disable the flyspell-last-buffer optimization.
16646 (flyspell-mode-on): Use it.
16647
16648 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
16649 flymake-simple-cleanup.
16650 (flymake-allowed-file-name-masks): Use this new default.
16651 All the functions are now called in the right buffer rather than
16652 passing the buffer as argument.
16653 (flymake-process-sentinel): Switch to buffer before calling cleanup.
16654 (flymake-parse-err-lines): Remove redundant buffer arg.
16655 (flymake-get-program-dir): Comment out unused function.
16656 (flymake-start-syntax-check, flymake-start-syntax-check-process):
16657 Remove redundant buffer argument.
16658 (flymake-get-real-file-name, flymake-simple-java-cleanup)
16659 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
16660
16661 2006-01-05 Richard M. Stallman <rms@gnu.org>
16662
16663 * info.el (Info-find-node): Don't record previous node if have none.
16664 (info): Go to directory only if history is empty.
16665
16666 * simple.el (mark): Doc fix.
16667
16668 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16669
16670 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
16671 already of desired type.
16672 (mac-ae-list): Coerce parameter to "list" type.
16673 (mac-dispatch-apple-event): Replace cadr part of event with a
16674 dummy position so that event-start returns it.
16675
16676 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
16677
16678 * textmodes/org.el (org-end-of-subtree): New function.
16679 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
16680 Use `org-end-of-subtree'.
16681 (org-agenda, org-agenda-convert-date): Protect calls to
16682 `fit-window-to-buffer'.
16683 (org-tags-view): Force matching of sublevels when doing a
16684 todo-only search. Define the correct redo command, including the
16685 arguments.
16686 (org-agenda-redo): Display message.
16687 (org-check-for-org-mode): New function.
16688 (org-agenda-type): New variable.
16689 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
16690 Set `org-agenda-type'.
16691 (org-agenda-check-type): New function.
16692 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
16693 (org-agenda-week-view, org-agenda-day-view)
16694 (org-agenda-next-date-line, org-agenda-previous-date-line)
16695 (org-agenda-log-mode, org-agenda-toggle-diary)
16696 (org-agenda-toggle-time-grid, org-agenda-date-later)
16697 (org-agenda-date-prompt, org-agenda-diary-entry)
16698 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
16699 (org-agenda-convert-date, org-agenda-menu):
16700 Use `org-agenda-check-type'.
16701 (org-make-overlay, org-delete-overlay)
16702 (org-detatch-overlay, org-move-overlay, org-overlay-put):
16703 New compatibility functions.
16704 (org-calendar-select-mouse): New command.
16705
16706 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
16707
16708 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
16709 (Custom-reset-standard): Fix y-or-n-p messages.
16710 (custom-link): New face for links.
16711 (custom-buffer-create-internal, custom-manual): Use it.
16712 (custom-face-save): Push to theme-face before setting face spec.
16713
16714 * wid-edit.el (widget-default-mouse-face-get): New function.
16715 (widget-specify-button): Handle mouse-face like button-face.
16716
16717 * custom.el (load-theme): Clear old theme settings if reloading.
16718
16719 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
16720
16721 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
16722 "Erase Customization" button back to same position it occupies in
16723 the individual State menus.
16724
16725 2006-01-04 Kim F. Storm <storm@cua.dk>
16726
16727 * wid-edit.el (key-sequence): Rework widget to read key binding
16728 using `kbd' syntax. Use C-q to insert literal key, event, or code.
16729 (widget-key-sequence-default-value): Default value for empty sequence.
16730 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
16731 (widget-key-sequence-read-event): New command for C-q.
16732 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
16733 (widget-key-sequence-value-to-external): New functions.
16734
16735 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
16736
16737 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
16738 Use expand-file-name.
16739 (flymake-delete-temp-directory): Use expand-file-name,
16740 file-name-directory, and directory-file-name.
16741 (flymake-strrchr): Delete.
16742 (flymake-start-syntax-check): Don't pass the redundant buffer argument
16743 to the init-f function.
16744 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
16745 (flymake-init-find-buildfile-dir)
16746 (flymake-init-create-temp-source-and-master-buffer-copy)
16747 (flymake-simple-make-init-impl, flymake-simple-make-init)
16748 (flymake-master-make-init, flymake-master-make-header-init)
16749 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
16750 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
16751 (flymake-xml-init): Remove corresponding redundant buffer argument.
16752 (flymake-allowed-file-name-masks): Remove last elems that are equal to
16753 the default anyway. Clean up regexps.
16754
16755 * progmodes/flymake.el (flymake-temp-source-file-name)
16756 (flymake-master-file-name, flymake-temp-master-file-name)
16757 (flymake-base-dir): New buffer-local vars.
16758 (flymake-buffer-data, flymake-get-buffer-value)
16759 (flymake-set-buffer-value): Replace those hash-tables by the new
16760 buffer-local vars. Update callers.
16761
16762 * progmodes/flymake.el (flymake-check-start-time)
16763 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
16764 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
16765 Move definition, so we can remove redundant earlier declaration.
16766 (flymake-replace-regexp-in-string, flymake-split-string)
16767 (flymake-get-temp-dir): Use defalias.
16768 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
16769 (flymake-xemacs-window-edges): Remove unused function.
16770 (flymake-get-point-pixel-pos): Move.
16771 (flymake-pid-to-names, flymake-reg-names)
16772 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
16773 Replace by a simple list flymake-processes and by process-buffer.
16774 Update callers. Other than simplify the code, it uses buffers rather
16775 than buffer-names so it doesn't get confused by uniquify.
16776 (flymake-buffer-data): The global value should just be nil.
16777
16778 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
16779 Optimize the body of a defalias like any other code.
16780
16781 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
16782 Make sure we've setup font-lock's vars. It may influence which
16783 function we then call.
16784 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
16785 here since it's too late anyway.
16786
16787 2006-01-03 Romain Francoise <romain@orebokech.com>
16788
16789 * startup.el (fancy-splash-tail, normal-splash-screen):
16790 Update copyright year.
16791
16792 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
16793
16794 * mouse.el (mouse-drag-track): Rename, from
16795 `mouse-drag-region-1'. Includes optional argument required to
16796 enable post-drag event processing (e.g. delete region keys).
16797 Can be used without this argument to track a mouse region and operate
16798 on it as soon as the drag completes.
16799 (mouse-drag-region): Use `mouse-drag-track'.
16800
16801 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
16802
16803 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
16804 Move to `custom-buffer' group.
16805
16806 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
16807 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
16808 (custom-theme-insert-face-marker, custom-theme-variable-menu)
16809 (custom-theme-face-menu): New variables.
16810 (custom-theme-add-variable, custom-theme-variable-action)
16811 (custom-variable-reset-theme, custom-theme-delete-variable)
16812 (custom-face-reset-theme, custom-theme-face-action)
16813 (custom-theme-delete-face, custom-theme-merge-theme)
16814 (custom-theme-add-face, custom-theme-visit-theme): New functions.
16815
16816 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
16817
16818 * custom.el: Move Custom Themes commentary to start of theme code.
16819 (custom-known-themes): Rename `standard' theme to `changed'.
16820 (custom-push-theme): Caller no longer specifies what theme to use
16821 when doing `reset'---the setting is simply removed from the theme.
16822 Delete MODE from `theme-value' and `theme-settings' properties.
16823 (custom-declare-theme): Ignore &rest args since we don't use them.
16824
16825 (custom-loaded-themes): Delete variable.
16826 (custom-theme-load-themes, custom-theme-loaded-p)
16827 (custom-theme-value): Delete functions.
16828
16829 (custom-declare-theme): Signal error on invalid theme names.
16830 (provide-theme): custom-loaded-themes was deleted.
16831 (load-theme): Load the file unconditionally.
16832 (enable-theme): Call `load-theme' if theme is undefined.
16833 (custom-enabled-themes): Only update value for successful loads.
16834 (disable-theme): Complete from enabled themes when interactive.
16835 (custom-variable-theme-value): Calculate theme value directly.
16836
16837 (custom-theme-reset-variables, custom-reset-variables): Mark as
16838 XEmacs compatibility functions. We don't actually use these.
16839
16840 * cus-edit.el (custom-variable-state-set):
16841 Use custom-variable-theme-value instead of custom-theme-value.
16842 (custom-face-state-set): Rename `standard' theme to `changed'.
16843 (custom-save-variables, custom-save-faces): Delete unneeded
16844 references to custom-reset-variables.
16845 (custom-save-resets): Delete function.
16846 (custom-save-variables, custom-save-faces): MODE argument deleted.
16847 (custom-save-variables, custom-save-faces): Ignore theme values.
16848
16849 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
16850 compatibility function.
16851
16852 2006-01-01 Richard M. Stallman <rms@gnu.org>
16853
16854 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
16855 (Custom-reset-current, Custom-reset-saved): Likewise.
16856 (Custom-reset-standard): Show message if aborted.
16857 (custom-mode): Doc fix, describing those commands.
16858
16859 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
16860 put on event-kind property.
16861
16862 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
16863
16864 * custom.el (provide-theme): Ban `user' theme name.
16865 (custom-enabling-themes): New variable.
16866 (enable-theme): Don't enable user if custom-enabling-themes is t.
16867 (custom-enabled-themes): Make it a defcustom.
16868 (custom-theme-recalc-face): No-op if face is undefined.
16869
16870 * cus-edit.el (custom-button-mouse): New variable.
16871 (custom-button-mouse): New face.
16872 (custom-raised-buttons, custom-mode): Use it.
16873
16874 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
16875
16876 2005-12-31 Eli Zaretskii <eliz@gnu.org>
16877
16878 * progmodes/gud.el (gud-display-line): Support hl-line in the
16879 source buffer.
16880
16881 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
16882
16883 * mouse.el (mouse-drag-window-above): Verify that the found window
16884 overlaps with the given window in the horizontal dimension.
16885
16886 2005-12-31 Eli Zaretskii <eliz@gnu.org>
16887
16888 * Makefile.in (cvs-update): New target.
16889
16890 * makefile.w32-in (cvs-update): Ditto.
16891
16892 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
16893
16894 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
16895 (custom-new-theme-mode-map): New variable.
16896
16897 2005-12-30 Richard M. Stallman <rms@gnu.org>
16898
16899 * custom.el (custom-load-themes): Function deleted.
16900
16901 * cus-edit.el (custom-save-loaded-themes): Function deleted.
16902 (custom-save-variables): Don't delete or add custom-load-themes call.
16903
16904 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
16905
16906 * cus-start.el: Add `visible-cursor'.
16907
16908 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
16909 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
16910 (flymake-process-filter): Switch to buffer before calling it instead.
16911 (flymake-post-syntax-check, flymake-highlight-err-lines)
16912 (flymake-delete-own-overlays, flymake-parse-err-lines)
16913 (flymake-start-syntax-check, flymake-start-syntax-check-process)
16914 (flymake-count-lines, flymake-parse-residual):
16915 Remove constant buffer argument.
16916 (flymake-start-syntax-check-for-current-buffer): Remove.
16917 Update callers to use flymake-start-syntax-check instead.
16918 (flymake-display-err-menu-for-current-line):
16919 Remove unused var `mouse-pos'.
16920 (flymake-restore-formatting): Comment out unused function.
16921 (flymake-report-status, flymake-report-fatal-status): Remove buffer
16922 argument, use current-buffer instead. Update callers.
16923
16924 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16925
16926 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
16927 buffer-local because choose-completion-delete-max-match requires
16928 that we set completion-ignore-case (i.e., binding via let is not
16929 sufficient).
16930 (bibtex-complete): Always set completion-ignore-case and
16931 choose-completion-string-functions. The latter is needed because
16932 choose-completion-string-functions keeps its value if we quit the
16933 *Completions* buffer without requesting a completion.
16934
16935 2005-12-30 Andreas Schwab <schwab@suse.de>
16936
16937 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
16938
16939 2005-12-30 Eli Zaretskii <eliz@gnu.org>
16940
16941 * jit-lock.el (jit-lock-chunk-size): Doc fix.
16942
16943 2005-12-30 Juri Linkov <juri@jurta.org>
16944
16945 * locate.el (locate-fcodes-file, locate-header-face)
16946 * progmodes/delphi.el (delphi-other-face)
16947 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
16948
16949 * paren.el (show-paren-match, show-paren-mismatch): Use existing
16950 group `paren-showing-faces'.
16951
16952 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
16953 (goto-address): Fix docstring.
16954
16955 * net/webjump.el (webjump-sample-sites): Update URLs.
16956
16957 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
16958
16959 * subr.el (cancel-change-group): Add listp around pending-undo-list.
16960
16961 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
16962
16963 * font-lock.el (font-lock-compile-keywords): Signal an error when
16964 font-lock-set-defaults hasn't been called.
16965
16966 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
16967
16968 * subr.el (noreturn, 1value): Doc fixes.
16969
16970 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16971
16972 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
16973 that assoc-string returns nil.
16974
16975 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16976
16977 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
16978 (bibtex-entry-type-str, bibtex-empty-field-re)
16979 (bibtex-search-backward-string, bibtex-preamble-prefix)
16980 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
16981 (bibtex-any-valid-entry-type): New variable.
16982 (bibtex-parse-field-name): Simplify.
16983 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
16984 (bibtex-preamble-prefix): Include left delimiter.
16985 (bibtex-search-forward-field, bibtex-search-backward-field):
16986 Allow unbounded search past entry boundaries (required by bibtex-pop).
16987 (bibtex-text-in-field-bounds): Use push.
16988 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
16989 (bibtex-parse-preamble, bibtex-valid-entry)
16990 (bibtex-beginning-first-field): New functions.
16991 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
16992 (bibtex-map-entries): Fix docstring.
16993 (bibtex-flash-head): New arg prompt. Simplify.
16994 (bibtex-enclosing-field): Include code of bibtex-inside-field.
16995 (bibtex-insert-kill): Simplify. Always insert text past the
16996 current field or entry.
16997 (bibtex-format-entry): Use bibtex-parse-field.
16998 (bibtex-pop): Use bibtex-beginning-of-entry and
16999 bibtex-end-of-entry to initiate the search. Insert empty field if
17000 we found ourselves.
17001 (bibtex-print-help-message): New args field and comma.
17002 Handle entry keys.
17003 (bibtex-make-field): Use bibtex-beginning-of-entry.
17004 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
17005 invalid entry.
17006 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
17007 Handle preambles. Simplify code for thorough test.
17008 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
17009 New arg comma. Handle entry heads.
17010 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17011 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
17012 New arg comma.
17013 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
17014 (bibtex-fill-field): Simplify.
17015 (bibtex-fill-entry): Use bibtex-beginning-first-field and
17016 bibtex-parse-field.
17017 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
17018 (bibtex-complete): Use bibtex-parse-preamble.
17019
17020 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
17021
17022 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
17023 Display name of expression instead of convenience variable.
17024 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
17025
17026 * progmodes/gud.el (gud-tooltip-dereference): Rename from
17027 toggle-gud-tooltip-dereference.
17028 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
17029 (gud-tooltip-tips): ...here when dereferencing.
17030
17031 2005-12-28 Bill Wohler <wohler@newt.com>
17032
17033 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
17034
17035 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
17036
17037 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
17038 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
17039 (vc-annotate-display-autoscale): Adjust call.
17040 (vc-annotate-display-default): Adjust call. Make arg compulsory.
17041 Fix interactive spec.
17042 (vc-annotate-time-span): Remove.
17043 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
17044 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
17045 (vc-annotate-display-select): Use new name.
17046
17047 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
17048 (vc-annotate-mode-menu): Remove left-over redundant declaration.
17049 Correct the construction of span entries. Simplify.
17050 (vc-annotate-display-select): Fix the nil case.
17051 (vc-annotate): Remove obsolete (and now broken) code.
17052 (vc-annotate-extract-revision-at-line): Remove obsolete code.
17053 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
17054
17055 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
17056
17057 * subr.el (lazy-completion-table): Correct typo in docstring.
17058
17059 * startup.el (command-line): Use `custom-reevaluate-setting' for
17060 `send-mail-function'.
17061
17062 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
17063
17064 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
17065
17066 * mail/smtpmail.el (smtpmail-try-auth-methods):
17067 Send credentials together with "AUTH PLAIN" command.
17068
17069 2005-12-27 Richard M. Stallman <rms@gnu.org>
17070
17071 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
17072 mouse-2, go back to previously selected window, so it's selected
17073 when mouse-2 command runs.
17074
17075 2005-12-27 Juri Linkov <juri@jurta.org>
17076
17077 * descr-text.el (describe-text-sexp): Use square brackets for
17078 button [Show] to distinguish it from the property value `show'.
17079 (describe-property-list): Use `insert-text-button' with
17080 `help-face' type instead of putting face in quotes, because button
17081 is not created automatically for a list of faces.
17082 (describe-text-properties-1): Put button-type value in quotes to
17083 distinguish from plain text "button".
17084 (describe-char): Display code point values in hex. Don't use
17085 `symbol-name' for `current-input-method' because it is a string.
17086 Use `insert-text-button' with `help-face' type instead of putting
17087 hardcoded face in quotes, because button is not created automatically.
17088
17089 2005-12-27 Richard M. Stallman <rms@gnu.org>
17090
17091 * progmodes/glasses.el (glasses-face): More specific custom type.
17092
17093 * files.el (set-visited-file-name): Doc fix.
17094
17095 * textmodes/flyspell.el (flyspell-external-point-words):
17096 Use local var buffer-scan-pos to advance scan for next misspelling.
17097 Advance it only after we find the misspelling.
17098
17099 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
17100
17101 * textmodes/flyspell.el (flyspell-external-point-words):
17102 New criteria for finding the misspelling in the buffer.
17103
17104 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
17105
17106 * help-mode.el (help-insert-string): Set help-xref-stack-item
17107 rather than call help-setup-xref.
17108
17109 * descr-text.el (describe-char): Revert previous changes for
17110 optional buffer argument.
17111
17112 2005-12-27 Juri Linkov <juri@jurta.org>
17113
17114 * help-mode.el (help-insert-string): New function. Save buffer
17115 contents in cases where it is impossible to recompute the old contents.
17116
17117 * descr-text.el (describe-char): Set help-xref-stack-item
17118 explicitly after buffer has been generated.
17119
17120 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17121
17122 * cus-start.el (all): Add x-gtk-show-hidden-files.
17123
17124 2005-12-26 Richard M. Stallman <rms@gnu.org>
17125
17126 * replace.el (perform-replace): Calculate match-again
17127 before skipping read-only matches.
17128
17129 * paren.el (paren-showing-faces): New group.
17130 (show-paren-match, show-paren-mismatch): Move to that group.
17131
17132 * button.el (button): Put into group `basic-faces'.
17133
17134 * progmodes/make-mode.el: Remove faces from group `faces'.
17135
17136 * apropos.el (apropos, apropos-value): Doc fix.
17137 (apropos-documentation): Doc fix.
17138
17139 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
17140
17141 * subr.el (lazy-completion-table): Remove argument `args'.
17142
17143 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17144 Don't use the `args' argument of lazy-completion-table.
17145
17146 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
17147
17148 * descr-text.el (describe-char): Add optional argument for buffer.
17149 Set buffer appropriately. Call help-setup-xref.
17150 Suggested by Stefan Monnier.
17151
17152 2005-12-26 Juri Linkov <juri@jurta.org>
17153
17154 * descr-text.el: Require `help-fns' at runtime. Don't require
17155 `button' for byte compilation.
17156 (describe-text-widget): Add `help-echo' for first button.
17157 Use `help-info' for second.
17158 (describe-property-list): Use `help-argument-name' instead of `italic'.
17159 (describe-text-category): Add prompt to interactive spec.
17160 Call `help-setup-xref'.
17161 (describe-char): Use `help-character-set'. Add `help-echo' for
17162 code point. Use `help-input-method'. Remove superfluous insert.
17163
17164 2005-12-25 Richard M. Stallman <rms@gnu.org>
17165
17166 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
17167 at point, in case of narrowing.
17168
17169 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
17170
17171 * locate.el (locate-header-face): Allow nil in type.
17172
17173 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
17174
17175 2005-12-25 Romain Francoise <romain@orebokech.com>
17176
17177 * battery.el (battery-linux-proc-acpi): Also try
17178 `/proc/acpi/thermal_zone/THM0/temperature'.
17179
17180 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
17181
17182 * custom.el (custom-push-theme): Fix docstring.
17183
17184 * cus-edit.el (custom-variable-set, custom-variable-save)
17185 (custom-variable-save): Custom-quote widget values.
17186 (customize-save-variable): Fix custom-push-theme call.
17187
17188 2005-12-24 Eli Zaretskii <eliz@gnu.org>
17189
17190 * w32-fns.el (w32-batch-update-autoloads): New function.
17191
17192 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
17193 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
17194 from the command line.
17195
17196 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
17197
17198 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
17199 reset means to remove setting from theme entirely. Don't keep
17200 expanding theme-settings list; delete old entries if necessary.
17201
17202 * cus-edit.el (custom-buffer-create-internal): Move "Erase
17203 customization" button one line up.
17204 (custom-themed): New face.
17205 (custom-magic-alist): New value, THEMED, for theme settings.
17206 (custom-variable-state-set, custom-face-state-set):
17207 Check theme-value instead of saved-value.
17208 (custom-variable-reset-standard, custom-face-reset-standard):
17209 Remove theme setting entirely. Recalculate new values.
17210 (custom-variable-set, custom-variable-set)
17211 (custom-variable-reset-saved, custom-variable-reset-backup)
17212 (custom-face-set, custom-face-reset-saved): Update `user' theme.
17213 (custom-variable-save): Fix typos.
17214
17215 2005-12-23 Juri Linkov <juri@jurta.org>
17216
17217 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
17218 Add autoload cookies.
17219 (edebug-outside-d-c-i-n-s-w): New variable.
17220 (edebug-display, edebug-outside-excursion): Use it to save the
17221 original value of default-cursor-in-non-selected-windows.
17222 Set default-cursor-in-non-selected-windows to t while Edebug
17223 is active.
17224 (edebug-mode, edebug-eval-mode): Doc fix.
17225
17226 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
17227 with `buffer-substring-no-properties' to remove common substring
17228 highlighting.
17229
17230 * info.el (info-other-window, info): Rename function argument
17231 `file' to `file-or-node'.
17232 (Info-complete-menu-item): Use local variable `complete-nodes' to
17233 keep the global value of `Info-complete-nodes' unchanged for
17234 subsequent completions.
17235 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
17236
17237 * simple.el (get-next-valid-buffer, last-buffer)
17238 (next-error-buffer-p, next-error-find-buffer)
17239 (minibuffer-history-sexp-flag): Doc fix.
17240
17241 * savehist.el (savehist-mode-hook): Add `:group'.
17242
17243 * log-view.el: Call autoload for vc-find-version.
17244 (log-view-current-file): Adjust subgroup numbers.
17245 (log-view-current-tag): Add `length'.
17246
17247 2005-12-23 Richard M. Stallman <rms@gnu.org>
17248
17249 * vc.el (vc-annotate-car-last-cons): Defn moved up.
17250
17251 2005-12-23 Juri Linkov <juri@jurta.org>
17252
17253 * hi-lock.el (hi-lock-archaic-interface-message-used)
17254 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
17255 (hi-lock-mode): Display "Hi" in the mode line only when
17256 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
17257 (hi-lock-write-interactive-patterns):
17258 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
17259 (hi-lock-set-pattern, hi-lock-set-file-patterns)
17260 (hi-lock-font-lock-hook): Set 3rd arg `how' of
17261 font-lock-add-keywords to t.
17262
17263 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
17264
17265 * hi-lock.el (hi-lock-highlight-range): New variable.
17266 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
17267 only if font-lock-fontified is non-nil. Remove overlays.
17268 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
17269 font-lock-fontified is non-nil, otherwise use overlays (instead of
17270 text properties).
17271 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
17272 New variables.
17273 (hi-lock-string-serialize): New function.
17274
17275 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17276
17277 * menu-bar.el (menu-find-file-existing): New function.
17278 (menu-bar-file-menu): Use menu-find-file-existing for Open.
17279
17280 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
17281
17282 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
17283
17284 * vc.el: Remove unnecessary leading * in docstrings.
17285 (vc-annotate-mode-map): Move initialization into declaration.
17286 (vc-static-header-alist): Nitpick on the regexp.
17287 (vc-default-init-version): New fun.
17288 (vc-register): Use it.
17289 (vc-insert-headers): Use dolist.
17290 (vc-annotate-get-backend): Remove unused function.
17291 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
17292 (vc-annotate-mode): Remove corresponding call.
17293 (vc-annotate-car-last-cons): Simplify.
17294 (vc-annotate-buffers): Remove var.
17295 (vc-annotate-backend): Make it buffer-local.
17296 (vc-annotate): Move the interaction to the interactive spec.
17297 Add a `buf' argument.
17298 (vc-annotate-warp-version): Use this new `buf' argument to avoid
17299 killing&creating a vc-annotate buffer, which is very disruptive when
17300 the buffers are shown in dedicated frames.
17301
17302 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
17303
17304 * descr-text.el: Add FSF as maintainer.
17305 (describe-text-mode, describe-text-mode-map)
17306 (describe-text-mode-hook, describe-text-done): Delete. Use normal
17307 help-mode.
17308 (describe-text-widget, describe-text-sexp)
17309 (describe-property-list, describe-text-category)
17310 (describe-text-properties, describe-text-properties-1)
17311 (describe-char): Use help buttons instead of widgets.
17312 (describe-char-unicodedata-file): Make URL link in doc string.
17313
17314 2005-12-22 Richard M. Stallman <rms@gnu.org>
17315
17316 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
17317 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
17318 Don't include buttons that write a file when there's no file.
17319 (custom-variable-menu, custom-face-menu, custom-group-menu):
17320 Don't include commands that write a file when there's no file.
17321 (customize-browse): Reword the top-of-buffer help intro.
17322 (custom-buffer-create-internal): Fix previous change.
17323 (customize-changed-options-previous-release): Prev release is 21.1.
17324 (customize-changed-options): Doc fix.
17325 (customize-changed): New alias.
17326 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
17327 Say "standard values".
17328 (Custom-reset-standard): Doc fix.
17329 (custom-face-reset-standard): Doc fix.
17330
17331 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
17332
17333 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
17334 even if font-lock-mode is non-nil since it may be t without having
17335 turned on font-lock-mode-internal.
17336 (font-lock-choose-keywords): Minor optimization.
17337 (font-lock-add-keywords, font-lock-remove-keywords)
17338 (font-lock-set-defaults): Don't call make-local-variable on a variable
17339 that we know to already be local.
17340
17341 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
17342
17343 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
17344 messages if in the minibuffer.
17345
17346 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
17347
17348 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
17349 (tex-mode-flyspell-verify, flyspell-get-word)
17350 (flyspell-external-point-words): Don't use point-min/max uselessly.
17351
17352 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
17353 by Kevin Rodgers. Instead, just hide the completions buffer if we
17354 don't need to show it.
17355
17356 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
17357
17358 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
17359
17360 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
17361
17362 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
17363 delete-windows-on with an inexistent buffer.
17364
17365 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
17366
17367 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17368 Delete defcustom variable :tag names.
17369
17370 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
17371
17372 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
17373 (log-view-font-lock-keywords): Ajust subgroup numbers.
17374 (log-view-current-tag): Don't hard code the number of subgroups.
17375
17376 2005-12-20 Juri Linkov <juri@jurta.org>
17377
17378 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
17379 (tooltip-x-offset, tooltip-y-offset): Doc fix.
17380
17381 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
17382 (menu-bar-non-minibuffer-window-p): Instead of checking
17383 display-multi-frame-p, use selected-frame when menu-updating-frame
17384 is nil.
17385
17386 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
17387
17388 * align.el (align-rules-list): Use [ \t] instead of \s-
17389 for column separators in text mode.
17390
17391 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
17392
17393 * help-mode.el (help-customize-variable, help-customize-face):
17394 Don't pop help-xref-stack as help-follow no longer pushes
17395 anything on to it.
17396
17397 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
17398
17399 * textmodes/org.el (org-agenda-custom-commands): New option.
17400 (org-agenda): Offer custom commands on splash screen.
17401 (org-make-tags-matcher): Parser for Boolean logic added.
17402 (org-agenda-set-tags): New command.
17403 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
17404 (org-set-tags): Efficiency improvements.
17405 (org-auto-align-tags): New option.
17406 (org-todo, org-demote, org-promote): Realign tags.
17407 (org-tags-completion-function): Use also "&" and "|" as separators.
17408 (org-org-menu): Agenda commands simplified.
17409
17410 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
17411
17412 * cus-edit.el (customize-apropos, customize-apropos-options):
17413 Docstring changes.
17414
17415 * font-lock.el (font-lock): Add tags to the links in the defgroup.
17416
17417 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
17418
17419 * longlines.el (longlines-mode): Wrap while widened.
17420 (longlines-decode-region, longlines-encode-region): Compute max
17421 just once.
17422
17423 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17424
17425 * cus-edit.el (mac): New group.
17426
17427 * cus-start.el (all): Add user options in macterm.c. Add test for
17428 Mac-related built-ins. Fix test for GTK-related built-ins.
17429
17430 * term/mac-win.el (mac-handle-language-change)
17431 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
17432 (mac-services-open-selection, mac-services-mail-selection)
17433 (mac-services-mail-to, mac-services-insert-text)
17434 (mac-dispatch-apple-event): Add docstrings.
17435 (x-get-selection, mac-select-convert-to-string): Select coding
17436 system from `utf-16be' and `utf-16le' using `byteorder'.
17437
17438 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
17439
17440 * subr.el (lazy-completion-table): Don't be fooled if the var holds
17441 a "list" (lambda ...) rather than a real completion list.
17442
17443 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
17444 lexical-let when encountering ((lambda (...) ...) ...).
17445
17446 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
17447
17448 * progmodes/sh-script.el (sh-mode):
17449 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
17450 * textmodes/picture.el (picture-mode): Update docstrings.
17451
17452 2005-12-17 Eli Zaretskii <eliz@gnu.org>
17453
17454 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
17455 commands enclosed in $(ARGQUOTE)s should not be split between two
17456 lines, as that will break with GNU Make >3.80, when sh.exe is used
17457 and arg quoting is with '..'.
17458 (autoloads): Don't break the quoted --eval expression between
17459 several lines.
17460
17461 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
17462
17463 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
17464 Capture error from printing circular structures.
17465
17466 2005-12-17 Martin Rudalics <rudalics@gmx.at>
17467
17468 * wid-edit.el (widget-checkbox-action): Clear undo info.
17469
17470 2005-12-16 Bill Wohler <wohler@newt.com>
17471
17472 * menu-bar.el (kill-this-buffer): Set a good example by using menu
17473 bar, not menubar in comment.
17474
17475 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
17476
17477 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
17478 After-change-functions should not clobber the match data.
17479
17480 2005-12-16 Juri Linkov <juri@jurta.org>
17481
17482 * simple.el (choose-completion): Use `buffer-substring-no-properties'
17483 instead of `buffer-substring'.
17484 (completion-common-substring): Doc fix.
17485 (completion-setup-function): Use minibuffer-completion-contents
17486 instead of minibuffer-contents. Don't set common-string-length
17487 initially. Remove special handling of partial-completion-mode.
17488 Move computation of completion-base-size into one cond.
17489 Call completion-base-size-function in mainbuf. In computation of
17490 completion-base-size for file name completion don't move point to
17491 the end of the minibuffer. Move computation of common-string-length
17492 into one cond. Start putting faces only when common-string-length>=0.
17493 Add condition to put completions-common-part when
17494 common-string-length>0.
17495
17496 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
17497 place point at the first different character in the minibuffer
17498 even if this position is at the beginning of the minibuffer.
17499
17500 * info.el (Info-read-node-name-1): In completion-base-size-function's
17501 lambda return 1 if common-substring or minibuffer-completion-contents
17502 starts with (, and 0 otherwise.
17503
17504 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
17505 Use `crm-current-element' for second arg of `display-completion-list'.
17506
17507 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
17508
17509 * files.el (set-auto-mode): Look for an interpreter specified on
17510 the first line also if search for mode specification succeeded,
17511 but the mode is not known.
17512
17513 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
17514
17515 * textmodes/org.el (org-tags-match-list-sublevels): New option.
17516 (org-open-at-point): Implement tag searches as links.
17517 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
17518 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
17519 (org-tags-sparse-tree, org-tags-view, org-set-tags)
17520 (org-agenda-dispatch): New commands.
17521 (org-use-tag-inheritance, org-tags-column): New options.
17522 (org-tab-follows-link, org-return-follows-link): New options.
17523 (org-tags): New customize group.
17524 (org-start-icalendar-file): Get local time zone.
17525 (org-tags-completion-function): New function.
17526 (org-set-font-lock-defaults): Make sure links will also be
17527 highlighted inside headlines.
17528
17529 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
17530
17531 * term.el (term-emulate-terminal):
17532 Let term-handle-ansi-terminal-messages override what Bash says about
17533 its current directory.
17534
17535 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17536
17537 * bindings.el (last-buffer): Move to simple.el.
17538 * simple.el (last-buffer): Move here.
17539 (get-next-valid-buffer): New function.
17540 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
17541 (prev-buffer): Ditto. Rename to `previous-buffer'.
17542
17543 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
17544 * bindings.el (global-map): Ditto.
17545
17546 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
17547
17548 * cus-edit.el: Introductory comment change.
17549 (custom-magic-alist): Change message string for the `rogue' state.
17550
17551 2005-12-15 Richard M. Stallman <rms@gnu.org>
17552
17553 * tooltip.el: Delete defcustom variable :tag names.
17554
17555 * complete.el (partial-completion-mode): Doc fix.
17556
17557 * textmodes/flyspell.el (flyspell-external-point-words):
17558 Use save-excursion to ensure we don't move backward in the
17559 search loop, not even one character.
17560 (flyspell-delete-all-overlays): Use remove-overlays directly.
17561
17562 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
17563 (ispell-start-process): Set that variable.
17564 Clear ispell-buffer-local-name.
17565 (ispell-internal-change-dictionary):
17566 Set ispell-current-dictionary after killing process.
17567 (ispell-buffer-local-dict):
17568 Don't set spell-personal-dictionary after killing process.
17569 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
17570 (ispell-tex-skip-alists, ispell-html-skip-alists)
17571 (ispell-skip-region-alist): Mark as risky.
17572
17573 * net/newsticker.el (newsticker--retrieval-timer-list)
17574 (newsticker--display-timer, newsticker-running-p)
17575 (newsticker-ticker-running-p): Definitions moved up.
17576
17577 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
17578
17579 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
17580
17581 2005-12-15 David Ponce <david@dponce.com>
17582
17583 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
17584 (recentf-edit-list, recentf-open-files): Signal an error when
17585 there is no recent file.
17586
17587 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
17588
17589 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
17590 read-only except for texinfo-format-region evaluation.
17591
17592 2005-12-14 Richard M. Stallman <rms@gnu.org>
17593
17594 * vc.el (vc-default-previous-version, vc-default-next-version)
17595 (vc-do-command): Doc fixes.
17596
17597 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17598
17599 * textmodes/bibtex.el (bibtex-expand-strings)
17600 (bibtex-autokey-expand-string, bibtex-name-part)
17601 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
17602 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
17603 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
17604 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
17605 (bibtex-entry-postfix, bibtex-known-entry-type-re)
17606 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
17607 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
17608 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
17609 (bibtex-beginning-of-last-entry): Remove.
17610 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
17611 message if comma is missing but buffer is read-only.
17612 (bibtex-parse-field-text): Handle whitespaces at the end of field
17613 text. Return 3-element list with beginning and end of field text
17614 and end of field.
17615 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
17616 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
17617 (bibtex-search-forward-field, bibtex-search-backward-field):
17618 Search always delimited by limits of entry. Use more efficient
17619 search algorithms.
17620 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
17621 bibtex-end-of-name-in-field.
17622 (bibtex-text-in-field-bounds): Handle BibTeX strings when
17623 extracting the content of a field.
17624 (bibtex-text-in-field): Use search limits.
17625 (bibtex-parse-string-prefix): Handle empty string keys based on
17626 bibtex-string-empty-key.
17627 (bibtex-parse-string): Fix docstring.
17628 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
17629 (bibtex-preamble-prefix, bibtex-strings): New functions.
17630 (bibtex-skip-to-valid-entry): Include preceding whitespace in
17631 BibTeX entries (consistent with other BibTeX functions).
17632 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
17633 (bibtex-search-entry): Fix docstring. Simplify.
17634 (bibtex-flash-head, bibtex-complete-string-cleanup)
17635 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
17636 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
17637 (bibtex-parse-entry): New optional arg content.
17638 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
17639 Use bibtex-text-in-field-bounds.
17640 (bibtex-print-help-message): Handle BibTeX strings and preambles.
17641 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
17642 bibtex-parse-string-postfix.
17643 (bibtex-find-text-internal): New function.
17644 (bibtex-remove-delimiters): Use it.
17645 (bibtex-find-text): Use it. New optional arg help.
17646 (bibtex-complete): Handle BibTeX string and preamble entries.
17647 (bibtex-Preamble): Fix order of closing delimiters.
17648
17649 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
17650
17651 * vc.el (vc-default-revert): New fun.
17652
17653 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
17654
17655 2005-12-14 Romain Francoise <romain@orebokech.com>
17656
17657 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
17658 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
17659 (font-lock-remove-keywords): Likewise.
17660
17661 2005-12-14 Juri Linkov <juri@jurta.org>
17662
17663 * log-view.el (log-view-diff): Doc fix.
17664
17665 * isearch.el (isearch-query-replace): Use (mark) instead of
17666 isearch-opoint if mark is active in transient-mark-mode.
17667
17668 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
17669
17670 * isearch.el (isearch-query-replace): Check for isearch-other-end.
17671
17672 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
17673
17674 * progmodes/cpp.el (cpp-face): New widget.
17675 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
17676
17677 2005-12-14 Juri Linkov <juri@jurta.org>
17678
17679 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
17680 around `erase-buffer' and `insert'.
17681
17682 * descr-text.el (describe-text-properties): Replace buffer name
17683 "*Help-2*" with "*Help*<2>".
17684 (describe-char): Add functions print-help-return-message,
17685 toggle-read-only. Use help-setup-xref with nil to not store
17686 describe-char in help-xref-stack. Use help-make-xrefs to
17687 make [back] button.
17688
17689 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
17690
17691 * wdired.el (wdired-old-point): New internal variable.
17692 (wdired-change-to-wdired-mode): Set it buffer-locally.
17693 (wdired-abort-changes): Restore point after aborting changes.
17694
17695 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
17696
17697 * vc.el (vc-do-command): Add a new value t for okstatus.
17698
17699 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
17700 frame in case of errors.
17701
17702 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17703
17704 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
17705 so it comes after "On the Left" in the menu.
17706
17707 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
17708
17709 * cus-edit.el (customize-apropos, customize-apropos-options)
17710 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
17711
17712 2005-12-12 Bill Wohler <wohler@newt.com>
17713
17714 * vc-svn.el (vc-svn-registered): Fix problem of visiting
17715 non-writable Subversion-controlled files by saving window
17716 configuration before calling vc-do-command. vc-do-command calls
17717 pop-to-buffer on error which is unexpected during registration.
17718
17719 2005-12-12 Jay Belanger <belanger@truman.edu>
17720
17721 * calc/README: Update the summary of changes.
17722
17723 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
17724
17725 * descr-text.el (describe-char): Rework last fix to solve the problem
17726 is the same way it's solved for everything else in that function
17727 (i.e. by extracting the info before setting up the *Help* buffer).
17728
17729 2005-12-12 Kim F. Storm <storm@cua.dk>
17730
17731 * subr.el (version-regexp-alist): Allow space as separator before
17732 non-numeric part, e.g. "1.0 alpha".
17733 (version-to-list): Interpret .X.Y version as 0.X.Y version.
17734
17735 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
17736
17737 * textmodes/org.el (org-agenda, org-timeline, org-todo):
17738 Implement Logging and the keep-modes setting.
17739 (org-get-category): Make sure a string is returned.
17740 (org-log-done): New function.
17741 (org-log-done, org-closed-string): New options.
17742
17743 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17744
17745 * tooltip.el (tooltip-y-offset): Change default to 20.
17746
17747 2005-12-12 Richard M. Stallman <rms@gnu.org>
17748
17749 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
17750
17751 * frame.el (display-hourglass): Doc fix.
17752
17753 * help.el (help-for-help-internal): Simplify entry for `a'.
17754
17755 * info.el (Info-on-current-buffer): Doc fix.
17756 (info-insert-file-contents): Don't test (featurep 'jka-compr).
17757
17758 * startup.el (inhibit-splash-screen): Make this the real name.
17759 (inhibit-startup-message): Make this the alias.
17760 (command-line): Find only simple.el, and use its directory
17761 to fill in other preloaded files' names.
17762 (command-line): Deactivate the mark if deactivate-mark is set.
17763
17764 * international/mule.el (load-with-code-conversion):
17765 Bind deactivate-mark.
17766
17767 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
17768
17769 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
17770
17771 * cus-edit.el (customize-apropos): Avoid listing an option more
17772 than once under different aliases. No longer list user options
17773 that are not defined with defcustom (unless a prefix arg is given).
17774 Doc fix.
17775 (customize-apropos-options): Doc fix.
17776
17777 2005-12-11 Juri Linkov <juri@jurta.org>
17778
17779 * frame.el (set-background-color, set-foreground-color)
17780 (set-cursor-color, set-mouse-color, set-border-color):
17781 Add explicit prompts to read colors by `facemenu-read-color'.
17782 (show-trailing-whitespace, blink-cursor-delay)
17783 (blink-cursor-interval, display-hourglass, hourglass-delay):
17784 Remove tags.
17785 (display-hourglass, hourglass-delay): Doc fix.
17786 (cursor-in-non-selected-windows): Capitalize words in tag.
17787
17788 * faces.el (frame-background-mode): Replace `choice-item' keywords
17789 with `const' to not make [default] button. Change default value tag
17790 from `default' to `automatic'. Doc fix.
17791 (trailing-whitespace) <defface>: Change group `whitespace' to
17792 `whitespace-faces'.
17793
17794 2005-12-11 Richard M. Stallman <rms@gnu.org>
17795
17796 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
17797
17798 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17799
17800 * term/mac-win.el: Create keymap for mac-apple-event-map.
17801
17802 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
17803
17804 * tooltip.el (tooltip-mode): Move to start of file so that it
17805 appears at top of customize buffer.
17806
17807 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17808 Add the gud groupname.
17809 (gud-tooltip-mode): Add the tooltip groupname.
17810 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
17811 avoid conflict with tooltip-use-echo-area.
17812
17813 2005-12-10 Romain Francoise <romain@orebokech.com>
17814
17815 * help.el (help-for-help-internal): Add `r' in doc string.
17816
17817 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17818
17819 * align.el (align-regexp, align-highlight-rule):
17820 Use region-beginning and region-end instead of point and mark, so that
17821 repetition (with `repeat-complex-command') recomputes the region
17822 bounds.
17823
17824 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
17825
17826 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17827 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17828 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
17829 (balance-windows): Rewrite using the above new functions.
17830
17831 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
17832
17833 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
17834 react if global-hi-lock-mode seems intended.
17835 (global-hi-lock-mode): Renamed from hi-lock-mode.
17836 (hi-lock-archaic-interface-message-used)
17837 (hi-lock-archaic-interface-deduce): New variables.
17838 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
17839 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
17840 (hi-lock-find-patterns, hi-lock-font-lock-hook):
17841 Replace hi-lock-buffer-mode with hi-lock-mode.
17842
17843 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
17844
17845 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
17846 completion list, even after a partial completion has been
17847 inserted in the current buffer. If there are more than 1
17848 completion, redisplay the *Completions* buffer; if the
17849 completion is unique, delete the *Completions* window.
17850
17851 2005-12-10 Eli Zaretskii <eliz@gnu.org>
17852
17853 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
17854 strings and long subject lines that were broken into multiple
17855 lines at arbitrary places. Handle subjects that have "Re: " in
17856 the middle.
17857
17858 2005-12-10 John W. Eaton <jwe@octave.org>
17859
17860 * emacs/octave-mod.el (octave-electric-space): Don't indent
17861 comments or strings if octave-auto-indent is nil.
17862
17863 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17864
17865 * term/mac-win.el: Require url when compiling.
17866 Call mac-process-deferred-apple-events after loading init files.
17867 (mac-apple-event-map): New defvar. Define event handlers in it.
17868 (core-event, internet-event): New Apple event class symbols.
17869 (open-application, reopen-application, open-documents)
17870 (print-documents, open-contents, quit-application)
17871 (application-died, show-preferences, autosave-now, get-url):
17872 New Apple event ID symbols.
17873 (about): New HICommand ID symbol.
17874 (mac-event-spec, mac-event-ae): New macros.
17875 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
17876 (mac-ae-selection-range, mac-ae-text-for-search)
17877 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
17878 (mac-application-menu-map): Remove keymap. Handlers for HICommand
17879 and Services menu events are now defined in mac-apple-event-map.
17880 (mac-drag-n-drop): Remove selection range handling.
17881
17882 2005-12-10 Kenichi Handa <handa@m17n.org>
17883
17884 * simple.el (zap-to-char):
17885 * isearch.el (isearch-process-search-char): Translate CHAR by
17886 translation-table-for-input.
17887
17888 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
17889
17890 * foldout.el (foldout-exit-fold): Properly hide subtree.
17891
17892 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
17893
17894 * files.el (save-buffer):
17895 * international/ucs-tables.el (ucs-set-table-for-input):
17896 * mail/mail-extr.el (mail-extract-address-components):
17897 * mail/sendmail.el (mail-mode): Reformat doc string.
17898
17899 2005-12-09 Juri Linkov <juri@jurta.org>
17900
17901 * isearch.el (isearch-highlight): Change main overlay priority
17902 from 1 to 1001. Simplify.
17903 (isearch-lazy-highlight-update): Change lazy overlay priority
17904 from 0 to 1000.
17905
17906 * replace.el (replace-highlight): Change overlay priority from
17907 1 to 1001.
17908
17909 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
17910 Change overlay priority from 1 to 1001. Reuse existing overlay.
17911
17912 * compare-w.el (compare-windows-highlight): Change overlay
17913 priority from 1 to 1000.
17914
17915 * menu-bar.el (menu-bar-edit-menu): Add listp around
17916 pending-undo-list to disable menu item "undo" when pending
17917 undo list is empty.
17918
17919 * locate.el (locate): Disable undo in *Locate* buffer.
17920
17921 2005-12-09 Kim F. Storm <storm@cua.dk>
17922
17923 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
17924
17925 2005-12-09 David Ponce <david@dponce.com>
17926
17927 * recentf.el: Improvement of the menu code.
17928 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
17929 instead of menu hook.
17930 (recentf-show-menu, recentf-hide-menu): New functions.
17931 (recentf-menu-customization-changed, recentf-mode): Use them.
17932 (recentf-menu-action, recentf-max-menu-items)
17933 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
17934 (recentf-arrange-by-rule-others)
17935 (recentf-arrange-by-rules-min-items)
17936 (recentf-arrange-by-rule-subfilter): Don't use
17937 `recentf-menu-customization-changed'.
17938 (recentf-arrange-rules): Likewise. Accept functions to compute
17939 sub-menu titles.
17940 (recentf-menu-filter): Likewise. Doc fix.
17941 (recentf-menu-value-shortcut): Doc fix.
17942 (recentf-dump-variable): Quote atom value.
17943 (recentf-make-menu-items): Update to use it as a menu filter.
17944 (recentf-match-rule): New function.
17945 (recentf-arrange-by-rule): Use it.
17946 (recentf-indirect-mode-rule): New function.
17947 (recentf-build-mode-rules): Use it.
17948 (recentf-dir-rule): New function.
17949 (recentf-arrange-by-dir): Use it.
17950 (recentf-filter-changer-current): Rename from
17951 `recentf-filter-changer-state'. All references updated.
17952 (recentf-filter-changer-alist): Update filter names.
17953 (recentf-filter-changer-select): New function.
17954 (recentf-filter-changer): Use it. Make a sub-menu from filters
17955 available in `recentf-filter-changer-alist'.
17956 (recentf-data-cache, recentf-clear-data)
17957 (recentf-update-menu): Remove. All references updated.
17958 (recentf-match-rule-p, recentf-build-dir-rules)
17959 (recentf-filter-changer-goto-next)
17960 (recentf-filter-changer-get-current)
17961 (recentf-filter-changer-get-next): Remove.
17962
17963 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
17964
17965 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
17966 buffer "Reset" button to "Reset to Current" for consistency with
17967 the State buttons.
17968
17969 2005-12-08 John Paul Wallington <jpw@pobox.com>
17970
17971 * ibuf-ext.el (define-ibuffer-filter filename):
17972 If `dired-directory' is a list then really use its car.
17973
17974 2005-12-08 Kim F. Storm <storm@cua.dk>
17975
17976 * emulation/cua-rect.el (cua--rectangle-aux-replace):
17977 Fix indention of text on right side of replaced rectangle.
17978
17979 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
17980
17981 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
17982 No need to check gud-comint-buffer is bound.
17983 (gdb): Prevent multiple debugging when first session uses gdba.
17984
17985 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17986
17987 CC Mode update to 5.31.
17988
17989 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
17990 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
17991 We might do this function properly in the future).
17992
17993 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
17994 New macros c-sentence-end and c-default-value-sentence end, to cope
17995 with Emacs 22's new function `sentence-end'.
17996
17997 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17998
17999 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
18000 compat issue using `c-put-overlay' and `c-delete-overlay'.
18001
18002 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
18003 New compat macros to handle overlays/extents.
18004
18005 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18006
18007 * progmodes/cc-fix.el: Add definitions of the macros push and pop
18008 (for GNU Emacs 20.4).
18009
18010 * progmodes/cc-defs.el:
18011 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
18012
18013 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
18014 highlighting mechanism so it will work in XEmacs too.
18015
18016 * progmodes/cc-defs.el: Insert c-int-to-char.
18017
18018 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
18019 call to the new macro c-int-to-char. This solves XEmacs's
18020 regarding characters as different from integers.
18021
18022 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18023
18024 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
18025 New internal helper.
18026
18027 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
18028 construct to make the indirect face lookup work in XEmacs.
18029
18030 (c-cpp-matchers): Append the negation char face to the existing
18031 fontification, so that the cpp face doesn't disappear.
18032 Use `c-make-syntactic-matcher' to avoid negation chars in comments
18033 and strings.
18034
18035 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
18036 to map to `font-lock-negation-char-face' in emacsen where it exists.
18037
18038 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18039
18040 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
18041
18042 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
18043 Rename "c-subword-move-mode" as "c-subword-mode".
18044
18045 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
18046 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
18047
18048 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18049
18050 * progmodes/cc-mode.el: Added autoload directive for
18051 `c-subword-move-mode' for use in older emacsen.
18052
18053 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18054
18055 * progmodes/cc-mode.el:
18056 (i): Insert a binding for C-c C-backspace into
18057 c-bind-special-erase-keys which works in TTYs.
18058 (ii): Make sure that when file styles are used, any explicitly
18059 given style variables take priority over those in the style.
18060 Do this by calling `hack-local-variables' a second time.
18061
18062 * progmodes/cc-vars.el: Add language specific customization
18063 widgets for AWK to c-doc-comment-style, c-require-final-newline
18064 and c-default-style. Add a defcustom for awk-mode-hook.
18065 Give c-syntactic-element and c-syntactic-context doc-strings by
18066 directly setting their `variable-documentation' propery.
18067 This allows Emacs 22.1 to read these with C-h v.
18068
18069 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
18070
18071 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18072
18073 * progmodes/cc-fonts.el, cc-vars.el
18074 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
18075 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
18076 Masatake YAMATO.
18077
18078 (c-doc-comment-style): Made GtkDoc default in C mode.
18079
18080 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
18081 and C-c C-<delete>.
18082
18083 (c-bind-special-erase-keys): New function for use on
18084 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
18085
18086 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
18087 <delete> key behavior in XEmacs according to `delete-forward-p'.
18088 C.f. `c-electric-delete'.
18089
18090 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18091
18092 * progmodes/cc-mode.el: Give c-hungry-backspace and
18093 c-hungry-delete-forward permanent key bindings.
18094
18095 * progmodes/cc-cmds.el (c-electric-semi&comma):
18096 Bind c-syntactic-context for calls to "criteria functions", for
18097 consistency with other calls to user functions.
18098
18099 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
18100 `current-prefix-arg', since this might be the prefix arg to a
18101 command which calls c-indent-command as a function. Change the
18102 interactive spec from "p" to "P".
18103
18104 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
18105 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
18106 was difficult to understand.
18107
18108 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18109
18110 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
18111 first char of an identifier.
18112
18113 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
18114 +" syntax in C++.
18115
18116 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18117
18118 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
18119 auto-fill doesn't split a c-comment's last word from a hanging
18120 "*/" when a space is typed between them after fill-column.
18121
18122 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
18123
18124 * progmodes/cc-styles.el (c-set-style)
18125 (c-setup-paragraph-variables): Abort the command if we're not in a
18126 CC Mode buffer.
18127
18128 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
18129 with blank comment-prefix, and a blank line as the comment's
18130 second line.
18131
18132 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18133
18134 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
18135 Incorporate the patterns added in the Emacs development branch
18136 for the new Emacs 22 face `font-lock-negation-char-face'.
18137
18138 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
18139 of "red" since it stands out better in xterms and DOS terminals.
18140
18141 * progmodes/cc-engine.el (c-literal-faces):
18142 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
18143
18144 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18145
18146 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
18147 forcibly enable c-electric-flag.
18148
18149 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
18150 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
18151 after the comment-prefix of a C-style comment will close that comment.
18152
18153 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18154
18155 * progmodes/cc-fonts.el (c-basic-matchers-before)
18156 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
18157 in Pike.
18158
18159 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
18160 digraphs.
18161
18162 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
18163 (c-cpp-message-directives, c-cpp-include-directives)
18164 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
18165 (c-cpp-expr-directives): Introduce new language constants to
18166 control cpp syntax in a cleaner way.
18167
18168 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
18169
18170 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
18171
18172 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
18173 (c-multiline-string-start-char): New language constants and
18174 variables to specify how newlines in string literals work.
18175
18176 (c-font-lock-invalid-string): Use them.
18177
18178 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
18179 unbalanced close brace is entered. Optimization by avoiding going
18180 back over arbitrarily large blocks. Removed hints that this
18181 function only would be relevant/useful in AWK.
18182
18183 (c-electric-brace): Indent syntactically after the cleanups since
18184 lineup functions might do it differently then.
18185
18186 * progmodes/cc-engine.el, cc-langs.el
18187 (c-opt-op-identifier-prefix): New language constant and variable.
18188
18189 (c-just-after-func-arglist-p, c-after-special-operator-id)
18190 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
18191
18192 * progmodes/cc-align.el, cc-engine.el
18193 (c-after-special-operator-id): New helper to handle C++ operator
18194 identifiers.
18195
18196 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
18197 (c-guess-basic-syntax): Handle C++ operator identifiers in
18198 declarations.
18199
18200 * progmodes/cc-langs.el (c-assignment-operators): Add the
18201 trigraph version of ^= too.
18202
18203 * progmodes/cc-langs.el (c-assignment-operators): Add the
18204 trigraph version of |= in C++.
18205
18206 * progmodes/cc-fonts.el (c-font-lock-declarators):
18207 Handle `c-decl-hangon-kwds' after the identifier name.
18208
18209 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
18210 whether an arglist is "nonempty", ignore a comment after the open
18211 paren if it isn't followed by a non-comment token on the same line.
18212
18213 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
18214 Enable heuristics below the point to cope with classes inside special
18215 brace lists in Pike.
18216
18217 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18218
18219 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
18220
18221 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18222
18223 * progmodes/cc-guess.el (cc-guess-install): New function to
18224 install an already guessed style in another buffer.
18225
18226 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
18227 sets `inhibit-read-only' - `c-save-buffer-state' should be used
18228 anyway if the change always is undone.
18229
18230 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18231
18232 Implement togglable electricity:
18233
18234 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
18235 saying when it should be used.
18236
18237 * progmodes/cc-engine.el: Add the new buffer-local variable,
18238 c-electric-flag.
18239
18240 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
18241 c-toggle-auto-newline.
18242
18243 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
18244 c-toggle-auto-newline. Remove the binding for
18245 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
18246 c-toggle-electric-state.
18247
18248 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
18249
18250 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
18251 c-\(forward\|backward\)-subword.
18252 (c-update-modeline): Add the new modeline flag `l' for
18253 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
18254 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
18255 Make the old name an alias of the new name.
18256 (c-toggle-electric-state): New function.
18257 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
18258 Adapt these functions to do electric things only when
18259 c-electric-flag is non-nil.
18260 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
18261 new functions from c-electric-brace.
18262 (c-point-syntax): Add a check for "virtual semicolons" in AWK
18263 mode, so that the tentative extra newline doesn't change the
18264 syntax of the following brace.
18265 (c-electric-brace): Restructure by extracting the above functions.
18266 Tidy up the coding somewhat.
18267 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
18268 restructure a bit.
18269
18270 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18271
18272 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
18273 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
18274
18275 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
18276 (c-submode-indicators): Change name from `c-auto-hungry-string'
18277 since it's now used to track another submode.
18278
18279 (c-update-modeline): Convert to function and extended to check
18280 `c-subword-move-mode'.
18281
18282 (c-forward-into-nomenclature, c-backward-into-nomenclature):
18283 Convert to compat aliases for `c-forward-subword' and
18284 `c-backward-subword'.
18285
18286 * progmodes/cc-subword.el: New functions and minor mode to handle
18287 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
18288
18289 (c-forward-subword, c-backward-subword, c-mark-subword)
18290 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
18291 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
18292 Functions corresponding to the standard word handling functions.
18293
18294 (c-subword-move-mode): Minor mode that replaces all the standard
18295 word handling functions with their subword equivalences.
18296
18297 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18298
18299 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
18300 entry for one-liner-defun.
18301
18302 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
18303 name in its def-edebug-spec.
18304
18305 * progmodes/cc-cmds.el (c-electric-brace): Make the
18306 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
18307 compacts space before a comment, if this will make things fit on
18308 one line.
18309
18310 Introduce an "awk" style, mainly for auto-newline and clean-ups.
18311
18312 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
18313
18314 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
18315 clean-up one-liner-defun.
18316
18317 * progmodes/cc-styles.el: Add the new "awk" style.
18318
18319 * progmodes/cc-vars.el: Add description of one-liner-defun to
18320 c-cleanup-list's doc-string. New user options,
18321 c-max-one-liner-length. In c-default-style, set the default style
18322 for AWK to "awk".
18323
18324 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18325
18326 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
18327 macros inside labels.
18328
18329 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
18330 `c-at-statement-start-p' and `c-at-expression-start-p'.
18331
18332 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
18333 error if the mark isn't set.
18334
18335 * progmodes/cc-engine.el (c-guess-continued-construct)
18336 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
18337 accurately detect functions inside functions.
18338
18339 * progmodes/cc-engine.el (c-at-expression-start-p): New function
18340 like `c-at-statement-start-p' that additionally recognizes commas
18341 and expression parentheses as delimiters.
18342
18343 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
18344 to avoid heuristics that doesn't work for unclosed blocks.
18345 (c-at-statement-start-p): New function.
18346
18347 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
18348 Objective-C directives, e.g. directives spanning lines should work
18349 reasonably well now.
18350
18351 (c-put-c-type-property, c-clear-c-type-property): New helpers.
18352
18353 (c-forward-objc-directive): New function to move over any ObjC
18354 directive.
18355
18356 (c-just-after-func-arglist-p, c-guess-basic-syntax)
18357 (c-basic-matchers-before): Use it.
18358
18359 (c-font-lock-objc-iip-decl): Remove.
18360
18361 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
18362 in the template arglist recognition.
18363
18364 * progmodes/cc-styles.el (c-style-alist): Fix several
18365 inconsistencies in the Whitesmith style.
18366
18367 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
18368 New lineup function to get lines after Whitesmith style blocks
18369 correctly indented.
18370
18371 (c-lineup-whitesmith-in-block): Back out the compensation for
18372 opening parens since it's done using `add' lists in the style
18373 definition instead. Don't use the anchor position since it varies
18374 too much between the syntactic symbols. :P
18375
18376 * progmodes/cc-vars.el (c-valid-offset): Update.
18377
18378 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
18379 lists where the offsets are combined according to several
18380 different methods: `first', `min', `max', and `add'.
18381 Report offset evaluation errors with `c-benign-error' so that some kind
18382 of reindentation still is done.
18383
18384 * progmodes/cc-engine.el (c-guess-basic-syntax):
18385 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
18386 `arglist-close'.
18387
18388 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
18389 situations for `arglist-cont-nonempty' and `arglist-close'.
18390
18391 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
18392
18393 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
18394 cc-bytecomp-boundp' in a number of places.
18395
18396 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
18397 macro related issue.
18398
18399 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18400
18401 * progmodes/cc-awk.el: Change the terminology of regexps: A char
18402 list is now [asdf], a char class [:alpha:].
18403 Include code for char classes.
18404 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
18405 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
18406
18407 Remove (nearly all of) the cruft associated with AWK Mode's former
18408 concept of "virtual semicolons":
18409
18410 Adapt c-beginning-of-statement, c-end-of-statement (together with
18411 subfunctions) to use the new notion of "virtual semicolon" in
18412 place of the old awkward special handling for AWK. There remains
18413 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
18414 * progmodes/cc-cmds.el:
18415 (c-ascertain-adjacent-literal): In the backwards direction, now
18416 recognises AWK regexp delimiters as string delimiters.
18417 (c-after-statement-terminator-p): Adapt for virtual semicolons;
18418 check more rigorously for "end of macro".
18419 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
18420 virtual semicolons;
18421 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
18422 out the code for forward movement into ...
18423 (c-end-of-statement): Now contains the code for forward movement,
18424 adapted for virtual semicolons.
18425
18426 * progmodes/cc-engine.el:
18427 (c-ws*-string-limit-regexp): New regexp.
18428 (c-forward-single-comment, c-backward-single-comment): Comment out
18429 the (now redundant) "special" AWK stuff.
18430
18431 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
18432 c-string-par-start, c-string-par-separate to be more like Text
18433 Mode than Fundamental Mode.
18434
18435 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18436
18437 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
18438 to the fontified region so that fontification doesn't occur
18439 outside it (could happen e.g. when fontifying a line with an
18440 unfinished declaration).
18441
18442 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18443
18444 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
18445 start of the file. ^L now separate sections of the file.
18446 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
18447 (c-awk-one-line-possibly-open-string-re)
18448 (c-awk-regexp-one-line-possibly-open-char-class-re)
18449 (c-awk-one-line-possibly-open-regexp-re)
18450 (c-awk-one-line-non-syn-ws*-re): New defonsts.
18451 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
18452
18453 Amend the concept of "virtual semicolons" (in the indentation
18454 engine) for languages like AWK, such that they are now
18455 conceptually attached to end of the last token of a statement, not
18456 the end of the line. (In AWK Mode, however, the pertinent text
18457 property is still physically set on the EOL.) Remove the specific
18458 tests for awk-mode, thus facilitating the introduction of other
18459 language modes where EOLs can end statements.
18460 (Note: The funtionality in cc-cmds.el, specifically
18461 c-beginning/end-of-statement has yet to be amended.)
18462
18463 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
18464 New macros.
18465
18466 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
18467 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
18468 c-vsemi-status-unknown-p-fn (in a new page).
18469
18470 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
18471 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
18472 numerous awkward forms like
18473 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
18474 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
18475 variable before-ws-ip, the place just after char-before-ip appears.
18476
18477 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
18478 a comment.
18479
18480 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18481
18482 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
18483 `c-tentative-buffer-changes'.
18484
18485 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
18486 convert to macro to choose between Emacs and XEmacs at compile time.
18487
18488 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
18489
18490 (c-tentative-buffer-changes): New macro to handle temporary buffer
18491 changes in a convenient way.
18492
18493 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
18494 for `c-tentative-buffer-changes'.
18495
18496 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
18497 the checks for paren sexps between the point and the keyword, to
18498 avoid some false alarms.
18499
18500 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
18501 Fixed a situation where an error could be thrown for unbalanced
18502 parens. Changed to make use of c-keyword-member' to avoid some
18503 repeated regexp matches.
18504
18505 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
18506 These language variable are no longer necessary.
18507
18508 (c-block-stmt-kwds): New language constant used by
18509 c-looking-at-inexpr-block'.
18510
18511 (c-guess-basic-syntax): Remove an optional check that looked at
18512 the existence of the now removed language variables.
18513
18514 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
18515 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
18516 object instantiation expressions as declarations in some contexts.
18517 This bug only affected languages where the declarator can't be
18518 enclosed in parentheses.
18519
18520 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
18521 insert newlines before and after substatement braces.
18522
18523 * progmodes/cc-engine.el: Improved the heuristics for recognizing
18524 function declaration headers and the handling of C++ style member
18525 init lists.
18526
18527 (c-just-after-func-arglist-p): Rewritten to use
18528 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
18529
18530 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
18531
18532 (c-guess-basic-syntax): Adapt case 5B for the new
18533 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
18534 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
18535 covers all cases now).
18536
18537 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
18538
18539 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18540
18541 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
18542 c-string-par-start/separate c-sentence-end-with-esc-eol,
18543 initialised in c-setup-paragraph-variables, used in string
18544 scanning subroutines of c-beginning-of-statement.
18545
18546 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
18547 which precedes the newly inserted `{'.
18548
18549 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18550
18551 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
18552 function for declaration level blocks. It should now cope with
18553 templates better and also be a lot more comprehensible.
18554
18555 (c-looking-at-decl-block): The new function.
18556
18557 (c-search-uplist-for-classkey): The old one. It's now a wrapper
18558 for compatibility.
18559
18560 (c-add-class-syntax, c-guess-continued-construct)
18561 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
18562
18563 (c-decl-block-key): Change to tell apart ambiguous and
18564 unambiguous keywords. Pike specials are now handled directly in
18565 the code instead.
18566
18567 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
18568 New language constants and variables to make the backward skip in
18569 `c-looking-at-decl-block' as tight as possible.
18570
18571 (c-nonsymbol-token-char-list): New language constant.
18572
18573 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
18574 find balanced template arglists backwards.
18575
18576 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
18577 making char classes for `c-syntactic-skip-backward'.
18578
18579 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
18580 16D - can't be a class-close at that point.
18581
18582 * progmodes/cc-engine.el (c-guess-basic-syntax)
18583 (c-add-class-syntax): Don't narrow out the enclosing declaration
18584 level. This makes everything a lot easier, and it was actually
18585 only four small places that needed it to work. Some places that
18586 previously did `widen' are removed now, which has the effect that
18587 `c-guess-basic-syntax' never will look at things outside the
18588 current narrowment now. The anchor position for `topmost-intro'
18589 is affected by this, but it was so bogus it was basically useless
18590 before, and now it's equally bogus but in a slightly different way.
18591
18592 (c-narrow-out-enclosing-class): Gone.
18593
18594 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
18595 the narrowed region.
18596
18597 (c-least-enclosing-brace): Remove silly optional argument.
18598
18599 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
18600 the point could be left directly after an open paren when finding
18601 the beginning of the first decl in the block.
18602
18603 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
18604 Specify which submatch to use.
18605
18606 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
18607
18608 (c-decl-start-re): No longer any need for special treatment of
18609 ObjC due to the above.
18610
18611 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
18612 presumably follows C in that regard.
18613
18614 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
18615 New language constants to specify operator tokens inside
18616 identifiers in a more high level way.
18617
18618 (c-opt-identifier-prefix-key): New internal language constant.
18619
18620 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
18621 (c-identifier-start, c-identifier-key): Now completely calculated
18622 from other constants.
18623
18624 (c-identifier-last-sym-match): Decommission since it's no longer used.
18625
18626 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
18627
18628 * progmodes/cc-engine.el (c-forward-name): Remove the
18629 optimization when c-identifier-key is equal to c-symbol-key since
18630 it doesn't work in byte compiled files. Don't record empty
18631 regions as identifiers.
18632
18633 * progmodes/cc-langs.el (c-filter-ops): New helper function to
18634 simplify access to `c-operators' and its likes.
18635
18636 (c-operator-list, c-all-op-syntax-tokens)
18637 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
18638 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
18639 (c-primary-expr-regexp, c-cast-parens): Use it.
18640
18641 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
18642 an explicit language in functions.
18643
18644 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
18645 variant of adornment.
18646
18647 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
18648 variable.
18649
18650 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
18651 the Pike value.
18652
18653 * progmodes/cc-engine.el (c-on-identifier)
18654 (c-simple-skip-symbol-backward): Small fix for handling "-"
18655 correctly in `skip-chars-backward'. Affected the operator lfun
18656 syntax in Pike.
18657
18658 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
18659 diagnostic message about precompiled language vars not being used.
18660
18661 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
18662 "__attribute__" is followed by a parenthesis.
18663
18664 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
18665 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
18666 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
18667
18668 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
18669 Internal cleanups to properly detect the declared identifiers in
18670 various declarations.
18671
18672 (c-decl-start-kwds): New language constant to recognize
18673 declarations that can start anywhere. Used for class declarations
18674 in Pike.
18675
18676 (c-specifier-key, c-not-decl-init-keywords)
18677 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
18678 (c-find-decl-spots): Implement `c-decl-start-kwds'.
18679
18680 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
18681 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
18682 handling of the compiler specific extension keywords into a new
18683 language constant `c-decl-hangon-kwds' that defines keyword
18684 clauses to be ignored in declarations.
18685
18686 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
18687 past unrecognized tokens when handling `c-colon-type-list-kwds'.
18688 Necessary to stop at the declared identifier in e.g. IDL valuetype
18689 declarations.
18690
18691 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
18692 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
18693 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
18694 (c-forward-decl-or-cast-1): Recognize the declared identifier in
18695 class and enum declarations as such and not as part of the type.
18696
18697 (c-forward-decl-or-cast-1, c-forward-label): Relax the
18698 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
18699
18700 (c-forward-decl-or-cast-1): Don't disregard sure signs of
18701 declarations when there's some syntax error later on.
18702
18703 (c-complex-decl-matchers): Did away with a reference to
18704 `c-specifier-key'.
18705
18706 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
18707 value - this variable is always dynamically bound.
18708
18709 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
18710 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
18711 * cc-cmds.el, cc-defs.el: Change the policy for marking up
18712 functions that might do hidden buffer changes: All such internal
18713 functions are now marked instead of those that don't.
18714
18715 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
18716 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
18717 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
18718 (c-literal-type): Allow these functions to make hidden buffer changes,
18719 so that they are free to use text property caching later on.
18720
18721 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
18722 (c-electric-brace, c-electric-slash, c-electric-star)
18723 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
18724 (c-electric-paren, c-electric-continued-statement, c-indent-command)
18725 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
18726 (c-context-line-break): Add `c-save-buffer-state' calls to comply
18727 with the changed semantics of the functions above.
18728
18729 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
18730 when macros occur in obscure places. Optimized the sexp movement
18731 a bit.
18732
18733 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18734
18735 Enhancements for c-beginning-of-statement to work in AWK Mode:
18736
18737 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
18738 (completed statement) with `}' (statement completed by closing
18739 brace or semicolon) and `$' (statement completed by EOL).
18740
18741 (c-awk-virtual-semicolon-ends-prev-line-p)
18742 (c-awk-virtual-semicolon-ends-line-p)
18743 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
18744 (c-awk-at-statement-end-p): New functions.
18745
18746 * progmodes/cc-cmds.el: Simplify the structure of functions
18747 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
18748 two functions and c-beginning-of-statement to handle AWK Mode.
18749
18750 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
18751 c-backward-single-comment for AWK mode. Attempt to clarify their
18752 doc-strings.
18753
18754 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
18755
18756 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18757
18758 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
18759 label handling. Labels are now recognized in a uniform and more
18760 robust way, regardless of context. Text properties are put on all
18761 labels to recognize the following declarations better.
18762 Multiword labels are handled both in indentation and fontification for
18763 the benefit of language extensions like Qt. For consistency, keywords
18764 in labels are now fontified with the label face instead.
18765 That also applies to "case" and "default".
18766
18767 (c-beginning-of-statement-1): Fix some bugs in the label
18768 handling. Disregard `c-nonlabel-token-key' in labels that begin
18769 with `c-label-kwds'.
18770
18771 (c-find-decl-spots): Support that the callback adds more
18772 `c-decl-end' spots to find.
18773
18774 (c-forward-decl-or-cast-1): Don't treat a list of plain
18775 identifiers followed by a colon as a declaration.
18776
18777 (c-forward-label): New function to recognize labels.
18778
18779 (c-guess-basic-syntax): Replace uses of `c-label-key' with
18780 `c-forward-label'. Moved the label recognition cases (14 and 15)
18781 earlier since they aren't so context sensitive now. Handle labels
18782 on the top level gracefully. Moved access label recognition to
18783 the generic label case (CASE 15) - removed CASE 5E.
18784
18785 (c-font-lock-declarations): Add recognition of labels in the
18786 same round since we need to handle labels in parallell with other
18787 declarations to recognize both accurately. It should also improve
18788 speed.
18789
18790 (c-simple-decl-matchers, c-basic-matchers-after):
18791 Move `c-font-lock-labels' so that it only is used on decoration level 2
18792 since `c-font-lock-declarations' handles it otherwise.
18793
18794 (c-complex-decl-matchers): Remove the simplistic recognition of
18795 access labels.
18796
18797 (c-decl-prefix-re): Remove the kludges that was necessary to cope
18798 with labels earlier.
18799
18800 (c-decl-start-re): New language variable to make
18801 `c-font-lock-declarations' stop for the special protection labels
18802 in Objective-C that start with `@'.
18803
18804 (c-label-key): Remove since it's no longer used.
18805
18806 (c-recognize-colon-labels, c-label-prefix-re): New language
18807 constants to support recognition of generic colon-terminated labels.
18808
18809 (c-type-decl-end-used): `c-decl-end' is now used whenever there
18810 are colon terminated labels.
18811
18812 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
18813 first argument starts with a special brace list.
18814
18815 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
18816 (c-font-lock-declarations): Break out the declaration and cast
18817 recognition from `c-font-lock-declarations' to a new function, so
18818 that it can be used in the indentation engine.
18819
18820 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
18821 up to the start of the literal. Fixed bug with the point on the
18822 wrong side of the search limit that could happen when the start
18823 position is inside a literal.
18824
18825 * progmodes/cc-engine.el (c-parse-state)
18826 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
18827 so that it's kept a little bit back to increase the hit rate.
18828
18829 (c-parse-state): Change the macro handling and fixed some
18830 glitches. Macro context is checked more often than necessary now,
18831 but otoh less garbage conses are generated.
18832
18833 * progmodes/cc-engine.el (c-parse-state)
18834 (c-invalidate-state-cache): Cache the last position where
18835 `c-state-cache' applies. This can speed up refontification quite
18836 a bit in blocks where there are many non-brace parens before the point.
18837
18838 (c-state-cache-end): New variable for this.
18839
18840 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
18841 cache variable.
18842
18843 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
18844 get close initial continue positions when the start position is
18845 inside a literal or macro. Do not call the callback for spots
18846 before the start position (which can happen e.g. for `c-decl-end'
18847 spots inside comments). Optimize better in special cases when the
18848 region is a single line inside a literal or macro (typically when
18849 the current line is refontified).
18850
18851 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
18852 to `c-add-stmt-syntax' - there's no need to explicitly whack off
18853 entries from the paren state.
18854
18855 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
18856 special case for "else if" clauses.
18857
18858 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
18859 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
18860
18861 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
18862 New language variable to recognize the gcc extension with statement
18863 blocks inside expressions.
18864
18865 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
18866 it somewhat more comprehensible. The argument AT-BLOCK-START is
18867 no longer used and hence removed.
18868
18869 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
18870 to `c-add-stmt-syntax'.
18871
18872 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
18873 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
18874 This fixes bogus label recognition.
18875
18876 * progmodes/cc-engine.el (c-add-type, c-check-type)
18877 (c-forward-name, c-forward-type): Improve storage of template
18878 types in `c-found-types' so that they can be recognized better.
18879
18880 (c-syntactic-content): Add option to skip past nested parens.
18881
18882 * progmodes/cc-engine.el (c-forward-name):
18883 Set `c-last-identifier-range' all the time. It's less work that way.
18884 Handle that there might not be an identifier to store in
18885 `c-last-identifier-range'.
18886
18887 (c-forward-type): Handle that `c-last-identifier-range' might be
18888 nil from `c-forward-name'.
18889
18890 * progmodes/cc-defs.el (c-safe-scan-lists)
18891 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
18892
18893 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
18894 to work even if the form fails.
18895
18896 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
18897 down in a large file in one go.
18898
18899 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
18900
18901 * progmodes/cc-align.el (c-lineup-assignments): New lineup
18902 function which is like `c-lineup-math' but returns nil instead of
18903 `c-basic-offset' when it doesn't match.
18904
18905 (c-lineup-math): Change to use `c-lineup-assignments'.
18906
18907 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18908
18909 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
18910 c-beginning-of-statement. New subfunctions
18911 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
18912
18913 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18914
18915 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
18916 hardcoded char classes whereever possible. Changed a couple of
18917 places to use skip by syntax instead of skip by char class.
18918
18919 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
18920 Fix a bug in the regexp that caused extreme backtracking.
18921
18922 * progmodes/cc-langs.el (c-block-comment-starter)
18923 (c-block-comment-ender): New language constants to specify in a
18924 single place how block comments look.
18925
18926 (c-comment-start-regexp, c-block-comment-start-regexp)
18927 (comment-start, comment-end, comment-start-skip)
18928 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
18929 (c-syntactic-ws, c-nonempty-syntactic-ws)
18930 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
18931 `c-line-comment-starter', `c-block-comment-starter' and
18932 `c-block-comment-ender'.
18933
18934 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
18935 New language constants to break up things a bit.
18936
18937 (c-simple-ws): New language constant for simple whitespace.
18938
18939 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
18940
18941 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
18942 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
18943 newlines. Allow and ignore nil elements in the list.
18944
18945 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18946
18947 * progmodes/cc-cmds.el: Comment out a (n almost certainly
18948 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
18949
18950 * progmodes/cc-cmds.el: Tidy up the comments in
18951 c-beginning-of-statement and subfunctions.
18952
18953 * progmodes/cc-awk.el: Replace calls to put-text-property to the
18954 more flexible c-put-char-property and c-clear-char-properties.
18955 Add the author's email address.
18956
18957 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
18958
18959 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
18960 closing "*/" of a block comment.
18961
18962 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
18963 subfunctions) so that it works at BOB and EOB.
18964
18965 * progmodes/cc-cmds.el, cc-vars.el: More updating of
18966 c-beginning-of-statement, including new variable
18967 c-block-comment-start-regexp.
18968
18969 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18970
18971 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
18972 symbols from `*-font-lock-extra-types' so that there's no need to
18973 use `regexp-opt' on those lists.
18974
18975 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
18976 `c-type-modifier-kwds' is empty.
18977
18978 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
18979 there are several strings on the same line.
18980
18981 * progmodes/cc-engine.el (c-literal-limits): Remove the
18982 compatibility function for older emacsen. `c-literal-limits-fast'
18983 has now taken the place of this function.
18984
18985 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
18986 with older emacsen: We now require `pps-extended-state'.
18987
18988 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18989
18990 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
18991 which obviates the need to hack sentence-end. This now handles
18992 escaped newlines in strings correctly. Correct minor bugs in
18993 c-move-over-sentence and in c-beginning-of-statement.
18994
18995 * progmodes/cc-cmds.el (c-beginning-of-statement (and
18996 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
18997 that movement over macros and code are rigorously separated from
18998 eachother. Correct a few incidental bugs.
18999
19000 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
19001 Improve its doc-string. Improve the handling of certain specific cases.
19002
19003 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19004
19005 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
19006 (c-guess-basic-syntax): Change the way class-level labels are
19007 recognized; they can now contain essentially any symbols.
19008
19009 (c-opt-extra-label-key): New language variable to cope with the
19010 special protection label syntax in Objective-C.
19011
19012 (c-opt-access-key): Remove; this is now handled better by
19013 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
19014
19015 (c-complex-decl-matchers): Update to handle that
19016 `c-opt-access-key' no longer exists.
19017
19018 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
19019 improved label recognition in `c-beginning-of-statement-1'.
19020
19021 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
19022 Recognize bitfields better.
19023
19024 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
19025 Remove some cruft and fixed a bug that could cause it to go to a
19026 position further down.
19027
19028 * progmodes/cc-langs.el, cc-engine.el
19029 (c-beginning-of-statement-1): Improve detection of labels in
19030 declaration contexts.
19031
19032 (c-beginning-of-decl-1): Use it.
19033
19034 (c-nonlabel-token-key): New language constant and variable needed
19035 by `c-beginning-of-statement-1'.
19036
19037 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
19038 manifested itself due to the correction in `c-forward-sexp'.
19039
19040 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
19041 Make these behave as documented when used at the buffer limits.
19042
19043 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
19044 (c-type-decl-end-used): Made this a language variable.
19045
19046 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
19047 correctly when `combine-after-change-calls' is used together with
19048 temporary narrowings.
19049
19050 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19051 Report labels correctly when the start point is immediately after the
19052 colon.
19053
19054 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
19055 Remove since it isn't used anymore.
19056
19057 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
19058 bracket arglists such as template parens in C++.
19059
19060 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
19061 in the last check-in. Some optimization.
19062
19063 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
19064 where it could stop at the same level in a preceding sexp when
19065 PAREN-LEVEL is set.
19066
19067 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
19068 text property lookup only when it's needed.
19069
19070 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
19071 Change the policy for paren marked angle brackets to be more
19072 persistent; once marked they remain marked even when they're found
19073 to be unbalanced in the searched region. This should keep the
19074 paren syntax around even when individual lines are refontified in
19075 multiline template arglists.
19076
19077 (c-parse-and-markup-<>-arglists): New dynamically bound variable
19078 to control markup so that incorrect angle bracket arglists aren't
19079 marked in contexts where the correct value for
19080 `c-disallow-comma-in-<>-arglists' isn't known.
19081
19082 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
19083 argument has become `c-parse-and-markup-<>-arglists'.
19084
19085 (c-remove-<>-arglist-properties): Remove - no longer used.
19086
19087 (c-after-change-check-<>-operators): New function used on
19088 `after-change-functions' to avoid that "<" and ">" characters that
19089 are part of longer operators have paren syntax.
19090
19091 (c-<>-multichar-token-regexp): New language variable used by
19092 `c-after-change-check-<>-operators'.
19093
19094 (c-after-change): Call `c-after-change-check-<>-operators'.
19095
19096 (c-font-lock-<>-arglists): Use the context properties set by
19097 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
19098 correctly to avoid doing invalid markup.
19099
19100 (c-font-lock-declarations): Remove code that undoes the invalid
19101 markup done by `c-font-lock-<>-arglists'.
19102
19103 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
19104 after `c-font-lock-declarations'.
19105
19106 * progmodes/cc-engine.el (c-syntactic-skip-backward):
19107 Add paren-level feature.
19108
19109 (c-guess-basic-syntax): Improve the anchor position for
19110 `template-args-cont' in nested template arglists. There's still
19111 much to be desired in this area, though.
19112
19113 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19114
19115 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
19116 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
19117
19118 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19119
19120 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
19121 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
19122
19123 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
19124 it doesn't work no longer are supported.
19125
19126 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
19127 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
19128 requires support for the syntax-table' text property, which rules
19129 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
19130 cruft associated with those versions.
19131
19132 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
19133 for the `syntax-table' text property, which rules out Emacs 19 and
19134 XEmacs < 21.4. Removed various compatibility cruft associated
19135 with those versions.
19136
19137 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
19138 support for the `syntax-table' text property.
19139
19140 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
19141 variable and use an extra quoted face name instead. All the
19142 emacsen flavors handle that correctly.
19143
19144 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
19145 (c-font-lock-declarators, c-font-lock-declarations)
19146 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
19147 property to mark the items in in declarator lists to handle
19148 refontification inside multiline declarations better.
19149
19150 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
19151 construct like "a * b = c;" as a declaration.
19152
19153 2005-12-08 Kim F. Storm <storm@cua.dk>
19154
19155 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
19156 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
19157 select either meta, hyper, or super modifier for rectangle commands.
19158 (cua--rectangle-modifier-key): New defvar.
19159 (cua--M/H-key): Use it. Remove special case for `space'.
19160 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
19161 on X, to meta otherwise. Always bind C-return to toggle
19162 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
19163
19164 * emulation/cua-rect.el (cua-help-for-rectangle):
19165 Use cua--rectangle-modifier-key. Handle super modifier too.
19166 (cua--init-rectangles): Always bind C-return to toggle rectangle.
19167 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
19168
19169 * ido.el: Move Acknowledgements and History after Commentary.
19170 Minor changes to Commentary.
19171
19172 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
19173 keymap if cua--prefix-override-timer is `shift'.
19174 (cua--shift-control-prefix): New function; emulate "type prefix
19175 key twice" functionality to handle shifted prefix key override.
19176 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
19177 New commands.
19178 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
19179
19180 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
19181
19182 * textmodes/org.el (org-insert-heading): Try to do items before
19183 headings.
19184 (org-agenda-mode): Quote `org-agenda-mode-hook'.
19185 (org-insert-item): New function.
19186 (org-renumber-ordered-list): Don't skip to higher level lists.
19187
19188 2005-12-08 Juri Linkov <juri@jurta.org>
19189
19190 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
19191
19192 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
19193
19194 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
19195
19196 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
19197 the constructed function name fun-1.
19198
19199 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
19200 because such links don't lead to parent documentation.
19201
19202 2005-12-08 Kenichi Handa <handa@m17n.org>
19203
19204 * descr-text.el (describe-char): Use *Help-2* buffer if the
19205 current buffer is *Help*. Call describe-text-properties while
19206 setting the original buffer.
19207
19208 2005-12-07 Bill Wohler <wohler@newt.com>
19209
19210 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
19211 and causes problems with non-MH users (such as Gnus users).
19212
19213 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
19214
19215 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
19216 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
19217 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
19218 command "info sources". Move calls to GDB command "list".
19219 (gdb-find-file-hook): Just use gdb-source-file-list.
19220 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
19221 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
19222 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
19223 (gdb-data-list-register-values-handler): Use correct trigger name.
19224
19225 2005-12-07 Kim F. Storm <storm@cua.dk>
19226
19227 * ido.el (ido-completion-map): Rename from ido-mode-map.
19228 (ido-common-completion-map, ido-file-completion-map)
19229 (ido-file-dir-completion-map, ido-buffer-completion-map):
19230 Rename from ido-mode-....-map.
19231 (ido-init-completion-maps): Rename from ido-init-mode-maps.
19232 (ido-setup-completion-map): Rename from ido-define-mode-map.
19233 (ido-read-internal): Bind minibuffer-local-filename-completion-map
19234 to ido-completion-map.
19235
19236 2005-12-07 Kenichi Handa <handa@m17n.org>
19237
19238 * international/mule-cmds.el
19239 (set-display-table-and-terminal-coding-system): If the coding
19240 system specified in `unibyte-display' property is different from
19241 the arg coding-system, don't setup standard-display-table.
19242
19243 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
19244
19245 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
19246 that comments end at \n, regardless of selective-display.
19247
19248 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
19249
19250 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
19251 (gdb-version): New variables.
19252 (gdb-source-file-list, gdb-register-names)
19253 (gdb-changed-registers): New variables for use with GDB 6.4+.
19254 (gdb-ann3): Replace with...
19255 (gdb-init-1, gdb-init-2): ...two new functions.
19256 (gdba, gdb-prompt): Call gdb-init-1.
19257 (gdb-get-version): New function. Call gdb-init-2 from here.
19258 (gud-watch): Make it work with mouse events too.
19259 (gdb-post-prompt): Don't add to queue until GDB version is known.
19260 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
19261 (gdb-locals-mode): Use gdb-version.
19262 (gdb-memory-format-map, gdb-memory-unit-map)
19263 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
19264 (gdb-locals-font-lock-keywords-1)
19265 (gdb-locals-font-lock-keywords-2): New variables.
19266 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
19267 (gdb-set-gud-minor-mode-existing-buffers-1)
19268 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
19269 (gdb-var-update-1, gdb-var-update-handler-1)
19270 (gdb-data-list-register-values-handler)
19271 (gdb-data-list-register-values-custom)
19272 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
19273 (gdb-stack-list-locals-handler, gdb-get-register-names):
19274 New functions for use with GDB 6.4+.
19275 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
19276 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
19277 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
19278 (gdb-stack-list-locals-regexp)
19279 (gdb-data-list-register-names-regexp): New regexps for use with
19280 GDB 6.4+.
19281
19282 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
19283
19284 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
19285
19286 2005-12-06 Nozomu Ando <nand@mac.com>
19287
19288 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
19289 prompts work for AUTH PLAIN. Also reported by Steve Allan
19290 <seallan@verizon.net>.
19291
19292 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
19293
19294 * frame.el (set-frame-parameter): Add doc string.
19295
19296 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
19297
19298 * textmodes/org.el (org-occur-highlights): New variable.
19299 (org-highlight-new-match, org-remove-occur-highlights): New functions.
19300 (org-highlight-sparse-tree-matches): New option.
19301 (org-do-occur): New function.
19302 (org-get-heading): Make it work also at beginning of line.
19303 (org-category-table): New variable.
19304 (org-get-category-table, org-get-category)
19305 (org-camel-to-words, org-link-search): New functions.
19306 (org-select-this-todo-keyword): New variable.
19307 (org-todo-list): New command.
19308 (org-shiftright, org-shiftleft): New commands.
19309 (org-agenda-todo): Add prefix argument.
19310 (org-show-hierarchy-above): New option.
19311 (org-show-todo-tree): Numerical prefix creates tree for specific
19312 TODO keyword.
19313 (org-outline-level): New function, to assign a level to plain
19314 lists items.
19315 (org-cycle-include-plain-lists): New option.
19316 (org-mode): Use `org-outline-level' as value of `outline-level'.
19317 (org-cycle): Temporarily switch `outline-regexp' if
19318 `org-cycle-include-plain-lists' is non-nil.
19319 (org-start-icalendar-file): Fix format bug.
19320 (org-agenda-get-day-entries): Create category table.
19321 (org-agenda-get-todos, org-agenda-get-timestamps)
19322 (org-agenda-get-deadlines, org-agenda-get-scheduled)
19323 (org-agenda-get-blocks): Use `org-get-category'.
19324 (org-context-in-file-links): Rename from
19325 `org-line-numbers-in-file-links'.
19326
19327 2005-12-06 Romain Francoise <romain@orebokech.com>
19328
19329 * window.el (balance-windows): Delete extraneous third arg in call
19330 to `enlarge-window'.
19331
19332 2005-12-06 Kenichi Handa <handa@m17n.org>
19333
19334 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
19335
19336 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
19337
19338 * progmodes/gdb-ui.el (gdb-var-create-handler)
19339 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
19340 (gdb-var-list-children-handler, gdb-var-update-handler):
19341 Current buffer is already gdb-partial-output-buffer, don't
19342 make it current again.
19343
19344 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
19345
19346 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
19347 (list-buffers-noselect): Use it.
19348
19349 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
19350
19351 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
19352 (mail-yank-ignored-headers): Use regexp-opt.
19353 (mail-mode-map): Move initialization into declaration.
19354 (mail-sent-via): Remove unused shadowed var `to-line'.
19355 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
19356 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
19357 (mail-do-fcc): Use dolist and push.
19358 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
19359 (mail-yank-ignored-headers): Don't autoload.
19360
19361 2005-12-05 Kenichi Handa <handa@m17n.org>
19362
19363 * international/mule-cmds.el (set-language-info-internal): New fun.
19364 (set-language-info): Call set-language-info-internal to update
19365 language-info-alist. If LANG-ENV is the current one, call
19366 set-language-environment to make INFO effective now.
19367 (set-language-info-alist): Likewise.
19368 (locale-language-names): With locale "en", use English
19369 lang. env. but set the default codings to iso-8859-1.
19370
19371 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
19372
19373 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
19374 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
19375 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
19376 for plain strings.
19377 (gdb-frames-mode): Remove redundant call to font-lock-mode.
19378 (gdb-all-registers): Rename from toggle-gdb-all-registers.
19379 Create registers buffer if necessary. Echo new state in minibuffer.
19380 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
19381
19382 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
19383
19384 * info.el (Info-fontify-node): Match external links using
19385 non-directory part of filename.
19386
19387 2005-12-04 Juri Linkov <juri@jurta.org>
19388
19389 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
19390 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
19391 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
19392 because there is no customization option for it.
19393
19394 * font-lock.el (lisp-font-lock-keywords-1):
19395 Add define-global-minor-mode.
19396
19397 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
19398
19399 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
19400 properties on the constructed variable names.
19401
19402 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19403 Put `definition-name' properties on the constructed function names
19404 next-sym and prev-sym.
19405
19406 * emacs-lisp/find-func.el (find-function-regexp):
19407 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
19408 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
19409 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
19410 and easy-menu-define.
19411
19412 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
19413 easy-mmode-define-global-mode and define-global-minor-mode.
19414 (lisp-imenu-generic-expression): Add define-global-minor-mode.
19415
19416 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
19417 instead of easy-mmode-define-global-mode.
19418
19419 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19420 Use define-minor-mode instead of easy-mmode-define-minor-mode.
19421
19422 * cus-edit.el (customize-group, customize-group-other-window):
19423 Filter out autoloaded options from the group completion list by
19424 using heuristics that autoloaded groups don't have `custom-autoload'
19425 property on their symbols (they have only `custom-loads').
19426
19427 * simple.el (completion-setup-function): Put completions-common-part
19428 face on complete completion string too (i.e. completion string
19429 without completions-first-difference face).
19430
19431 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
19432
19433 2005-12-03 Eli Zaretskii <eliz@gnu.org>
19434
19435 * view.el (view-mode): Doc fix.
19436
19437 * disp-table.el (standard-display-european): Add to the warning
19438 message a reference to the doc string.
19439
19440 * play/yow.el (apropos-zippy): Call print-help-return-message,
19441 similar to other Help and Apropos commands.
19442
19443 * help.el (print-help-return-message): If pop-up-frames is
19444 non-nil, set up help-return-method to delete the help window and,
19445 possibly, its frame as well, and don't display message about
19446 scrolling the help window. Doc fix.
19447 (help-return-method): Doc fix.
19448
19449 2005-12-03 Martin Rudalics <rudalics@gmx.at>
19450
19451 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
19452 whereby names of length one or names starting with a
19453 symbol-constituent character would not be returned.
19454
19455 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
19456
19457 * subr.el (atomic-change-group): Add edebug and indentation spec.
19458
19459 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
19460
19461 * completion.el (save-completions-file-name): Fix typo in last change.
19462
19463 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19464
19465 * info.el: Move back/forward history to the beginning of the tool bar.
19466
19467 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
19468
19469 * allout.el (eval-when-compile): Remove unnecessary load of cl.
19470 Add fset of allout-real-isearch-abort during compile to fix
19471 byte-compilation warnings.
19472 (allout-mode-p): Move definition of this macro above all uses, or
19473 byte compilation in barren Emacs (eg, during Emacs build) will
19474 lack the definition.
19475 (allout-mode): Move this variable above any uses, or byte
19476 compilation will fail.
19477 (allout-resolve-xref): Remove use of personal file-reference function.
19478 (allout-toggle-current-subtree-encryption): Do the current (ie,
19479 visible containing) topic, rather than nearest around point. Doc fix.
19480 (allout-toggle-subtree-encryption): New function, workhorse that
19481 works on nearest topic containing point.
19482 (allout-encrypt-string): Signal requirement for newer version of pgg.
19483 (allout-resumptions): Doc fix.
19484
19485 2005-12-02 Eli Zaretskii <eliz@gnu.org>
19486
19487 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
19488
19489 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
19490
19491 * textmodes/flyspell.el (flyspell-external-point-words):
19492 Consider a misspelling as found in the string search if: (a) misspelling
19493 and found string lengths match, or (b) misspelling is found as
19494 element in a boundary-chars separated longer string, or (c)
19495 ispell-program-name is really ispell and misspelling is found as
19496 part of a TeX string. After successful match move beginning of
19497 search region to end of match. Warn about not found misspellings
19498 once the process is done.
19499 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
19500
19501 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
19502
19503 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
19504 tool bar (removed inadvertently).
19505
19506 2005-12-02 Juri Linkov <juri@jurta.org>
19507
19508 * log-view.el (log-view-diff): Clarify doc string.
19509
19510 2005-12-01 Bill Wohler <wohler@newt.com>
19511
19512 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
19513 triggers lm-verify errors.
19514
19515 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
19516
19517 * simple.el (transient-mark-mode, line-number-mode)
19518 (column-number-mode, size-indication-mode): Remove `:require nil'.
19519
19520 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
19521
19522 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
19523 in the margin also.
19524 (gdb-breakpoints-mode-map): Use D instead of d for
19525 gdb-delete-breakpoint.
19526 (gdb-get-frame-number): Require a number to match on.
19527 (gdb-threads-mode-map): Add follow-link binding.
19528
19529 2005-11-30 Jason Rumney <jasonr@gnu.org>
19530
19531 * isearch.el (isearch-mode-map): Avoid exiting search on
19532 language-change event.
19533
19534 2005-11-30 Romain Francoise <romain@orebokech.com>
19535
19536 * speedbar.el (speedbar-default-position): New defcustom.
19537 (speedbar-frame-reposition-smartly): Use it.
19538
19539 * dframe.el (dframe-reposition-frame-emacs): Fix position
19540 computation for `left' location.
19541 Update copyright year.
19542
19543 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
19544
19545 * help.el (help-map): Move initialization into declaration.
19546
19547 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
19548
19549 * help-fns.el (help-argument-name): Don't autoload.
19550 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
19551 to be re-loaded when customizing the `help' group.
19552
19553 2005-11-30 John Paul Wallington <jpw@gnu.org>
19554
19555 * help-fns.el (describe-function-1): Fill arglist output.
19556
19557 2005-11-30 Kim F. Storm <storm@cua.dk>
19558
19559 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
19560 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
19561 after revert-buffer (or anything else which kills all local variables).
19562
19563 * apropos.el (apropos-parse-pattern): Doc fix.
19564 Set apropos-regexp directly, rather than expecting callers to do so.
19565 (apropos-command, apropos, apropos-value, apropos-documentation):
19566 Simplify calls to apropos-parse-pattern.
19567
19568 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
19569
19570 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
19571 (hi-lock-face-phrase-buffer): Use hi-yellow face.
19572 (hi-lock-write-interactive-patterns): Use comment-region.
19573
19574 * longlines.el (longlines-mode): Add mail-setup-hook.
19575
19576 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
19577
19578 * simple.el (sendmail-user-agent-compose, next-line):
19579 Conditionally use hard-newline.
19580
19581 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
19582
19583 * international/latexenc.el (latex-inputenc-coding-alist):
19584 Reword doc string.
19585
19586 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
19587
19588 * help.el (describe-key-briefly, describe-key): Recognize default
19589 bindings.
19590
19591 2005-11-29 Romain Francoise <romain@orebokech.com>
19592
19593 * view.el (view-inhibit-help-message): New defcustom.
19594 (view-mode-enter): Use it.
19595
19596 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
19597
19598 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
19599 Preserve user position.
19600
19601 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
19602
19603 * font-lock.el: Throw error if facemenu is not loaded to prevent
19604 accidental change of loading order in loadup.el. (Suggested by RMS.)
19605
19606 * loadup.el: Add comment explaining why facemenu must be loaded
19607 before font-lock.
19608
19609 2005-11-28 Jay Belanger <belanger@truman.edu>
19610
19611 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
19612 (calc-dispatch-map): Add more keys for `calc-same-interface'.
19613
19614 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
19615
19616 * calc/calc-embed.el (calc-do-embedded): Update help message.
19617
19618 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
19619
19620 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19621
19622 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
19623
19624 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
19625 called-interactively-p.
19626 (elp-profilable-p): Rename from elp-not-profilable-p.
19627 Invert result and take into account macros and autoloaded functions.
19628 (elp-instrument-function): Update call.
19629 (elp-instrument-package): Update call. Add completion.
19630 (elp-pack-number): Use match-string.
19631 (elp-results-jump-to-definition-by-mouse): Merge into
19632 elp-results-jump-to-definition and then remove.
19633 (elp-output-insert-symname): Make help echo text single-line.
19634
19635 * replace.el (query-replace-map): Move initialization into declaration.
19636 (occur-engine): Use with-current-buffer.
19637 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
19638 (occur-mode-mouse-goto): Replace with an alias.
19639
19640 2005-11-28 Juri Linkov <juri@jurta.org>
19641
19642 * simple.el (quoted-insert): Let-bind input-method-function to nil.
19643
19644 * term/w32-win.el: Bind [S-tab] to [backtab].
19645
19646 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
19647 `Info-find-file' to t.
19648
19649 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
19650 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
19651 and same-window-regexps.
19652 (occur-next-error): Don't move point for arg 0.
19653
19654 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
19655
19656 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
19657
19658 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19659
19660 * log-edit.el (log-edit-changelog-use-first): New var.
19661 (log-edit-changelog-ours-p): Use it.
19662 (log-edit-insert-changelog): Set it with new arg `use-first'.
19663 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
19664 (log-edit-hook): Add them to the list of suggested options.
19665
19666 * textmodes/flyspell.el (flyspell-last-buffer): New var.
19667 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
19668 redundant work.
19669 (flyspell-mode-on): Use add-hook for after-change-functions.
19670 (flyspell-mode-off): Use remove-hook for after-change-functions.
19671 (flyspell-changes): Make it buffer-local.
19672 (flyspell-after-change-function): Make it non-interactive. Use push.
19673 (flyspell-post-command-hook): Check input-pending-p while processing
19674 the potentially long list of buffer changes.
19675
19676 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
19677
19678 * buff-menu.el (list-buffers-noselect): Display the selected
19679 frame's buffer list, not the global one.
19680
19681 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
19682
19683 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
19684 that (list last-input-event) works as in interactive spec.
19685
19686 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19687
19688 * loadup.el ("facemenu"): Load facemenu before font-lock, because
19689 `facemenu-keymap' needs to be defined when font-lock is loaded.
19690 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
19691
19692 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19693
19694 * completion.el: Remove useless leading * in defcustom docstrings.
19695 (save-completions-file-name): Use ~/.emacs.d if available.
19696 (completion-standard-syntax-table): Rename from
19697 cmpl-standard-syntax-table and fold initialization into declaration,
19698 thus removing cmpl-make-standard-completion-syntax-table.
19699 (completion-lisp-syntax-table, completion-c-syntax-table)
19700 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
19701 (cmpl-saved-syntax, cmpl-saved-point): Remove.
19702 (symbol-under-point, symbol-before-point)
19703 (symbol-under-or-before-point, symbol-before-point-for-complete)
19704 (add-completions-from-c-buffer): Use with-syntax-table.
19705 (make-completion): Don't return a list of completion entries.
19706 Update callers.
19707 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
19708 (completion-initialize): Rename from initialize-completions.
19709 (completion-find-file-hook): Rename from cmpl-find-file-hook.
19710 (kill-emacs-save-completions): Collect stats here.
19711 (save-completions-to-file, load-completions-from-file):
19712 Use with-current-buffer.
19713 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
19714 into a function. Move all calls to toplevel.
19715 (completion-lisp-mode-hook): New fun.
19716 (completion-c-mode-hook, completion-setup-fortran-mode):
19717 Set the syntax-table here. Use local-set-key.
19718 (completion-saved-bindings): New var.
19719 (dynamic-completion-mode): Make it into a proper minor mode.
19720 (load-completions-from-file): Remove unused var `num-uses'.
19721
19722 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
19723 constructor if it is explicitly overridden.
19724
19725 * complete.el (PC-completion-as-file-name-predicate):
19726 Use minibuffer-completing-file-name.
19727 (partial-completion-mode): Use find-file-not-found-functions.
19728 (PC-lisp-complete-symbol): Use with-syntax-table.
19729 (PC-look-for-include-file): Remove dead setq.
19730 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
19731 (PC-complete): Use with-current-buffer.
19732
19733 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
19734 escape single quotes.
19735
19736 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19737
19738 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
19739 of `if' whose condition always returned nil. Doc fix.
19740
19741 * buff-menu.el (Buffer-menu-revert-function): Make the selected
19742 window's buffer the current buffer around the call to
19743 `list-buffers-noselect'. This is necessary to mark that buffer
19744 with a `.' in the Buffer Menu when called from Lisp, for instance
19745 by Auto Revert Mode.
19746
19747 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
19748
19749 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
19750 attaching to it.
19751 (gdb-pre-prompt): Make sure gdb-error is reset.
19752
19753 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
19754 with a child process, detect it.
19755 (gud-speedbar-buttons): Match regexp more carefully.
19756
19757 2005-11-27 Richard M. Stallman <rms@gnu.org>
19758
19759 * mouse.el (mouse-drag-move-window-bottom):
19760 Use adjust-window-trailing-edge.
19761
19762 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19763
19764 * simple.el (blink-matching-open): Ignore
19765 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
19766 (blink-matching-paren-on-screen): Update docstring.
19767
19768 * paren.el (show-paren-mode): No longer change
19769 `blink-matching-paren-on-screen'.
19770
19771 2005-11-27 John Paul Wallington <jpw@pobox.com>
19772
19773 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
19774 (gdb-threads-select, gdb-edit-register-value):
19775 Use `posn-set-point' instead of `mouse-set-point' because the
19776 latter is not fbound when configured without X.
19777
19778 2005-11-27 Kim F. Storm <storm@cua.dk>
19779
19780 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
19781 existing face when partially highlighting a TAB in a rectangle.
19782
19783 2005-11-26 Kim F. Storm <storm@cua.dk>
19784
19785 * ido.el (ido-mode-map): Doc fix.
19786 (ido-mode-common-map, ido-mode-file-map)
19787 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
19788 (ido-define-mode-map): Rewrite. Select one of the new maps as
19789 parent for ido-mode-map instead of building from scratch.
19790 (ido-init-mode-maps): New defun to initialize new maps.
19791 (ido-mode): Call it.
19792 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
19793 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
19794
19795 2005-11-26 John Paul Wallington <jpw@pobox.com>
19796
19797 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
19798 `mouse-set-point' because the latter is not fbound when configured
19799 without X.
19800
19801 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
19802
19803 * files.el (file-relative-name): Doc fix.
19804
19805 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
19806
19807 * progmodes/octave-inf.el (inferior-octave-startup): Force a
19808 non-empty string for secondary prompt PS2.
19809
19810 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
19811
19812 * progmodes/compile.el (compilation-setup): Fix last change.
19813
19814 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
19815
19816 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
19817 (gdb-mouse-toggle-breakpoint-margin)
19818 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
19819 Add gdb-server-prefix to keep out of command history.
19820 (gdb-edit-register-value): New function.
19821 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
19822 (gdb-info-registers-custom): Use above map.
19823
19824 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
19825
19826 * custom.el (enable-theme): Signal error if argument is not a
19827 theme. Don't recalculate a face if it's not loaded yet.
19828
19829 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
19830 the `user' theme is in effect.
19831
19832 * info.el (Info-on-current-buffer): Record actual filename in
19833 Info-current-file, instead of t, or a fake filename if a non-file
19834 buffer. Make autoload.
19835 (Info-find-node, Info-revert-find-node): No need to check for
19836 Info-current-file nil.
19837 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
19838 Info-current-file is now never `t'.
19839 (Info-fontify-node): Many simplifications due to Info-current-file
19840 always being valid. Use Info-find-file to find node filename.
19841
19842 2005-11-25 David Kastrup <dak@gnu.org>
19843
19844 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
19845 new character, then delete" in order to preserve markers.
19846
19847 2005-11-25 David Ponce <david@dponce.com>
19848
19849 * recentf.el (recentf-arrange-by-rule): Handle a special
19850 `auto-mode-alist'-like "strip suffix" rule.
19851 (recentf-build-mode-rules): Handle second level auto-mode entries.
19852
19853 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
19854
19855 * viper-keym.el (viper-ESC-key): Use different values in terminal and
19856 window modes.
19857
19858 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
19859 jde-javadoc-checker-report-mode.
19860
19861 * ediff-wind (ediff-make-wide-display): Slight simplification.
19862
19863 * ediff.el (ediff-date): Change the date of last update.
19864
19865 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
19866
19867 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
19868 Use define-minor-mode, and make it a local mode. Turn on font-lock.
19869 (hi-lock-mode): New global minor mode.
19870 (turn-on-hi-lock-if-enabled): New function.
19871 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
19872 Change arguments to regexp and face instead of a font-lock pattern.
19873 Directly set face property, instead of refontifying.
19874 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
19875 (hi-lock-find-patterns): Use line-number-at-pos.
19876
19877 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
19878 arguments for hi-lock-set-pattern.
19879 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
19880 Call font-lock-fontify-buffer.
19881 (hi-lock-find-file-hook, hi-lock-current-line)
19882 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
19883
19884 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
19885 turned off.
19886
19887 * progmodes/compile.el (compilation-setup): Don't fiddle with
19888 font-lock-defaults.
19889
19890 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
19891
19892 * progmodes/gdb-ui.el (gdb-var-create-handler)
19893 (gdb-var-list-children-handler): Find values for all variable
19894 objects. gud-speedbar-buttons decides whether to display them.
19895
19896 2005-11-24 Romain Francoise <romain@orebokech.com>
19897
19898 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
19899 buffer name with a space.
19900
19901 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
19902
19903 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
19904 `org-export-local-list-max-depth'. Change default value to 3.
19905 (org-auto-renumber-ordered-lists)
19906 (org-plain-list-ordered-item-terminator): New options.
19907 (org-at-item-p, org-beginning-of-item, org-end-of-item)
19908 (org-get-indentation, org-get-string-indentation)
19909 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
19910 New functions.
19911 (org-move-item-down, org-move-item-up): New commands.
19912 (org-export-as-html): New classes for CSS support. Bug fix in
19913 regular expression detecting fixed-width regions. Respect
19914 `org-local-list-ordered-item-terminator'.
19915 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
19916 also a list item.
19917 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
19918 New item moving functions.
19919
19920 2005-11-24 Juri Linkov <juri@jurta.org>
19921
19922 * isearch.el (isearch-repeat): With empty search ring set
19923 `isearch-error' to the error string instead of signaling error
19924 with the function `error'.
19925
19926 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19927
19928 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
19929
19930 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
19931
19932 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
19933 and variable.
19934 (gdb-var-create-handler, gdb-var-list-children-handler):
19935 Don't match on "char **...".
19936 (gdb-var-update-handler): Find values for all variable objects.
19937 (gdb-info-frames-custom): Identify frames by leading "#".
19938
19939 * progmodes/gud.el (gud-speedbar-menu-items): Add
19940 gdb-speedbar-auto-raise as radio button.
19941 (gud-speedbar-buttons): Raise speedbar if requested.
19942 Don't match on "char **...".
19943 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
19944 Make it editable.
19945
19946 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
19947
19948 * info.el (Info-fontify-node): Handle the case where
19949 Info-current-file is t.
19950
19951 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
19952
19953 * simple.el (blink-matching-open): Fix off-by-one in last change.
19954
19955 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19956
19957 * term/mac-win.el: Don't change default directory.
19958
19959 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
19960
19961 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
19962 buffers correctly. (It used to throw an error in such buffers.)
19963 Make it ask for confirmation in group buffers and other Custom
19964 buffers containing more than one customization item.
19965
19966 2005-11-22 John Paul Wallington <jpw@gnu.org>
19967
19968 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
19969 property on mail and url overlays.
19970 (goto-address-at-point): Use `posn-set-point' instead of
19971 `mouse-set-point' because the latter is not fbound when configured
19972 without X.
19973
19974 2005-11-22 Lars Hansen <larsh@soem.dk>
19975
19976 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
19977 (ls-lisp-classify, ls-lisp-format): Delete call to
19978 ls-lisp-parse-symlink.
19979 (ls-lisp-handle-switches): Handle symlinks to directories as
19980 directories when ls-lisp-dirs-first in non-nil.
19981
19982 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
19983
19984 * startup.el (command-line): Make sure that loaddefs.el is handled
19985 correctly in load-history.
19986
19987 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
19988
19989 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
19990 (gdb-struct-string, gdb-array-string): New constants.
19991 (gdb-info-locals-handler): Use them.
19992 (gdb-reset): Reset gdb-var-list to nil.
19993
19994 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19995
19996 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
19997 in patterns.
19998
19999 2005-11-21 Juri Linkov <juri@jurta.org>
20000
20001 * custom.el (defcustom): Update link types in docstring.
20002
20003 2005-11-20 Martin Rudalics <rudalics@gmx.at>
20004
20005 * custom.el (defgroup): Add doc-string-elt info.
20006
20007 * widget.el (define-widget): Don't use declare for the doc-string-elt.
20008
20009 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
20010
20011 * newcomment.el (comment-enter-backward): Fix last fix.
20012
20013 * simple.el (blink-matching-open):
20014 * paren.el (show-paren-function): Allow new paren-class info.
20015
20016 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
20017
20018 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
20019 handled automagically.
20020
20021 2005-11-20 Andreas Schwab <schwab@suse.de>
20022
20023 * descr-text.el (describe-char): When copying overlays put them
20024 over the full char description instead of just the first character
20025 of it.
20026
20027 2005-11-20 Juri Linkov <juri@jurta.org>
20028
20029 * simple.el (what-cursor-position):
20030 * descr-text.el (describe-char): Use Lisp-readable syntax
20031 for octal and hex. Reorder decimal, octal and hex values.
20032 Remove excess whitespace in the output. Use `=' in `column='
20033 like in `point=' and `Hscroll='.
20034
20035 * international/mule-cmds.el (encoded-string-description):
20036 Use Lisp-readable syntax for hex.
20037
20038 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
20039
20040 * newcomment.el (comment-enter-backward): Handle the case where the
20041 comment is closed by EOB.
20042
20043 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
20044
20045 * longlines.el (longlines-before-revert-hook)
20046 (longlines-after-revert-hook): New functions.
20047 (longlines-mode): Turn off longlines temporarily when reverting.
20048 Add a message-setup-hook.
20049 (longlines-decode-buffer): New function.
20050 (longlines-wrap-line): Preserve marker positions.
20051
20052 2005-11-19 Andreas Schwab <schwab@suse.de>
20053
20054 * emacs-lisp/shadow.el: Handle compressed files.
20055
20056 2005-11-19 Romain Francoise <romain@orebokech.com>
20057
20058 * net/browse-url.el (browse-url-default-browser): Signal an error
20059 if no usable browser can be found, rather than try to load w3.
20060
20061 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
20062
20063 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
20064 replacing existing properties.
20065 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20066 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
20067 tty specs.
20068 (rcirc-server-prefix, rcirc-server): New faces.
20069 (rcirc-url-regexp): Generate with rx macro.
20070 (rcirc-last-server-message-time): New variable.
20071 (rcirc-filter): Record time of last message.
20072 (rcirc-keepalive): Kill processes that did not send a message
20073 since the last ping.
20074 (rcirc-mode): Give rcirc-topic a local binding here.
20075
20076 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
20077
20078 * subr.el (read-passwd): Fontify the prompt as we do with other
20079 prompts.
20080
20081 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
20082
20083 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
20084 binding buffer-read-only to nil.
20085
20086 2005-11-19 Eli Zaretskii <eliz@gnu.org>
20087
20088 * complete.el (partial-completion-mode):
20089 Mention completion-auto-help in the doc string.
20090
20091 * man.el (Man-highlight-references): Doc fix. Reformat code in a
20092 more Lisp-ish way.
20093
20094 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
20095
20096 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
20097 digits, not 8, to avoid misalignment for files larger than 100MB.
20098
20099 2005-11-19 Eli Zaretskii <eliz@gnu.org>
20100
20101 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
20102 Mention "keyboard shortcuts" in the help text.
20103
20104 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20105
20106 * startup.el (fancy-splash-default-action): Discard only
20107 mouse-down and succeeding mouse-up events in the splash screen
20108 window so that drag-n-drop event can be processed.
20109
20110 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
20111
20112 * longlines.el (longlines-mode): Add hacks for mail-mode and
20113 message-mode.
20114
20115 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
20116
20117 * textmodes/org.el (org-table-sort-lines): New command.
20118 (org-tbl-menu): Add entry for `org-table-sort-lines'.
20119 (org-add-file): Command removed, use `org-agenda-file-to-front'
20120 instead.
20121 (org-export-icalendar): Use `org-icalendar-combined-name'.
20122 (org-cycle-agenda-files, org-agenda-file-to-end)
20123 (org-agenda-file-to-front): New commands.
20124 (org-table-tab-jumps-over-hlines, org-export-html-style):
20125 New options.
20126 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
20127 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
20128 New functions.
20129 (org-fill-paragraph): Call `org-table-align' in tables.
20130 (org-mode): Call `org-set-autofill-regexps'.
20131 (org-export-as-html): Support for local handformatted lists.
20132 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
20133 (org-export-local-list-max-depth): New option.
20134 (org-html-expand): Use `org-html-protect'.
20135
20136 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
20137
20138 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
20139 to "p".
20140 (gdb): Move definition of gud-pp to...
20141
20142 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
20143 speedbar.
20144 (gdb-find-watch-expression): New function.
20145
20146 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
20147
20148 * faces.el (face-attribute, set-face-attribute): Mention existence
20149 of `:ignore-defface' setting in docstring.
20150
20151 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
20152
20153 * simple.el (completion-setup-function): Fix last change.
20154
20155 2005-11-17 John Paul Wallington <jpw@pobox.com>
20156
20157 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
20158 Use `posn-set-point' instead of `mouse-set-point' because the
20159 latter is not fbound when configured without X.
20160
20161 * comint.el (comint-insert-input): Likewise.
20162
20163 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
20164
20165 * simple.el (hard-newline): New variable.
20166 (sendmail-user-agent-compose, next-line): Use it.
20167
20168 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
20169 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
20170 (mail-mail-reply-to, mail-mail-followup-to)
20171 (mail-position-on-field, mail-signature, mail-yank-original)
20172 (mail-attach-file): Likewise.
20173
20174 * mail/mailheader.el (mail-header-format)
20175 (mail-header-format-function): Likewise.
20176
20177 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
20178
20179 2005-11-17 Juri Linkov <juri@jurta.org>
20180
20181 * font-lock.el (font-lock-faces): Rename this defgroup from
20182 `font-lock-highlighting-faces'.
20183 (font-lock-comment-face, font-lock-comment-delimiter-face)
20184 (font-lock-string-face, font-lock-doc-face)
20185 (font-lock-keyword-face, font-lock-builtin-face)
20186 (font-lock-function-name-face, font-lock-variable-name-face)
20187 (font-lock-type-face, font-lock-constant-face)
20188 (font-lock-warning-face, font-lock-negation-char-face)
20189 (font-lock-preprocessor-face)
20190 (font-lock-regexp-grouping-backslash)
20191 (font-lock-regexp-grouping-construct): Rename :group from
20192 `font-lock-highlighting-faces' to `font-lock-faces'.
20193
20194 * cus-edit.el (lisp, c, tex):
20195 * progmodes/ada-mode.el (ada):
20196 * progmodes/asm-mode.el (asm):
20197 * progmodes/cperl-mode.el (cperl-faces):
20198 * progmodes/cpp.el (cpp):
20199 * progmodes/dcl-mode.el (dcl):
20200 * progmodes/f90.el (f90):
20201 * progmodes/fortran.el (fortran):
20202 * progmodes/icon.el (icon):
20203 * progmodes/idlwave.el (idlwave-misc):
20204 * progmodes/m4-mode.el (m4):
20205 * progmodes/make-mode.el (makefile):
20206 * progmodes/meta-mode.el (meta-font):
20207 * progmodes/modula2.el (modula2):
20208 * progmodes/octave-mod.el (octave):
20209 * progmodes/pascal.el (pascal):
20210 * progmodes/perl-mode.el (perl):
20211 * progmodes/prolog.el (prolog):
20212 * progmodes/ps-mode.el (PostScript-edit):
20213 * progmodes/scheme.el (scheme):
20214 * progmodes/sh-script.el (sh-script):
20215 * progmodes/simula.el (simula):
20216 * progmodes/tcl.el (tcl):
20217 * textmodes/nroff-mode.el (nroff):
20218 * textmodes/reftex-vars.el (reftex-fontification-configurations):
20219 * textmodes/sgml-mode.el (sgml):
20220 * textmodes/texinfo.el (texinfo):
20221 Add :link (custom-group-link font-lock-faces) to defgroup.
20222
20223 * hi-lock.el (hi-lock): Rename this defgroup from
20224 `hi-lock-interactive-text-highlighting'. Change parent group from
20225 `faces' to `font-lock'. Add link to the manual.
20226 (hi-lock-mode, hi-lock-file-patterns-range)
20227 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
20228 `hi-lock-interactive-text-highlighting' to `hi-lock'.
20229 (hi-lock-faces): Add :group `faces'.
20230
20231 * cus-edit.el (custom-variable-prompt): Clarify the code.
20232
20233 * faces.el (face-read-string): Set the default value arg of
20234 completing-read.
20235
20236 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
20237
20238 * rfn-eshadow.el (file-name-shadow-properties)
20239 (file-name-shadow-tty-properties, file-name-shadow-mode):
20240 Remove autoloads, because the file is now preloaded.
20241
20242 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
20243
20244 * printing.el (easy-menu-intern): Don't define.
20245 (pr-get-symbol): Use easy-menu-intern only if defined.
20246
20247 * simple.el (blink-matching-open): Simplify a bit.
20248 (completion-setup-function): Fix the case of partial-completion-mode
20249 when the minibuffer's contents start with "-".
20250 Obey completion-base-size-function even when
20251 minibuffer-completing-file-name is non-nil.
20252
20253 2005-11-16 Richard M. Stallman <rms@gnu.org>
20254
20255 * net/eudcb-ph.el (eudc-ph-open-session):
20256 Use set-process-query-on-exit-flag.
20257
20258 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
20259
20260 * international/ucs-tables.el (ucs-set-table-for-input):
20261 Use make-local-variable, not make-variable-buffer-local.
20262
20263 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
20264 Improve warning message text.
20265
20266 * savehist.el (savehist-save-hook): Add :group.
20267
20268 * menu-bar.el (menu-bar-help-menu):
20269 Rename Find Extra Packages to External Packages.
20270
20271 * cus-edit.el (Custom-reset-standard): Verify that
20272 :custom-standard-value prop exists before calling it.
20273
20274 * apropos.el (apropos-calc-scores): Use apropos-pattern.
20275
20276 2005-11-16 Martin Rudalics <rudalics@gmx.at>
20277
20278 * wid-edit.el (color): Enclose %t in %{...%}.
20279
20280 * cus-edit.el (face): Enclose %t in %{...%}.
20281
20282 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
20283
20284 * savehist.el (savehist-mode-hook): Re-add the var.
20285 (savehist-mode): Use it.
20286
20287 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
20288
20289 * textmodes/flyspell.el: Fix commenting convention.
20290 Remove unnecessary leading * in custom docstrings.
20291 (flyspell-emacs): Remove unused var.
20292 (flyspell-delete-region-overlays): Use remove-overlays.
20293 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
20294 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
20295 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
20296 (flyspell-debug-signal-word-checked): Use with-current-buffer.
20297 (make-flyspell-overlay): Don't locally reuse a global name.
20298 (flyspell-highlight-incorrect-region)
20299 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
20300 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
20301 (flyspell-notify-misspell): Remove unused args `start' and `end'.
20302 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
20303 Wrap calls to accept-process-output inside with-local-quit since it's
20304 often called from a post-command-hook.
20305 (flyspell-correct-word, flyspell-auto-correct-word):
20306 Use ispell-send-string.
20307 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
20308
20309 * calendar/diary-lib.el (diary-list-entries): Also hide the
20310 terminating newline.
20311
20312 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
20313
20314 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
20315 window-system, to allow fonts on tty.
20316
20317 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
20318
20319 * progmodes/gud.el (gud-speedbar-item-info): New function.
20320 (gud-install-speedbar-variables): Use it to display data type
20321 of watch expression as a tooltip in speedbar.
20322
20323 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
20324
20325 * font-core.el (global-font-lock-mode): Add :version keyword,
20326 because default was changed.
20327
20328 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
20329
20330 * startup.el (command-line): Use `custom-reevaluate-setting' for
20331 `file-name-shadow-mode'.
20332
20333 * loadup.el: Preload rfn-eshadow.
20334
20335 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
20336 Add :version keyword.
20337 (file-name-shadow-properties, file-name-shadow-tty-properties)
20338 (file-name-shadow): Add :version keyword.
20339
20340 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
20341 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
20342 in the custom-group property of the symbol frames and the fringe
20343 group got no link to its parent group frames.
20344 Doc fix.
20345
20346 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20347
20348 * progmodes/gud.el (gud-stop-subjob): New function.
20349 (gud-menu-map, gud-tool-bar-map): Use it.
20350
20351 2005-11-16 Kim F. Storm <storm@cua.dk>
20352
20353 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
20354 than kill it.
20355 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
20356 to a more useful/logical place.
20357
20358 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20359
20360 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
20361 go buttons complementary.
20362
20363 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
20364
20365 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
20366 (rfn-eshadow-sifn-equal): New function.
20367 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
20368
20369 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
20370
20371 * viper-utils.el (viper-non-word-characters-reformed-vi):
20372 Quote `-' in string.
20373
20374 * viper.el (viper-emacs-state-mode-list): Ensure that
20375 rcirc-mode buffers come up in Emacs state.
20376
20377 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
20378 operation.
20379
20380 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
20381
20382 * term.el (term-termcap-format): Fix typos.
20383 (term-down): Fix the negative argument case.
20384
20385 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20386
20387 * progmodes/gdb-ui.el: Remove face-alias left over from change on
20388 2005-08-15.
20389 (gdb-ann3): New command gud-go.
20390 (menu): Accomodate gdb-mi.el.
20391 (gdb-assembler-custom): Make buffer of selected window current
20392 so that set-window-point works.
20393
20394 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
20395 buttons and include new ones.
20396
20397 2005-11-16 Kim F. Storm <storm@cua.dk>
20398
20399 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
20400 (gud-menu-map): Use it.
20401
20402 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
20403
20404 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
20405 that works correctly for Custom and that does not override a user
20406 who disables it.
20407
20408 * help-mode.el (help-make-xrefs, help-xref-on-pp)
20409 (help-xref-interned, help-follow): Make hyperlinks for variables
20410 that are unbound, but have a non-nil variable-documentation property.
20411
20412 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
20413 mode hook. (It conflicted with defcustoms for some mode hooks.)
20414 Use the `variable-documentation' property to give the mode hook a
20415 docstring and expand that docstring.
20416
20417 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
20418
20419 * savehist.el (savehist-mode): Don't bother with
20420 `custom-set-minor-mode'.
20421 (savehist-coding-system): Check XEmacs version.
20422 (history-length): Declare also at run time.
20423 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
20424 Don't set the customize state.
20425 (savehist-minibuffer-hook): Special case for when
20426 minibuffer-history-variable is equal to t.
20427
20428 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
20429
20430 * files.el (write-file): Refresh VC status.
20431
20432 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
20433 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
20434 than fundamental-mode to see if the mode was set.
20435
20436 2005-11-14 Romain Francoise <romain@orebokech.com>
20437
20438 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
20439 dummy function in `eval-when-compile' to avoid compiler warning.
20440 Require `man' at compile time.
20441
20442 2005-11-14 Jay Belanger <belanger@truman.edu>
20443
20444 * calc-alg.el (calcFunc-write-out-power): Rename it to
20445 calcFunc-powerexpand.
20446 (math-write-out-power): Rename it to math-powerexpand; have it
20447 handle negative exponents.
20448 (calc-writeoutpower): Rename it to calc-powerexpand.
20449
20450 * calc-ext.el: Change calcFunc-writeoutpower and
20451 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
20452 autoloads.
20453 Add calcFunc-ldiv to autoloads.
20454
20455 * calc-arith.el (calcFunc-ldiv): New function.
20456
20457 * calc.el (calc-left-divide): New function.
20458
20459 2005-11-14 Juri Linkov <juri@jurta.org>
20460
20461 * cus-edit.el (custom-variable-prompt): Set the default value arg
20462 of completing-read.
20463
20464 * cus-dep.el (custom-make-dependencies): Reverse the list of
20465 found dependencies.
20466
20467 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
20468
20469 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
20470 Highlighting" entry, it is on by default now.
20471 (menu-bar-options-save): Do not save global-font-lock-mode.
20472
20473 2005-11-13 Richard M. Stallman <rms@gnu.org>
20474
20475 * textmodes/flyspell.el (flyspell-large-region):
20476 Call flyspell-accept-buffer-local-defs.
20477
20478 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
20479
20480 * textmodes/flyspell.el (flyspell-notify-misspell):
20481 Fix misspelling of "Misspelling".
20482 (flyspell-process-localwords): New function.
20483 (flyspell-large-region): Call flyspell-process-localwords and
20484 flyspell-delete-region-overlays.
20485 (flyspell-delete-region-overlays): New function.
20486 (flyspell-delete-all-overlays): Call that.
20487
20488 2005-11-13 Richard M. Stallman <rms@gnu.org>
20489
20490 * help.el (help-for-help-internal): Improve doc of C-h a.
20491 (describe-key): Improve prompt; doc fix.
20492
20493 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
20494
20495 * vc-svn.el (vc-svn-registered): Catch all errors.
20496
20497 * cus-dep.el (custom-make-dependencies): Typo.
20498
20499 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
20500
20501 * net/tramp-util.el (top): Fix compilation warning.
20502
20503 2005-11-13 Kim F. Storm <storm@cua.dk>
20504
20505 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
20506
20507 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
20508
20509 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
20510 (gud-speedbar-buttons): Match on "const char *" too.
20511
20512 * progmodes/gdb-ui.el (gdb-var-create-handler)
20513 (gdb-var-list-children-handler): Match on "const char *" too.
20514 (gdb-var-evaluate-expression-handler): Match on empty string.
20515 (gdb-var-update-handler): Only call
20516 gdb-var-evaluate-expression-handler when required.
20517
20518 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
20519
20520 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
20521 selected window. This still doesn't work for speedbar.
20522 (gud-speedbar-buttons): Handle string expressions properly.
20523
20524 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
20525 (gdb-var-create-handler): Handle string expressions properly.
20526 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
20527 Handle string expressions properly. Move "type" field into regexp.
20528
20529 2005-11-12 Karl Fogel <kfogel@red-bean.com>
20530
20531 * bookmark.el (bookmark-maybe-message): New function to reduce
20532 code duplication: invokes `message' iff baud-rate is high enough.
20533 (bookmark-write-file): Use above instead of an inline conditional.
20534 (bookmark-load): Same.
20535
20536 2005-11-12 Karl Fogel <kfogel@red-bean.com>
20537
20538 * bookmark.el (bookmark-write-file): Don't visit the destination
20539 file, just write the data to it using write-region. This is
20540 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
20541 change to avoid visiting the file in the first place.
20542
20543 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
20544
20545 * hi-lock.el (hi-lock-mode): Set the default value of
20546 font-lock-defaults.
20547
20548 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
20549
20550 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
20551 arg to `file-attributes'.
20552 (find-lisp-format): The UID and GID can now be strings.
20553
20554 2005-11-12 Kim F. Storm <storm@cua.dk>
20555
20556 * help.el (help-map): Bind C-h d to apropos-documentation.
20557
20558 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
20559 when point is at end-of-buffer.
20560
20561 * apropos.el (apropos-match-face): Doc fix.
20562 (apropos-sort-by-scores): Add new choice `verbose'.
20563 (apropos-documentation-sort-by-scores): New defcustom.
20564 (apropos-pattern): Now contains the pattern entered by the user.
20565 (apropos-pattern-quoted): New defvar.
20566 (apropos-regexp): New defvar, containing the regexp corresponding
20567 to apropos-pattern.
20568 (apropos-all-words-regexp): Rename from apropos-all-regexp.
20569 (apropos-read-pattern): New defun. Use it to read pattern arg in
20570 interactive calls; returns list of words for a word list, and
20571 string for a regexp.
20572 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
20573 parses a list of words or regexp as returned by apropos-read-pattern.
20574 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
20575 (apropos-score-doc): Return a very high score if the string
20576 entered by the user matches literally.
20577 (apropos-variable): Doc fix. Use apropos-read-pattern.
20578 (apropos-command): Doc fix. Use apropos-read-pattern and
20579 apropos-parse-pattern. Call apropos-print with nosubst=t.
20580 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
20581 apropos-parse-pattern.
20582 (apropos-documentation): Doc fix. Use apropos-read-pattern and
20583 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
20584 apropos-documentation-sort-by-scores. Call apropos-print with
20585 nosubst=t.
20586 (apropos-documentation-internal): Pass doc string through
20587 substitute-key-definition before adding text properties.
20588 Highlight substring matching literal user input if possible.
20589 (apropos-documentation-check-doc-file): Remove locals beg and end.
20590 Fix calculation of score (as added twice). Pass doc string through
20591 substitute-key-definition before adding text properties.
20592 (apropos-documentation-check-elc-file): Pass doc string through
20593 substitute-key-definition before adding text properties.
20594 Highlight substring matching literal user input if possible.
20595 (apropos-print): Add new arg NOSUBST; if set, command and variable
20596 doc strings have already been passed through substitute-key-definition.
20597 Add code to handle apropos-accumulator items without score element
20598 for backwards compatibility (e.g. with woman package).
20599 Only show scores if apropos-sort-by-scores is `verbose'.
20600
20601 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
20602
20603 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
20604 Add jka-compr-load-suffixes to load-suffixes.
20605
20606 * jka-compr.el: Require jka-cmpr-hook.
20607 (jka-compr-info-compress-message, jka-compr-info-compress-program)
20608 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
20609 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
20610 (jka-compr-info-can-append, jka-compr-info-strip-extension)
20611 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
20612 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
20613 (jka-compr-uninstall): Remove entries from
20614 jka-compr-added-to-file-coding-system-alist after they are used.
20615 (jka-compr-error): Remove unused var `curbuf'.
20616 (jka-compr-file-local-copy): Remove unused var `notfound'.
20617
20618 2005-11-10 Romain Francoise <romain@orebokech.com>
20619
20620 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
20621
20622 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
20623
20624 * progmodes/gud.el (gud-menu-map): Move parentheses.
20625 (gdb): New command gud-pv.
20626
20627 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
20628
20629 * tar-mode.el: Remove spurious or unnecessary leading stars
20630 in docstrings.
20631 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
20632 (tar-parse-octal-integer-safe): Use mapc.
20633 (tar-header-block-summarize): Remove unused var `ck'.
20634 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
20635 cleared before. Obey default-enable-multibyte-characters.
20636 Use mapconcat. Simplify setting of tar-header-offset.
20637 (tar-mode-map): Move initialization inside delcaration.
20638 (tar-flag-deleted): Use `abs'.
20639 (tar-expunge-internal): Remove unused var `line'.
20640 (tar-expunge-internal): Don't hardcode point-min==1.
20641 (tar-expunge): Widen while doing set-buffer-multibyte.
20642 (tar-rename-entry): Use file-name-coding-system.
20643 (tar-alter-one-field): Don't hardcode point-min==1.
20644 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
20645 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
20646
20647 2005-11-10 Masatake YAMATO <jet@gyve.org>
20648
20649 * add-log.el (add-log-current-defun): Handle class::method
20650 notation of c++. Fix incorrect comment.
20651
20652 2005-11-10 Alan Mackenzie <acm@muc.de>
20653
20654 * help-fns.el (describe-variable): Make C-h v work when a variable
20655 has variable documentation yet is unbound.
20656
20657 2005-11-10 Masatake YAMATO <jet@gyve.org>
20658
20659 * man.el (Man-highlight-references): Set an empty
20660 string to `Man-arguments' if it is nil.
20661 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
20662
20663 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
20664
20665 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
20666 commenting conventions.
20667
20668 * cus-dep.el (custom-make-dependencies): Simplify.
20669 Better follow the commenting conventions.
20670
20671 2005-11-09 Richard M. Stallman <rms@gnu.org>
20672
20673 * apropos.el (apropos-pattern): Rename from apropos-regexp.
20674 (apropos-orig-pattern): Rename from apropos-orig-regexp.
20675 All uses changed.
20676 (apropos-rewrite-regexp): Doc fix.
20677 (apropos-variable, apropos-command, apropos, apropos-value):
20678 Change prompt; carry through the argument renaming.
20679
20680 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
20681
20682 * find-lisp.el: Require dired.
20683 (find-lisp-find-dired-internal): Do not call
20684 `abbreviate-file-name' on DIR.
20685
20686 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
20687
20688 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
20689
20690 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
20691
20692 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
20693 when using the speedbar.
20694 (gdb): New command gud-pp.
20695 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
20696
20697 2005-11-09 Juri Linkov <juri@jurta.org>
20698
20699 * replace.el (occur-excluded-properties): New defcustom.
20700 (occur-1, occur-engine, occur-accumulate-lines): Use it.
20701
20702 2005-11-08 Jay Belanger <belanger@truman.edu>
20703
20704 * calc/calc-units.el (math-convert-units): Replace any composite
20705 unit by its definition.
20706
20707 2005-11-08 Lars Hansen <larsh@soem.dk>
20708
20709 * emacs-lisp/autoload.el (update-directory-autoloads):
20710 Add obsolete function alias.
20711
20712 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
20713
20714 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
20715 comment-indent-function.
20716 (lisp-comment-indent): Replace by an alias for comment-indent-default.
20717
20718 * reveal.el (reveal-post-command): Rework the handling of
20719 reveal-open-spots, so as to be more reliable. There were several
20720 tricky corner cases where an open spot might be lost, or where
20721 a closed spot might end up on the list of open spots.
20722 Only reveal text that's ellipsised.
20723
20724 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
20725
20726 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
20727
20728 2005-11-07 John Paul Wallington <jpw@gnu.org>
20729
20730 * ibuffer.el (ibuffer): Search iconified frames too when
20731 getting Ibuffer buffer's window.
20732
20733 2005-11-06 Richard M. Stallman <rms@gnu.org>
20734
20735 * progmodes/compile.el (compilation-internal-error-properties):
20736 save-excursion around the computation of MARKER.
20737
20738 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
20739
20740 * textmodes/flyspell.el (flyspell-external-point-words):
20741 flyspell-get-word returns a list, not just a string.
20742
20743 2005-11-06 John Paul Wallington <jpw@pobox.com>
20744
20745 * ibuffer.el (ibuffer): Search all visible frames when getting
20746 Ibuffer buffer's window.
20747
20748 2005-11-07 Masatake YAMATO <jet@gyve.org>
20749
20750 * man.el (Man-reference-regexp): Accept spaces between
20751 `Man-name-regexp' and `Man-section-regexp'.
20752 (Man-apropos-regexp): New variable.
20753 (Man-abstract-xref-man-page): Use value for `Man-target-string'
20754 if available.
20755 (Man-highlight-references, Man-highlight-references0):
20756 Handle the case when `Man-arguments' includes "-k".
20757 (Man-highlight-references0): Rename the argument `TARGET-POS' to
20758 `TARGET'. `TARGET' can be a number, function or nil.
20759
20760 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
20761
20762 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
20763 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
20764 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
20765 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
20766 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
20767 (gdb-send-item): Use buffer-local-value and simplify.
20768
20769 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
20770
20771 * startup.el (command-line): Use `custom-reevaluate-setting' for
20772 `global-font-lock-mode'.
20773
20774 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
20775 by default, except in batch mode or when the -D option is given.
20776
20777 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
20778 specified keyword args on to `define-minor-mode'. Update docstring.
20779
20780 2005-11-05 Romain Francoise <romain@orebokech.com>
20781
20782 * replace.el (occur-engine): Add marker at end of line, too.
20783
20784 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
20785
20786 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20787 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20788 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20789 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20790 argument to all these routines, so the passphrase can be managed
20791 externally and passed in to the system.
20792 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20793 pgg-add-passphrase-to-cache function.
20794
20795 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20796 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20797 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20798 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20799 argument to all these routines, so the passphrase can be managed
20800 externally and passed in to the system.
20801 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20802 function.
20803
20804 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
20805
20806 * font-lock.el: Don't deal with font-lock-face-attributes here,
20807 move the code ...
20808
20809 * startup.el (command-line): ... here. Use face-spec-set instead
20810 of custom-declare-face.
20811
20812 * faces.el (face-spec-set): Reset the face if spec is not nil.
20813
20814 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
20815
20816 * newcomment.el (comment-region-internal): Box more tightly in the
20817 common case where there's no TAB in the boxed text.
20818
20819 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20820
20821 * info.el (info-tool-bar-map): Use images prev-node, next-node and
20822 up-node.
20823
20824 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
20825
20826 * newsticker.el: Commentary updated. Code formatting changed.
20827 (newsticker-version): Change to "1.9".
20828 (newsticker, newsticker-feed): Doc fix.
20829 (newsticker-url-list): Doc fix. Add option "Weekly".
20830 (newsticker-retrieval-interval): Add option "Weekly".
20831 (newsticker-headline-processing): Doc fix.
20832 (newsticker-auto-mark-filter): Remove.
20833 (newsticker-auto-mark-filter-list): New.
20834 (newsticker-layout, newsticker-sort-method): Doc fix.
20835 (newsticker-hide-old-items-in-newsticker-buffer)
20836 (newsticker-heading-format, newsticker-item-format)
20837 (newsticker-desc-format): Doc fix.
20838 (newsticker-show-all-rss-elements): Remove.
20839 (newsticker-show-all-news-elements): New.
20840 (newsticker-faces, newsticker-ticker): Doc fix.
20841 (remove-from-invisibility-spec): Code formatting.
20842 (newsticker--process-ids): New.
20843 (newsticker-mode): Doc fix.
20844 (newsticker-mode): Change mode-line-format.
20845 (newsticker-start): Remove debug output.
20846 (newsticker-start-ticker): Doc fix. Add autoload cookie.
20847 (newsticker-w3m-show-inline-images): Code formatting.
20848 (newsticker-next-item): Call `force-mode-line-update'.
20849 (newsticker-previous-item): Call `force-mode-line-update'.
20850 (newsticker-next-feed): Call `force-mode-line-update'.
20851 (newsticker-previous-feed): Call `force-mode-line-update'.
20852 (newsticker-mark-all-items-at-point-as-read): Code formatting.
20853 (newsticker-show-old-items): Do not show descs.
20854 (newsticker-hide-entry): Hide too much.
20855 (newsticker-hide-entry, newsticker-show-entry)
20856 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
20857 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
20858 (newsticker-toggle-auto-narrow-to-item): Code formatting.
20859 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
20860 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
20861 (newsticker-get-news): Call `force-mode-line-update'.
20862 Collect process ids.
20863 (newsticker--sentinel): Change coding system handling.
20864 Move image retrieval to new functions newsticker--get-logo-url-*.
20865 Move feed parsing to new functions newsticker--parse-*.
20866 Update list of process ids.
20867 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
20868 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
20869 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
20870 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
20871 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
20872 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
20873 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
20874 (newsticker--decode-coding-string): Remove.
20875 (newsticker--decode-numeric-entities): Check input. Format code.
20876 (newsticker--remove-whitespace): Check input.
20877 (newsticker--do-forget-preformatted): Doc fix.
20878 (newsticker--decode-rfc822-date): Allow for missing time.
20879 (newsticker--update-process-ids): New.
20880 (newsticker--image-sentinel): Change comment.
20881 (newsticker--image-read): Change error message.
20882 (newsticker--imenu-goto): Doc fix. Show headline title.
20883 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
20884 (newsticker--buffer-do-insert-text): Clean whitespace in
20885 html-rendered headline title. Code formatting.
20886 Call `newsticker--buffer-print-extra-elements'.
20887 (newsticker--buffer-print-extra-element): Remove.
20888 (newsticker--buffer-print-extra-elements): New.
20889 (newsticker--buffer-do-print-extra-element): New.
20890 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
20891 large sizes.
20892 (newsticker--run-auto-mark-filter)
20893 (newsticker--do-run-auto-mark-filter):
20894 Use `newsticker-auto-mark-filter-list'.
20895
20896 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
20897
20898 * net/rcirc.el: Use split-string OMIT-NULLS argument.
20899 (rcirc-print): Force redisplay before running hooks. Do long
20900 buffer truncation after making new text read-only. Deal with nil
20901 text when decoding strings. If TARGET is nil, use either the
20902 currently selected buffer, if it is an rcirc buffer and of the
20903 same process or the process buffer.
20904 (rcirc-mode): Remove header-line. Recompute short buffer names.
20905 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
20906 (rcirc-short-buffer-name): Add variable.
20907 (rcirc-kill-buffer-hook): Recompute short buffer names.
20908 Remove nick from private channel.
20909 (rcirc-send-input): Send command text to current-buffer.
20910 Don't clear overlay arrow here.
20911 (rcirc-short-buffer-name): Return a short buffer name.
20912 (rcirc-update-short-buffer-names, rcirc-abbreviate)
20913 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
20914 buffer-name abbreviations.
20915 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
20916 Do not touch nick-table when killing a parted channel.
20917 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
20918 Clear arrow from current buffer if it is now hidden.
20919 (rcirc-current-buffer): Add variable.
20920 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20921 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
20922 Remove -face from names.
20923 (rcirc-update-activity-string): Print "DND" when globally ignoring
20924 activity.
20925 (rcirc-ignore-buffer-activity-flag): Rename from
20926 rcirc-ignore-channel-activity.
20927 (rcirc-ignore-all-activity-flag): Doc fix.
20928 (rcirc-channels): Remove variable.
20929 (rcirc-kill-buffer-hook):
20930 (rcirc-get-buffer-create): Add nick to private channel.
20931 (rcirc-multiline-edit-submit): Remove tabs.
20932 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
20933 folded.
20934 (rcirc-remove-nick-channel): Bug fix.
20935 (rcirc-toggle-ignore-buffer-activity): Rename from
20936 rcirc-toggle-ignore-channel-activity.
20937 (rcirc-record-activity): Add buffers to the front of the list.
20938 (rcirc-update-activity): Remove killed buffers from list.
20939 (rcirc-process-server-response-1): Remove last argument if it is
20940 null before calling handler.
20941 (rcirc): Add "rcirc" defcustom prefix.
20942 (rcirc-prompt): Simplify default prompt.
20943 Use custom-initialize-default.
20944 (rcirc-private-chats): Remove variable.
20945 (rcirc-prompt): Change initialization.
20946 (rcirc-version): Remove function.
20947 (rcirc-id-string): Add constant.
20948 (rcirc-last-buffer): Remove variable.
20949 (rcirc-buffer-alist): Add variable.
20950 (rcirc-connect): Update variable setup.
20951 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
20952 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
20953 default.
20954 (rcirc-handler-generic): Trigger activity.
20955 (rcirc-send-message): Create the buffor of the target.
20956 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
20957 (rcirc-get-buffer): Just return nil if there is no matching buffer.
20958 (rcirc-multiline-edit-cancel): Remove function.
20959 (rcirc-set-last-buffer): Remove function.
20960 (rcirc-get-any-buffer): Add function.
20961 (rcirc-join-channels): Don't print /join text.
20962 (rcirc-toggle-ignore-channel-activity): Add and update echo area
20963 messages.
20964 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
20965 (rcirc-handler-NOTICE): Recognize CTCP responses.
20966 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
20967 constructing TOPIC string for buffers we are not JOINed.
20968 (rcirc-handler-CTCP-response): Add handler.
20969 (rcirc-multiline-edit-submit): Restore the window-configuration
20970 before adjusting point.
20971 (rcirc): Add customization group.
20972 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
20973 (rcirc-user-full-name, rcirc-startup-channels-alist)
20974 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
20975 (rcirc-ignore-all-activity-flag, rcirc-time-format)
20976 (rcirc-input-ring-size, rcirc-read-only-flag)
20977 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
20978 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
20979 Change defvar to defcustom.
20980 (rcirc-update-prompt): Add optional ALL arg, which will update
20981 prompts in all rcirc buffers. Regexp quote replacement text.
20982 (rcirc-fill-column): Accept frame-width as a value.
20983 (rcirc-set-changed): Add function.
20984 (rcirc-next-active-buffer): Write more meaningful messages.
20985 (rcirc-faces): Add customization group.
20986 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
20987 (rcirc-nick-in-message-face, rcirc-prompt-face)
20988 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
20989 (with-rcirc-process-buffer): Move before first usage.
20990 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
20991 (rcirc-debug-flag): Rename from `rcirc-log-p'.
20992 (rcirc-debug): Rename from `rcirc-log'.
20993 (rcirc-format-response-string): Do not print `-' chars for a
20994 NOTICE with no sender. Simplify output of server responses.
20995
20996 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
20997
20998 (rcirc-browse-url-map, rcirc-browse-url-at-point)
20999 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
21000 Make urls mouse and RET clickable.
21001
21002 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
21003
21004 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
21005
21006 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
21007
21008 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21009 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21010 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21011 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21012 argument to all these routines, so the passphrase can be managed
21013 externally and passed in to the system.
21014 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21015 pgg-add-passphrase-to-cache function.
21016
21017 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21018 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21019 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21020 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21021 argument to all these routines, so the passphrase can be managed
21022 externally and passed in to the system.
21023 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21024 function.
21025
21026 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
21027
21028 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
21029 from goto-address-url-regexp.
21030
21031 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
21032
21033 * textmodes/org.el (org-read-date, org-goto-calendar)
21034 (org-recenter-calendar, org-agenda-goto-calendar):
21035 Temporarily clear `calendar-move-hook'.
21036
21037 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
21038
21039 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
21040 merging.
21041
21042 * ediff-util.el (ediff-previous-difference): Don't skip regions that
21043 have merge clashes.
21044
21045 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21046
21047 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21048 Undo previous change.
21049
21050 * startup.el (command-line): Use `custom-reevaluate-setting' for
21051 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
21052 tty-register-default-colors on Mac.
21053
21054 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
21055
21056 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
21057 (gdb-buffer-type): Make it automatically buffer local...
21058 (gdb-get-create-buffer): ...and set it accordingly.
21059 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
21060 actually work.
21061
21062 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
21063
21064 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
21065 not red.
21066
21067 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
21068
21069 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
21070 case GUD buffer is not visible.
21071 (gdb-goto-breakpoint): Try to force display in source buffer.
21072 (gdb-frame-gdb-buffer): Copy other similar functions.
21073 (gdb-restore-windows): Don't display source if not asked for.
21074 (gdb-assembler-buffer-name): Don't capitalise.
21075
21076 2005-11-03 Richard M. Stallman <rms@gnu.org>
21077
21078 * wid-edit.el (key-sequence): New widget type.
21079
21080 * simple.el (set-mark-command-repeat-pop): New variable.
21081 (set-mark-command): Only interpret plan C-@ after a pop as a pop
21082 if set-mark-command-repeat-pop is true.
21083
21084 * info.el (Info-fontify-node): Don't display extra "see" if there
21085 already is one here.
21086
21087 * mouse.el: Fix special handling of DEL after dragging a region:
21088 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
21089 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
21090
21091 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
21092
21093 * textmodes/ispell.el (ispell-command-loop): Change `i' description
21094 not to assume it pertains to an affix.
21095
21096 * textmodes/flyspell.el (flyspell-post-command-hook):
21097 Bind deactivate-mark to prevent deactivation.
21098
21099 2005-11-03 Lars Hansen <larsh@soem.dk>
21100
21101 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
21102 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
21103 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
21104
21105 2005-11-03 Romain Francoise <romain@orebokech.com>
21106
21107 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
21108 Update copyright years.
21109
21110 2005-11-03 Sam Steingold <sds@gnu.org>
21111
21112 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21113 Use system-type instead of window-system because window-system is not
21114 correctly defined during loadup.
21115
21116 2005-11-02 Mark A. Hershberger <mah@everybody.org>
21117
21118 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
21119 (xml-parse-tag): Join strings separated by a comment properly.
21120
21121 2005-11-02 Andreas Schwab <schwab@suse.de>
21122
21123 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
21124
21125 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
21126
21127 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
21128 (byte-optimize-pure-func): Quote the eval'd value.
21129
21130 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
21131 Rename from perl-font-lock-syntactic-face-function.
21132 Change the calling convention so it can be used as a font-lock MATCHER.
21133 Do the parse-partial-sexp loop outselves.
21134 (perl-font-lock-syntactic-keywords): Use it.
21135 (perl-mode): Don't set font-lock-syntactic-face-function any more.
21136
21137 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
21138
21139 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
21140 disassembly buffer too.
21141 (gdb-exited): Remove overlay arrows when execution has finished.
21142 (gdb-info-frames-custom, gdb-info-threads-custom)
21143 (gdb-info-registers-custom): Don't add inappropriate text
21144 properties if inferior is not active.
21145
21146 2005-11-02 Glenn Morris <rgm@gnu.org>
21147
21148 * progmodes/fortran.el (fortran-blink-match):
21149 Use `blink-matching-delay'.
21150
21151 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
21152
21153 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
21154
21155 2005-11-02 Lars Hansen <larsh@soem.dk>
21156
21157 * net/tramp.el (tramp-action-out-of-band): Handle scp message
21158 "Permission denied".
21159
21160 2005-11-01 Richard M. Stallman <rms@gnu.org>
21161
21162 * textmodes/flyspell.el (flyspell-external-point-words):
21163 Pass nil to flyspell-get-word.
21164
21165 2005-11-02 Kim F. Storm <storm@cua.dk>
21166
21167 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
21168 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
21169
21170 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
21171
21172 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
21173 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
21174 (calendar-mouse-print-dates): Add optional `event' argument.
21175 Update interactive-spec.
21176 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
21177 Use `calendar-event-to-date' instead of `event'.
21178
21179 2005-11-02 Masatake YAMATO <jet@gyve.org>
21180
21181 * progmodes/ld-script.el (ld-script-builtins):
21182 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
21183 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
21184 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
21185
21186 2005-11-01 Romain Francoise <romain@orebokech.com>
21187
21188 * vc-sccs.el: Update copyright year.
21189 * ezimage.el: Likewise.
21190
21191 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
21192
21193 * info.el (Info-fontify-node): Use `string-width' for fontifying
21194 underlined titles.
21195
21196 2005-11-01 Juri Linkov <juri@jurta.org>
21197
21198 * info.el (Info-fontify-node): Downcase node header keywords Node,
21199 Prev, Next, Up before comparison.
21200 (Info-history): Insert absolute directory name, and put invisible
21201 property on it.
21202
21203 2005-11-01 Juri Linkov <juri@jurta.org>
21204
21205 * info.el (Info-file-supports-index-cookies): New variable.
21206 (Info-find-node-2): Check makeinfo version for index cookie support.
21207 (Info-index-nodes): Search for nodes with index cookies only when
21208 Info-file-supports-index-cookies is t. Otherwise, search nodes
21209 with "Index" in the node name.
21210 (Info-index-node): Search index cookie in the current node only when
21211 Info-file-supports-index-cookies is t. Otherwise, check the word
21212 "Index" in the node name.
21213 (Info-find-emacs-command-nodes): Remove code that searches nodes
21214 with "Index" node name in the top menu.
21215
21216 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
21217
21218 * progmodes/scheme.el (scheme-mode-variables): Use the default
21219 comment-indent-function.
21220
21221 * faces.el (face-attribute): Handle the case where a face inherits from
21222 a non-existent face.
21223
21224 * simple.el (eval-expression-print-format): Use lisp-readable syntax
21225 for octal and hexa output, and merge the char into the paren.
21226 (kill-new): Use push.
21227 (copy-to-buffer): Use with-current-buffer.
21228 (completion-setup-function): Move code in loop to remove redundancy.
21229 (minibuffer-local-must-match-map): Don't add bindings that duplicate
21230 those inherited from minibuffer-local-completion-map.
21231
21232 * savehist.el (savehist-mode) <defcustom>:
21233 Use custom-set-minor-mode if available.
21234 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
21235 and emit a message if applicable.
21236
21237 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
21238
21239 * savehist.el: Sync up to version 19.
21240 (savehist-mode): New minor mode.
21241 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
21242 (savehist-length): Remove (use history-length instead).
21243 (savehist-file-modes): Rename from savehist-modes.
21244 (savehist-save-hook, savehist-loaded): New vars.
21245 (savehist-load): Use savehist-mode. Try to smooth up transition from
21246 old format to new format.
21247 (savehist-install): Allow savehist-autosave-interval to be nil.
21248 (savehist-save): Run the new hook. Be more careful to only trim the
21249 history variables.
21250 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
21251 (savehist-printable): Print into a buffer rather than char-by-char.
21252
21253 2005-11-01 John Wiegley <johnw@newartisans.com>
21254
21255 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
21256 toggle-ignore keybinding (C-a). The author said it had been
21257 disabled much earlier due to a possible incompatibility, but after
21258 many months of usage I have encountered no problems (and it is a
21259 rather useful option, especially for switching to " *temp*").
21260
21261 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
21262 support for OS/X's AddressBook, by calling out to the open source
21263 program "contacts" (installable through Fink).
21264
21265 * net/eudc.el (eudc-expand-inline): If the
21266 `eudc-multiple-match-handling-method' is set to `all', delete the
21267 query string before inserting the query result.
21268
21269 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
21270 flag, to prevent Eshell from using the system ls when
21271 `eshell-ls-insert-directory' is in used.
21272 (eshell-ls-insert-directory): Disable font-lock in directory
21273 buffer so that Eshell's own fontification is seen. This broke
21274 recently due to changes in font-lock, so this goes back to version
21275 21 behavior.
21276
21277 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
21278
21279 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
21280 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
21281 (gdb-many-windows): Doc fix.
21282
21283 2005-10-31 Romain Francoise <romain@orebokech.com>
21284
21285 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
21286
21287 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
21288
21289 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
21290 that global-font-lock-mode can be enabled by default.
21291
21292 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
21293 (font-lock-add-keywords, font-lock-remove-keywords)
21294 (font-lock-fontify-buffer): Remove autoload cookies.
21295
21296 * jit-lock.el (jit-lock-register): Likewise.
21297
21298 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
21299
21300 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
21301
21302 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
21303 intact if there is no gud-comint-buffer.
21304
21305 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
21306
21307 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
21308 old prompt comint-prompt-read-only is t and GDB commands are
21309 issued from tool bar etc.
21310
21311 2005-10-31 Masatake YAMATO <jet@gyve.org>
21312
21313 * vc.el (vc-directory-exclusion-list): Add "{arch}".
21314
21315 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
21316
21317 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
21318 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
21319
21320 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
21321
21322 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
21323 starting at beginning of line. Fontification is messed up when
21324 `open-paren-in-column-0-is-defun-start' set to t.
21325 Reported by John Paul Wallington <jpw@pobox.com>.
21326
21327 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
21328
21329 * comint.el (comint-send-input): Call `comint-update-fence' when
21330 `comint-process-echoes' and `comint-prompt-read-only' are both
21331 non-nil, to avoid leftover read-only newline.
21332
21333 2005-10-30 Richard M. Stallman <rms@gnu.org>
21334
21335 * textmodes/flyspell.el (flyspell-external-point-words):
21336 Detect when WORD can't be checked properly because
21337 flyspell-get-word finds just part of it, and move on.
21338
21339 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
21340 boundarychar for Polish.
21341 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
21342 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
21343
21344 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
21345
21346 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
21347 (gdb-registers-font-lock-keywords): Delete.
21348 (gdb-registers-mode): Don't fontify.
21349 (gdb-info-registers-custom): Use text properties instead as, in
21350 future, changed register values will use font-lock-warning-face.
21351 (gdb-local-font-lock-keywords): Rename to...
21352 (gdb-locals-font-lock-keywords): ...for consistency.
21353
21354 2005-10-30 Andre Spiegel <spiegel@gnu.org>
21355
21356 * vc.el (vc-switch-backend): Better error message if the buffer is
21357 not visiting a file under version control.
21358
21359 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
21360
21361 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
21362
21363 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
21364 ~/.emacs.d/.emacs.
21365
21366 2005-10-29 Richard M. Stallman <rms@gnu.org>
21367
21368 * replace.el (occur-mode-mouse-goto): Always go to other window.
21369 (occur-mode-goto-occurrence): Always switch in same window.
21370
21371 * simple.el (undo): Display message at end, not at start.
21372
21373 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
21374 New arg REUSE-CELL.
21375 (cancel-timer-internal): New function.
21376 (timer-event-handler): Use cancel-timer-internal,
21377 and pass the cell it returns to timer-activate...
21378
21379 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
21380 (jit-lock-deferred-fontify, jit-lock-context-fontify)
21381 (jit-lock-after-change): Test memory-full.
21382
21383 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
21384
21385 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21386 part of the decoded armor to find the key-identifier.
21387 (pgg-gpg-lookup-key-owner): New function to return the
21388 human-readable identifier of a key owner.
21389 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21390 key itself.
21391 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21392 the key value) if we have a key and can match it against a secret
21393 key. Also, added a note pointing out fact that the prompt only
21394 indicates the first matching key.
21395
21396 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21397 pgg-decrypt-region.
21398 (pgg-pending-timers): A new hash for tracking the passphrase cache
21399 timers, so that new ones supercede old ones.
21400 (pgg-add-passphrase-to-cache): Rename from
21401 `pgg-add-passphrase-cache' to reduce confusion (all callers
21402 changed). Modified to cancel old timers when new ones are added.
21403 (pgg-remove-passphrase-from-cache): Rename from
21404 `pgg-remove-passphrase-cache' to reduce confusion (all callers
21405 changed). Modified to cancel old timers when their keys are
21406 removed from the cache.
21407 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21408 XEmacs, an indirection to delete-itimer.
21409 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21410 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21411 users can only check cache without risk of prompting. Correct bug in
21412 notruncate behavior.
21413 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21414 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21415 Add informative docstrings.
21416 (pgg-decrypt): Convey provided passphrase in subordinate call to
21417 pgg-decrypt-region.
21418
21419 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21420 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21421 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21422 `passphrase' argument, so the passphrase can be managed externally
21423 and then passed in to the system.
21424
21425 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21426 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21427 so the passphrase cache can be used reliably with identifiers
21428 besides a pgp packet's key id.
21429
21430 * pgg-gpg.el (pgg-pgp-encrypt-region)
21431 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21432 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21433 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21434 argument to all these routines, so the passphrase can be managed
21435 externally and passed in to the system.
21436
21437 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21438 `notruncate' argument, so the passphrase cache can be used
21439 reliably with identifiers besides a pgp packet's key id.
21440
21441 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
21442
21443 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21444 symmetric encryption.
21445 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21446 encrypted session key.
21447 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21448 message ask for the passphrase in a proper way.
21449
21450 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21451 New user commands for symmetric encryption.
21452
21453 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
21454
21455 * textmodes/conf-mode.el (conf-assignment-sign)
21456 (conf-assignment-regexp): Fix docstrings.
21457 (conf-mode-initialize): New function.
21458 (conf-mode): Remove optional args. Use delay-mode-hooks to
21459 recognize recursive calls.
21460 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
21461 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
21462 (conf-xdefaults-mode): Use define-derived-mode and
21463 conf-mode-initialize.
21464
21465 2005-10-29 Romain Francoise <romain@orebokech.com>
21466
21467 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
21468
21469 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
21470
21471 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21472 part of the decoded armor to find the key-identifier.
21473 (pgg-gpg-lookup-key-owner): New function to return the
21474 human-readable identifier of a key owner.
21475 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21476 key itself.
21477 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21478 the key value) if we have a key and can match it against a secret
21479 key. Also, added a note pointing out fact that the prompt only
21480 indicates the first matching key.
21481
21482 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21483 pgg-decrypt-region.
21484 (pgg-pending-timers): A new hash for tracking the passphrase cache
21485 timers, so that new ones supercede old ones.
21486 (pgg-add-passphrase-to-cache): Rename from
21487 `pgg-add-passphrase-cache' to reduce confusion (all callers
21488 changed). Modified to cancel old timers when new ones are added.
21489 (pgg-remove-passphrase-from-cache): Rename from
21490 `pgg-remove-passphrase-cache' to reduce confusion (all callers
21491 changed). Modified to cancel old timers when their keys are
21492 removed from the cache.
21493 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21494 XEmacs, an indirection to delete-itimer.
21495 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21496 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21497 users can only check cache without risk of prompting. Correct bug in
21498 notruncate behavior.
21499 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21500 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21501 Add informative docstrings.
21502 (pgg-decrypt): Convey provided passphrase in subordinate call to
21503 pgg-decrypt-region.
21504
21505 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
21506
21507 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21508 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21509 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21510 `passphrase' argument, so the passphrase can be managed externally
21511 and then passed in to the system.
21512
21513 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21514 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21515 so the passphrase cache can be used reliably with identifiers
21516 besides a pgp packet's key id.
21517
21518 * pgg-gpg.el (pgg-pgp-encrypt-region)
21519 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21520 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21521 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21522 argument to all these routines, so the passphrase can be managed
21523 externally and passed in to the system.
21524
21525 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21526 `notruncate' argument, so the passphrase cache can be used
21527 reliably with identifiers besides a pgp packet's key id.
21528
21529 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
21530
21531 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21532 symmetric encryption.
21533 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21534 encrypted session key.
21535 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21536 message ask for the passphrase in a proper way.
21537
21538 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21539 New user commands for symmetric encryption.
21540
21541 2005-10-28 Bill Wohler <wohler@newt.com>
21542
21543 * help-mode.el (help-url): New button type. Calls browse-url.
21544 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
21545 Similar to Info nodes: URL `url'.
21546 (help-make-xrefs): Create help-url buttons for
21547 help-xref-url-regexp matches.
21548
21549 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
21550
21551 * tool-bar.el (tool-bar-add-item-from-menu)
21552 (tool-bar-local-item-from-menu): Fix doc strings.
21553
21554 2005-10-28 Romain Francoise <romain@orebokech.com>
21555
21556 * ldefs-boot.el: Update.
21557
21558 * subr.el (locate-library): Move from help-fns.el.
21559 * help-fns.el (locate-library): Move to subr.el.
21560
21561 2005-10-28 Richard M. Stallman <rms@gnu.org>
21562
21563 * net/tramp.el (tramp-completion-mode): defvar moved up.
21564
21565 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
21566
21567 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
21568
21569 * files.el (find-file-noselect): Use %d to format large file size.
21570
21571 * bindings.el (mode-line-format): Add %e.
21572
21573 * loadup.el ("facemenu"): Load unconditionally.
21574 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
21575 ("x-dnd"): Load, when appropriate.
21576
21577 * startup.el (command-line): Call before-init-hook earlier.
21578 Warn about some bad characters in -u user name.
21579
21580 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
21581 (flyspell-external-point-words): Error if misspelled word is not found.
21582 Set flyspell-large-region-beg at end of word.
21583
21584 2005-10-28 Andreas Schwab <schwab@suse.de>
21585
21586 * view.el (View-revert-buffer-scroll-page-forward):
21587 Use view-page-size-default.
21588
21589 2005-10-28 Juri Linkov <juri@jurta.org>
21590
21591 * international/quail.el (quail-get-current-str): Translate last
21592 raw character for deterministic input methods.
21593
21594 2005-10-27 Jay Belanger <belanger@truman.edu>
21595
21596 * calc/calc-ext.el: Add functions to autoloads.
21597 (math-identity-matrix-p, math-ident-row-p): New functions.
21598
21599 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
21600 multiplication by an identity matrix; don't turn multiplication by
21601 an inverse matrix into division.
21602 (math-div-symbol-fancy): Replace division by matrices with
21603 multiplication by inverse.
21604
21605 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
21606
21607 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
21608 (calc-writeoutpower): New functions.
21609
21610 2005-10-27 Romain Francoise <romain@orebokech.com>
21611
21612 * replace.el (occur-engine): Include colon in mouse-face highlight.
21613
21614 * dired-x.el: Change Maintainer field.
21615
21616 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
21617
21618 * longlines.el (longlines-mode): Bind after-change-functions to
21619 nil during initial decoding and final encoding.
21620
21621 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
21622
21623 * term.el (term-emulate-terminal, term-handle-colors-array)
21624 (term-handle-ansi-escape): Specify the terminfo capabilities
21625 implemented.
21626
21627 2005-10-26 Richard M. Stallman <rms@gnu.org>
21628
21629 * info.el (Info-fontify-node): Fix detection of sentence-break
21630 before *Note.
21631
21632 2005-10-26 Romain Francoise <romain@orebokech.com>
21633
21634 * smerge-mode.el: Add `tools' to file keywords.
21635
21636 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
21637
21638 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
21639 when the fringe is not available.
21640
21641 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
21642 (def-gdb-auto-update-trigger): Simplify construction.
21643 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
21644 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
21645 defined explicitly.
21646 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
21647 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
21648 defined explicitly.
21649 (gdb-info-locals-custom): Remove as it's a no-op.
21650
21651 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
21652
21653 * longlines.el (longlines-mode): Remove narrowing before
21654 performing the initial decoding or final encoding.
21655
21656 2005-10-25 Romain Francoise <romain@orebokech.com>
21657
21658 * emacs-lisp/find-func.el (find-library-name): Also strip
21659 extension if library name ends in .el, to take advantage of
21660 `find-library-suffixes'.
21661
21662 2005-10-25 Richard M. Stallman <rms@gnu.org>
21663
21664 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
21665
21666 2005-10-25 Juri Linkov <juri@jurta.org>
21667
21668 * textmodes/texinfo.el (texinfo-mode): Change charset of one
21669 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
21670
21671 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21672
21673 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
21674 (blackbox-redefine-key): Add argument `map'.
21675
21676 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
21677 regions when moving the jit-lock-context-unfontify-pos boundary.
21678
21679 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
21680
21681 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
21682
21683 2005-10-25 Masatake YAMATO <jet@gyve.org>
21684
21685 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
21686
21687 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
21688
21689 * play/blackbox.el (blackbox-redefine-key): New function.
21690 (blackbox-mode-map): Use it to remap existing bindings for cursor
21691 motion instead of binding literal keys.
21692
21693 2005-10-25 Glenn Morris <rgm@gnu.org>
21694
21695 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
21696 diary does not end in a newline. Do not assume a blank line at
21697 the start of the diary file.
21698
21699 2005-10-25 Kenichi Handa <handa@m17n.org>
21700
21701 * international/quail.el (quail-translate-key): If the input
21702 method is deterministic and failed to handle the last key, restart
21703 the key handling loop from an appropriate key.
21704
21705 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
21706
21707 * vc.el (vc-dired-mode): Extend comment for binding of
21708 `directory-listing-before-filename-regexp'.
21709
21710 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21711
21712 * textmodes/texinfo.el (texinfo-mode):
21713 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
21714 not to unnecessarily expose emacs-mule's internal char codes.
21715
21716 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
21717
21718 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
21719 Display hand pointer and help-echo on disabled icon too.
21720 (gdb-mouse-until): New function.
21721 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
21722
21723 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
21724
21725 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
21726 with 2005-10-23 change to doctor.el.
21727
21728 * finder.el (finder-mode-map): Add follow-link binding.
21729
21730 2005-10-25 Kim F. Storm <storm@cua.dk>
21731
21732 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
21733 to gdb-mouse-toggle-breakpoint-fringe.
21734 (gdb-mouse-toggle-breakpoint-margin): Rename from
21735 gdb-mouse-toggle-breakpoint. Fix doc.
21736 (gdb-mouse-toggle-breakpoint-fringe): New defun.
21737 (gdb-put-string): Add optional SPROPS arg. Add props to string.
21738 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
21739 string properties also for fringe breakpoint bitmaps.
21740
21741 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
21742
21743 * textmodes/org.el (org-start-icalendar-file): Fix format form.
21744
21745 2005-10-25 Masatake YAMATO <jet@gyve.org>
21746
21747 * simple.el (completion-common-substring):
21748 Use `completion-common-substring' prior to `completion-base-size'.
21749
21750 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
21751
21752 * savehist.el: Require CL while compiling.
21753 (savehist-history-variables): Remove.
21754 (savehist-save-minibuffer-history, savehist-additional-variables)
21755 (savehist-minibuffer-history-variables): New vars.
21756 (savehist-save): Use them.
21757 (savehist-uninstall, savehist-minibuffer-hook): New funs.
21758 (savehist-install): New fun, extracted from savehist-load.
21759 (savehist-load): Use them.
21760
21761 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
21762
21763 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
21764 a dummy doc-string-elt property.
21765 (defalias, defvaralias, define-category): Add a docstring property.
21766
21767 * image.el (defimage):
21768 * widget.el (define-widget):
21769 * custom.el (defface, defcustom): Add `doc-string' declaration.
21770
21771 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
21772 (defadvice): Add `doc-string' declaration.
21773
21774 * emacs-lisp/byte-run.el (macro-declaration-function):
21775 Handle `doc-string' declarations.
21776 (define-obsolete-function-alias, define-obsolete-variable-alias):
21777 Add `doc-string' declaration.
21778
21779 2005-10-24 Kenichi Handa <handa@m17n.org>
21780
21781 * international/utf-7.el (utf-7): Add autoload cookie.
21782
21783 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
21784
21785 2005-10-24 Eli Zaretskii <eliz@gnu.org>
21786
21787 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
21788 list of directories passed to batch-update-autoloads. Add "." to
21789 the list of the echoed directories.
21790
21791 * pgg-def.el:
21792 * pgg-gpg.el:
21793 * pgg-parse.el:
21794 * pgg-pgp.el:
21795 * pgg-pgp5.el:
21796 * pgg.el: Moved here from the gnus subdirectory.
21797
21798 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
21799
21800 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
21801 in case comint-prompt-read-only is set to t.
21802
21803 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
21804 in case comint-prompt-read-only is set to t.
21805
21806 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
21807
21808 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
21809 Now a string.
21810 (icalendar-import-format): Handle CLASS, STATUS, URL.
21811 Rename `subject' to `summary'.
21812 (icalendar-import-format-summary): Rename from
21813 `icalendar-import-format-subject'.
21814 (icalendar-import-format-url, icalendar-import-format-status)
21815 (icalendar-import-format-class): New variables.
21816 (icalendar--rris): Take variable argument list.
21817 (icalendar--datestring-to-isodate): Remove unnecessary
21818 calendar-style check when converting dates with explicit month names.
21819 (icalendar-export-region): Change return type of conversion
21820 subroutines. Bury current buffer unless error occurred.
21821 (icalendar--convert-to-ical)
21822 (icalendar--parse-summary-and-rest): New functions.
21823 (icalendar--convert-ordinary-to-ical)
21824 (icalendar--convert-weekly-to-ical)
21825 (icalendar--convert-yearly-to-ical)
21826 (icalendar--convert-block-to-ical)
21827 (icalendar--convert-cyclic-to-ical)
21828 (icalendar--convert-anniversary-to-ical): Change return type.
21829 Strip trailing blanks from subject.
21830 (icalendar--convert-sexp-to-ical): Change return type.
21831 Strip trailing blanks from subject. Handle simple sexp
21832 entries as generated by icalendar.el.
21833 (icalendar--convert-float-to-ical)
21834 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
21835 (icalendar-import-file): Doc fix.
21836 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
21837 Correct call to icalendar--rris.
21838 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
21839 `summary'.
21840 (icalendar--add-diary-entry): Rename `subject' to `summary'.
21841
21842 2005-10-24 Romain Francoise <romain@orebokech.com>
21843
21844 * server.el (server-sentinel): Set query-on-exit flag to nil on
21845 new client processes (it isn't inherited from the server process).
21846
21847 * replace.el (occur-engine): Rearrange text properties.
21848
21849 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
21850
21851 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
21852 case-fold-search is nil.
21853 (debug-help-follow): Use help-xref-interned directly.
21854
21855 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
21856
21857 * thumbs.el (thumbs-image-type): Add .pbm.
21858
21859 2005-10-23 Richard M. Stallman <rms@gnu.org>
21860
21861 * faces.el (inhibit-face-set-after-frame-default): New variable.
21862 (set-face-attribute): Bind it.
21863 (face-set-after-frame-default): Test it.
21864
21865 * help-fns.el (describe-simplify-lib-file-name): New function.
21866 (describe-function-1, describe-variable): Use it.
21867
21868 * faces.el (describe-face): Use describe-simplify-lib-file-name.
21869
21870 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
21871 Eliminate nil as possible value.
21872 (tooltip-hide-delay): Reduce internal-border-width.
21873
21874 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
21875 (menu-bar-file-menu) <new-file>: Likewise.
21876
21877 * simple.el (line-move-finish): Ignore fields computing LINE-END.
21878
21879 * international/mule.el (load-with-code-conversion):
21880 Pass full file name to `eval-buffer' unless preloading.
21881
21882 * textmodes/flyspell.el (flyspell-large-region):
21883 Call ispell-check-version.
21884
21885 * textmodes/ispell.el (ispell-local-dictionary-overridden):
21886 Fix the make-variable-buffer-local call that was supposed
21887 to be for this variable.
21888 (ispell-aspell-supports-utf8): Doc fix.
21889 (ispell-find-aspell-dictionaries): Preserve elements of
21890 ispell-dictionary-alist for dictionaries that aspell doesn't report.
21891 (ispell-aspell-find-dictionary): Return nil on error.
21892
21893 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
21894 (doctor-symptoms): Likewise.
21895
21896 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
21897
21898 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
21899
21900 * cus-edit.el (custom-button, custom-button-pressed): New vars.
21901 (custom-raised-buttons): Add :set spec.
21902 (custom-button-unraised, custom-button-pressed-unraised):
21903 New faces, so that custom-raised-buttons actually does something.
21904 (custom-mode): Use custom-button and custom-button-pressed.
21905
21906 * wid-edit.el (widget-specify-button): Don't ignore
21907 widget-mouse-face on graphic terminals.
21908 (widget-move-and-invoke): Cleanup.
21909
21910 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
21911
21912 * whitespace.el (whitespace-cleanup): Doc fix.
21913
21914 2005-10-23 Romain Francoise <romain@orebokech.com>
21915
21916 * emulation/viper.el (viper-set-hooks): Quote forms passed to
21917 `eval-after-load' to avoid evaluating their result.
21918
21919 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
21920
21921 * files.el (directory-listing-before-filename-regexp):
21922 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
21923
21924 * dired.el (dired-move-to-filename-regexp): Remove.
21925 All occurrences replaced by `directory-listing-before-filename-regexp'.
21926
21927 * dired-x.el, locate.el, vc.el:
21928 Replace `dired-move-to-filename-regexp' by
21929 `directory-listing-before-filename-regexp'. In vc.el it is
21930 overwritten locally; maybe this can be handled in files.el too.
21931
21932 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
21933 replaced by `directory-listing-before-filename-regexp'.
21934
21935 2005-10-23 Andreas Schwab <schwab@suse.de>
21936
21937 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
21938 and eval-next-after-load.
21939
21940 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
21941
21942 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
21943 exist, create it.
21944
21945 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
21946
21947 * allout.el: Remove autoloads for mailcrypt and crypt++.
21948 Require pgg, pgg-gpg during compilation.
21949 (allout-version): Increment version number to 2.1, and use a literal
21950 rather than RCS Id.
21951 (allout-default-encryption-scheme): Remove.
21952 (allout-passphrase-verifier-handling)
21953 (allout-passphrase-verifier-string)
21954 (allout-file-passphrase-verifier-string)
21955 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
21956 (allout-passphrase-hint-handling): Rename and simplify.
21957 (allout-init): Use `find-file-hook' if available, otherwise
21958 `find-file-hooks'.
21959 (allout-mode): Use `write-file-functions' if available, otherwise
21960 `local-write-file-hooks' and, instead of making auto-save-hook
21961 buffer local, make the write-file-hook activity contingent to
21962 allout-mode.
21963 (allout-mode): Use key-binding substitution in the docstring.
21964 (allout-kill-line): Spell-out kill ring data structure mutation
21965 instead of using byte-compiler-complaint-provoking `pop'.
21966 (allout-insert-listified): Use `insert' rather than `insert-string'
21967 (allout-toggle-current-subtree-encryption): Update docstring, adjust
21968 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
21969 (allout-encrypt-string): Totally revamped vis new underlying
21970 encryption facilities.
21971 (allout-mc-activate-passwd): Remove.
21972 (allout-obtain-passphrase): New, more or less replaces
21973 allout-mc-activate-passwd.
21974 (allout-encrypted-key-info): More or less replaces
21975 allout-encrypted-text-type.
21976 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
21977 (my-mark-marker): Use `(featurep 'xemacs)'.
21978
21979 2005-10-23 Lars Hansen <larsh@soem.dk>
21980
21981 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
21982 (byte-compile-file-form-defmumble, byte-compile-defun)
21983 (byte-compile-defmacro): Use it.
21984 (byte-compile-form): Don't call byte-compile-set-symbol-position
21985 when a byte-compile handler is called.
21986
21987 2005-10-22 Romain Francoise <romain@orebokech.com>
21988
21989 * savehist.el (savehist-history-variables): Add `grep-find-history'.
21990
21991 * subr.el (eval-after-load): Convert library name to an absolute
21992 file name using locate-library, since load-history no longer has
21993 library names in it.
21994
21995 2005-10-22 Richard M. Stallman <rms@gnu.org>
21996
21997 * files.el (make-temp-file): Move from subr.el.
21998 * subr.el (make-temp-file): Move to files.el.
21999
22000 * window.el (get-buffer-window-list): Move from subr.el.
22001 * subr.el (get-buffer-window-list): Move to window.el.
22002
22003 * image.el (image-load-path): Use eval-at-startup to initialize.
22004
22005 * subr.el (eval-at-startup): New macro.
22006
22007 * subr.el: Much rearrangement of functions and division
22008 into pages. No code changes.
22009
22010 2005-10-22 Kenichi Handa <handa@m17n.org>
22011
22012 * tar-mode.el (tar-extract): Be sure to call
22013 find-operation-coding-system if set-auto-coding doesn't find a
22014 coding system.
22015
22016 2005-10-22 Kim F. Storm <storm@cua.dk>
22017
22018 * image.el (image-type-header-regexps): Rename from image-type-regexps.
22019 Change users.
22020 (image-type-file-name-regexps): New defconst.
22021 (image-type-from-data): Simplify loop.
22022 (image-type-from-buffer): New defun.
22023 (image-type-from-file-header): Use it instead of image-type-from-data.
22024 Use image-search-load-path instead of only looking in data-directory.
22025 (image-type-from-file-name): New defun.
22026 (image-search-load-path): Change `pathname' to `filename'.
22027 Make PATH arg optional, default to image-load-path.
22028
22029 2005-10-21 Richard M. Stallman <rms@gnu.org>
22030
22031 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
22032
22033 * textmodes/paragraphs.el (sentence-end-base): New variable.
22034 (sentence-end): Use sentence-end-base.
22035
22036 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
22037
22038 * font-lock.el (font-lock-default-fontify-region): Check the multiline
22039 property independently from the font-lock-multiline variable.
22040
22041 2005-10-21 Richard M. Stallman <rms@gnu.org>
22042
22043 * emacs-lisp/find-func.el (find-library-name): Doc fix.
22044
22045 * startup.el (command-line): Convert library names
22046 in `load-history' to absolute file names.
22047
22048 * subr.el (symbol-file): Doc fix.
22049
22050 * loadhist.el (file-loadhist-lookup): Call locate-library
22051 instead of find-library-name. Don't try converting
22052 abs file names to library names, since load-history no longer
22053 has library names in it.
22054 (file-dependents, file-provides, file-requires): Doc fixes.
22055
22056 2005-10-21 Juri Linkov <juri@jurta.org>
22057
22058 * progmodes/etags.el (tags-table-mode): New function.
22059 (tags-verify-table): Replace initialize-new-tags-table with
22060 tags-table-mode.
22061
22062 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
22063 default value.
22064 (desktop-modes-not-to-save): Add tags-table-mode to the
22065 default value.
22066
22067 * info.el (Info-index-next): Add total number of index
22068 alternatives to the message.
22069
22070 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
22071 backward only space (instead of space and period) before looking
22072 at sentence end.
22073
22074 * simple.el (set-variable): Use user-variable-p instead of symbolp.
22075 Add the old variable value as 4th default-value arg of read-string.
22076
22077 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22078
22079 * cus-face.el (custom-declare-face): Make face from X resources
22080 also on Mac.
22081
22082 * disp-table.el (standard-display-g1, standard-display-graphic):
22083 Refuse to use string glyphs also on Mac.
22084 (standard-display-european): Don't set terminal coding system also
22085 on Mac.
22086
22087 * frame.el (display-screens): Use x-display-screens also on Mac.
22088
22089 2005-10-21 Romain Francoise <romain@orebokech.com>
22090
22091 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
22092
22093 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
22094
22095 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
22096 and $? into sexps.
22097
22098 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
22099 warning face on open-paren-in-column-0.
22100
22101 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
22102 boundary case. Fix typo.
22103 Suggested by Martin Rudalics <rudalics@gmx.at>.
22104
22105 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
22106
22107 * textmodes/org.el (org-combined-agenda-icalendar-file)
22108 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
22109 (org-export-icalendar-this-file)
22110 (org-export-icalendar-all-agenda-files)
22111 (org-export-icalendar-combine-agenda-files): New commands.
22112 (org-export-icalendar, org-print-icalendar-entries)
22113 (org-start-icalendar-file, org-finish-icalendar-file)
22114 (org-ical-ts-to-string): New functions.
22115 (org-read-date, org-goto-calendar)
22116 (org-agenda-goto-calendar): Inhibit displaying diary entries by
22117 call to `calendar'.
22118 (orgtbl-setup): Remove the :keys arguments from the menu description.
22119 (org-after-save-iCalendar-file-hook): New variable.
22120
22121 2005-10-21 Kenichi Handa <handa@m17n.org>
22122
22123 * language/vietnamese.el (tcvn-5712): Make it an alias of
22124 vietnamese-tcvn coding-system.
22125
22126 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
22127
22128 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
22129 group id is given.
22130
22131 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
22132
22133 * progmodes/sh-script.el (sh-escaped-line-re): New var.
22134 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
22135 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
22136 whose line is either continued or ends with a comment.
22137
22138 2005-10-20 Romain Francoise <romain@orebokech.com>
22139
22140 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
22141
22142 * replace.el (occur-engine): Add follow-link property.
22143
22144 * font-core.el (font-lock-mode): Doc fix.
22145
22146 2005-10-20 Richard M. Stallman <rms@gnu.org>
22147
22148 * net/rcirc.el: New file.
22149
22150 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
22151
22152 * term.el (term-term-name): Initialize to "eterm-color".
22153
22154 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
22155
22156 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
22157 for encryption functionality.
22158 Move allout customization subgroup from `editing' to `outlines' group.
22159 Fix commentary keywords to legitimate ones.
22160 Update author info (using my current email address, obscurified).
22161 (allout-encrypt-string, allout-encryption-produce-work-buffer)
22162 (allout-encrypted-topic-p, allout-encrypted-text-type)
22163 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
22164 (allout-situate-encryption-key-verifier)
22165 (allout-get-encryption-key-verifier, allout-verify-key)
22166 (allout-next-topic-pending-encryption)
22167 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
22168 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
22169 (outline-key-verifier-handling, outline-key-hint-handling)
22170 (outline-encrypt-unencrypted-on-saves): New defcustoms.
22171 (allout-file-key-verifier-string, allout-encryption-scheme)
22172 (allout-key-verifier-string, allout-key-hint-string)
22173 (allout-after-save-decrypt): New variables.
22174 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
22175 (allout-after-saves-handler): New hook functions.
22176 (allout-post-command-business): Do allout-after-save-decrypt.
22177 (allout-enable-file-variable-adjustment): Custom var to enable
22178 mechanism for adding and adjusting settings of Emacs file variables.
22179 (allout-adjust-file-variable, allout-file-vars-section-data):
22180 New functions, implement the mechanism.
22181 (outlineify-sticky): Use the file vars mechanism.
22182 (allout-inhibit-protection, allout-during-write-cue)
22183 (allout-override-protect, allout-before-change-protect): Remove.
22184 (allout-flag-region, allout-open-topic): Adjust read-only text.
22185 (allout-open-line-not-read-only): Add to facilitate read-only
22186 text based protection.
22187 (allout-kill-line): Revise to adjust read-only text, clue the
22188 user about the inhibition.
22189 (allout-unprotected): Use unwind-protect.
22190 (allout-shift-in, allout-shift-out): Disallow manually shifting a
22191 topic deeper than the offspring depth of the previous topic -
22192 avoiding confusing "containment discontinuities".
22193 (allout-reindent-bodies): Fix retention of body relative hanging
22194 indent during promotion of collapsed bodies.
22195 (allout-open-topic): Make it easy to open new topic with same
22196 bullet as current topic - topic creation functions provided with
22197 any universal argument provokes now prompt for bullet, defaulting
22198 to the bullet of the previous topic.
22199 (allout-plain-bullets-string, allout-distinctive-bullets-string):
22200 Plain bullet alternates `.' period and `,' comma only. All other
22201 bullets are relegated to special status (but customizable).
22202 (allout-end-of-entry): Rename from allout-end-of-current-entry
22203 since it actually operates w.r.t. most immediately containing
22204 entry, visible or not.
22205 (allout-hide-current-entry, allout-show-current-entry): Use the
22206 revised version.
22207 (allout-old-expose-topic): Solidify deprecation.
22208 (allout-end-of-subtree): Add so we can span concealed as well
22209 as visible topics.
22210 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
22211 (allout-end-of-current-heading): Tweak to just respect the first line.
22212 (allout-get-body-text): Add.
22213 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
22214 when invoked interactively.
22215 (allout-up-current-level): Use `interactive-p'.
22216 (allout-mode, allout-init): Miscellaneous docstring and
22217 operational refinements, as well as hookups of new encryption stuff.
22218 (allout-beginning-of-current-entry): Now works as advertised.
22219 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
22220 (allout-isearch-rectification): Refine condition for isearching.
22221 (allout-isearch-abort, allout-enwrap-isearch)
22222 (allout-flag-region, my-region-active-p): Relocate some macros.
22223 (allout-title): Fallback title is (buffer-name), not
22224 non-existing (current-buffer-name).
22225 (subst-char-in-string): Define if absent (for some XEmacs versions).
22226
22227 2005-10-20 Jari Aalto <jari.aalto@cante.net>
22228
22229 * mail/sendmail.el (mail-setup-hook, mail-aliases)
22230 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
22231 (mail-citation-prefix-regexp, mail-signature-file)
22232 (mail-default-headers, mail-bury-selects-summary)
22233 (mail-send-nonascii): Add autoload cookies.
22234
22235 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
22236
22237 * frame.el (blink-cursor-mode): Add `mac' to the list of
22238 window-system's that support blinking cursor.
22239
22240 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
22241
22242 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
22243
22244 2005-10-20 Eli Zaretskii <eliz@gnu.org>
22245
22246 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
22247 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
22248 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
22249
22250 2005-10-20 Kim F. Storm <storm@cua.dk>
22251
22252 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
22253 (ido-set-current-directory): Don't add / after final @.
22254 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
22255 Explicitly handle ange-ftp completion oddities.
22256 (ido-make-file-list): Don't rotate list at tramp root to avoid
22257 triggering tramp file handler for expand-file-name via get-file-buffer.
22258
22259 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
22260
22261 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
22262
22263 2005-10-19 Jay Belanger <belanger@truman.edu>
22264
22265 * calc/calc-units.el (math-standard-units): Add units, adjust
22266 symbols and update values.
22267 (math-unit-prefixes): Add more prefixes.
22268
22269 2005-10-19 Romain Francoise <romain@orebokech.com>
22270
22271 * bookmark.el (bookmark-menu-heading): New face.
22272 (bookmark-bmenu-list): Use it.
22273 Don't fiddle with `baud-rate' at top-level.
22274
22275 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
22276
22277 * image.el (create-image, find-image): Mention max-image-size in
22278 docstring.
22279
22280 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
22281
22282 * savehist.el (savehist-load): Revert to checking XEmacs.
22283
22284 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
22285 Various docstring and line-width fixups.
22286 (conf-mode): Use cond.
22287 Set font-lock-defaults. Don't set comment-use-syntax.
22288
22289 2005-10-18 David Ponce <david@dponce.com>
22290
22291 * tree-widget.el (tree-widget-button-click): New function.
22292 (tree-widget-button-keymap): Use it.
22293
22294 2005-10-18 Romain Francoise <romain@orebokech.com>
22295
22296 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
22297 (bookmark-bmenu-hide-filenames): Add follow-link property.
22298 Improve help-echo text.
22299
22300 * ffap.el (find-file-at-point): Doc fix.
22301
22302 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22303
22304 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
22305
22306 2005-10-18 Masatake YAMATO <jet@gyve.org>
22307
22308 Install to the CVS repository what I forgot to install in my
22309 2005-10-16 changes.
22310
22311 * progmodes/python.el (python-complete-symbol): Pass the common
22312 prefix substring of completion to `display-completion-list'.
22313
22314 * textmodes/org.el (org-complete): Ditto.
22315
22316 2005-10-18 Masatake YAMATO <jet@gyve.org>
22317
22318 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
22319
22320 * woman.el (WoMan-xref-man-page): New button type derived
22321 from `Man-abstract-xref-man-page'.
22322 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
22323
22324 * man.el (Man-abstract-xref-man-page): New button type.
22325 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
22326 (Man-highlight-references): Add new optional argument `xref-man-type'.
22327
22328 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
22329
22330 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
22331
22332 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
22333
22334 * cus-edit.el (Custom-move-and-invoke): Delete.
22335 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
22336
22337 * wid-edit.el (widget-move-and-invoke): New function, from
22338 Custom-move-and-invoke.
22339
22340 2005-10-17 Bill Wohler <wohler@newt.com>
22341
22342 Move all remaining images from lisp/toolbar to etc/images, move
22343 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
22344 the low resolution images in their own directory (low-color).
22345
22346 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
22347 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
22348 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
22349 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
22350 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
22351 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
22352 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
22353
22354 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
22355 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
22356 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
22357 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
22358 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
22359 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
22360 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
22361 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
22362 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
22363 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
22364 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
22365 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
22366 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
22367 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
22368 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
22369
22370 To conform with convention, replace the underscore (_) in the
22371 following image names with dash (-) or (/) as appropriate.
22372
22373 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
22374 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
22375 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
22376 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
22377 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
22378 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
22379 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
22380 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
22381 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
22382 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
22383 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
22384 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
22385 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
22386 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
22387 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
22388
22389 * info.el (info-tool-bar-map): Replace underscores in image names
22390 with dashes.
22391
22392 * makefile.w32-in (WINS): Remove toolbar.
22393
22394 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
22395
22396 * tool-bar.el: Move to lisp from toolbar. Now that
22397 toolbar is empty, it should be deleted when folks run "cvs up -P".
22398
22399 2005-10-18 Jay Belanger <belanger@truman.edu>
22400
22401 * calc/calc-store.el (calc-store-into): Get the proper variable name
22402 to display in message.
22403
22404 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
22405
22406 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
22407 expressions display in speedbar for all buffers when debugging.
22408 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
22409
22410 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
22411 (speedbar-insert-button, speedbar-make-button):
22412 Use add-text-properties.
22413 (speedbar-update-localized-contents)
22414 (speedbar-update-directory-contents)
22415 (speedbar-update-special-contents): Use dolist.
22416 (speedbar-buffer-easymenu-definition): Add a menu separator.
22417
22418 2005-10-17 Jason Rumney <jasonr@gnu.org>
22419
22420 * makefile.w32-in: Use $(lisp) consistently.
22421 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
22422 for shell specific generation of mh-autoloads.
22423
22424 2005-10-17 Richard M. Stallman <rms@gnu.org>
22425
22426 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
22427
22428 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
22429
22430 * jit-lock.el (jit-lock-fontify-now):
22431 Move jit-lock-context-unfontify-pos to avoid wasted work.
22432
22433 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
22434
22435 * net/tramp.el (tramp-completion-mode): New defvar. Used in
22436 `tramp-completion-mode' for checking if we are in completion mode.
22437 (tramp-completion-handle-file-name-all-completions): Reorder code
22438 in order to complete for file names only in case there are no
22439 method/user/host completions. This is necessary for cooperation
22440 with ido. Reported by Kim F. Storm <storm@cua.dk>.
22441
22442 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
22443
22444 * longlines.el (longlines-search-forward)
22445 (longlines-search-backward): Match any number of spaces.
22446
22447 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
22448
22449 * diff-mode.el (diff-mode): Doc fix.
22450
22451 2005-10-16 David Reitter <david.reitter@gmail.com>
22452
22453 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
22454 as default on darwin and windows systems.
22455
22456 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
22457
22458 * arc-mode.el (archive-zip-extract): Doc fix.
22459
22460 2005-10-16 Romain Francoise <romain@orebokech.com>
22461
22462 * mouse.el (mouse-1-click-follows-link): Doc fix.
22463
22464 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22465
22466 * savehist.el: Don't require CL at runtime.
22467 (savehist-xemacs): Remove.
22468 (savehist-coding-system): Use utf-8 if present, regardless of religion.
22469 (savehist-no-conversion): Use (featurep 'xemacs).
22470 (savehist-load): Check existence of start-itimer rather than XEmacs.
22471 Use an idle timer.
22472 (savehist-process-for-saving): Replace use of CL funs `subseq' and
22473 `delete-if-not'.
22474
22475 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
22476
22477 * savehist.el: Newer version.
22478 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
22479 (savehist-last-checksum, savehist-no-conversion): New vars.
22480 (savehist-autosave, savehist-process-for-saving, savehist-printable):
22481 New functions.
22482 (savehist-load, savehist-save): Use them.
22483 (savehist-delimit): Remove.
22484
22485 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22486
22487 * progmodes/compile.el (compilation-goto-locus): Display the
22488 compilation buffer first and the source buffer second, in case they're
22489 in overlapping frames. Don't raise the compilation frame if it was the
22490 selected window upon entry. Pass the `other-window' arg to
22491 pop-to-buffer.
22492
22493 * info.el (Info-fontify-node): Use dolist.
22494 Change add-text-properties to put-text-property.
22495
22496 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22497
22498 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
22499 bound of search.
22500
22501 2005-10-16 Masatake YAMATO <jet@gyve.org>
22502
22503 * dabbrev.el (dabbrev-completion): Pass the common
22504 prefix substring of completion to `display-completion-list'.
22505
22506 * filecache.el (file-cache-minibuffer-complete)
22507 (file-cache-complete): Ditto.
22508
22509 * tempo.el (tempo-display-completions): Ditto.
22510
22511 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
22512
22513 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
22514
22515 * eshell/em-hist.el (eshell-list-history): Ditto.
22516
22517 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
22518
22519 * mail/mailalias.el (mail-complete): Ditto.
22520
22521 * progmodes/etags.el (complete-tag): Ditto.
22522
22523 * progmodes/make-mode.el (makefile-complete): Ditto.
22524
22525 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
22526
22527 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
22528
22529 * progmodes/pascal.el (pascal-complete-word)
22530 (pascal-show-completions): Ditto.
22531
22532 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
22533
22534 * simple.el (completion-common-substring): New variable.
22535 (completion-setup-function): Use `completion-common-substring'
22536 to put faces.
22537
22538 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22539
22540 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
22541 (x-get-selection, mac-select-convert-to-string): Convert from/to
22542 UTF-16 clipboard data as in native byte order, no BOM.
22543
22544 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
22545
22546 * progmodes/gud.el (gud-tool-bar-map): Rename the images
22547 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
22548 (gud-sentinel): Use speedbar-frame to check for speedbar.
22549
22550 2005-10-15 Richard M. Stallman <rms@gnu.org>
22551
22552 * savehist.el: New file.
22553
22554 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
22555
22556 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
22557 Fix bug in \bf fontification.
22558
22559 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
22560
22561 * pcvs.el (cvs-edit-log-files): New var.
22562 (cvs-mode-edit-log): New arg `file'.
22563 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
22564 Instead force the use of the original file and nothing else.
22565 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
22566 the cvs-minor-wrap-function is set.
22567 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
22568
22569 2005-10-14 Bill Wohler <wohler@newt.com>
22570
22571 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
22572 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
22573 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
22574 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
22575 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
22576 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
22577 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
22578 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
22579 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
22580 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
22581 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
22582 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
22583 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
22584 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
22585 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
22586
22587 * progmodes/gud.el (gud-tool-bar-map): Rename the images
22588 appropriately (for example, gud-break to gud/break).
22589
22590 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
22591
22592 * longlines.el (longlinges-search-function)
22593 (longlines-search-forward, longlines-search-backward): New functions.
22594 (longlines-mode): Set isearch-search-fun-function to
22595 longlinges-search-function.
22596
22597 * mouse.el (mouse-drag-region-1): Handle the case where a
22598 double-click event is bound to an arbitrary function.
22599
22600 2005-10-14 David Ponce <david@dponce.com>
22601
22602 * recentf.el (recentf-track-opened-file)
22603 (recentf-track-closed-file, recentf-update-menu)
22604 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
22605 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
22606 mouse-1-click-follows-link.
22607
22608 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22609
22610 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
22611 Gnome file-manager.png. Suggested by
22612 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
22613
22614 * toolbar/README: Add diropen.xpm.
22615
22616 2005-10-13 Bill Wohler <wohler@newt.com>
22617
22618 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
22619 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
22620
22621 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
22622
22623 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
22624 Don't waste the byte-compiler's time on constant data.
22625
22626 2005-10-13 Kenichi Handa <handa@m17n.org>
22627
22628 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
22629 byte with `escape-glyph' face.
22630
22631 * international/fontset.el (ccl-encode-unicode-font):
22632 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
22633 Handle the case that ucs-mule-to-mule-unicode translates a character to
22634 ASCII (usually for IPA characters).
22635
22636 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
22637
22638 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
22639 Don't hide the underline of titles if font-lock-mode is disabled.
22640
22641 2005-10-12 Bill Wohler <wohler@newt.com>
22642
22643 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
22644 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
22645 files in MH-E-SRC have been updated.
22646 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
22647
22648 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
22649
22650 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
22651 (mixal-mode-syntax-table): Add \n as end-comment.
22652 (mixal-operation-codes-alist): Immediately initialize to full value.
22653 (mixal-add-operation-code): Remove.
22654 (mixal-describe-operation-code): Make the arg non-optional.
22655 Use the interactive spec instead.
22656 Use mixal-operation-codes-alist rather than mixal-operation-codes.
22657 (mixal-font-lock-keywords): Don't highlight comments here any more.
22658 (mixal-font-lock-syntactic-keywords): New var.
22659 (mixal-mode): Use it. Fix comment-start-skip.
22660
22661 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22662
22663 * startup.el (command-line-x-option-alist): -nb => -nbi.
22664
22665 2005-10-12 Kim F. Storm <storm@cua.dk>
22666
22667 * startup.el (fancy-splash-default-action): Discard mouse click in
22668 the splash screen window, as it has no sensible meaning in the
22669 next window to be selected. Fixes error reported by Jan D.
22670
22671 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
22672
22673 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
22674
22675 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
22676
22677 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
22678 Try to fix up minor layout issues like indentation, line break, etc...
22679 (mixal-mode-syntax-table): Don't try to specify comment syntax,
22680 because it doesn't work.
22681 (mixal-operation-codes): Add some more codes.
22682 (mixal-font-lock-keywords): Process comments here.
22683 (mixal-mode): mixasm no longer needs -g option.
22684
22685 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
22686
22687 * progmodes/sh-script.el (sh-tmp-file):
22688 Use mktemp -t. Finish support for es and rc shells.
22689
22690 2005-10-11 Jay Belanger <belanger@truman.edu>
22691
22692 * calc/calcalg2.el (calc-integral): With an argument, compute the
22693 definite integral.
22694
22695 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
22696
22697 * mouse.el (mouse-drag-region-1): Don't try to catch a
22698 double-click when doing follow-link (it's overridden anyway).
22699
22700 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
22701
22702 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
22703 (autoload-print-form-outbuf): Add docstring.
22704
22705 2005-10-11 Juri Linkov <juri@jurta.org>
22706
22707 * info.el (Info-mode-menu): Delete menu item "Edit".
22708 (Info-mode): Delete description of Info-edit from docstring,
22709 and rearrange descriptions of Info commands in the order
22710 they are documented in the Info manual.
22711
22712 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
22713
22714 * calendar/appt.el (appt-check): Use diary-selective-display var.
22715
22716 2005-10-10 Richard M. Stallman <rms@gnu.org>
22717
22718 * net/newsticker.el (newsticker-start, newsticker-show-news):
22719 Add autoload cookies.
22720
22721 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
22722
22723 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
22724
22725 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
22726
22727 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
22728
22729 2005-10-10 Jay Belanger <belanger@truman.edu>
22730
22731 * calc/calc-arith.el (math-check-known-scalarp)
22732 (math-check-known-matrixp): Check the values of arguments that are
22733 variables.
22734 (math-check-known-square-matrixp): New function.
22735 (math-known-square-matrixp): Use math-check-known-square-matrixp.
22736 (math-super-types): Add sqmatrix type.
22737
22738 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
22739 mode name `square' to `sqmatrix'.
22740
22741 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
22742 mode name `square' to `sqmatrix'.
22743
22744 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
22745
22746 * progmodes/etags.el (select-tags-table-mode): Don't use
22747 selective-display.
22748 (tags-select-tags-table): Pass `button' to the action function.
22749 (select-tags-table): Place the side-info on button properties rather
22750 than in hidden text. Abbreviate file names.
22751 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
22752 (select-tags-table-select): Add `button' argument.
22753 Get side-info from the button property rather than from hidden text.
22754
22755 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
22756
22757 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
22758 (gud-speedbar-buttons): Preserve point if possible.
22759 (gud-sentinel): Restore previous speedbar display type.
22760
22761 * progmodes/gdb-ui.el (gdba): Improve diagram.
22762 (def-gdb-auto-update-handler, gdb-info-locals-handler)
22763 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
22764 Call get-buffer-window once.
22765
22766 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
22767
22768 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
22769 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
22770 (pascal-indent-command): Remove unused var `ind'.
22771 (pascal-indent-case): Remove unused var `oldpos'.
22772 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
22773 since it's now used as a proper minor mode map.
22774 (pascal-outline): Rename to pascal-outline-mode.
22775 (pascal-outline-mode): Use define-minor-mode.
22776 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
22777 selective-display.
22778
22779 2005-10-10 Andreas Schwab <schwab@suse.de>
22780
22781 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
22782 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
22783
22784 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
22785 outside source directory.
22786
22787 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
22788
22789 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
22790 C-x' as a prefix.
22791 (orgtbl-mode-map): Full keymap instead of sparse, because all
22792 `self-insert-command' keys are redefined in this map.
22793 (org-export-as-html): Specify charset for HTML file, by taking it
22794 from the coding system.
22795
22796 2005-10-10 Kenichi Handa <handa@m17n.org>
22797
22798 * textmodes/flyspell.el (flyspell-check-word-p):
22799 If unread-command-events is non-empty, don't call sit-for.
22800
22801 2005-10-09 Richard M. Stallman <rms@gnu.org>
22802
22803 * font-lock.el (font-lock-syntactic-keywords)
22804 (font-lock-keywords): Doc fixes.
22805
22806 * textmodes/flyspell.el (flyspell-external-point-words):
22807 Simplify logic, and don't try to check for consecutive appearances
22808 of one incorrect word.
22809
22810 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
22811
22812 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
22813 separator.
22814
22815 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
22816 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
22817 (gud-expansion-speedbar-buttons): New function.
22818 (gud-speedbar-buttons): Check for gud-comint-buffer.
22819
22820 2005-10-09 Bill Wohler <wohler@newt.com>
22821
22822 * Makefile.in (updates): Add mh-loaddefs dependency.
22823
22824 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
22825
22826 * speedbar.el (speedbar-file-key-map): Fix typo.
22827
22828 2005-10-09 Daniel Brockman <daniel@brockman.se>
22829
22830 * cus-start.el (line-spacing): Add custom spec.
22831
22832 2005-10-09 Romain Francoise <romain@orebokech.com>
22833
22834 * textmodes/ispell.el (ispell-check-version): Fix last change.
22835
22836 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22837
22838 * term/x-win.el: Remove -i, --icon-type from comment.
22839
22840 * startup.el (command-line-x-option-alist): Remove options -i,
22841 -itype, --icon-type, added -nb, --no-bitmap-icon.
22842
22843 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
22844
22845 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
22846 instead of :active.
22847
22848 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
22849
22850 * textmodes/ispell.el (ispell-check-version):
22851 Ignore hyphen, and all that follows, in aspell's version text.
22852
22853 2005-10-08 Jay Belanger <belanger@truman.edu>
22854
22855 * calc/calc-arith.el (math-known-square-matrixp): New function.
22856 (math-pow-fancy): Check for matrices before distributing exponent
22857 across products.
22858
22859 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
22860 fullscreen keypad. Suggested by Luc Teirlinck.
22861 (calc-keypad-show-input): Add space for formatting.
22862
22863 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
22864 Add square matrix option.
22865
22866 * calc/calc-poly.el (math-expand-term): Check for matrices instead
22867 of checking calc-matrix-mode when deciding how to expand.
22868
22869 * calc/calc.el (calc-set-mode-line): Add square matrix option.
22870
22871 2005-10-08 Lars Hansen <larsh@soem.dk>
22872
22873 * net/tramp.el (tramp-perl-directory-files-and-attributes):
22874 Add error handling.
22875 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
22876
22877 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
22878
22879 Sync with Tramp 2.0.51.
22880
22881 * net/tramp.el (tramp-handle-set-visited-file-modtime)
22882 (tramp-handle-insert-file-contents, tramp-handle-write-region):
22883 Insert special handling for `last-coding-system-used', again
22884 it still seems to be necessary (unlike stated before).
22885 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
22886 (tramp-password-prompt-regexp): There might be other words before
22887 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
22888 (tramp-chunksize): Improve docstring.
22889 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
22890 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
22891 Christian Joergensen <bugs@razor.dk>.
22892
22893 2005-10-07 Glenn Morris <rgm@gnu.org>
22894
22895 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
22896 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
22897 precision'.
22898
22899 2005-10-07 Romain Francoise <romain@orebokech.com>
22900
22901 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
22902 (ibuffer-do-shell-command-pipe-replace)
22903 (ibuffer-do-shell-command-file, ibuffer-do-eval)
22904 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
22905 (ibuffer-do-revert, ibuffer-do-replace-regexp)
22906 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
22907 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
22908 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
22909 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
22910 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
22911 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
22912 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
22913 Autoload file sans suffix.
22914
22915 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
22916
22917 2005-10-07 David Ponce <david@dponce.com>
22918
22919 * recentf.el (recentf-menu-open-all-flag): New option.
22920 (recentf-digit-shortcut-command-name): New function.
22921 (recentf--shortcuts-keymap): New variable.
22922 (recentf-menu-shortcuts): New variable.
22923 (recentf-make-menu-items): Initialize it. Replace the "More..."
22924 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
22925 (recentf-menu-value-shortcut): New function.
22926 (recentf-make-menu-item): Use it. No more in-lined.
22927 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
22928 (recentf-open-most-recent-file): Rename from
22929 `recentf-open-file-with-key'. Don't depend on key binding.
22930 (recentf-mode-map): New variable.
22931 (recentf-mode): Use it.
22932
22933 2005-10-06 Bill Wohler <wohler@newt.com>
22934
22935 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
22936
22937 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
22938 (MH-E-SRC): New. Used by mh-autoloads.
22939 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
22940 files in MH-E-SRC have been updated.
22941 (compile, recompile, bootstrap): Depend on mh-autoloads.
22942
22943 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
22944
22945 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
22946 gud-break and gud-remove icons when the fringe is not available.
22947
22948 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
22949 Typo.
22950
22951 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
22952
22953 * play/zone.el (zone): Wrap body with save-window-excursion.
22954
22955 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
22956
22957 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
22958 Use the new `list-only' arg to diary-list-entries.
22959
22960 * calendar/diary-lib.el: Use overlays rather than selective-display.
22961 (diary-selective-display): New var.
22962 (diary-header-line-format): Use it.
22963 (diary-list-entries): Add argument `list-only'.
22964 Put the buffer in diary-mode. Don't add \^M at beg and end.
22965 Replace \^M by invisible overlays.
22966 (diary-unhide-everything): Replace \^M by invisible overlays.
22967 (print-diary-entries): Look for overlays rather than \^M.
22968 Add a space to the temp buffer name.
22969 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
22970 Put the buffer in diary-mode.
22971 (list-sexp-diary-entries): Replace \^M by invisible overlays.
22972 (diary-anniversary): Make the year arg optional.
22973 (diary-time-regexp): New const.
22974 (diary-font-lock-keywords): Use it to accept a few more time formats.
22975
22976 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
22977
22978 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
22979
22980 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
22981 Fix bug introduced 2005-07-03: Use (car (last ...))
22982 to faithfully reproduce replaced artist-last.
22983 (artist-set-arrow-points-for-poly): Likewise.
22984 Suggested by Johan Bockg\e,Ae\e(Brd.
22985
22986 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
22987
22988 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
22989 * wid-edit.el (widget):
22990 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
22991 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
22992
22993 2005-10-06 Kenichi Handa <handa@m17n.org>
22994
22995 * international/mule-cmds.el (set-language-environment):
22996 Fix setting up of case-table for unibyte mode.
22997
22998 * simple.el (what-cursor-position): If the character is displayed
22999 by some `display' text property, show that. Don't use
23000 single-key-description for eight-bit characters in multibyte mode.
23001
23002 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
23003
23004 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
23005 (gdb-ann3): Set it.
23006 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
23007 (gdb-info-frames-custom): Use inverse-video for first five
23008 characters of selected frame only.
23009 (gdb-get-frame-number): Select frame even when point is on frame
23010 number.
23011
23012 2005-10-06 Masatake YAMATO <jet@gyve.org>
23013
23014 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
23015 Put `font-lock-function-name-face'.
23016 (gdb-info-frames-custom): Put `font-lock-function-name-face'
23017 and `font-lock-variable-name-face'
23018 (gdb-registers-font-lock-keywords): New font lock keywords definition.
23019 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
23020 (gdb-memory-font-lock-keywords): New font lock keywords definition.
23021 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
23022 (gdb-local-font-lock-keywords): New font lock keywords definition.
23023 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
23024 (gdb-threads-font-lock-keywords): New font lock keywords definition.
23025 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
23026
23027 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
23028
23029 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
23030 (ediff-merge-region-is-non-clash-to-skip): Previously called
23031 ediff-merge-region-is-non-clash.
23032
23033 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
23034 Use insert-buffer-substring.
23035
23036 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
23037 selecting files to patch. Also bug fixes.
23038
23039 * ediff-util.el (ediff-setup): Bug fix.
23040 (ediff-next-difference): Never skip clashes that differ in white
23041 space only.
23042
23043 * ediff-wind.el (ediff-setup-control-frame)
23044 (ediff-destroy-control-frame): Check the menubar feature.
23045
23046 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
23047 (viper-refresh-mode-line): Use make-local-variable to localize
23048 some vars instead of make-variable-buffer-local. Suggested by
23049 Stefan Monnier.
23050
23051 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
23052 (viper-restore-cursor-type, viper-set-insert-cursor-type):
23053 Use make-local-variable instead of make-variable-buffer-local.
23054 Suggested by Stefan Monnier.
23055
23056 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
23057 (viper-comint-mode-hook): Use make-local-variable on
23058 require-final-newline.
23059 (viper-non-hook-settings): Don't use make-variable-buffer-local.
23060
23061 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
23062
23063 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
23064 also the second char of a comment-start sequence.
23065 (scheme-sexp-comment-syntax-table): New var.
23066 (lambda, define): Set their scheme-doc-string-elt property.
23067 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
23068 Use lisp-font-lock-syntactic-face-function now that it properly
23069 handles |...| symbols.
23070 (scheme-mode-variables): Set lisp-doc-string-elt-property,
23071 parse-sexp-lookup-properties and font-lock-extra-managed-props.
23072
23073 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
23074 bit from # to |.
23075 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
23076
23077 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
23078 (lisp-doc-string-elt-property): New var.
23079 (lisp-font-lock-syntactic-face-function): Use it.
23080 Rewrite to recognize docstrings even for forms not at toplevel.
23081
23082 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
23083 annotation on the | part of #| rather than on the # part.
23084 (scheme-font-lock-syntactic-face-function): New function, to
23085 distinguish strings from |...| symbols.
23086 (scheme-mode-variables): Use it. Also fix up the font-lock-time
23087 syntax-table so that #|...|# is properly highlighted.
23088
23089 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
23090 Don't mark as docstring the 3rd elem of an unknown toplevel form.
23091
23092 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
23093
23094 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
23095 and C-e.
23096
23097 * emacs-lisp/eldoc.el: Move comments into docstrings.
23098 (eldoc-message-commands): Initialize in its declaration.
23099 Add move-beginning-of-line and move-end-of-line.
23100 (eldoc-add-command, eldoc-add-command-completions)
23101 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
23102
23103 * outline.el (outline-mark-subtree): Activate the mark.
23104
23105 * calendar/appt.el (appt-time-regexp): New var.
23106 (appt-add, appt-make-list): Use it.
23107 (appt-convert-time): Clean up.
23108
23109 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
23110 Don't set any syntax-table property here.
23111 (tex-font-lock-verb): New function. Do it here.
23112 (tex-font-lock-syntactic-keywords): Use it.
23113
23114 2005-10-04 Richard M. Stallman <rms@gnu.org>
23115
23116 * wid-edit.el (widget-file-complete): Get the widget start point
23117 the right way. Default directory to `/' if file has none.
23118
23119 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
23120
23121 * textmodes/flyspell.el (flyspell-mode-on):
23122 Call ispell-maybe-find-aspell-dictionaries.
23123
23124 * textmodes/ispell.el (ispell-word, ispell-region):
23125 Call ispell-maybe-find-aspell-dictionaries.
23126 (ispell-accept-buffer-local-defs):
23127 Don't call ispell-maybe-find-aspell-dictionaries.
23128
23129 2005-10-04 Richard M. Stallman <rms@gnu.org>
23130
23131 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
23132
23133 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
23134
23135 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
23136 instead of `fboundp' in order to allow for anonymous functions.
23137
23138 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
23139
23140 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
23141 case the user clicks on the link while another window is selected.
23142 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
23143
23144 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
23145 functionality.
23146 (dframe-help-echo): Save point in case mouse tracking is off.
23147
23148 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
23149
23150 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
23151
23152 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23153
23154 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
23155 not change the global value of those vars.
23156
23157 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
23158 make-local-variable which we do not need any more.
23159
23160 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
23161
23162 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
23163 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
23164 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
23165 (speedbar-path-line): Define obsolete aliases.
23166 (speedbar-line-directory): Doc fix.
23167
23168 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
23169 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
23170 instead of speedbar-line-path.
23171
23172 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23173
23174 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
23175 to nil if dropping on a window. Handle dropping on a minibuffer window
23176 like dropping on a non-window part of Emacs.
23177
23178 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23179
23180 * net/ange-ftp.el: Use with-current-buffer.
23181 (ange-ftp-insert-directory): Do not follow symlinks any more.
23182
23183 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
23184 Remove interactive spec.
23185
23186 2005-10-03 Kim F. Storm <storm@cua.dk>
23187
23188 * ido.el (ido-mode): Use custom-initialize-set.
23189
23190 2005-10-02 Richard M. Stallman <rms@gnu.org>
23191
23192 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
23193 Use insert-buffer-substring.
23194
23195 * net/tramp.el: Pacify byte compiler warnings in pacification code.
23196 (tramp-handle-file-local-copy): Use insert-buffer-substring.
23197
23198 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
23199
23200 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
23201 in last change.
23202 (ange-ftp-insert-directory): Fix up the search for the case where
23203 `file' is absolute.
23204
23205 2005-10-02 Romain Francoise <romain@orebokech.com>
23206
23207 * progmodes/compile.el (compile-goto-error): Delete extra paren.
23208
23209 2005-10-02 Andreas Schwab <schwab@suse.de>
23210
23211 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
23212 directory component in the session info.
23213
23214 2005-10-01 Richard M. Stallman <rms@gnu.org>
23215
23216 * comint.el (comint-redirect-subvert-readonly): Doc fix.
23217
23218 * simple.el (next-error-internal): New function.
23219
23220 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
23221 (compilation-start): Pass new arg to compilation-buffer-name.
23222 (compile-goto-error): Use next-error-internal.
23223
23224 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
23225
23226 * speedbar.el: Remove RCS tag.
23227 (speedbar-check-read-only): Handle non-existent files.
23228
23229 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
23230
23231 * info.el (Info-speedbar-hierarchy-buttons)
23232 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
23233
23234 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23235
23236 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
23237 Do not match newline.
23238 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
23239 (bibtex-summary): Remove unnecessary save-excursion.
23240 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
23241
23242 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23243
23244 * term/mac-win.el: Add charset info for "iso10646-1".
23245 Modify default fontset to use ATSUI-compatible fonts for some charsets
23246 if available.
23247
23248 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
23249
23250 * speedbar.el: Re-apply arch tag.
23251 (speedbar-version): Rename to version 1.0. Suggested by Eric
23252 M. Ludlam.
23253 Reapply two changes from Emacs CVS' version of speedbar lost
23254 during the merge:
23255 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
23256 (speedbar-frame-parameters): Improve customize type.
23257
23258 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
23259
23260 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
23261 (ange-ftp-file-directory-p): Fix the symlink case.
23262 (ange-ftp-insert-directory): When listing a single file, get a list of
23263 the parent buffer and extract the relevant line. Inspired from a patch
23264 by Katsumi Yamaoka <yamaoka@jpl.org>.
23265 (ange-ftp-file-name-sans-versions): Simplify.
23266
23267 2005-09-30 Bill Wohler <wohler@newt.com>
23268
23269 Move MH-E image files from toolbar and mail directories into
23270 etc/images.
23271
23272 * mail/reply2.*: Move to etc/images/mail/reply*.
23273
23274 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
23275 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
23276 etc/images.
23277
23278 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
23279 * toolbar/reply*: Move to etc/images/mail.
23280
23281 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
23282
23283 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
23284
23285 * speedbar.el: New version 1.0pre3.
23286
23287 Frame management code (including timer, and mouse click specifics)
23288 moved to dframe.el:
23289 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
23290 (speedbar-timer): Removed. Use dframe-timer.
23291 (speedbar-close-frame): Removed. Use dframe-close-frame.
23292 (speedbar-activity-change-focus-flag): Removed. Use
23293 dframe-activity-change-focus-flag.
23294 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
23295 dframe-update-speed.
23296
23297 (speedbar-current-frame): New macro. Use this instead of the
23298 variable speedbar-frame.
23299
23300 (speedbar-use-images, speedbar-expand-image-button-alist)
23301 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
23302
23303 (speedbar-find-image-on-load-path): Removed. Replaced by
23304 defezimage in ezimage.el.
23305 (speedbar-expand-image-button-alist): Removed. Replaced by
23306 ezimage-expand-image-button-alist in ezimage.el.
23307
23308 (speedbar-ignored-directory-regexp)
23309 (speedbar-add-ignored-directory-regexp)
23310 (speedbar-ignored-directory-expressions)
23311 (speedbar-line-directory, speedbar-buffers-line-directory)
23312 (speedbar-directory-line, speedbar-buffers-line-directory):
23313 Renamed, replacing `path' with `directory'.
23314
23315 (speedbar-create-directory, speedbar-expand-line-descendants)
23316 (speedbar-toggle-line-expansion)
23317 (speedbar-contract-line-descendants): New commands.
23318
23319 (speedbar-query-confirmation-method, speedbar-select-frame-method)
23320 (speedbar-use-tool-tips-flag): New options.
23321
23322 (speedbar-check-read-only, speedbar-require-version)
23323 (speedbar-insert-separator, speedbar-buffers-tail-notes)
23324 (speedbar-handle-delete-frame, speedbar-try-completion)
23325 (speedbar-update-localized-contents): New functions.
23326
23327 (speedbar-incompatible-version, speedbar-ro-to-do-point)
23328 (speedbar-object-read-only-indicator): New variables.
23329
23330 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
23331 New hooks.
23332
23333 (speedbar-separator-face): New face.
23334
23335 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
23336 (speedbar-ignored-modes): Add fundamental-mode.
23337 (speedbar-directory-unshown-regexp): Add . directories.
23338
23339 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
23340 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
23341 `]' for full expand/close.
23342 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
23343
23344 (speedbar-check-vc): Support hidden files.
23345 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
23346 (speedbar-this-file-in-vc): Use vc-state if available. If VC
23347 state is nil, it is not checked out.
23348
23349 (speedbar-line-text, speedbar-line-token): Support expand buttons
23350 with no text.
23351 (speedbar-refresh): Universal argument acts as power-click.
23352 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
23353 that buffer to get variable values.
23354
23355 And many other bugfixes.
23356
23357 * dframe.el, ezimage.el, sb-image.el: New files.
23358
23359 * sb-*.xpm: Remove files. New image files installed into
23360 etc/images/ezimage.
23361
23362 2005-09-30 Kenichi Handa <handa@m17n.org>
23363
23364 * ps-mule.el (ps-mule-show-warning): If a character is in
23365 ps-print-translation-table, don't treat it as non-printable.
23366
23367 2005-09-30 David Ponce <david@dponce.com>
23368
23369 * tree-widget.el (tree-widget-themes-load-path): New variable.
23370 (tree-widget-themes-directory): Doc fix.
23371 (tree-widget-image-formats) [Emacs]: Doc fix.
23372 (tree-widget--locate-sub-directory): New function.
23373 (tree-widget-themes-directory): Use it.
23374
23375 * recentf.el (recentf-filename-handlers): Rename from
23376 `recentf-filename-handler'. Allow a list of functions.
23377 (recentf-menu-items-for-commands): Fix :help strings.
23378 (recentf-apply-filename-handlers): New function.
23379 (recentf-expand-file-name): Use it.
23380 (recentf-cleanup): Remove duplicates too.
23381
23382 2005-09-29 Juri Linkov <juri@jurta.org>
23383
23384 * faces.el: Rearrange face definitions to be in the same order as
23385 their face descriptions in "(emacs)Standard Faces".
23386
23387 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
23388
23389 * tooltip.el (tooltip): Add group `basic-faces'.
23390
23391 * buff-menu.el (Buffer-menu-buffer): Remove group
23392 `font-lock-highlighting-faces'.
23393
23394 * progmodes/compile.el (compilation-error, compilation-warning)
23395 (compilation-info, compilation-line-number, compilation-column-number):
23396 Change group from `font-lock-highlighting-faces' to `compilation'.
23397
23398 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
23399 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
23400 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
23401 (vhdl-font-lock-reserved-words-face)
23402 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
23403 `font-lock-highlighting-faces'.
23404
23405 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
23406
23407 2005-09-28 Kim F. Storm <storm@cua.dk>
23408
23409 * emulation/cua-base.el: Set CUA move property on additional commands:
23410 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
23411 forward-sexp, backward-sexp, forward-list, backward-list.
23412
23413 2005-09-28 Romain Francoise <romain@orebokech.com>
23414
23415 * comint.el (comint-show-output): Really set point at the
23416 beginning of the output when not using `comint-use-prompt-regexp'.
23417
23418 2005-09-27 Jay Belanger <belanger@truman.edu>
23419
23420 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
23421 in TeX mode.
23422
23423 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
23424
23425 * textmodes/org.el (org-table-sum): Fix format string.
23426
23427 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
23428 Quote face names.
23429
23430 2005-09-26 Romain Francoise <romain@orebokech.com>
23431
23432 * isearch.el (isearch-forward-regexp): Close doc string.
23433
23434 2005-09-25 Richard M. Stallman <rms@gnu.org>
23435
23436 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
23437
23438 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
23439
23440 * progmodes/compile.el (compilation-error-properties):
23441 When getting the file from the previous error message,
23442 correctly decode the new data format.
23443
23444 * progmodes/cc-cmds.el (c-electric-paren):
23445 Call old-blink-paren only for close-paren.
23446
23447 2005-09-24 Andreas Schwab <schwab@suse.de>
23448
23449 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
23450 condition.
23451
23452 2005-09-25 Romain Francoise <romain@orebokech.com>
23453
23454 * dired-aux.el (dired-copy-file-recursive):
23455 * dired.el (dired-delete-file):
23456 * ediff-mult.el (ediff-dir-diff-copy-file):
23457 * ediff-util.el (ediff-test-save-region):
23458 * forms.el (forms-mode):
23459 * ido.el (ido-file-internal, ido-delete-file-at-head):
23460 * log-edit.el (log-edit-done):
23461 * ses.el (ses-yank-resize):
23462 * play/gomoku.el (gomoku-human-plays, gomoku)
23463 (gomoku-human-resigns, gomoku-prompt-for-other-game)
23464 (gomoku-offer-a-draw):
23465 * play/landmark.el (lm-human-resigns, lm):
23466 * net/eudcb-ldap.el (eudc-ldap-check-base):
23467 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
23468 * progmodes/ebrowse.el (ebrowse-find-pattern):
23469 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
23470 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
23471 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
23472
23473 * vc.el (vc-delete-file):
23474 * play/gomoku.el (gomoku-terminate-game, gomoku)
23475 (gomoku-prompt-for-move, gomoku-human-takes-back):
23476 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
23477 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
23478
23479 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
23480
23481 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
23482 color rxvt terminals by using the code xterm.el used to use before
23483 2005-04-09 in order to match the colors used by rxvt.
23484
23485 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23486
23487 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
23488 colors rxvt-unicode terminals by using the same code as xterm.el.
23489
23490 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
23491
23492 * textmodes/tex-mode.el (tex-font-lock-append-prop)
23493 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
23494 new symbol used for the tex-verbatim face.
23495
23496 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
23497
23498 * woman.el (woman-file-name):
23499 * wid-edit.el (widget-file-prompt-value)
23500 (widget-coding-system-prompt-value):
23501 * w32-fns.el (set-w32-system-coding-system):
23502 * vc.el (vc-version-diff, vc-annotate):
23503 * textmodes/reftex-auc.el (reftex-arg-cite)
23504 (reftex-arg-index-tag):
23505 * textmodes/refer.el (refer-get-bib-files):
23506 * textmodes/artist.el (artist-figlet-choose-font):
23507 * terminal.el (terminal-emulator):
23508 * replace.el (occur-read-primary-args):
23509 * rect.el (string-rectangle, string-insert-rectangle):
23510 * ps-print.el (ps-print-preprint):
23511 * progmodes/pascal.el (pascal-goto-defun):
23512 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
23513 * progmodes/compile.el (compilation-find-file):
23514 * printing.el (pr-interactive-n-up):
23515 * play/animate.el (animate-birthday-present):
23516 * net/rcompile.el (remote-compile):
23517 * man.el (man, Man-goto-section, Man-follow-manual-reference):
23518 * mail/rmailsum.el (rmail-summary-search-backward)
23519 (rmail-summary-search):
23520 * mail/rmailout.el (rmail-output-read-rmail-file-name)
23521 (rmail-output-read-file-name):
23522 * mail/rmail.el (rmail-search, rmail-search-backwards):
23523 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
23524 * locate.el (locate):
23525 * international/quail.el (quail-show-keyboard-layout):
23526 * international/mule.el (set-buffer-file-coding-system)
23527 (revert-buffer-with-coding-system, set-file-name-coding-system)
23528 (set-terminal-coding-system, set-keyboard-coding-system)
23529 (set-next-selection-coding-system):
23530 * international/mule-diag.el (describe-coding-system)
23531 (describe-font, describe-fontset):
23532 * international/mule-cmds.el (universal-coding-system-argument)
23533 (search-unencodable-char, describe-input-method)
23534 (set-language-environment, describe-language-environment):
23535 * international/codepage.el (codepage-setup):
23536 * international/code-pages.el (codepage-setup):
23537 * info.el (Info-search, Info-follow-reference)
23538 (Info-search-backward):
23539 * emacs-lisp/advice.el (ad-read-advised-function)
23540 (ad-read-advice-class, ad-clear-cache, ad-activate)
23541 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
23542 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
23543 (ad-read-regexp):
23544 * ediff-util.el (ediff-toggle-regexp-match):
23545 * ediff-ptch.el (ediff-prompt-for-patch-file):
23546 * dired-aux.el (dired-diff):
23547 * diff.el (diff):
23548 * cus-edit.el (custom-variable-prompt):
23549 * calendar/timeclock.el (timeclock-ask-for-project):
23550 * calc/calcalg3.el (calc-get-fit-variables):
23551 * calc/calc-store.el (calc-edit-variable)
23552 (calc-permanent-variable):
23553 * vc-mcvs.el (vc-mcvs-register):
23554 * shadowfile.el (shadow-define-literal-group):
23555 * woman.el (woman-file-name):
23556 * vc.el (vc-version-diff, vc-merge):
23557 * textmodes/reftex-index.el (reftex-index-complete-tag):
23558 * format.el (format-decode-buffer, format-decode-region):
23559 * emulation/viper-cmd.el (viper-read-string-with-history):
23560 * emacs-lisp/debug.el (cancel-debug-on-entry):
23561 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
23562 * ediff.el (ediff-merge-revisions)
23563 (ediff-merge-revisions-with-ancestor, ediff-revision):
23564 * completion.el (interactive-completion-string-reader):
23565 * calc/calc-prog.el (calc-user-define-formula):
23566 Follow convention for reading with the minibuffer.
23567
23568 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
23569
23570 * progmodes/python.el (python-describe-symbol): Add globals() and
23571 locals() to the arguments of emacs.ehelp.
23572
23573 2005-09-24 Magnus Henoch <mange@freemail.hu>
23574
23575 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
23576 New function, code extracted from ispell-valid-dictionary-list.
23577 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
23578 Call it.
23579
23580 2005-09-24 Eli Zaretskii <eliz@gnu.org>
23581
23582 * subr.el (version-regexp-alist): Extend valid syntax for version
23583 strings: allow any of the characters -,_,+ to separate the
23584 alpha/beta/rc part from the version part. Doc fix.
23585 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
23586
23587 2005-09-23 David Reitter <david.reitter@gmail.com>
23588
23589 * mail/mailclient.el: New file.
23590
23591 2005-09-23 Richard M. Stallman <rms@gnu.org>
23592
23593 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
23594 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
23595 Doc fixes.
23596
23597 * progmodes/cc-mode.el (c-font-lock-init):
23598 Specify font-lock-lines-before.
23599
23600 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
23601
23602 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
23603 whole conflict.
23604
23605 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
23606
23607 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
23608 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
23609 of `remap' feature when available. Additional key bindings for
23610 better tty support.
23611 (org-mode-restart, org-force-self-insert): New commands.
23612 (org-time-stamp-inactive): New command.
23613 (org-remap): New function.
23614 (org-table-auto-blank-field, org-level-color-stars-only): New options.
23615 (org-enable-fixed-width-editor): Move to `org-structure'
23616 customization group.
23617 (org-self-insert-command, orgtbl-self-insert-command): Modify to
23618 blank field after field motion commands.
23619
23620 2005-09-23 Kenichi Handa <handa@m17n.org>
23621
23622 * international/mule-cmds.el (set-language-environment):
23623 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
23624 have to call utf-translate-cjk-load-tables.
23625
23626 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
23627
23628 * mouse.el (mouse-move-drag-overlay): Fix last change.
23629
23630 2005-09-22 David Ponce <david@dponce.com>
23631
23632 * tree-widget.el (tree-widget-value-create): Fix previous change.
23633
23634 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
23635
23636 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
23637
23638 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
23639
23640 * mouse.el (mouse-move-drag-overlay): New function.
23641 (mouse-drag-region-1): Use it.
23642 Try to simplify a bit the state handling. Handle clicks on links
23643 inside intangible areas.
23644 (mouse-save-then-kill): Minor simplification.
23645 (mouse-secondary-overlay): Make it always non-nil instead of
23646 recreating it each time.
23647 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
23648 (mouse-kill-secondary, mouse-secondary-save-then-kill):
23649 Simplify accordingly.
23650
23651 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
23652
23653 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
23654
23655 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
23656
23657 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
23658 (ediff-file-name-sans-prefix): Treat nil as an empty string.
23659 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
23660 to patch.
23661
23662 * ediff-util.el: Use insert-buffer-substring.
23663
23664 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
23665
23666 * emulation/viper-cmd.el (viper-change-state): Don't move over the
23667 field boundaries in the minibuffer.
23668 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
23669 (viper-minibuffer-post-command-hook): New hook.
23670 (viper-line): Don't move cursor at bolp.
23671
23672 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
23673
23674 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
23675 avoid compiler warnings.
23676
23677 * emulation/viper-macs.el (ex-map): Better messages.
23678
23679 * emulation/viper-utils.el (viper-beginning-of-field): New function.
23680
23681 * emulation/viper.el: Replace make-variable-buffer-local with
23682 viper-make-variable-buffer-local everywhere, to avoid warnings.
23683
23684 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23685
23686 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
23687 Delete unused var `old-selected-window'.
23688 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
23689 (mouse-drag-secondary): Delete unused var `start-frame'.
23690
23691 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23692
23693 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
23694
23695 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23696
23697 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
23698 Re-indent within 80 columns. Use inhibit-read-only.
23699
23700 2005-09-19 Romain Francoise <romain@orebokech.com>
23701
23702 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
23703
23704 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23705
23706 * font-lock.el (font-lock-default-fontify-region): Don't add a line
23707 unconditionally, since the after-change-function already did it.
23708
23709 2005-09-19 Miles Bader <miles@gnu.org>
23710
23711 * net/newsticker.el: Get rid of CVS keyword.
23712
23713 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
23714
23715 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
23716 The prompt is formatted later.
23717
23718 2005-09-19 David Ponce <david@dponce.com>
23719
23720 * tree-widget.el (tree-widget-value-create): Save the converted
23721 tree :node widget.
23722
23723 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
23724
23725 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
23726 variable `message'.
23727
23728 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
23729
23730 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
23731 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
23732 <slawomir.nowaczyk.847@student.lu.se>.
23733
23734 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
23735
23736 * image.el (image-load-path): Use symbol `data-directory' instead
23737 of its value, for backward compatibility with packages that bind
23738 it during `find-image'. Suggested by Katsumi Yamaoka.
23739 (image-search-load-path): Handle symbols whose values are strings.
23740
23741 2005-09-18 Romain Francoise <romain@orebokech.com>
23742
23743 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
23744 with-current-buffer form in save-excursion.
23745
23746 2005-09-18 Deepak Goel <deego@gnufans.org>
23747
23748 * apropos.el (apropos-command): Fix `message' call: first arg
23749 should be a format spec. In this and all other cases that appear
23750 below and elsewhere in the source code, I made a change only when
23751 two conditions were satisfied: [1] I can think of a possibility
23752 that the arguments would cause an error, for example, the code in
23753 question relies on external variables such as filenames. [2] I
23754 was sure that the arg to `message' could not have been nil in the code.
23755
23756 * textmodes/tildify.el (tildify-region): Ditto.
23757
23758 * textmodes/reftex-index.el (reftex-index-change-entry)
23759 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
23760 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
23761 * textmodes/org.el (org-complete, org-deadline, org-schedule)
23762 (org-priority, org-table-sum):
23763 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
23764 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
23765 (flyspell-word, flyspell-display-next-corrections):
23766 * textmodes/bibtex.el (bibtex-print-help-message):
23767 * textmodes/artist.el (artist-key-set-point-poly):
23768 * term/mac-win.el (mac-services-insert-text):
23769 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
23770 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
23771 (vhdl-port-paste-testbench, vhdl-compose-new-component)
23772 (vhdl-compose-configuration):
23773 * progmodes/sh-script.el (sh-blink, sh-show-indent)
23774 (sh-set-indent, sh-learn-line-indent):
23775 * progmodes/ps-mode.el (ps-mode-target-column):
23776 * progmodes/idlwave.el (idlwave-make-tags)
23777 (idlwave-scan-library-catalogs):
23778 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
23779 * progmodes/gud.el (gud-jdb-analyze-source):
23780 * progmodes/flymake.el (flymake-log):
23781 * progmodes/ebnf2ps.el (ebnf-generate-region):
23782 * progmodes/cmacexp.el (c-macro-expansion):
23783 * progmodes/ada-xref.el (ada-treat-cmd-string):
23784 * progmodes/ada-mode.el (ada-create-case-exception-substring)
23785 (ada-justified-indent-current, ada-batch-reformat):
23786 * play/zone.el (zone):
23787 * play/landmark.el (lm-move):
23788 * play/decipher.el (decipher-show-alphabet):
23789 * net/newsticker.el (newsticker--display-jump)
23790 (newsticker--display-scroll):
23791 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
23792 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
23793 * mail/feedmail.el (feedmail-dump-message-to-queue):
23794 * eshell/esh-proc.el (eshell-remove-process-entry):
23795 * emulation/ws-mode.el (ws-last-error):
23796 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
23797 (viper-record-kbd-macro):
23798 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
23799 * emacs-lisp/lisp-mnt.el (lm-report-bug):
23800 * emacs-lisp/find-func.el (find-function-noselect):
23801 * calendar/timeclock.el (timeclock-status-string)
23802 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
23803 (timeclock-when-to-leave-string):
23804 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
23805 * calc/calc-units.el (calc-enter-units-table):
23806 * calc/calc-mode.el (calc-mode-record-mode):
23807 * woman.el (woman-mini-help):
23808 * wdired.el (wdired-change-to-wdired-mode):
23809 * vc.el (vc-retrieve-snapshot):
23810 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
23811 * startup.el (display-startup-echo-area-message):
23812 * simple.el (set-goal-column):
23813 * ses.el (ses-command-hook, ses-recalculate-cell):
23814 * server.el (server-process-filter):
23815 * printing.el (pr-interface-txt-print, pr-interface-printify)
23816 (pr-interface-ps):
23817 * pcvs.el (cvs-help):
23818 * log-edit.el (log-edit, log-edit-mode-help):
23819 * iswitchb.el (iswitchb-possible-new-buffer):
23820 * isearch.el (isearch-edit-string):
23821 * image-mode.el (image-mode, image-minor-mode):
23822 * ibuf-macs.el (define-ibuffer-filter):
23823 * hi-lock.el (hi-lock-find-patterns):
23824 * files.el (toggle-read-only):
23825 * ediff-util.el (ediff-copy-diff)
23826 (ediff-write-merge-buffer-and-maybe-kill):
23827 * echistory.el (Electric-history-undefined):
23828 * dnd.el (dnd-insert-text):
23829 * dired-aux.el (dired-query):
23830 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
23831 * bookmark.el (bookmark-bmenu-locate):
23832 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
23833 Fix `message' calls to ensure first arg is a format string.
23834 The change was made only when these two conditions were satisfied:
23835 [1] when there is a possibility that the arguments would cause an error
23836 for example, if the code in question relies on external variables
23837 such as filenames, and
23838 [2] if the arg to `message' could not have been nil in the code.
23839
23840 * pcomplete.el (pcomplete--help): Fix `message' format spec.
23841 Not having a %s would be weird, though not technically wrong.
23842
23843 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23844
23845 * term/mac-win.el (mac-add-charset-info): Doc fix.
23846
23847 2005-09-17 Romain Francoise <romain@orebokech.com>
23848
23849 * shell.el (shell-resync-dirs): Handle echoing processes more
23850 reliably. Don't insert resync command if `comint-process-echoes'
23851 is non-nil.
23852
23853 2005-09-17 Magnus Henoch <mange@freemail.hu>
23854
23855 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
23856 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
23857 aspell versions >= 0.60.
23858 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
23859 only if ispell-aspell-supports-utf8 is non-nil.
23860
23861 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
23862
23863 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
23864 buffer-local value to lisp-indent-function.
23865
23866 2005-09-17 Milan Zamazal <pdm@zamazal.org>
23867
23868 * progmodes/glasses.el (glasses-make-readable): If
23869 glasses-separator differs from underscore, put appropriate
23870 overlays over underscore characters.
23871 (glasses-convert-to-unreadable): If glasses-separator differs from
23872 underscore, try to convert glasses-separator characters to
23873 underscores.
23874
23875 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
23876
23877 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
23878 Use with-syntax-table and dolist.
23879
23880 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
23881
23882 * textmodes/reftex-auc.el:
23883 * textmodes/reftex-cite.el:
23884 * textmodes/reftex-dcr.el:
23885 * textmodes/reftex-global.el:
23886 * textmodes/reftex-parse.el:
23887 * textmodes/reftex-ref.el:
23888 * textmodes/reftex-sel.el:
23889 * textmodes/reftex-toc.el:
23890 * textmodes/reftex-vars.el:
23891 * textmodes/reftex.el: Small changes to remove compiler warnings.
23892
23893 * textmodes/reftex-index.el: Likewise.
23894 (reftex-query-index-phrase): More efficient use of markers.
23895
23896 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
23897
23898 * image.el (image-load-path): New variable.
23899 (image-search-load-path): New function.
23900 (find-image): Search for images in `image-load-path'.
23901
23902 2005-09-15 Richard M. Stallman <rms@gnu.org>
23903
23904 * follow.el: Change Maintainer field.
23905
23906 2005-09-15 David Ponce <david@dponce.com>
23907
23908 * recentf.el (recentf-save-file-modes): New option.
23909 (recentf-save-list): Use it.
23910
23911 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
23912
23913 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
23914 (mode-line-mule-info, mode-line-modified): Move bindings from
23915 mouse-3 to mouse-1.
23916
23917 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
23918
23919 * simple.el (sendmail-user-agent-compose): Revert last change.
23920
23921 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
23922
23923 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
23924 Use with-current-buffer.
23925 (ange-ftp-gwp-start): Remove unused var `gw-user'.
23926 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
23927 (ange-ftp-insert-directory): Remove unused var `short'.
23928 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
23929
23930 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
23931 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
23932
23933 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
23934 (check-calendar-holidays, diary-list-entries): Autoload.
23935 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
23936 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
23937
23938 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
23939 which mistakenly removed a call to display-buffer.
23940
23941 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
23942
23943 * obsolete/iso-insert.el: Move to obsolete/ from international/.
23944
23945 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
23946
23947 * progmodes/hideshow.el
23948 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
23949 (hs-allow-nesting): New user var.
23950 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
23951 (hs-hide-block-at-point): When nesting allowed,
23952 if there is already an overlay in place, delete it.
23953 (hs-safety-is-job-n): Delete func; remove call sites.
23954 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
23955 (hs-overlay-at): New func.
23956 (hs-already-hidden-p, hs-show-block): Use it.
23957 (hs-hide-all): Don't pre-clean if nesting allowed.
23958 (hs-show-all): Temporarily disallow
23959 nesting around call to `hs-discard-overlays'.
23960
23961 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
23962
23963 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
23964 Delete unused local var.
23965
23966 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
23967
23968 * help-fns.el (describe-categories): "?\ " -> "?\s".
23969 (help-do-arg-highlight): Recognize also ARG-n, as in
23970 `move-to-left-margin' (ARG+n is already recognized). Simplify.
23971
23972 * international/codepage.el (dos-unsupported-char-glyph):
23973 * net/newsticker.el (tool-bar-map, w3-mode-map)
23974 (w3m-minor-mode-map):
23975 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
23976 (ent-alist):
23977 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
23978
23979 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
23980
23981 * custom.el (custom-push-theme): Handle the case where a symbol is
23982 bound but face properties have not yet been assigned.
23983
23984 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
23985 Fix behavior if noerase is `t' and there is no mail buffer.
23986
23987 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
23988 if `continue' is nil, rather than signal an error.
23989
23990 2005-09-12 Richard M. Stallman <rms@gnu.org>
23991
23992 * font-lock.el (font-lock-keywords): Add autoload.
23993
23994 * help-fns.el (describe-variable): Rearrange to put source link
23995 in a predictable place.
23996
23997 * net/newsticker.el: New file.
23998
23999 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
24000
24001 * calendar/calendar.el (calendar-for-loop): Add edebug info.
24002 (calendar-basic-setup): Use the new nil arg.
24003 (number-of-diary-entries): Move to diary-lib.el.
24004
24005 * calendar/diary-lib.el: Use with-current-buffer, match-string.
24006 (diary-list-entries): Use with-syntax-table and dolist.
24007 Rename from list-diary-entries.
24008 Use number-of-diary-entries if `number' is nil.
24009 (diary, diary-view-entries): Use this new name and new nil arg value.
24010 (number-of-diary-entries): Move from calendar.el.
24011 (diary-unhide-everything): New function.
24012 (include-other-diary-files, fancy-diary-display)
24013 (diary-show-all-entries, make-diary-entry): Use it.
24014 (diary-mail-entries): Use buffer-string.
24015 (mark-diary-entries): Fix long standing paren typo.
24016 (diary-sexp-entry): Use count-lines.
24017 (make-diary-entry): Avoid `previous-line'.
24018 (diary-mode-map): New var.
24019 (diary-mode): Redraw cal after saving. Setup header-line.
24020 (fancy-diary-display-mode): Use local-set-key.
24021
24022 * startup.el (command-line): Try calling various terminal-init-foo-bar
24023 functions by stripping hyphenated suffixes from $TERM.
24024
24025 * files.el (normal-mode): Check boundness of font-lock-keywords.
24026
24027 2005-09-12 Richard M. Stallman <rms@gnu.org>
24028
24029 * progmodes/compile.el: Don't decide a file's directory
24030 until the user actually tries to go there.
24031 (compilation-next-error-function):
24032 Pass compilation-find-file the directory from the file-struct.
24033 (compilation-internal-error-properties): Separate local FILE-STRUCT
24034 from FILE. Doc the args better. Rename arg FMT to FMTS.
24035 (compilation-find-file): Arg DIR renamed to DIRECTORY.
24036 Expand it, and if nil, use default-directory.
24037 (compilation-get-file-structure): Don't mix specified directory
24038 with default directory. Put specified directory into
24039 file-struct. Don't make the file name absolute.
24040
24041 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
24042 (compile-command): Add autoload.
24043 (compilation-disable-input): Add autoload.
24044
24045 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
24046
24047 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
24048 strings of the variables it can override.
24049 (time-stamp): New (as yet undocumented) time-stamp-format escapes
24050 %Q and %q, for fully-qualified domain name and unqualified host name.
24051
24052 2005-09-11 Kim F. Storm <storm@cua.dk>
24053
24054 * emacs-lisp/authors.el (authors-aliases): Update list.
24055 (authors-fixed-entries): Update mldrag.el entry.
24056
24057 2005-09-10 Alan Mackenzie <acm@muc.de>
24058
24059 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
24060 from the region narrowed to.
24061
24062 2005-09-10 Magnus Henoch <mange@freemail.hu>
24063
24064 * textmodes/ispell.el (ispell-check-version): Signal an error if
24065 aspell version is less than 0.60.
24066
24067 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
24068
24069 * progmodes/octave-inf.el (inferior-octave-startup):
24070 Resync current dir at the end.
24071
24072 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
24073
24074 * woman.el (woman-topic-at-point-default):
24075 Rename to woman-use-topic-at-point-default.
24076 (woman-topic-at-point): Rename to woman-use-topic-at-point.
24077 (woman-file-name): Reflect renames above. Automatically use the
24078 word at point as topic if woman-use-topic-at-point is non-nil.
24079 Otherwise offer it as default but don't insert it in the
24080 minibuffer. Also use `test-completion' instead of `assoc' as
24081 suggested by Stefan Monnier.
24082
24083 2005-09-10 Andre Spiegel <spiegel@gnu.org>
24084
24085 * vc.el (vc-directory, vc-update-change-log): Throw an error on
24086 the attempt to do it over Tramp. This is not yet supported.
24087
24088 2005-09-10 Eli Zaretskii <eliz@gnu.org>
24089
24090 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
24091 (menu-bar-non-minibuffer-window-p): New functions.
24092 ("Split Window", "Save As..."): Use them.
24093 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
24094 ("Print Buffer", "Truncate Long Lines in this Buffer"):
24095 Use menu-bar-menu-frame-live-and-visible-p.
24096 ("Save Buffer", "Insert File", "Open Directory...")
24097 ("Open File...", "Visit New File..."):
24098 Use menu-bar-non-minibuffer-window-p.
24099 (kill-this-buffer-enabled-p, dired <menu-enable>):
24100 Use menu-bar-non-minibuffer-window-p.
24101
24102 2005-09-09 Eli Zaretskii <eliz@gnu.org>
24103
24104 * cus-start.el (all): Don't complain about fringe-related
24105 built-ins if fringes are not supported. Ditto about
24106 selection-related built-ins. Fix the test for GTK-related built-ins.
24107
24108 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
24109 ("Postscript Print Buffer", "Print Region", "Save As...")
24110 ("Save", "Insert File...", "Open Directory...")
24111 ("Open File...", "Visit New File..."")
24112 ("Truncate Long Lines in this Buffer"): Don't look at
24113 menu-updating-frame if this display does not support multiple frames.
24114
24115 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24116
24117 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
24118
24119 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
24120
24121 * woman.el: Format- and whitespace-related changes.
24122
24123 2005-09-09 Eli Zaretskii <eliz@gnu.org>
24124
24125 * woman.el: Fix my email address.
24126
24127 2005-09-08 Richard M. Stallman <rms@gnu.org>
24128
24129 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
24130 (sh-mode): Locally set skeleton-pair-default-alist.
24131
24132 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
24133
24134 * progmodes/flymake.el: Require `compile' unconditionally.
24135
24136 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
24137
24138 * woman.el (woman-file-name): Provide a default, not initial input.
24139
24140 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
24141
24142 * font-lock.el (font-lock-support-mode): Doc fix.
24143
24144 * descr-text.el (describe-property-list): Handle non-symbol prop names.
24145
24146 2005-09-08 Richard M. Stallman <rms@gnu.org>
24147
24148 * simple.el (blink-matching-open): Get rid of text props from
24149 the string shown in echo area. Don't permanently set point.
24150 Some rearrangements.
24151
24152 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
24153
24154 * recentf.el (recentf-filename-handler): Add custom choice
24155 `abbreviate-file-name'.
24156
24157 * msb.el (msb--very-many-menus): Fix typo.
24158
24159 * disp-table.el (standard-display-european): Don't set
24160 enable-multibyte-characters to nil.
24161
24162 2005-09-08 David Ponce <david@dponce.com>
24163
24164 * recentf.el (recentf-show-file-shortcuts-flag): New option.
24165 (recentf-expand-file-name): Doc fix.
24166 (recentf-dialog-mode-map): Define digit shortcuts.
24167 (recentf--files-with-key): New variable.
24168 (recentf-show-digit-shortcut-filter): New function.
24169 (recentf-open-files-items): New function.
24170 (recentf-open-files): Use it.
24171 (recentf-open-file-with-key): New command.
24172
24173 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
24174
24175 * buff-menu.el (Buffer-menu-sort-by-column): New function.
24176 Suggested by Kim F. Storm.
24177 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
24178 (Buffer-menu-make-sort-button): Use global keymap.
24179
24180 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
24181
24182 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
24183 (Man-getpage-in-background-advice): Remove defadvice; it isn't
24184 necessary any longer with the remapped command.
24185 (Man-bgproc-sentinel-advice): Remove defadvice which counts
24186 formatting time only.
24187
24188 * net/tramp.el (tramp-action-password)
24189 (tramp-multi-action-password): Compile the password prompt from
24190 `method', `user' and `host'. Sometimes it isn't obvious which
24191 password to enter, for example with remote files offered by
24192 recentf.el, or with multiple steps. Suggested by Robert Marshall
24193 <robert@chezmarshall.freeserve.co.uk>.
24194
24195 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
24196
24197 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
24198 Fix regexp for when "s///" is at the beginning of line.
24199
24200 2005-09-07 Jay Belanger <belanger@truman.edu>
24201
24202 * calc/calc-poly.el (math-expand-term): Multiply out any powers
24203 when in matrix mode.
24204
24205 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
24206
24207 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
24208 non-anonymous functions.
24209
24210 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
24211
24212 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
24213 when using a header line. Otherwise, use mouse-1-click-follows-link.
24214
24215 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
24216 can't be moved; don't signal an error.
24217
24218 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
24219
24220 * cus-theme.el (custom-theme-write-faces): Save the current face
24221 spec, not the defface spec.
24222
24223 * custom.el (custom-known-themes): Clarify meaning of "standard".
24224 (custom-push-theme): Save old values in the standard theme.
24225 (disable-theme): Correct typo.
24226 (custom-face-theme-value): Deleted unused function.
24227 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
24228
24229 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
24230
24231 * progmodes/compile.el (compilation-goto-locus): Take into account
24232 iconified frames when determining whether the buffer is
24233 already visible.
24234 Don't reset window height if the window already existed.
24235
24236 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
24237
24238 * custom.el (load-theme): Rename from require-theme.
24239 Add interactive spec.
24240 (enable-theme): Rename from custom-enable-theme.
24241 Add interactive spec.
24242 (disable-theme): Rename from custom-disable-theme.
24243 Add interactive spec.
24244 (custom-make-theme-feature): Doc fix.
24245 (custom-theme-directory): Doc fix.
24246 (provide-theme): Call enable-theme.
24247
24248 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
24249
24250 * obsolete/lazy-lock.el (lazy-lock-mode):
24251 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
24252 font-lock-mode if it's off. Print a warning instead.
24253
24254 * progmodes/compile.el (compilation-start): Ignore errors if the
24255 process died before we get to send-eof.
24256
24257 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
24258 Undo last change. Enclosing the result in quotes broke things on Unix
24259 since tex-send-command passes it through shell-quote-argument.
24260 (tex-send-command): Pass `file' through convert-standard-filename
24261 when possible.
24262 (tex-uptodate-p): Handle the case where TeX hasn't put additional
24263 info in a transcript.
24264
24265 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
24266
24267 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
24268 fix compilation warning. Reorder the key definitions to group
24269 together keys emitted by the current version of xterm.
24270
24271 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
24272 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
24273 Reorder predicates to correct min-color usage.
24274
24275 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
24276
24277 * longlines.el (longlines-mode): Inhibit read-only when encoding.
24278 Kill local variables when longlines-mode is turned off.
24279
24280 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
24281
24282 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
24283
24284 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
24285
24286 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
24287
24288 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
24289 (font-lock-lines-before): Change default to being inactive.
24290 (font-lock-default-fontify-region): Obey font-lock-lines-before.
24291 (font-lock-after-change-function): Don't handle f-l-lines-before here.
24292
24293 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
24294
24295 * net/tramp.el (tramp-handle-make-auto-save-file-name):
24296 Deactivate temporarily advice if active (not needed for Emacs 22,
24297 but for backwards compatibility).
24298 (tramp-exists-file-name-handler): Rewrite. First implementation
24299 was too simple.
24300 (tramp-advice-make-auto-save-file-name):
24301 Call `tramp-handle-make-auto-save-file-name' (again, just for
24302 backwards compatibility).
24303
24304 2005-08-31 Reto Zimmermann <reto@gnu.org>
24305
24306 * progmodes/vhdl-mode.el
24307 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
24308 (vhdl-end-p): Fix indentation bug "else" after "-- when".
24309 (vhdl-set-default-project): New function (easier setting of default).
24310 (vhdl-port-copy): Handle extended identifiers for generics.
24311 (vhdl-compiler-alist): Better description for error message regexp.
24312 (vhdl-make): Query for target, use previous as default.
24313 (vhdl-port-copy): Fix port copy for port names starting with "signal".
24314 (vhdl-font-lock-keywords-2): Fix fontification for record
24315 el. assign.
24316 (vhdl-speedbar-make-subpack-line): Add package body link.
24317 (vhdl-generate-makefile-1): Not include itself as dependency.
24318 (vhdl-font-lock-init): Highlight c-preprocessor directives.
24319 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
24320 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
24321 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
24322 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
24323 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
24324 (vhdl-import-project): Add string argument for `error'.
24325 (vhdl-compose-configuration)
24326 (vhdl-compose-configuration-architecture): Add configuration
24327 declaration generation.
24328 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
24329 (vhdl-trailer-re): Add "record" keyword (better indentation).
24330 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
24331 "[^ \t-\"]+".
24332 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
24333 (vhdl-testbench-entity-file-name)
24334 (vhdl-testbench-architecture-file-name): Allow separate
24335 customization of testbench file names.
24336 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
24337 (vhdl-get-visible-signals): Allow newline within alias declaration.
24338 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
24339 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
24340 (member-ignore-case): Alias for missing function in XEmacs.
24341 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
24342 (vhdl-update-sensitivity-list): Ignore case on read signals.
24343 (vhdl-replace-string): Adjust case only for file names.
24344 (vhdl-update-sensitivity-list): Fix search for read signals.
24345 (vhdl-update-sensitivity-list): Exclude formal parameters.
24346 (vhdl-get-visible-signals): Include aliases of signals.
24347 (vhdl-get-visible-signals): Fix signal name searching.
24348 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
24349 (vhdl-fixup-whitespace-region): Fix for character
24350 literals (e.g. `:').
24351
24352 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
24353
24354 * ansi-color.el (comint-last-output-start):
24355 * bs.el (font-lock-verbose):
24356 * diff-mode.el (add-log-buffer-file-name-function):
24357 * dired-x.el (vm-folder-directory):
24358 * faces.el (help-xref-stack-item):
24359 * files.el (font-lock-keywords):
24360 * find-lisp.el (dired-buffers, dired-subdir-alist):
24361 * ido.el (cua-inhibit-cua-keys):
24362 * log-view.el (cvs-minor-wrap-function):
24363 * outline.el (font-lock-warning-face):
24364 * simple.el (compilation-current-error):
24365 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
24366 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
24367 * tooltip.el (comint-prompt-regexp):
24368 * w32-fns.el (explicit-shell-file-name):
24369 * term/mac-win.el (mac-charset-info-alist)
24370 (mac-services-selection, mac-system-script-code):
24371 * term/tty-colors.el (msdos-color-values):
24372 * term/w32-win.el (xlfd-regexp-registry-subnum):
24373 * term/x-win.el (x-keysym-table, x-selection-timeout)
24374 (x-session-id, x-session-previous-id):
24375 * textmodes/ispell.el (mail-yank-prefix):
24376 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
24377 * textmodes/org.el (calc-embedded-close-formula)
24378 (calc-embedded-open-formula)
24379 (font-lock-unfontify-region-function):
24380 * textmodes/reftex-global.el (isearch-next-buffer-function)
24381 (TeX-master):
24382 * textmodes/reftex.el (font-lock-keywords):
24383 * textmodes/tex-mode.el (font-lock-comment-face)
24384 (font-lock-doc-face):
24385 * textmodes/texinfo.el (outline-heading-alist):
24386 Add defvars.
24387
24388 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
24389 (artist-spray-chars, artist-mode-init, artist-replace-string)
24390 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
24391 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
24392 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
24393
24394 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
24395 (conf-align-assignments): "?\ " -> "?\s".
24396
24397 * textmodes/reftex-index.el (TeX-master): Add defvar.
24398 (reftex-index-phrases-marker): Move up defvar.
24399
24400 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
24401 (reftex-toc-include-labels-indicator)
24402 (reftex-toc-include-index-indicator)
24403 (reftex-toc-max-level-indicator): Move up declarations.
24404
24405 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
24406 of args to `tramp-run-real-handler', even if it's empty in this case.
24407
24408 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24409
24410 * dired.el (dired-move-to-filename-regexp): Add date format for
24411 Mac OS X 10.3 in East Asian locales.
24412
24413 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
24414
24415 * files.el (make-auto-save-file-name): Add file name handler call
24416 if applicable.
24417
24418 * net/tramp.el (tramp-file-name-handler-alist)
24419 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
24420 (tramp-handle-make-auto-save-file-name): Rename from
24421 `tramp-make-auto-save-file-name'.
24422 (tramp-exists-file-name-handler): New defun.
24423 (tramp-advice-make-auto-save-file-name): Make defadvice only when
24424 `make-auto-save-file-name' is not a magic file name operation.
24425
24426 2005-08-30 Richard M. Stallman <rms@gnu.org>
24427
24428 * files.el (risky-local-variable-p):
24429 Match `-predicates' and `-commands.
24430
24431 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
24432 (custom-save-all): Visit the file if necessary;
24433 kill the buffer if we created it.
24434 (custom-save-delete): Don't visit file or kill buffer here.
24435
24436 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
24437
24438 * textmodes/org.el (org-special-keyword): New face.
24439 (org-table-copy-down, org-table-eval-formula)
24440 (org-table-recalculate, org-init-section-numbers):
24441 Use `string-to-number' instead of `string-to-int'.
24442 (org-get-location): Use `insert-buffer-substring' instead of
24443 `insert-buffer'.
24444 (org-modify-diary-entry-string): New function.
24445 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
24446 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
24447 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
24448 active region.
24449 (org-export-as-html): Handle QUOTE keyword.
24450 (org-quote-string): New option.
24451 (org-bookmark-jump-unhide): New function, used for
24452 `bookmark-after-jump-hook'.
24453 (org-diary-default-entry): Apply only when not called through
24454 `org-agenda'.
24455
24456 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
24457
24458 * net/eudc.el (mode-popup-menu):
24459 * play/handwrite.el (ps-printer-name, ps-lpr-command):
24460 * progmodes/ada-mode.el (compile-auto-highlight)
24461 (skeleton-further-elements):
24462 * progmodes/autoconf.el (font-lock-syntactic-keywords):
24463 * progmodes/cmacexp.el (msdos-shells):
24464 * progmodes/compile.el (font-lock-extra-managed-props)
24465 (font-lock-keywords, font-lock-maximum-size)
24466 (font-lock-support-mode):
24467 * progmodes/grep.el (font-lock-lines-before):
24468 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
24469 * progmodes/mixal-mode.el (compile-command):
24470 * progmodes/perl-mode.el (font-lock-comment-face)
24471 (font-lock-doc-face, font-lock-string-face):
24472 * progmodes/prolog.el (comint-prompt-regexp):
24473 * progmodes/sh-script.el (font-lock-comment-face)
24474 (font-lock-set-defaults, font-lock-string-face):
24475 * progmodes/sql.el (font-lock-keyword-face)
24476 (font-lock-set-defaults, font-lock-string-face):
24477 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
24478 (itimer-version, lazy-lock-defer-contextually)
24479 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
24480 Add defvars.
24481
24482 * progmodes/cperl-mode.el (cperl-electric-lbrace)
24483 (cperl-electric-keyword, cperl-electric-pod)
24484 (cperl-electric-backspace, cperl-forward-re)
24485 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
24486 (vc-rcs-header, vc-sccs-header): Add defvars.
24487
24488 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
24489 (font-lock-syntactic-keywords, gud-find-expr-function):
24490 Add defvars.
24491
24492 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
24493 (gdb-frame-parameters): Declare before use.
24494
24495 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
24496 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
24497 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
24498 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
24499
24500 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
24501 (idlwave-help-with-source): Use `insert-buffer-substring', not
24502 `insert-buffer'.
24503
24504 2005-08-29 Juri Linkov <juri@jurta.org>
24505
24506 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
24507 Put outline-back-to-heading function call inside save-excursion.
24508
24509 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
24510
24511 * man.el (Man-init-defvars, Man-translate-references)
24512 (Man-support-local-filenames, Man-highlight-references):
24513 * progmodes/sql.el (sql-interactive-mode):
24514 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
24515
24516 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
24517 (compilation-mode-font-lock-keywords): Add defvars.
24518 (checkdoc-interactive-loop): "?\ " -> "?\s".
24519
24520 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
24521 (font-lock-doc-face, font-lock-string-face)
24522 (font-lock-keywords-case-fold-search): Add defvars.
24523 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
24524
24525 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
24526 Don't pass X and Y (they are ignored anyway).
24527 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
24528 (mouse-delete-window): Make arguments optional.
24529
24530 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
24531 (caesar-translate-table, minor-modes, news-buffer-save)
24532 (news-group-name, news-minor-modes): Add defvars.
24533
24534 * emacs-lisp/lselect.el (mouse-highlight-priority)
24535 (x-lost-selection-functions, zmacs-regions):
24536 * emacs-lisp/pp.el (font-lock-verbose):
24537 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
24538 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
24539 (ses-mode-map):
24540 * emacs-lisp/tcover-unsafep.el (safe-functions):
24541 * international/mule-cmds.el (mac-system-coding-system)
24542 (mac-system-locale):
24543 * language/ethio-util.el (rmail-current-message)
24544 (rmail-message-vector):
24545 * language/thai-util.el (thai-auto-composition-mode):
24546 * mail/metamail.el (rmail-current-message, rmail-message-vector):
24547 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
24548 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
24549 (vm-primary-inbox, vm-spool-files):
24550 * mail/rmail.el (deleted-head, font-lock-fontified)
24551 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
24552 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
24553 (total-messages):
24554 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
24555 (rmail-summary-mode-map):
24556 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
24557 (rmail-last-label, rmail-last-multi-labels)
24558 (rmail-summary-vector, rmail-total-messages):
24559 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
24560 * mail/rmailsum.el (msgnum):
24561 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
24562 (rmail-current-message):
24563 * obsolete/fast-lock.el (font-lock-face-list):
24564 * obsolete/rnewspost.el (mail-reply-buffer):
24565 * obsolete/scribe.el (compile-command):
24566 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
24567
24568 2005-08-28 John Paul Wallington <jpw@gnu.org>
24569
24570 * ibuf-ext.el (ibuffer-auto-update-changed):
24571 Use `frame-or-buffer-changed-p' to check whether we need to update.
24572 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
24573 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
24574 as a `frame-or-buffer-changed-p' state vector instead.
24575
24576 2005-08-27 Romain Francoise <romain@orebokech.com>
24577
24578 * textmodes/makeinfo.el (makeinfo-compile):
24579 Use `compilation-start'. Set `next-error-function' according to
24580 `disable-errors'.
24581 (makeinfo-next-error): New function.
24582 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
24583 (makeinfo-buffer): Likewise.
24584
24585 * progmodes/compile.el (compilation-start): Add autoload cookie.
24586
24587 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
24588 * textmodes/sgml-mode.el: Likewise.
24589 * progmodes/python.el: Likewise.
24590
24591 2005-08-27 Eli Zaretskii <eliz@gnu.org>
24592
24593 * simple.el (blink-matching-paren-distance): Document the meaning
24594 of nil value, and allow to customize to nil.
24595
24596 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
24597 command.com, not command.exe.
24598
24599 2005-08-26 John Wiegley <johnw@newartisans.com>
24600
24601 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
24602 code around a bit so that an extraneous nil argument is not added
24603 to a command when no args are given.
24604
24605 * eshell/esh-arg.el (eshell-parse-double-quote): If a
24606 double-quoted argument resolves to nil, return it as an empty
24607 string rather than as nil. This made it impossible to pass "" to
24608 a shell script as a null string argument.
24609
24610 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
24611
24612 * outline.el (outline-invent-heading): New fun.
24613 (outline-promote, outline-demote): Use it.
24614 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
24615 (outline-end-of-subtree): Remove unused var `opoint'.
24616
24617 2005-08-26 David Reitter <david.reitter@gmail.com>
24618
24619 * menu-bar.el (truncate-lines, write-file, print-buffer)
24620 (ps-print-buffer-faces, ps-print-buffer, split-window):
24621 Disable menu items when the frame they refer to is invisible, or when
24622 they refer to a buffer and the minibuffer is selected.
24623
24624 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
24625
24626 * progmodes/flymake.el (flymake-highlight-err-lines):
24627 Use save-excursion around flymake-highlight-line to preserve point.
24628
24629 2005-08-26 Eli Zaretskii <eliz@gnu.org>
24630
24631 * progmodes/octave-mod.el: Change Author and Maintainer address.
24632 (octave-maintainer-address): Change Kurt's email address.
24633 * progmodes/octave-inf.el: Change Author and Maintainer address.
24634 * progmodes/octave-hlp.el: Change Author and Maintainer address.
24635
24636 2005-08-26 Kim F. Storm <storm@cua.dk>
24637
24638 * subr.el (version-list-<, version-list-<=, version-list-=):
24639 Rename from integer-list-*.
24640 (version-list-not-zero): Likewise. Fix while loop.
24641 (version=): Use version-list-= instead of string-equal.
24642
24643 2005-08-26 Richard M. Stallman <rms@gnu.org>
24644
24645 * outline.el (outline-promote): Try shortening the heading.
24646 As last resort, read the heading to use.
24647 (outline-demote): As last resort, read the heading to use.
24648
24649 2005-08-26 Romain Francoise <romain@orebokech.com>
24650
24651 * progmodes/compile.el (compilation-start): Doc fix.
24652
24653 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
24654 (antlr-font-lock-additional-keywords): Fix reference to
24655 `antlr-font-lock-literal-regexp' erroneously changed during the
24656 mass face rename.
24657 (antlr-run-tool): Use `compilation-start'.
24658
24659 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
24660 instead of the obsolete `compile-internal'.
24661
24662 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
24663
24664 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
24665 (number, original-date):
24666 * calendar/cal-china.el (date):
24667 * calendar/cal-coptic.el (date):
24668 * calendar/cal-french.el (date):
24669 * calendar/cal-hebrew.el (date, entry, number, original-date):
24670 * calendar/cal-islam.el (date, number, original-date):
24671 * calendar/cal-iso.el (date):
24672 * calendar/cal-julian.el (date):
24673 * calendar/cal-mayan.el (date):
24674 * calendar/cal-menu.el (date, event):
24675 * calendar/cal-persia.el (date):
24676 * calendar/lunar.el (date):
24677 * calendar/solar.el (date): Add defvars.
24678
24679 * emerge.el:
24680 * ibuffer.el:
24681 * info-xref.el:
24682 * obsolete/bg-mouse.el:
24683 * obsolete/sun-curs.el:
24684 * obsolete/swedish.el: Move the `defvar's to the top level.
24685
24686 * smerge-mode.el (smerge-refined-change): Add :group.
24687
24688 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
24689
24690 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
24691 (smerge-keep-n): Remove props.
24692 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
24693 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
24694 now that it's done in smerge-keep-n.
24695 (smerge-refined-change): New face.
24696 (smerge-refine-chopup-region, smerge-refine-highlight-change)
24697 (smerge-refine): New funs.
24698 (smerge-basic-map): Bind smerge-refine.
24699
24700 2005-08-25 Juri Linkov <juri@jurta.org>
24701
24702 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
24703 compilation-process-setup-function and compilation-disable-input
24704 in grep-mode instead of let-bindings in grep.
24705
24706 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
24707 Delete "Automatic File De/compression" (auto-compression-mode).
24708
24709 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
24710
24711 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
24712 Silence warning about non-existent variable.
24713
24714 2005-08-25 Richard M. Stallman <rms@gnu.org>
24715
24716 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
24717 Rename "Describe Key" to "Describe Key or Mouse Operation".
24718
24719 * mail/mailalias.el (build-mail-aliases): Delete comments
24720 from the contents before processing them.
24721
24722 * isearch.el (isearch-edit-string): Erase the Search prompt
24723 if user enters an empty string and there is no default.
24724
24725 * comint.el (comint-file-name-prefix): Add autoload.
24726
24727 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
24728
24729 * subr.el (play-sound): Rearrange to avoid warning.
24730
24731 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
24732
24733 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
24734 New hook.
24735 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
24736
24737 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
24738
24739 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
24740
24741 * custom.el (custom-theme-set-variables): Sort minor modes last.
24742
24743 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24744
24745 * subr.el (version-separator, version-regexp-alist): New vars used by
24746 version comparison funs.
24747 (integer-list-<, integer-list-=, integer-list-<=)
24748 (integer-list-not-zero): New funs for integer list comparison.
24749 (version-to-list, version=, version<, version<=): New funs for version
24750 comparison.
24751
24752 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
24753
24754 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
24755 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
24756 time to silence the byte-compiler.
24757
24758 * ibuffer.el (ibuffer-compile-make-eliding-form)
24759 (ibuffer-check-formats): Use `with-no-warnings' to hide references
24760 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
24761 so it's silly to get warnings for it).
24762 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
24763 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
24764 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
24765 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
24766 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
24767 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
24768 Defvar at compile time.
24769 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
24770 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
24771 Declare them before use.
24772
24773 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
24774 (info-xref-good, info-xref-bad): Defvar at compile time.
24775
24776 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
24777 Use `let*' instead of `let'.
24778
24779 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
24780 (*mouse-y*, menu, char): Defvar at compile time.
24781 (sc::menu): Declare it before use.
24782 (sc::pack-one-line): Use `let', not `let*'.
24783
24784 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
24785 (mail-send-hook): Defvar at compile time.
24786
24787 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
24788 Defvar at compile time.
24789
24790 * term/sun-mouse.el (current-global-mousemap)
24791 (current-local-mousemap): Declare them before use.
24792
24793 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
24794
24795 * bookmark.el (bookmark-after-jump-hook): New hook.
24796 (bookmark-jump): Run `bookmark-after-jump-hook'.
24797
24798 2005-08-23 Juri Linkov <juri@jurta.org>
24799
24800 * faces.el (minibuffer-prompt): Doc fix.
24801
24802 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
24803
24804 * progmodes/xscheme.el: Trivial changes to silence warnings.
24805 (xscheme-previous-mode, xscheme-previous-process-state):
24806 Add defvars.
24807 (xscheme-last-input-end, xscheme-process-command-line)
24808 (xscheme-process-name, xscheme-buffer-name)
24809 (xscheme-expressions-ring-max, xscheme-expressions-ring)
24810 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
24811 (xscheme-control-g-synchronization-p)
24812 (xscheme-control-g-disabled-p, xscheme-string-receiver)
24813 (default-xscheme-runlight, xscheme-runlight)
24814 (xscheme-runlight-string, xscheme-process-filter-state)
24815 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
24816 Move to beginning of file.
24817 (scheme-interaction-mode-commands-alist)
24818 (scheme-interaction-mode-map, scheme-debugger-mode-map):
24819 Declare them before use. Note: the initialization code for the
24820 variables has not been moved because it uses functions that reference
24821 the variables.
24822 (xscheme-control-g-message-string, xscheme-process-filter-alist)
24823 (xscheme-prompt-for-expression-map): Declare them before use.
24824 (scheme-debugger-mode-commands): "?\ " -> "?\s".
24825
24826 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
24827
24828 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
24829
24830 2005-08-22 Juri Linkov <juri@jurta.org>
24831
24832 * faces.el (set-face-underline): Delete this duplicate function
24833 and make an obsolete alias to set-face-underline-p.
24834 (set-face-underline-p): Use docstring of set-face-underline.
24835 (describe-face): Create hyperlink to parent face.
24836
24837 * info.el (Info-insert-dir): Use save-excursion around
24838 insert-buffer-substring.
24839 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
24840 (Info-escape-percent): Delete function.
24841 (Info-fontify-node): Replace Info-escape-percent by
24842 replace-regexp-in-string with REP arg set to lambda that
24843 duplicates `%' and preserves text properties.
24844
24845 * progmodes/compile.el (compilation-disable-input): Doc fix.
24846 (define-compilation-mode): Doc fix and refill.
24847 (kill-compilation): Use `mode-name' in the error message.
24848 (compilation-find-file): Use `compilation-error' in the
24849 read-file-name's prompt.
24850
24851 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
24852
24853 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
24854 (smerge-auto-leave): Make undo re-enable the mode.
24855 (debug-ignored-errors): Add the user-error of impossible resolution.
24856 (smerge-resolve): Move things around a bit, in preparation for later.
24857 (smerge-diff): Don't fail if the buffer has no associated file.
24858 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
24859 (smerge-conflict-overlay): New function.
24860 (smerge-match-conflict): Don't add text properties here.
24861 (smerge-find-conflict): Instead, add an overlay here.
24862 Also check for the case where we're inside a conflict already, so as to
24863 obviate the need for font-lock-multiline, which is unbearably slow with
24864 large conflicts and ciomplex font-lock patterns.
24865 (smerge-remove-props): Remove overlay rather than text-properties.
24866 (smerge-mode): Don't set font-lock-multiline.
24867 Remove overlays when turned off.
24868
24869 2005-08-21 Kim F. Storm <storm@cua.dk>
24870
24871 * ido.el (ido-ignore-item-p): Use save-match-data.
24872 Bind case-fold-search to ido-case-fold locally.
24873
24874 2005-08-20 Richard M. Stallman <rms@gnu.org>
24875
24876 * files.el (normal-mode): If font lock is on, turn it off and on.
24877
24878 * subr.el (replace-regexp-in-string): Doc fix.
24879
24880 * startup.el (command-line-1): Don't suppress startup screen
24881 due to existing processes.
24882
24883 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
24884
24885 * progmodes/compile.el (compilation-disable-input): Default to nil.
24886
24887 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
24888
24889 * progmodes/compile.el (compilation-disable-input): New defcustom.
24890 (compilation-start): If compilation-disable-input is non-nil, send
24891 EOF to the compilation process.
24892
24893 2005-08-20 Eli Zaretskii <eliz@gnu.org>
24894
24895 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
24896 Run the argument of tex-shell-cd-command through
24897 convert-standard-filename, to get the correct style of slashes on
24898 Windows, and enclose the result in quotes, in case the file name
24899 includes whitespace or other special characters.
24900
24901 2005-08-19 Andreas Schwab <schwab@suse.de>
24902
24903 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
24904 process.
24905
24906 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
24907
24908 * cus-start.el (minibuffer-prompt-properties): Correct typo.
24909
24910 2005-08-18 Kim F. Storm <storm@cua.dk>
24911
24912 * scroll-lock.el: Fix errors due to incorrect line wrapping.
24913
24914 2005-08-18 Richard M. Stallman <rms@gnu.org>
24915
24916 * scroll-lock.el: New file.
24917
24918 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
24919
24920 * dired.el (dired-move-to-end-of-filename):
24921 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
24922
24923 2005-08-18 Kim F. Storm <storm@cua.dk>
24924
24925 * ido.el (ido-everywhere): Fix defcustom :set function to disable
24926 rather than toggle mode when custom value is nil.
24927 (ido-everywhere): Fix defun doc string.
24928
24929 2005-08-17 Richard M. Stallman <rms@gnu.org>
24930
24931 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
24932 as tag instead of "Inviolable".
24933
24934 2005-08-17 Kim F. Storm <storm@cua.dk>
24935
24936 * windmove.el (windmove-coordinates-of-position): Remove.
24937 (windmove-coordinates-of-window-position): Remove.
24938 (windmove-reference-loc): Use posn-at-point instead.
24939
24940 * subr.el (insert-for-yank-1): Doc fix.
24941
24942 * ido.el (ido-enter-matching-directory): Rename from
24943 ido-enter-single-matching-directory. Change `slash' choice to
24944 `only'. Add `first' choice.
24945 (ido-exhibit): Adapt to above changes.
24946
24947 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
24948
24949 * Makefile.in: Expand comment about building loaddefs.el.
24950
24951 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
24952
24953 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
24954 Comment use of defadvice.
24955
24956 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
24957
24958 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
24959
24960 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
24961 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
24962 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
24963 * progmodes/idlw-shell.el, progmodes/ld-script.el,
24964 * progmodes/which-func.el, ruler-mode.el, strokes.el,
24965 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
24966 for backward compatibility for faces that did not appear in the
24967 previous Emacs release.
24968
24969 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
24970
24971 2005-08-15 Kim F. Storm <storm@cua.dk>
24972
24973 * emulation/cua-base.el (cua-delete-region): Return t if
24974 deleted region was non-empty.
24975 (cua-replace-region): Inhibit overwrite-mode for
24976 self-insert-command if replaced region was non-empty.
24977 (cua--explicit-region-start, cua--status-string): Make them
24978 buffer-local at top-level...
24979 (cua-mode): ...rather than when mode is enabled.
24980
24981 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
24982
24983 * progmodes/vhdl-mode.el (vhdl-emacs-21):
24984 Set t for Emacs 21, 22, and so on.
24985
24986 2005-08-15 David Ponce <david@dponce.com>
24987
24988 * tree-widget.el: Update Commentary header.
24989 (tree-widget-theme): Doc fix.
24990 (tree-widget-space-width): New option.
24991 (tree-widget-image-properties): Look up in the default theme too.
24992 (tree-widget--cursors): Only for images with arrow pointer shape.
24993 (tree-widget-lookup-image): Pointer shape is hand by default.
24994 (tree-widget-icon): Rename generic icon widget from
24995 `tree-widget-control'.
24996 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
24997 derive from `tree-widget-icon'.
24998 (tree-widget-handle): Improve default look and feel of the text
24999 representation.
25000 (tree-widget): Rename :*-control properties to :*-icon properties.
25001 Add :action and :help-echo properties.
25002 (tree-widget-after-toggle-functions): Move.
25003 (tree-widget-close-node, tree-widget-open-node): Remove.
25004 (tree-widget-before-create-icon-functions): New hook.
25005 (tree-widget-value-create): Update to allow customization of icons
25006 and nodes at run-time via that new hook.
25007 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
25008 (tree-widget-icon-action, tree-widget-icon-help-echo)
25009 (tree-widget-action, tree-widget-help-echo): New functions.
25010
25011 2005-08-15 Kim F. Storm <storm@cua.dk>
25012
25013 * ido.el (ido-buffer-internal): Use with-no-warnings.
25014 (ido-make-merged-file-list): Use while-no-input.
25015
25016 2005-08-15 Richard M. Stallman <rms@gnu.org>
25017
25018 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
25019 (flyspell-large-region): Fix doc and custom type.
25020
25021 2005-08-14 Richard M. Stallman <rms@gnu.org>
25022
25023 * files.el (interpreter-mode-alist): Doc fix.
25024
25025 * mail/rmail.el (rmail-nonignored-headers): New variable.
25026 (rmail-clear-headers): Use it.
25027 (rmail-reply): Better handling of mail-followup-to header.
25028
25029 * progmodes/sh-script.el (sh-font-lock-keywords-var):
25030 Rename variable from sh-font-lock-keywords. In the `shell' entry,
25031 don't try to refer to executable-font-lock-keywords.
25032 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
25033 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
25034 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
25035 (sh-mode): Set comment-start-skip, local-abbrev-table,
25036 imenu-case-fold-search.
25037 (sh-set-shell): Don't set them here.
25038 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
25039 Don't cache the results in the original alist; don't ever modify
25040 that alist.
25041
25042 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
25043
25044 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
25045 empty.
25046
25047 2005-08-15 Andreas Schwab <schwab@suse.de>
25048
25049 * desktop.el: Put autoload cookie at risky-local-variable declarations.
25050
25051 * dired.el, info.el, mail/rmail.el: Revert last change.
25052
25053 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
25054
25055 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
25056 modification in `eval-after-load' form.
25057 * info.el: Likewise.
25058 * mail/rmail.el: Likewise.
25059
25060 2005-08-14 Juri Linkov <juri@jurta.org>
25061
25062 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25063 Remove highlighting of "Compilation started". Highlight only
25064 the word "finished" in "Compilation finished". Add highlighting
25065 of "interrupt", "killed", "terminated" and the exit code.
25066 (compilation-start): Add newline after header. Use exactly the
25067 same time stamp format as the finishing message.
25068 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
25069
25070 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
25071 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
25072 Add highlighting of "interrupt", "killed", "terminated".
25073
25074 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
25075 enabled and the current command is self-insert-command, call it
25076 explicitly with overwrite-mode bound to nil, to not allow it
25077 to delete the character after the selected region.
25078
25079 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
25080
25081 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
25082 move-end-of-line, end-of-line, and beginning-of-line to the list
25083 of commands after which the echo area is updated.
25084
25085 2005-08-12 Eli Zaretskii <eliz@gnu.org>
25086
25087 * cus-edit.el (custom-save-all, custom-save-delete):
25088 Bind recentf-exclude to exclude custom-file.
25089
25090 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
25091
25092 * mail/rmailsum.el (rmail-summary-end-of-message): New command
25093 to go to the bottom of the mail message. Added to
25094 `rmail-summary-mode-map' with key "/".
25095 (rmail-summary-show-message): New (internal) function for use by
25096 both `rmail-summary-beginning/end-of-message'.
25097 (rmail-summary-beginning-of-message): Change to use
25098 rmail-summary-show-message.
25099
25100 * mail/rmail.el (rmail-end-of-message): New command to go to the
25101 end of the current message. Added to `rmail-mode-map' with key "/".
25102 (rmail-beginning-of-message): Fix to work as documented.
25103 (rmail-mode): Change documentation.
25104
25105 * progmodes/compile.el (compilation-start): Add the line
25106 "Compilation started" with compilation start time.
25107 (compilation-mode-font-lock-keywords): Add `started' to keywords.
25108
25109 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
25110
25111 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
25112 of menu items.
25113
25114 2005-08-11 Richard M. Stallman <rms@gnu.org>
25115
25116 * simple.el (pop-global-mark): Reverse test of widen-automatically.
25117
25118 * battery.el (battery-status-function): Don't use ignore-errors.
25119
25120 2005-08-11 Lute Kamstra <lute@gnu.org>
25121
25122 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
25123 define-obsolete-variable-alias.
25124
25125 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
25126
25127 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
25128 (ange-ftp-send-cmd): Revert last change, and expand
25129 the comment explaining the problem.
25130
25131 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
25132
25133 * ldefs-boot.el: Update.
25134
25135 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
25136 item to "Time, Load and Mail". Change help echo text.
25137
25138 * time.el (display-time-use-mail-icon, display-time-format)
25139 (display-time-string-forms): Shorten first line of docstrings.
25140
25141 2005-08-10 Lars Hansen <larsh@soem.dk>
25142
25143 * desktop.el (desktop-buffer-mode-handlers):
25144 Make non-customizable. Add autoload cookie. Change initial value to
25145 nil; add elements in respective modules instead. Fix doc string.
25146 (desktop-load-file): New function.
25147 (desktop-minor-mode-handlers): New autoloaded variable.
25148 (desktop-create-buffer): Call minor mode handlers.
25149 Use desktop-load-file to load major and minor mode modules prior to
25150 checking for a handler.
25151 (desktop-save): Don't add nil to desktop-minor-modes for minor
25152 modes with nil function in desktop-minor-mode-table. Don't delete
25153 desktop file before rewriting it.
25154 (desktop-locals-to-save): Add autoload cookie. Don't make
25155 automatically buffer-local. Add variables column-number-mode,
25156 size-indication-mode, indent-tabs-mode,
25157 indicate-buffer-boundaries, indicate-empty-lines and
25158 show-trailing-whitespace.
25159 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
25160 regexps. Don't use desktop-clear-preserve-buffers-regexp.
25161 (desktop-clear-preserve-buffers-regexp): Delete.
25162 (desktop-clear-preserve-buffers): Update initial value and docstring.
25163 (desktop-save-buffer): Fix doc string.
25164
25165 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
25166 (hilit-chg-desktop-restore): New function.
25167 (highlight-changes-mode): Add highlight-changes-mode to
25168 desktop-locals-to-save.
25169
25170 * dired.el: Add handler to desktop-buffer-mode-handlers.
25171 (dired-restore-desktop-buffer): Remove autoload cookie.
25172 (dired-mode): Add autoload cookie.
25173
25174 * info.el: Add handler to desktop-buffer-mode-handlers.
25175 (Info-restore-desktop-buffer): Remove autoload cookie.
25176 (Info-mode): Add autoload cookie.
25177
25178 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
25179 (mh-restore-desktop-buffer): Remove autoload cookie.
25180 (mh-folder-mode): Add autoload cookie.
25181
25182 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
25183 (rmail-restore-desktop-buffer): Remove autoload cookie.
25184
25185 2005-08-11 Masatake YAMATO <jet@gyve.org>
25186
25187 * hexl.el (hexl-address-region):
25188 (hexl-ascii-region, hexl-font-lock-keywords):
25189 (hexl-highlight-line-range): Use the term "region"
25190 instead of "area" for consistency with the other symbols
25191 defined in hexl.el.
25192
25193 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
25194
25195 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
25196 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
25197 out by Juri Linkov). Add `display-battery-mode'.
25198
25199 2005-08-09 Juri Linkov <juri@jurta.org>
25200
25201 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25202 Remove `-text' from face variable names.
25203 (compilation-error-file-name, compilation-warning-file-name)
25204 (compilation-info-file-name): Delete faces.
25205 (compilation-line-number, compilation-column-number):
25206 Remove face underlining.
25207 (compilation-message-face): Set to `underline' value by default.
25208 (compilation-error-face, compilation-warning-face)
25209 (compilation-info-face): Remove `-file-name' from face names.
25210 (compilation-error-text-face, compilation-warning-text-face)
25211 (compilation-info-text-face): Delete face variables.
25212 (compilation-text-face): Delete function.
25213
25214 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
25215 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
25216 (grep-error-face): Set to `compilation-error' instead of
25217 `compilation-error-face' (which is redefined to `grep-hit-face' in
25218 grep buffers).
25219 (grep-mode-font-lock-keywords): Remove `-text' from face variable
25220 names. Use `grep-error-face' instead of `compilation-error-text-face'.
25221
25222 * dired-aux.el (dired-do-query-replace-regexp):
25223 Use `query-replace-read-args'.
25224
25225 * replace.el (query-replace-read-from, query-replace-read-to)
25226 (query-replace-read-args): Rename arg `string' to `prompt'.
25227
25228 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
25229
25230 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
25231
25232 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
25233 uploading files.
25234 (ange-ftp-canonize-filename): Handle file names beginning with ~
25235 correctly.
25236
25237 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
25238
25239 * textmodes/fill.el (canonically-space-region)
25240 (fill-context-prefix, fill-french-nobreak-p)
25241 (fill-delete-newlines, fill-comment-paragraph)
25242 (justify-current-line): "?\ " -> "?\s".
25243
25244 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
25245
25246 * textmodes/fill.el (fill-nonuniform-paragraphs):
25247 Improve argument/docstring consistency.
25248
25249 2005-08-09 Richard M. Stallman <rms@gnu.org>
25250
25251 * textmodes/ispell.el (ispell-word): More fboundp checks.
25252
25253 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
25254 (find-file-noselect-1): Call it here, only if RAWFILE.
25255 (normal-mode): Always set some major mode.
25256 (save-some-buffers-action-alist): Change some explanation strings.
25257 (file-name-non-special): In the `quote' method, use unwind-protect.
25258
25259 2005-08-09 Magnus Henoch <mange@freemail.hu>
25260
25261 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
25262 (ispell-have-aspell-dictionaries): New variable.
25263 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
25264 (ispell-get-aspell-config-value): New function.
25265 (ispell-aspell-find-dictionary): New function.
25266 (ispell-aspell-add-aliases): New function.
25267 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
25268 appropriate. Don't look for ispell dictionaries if we use aspell.
25269 (ispell-menu-map): Don't build a submenu of dictionaries.
25270
25271 2005-08-09 Richard M. Stallman <rms@gnu.org>
25272
25273 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
25274 (sql-read-passwd): Use read-passwd.
25275
25276 * progmodes/idlw-toolbar.el (idlwave-toolbar)
25277 (idlwave-toolbar-is-possible): Add defvars.
25278
25279 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
25280 Avoid warnings.
25281
25282 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
25283 (idlwave-system-class-info, idlwave-executive-commands-alist):
25284 Use defvar.
25285
25286 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
25287
25288 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
25289 Avoid warnings.
25290
25291 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
25292 and content-type: headers.
25293
25294 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
25295
25296 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
25297 and rename some of them to be more self-explanatory.
25298
25299 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
25300
25301 * startup.el (command-line-1): Implement -scriptload.
25302
25303 * replace.el (occur-engine): Initial *Occur* output not undoable.
25304
25305 * menu-bar.el (menu-bar-file-menu): Rename some menu items
25306 and improve help strings.
25307
25308 * isearch.el (isearch-repeat): When changing direction,
25309 mark search successful.
25310
25311 * ediff-init.el: Use (featurep 'xemacs).
25312
25313 * comint.el (send-invisible): Identify buffer, if not selected.
25314
25315 * align.el: Delete autoload for c-guess-basic-syntax.
25316
25317 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
25318
25319 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
25320 Improve argument/docstring consistency. Doc fixes.
25321 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
25322 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
25323 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
25324 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
25325 (r2bv-organization, r2bv-pages, r2bv-primary-author)
25326 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
25327 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
25328 Defvar at compile time.
25329
25330 2005-08-09 Juri Linkov <juri@jurta.org>
25331
25332 * info.el: Replace `info' with upper-case `Info' where appropriate.
25333 (info-title-1, info-title-2, info-title-3, info-title-4)
25334 (info-menu-header): Move up face definitions.
25335 (info-menu-star): Rename from `info-menu-5'.
25336 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
25337 (Info-fontify-visited-nodes): Fix docstring.
25338 (Info-hide-note-references): Fix docstring.
25339 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
25340 menu items in the same way as on cross-references.
25341 (info-apropos): Fix sorting order and formatting to be like in the
25342 stand-alone Info browser. Display error messages for 1 sec.
25343 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
25344 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
25345 from the menu bar.
25346 (Info-insert-dir): Restore point after calling
25347 `insert-buffer-substring'.
25348
25349 2005-08-08 Richard M. Stallman <rms@gnu.org>
25350
25351 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
25352 (recompute-lucid-menubar): Add defvars.
25353
25354 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
25355
25356 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
25357
25358 * net/net-utils.el (run-dig): Rename from `dig'.
25359
25360 * play/gametree.el (gametree-mode): Use make-local-variable,
25361 not make-variable-buffer-local.
25362
25363 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
25364
25365 * ansi-color.el (ansi-color-make-extent)
25366 (ansi-color-set-extent-face): Use fboundp, not functionp.
25367
25368 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
25369 not make-variable-buffer-local.
25370
25371 * bookmark.el (Info-current-file): Add defvar.
25372 (bookmark-jump-noselect): Use with-no-warnings.
25373
25374 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
25375
25376 * ebuff-menu.el (Helper-return-blurb): Add defvar.
25377
25378 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
25379
25380 * find-file.el (ada-procedure-start-regexp)
25381 (ada-package-start-regexp): Add defvars.
25382
25383 * info.el (Info-insert-dir): Use insert-buffer-substring.
25384
25385 * xml.el (xml-att-def-re): Add defvar.
25386
25387 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
25388 calling convention.
25389
25390 * subr.el (while-no-input): Return t if there is input.
25391
25392 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
25393
25394 * cus-start.el (all): Add `overflow-newline-into-fringe'.
25395
25396 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
25397
25398 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
25399 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
25400
25401 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
25402
25403 * cmuscheme.el (scheme-start-file): Replace reference to
25404 `user-emacs-directory' by "~/.emacs.d/".
25405
25406 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
25407
25408 * info.el (Info-dir-remove-duplicates): Avoid case folding
25409 in loop; instead, keep downcased strings for comparison.
25410 Suggested by Helmut Eller.
25411
25412 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
25413
25414 Sync with Tramp 2.0.50.
25415
25416 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
25417 XEmacs case; not necessary anymore.
25418 (tramp-user-regexp): Allow "@" as part of user name.
25419 (tramp-handle-set-visited-file-modtime)
25420 (tramp-handle-insert-file-contents)
25421 (tramp-handle-write-region): No special handling for
25422 `last-coding-system-used, because this is done in
25423 `tramp-accept-process-output' now.
25424 (tramp-accept-process-output): New defun.
25425 (tramp-process-one-action, tramp-process-one-multi-action)
25426 (tramp-wait-for-regexp, tramp-wait-for-output)
25427 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
25428 Howells <dhowells@redhat.com>.
25429 (clear-visited-file-modtime): Defadvice removed. The check for
25430 unset buffer's modtime does not need to be based on
25431 `tramp-buffer-file-attributes'. Suggested by RMS.
25432 (tramp-message): Insert "\n" if not being at beginning of line.
25433 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
25434 sequence with same logic.
25435 (tramp-completion-handle-expand-file-name): Discard call of
25436 `tramp-drop-volume-letter'. It is not necessary, and there have
25437 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
25438 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
25439 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
25440 should always be visible.
25441 (tramp-handle-insert-directory, tramp-setup-complete)
25442 (tramp-set-process-query-on-exit-flag)
25443 (tramp-append-tramp-buffers): Pacify byte-compiler.
25444 (tramp-bug): Delete non-existing variables from list.
25445 Apply `tramp-load-report-modules' as pre-hook.
25446 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
25447 `shell-prompt-pattern' because of non-7bit characters.
25448 Reported by Sebastian Luque <sluque@mun.ca>.
25449 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
25450 (tramp-match-string-list): Remove function.
25451 (tramp-wait-for-regexp): Remove call of that function.
25452 Suggested by Kim F. Storm <storm@cua.dk>.
25453 (tramp-set-auto-save-file-modes): Use octal integer code #o600
25454 instead of octal character code ?\600. The latter resulted in a
25455 syntax error with XEmacs.
25456
25457 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
25458 XEmacs case; not necessary anymore.
25459 (tramp-smb-handle-write-region): No special handling for
25460 `last-coding-system-used, because this is done in
25461 `tramp-accept-process-output' now.
25462 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
25463
25464 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
25465
25466 * wid-edit.el (widget-choice-value-create):
25467 Unconditionally respect user choice. Set :explicit-choice back to nil
25468 when no longer needed.
25469 (widget-choice-action): Unconditionally respect user choice.
25470 Eliminate :explicit-choice-value.
25471
25472 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
25473
25474 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
25475 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
25476 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
25477 running new function `toggle-indicate-empty-lines'.
25478 Rename "Customize" item to "Customize fringe".
25479 Rename "Indicators" item to "Buffer boundaries" and change help echo.
25480 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
25481 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
25482 Delete "Empty lines only" item.
25483 (menu-bar-showhide-fringe-ind-customize): New function.
25484 (menu-bar-showhide-fringe-ind-mixed)
25485 (menu-bar-showhide-fringe-ind-box)
25486 (menu-bar-showhide-fringe-ind-right)
25487 (menu-bar-showhide-fringe-ind-left)
25488 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
25489 instead of `fringe-indicators'.
25490
25491 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
25492
25493 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
25494 Change the date of last update.
25495
25496 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
25497
25498 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
25499 (viper-exec-yank, viper-put-back): Don't display modification msg
25500 if in the minibuffer.
25501
25502 * viper-init.el (viper-replace-overlay-cursor-color)
25503 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
25504 Make variables frame local.
25505
25506 * viper-util.el (viper-append-filter-alist): Use append instead of
25507 nconc.
25508
25509 * viper.el (viper-vi-state-mode-list)
25510 (viper-emacs-state-mode-list): Move help-mode and
25511 completion-list-mode from the first list to the second.
25512 (viper-mode): Docstring.
25513 (viper-go-away, viper-non-hook-settings): Don't localize
25514 minor-mode-alist in newer Emacsen. Add advice to
25515 set-cursor-color. Don't bind "\C-c\\".
25516
25517 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
25518
25519 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
25520 (scheme-macro-expand-command): New user options.
25521 (scheme-trace-procedure, scheme-expand-current-form): New commands.
25522 (scheme-form-at-point, scheme-start-file)
25523 (scheme-interactively-start-process): New functions.
25524 (scheme-get-process): New function, extracted from `scheme-proc'.
25525 (run-scheme): Call `scheme-start-file' to get start file, and pass
25526 it to `make-comint'.
25527 (switch-to-scheme, scheme-proc):
25528 Call `scheme-interactively-start-process' if no Scheme buffer/process
25529 is available.
25530
25531 2005-08-06 Juri Linkov <juri@jurta.org>
25532
25533 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25534 Use `compilation-text-face', `compilation-info-text-face' and
25535 `compilation-error-text-face' instead of `font-lock-keyword-face'.
25536 (compilation-error): New face.
25537 (compilation-error-file-name): Inherit from
25538 `compilation-error' instead of `font-lock-warning-face'.
25539 (compilation-warning-file-name): Inherit from
25540 `compilation-warning' instead of `font-lock-warning-face'.
25541 (compilation-info, compilation-error-file-name)
25542 (compilation-warning-file-name, compilation-info-file-name)
25543 (compilation-line-number, compilation-column-number): Doc fix.
25544 (compilation-error-text-face, compilation-warning-text-face)
25545 (compilation-info-text-face): New face variables.
25546 (compilation-line-face, compilation-column-face)
25547 (compilation-enter-directory-face)
25548 (compilation-leave-directory-face): Doc fix.
25549 (compilation-text-face): New function.
25550
25551 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
25552 instead of 1 to display binary file names as info file links.
25553 (grep-error-face): Use `compilation-error-face' instead of
25554 `font-lock-keyword-face'.
25555 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
25556 and `compilation-warning-text-face' instead of
25557 `font-lock-keyword-face'. Use `compilation-error-text-face'
25558 instead of `grep-error-face'.
25559
25560 2005-08-05 Kenichi Handa <handa@m17n.org>
25561
25562 * international/code-pages.el: Add autoload cookies for all coding
25563 systems.
25564
25565 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
25566
25567 * cus-start.el (all): Put undo.c where it alphabetically belongs.
25568
25569 2005-08-04 Juri Linkov <juri@jurta.org>
25570
25571 * progmodes/compile.el (compilation-mode-map):
25572 * progmodes/grep.el (grep-mode-map):
25573 Bind TAB to `compilation-next-error' and [backtab] to
25574 `compilation-previous-error'.
25575
25576 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
25577 matching line numbers, column numbers and their ranges with regexp
25578 matching only line numbers.
25579 (grep-context-face): New face variable.
25580 (grep-mode-font-lock-keywords): Use it.
25581
25582 * faces.el (read-face-name): Delete duplicate faces.
25583
25584 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
25585
25586 * thumbs.el (thumbs-find-image): Don't make variables
25587 automatically buffer local.
25588 (thumbs-current-tmp-filename, thumbs-current-image-filename)
25589 (thumbs-image-num): Make automatically buffer local.
25590 (thumbs-show-thumbs-list): Use `make-local-variable', not
25591 `make-variable-buffer-local'.
25592 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
25593
25594 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
25595 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
25596 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
25597 (bother, bye, canyou, chatlst, continue, deathlst, describe)
25598 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
25599 (feelings-about, foullst, found, hello, history, howareyoulst)
25600 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
25601 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
25602 (neglst, obj, object, owner, please, problems, qlist)
25603 (random-adjective, relation, remlst, repetitive-shortness)
25604 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
25605 (shortlst, something, sportslst, stallmanlst, states, subj)
25606 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
25607 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
25608 Defvar at compile time.
25609
25610 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
25611 not `make-variable-buffer-local'.
25612
25613 2005-08-02 Kim F. Storm <storm@cua.dk>
25614
25615 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
25616 rectangle overlay in selected window.
25617
25618 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
25619
25620 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
25621 instead of display group. Make `indicate-buffer-boundaries'
25622 customizable through Custom.
25623
25624 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
25625
25626 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
25627 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
25628 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
25629 (gdb-put-string): Fix typos in docstrings.
25630
25631 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
25632
25633 Update copyright notices of files in progmodes directory for
25634 release of Emacs 22.1.
25635
25636 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
25637
25638 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
25639 Don't barf if the GUD buffer has been killed.
25640
25641 2005-08-01 Kim F. Storm <storm@cua.dk>
25642
25643 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
25644
25645 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
25646
25647 * simple.el (next-error-follow-minor-mode):
25648 make-variable-buffer-local -> make-local-variable.
25649
25650 * emacs-lisp/cl-extra.el: Require CL also when compiling.
25651
25652 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
25653 (byte-compile-form-make-variable-buffer-local): New functions to warn
25654 about misuses of make-variable-buffer-local where make-local-variable
25655 was meant.
25656
25657 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
25658
25659 * bs.el (bs-attributes-list): Doc fix.
25660 (bs): Update url-link.
25661
25662 * desktop.el (desktop-save-buffer): Fix typos in docstring.
25663 (desktop-load-default): Simplify.
25664
25665 * ibuffer.el (ibuffer-columnize-and-insert-list)
25666 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
25667 (ibuffer-unmark-all, ibuffer-toggle-marks)
25668 (ibuffer-unmark-forward, ibuffer-unmark-backward)
25669 (ibuffer-compile-make-format-form, ibuffer-format-column)
25670 (ibuffer-current-buffers-with-marks)
25671 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
25672 (ibuffer): Doc fix.
25673 (ibuffer-mode): Fix typo in docstring.
25674 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
25675 with `define-obsolete-variable-alias'.
25676 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
25677
25678 2005-07-29 Kenichi Handa <handa@m17n.org>
25679
25680 * international/mule-cmds.el (select-message-coding-system):
25681 Be sure to use LF for end-of-line. If no coding system is decided,
25682 return iso-8859-1-unix.
25683
25684 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
25685
25686 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
25687 (ange-ftp-pending-error-line): New vars.
25688 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
25689 to handle the non-fatal no-route-to-host messages.
25690 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
25691
25692 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
25693
25694 * isearch.el (isearch-mode-map, isearch-other-meta-char)
25695 (isearch-quote-char, isearch-printing-char)
25696 (isearch-text-char-description): "?\ " -> "?\s".
25697 (isearch-lazy-highlight-cleanup)
25698 (isearch-lazy-highlight-initial-delay)
25699 (isearch-lazy-highlight-interval)
25700 (isearch-lazy-highlight-max-at-a-time)
25701 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
25702 Declare with define-obsolete-*-alias macros.
25703 (isearch-forward): Fix typo in docstring.
25704 (search-invisible, search-ring-yank-pointer)
25705 (regexp-search-ring-yank-pointer): Doc fixes.
25706
25707 * recentf.el (recentf-menu-append-commands-p): Declare with
25708 `define-obsolete-variable-alias'.
25709 (recentf-max-saved-items, recentf-menu-filter)
25710 (recentf-arrange-by-rule-subfilter): Doc fixes.
25711 (recentf-menu-append-commands-flag)
25712 (recentf-initialize-file-name-history, recentf-expand-file-name)
25713 (recentf-clear-data): Fix typos in docstrings.
25714
25715 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
25716
25717 * progmodes/gdb-ui.el: Smarten comments.
25718 (gdb-info-breakpoints-custom): Use nowarn when finding file.
25719
25720 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
25721
25722 * term/apollo.el (terminal-init-apollo): New function containing
25723 all former top level forms in the file.
25724 * term/bobcat.el (terminal-init-bobcat):
25725 * term/cygwin.el (terminal-init-cygwin):
25726 * term/iris-ansi.el (terminal-init-iris-ansi):
25727 * term/linux.el (terminal-init-linux):
25728 * term/news.el (terminal-init-news):
25729 * term/rxvt.el (terminal-init-rxvt):
25730 * term/sun.el (terminal-init-sun):
25731 * term/tvi970.el (terminal-init-tvi970):
25732 * term/vt100.el (terminal-init-vt100):
25733 * term/vt102.el (terminal-init-vt102):
25734 * term/vt125.el (terminal-init-vt125):
25735 * term/vt200.el (terminal-init-vt200):
25736 * term/vt201.el (terminal-init-vt201):
25737 * term/vt220.el (terminal-init-vt220):
25738 * term/vt240.el (terminal-init-vt240):
25739 * term/vt300.el (terminal-init-vt300):
25740 * term/vt320.el (terminal-init-vt320):
25741 * term/vt400.el (terminal-init-vt400):
25742 * term/vt420.el (terminal-init-vt420):
25743 * term/wyse50.el (terminal-init-wyse50):
25744 * term/xterm.el (terminal-init-xterm): Likewise.
25745
25746 * term/README: Describe the terminal-init-* functionality.
25747
25748 * startup.el (command-line): After loading the terminal initialization
25749 file call the corresponding terminal initialization function.
25750
25751 2005-07-27 Kenichi Handa <handa@m17n.org>
25752
25753 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
25754 negative.
25755
25756 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
25757 (ps-mule-composition-prologue): Fix for the case that
25758 RelativeCompose is false.
25759
25760 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
25761
25762 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
25763
25764 * descr-text.el (describe-char): Handle the case where the list of
25765 chars is displayed in a separate frame.
25766 Be a bit more discriminating when looking for the char.
25767
25768 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
25769
25770 * bookmark.el (bookmark-automatically-show-annotations)
25771 (bookmark-read-annotation-text-func): Doc fixes.
25772 (bookmark-save): Improve argument/docstring consistency.
25773 (bookmark-get-bookmark, bookmark-get-bookmark-record)
25774 (bookmark-alist-from-buffer)
25775 (bookmark-upgrade-file-format-from-0)
25776 (bookmark-grok-file-format-version)
25777 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
25778 (bookmark-read-annotation-mode)
25779 (bookmark-insert-current-bookmark, bookmark-jump)
25780 (bookmark-exit-hook): Fix typos in docstrings.
25781 (bookmark-exit-hooks): Define as obsolete alias.
25782 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
25783 not `bookmark-exit-hooks'. Fix docstring.
25784 (bookmark-bmenu-select): "?\ " -> "?\s".
25785
25786 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
25787
25788 * startup.el (command-line): Fix typo.
25789
25790 2005-07-24 Richard M. Stallman <rms@gnu.org>
25791
25792 * tooltip.el (tooltip-mode): Test emacs-basic-display,
25793 not emacs-quick-startup.
25794
25795 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
25796
25797 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
25798 (reb-next-match, reb-show-subexp): Use `with-selected-window'
25799 instead of `reb-with-current-window'.
25800 (reb-prev-match): Likewise. Also, don't move left if the search
25801 was unsuccessful.
25802 (reb-initialize-buffer): New function.
25803 (re-builder, reb-change-syntax): Use it.
25804
25805 * man.el (Man-goto-page): Make second argument NOERROR optional.
25806
25807 2005-07-23 Richard M. Stallman <rms@gnu.org>
25808
25809 * man.el (Man-bgproc-sentinel): Check here for failure to find
25810 any man page in the output, and report the error here.
25811 (Man-arguments): Make it permanent local.
25812 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
25813 (Man-mode): Pass t for NOERROR.
25814
25815 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
25816 (grep-mode-font-lock-keywords):
25817 Don't use compilation-...-face for messages that are not file names.
25818
25819 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25820 Don't use compilation-...-face for messages that are not file names.
25821
25822 2005-07-22 Juri Linkov <juri@jurta.org>
25823
25824 * startup.el (normal-splash-screen): Update menu name.
25825
25826 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
25827
25828 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
25829
25830 * term/xterm.el: Load term/rxvt if the terminal is actually an
25831 rxvt terminal.
25832 (xterm-rxvt-set-background-mode): Remove, not used anymore.
25833
25834 * term/rxvt.el (function-key-map): Use substitute-key-definition
25835 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
25836
25837 * term/cygwin.el: New file.
25838
25839 2005-07-22 Kim F. Storm <storm@cua.dk>
25840
25841 * image-file.el (insert-image-file, image-file-yank-handler):
25842 Fix last change to maintain a (unique) yank-handler on yanked images.
25843
25844 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
25845
25846 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
25847 of the file size (as in "177B" for 177 bytes). This happens with
25848 "ls -lh" on FreeBSD.
25849
25850 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
25851
25852 * hilit-chg.el (highlight-changes-global-initial-state)
25853 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
25854 (hilit-chg-fixup, highlight-changes-mode):
25855 Fix typos in docstrings.
25856 (highlight-changes-global-modes, highlight-changes-rotate-faces):
25857 Doc fixes.
25858
25859 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
25860
25861 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
25862 mode function using `eval-after-load'.
25863
25864 2005-07-21 Kim F. Storm <storm@cua.dk>
25865
25866 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
25867 included when reporting an Emacs crash, and tell about the DEBUG file.
25868
25869 * image-file.el (insert-image-file): Add yank-handler.
25870 (image-file-yank-handler): Yank handler to make unique copies of
25871 images when they are yanked into a buffer next to each other.
25872
25873 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
25874
25875 * comint.el (comint-use-prompt-regexp, comint-send-input)
25876 (comint-source-default, comint-extract-string)
25877 (comint-get-source, comint-word, comint-completion)
25878 (comint-source, comint-prompt-read-only, comint-update-fence):
25879 Fix typos in docstrings.
25880 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
25881 Declare with define-obsolete-*-alias macros.
25882 (comint-previous-matching-input-from-input)
25883 (comint-next-matching-input-from-input)
25884 (comint-previous-matching-input, comint-next-matching-input)
25885 (comint-forward-matching-input):
25886 Improve argument/docstring consistency.
25887
25888 * desktop.el (desktop-clear-preserve-buffers-regexp):
25889 Also preserve the *server* buffer.
25890
25891 * simple.el (clone-indirect-buffer): Doc fix.
25892 (fixup-whitespace, just-one-space)
25893 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
25894 (next-error, next-error-highlight)
25895 (next-error-highlight-no-select, next-error-last-buffer)
25896 (next-error-buffer-p, next-error-find-buffer, next-error)
25897 (previous-error, next-error-no-select, previous-error-no-select)
25898 (open-line, split-line, minibuffer-prompt-width, kill-new)
25899 (binary-overwrite-mode): Fix typos in docstrings.
25900 (set-fill-column): Fix typo in message.
25901
25902 * skeleton.el (skeleton-proxy-new): Doc fix.
25903
25904 * strokes.el (strokes-load-hook): Doc fix.
25905 (strokes-grid-resolution, strokes-get-grid-position)
25906 (strokes-renormalize-to-grid, strokes-read-stroke)
25907 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
25908 (strokes-global-map): Fix typos in docstrings.
25909 (strokes-help): Doc fix. Fix help message and pass it through
25910 `substitute-command-keys'.
25911
25912 * tempo.el (tempo-insert-prompt, tempo-interactive)
25913 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
25914 (tempo-insert-string-functions, tempo-local-tags)
25915 (tempo-define-template, tempo-insert-template)
25916 (tempo-insert-prompt-compat, tempo-is-user-element)
25917 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
25918 Fix typos in docstrings.
25919
25920 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
25921 (vcursor-key-bindings, vcursor-use-vcursor-map)
25922 (vcursor-find-window, vcursor-scroll-down)
25923 (vcursor-disable, vcursor-beginning-of-buffer)
25924 (vcursor-end-of-buffer): Fix typos in docstrings.
25925 (vcursor-relative-move, vcursor-get-char-count):
25926 Improve argument/docstring consistency.
25927
25928 * version.el: "?\ " -> "?\s".
25929
25930 * wid-edit.el (widget-default-create, widget-after-change)
25931 (widget-default-format-handler, widget-checklist-add-item)
25932 (widget-radio-add-item, widget-choose, widget-specify-secret)
25933 (widget-field-value-create, widget-field-value-get)
25934 (widget-editable-list-format-handler)
25935 (widget-editable-list-entry-create, widget-group-value-create)
25936 (widget-documentation-link-add)
25937 (widget-documentation-string-value-create): "?\ " -> "?\s".
25938 (widget-convert-text): Doc fix.
25939 (widget-narrow-to-field, widget-field-find)
25940 (widget-url-link-action, widget-emacs-library-link-action)
25941 (widget-color-notify): Fix typos in docstrings.
25942
25943 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
25944 (x-select-text, set-w32-system-coding-system)
25945 (w32-add-charset-info): Fix typos in docstrings.
25946
25947 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
25948 (cua-enable-cua-keys, cua-use-hyper-key)
25949 (cua-virtual-rectangle-edges): Fix typos in docstrings.
25950 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
25951
25952 * net/tramp.el (tramp-handle-load): Fix typo in error message.
25953
25954 * emacs-lisp/re-builder.el (regexp-builder): Declare with
25955 `defalias' instead of faking it.
25956
25957 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
25958 (eshell-ls-missing, eshell-ls-dired-initial-args)
25959 (eshell-ls-use-in-dired): Fix typos in docstrings.
25960
25961 2005-07-20 Kim F. Storm <storm@cua.dk>
25962
25963 * emulation/cua-base.el (cua-mode): Improve doc string.
25964
25965 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
25966
25967 * abbrev.el (expand-region-abbrevs): Doc fix.
25968 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
25969 Improve argument/docstring consistency.
25970
25971 * arc-mode.el (archive-get-descr, archive-alternate-display):
25972 Doc fixes.
25973 (archive-l-e): Improve argument/docstring consistency.
25974 (archive-tmpdir, archive-unixdate, archive-unixtime)
25975 (archive-chmod-entry): Fix typos in docstrings.
25976 (archive-unflag, archive-unflag-backwards)
25977 (archive-unmark-all-files): "?\ " -> "?\s".
25978
25979 * buff-menu.el (Buffer-menu-unmark): Doc fix.
25980 (Buffer-menu-not-modified, Buffer-menu-execute)
25981 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
25982 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
25983
25984 * composite.el (compose-string, encode-composition-rule)
25985 (compose-last-chars): Fix typos in docstrings.
25986
25987 * desktop.el (desktop-enable, desktop-basefilename):
25988 Declare with `define-obsolete-variable-alias'.
25989 (desktop-internal-v2s): Don't quote keywords.
25990 (desktop-clear): "?\ " -> "?\s".
25991
25992 * dired.el (dired-align-file, dired-flag-backup-files)
25993 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
25994 (dired-listing-switches, dired-ls-F-marks-symlinks)
25995 (dired-dwim-target, dired-load-hook, dired-mode-hook)
25996 (dired-directory, dired-faces, dired, dired-revert)
25997 (dired-mode, dired-summary, dired-view-file)
25998 (dired-copy-filename-as-kill, dired-delete-file)
25999 (dired-no-confirm, dired-unmark-all-marks)
26000 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
26001 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
26002 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
26003 Fix typos in message strings.
26004
26005 * dired-x.el (virtual-dired): Declare with `defalias'.
26006 (dired-mark-unmarked-files, dired-local-variables-file)
26007 (dired-omit-here-always): Doc fix.
26008 (dired-omit-mode, dired-find-subdir)
26009 (dired-enable-local-variables, dired-clean-up-buffers-too)
26010 (dired-extra-startup, dired-mark-extension, dired-jump)
26011 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
26012 (dired-smart-shell-command, dired-guess-shell-alist-user)
26013 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
26014 (dired-x-bind-find-file, dired-x-submit-report):
26015 Fix typos in docstrings.
26016 (dired-mark-unmarked-files): "?\ " -> "?\s".
26017
26018 * dirtrack.el (dirtrack-list): Fix typos in docstring.
26019
26020 * faces.el (describe-face): "?\ " -> "?\s".
26021 (read-all-face-attributes, read-face-font, modify-face)
26022 (face-attr-construct, italic): Fix typos in docstrings.
26023 (frame-update-face-colors): Declare with
26024 `define-obsolete-function-alias'.
26025
26026 * files.el (find-file-noselect, recode-file-name): Doc fixes.
26027 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
26028 (magic-mode-alist, buffer-file-numbers-unique)
26029 (write-file-functions, get-free-disk-space):
26030 Fix typos in docstrings.
26031 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
26032 (write-contents-hooks, write-file-hooks):
26033 Declare with `define-obsolete-variable-alias'.
26034
26035 * forms-d2.el (arch-rj): Fix typo in docstrings.
26036 (arch-tocol): Likewise. "?\ " -> "?\s".
26037
26038 * frame.el (set-frame-font, cursor-in-non-selected-windows):
26039 Fix typo in docstring.
26040 (set-screen-width, set-screen-height): Delete redundant info in
26041 doctrings.
26042 (new-frame, screen-height, screen-width): Declare with
26043 `define-obsolete-function-alias'.
26044 (delete-frame-hook, blink-cursor): Declare with
26045 `define-obsolete-variable-alias'.
26046
26047 * paths.el (prune-directory-list): Fix typos in docstring.
26048
26049 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
26050 (cvs-prefix-get): Fix typos in docstrings.
26051
26052 * ps-print.el (ps-extend-face-list, ps-extend-face)
26053 (ps-print-background-image): Fix typos in docstrings.
26054 (ps-default-fg, ps-default-bg): Doc fixes.
26055
26056 * s-region.el (s-region-bind): Doc fix.
26057 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
26058
26059 * textmodes/org.el (org-table-formula-substitute-names)
26060 (org-table-get-vertical-vector): Doc fixes.
26061 (org-table-recalculate): Remove unused argument to `message'.
26062
26063 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
26064
26065 * textmodes/org.el (org-table-column-names)
26066 (org-table-column-name-regexp)
26067 (org-table-named-field-locations): New variables.
26068 (org-archive-subtree): Protect `this-command' when calling
26069 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
26070 the kill buffer.
26071 (org-complete): Remove fixed-formula completion.
26072 (org-edit-formulas-map): New variable.
26073 (org-table-edit-formulas): New command.
26074 (org-finish-edit-formulas, org-abort-edit-formulas)
26075 (org-show-variable, org-table-get-vertical-vector): New functions.
26076 (org-table-maybe-eval-formula): Handle `:=' fields.
26077 (org-table-get-stored-formulas, org-table-store-formulas)
26078 (org-table-get-formula, org-table-modify-formulas)
26079 (org-table-replace-in-formulas): Handle named field formulas.
26080 (org-table-get-specials): Store locations of named fields.
26081
26082 2005-07-19 Juri Linkov <juri@jurta.org>
26083
26084 * progmodes/grep.el (grep-regexp-alist)
26085 (grep-mode-font-lock-keywords, grep-process-setup):
26086 Use default GNU grep match color "01;31m" instead of "01;41m".
26087 (grep-regexp-alist, grep-mode-font-lock-keywords):
26088 Use `\\[[0-9]*m' instead of `\\[00m'.
26089 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
26090 sgr_start where its handling is more important. Use the real
26091 length of sgr_start instead of constant 8.
26092 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
26093 specially. Delete all remaining escape sequences.
26094 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
26095 (grep-regexp-alist): Make hyperlink only for binary file name
26096 instead of the whole line.
26097 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
26098 (grep-mode): Add autoload.
26099
26100 * emacs-lisp/find-func.el (find-function-regexp):
26101 Add `define-compilation-mode'.
26102
26103 2005-07-19 Juri Linkov <juri@jurta.org>
26104
26105 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
26106 (compare-windows-sync-string-size, compare-windows-recenter)
26107 (compare-windows-highlight, compare-windows): Add version 22.1.
26108 (compare-windows) <defface>: Inherit from lazy-highlight instead
26109 of duplicating its default value.
26110
26111 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
26112 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
26113
26114 * descr-text.el (describe-char): Create link buttons for `charset'
26115 and `code point'. Add the current input method name with a link
26116 button to `to input' field. Print face names of display table
26117 characters in `The display table entry is displayed by' section
26118 instead of printing face-id in the `display' field.
26119 Guess hardcoded faces and create a link button for them.
26120 Skip empty fields when calculating max-width.
26121 Treat `widget-create' specially while inserting strings from the
26122 collected field list.
26123 (describe-char-after): Made obsolete in version 22.1, not 21.5.
26124
26125 * diff-mode.el (diff-file-header): Change foreground color from
26126 yellow to green on light backgrounds.
26127 (diff-context): Inherit from `shadow' only for color/grayscale
26128 with more than 88 colors.
26129 (diff-indicator-removed, diff-indicator-added)
26130 (diff-indicator-changed): New faces.
26131 (diff-font-lock-keywords): Use new faces. Regroup rules.
26132 Add "^---$" for `normal' diff format. Fontify `#' lines with
26133 font-lock-comment-delimiter-face and font-lock-comment-face.
26134 Add `#' to ^[^...] in the rule for `diff-context-face'.
26135
26136 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
26137 a button-like box. Inherit from `highlight' on low colors.
26138 (shadow): Use shades of gray only for color/grayscale with
26139 more than 88 colors. Use green for light backgrounds with
26140 8 colors, and yellow for dark backgrounds with 8 colors.
26141
26142 * font-lock.el (font-lock-regexp-grouping-backslash):
26143 Don't inherit from escape-glyph (use bold for all cases).
26144
26145 * info.el (info-xref-visited): Use light foreground color `violet'
26146 for dark backgrounds instead of dark color `magenta3'.
26147 (info-title-1): Use `yellow' color for dark backgrounds.
26148
26149 * isearch.el (isearch): Use not-too-dark magenta3 instead of
26150 too-light magenta2.
26151
26152 * replace.el (match): Use slightly more light RoyalBlue3 instead
26153 of dark RoyalBlue4.
26154
26155 * wid-edit.el (widget-inactive): Inherit from `shadow'.
26156
26157 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
26158
26159 * novice.el (disabled-command-hook): Declare it with
26160 `define-obsolete-variable-alias'.
26161
26162 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
26163 (desktop-buffer-misc-functions, desktop-buffer-handlers)
26164 (desktop-load-default): Add release to obsolescence info.
26165 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
26166 (desktop-append-buffer-args, desktop-read):
26167 Fix typos in docstrings.
26168 (desktop-kill): Fix typo in message.
26169 (desktop-save): Doc fix.
26170
26171 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
26172
26173 * viper-cmd.el (viper-escape-to-state): Bug fix.
26174 (viper-envelop-ESC-key): Change the definition of fast
26175 keysequence so it'll work with keyboard macros.
26176
26177 * ediff.el (ediff-patch-buffer): Change the docstring.
26178
26179 2005-07-19 Kenichi Handa <handa@m17n.org>
26180
26181 * international/mule-cmds.el (select-safe-coding-system): Try to
26182 use an auto-coding (if any) before anything else. If the found
26183 auto-coding is invalid, show a warning message.
26184
26185 * international/mule.el (find-auto-coding): New function created
26186 by modifying the body of set-auto-coding.
26187 (set-auto-coding): Use find-auto-coding to find a coding.
26188
26189 2005-07-18 Richard M. Stallman <rms@gnu.org>
26190
26191 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
26192 not isearch-mode-end-hook-error.
26193 (allout-before-change-protect): Fix error message.
26194
26195 2005-07-18 Juri Linkov <juri@jurta.org>
26196
26197 * allout.el (allout-mode):
26198 * calculator.el (calculator-copy):
26199 * custom.el (custom-known-themes):
26200 * dired.el (dired-desktop-buffer-misc-data)
26201 (dired-restore-desktop-buffer):
26202 * dired-x.el (dired-omit-marker-char):
26203 * files.el (basic-save-buffer):
26204 * font-core.el (font-lock-mode):
26205 * calendar/calendar.el (calendar-goto-hebrew-date)
26206 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
26207 (calendar-goto-persian-date):
26208 * language/ethio-util.el (ethio-sera-to-fidel-region):
26209 * textmodes/picture.el (picture-mode):
26210 Delete duplicate duplicate words.
26211
26212 2005-07-18 Juri Linkov <juri@jurta.org>
26213
26214 * isearch.el (isearch-mode-map): Remove key bindings for regexp
26215 chars * ? } |.
26216 (isearch-fallback): Don't call `isearch-process-search-char'.
26217 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
26218 (isearch-process-search-char): Call `isearch-fallback' for regexp
26219 chars * ? } |.
26220 (isearch-return-char): Make obsolete with `make-obsolete' instead
26221 of simply documenting it as obsolete in the docstring.
26222 (isearch-fallback): Refill docstring.
26223
26224 * international/isearch-x.el
26225 (isearch-process-search-multibyte-characters): Remove unneeded
26226 `concat'. Add intermediate values to `junk-hist' instead of
26227 `minibuffer-history'. Test the length of `str'.
26228
26229 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
26230
26231 * allout.el (allout-resolve-xref): Fix typos in error strings.
26232 (allout-before-change-protect): Remove unneeded `concat'.
26233
26234 * array.el (array-mode, array-reconfigure-rows)
26235 (untabify-backward): Fix typos in docstrings.
26236 (array-reconfigure-rows): Use `insert-buffer-substring', not
26237 `insert-buffer'.
26238
26239 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
26240 * progmodes/ada-mode.el (ada-make-body):
26241 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
26242
26243 * dired.el (dired-log):
26244 * tar-mode.el (tar-subfile-save-buffer):
26245 * play/zone.el (zone-pgm-stress-destress):
26246 Use `insert-buffer-substring', not `insert-buffer'.
26247
26248 2005-07-17 Simon Josefsson <jas@extundo.com>
26249
26250 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
26251
26252 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
26253
26254 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
26255 Add plain auth method.
26256 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
26257
26258 2005-07-17 Kim F. Storm <storm@cua.dk>
26259
26260 * ido.el (dired-other-window): Add ido property.
26261
26262 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
26263
26264 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26265 Fix typo in docstring.
26266 (byte-compile-interactive-only-functions): Add `insert-buffer' and
26267 `insert-file-literally'.
26268
26269 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
26270 info and delete redundant message. Doc fix.
26271 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
26272 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
26273
26274 2005-07-16 Richard M. Stallman <rms@gnu.org>
26275
26276 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
26277 (byte-compile-and): Use byte-compile-and-recursion.
26278 (byte-compile-or-recursion): New function.
26279 (byte-compile-or): Use that.
26280 (byte-compile-if): Guard the else-clause too.
26281 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
26282
26283 * isearch.el (isearch-mode-end-hook-quit): New variable.
26284 (isearch-done): Bind it.
26285 (isearch-mode-end-hook): Doc fix.
26286
26287 * allout.el (allout-isearch-did-quit): Variable deleted.
26288 (allout-real-isearch-abort): Function name no longer used.
26289 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
26290 (allout-isearch-rectification): isearch-mode always exists.
26291 Don't set allout-isearch-did-quit.
26292 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
26293 allout-isearch-did-quit.
26294 (allout-enwrap-isearch): Just add the hook.
26295 (allout-isearch-abort): Function deleted.
26296 (allout-pre-command-business): Avoid warning.
26297
26298 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
26299 Correctly avoid warnings.
26300 (pascal-outline): Likewise.
26301
26302 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
26303
26304 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
26305
26306 * play/tetris.el (tetris-mode): Avoid warning.
26307
26308 * play/snake.el (snake-mode): Avoid warning.
26309
26310 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
26311 (gamegrid-set-display-table): Avoid warning.
26312 (gamegrid-set-timer): Likewise.
26313 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
26314 (gamegrid-add-score-with-update-game-score-1): Take FILE
26315 as argument.
26316 (gamegrid-add-score-with-update-game-score): Pass that argument.
26317 Rename have-shared-game-dir to gamegrid-shared-game-dir.
26318
26319 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
26320
26321 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
26322 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
26323
26324 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
26325 and insert-file.
26326
26327 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
26328 (sc-ask): Avoid warnings.
26329
26330 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
26331 (eshell-hist-initialize): Use that var the natural way.
26332
26333 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
26334
26335 * emacs-lisp/re-builder.el (reb-cook-regexp):
26336 Avoid warning calling lre-compile-string.
26337 (reb-color-display-p): Avoid warning.
26338
26339 * calculator.el (calculator-last-input): Guard uses
26340 of event-key and key-press-event-p.
26341 (event-key, key-press-event-p): Delete definitions.
26342
26343 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
26344 (find-gc-source-directory, find-gc-subrs-callers)
26345 (find-gc-noreturn-list, find-gc-source-files)
26346 (find-gc-subrs-called): Vars renamed and defvar'd.
26347
26348 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
26349 (checkdoc-overlay-put, checkdoc-delete-overlay)
26350 (checkdoc-overlay-start, checkdoc-overlay-end)
26351 (checkdoc-mode-line-update, checkdoc-char=):
26352 Define such that compiler knows they are defined.
26353 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
26354 (checkdoc-read-event): Delete. Use read-event directly.
26355
26356 * whitespace.el (whitespace-make-overlay)
26357 (whitespace-overlay-put, whitespace-delete-overlay)
26358 (whitespace-overlay-start, whitespace-overlay-end):
26359 Define such that compiler knows they are defined.
26360 (whitespace): Move conditional inside.
26361
26362 * tempo.el (tempo-insert-template): Suppress warning.
26363
26364 * ediff-diff.el (longlines-mode): Add defvar.
26365
26366 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
26367
26368 * server.el: Bind "C-x #" in a way that works even if C-x is
26369 redefined to a command key, not a prefix key.
26370
26371 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
26372
26373 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
26374 cl-make-type-test till execution time.
26375
26376 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
26377
26378 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
26379 arg ARG and use it.
26380
26381 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
26382
26383 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
26384
26385 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
26386
26387 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26388 a defcustom with two :set or :type keywords.
26389
26390 2005-07-15 Richard M. Stallman <rms@gnu.org>
26391
26392 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
26393 Don't give ^M comment-end syntax.
26394
26395 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
26396
26397 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
26398 Don't consider gdbmi (gdb-mi.el has its own update functions).
26399 (gdb-var-delete): Make it work for gdbmi as well.
26400 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
26401
26402 * progmodes/gud.el (etags, sdb): Only require etags when needed.
26403 (gud-speedbar-menu-items): Correct logic for enabling items.
26404
26405 2005-07-15 Kim F. Storm <storm@cua.dk>
26406
26407 * ido.el: Fix commentary.
26408 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
26409 Use with-no-warnings around ffap-guesser.
26410 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
26411 Let bind minibuffer-completing-file-name to t.
26412
26413 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
26414
26415 * startup.el (site-run-file, keyboard-type): Doc fixes.
26416 (command-line): Check for "--basic-display" argument; also for
26417 "--quick", not "--bare-bones" (which was renamed).
26418 (fancy-splash-text): Add missing item "Getting New Versions".
26419 (normal-splash-screen): Fix typos and improve consistency with
26420 `fancy-splash-text'. Update copyright year.
26421
26422 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
26423 valid binding for `help-char'.
26424
26425 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
26426
26427 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
26428
26429 * term.el (term-mode): Disable cua-mode for term buffers.
26430
26431 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
26432
26433 * add-log.el (add-log-mailing-address, change-log-merge):
26434 Doc fixes.
26435 (change-log-get-method-definition): Fix typo in docstring.
26436
26437 2005-07-14 Kim F. Storm <storm@cua.dk>
26438
26439 * emulation/cua-base.el:
26440 (cua--pre-command-handler-1, cua--pre-command-handler)
26441 (cua--post-command-handler-1, cua--post-command-handler):
26442 Split in two. Check (buffer local) value of cua-mode.
26443 (cua-selection-mode): New command.
26444
26445 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
26446
26447 * custom.el (custom-initialize-safe-set)
26448 (custom-initialize-safe-default): Doc fixes.
26449
26450 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26451 and simplify :init-value again.
26452
26453 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26454 and simplify :init-value again. Delete autoload.
26455
26456 * startup.el (command-line): Use `custom-reevaluate-setting' again
26457 for tooltip-mode.
26458
26459 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26460 a defcustom with two :initialize keywords.
26461
26462 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
26463
26464 * allout.el (my-mark-marker, allout-isearch-prior-pos)
26465 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
26466 (allout-post-command-business, allout-flag-region)
26467 (isearch-reenable-font-lock, allout-yank)
26468 (allout-insert-latex-header, allout-insert-latex-trailer)
26469 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
26470 (allout-latex-verb-quote): Fix typos in docstrings.
26471 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
26472 (allout-unprotected, allout-prefix-data):
26473 Improve argument/docstring consistency.
26474 (allout-chart-subtree): Fix argument spec.
26475 (allout-open-topic): Rename `use_sib_bullet' argument to
26476 `use-sib-bullet'. Doc fix.
26477
26478 * whitespace.el (whitespace-check-buffer-leading)
26479 (whitespace-check-buffer-trailing)
26480 (whitespace-check-buffer-indent)
26481 (whitespace-check-buffer-spacetab)
26482 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
26483 (whitespace-check-leading-whitespace)
26484 (whitespace-check-trailing-whitespace)
26485 (whitespace-check-spacetab-whitespace)
26486 (whitespace-check-indent-whitespace)
26487 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
26488 (whitespace-modes): Fix typos in docstrings.
26489 (defgroup, defcustom): Doc fixes.
26490
26491 * winner.el (winner-mode, winner-boring-buffers)
26492 (winner-pending-undo-ring): Doc fixes.
26493 (winner-ring): Remove unneeded `progn'.
26494 (winner-equal): `defsubst' it.
26495 (winner-redo): Fix message.
26496
26497 2005-07-13 Kim F. Storm <storm@cua.dk>
26498
26499 * simple.el (line-move-1): Always use vertical-motion to
26500 do the last (or only) line move to ensure some movement.
26501 Undo 2005-06-23 change--don't check for overlays.
26502
26503 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26504
26505 * term/mac-win.el (ccl-encode-mac-roman-font)
26506 (ccl-encode-mac-centraleurroman-font)
26507 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
26508 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
26509 Change charset-id boundary of dimension to ?\xef.
26510 (mac-char-fontspec-list): New constant.
26511 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
26512 argument. Nil uses itself as family in font-spec. Previous
26513 behavior for nil is now provided by non-nil non-string argument.
26514 All callers changed. Add font-specs for Mac fonts to
26515 "fontset-default" unless iso8859-1 fonts are installed.
26516
26517 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
26518
26519 * progmodes/sh-script.el (sh-get-indent-info): Only indent
26520 a continuation line if the \ is preceded by SPC or TAB.
26521 (sh-get-indent-info): Simplify.
26522 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
26523 Use with-current-buffer.
26524
26525 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
26526 when the matched text is empty.
26527
26528 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
26529
26530 * startup.el (command-line): Revert to previous handling of
26531 tooltip-mode. Explain in comment why the complexity is needed.
26532
26533 * tooltip.el (tooltip-mode): Revert to previous implementation of
26534 its defcustom.
26535
26536 * frame.el (blink-cursor-mode): Revert to previous implementation
26537 of its defcustom. Update comment.
26538
26539 2005-07-12 Lars Hansen <larsh@soem.dk>
26540
26541 * desktop.el: Update e-mail address.
26542
26543 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26544
26545 * term/mac-win.el (mac-services-mail-selection)
26546 (mac-services-mail-to): New functions.
26547 (mac-application-menu-map): Bind them.
26548
26549 2005-07-12 wulei <milton@wulei.net> (tiny change)
26550
26551 * progmodes/gdb-ui.el: Add note about buffering with Windows.
26552
26553 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
26554
26555 * custom.el (custom-reevaluate-setting): Doc fix.
26556
26557 2005-07-11 Jay Belanger <belanger@truman.edu>
26558
26559 * calc/calc.el (calc-embedded-announce-formula-alist)
26560 (calc-embedded-open-close-plain-alist)
26561 (calc-embedded-open-close-mode-alist): Add checks for additional
26562 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
26563
26564 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
26565
26566 * custom.el (custom-enable-theme): Don't add theme to
26567 `custom-enabled-themes' with `push' because there is no
26568 setf-method for `delq'.
26569
26570 2005-07-11 Richard M. Stallman <rms@gnu.org>
26571
26572 * custom.el (custom-declare-variable): Doc fix.
26573
26574 * dired-aux.el (dired-compare-directories): Remove "." and ".."
26575 from the alists.
26576
26577 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
26578 Do nothing if edebug-active.
26579
26580 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
26581 (edebug-display): Do it here instead.
26582
26583 2005-07-10 Richard M. Stallman <rms@gnu.org>
26584
26585 * cus-face.el (custom-theme-set-faces): Make it work.
26586 (custom-reset-faces): Doc fix.
26587 (custom-theme-reset-internal-face, custom-theme-face-value):
26588 Functions deleted.
26589
26590 * custom.el (custom-push-theme): Maintain list of the settings
26591 of a given theme in its theme-settings property.
26592 Maintain position of old settings in the theme-value
26593 or theme-face property.
26594 (custom-enabled-themes): New variable.
26595 (custom-theme-enabled-p): New function.
26596 (provide-theme): Update custom-enabled-themes.
26597 Disable and reenable the `user' theme.
26598 (require-theme): Doc fix.
26599 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
26600 (custom-theme-value, custom-theme-variable-value): Likewise.
26601 (custom-theme-reset-internal): Likewise.
26602 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
26603 (custom-enable-theme, custom-disable-theme): New functions.
26604 (custom-variable-theme-value, custom-face-theme-value): Likewise.
26605 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
26606 (custom-theme-reset-variables): Simplify.
26607 (deftheme, custom-declare-theme, custom-make-theme-feature):
26608 Definitions moved.
26609
26610 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
26611
26612 * longlines.el (longlines-show-region)
26613 (longlines-unshow-hard-newlines): Recognize hard newlines by
26614 non-nil hard property, instead of t.
26615
26616 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
26617
26618 * viper-cmd.el (viper--key-maps): New variable.
26619 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
26620 emulation-mode-map-alists.
26621 (viper-envelop-ESC-key): Use viper-subseq.
26622 (viper-search-forward/backward/next): Disable debug-on-error.
26623
26624 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26625 (viper-ESC-key): New defcustoms.
26626
26627 * viper-macs.el (ex-map-read-args): Use viper-subseq.
26628
26629 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
26630 (viper-subseq): Copy of subseq from cl.el.
26631
26632 * viper.el (viper-go-away, viper-set-hooks): Use
26633 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
26634
26635 * viper-mous.el (viper-current-frame-saved): Use defvar.
26636
26637 * viper-init.el: Get rid of -face in face names.
26638
26639 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
26640 Make it work with longlines mode.
26641
26642 * ediff-mult.el (ediff-meta-mode-hook): New variable.
26643
26644 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
26645
26646 * ediff-init.el: Get rid of -face in face names.
26647
26648 2005-07-10 Richard M. Stallman <rms@gnu.org>
26649
26650 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
26651 and with-timeout-unsuspend.
26652
26653 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
26654 and with-timeout-unsuspend.
26655
26656 * emacs-lisp/timer.el (with-timeout-timers): New variable.
26657 (with-timeout): Bind that variable to record timers.
26658 (with-timeout-suspend, with-timeout-unsuspend): New functions.
26659
26660 * emacs-lisp/debug.el (debug-help-follow): New function.
26661 (debugger-mode-map): Use that instead of help-follow.
26662 (debugger-setup-buffer): Use eval-buffer-list
26663 to handle eval-buffer frames.
26664
26665 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
26666
26667 * timezone.el (timezone-parse-date): Change first regexp
26668 so it will not mistakenly match dates with no time zone.
26669
26670 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
26671
26672 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
26673
26674 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
26675
26676 * custom.el (custom-initialize-safe-set)
26677 (custom-initialize-safe-default): New functions.
26678
26679 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26680 and simplify :init-value.
26681
26682 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26683 and simplify :init-value. Delete obsolete comment.
26684
26685 * startup.el (command-line): Use `custom-reevaluate-setting' to
26686 handle `tooltip-mode'. Delete obsolete comment.
26687
26688 * files.el (set-visited-file-name): Avoid calling
26689 `file-name-nondirectory' with a nil argument.
26690
26691 2005-07-09 Richard M. Stallman <rms@gnu.org>
26692
26693 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
26694 was called with nil for the buffer, handle the read position right.
26695 Handle read position for eval-region, too.
26696
26697 2005-07-09 Juri Linkov <juri@jurta.org>
26698
26699 * fringe.el (fringe-mode): Add period in docstring.
26700 (fringe-query-style): Build prompt depending on `all-frames' arg.
26701
26702 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
26703 to not create links to unrelated functions in the Help buffer.
26704
26705 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
26706 Doc fix.
26707
26708 * simple.el (next-error-hook): New variable.
26709 (next-error): Use it. Doc fix.
26710
26711 * textmodes/ispell.el (ispell-command-loop): Add current
26712 dictionary name and program name to mode-line-format.
26713 (ispell-region, ispell-process-line): Add current dictionary name
26714 and program name to messages.
26715
26716 2005-07-08 Jay Belanger <belanger@truman.edu>
26717
26718 * calc/calc.el (calc-embedded-announce-formula-alist)
26719 (calc-embedded-open-close-formula-alist)
26720 (calc-embedded-open-close-word-alist)
26721 (calc-embedded-open-close-plain-alist)
26722 (calc-embedded-open-close-new-formula-alist)
26723 (calc-embedded-open-close-mode-alist)
26724 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
26725 (calc-embedded-mode-hook): New variables.
26726
26727 * calc/calc-embed.el (calc-embedded-firsttime)
26728 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
26729 New variables.
26730 (calc-do-embedded): Use calc-embedded-firsttime,
26731 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
26732 determine whether or not to run hooks.
26733 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
26734 calc-embedded-firsttime-formula appropriately.
26735 Set calc-embedded delimiter variables according to mode.
26736
26737 2005-07-08 Richard M. Stallman <rms@gnu.org>
26738
26739 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
26740 Check for "emacs", etc., as entire symbol, not just as word.
26741 (checkdoc-file-comments-engine): Use regexp-quote on FN.
26742
26743 * files.el (set-visited-file-name): Report the error
26744 for "empty filename" earlier.
26745 (kill-some-buffers): Ignore buffers already dead.
26746
26747 * fringe.el (fringe-mode): Doc fix.
26748
26749 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26750 Check for (featurep 'xemacs) and turn off warnings in what it guards.
26751 Use unwind-protect to ensure byte-compile-unresolved-functions
26752 is updated.
26753
26754 * whitespace.el (whitespace-buffer-leading-cleanup):
26755 Simplify w/ skip-chars-forward.
26756 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
26757
26758 * mail/rmail.el (rmail-only-expunge): Fix paren error.
26759 Unconditionally try to leave point at the same old place.
26760
26761 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
26762
26763 * comint.el (comint-postoutput-scroll-to-bottom)
26764 (comint-show-maximum-output): Take scroll-margin into consideration.
26765
26766 2005-07-08 Kim F. Storm <storm@cua.dk>
26767
26768 * ido.el (ido-use-filename-at-point): New choice `guess'.
26769 (ido-file-internal): Try ffap-guesser if selected.
26770
26771 * ido.el (ido-before-fallback-functions): New hook.
26772 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
26773 (ido-read-file-name): Run it.
26774
26775 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
26776
26777 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
26778 strings rather than a list of symbols to the completion function.
26779
26780 2005-07-07 Jay Belanger <belanger@truman.edu>
26781
26782 * calc/calc-units.el (math-apply-units): Change the places in
26783 which units are simplified.
26784
26785 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
26786
26787 * cus-edit.el (customize-option, customize-option-other-window):
26788 Make them handle aliases.
26789
26790 * custom.el (custom-variable-p): Make it recursively follow
26791 aliases. Mention that in the docstring.
26792
26793 2005-07-07 Richard M. Stallman <rms@gnu.org>
26794
26795 * cus-start.el (exec-path): Use `directory' instead of `file'.
26796 Fix tag for nil.
26797
26798 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
26799
26800 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
26801 when called non-interactively. Doc fix.
26802
26803 2005-07-07 Lute Kamstra <lute@gnu.org>
26804
26805 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
26806 new address as well.
26807
26808 2005-07-07 Kenichi Handa <handa@m17n.org>
26809
26810 * international/mule.el (make-coding-system):
26811 Describe `ascii-incompatible' property in the docstring.
26812 (set-file-name-coding-system): Signal an error if coding-system is
26813 ascii-incompatible.
26814 (set-keyboard-coding-system): Likewise.
26815
26816 * international/mule-cmds.el (set-default-coding-systems):
26817 Don't set default-file-name-coding-system and
26818 default-keyboard-coding-system if coding-system is ASCII-incompatible.
26819
26820 * international/utf-16.el: Declare that all UTF-16-based coding
26821 systems are ASCII-incompatible.
26822
26823 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
26824
26825 * progmodes/gud.el: Require font-lock for displaying errors.
26826 Used by gdb-ui.el.
26827
26828 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
26829
26830 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
26831 values for the pattern lists which are `read'able but not
26832 `append'able (like symbols).
26833
26834 2005-07-06 Richard M. Stallman <rms@gnu.org>
26835
26836 * progmodes/flymake.el (flymake-float-time): Instead of
26837 with-no-warnings, test for XEmacs.
26838 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
26839 to avoid warning.
26840
26841 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
26842
26843 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
26844
26845 2005-07-05 Lute Kamstra <lute@gnu.org>
26846
26847 * battery.el: Add support for Darwin (with much debugging help
26848 from Samuel Lauber <sam124@operamail.com>).
26849 (battery-status-function, battery-echo-area-format)
26850 (battery-mode-line-format): Add support for pmset on Darwin.
26851 (battery-load-low, battery-load-critical): New user options.
26852 (battery-pmset): New function.
26853
26854 2005-07-05 Lute Kamstra <lute@gnu.org>
26855
26856 Update FSF's address in GPL notices.
26857
26858 * textmodes/page-ext.el: Update FSF's address.
26859
26860 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
26861
26862 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
26863 filling from using prefix when filling a single-line docstring.
26864
26865 * progmodes/flymake.el: Remove useless eval-when-compile.
26866
26867 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
26868
26869 2005-07-04 Richard M. Stallman <rms@gnu.org>
26870
26871 * textmodes/org.el (org-file-apps-defaults-gnu):
26872 Rename from org-file-apps-defaults-linux.
26873 (org-default-apps): Don't test system-type for `linux'.
26874 (org-file-apps): Doc fix.
26875
26876 2005-07-04 David Ponce <david@dponce.com>
26877
26878 * tree-widget.el: Improve header Commentary section.
26879 (tree-widget) [defgroup]
26880 (tree-widget-image-enable, tree-widget-themes-directory)
26881 (tree-widget-theme, tree-widget-image-properties-emacs)
26882 (tree-widget-image-properties-xemacs, tree-widget-create-image)
26883 (tree-widget-image-formats, tree-widget-control)
26884 (tree-widget-empty-control, tree-widget-leaf-control
26885 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
26886 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
26887 (tree-widget-keep, tree-widget-after-toggle-functions)
26888 (tree-widget-open-node, tree-widget-close-node): Doc fix.
26889 (tree-widget-open-control, tree-widget-close-control): Fix doc and
26890 :help-echo message.
26891 (tree-widget-set-theme): Doc fix. Use `string-equal'.
26892 (tree-widget-image-properties): Doc fix. Clearer implementation.
26893 (tree-widget--cursors): New constant.
26894 (tree-widget-lookup-image): New function split from
26895 `tree-widget-find-image'. Clearer implementation.
26896 (tree-widget-find-image): Use it.
26897 (tree-widget-button-keymap): Use `set-keymap-parent'.
26898 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
26899 Define the sub-widgets here.
26900 (tree-widget-node): Check that :node is not a tree-widget.
26901 (tree-widget-get-super, tree-widget-open-control)
26902 (tree-widget-close-control, tree-widget-empty-control)
26903 (tree-widget-leaf-control, tree-widget-guide)
26904 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
26905 (tree-widget-no-handle, tree-widget-value-delete)
26906 (tree-widget-map): Remove.
26907 (tree-widget-children-value-save): Doc fix. Simplified.
26908 (tree-widget-value-create): Update according to previous changes.
26909
26910 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
26911
26912 * textmodes/org.el: Leading space replaced by TABS.
26913 (org-recalc-marks, org-table-rotate-recalc-marks)
26914 (org-table-get-specials): Treat "^" and "_" marks.
26915 (org-table-justify-field-maybe): Optional argument NEW.
26916 (org-table-eval-formula): Parsing of the format simplified.
26917 New modes C,I. Honor the %= parameter in the current table.
26918 Avoid unnecessary re-align by using the NEW argument to
26919 `org-table-justify-field-maybe'.
26920 (org-calc-default-modes): Default for date-format mimicks org-mode.
26921 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
26922
26923 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
26924
26925 * cus-face.el (custom-theme-set-faces): Make it handle face
26926 aliases whose alias declarations are pre- or autoloaded.
26927
26928 2005-07-04 Juri Linkov <juri@jurta.org>
26929
26930 * faces.el (read-face-name): Put the code for getting a face name
26931 from the buffer before adding the faces from the `face' property.
26932 Use `completing-read-multiple' instead of `completing-read'.
26933 Require `crm'. Add default value and post-process the returned
26934 list of faces.
26935
26936 * emacs-lisp/crm.el (crm-find-current-element)
26937 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
26938
26939 * emacs-lisp/lisp-mode.el (eval-defun-1):
26940 * emacs-lisp/edebug.el (edebug-eval-defun):
26941 Remove unnecessary quotes.
26942
26943 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
26944
26945 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
26946 (prolog-indent-level): Fix typo in docstring.
26947
26948 * info.el (Info-history, Info-history-forward)
26949 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
26950
26951 * add-log.el (add-change-log-entry):
26952 * comint.el (comint-dynamic-list-input-ring)
26953 (comint-dynamic-list-completions):
26954 * dabbrev.el (dabbrev-expand):
26955 * delim-col.el (delimit-columns-rectangle-line):
26956 * diff-mode.el (diff-context->unified, diff-reverse-direction)
26957 (diff-unified->context):
26958 * ediff-init.el (ediff-abbrev-jobname):
26959 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
26960 (ediff-replace-session-activity-marker-in-meta-buffer):
26961 * info.el (Info-summary):
26962 * lpr.el (printify-region):
26963 * printing.el (pr-create-interface):
26964 * ps-print.el (ps-print-quote):
26965 * ses.el (ses-column-widths, ses-print-cell)
26966 (ses-adjust-print-width, ses-center):
26967 * shell.el (shell-file-name-quote-list):
26968 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
26969 (strokes-fill-current-buffer-with-whitespace)
26970 (strokes-xpm-for-stroke, strokes-list-strokes)
26971 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
26972 * term.el (term-dynamic-list-input-ring)
26973 (term-dynamic-list-completions):
26974 * calc/calc.el (math-format-stack-value):
26975 * emacs-lisp/edebug.el (edebug-display-freq-count):
26976 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
26977 (delphi-new-comment-line):
26978 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
26979 * progmodes/executable.el (executable-set-magic):
26980 * progmodes/python.el (inferior-python-mode):
26981 * progmodes/scheme.el (scheme-mode-syntax-table):
26982 * progmodes/sh-script.el (sh-maybe-here-document):
26983 * progmodes/sql.el (sql-copy-column):
26984 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
26985 * textmodes/bibtex.el (bibtex-mode):
26986 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
26987 (sgml-auto-attributes):
26988 * textmodes/table.el (table-insert, table-shorten-cell)
26989 (table--generate-source-scan-lines, table-delete-row)
26990 (*table--cell-delete-char, table--spacify-frame)
26991 (table--horizontally-shift-above-and-below)
26992 (table--cell-insert-char, table--cell-blank-str)
26993 (table--fill-region-strictly):
26994 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
26995 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
26996
26997 * add-log.el (change-log):
26998 * apropos.el (apropos):
26999 * comint.el (comint-completion, comint-source):
27000 * dabbrev.el (dabbrev):
27001 * delim-col.el (columns):
27002 * diff-mode.el (diff-mode):
27003 * ediff.el (ediff):
27004 * ediff-diff.el (ediff-diff):
27005 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
27006 * ediff-mult.el (ediff-mult):
27007 * ediff-ptch.el (ediff-ptch):
27008 * ediff-wind.el (ediff-window):
27009 * facemenu.el (facemenu):
27010 * indent.el (indent):
27011 * info.el (info):
27012 * jka-cmpr-hook.el (compression, jka-compr):
27013 * lpr.el (lpr):
27014 * outline.el (outlines):
27015 * pcmpl-cvs.el (pcmpl-cvs):
27016 * pcmpl-rpm.el (pcmpl-rpm):
27017 * printing.el (printing):
27018 * ps-print.el (postscript, ps-print, ps-print-horizontal)
27019 (ps-print-vertical, ps-print-headers, ps-print-font)
27020 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
27021 (ps-print-background, ps-print-printer, ps-print-page)
27022 (ps-print-miscellany):
27023 * ses.el (ses):
27024 * shell.el (shell, shell-directories, shell-faces):
27025 * startup.el (initialization):
27026 * strokes.el (strokes):
27027 * term.el (term):
27028 * uniquify.el (uniquify):
27029 * w32-vars.el (w32):
27030 * calc/calc.el (calc):
27031 * emacs-lisp/bytecomp.el (bytecomp):
27032 * emacs-lisp/cl-indent.el (lisp-indent):
27033 * emacs-lisp/edebug.el (edebug):
27034 * emacs-lisp/elp.el (elp):
27035 * emacs-lisp/testcover.el (testcover):
27036 * emacs-lisp/trace.el (trace):
27037 * emulation/viper-ex.el (viper-ex):
27038 * emulation/viper-mous.el (viper-mouse):
27039 * mail/mailalias.el (mailalias):
27040 * mail/supercite.el (supercite, supercite-frames)
27041 (supercite-attr, supercite-cite, supercite-hooks):
27042 * net/rcompile.el (remote-compile):
27043 * net/rlogin.el (rlogin):
27044 * obsolete/ooutline.el (outlines):
27045 * progmodes/delphi.el (delphi):
27046 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
27047 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
27048 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
27049 (ebnf-optimization):
27050 * progmodes/etags.el (etags):
27051 * progmodes/executable.el (executable):
27052 * progmodes/idlwave.el (idlwave):
27053 * progmodes/pascal.el (pascal):
27054 * progmodes/prolog.el (prolog):
27055 * progmodes/python.el (python):
27056 * progmodes/scheme.el (scheme):
27057 * progmodes/sh-script.el (sh, sh-script):
27058 * progmodes/sql.el (SQL):
27059 * progmodes/tcl.el (tcl):
27060 * textmodes/bibtex.el (bibtex, bibtex-autokey):
27061 * textmodes/enriched.el (enriched):
27062 * textmodes/makeinfo.el (makeinfo):
27063 * textmodes/sgml-mode.el (sgml):
27064 * textmodes/table.el (table-hooks):
27065 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
27066 * textmodes/texinfo.el (texinfo):
27067 * textmodes/two-column.el (two-column):
27068 Finish `defgroup' description with period.
27069
27070 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
27071 * eshell/esh-var.el (eshell-var):
27072 * progmodes/vhdl-mode.el (vhdl-testbench):
27073 * textmodes/org.el (org): Fix typos in docstrings.
27074
27075 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
27076 consistency.
27077
27078 * progmodes/flymake.el (flymake-find-file): Remove.
27079 (flymake-float-time): Use `with-no-warnings'.
27080 (flymake-check-start-time, flymake-check-was-interrupted)
27081 (flymake-err-info, flymake-is-running, flymake-last-change-time)
27082 (flymake-new-err-info): `defvar' at compile time.
27083
27084 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
27085
27086 * replace.el (occur-hook): Doc fix.
27087 (occur-1): Don't call `occur-hook' if there are no matches.
27088
27089 2005-07-03 Richard M. Stallman <rms@gnu.org>
27090
27091 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
27092 global-map, save the same map.
27093 (global-map): Don't alter it at top level.
27094 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
27095 Then alter it here instead.
27096 (tpu-edt-off): Set global-map to the saved one.
27097
27098 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
27099 All references simplified.
27100 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
27101 (zmacs-regions): Add defvar.
27102 (repeat-complex-command-map): Everything about that deleted.
27103
27104 * textmodes/artist.el (artist-key-is-drawing)
27105 (artist-key-endpoint1, artist-key-poly-point-list)
27106 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
27107 (artist-key-compl-table, artist-rb-save-data)
27108 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
27109 Don't put them in eval-when-compile.
27110 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
27111
27112 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
27113 Use with-no-warnings.
27114
27115 * net/browse-url.el (dos-windows-version): Add defvar.
27116
27117 * mail/supercite.el (filladapt-prefix-table): Add defvar.
27118
27119 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
27120 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
27121 (rmail-new-summary-line-count): Rename from new-summary-line-count.
27122 Add defvar.
27123 (rmail-summary-beginning-of-message): Use with-no-warnings.
27124 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
27125
27126 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
27127 Use with-no-warnings.
27128
27129 * emulation/vi.el (vi-mark-region): Use c-mark-function.
27130 (c-mark-function): Add point-moving-unit property.
27131 (vi-goto-line): Use with-no-warnings.
27132
27133 * emulation/edt.el (edt-last-copied-word): Add defvar.
27134 (zmacs-region-stays): Likewise.
27135 (edt-mark-section-wisely): Use c-mark-function for C.
27136 Use makr-defun for Fortran.
27137 (time-string): defvar deleted.
27138 (edt-display-the-time): Don't set time-string.
27139
27140 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
27141
27142 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27143 Don't warn when name is not constant
27144 or for defining the group `emacs'.
27145
27146 * tooltip.el (gud-tooltip-mode): Add defvar.
27147
27148 * startup.el (default-frame-background-mode): Add defvar.
27149
27150 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
27151
27152 * info.el (tool-bar-map): Add defvar.
27153
27154 * dired.el (dnd-protocol-alist): Add defvar.
27155
27156 * dired-aux.el (dired-query): Display question with answer, when
27157 the user answers.
27158
27159 * custom.el (custom-add-option): Doc fix.
27160
27161 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
27162
27163 2005-07-03 Eli Zaretskii <eliz@gnu.org>
27164
27165 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
27166 bogus name from the last change.
27167
27168 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
27169
27170 * custom.el (custom-declare-variable): Fix typos in comment.
27171 (custom-known-themes): Doc fix.
27172 (custom-theme-directory): New defcustom.
27173 (require-theme): Make it check `custom-theme-directory'.
27174
27175 * cus-theme.el (custom-new-theme-mode): New function.
27176 (custom-theme-name, custom-theme-variables, custom-theme-faces)
27177 (custom-theme-description): Add compiler defvars.
27178 (customize-create-theme): Add doc to the "*New Custom Theme*"
27179 buffer. Use `custom-new-theme-mode'.
27180 (custom-theme-write): Put the created buffer in emacs-lisp-mode
27181 and save it to the `custom-theme-directory'. Make this the
27182 default directory of the buffer.
27183
27184 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
27185
27186 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
27187 Fix unbalanced parentheses.
27188
27189 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
27190
27191 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
27192 into flymake-mode and delegate to flymake-mode.
27193
27194 * find-file.el (ff-which-function-are-we-in): Clean up.
27195
27196 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
27197
27198 * replace.el (occur-rename-buffer): Fix docstring.
27199
27200 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
27201 (edt-last-copied-word, edt-learn-macro-count)
27202 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
27203 (edt-rect-start-point, edt-user-global-map, rect-start-point)
27204 (time-string, zmacs-region-stays):
27205 * emulation/edt-mapper.el (edt-save-function-key-map)
27206 (EDT-key-name): `defvar' to silence the byte-compiler.
27207
27208 2005-07-02 Martin Rudalics <rudalics@gmx.at>
27209
27210 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
27211 font-lock-regexp-backslash. Doc fix.
27212 (font-lock-regexp-backslash-grouping-construct): Rename from
27213 font-lock-regexp-backslash-construct. Doc fix.
27214 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
27215 grouping constructs.
27216
27217 2005-07-02 Eli Zaretskii <eliz@gnu.org>
27218
27219 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
27220 updating all the prerequisites.
27221
27222 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
27223
27224 * textmodes/org.el (org-agenda-start-on-weekday)
27225 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
27226 (org-agenda-use-time-grid, org-archive-location)
27227 (org-allow-space-in-links, org-usenet-links-prefer-google)
27228 (org-enable-table-editor, org-export-default-language)
27229 (org-export-html-show-new-buffer, org-fill-paragraph)
27230 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
27231 (org-goto-quit, org-occur, org-eval-in-calendar)
27232 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
27233 (org-agenda-diary-entry, org-remember-help)
27234 (org-table-convert-region, org-at-table-p)
27235 (org-table-move-row-down, org-table-move-row-up)
27236 (org-table-copy-region, org-table-toggle-vline-visibility)
27237 (org-table-get-stored-formulas, org-table-get-specials)
27238 (org-recalc-commands, org-table-eval-formula)
27239 (org-table-formula-substitute-names, orgtbl-make-binding)
27240 (org-format-org-table-html, org-format-table-table-html)
27241 (org-format-table-table-html-using-table-generate-source)
27242 (org-customize): Fix typos in docstrings.
27243 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
27244 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
27245 (org-back-to-heading): Doc fixes.
27246 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
27247 (org-agenda-change-all-lines, org-get-header):
27248 Improve argument/docstring consistency.
27249 (orgtbl-error): Fix error message.
27250
27251 * progmodes/flymake.el (flymake-find-possible-master-files)
27252 (flymake-master-file-compare, flymake-get-line-err-count)
27253 (flymake-highlight-line, flymake-gui-warnings-enabled):
27254 Fix typos in docstrings.
27255 (flymake-parse-line, flymake-get-project-include-dirs-function)
27256 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
27257 Doc fixes.
27258 (flymake-get-project-include-dirs-function)
27259 (flymake-make-err-menu-data):
27260 Improve argument/docstring consistency.
27261
27262 2005-07-01 Lute Kamstra <lute@gnu.org>
27263
27264 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
27265 Catch errors with ignore-errors. Use temporary buffer.
27266 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
27267
27268 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
27269 background color faces.
27270 (facemenu-set-foreground, facemenu-set-background):
27271 Use facemenu-set-face-from-menu.
27272 (facemenu-set-face-from-menu): Treat face names that start with
27273 "fg:" or "bg:" as special.
27274 (facemenu-add-new-color): Don't create faces. Simplify.
27275
27276 2005-06-30 Richard M. Stallman <rms@gnu.org>
27277
27278 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
27279 (crm-find-current-element): Likewise.
27280
27281 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
27282
27283 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
27284
27285 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
27286
27287 * arc-mode.el (archive-extract): Make it work as a mouse binding.
27288 (archive-mouse-extract): Make it an obsolete alias.
27289 (archive-mode-map): Don't use archive-mouse-extract any more.
27290 (archive-mode, archive-extract): write-contents-hooks ->
27291 write-contents-functions.
27292 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
27293 first arg.
27294 (archive-rename-entry): Update the call.
27295 (archive-zip-summarize): Remove unused var `method'.
27296 (archive-lzh-summarize): Remove unused var `creator'.
27297
27298 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
27299 dedicated frame upon exit.
27300
27301 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
27302 (archive-zip-extract, archive-zip-expunge)
27303 (archive-zip-update, archive-zip-update-case): Use executable-find.
27304 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
27305 Use restore-buffer-modified-p.
27306 (archive-extract, archive-add-new-member, archive-write-file-member):
27307 Use with-current-buffer.
27308 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
27309
27310 2005-06-30 Andreas Schwab <schwab@suse.de>
27311
27312 * progmodes/gud.el (gud-filter): Remove unneeded progn.
27313
27314 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
27315
27316 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
27317
27318 2005-06-30 Juri Linkov <juri@jurta.org>
27319
27320 * faces.el (vertical-border): Inherit from mode-line-inactive
27321 only on tty.
27322
27323 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
27324
27325 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
27326 example, -NLINES in the `occur' docstring).
27327
27328 * replace.el (occur-1): When no matches are found, do not set the
27329 `buffer-read-only' and modified flags for the occur buffer,
27330 because it is deleted.
27331
27332 * emulation/cua-base.el (cua-check-pending-input)
27333 (cua-repeat-replace-region, cua-mode, cua-debug)
27334 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
27335 Fix typos in docstrings.
27336
27337 * emulation/cua-gmrk.el (cua-toggle-global-mark)
27338 (cua-cut-region-to-global-mark)
27339 (cua--cut-rectangle-to-global-mark):
27340 Remove period from end of messages.
27341
27342 * emulation/cua-rect.el (cua-do-rectangle-padding):
27343 Remove period from end of messages.
27344 (cua--rectangle-seq-format): Fix typo in docstring.
27345 (cua-sequence-rectangle, cua-fill-char-rectangle):
27346 Improve argument/docstring consistency.
27347
27348 2005-06-29 Juri Linkov <juri@jurta.org>
27349
27350 * faces.el (default-frame-background-mode): New internal variable.
27351 (frame-set-background-mode): Use it.
27352
27353 * startup.el (normal-top-level): Set default-frame-background-mode
27354 instead of frame-background-mode. Before setting it, test for its
27355 nil value. Remove tests for frame-background-mode and frame
27356 parameter `reverse'. Add test for "unspecified-fg".
27357
27358 * term/xterm.el (xterm-rxvt-set-background-mode):
27359 * term/rxvt.el (rxvt-set-background-mode):
27360 Set default-frame-background-mode instead of frame-background-mode.
27361
27362 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
27363
27364 * simple.el (set-variable): Warn about obsolete user variables.
27365
27366 * imenu.el (imenu--completion-buffer):
27367 * mouse.el (mouse-buffer-menu-alist):
27368 * msb.el (msb-invisible-buffer-p):
27369 * calendar/diary-lib.el (diary-header-line-format):
27370 * emacs-lisp/pp.el (pp-buffer):
27371 * progmodes/cperl-mode.el (cperl-do-auto-fill):
27372 * textmodes/picture.el (picture-replace-match):
27373 Change space constants followed by a sexp to "?\s ".
27374
27375 * play/decipher.el (decipher-loop-with-breaks):
27376 * textmodes/texinfo.el (texinfo-insert-@item): Change space
27377 constants "protected" from end of line by a comment to "?\s".
27378
27379 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
27380
27381 * font-lock.el (save-buffer-state): Use `declare'.
27382
27383 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
27384 reset the syntax-table to cperl-mode-syntax-table.
27385 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
27386 "foo_print_bar" is not matched as a reserved keyword.
27387
27388 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
27389
27390 * textmodes/org.el (orgtbl-setup): New function, for delayed
27391 setup for the orgtbl commands.
27392 (org-calc-default-modes): New option.
27393 (orgtbl-make-binding): Use `defun' to get better help display.
27394 (org-diary): Call `org-compile-prefix-format'.
27395 (org-table-formula-substitute-names): New function.
27396 (org-agenda-day-view, org-agenda-week-view): New commands.
27397 (org-agenda-toggle-week-view): Command removed.
27398 (org-tbl-menu): Split off from org-org-menu.
27399 (org-mode): Move removal of outline-mode menus to here.
27400 (org-table-formula-debug): New option.
27401 (org-table-insert-row): Keep first field if just "#" or "*".
27402 (org-mode): Paragraph regexps fixed.
27403 (org-table-recalculate-regexp): New constant.
27404 (org-table-justify-field-maybe): Avoid replace if not necessary.
27405 (org-copy-special, org-cut-special): Use `call-interactively'.
27406 (org-table-copy-region): Take region from `interactive' call.
27407 (org-trim): Return string even if no match.
27408 (org-formula): New face.
27409 (org-set-font-lock-defaults): No longer highlight "FIXME".
27410 But highlight formula-related fields in table.
27411 (org-table-p): Use regexp, not fontification.
27412 (org-table-align): Handle white space at end of line.
27413 (org-table-formula-evaluate-inline): New option.
27414 (org-mode): Auto-wrapping in comment lines turned off.
27415 (org-table-copy-down): Evaluate only in copied field, not in
27416 destination.
27417 (org-table-current-formula): Variable removed.
27418 (org-table-store-formulas, org-table-get-stored-formulas)
27419 (org-table-modify-formulas, org-table-replace-in-formulas)
27420 (org-table-maybe-eval-formula): New functions.
27421 (org-table-get-formula): Modify to use stored formulas.
27422 (org-table-insert-column, org-table-delete-column)
27423 (org-table-move-column): Call `org-table-modify-formulas'.
27424 (org-complete): Add completion for keyword formulas.
27425 (orgtbl-mode): Pull orgtbl-mode-map to start of
27426 minor-mode-map-alist.
27427
27428 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
27429
27430 * progmodes/python.el (python-check): Require `compile' before
27431 modifying its variables.
27432
27433 * newcomment.el (comment-indent-default): Don't get fooled by an early
27434 end of buffer.
27435
27436 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27437
27438 * ps-print.el (ps-print-version): Fix version number.
27439
27440 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
27441
27442 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
27443
27444 2005-06-28 Richard M. Stallman <rms@gnu.org>
27445
27446 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
27447 (flyspell-local-mouse-map): Declaration deleted.
27448 (flyspell-mouse-map): Bind only mouse-2.
27449 (flyspell-mode-map): Don't test flyspell-use-local-map.
27450 (flyspell-overlay-keymap-property-name): Var deleted.
27451 (flyspell-mode-on): Don't make local bindings for
27452 flyspell-mouse-map and flyspell-mode-map.
27453 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
27454
27455 * textmodes/ispell.el (ispell-word): Do not ignore short words.
27456
27457 * progmodes/compile.el (compilation-next-error-function):
27458 Don't switch buffers; operate on the current buffer.
27459
27460 * progmodes/compile.el (compilation-error-file-name)
27461 (compilation-warning-file-name, compilation-info-file-name)
27462 (compilation-line-number, compilation-column-number): New faces.
27463 (compilation-error-face, compilation-warning-face)
27464 (compilation-info-face, compilation-line-face)
27465 (compilation-column-face): Use them.
27466
27467 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
27468
27469 * comint.el (comint-password-prompt-regexp): Accept ", try again".
27470
27471 * bindings.el (global-map): Bind insertchar and its variants.
27472
27473 2005-06-27 Richard M. Stallman <rms@gnu.org>
27474
27475 * textmodes/artist.el (artist-text-overwrite)
27476 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
27477
27478 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27479
27480 * ps-print.el: It was not working the page selection for printing.
27481 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
27482 (ps-print-version): New version 6.6.7.
27483 (ps-end-sheet): New fun.
27484 (ps-header-sheet, ps-end-job): Call it.
27485
27486 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
27487
27488 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
27489
27490 2005-06-27 Lute Kamstra <lute@gnu.org>
27491
27492 * facemenu.el (facemenu-unlisted-faces): Add foreground and
27493 background color faces.
27494 (facemenu-get-face): Delete function.
27495 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
27496 (facemenu-add-new-color): Make second argument mandatory.
27497 Create the appropriate face and return it. Simplify.
27498 (facemenu-set-foreground, facemenu-set-background): Don't check if
27499 color is defined. Use return value of facemenu-add-new-color.
27500
27501 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
27502
27503 * progmodes/gud.el (gud-filter): Add missing argument to
27504 with-selected-window.
27505
27506 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
27507
27508 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
27509 a :require to the defcustom.
27510
27511 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
27512 defcustoms corresponding to minor modes.
27513
27514 2005-06-26 David Ponce <david@dponce.com>
27515
27516 * recentf.el: Require tree-widget instead of wid-edit.
27517 (recentf-filename-handler): Fix widget :type.
27518 (recentf-cancel-dialog, recentf-open-more-files)
27519 (recentf-open-files-action): Doc fix.
27520 (recentf-dialog-goto-first): New function.
27521 (recentf-dialog-mode-map): Set parent keymap first.
27522 (recentf-dialog-mode): Define with define-derived-mode.
27523 Don't display continuation lines in dialogs.
27524 (recentf-edit-list): Rename from recentf-edit-selected-items.
27525 (recentf-edit-list-select): Rename from recentf-edit-list-action.
27526 Simplify.
27527 (recentf-edit-list-validate): New function.
27528 (recentf-edit-list): Update accordingly.
27529 (recentf-open-files-item-shift): Remove.
27530 (recentf-open-files-item): Convert menu elements into tree and
27531 link widgets. Don't create the widgets.
27532 (recentf-open-files): Update accordingly.
27533 (recentf-save-list): Untabify.
27534
27535 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
27536
27537 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
27538 (keep-lines): Add INTERACTIVE arg. Never delete lines only
27539 partially contained in the active region. Do not take active
27540 region into account when called from Lisp, unless INTERACTIVE arg
27541 is non-nil. Use `forward-line' instead of `beginning-of-line' to
27542 avoid trouble with fields. Make marker point nowhere when no
27543 longer used. Always return nil. Doc fix.
27544 (flush-lines): Add INTERACTIVE arg. Do not take active region
27545 into account when called from Lisp, unless INTERACTIVE arg is
27546 non-nil. Use `forward-line' instead of `beginning-of-line' to
27547 avoid trouble with fields. Make marker point nowhere when no
27548 longer used. Always return nil. Doc fix.
27549 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
27550 interchangeable. Do not take active region into account when
27551 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
27552 message in echo area when called from Lisp, unless INTERACTIVE arg
27553 is non-nil. Avoid saying "1 occurrences". Do not use markers.
27554 Return the number of matches. Doc fix.
27555 (occur): Doc fix.
27556 (perform-replace): Make comment follow double space convention for
27557 the sake of `outline-minor-mode'.
27558
27559 * faces.el (facep): Doc fix.
27560
27561 2005-06-25 Richard M. Stallman <rms@gnu.org>
27562
27563 * facemenu.el (facemenu-enable-faces-p): New function.
27564 (facemenu-background-menu, facemenu-foreground-menu)
27565 (facemenu-face-menu): Add menu-enable property.
27566
27567 * jka-compr.el (jka-compr-insert-file-contents):
27568 Special handling if cannot find the uncompression program.
27569
27570 * cus-face.el (custom-face-attributes): Add autoload.
27571
27572 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
27573 Bind comment-indent-function locally.
27574
27575 * window.el (save-selected-window): Use save-current-buffer.
27576
27577 * subr.el (with-selected-window): Use save-current-buffer.
27578
27579 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
27580 and with-current-buffer.
27581
27582 2005-06-24 Richard M. Stallman <rms@gnu.org>
27583
27584 * simple.el (line-move-1): Fix previous change.
27585
27586 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
27587
27588 * replace.el (occur-1): Set `buffer-read-only' and the
27589 buffer-modified flag before running `occur-hook' to protect
27590 against unintentional buffer switches that can lead to data loss.
27591
27592 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
27593
27594 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
27595 (gud-gdb-marker-filter): Use font-lock-warning-face for any
27596 initial error.
27597
27598 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
27599 after fresh input.
27600 (gdb-var-create-handler): Put name of expression in quotes.
27601
27602 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
27603
27604 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
27605 elements of RING in order, and without bogus nil elements.
27606
27607 2005-06-23 Richard M. Stallman <rms@gnu.org>
27608
27609 * simple.el (set-variable): Args renamed; doc fix.
27610 (line-move-1): When there are overlays around, use vertical-motion.
27611
27612 * faces.el (escape-glyph): Use brown against light background.
27613 (nobreak-space): Rename from no-break-space.
27614 Fix previous change.
27615
27616 * dired-aux.el (dired-do-copy): Fix arg prompt.
27617
27618 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
27619
27620 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
27621
27622 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
27623 rather than "Distributor".
27624
27625 2005-06-23 Lute Kamstra <lute@gnu.org>
27626
27627 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
27628 (debug-on-entry): Use it. New interactive declaration that uses
27629 function-called-at-point.
27630
27631 2005-06-23 Kim F. Storm <storm@cua.dk>
27632
27633 * subr.el (save-match-data): Add comment about using evaporate arg
27634 to set-match-data.
27635
27636 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
27637
27638 * cus-edit.el (customize-face)
27639 (customize-face-other-window): Handle face aliases.
27640
27641 * faces.el (face-documentation, set-face-attribute)
27642 (face-spec-set): Handle face aliases.
27643
27644 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
27645
27646 * help-mode.el (help-make-xrefs): If a symbol representing a face
27647 name is not followed by the word "face", it could still be a
27648 function or variable name, so don't bypass other checks.
27649
27650 2005-06-22 Juri Linkov <juri@jurta.org>
27651
27652 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
27653 Replace aliased functions with calls where second arg `inherit' is t.
27654
27655 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
27656
27657 * progmodes/gdb-ui.el (gdb-error): New variable.
27658 (gdb-error): New function.
27659 (gdb-annotation-rules): Act on error-begin and error annotations.
27660 (gdb-concat-output): Use font-lock-warning-face for errors.
27661
27662 2005-06-22 Miles Bader <miles@gnu.org>
27663
27664 * bindings.el (propertized-buffer-identification): Use renamed
27665 `Buffer-menu-buffer' face.
27666
27667 * faces.el (vertical-border): Rename from `vertical-divider'.
27668 (escape-glyph): Change dark-background color back to `cyan'.
27669
27670 2005-06-21 Juri Linkov <juri@jurta.org>
27671
27672 * faces.el (face-user-default-spec): Try getting `customized-face'
27673 prior to `saved-face'.
27674 (frame-background-mode): Refill docstring.
27675
27676 * emacs-lisp/lisp-mode.el (eval-defun-1):
27677 * emacs-lisp/edebug.el (edebug-eval-defun):
27678 Set `saved-face' temporarily to nil before calling form.
27679 Set `customized-face' to the new spec after that.
27680
27681 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
27682
27683 * subr.el (1value, lambda, key-substitution-in-progress):
27684 Doc fixes.
27685
27686 * autoinsert.el (auto-insert-alist):
27687 * ses.el (ses-call-printer):
27688 * subr.el (noreturn):
27689 * emacs-lisp/lisp.el (check-parens):
27690 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
27691 * net/browse-url.el (browse-url-mosaic):
27692 * progmodes/cc-defs.el (c-safe-scan-lists):
27693 * progmodes/ebnf-abn.el (ebnf-abn-lex):
27694 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
27695 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
27696 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
27697 * progmodes/ebnf-iso.el (ebnf-iso-lex):
27698 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
27699
27700 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
27701
27702 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
27703
27704 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
27705
27706 * calendar/appt.el (appt-make-list): Activate the package, if
27707 not already active (for backwards compatibility).
27708
27709 2005-06-20 Kim F. Storm <storm@cua.dk>
27710
27711 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
27712
27713 2005-06-20 Miles Bader <miles@gnu.org>
27714
27715 * faces.el (vertical-divider): New face.
27716
27717 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
27718
27719 * simple.el (kill-whole-line): Doc fix.
27720 (next-error-buffer-p, next-error-find-buffer)
27721 (clone-indirect-buffer): Fix typos in docstrings.
27722 (comment-line-break-function): Doc fix: don't say variable
27723 is automatically buffer-local (it isn't).
27724
27725 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
27726
27727 * net/tramp-ftp.el (top):
27728 * net/tramp-smb.el (top):
27729 * net/tramp-util.el (top):
27730 * net/tramp-uu.el (top):
27731 * net/tramp-vc.el (top):
27732 * net/tramp.el (top): Revert copyright years back to original
27733 ones. Tramp has a life outside GNU Emacs.
27734
27735 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
27736
27737 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
27738
27739 2005-06-18 Juri Linkov <juri@jurta.org>
27740
27741 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
27742 end of first regexp to limit the match to the position between
27743 line number and source line with same separator character as used
27744 between file name and line number. In the second regexp limit
27745 mouse-face area to file name and line number by adding new group
27746 for them and referring it in HYPERLINK arg.
27747 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
27748 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
27749 previous line where grep markers may be already removed.
27750
27751 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
27752
27753 * progmodes/ps-mode.el: Update version and maintainer's email address.
27754
27755 2005-06-18 Steve Youngs <steve@xemacs.org>
27756
27757 * net/browse-url.el (browse-url-browser-function)
27758 (browse-url-default-browser): Add firefox.
27759 (browse-url-firefox-program, browse-url-firefox-arguments)
27760 (browse-url-firefox-startup-arguments)
27761 (browse-url-firefox-new-window-is-tab): New defcustoms.
27762 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
27763
27764 2005-06-17 Richard M. Stallman <rms@gnu.org>
27765
27766 * startup.el (command-line): Warn if specified user name has
27767 no home directory.
27768
27769 * term.el (term-get-old-input, term-input-filter, term-input-sender)
27770 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
27771
27772 * longlines.el (longlines-mode, longlines-show-hard-newlines):
27773 Doc fixes.
27774
27775 * faces.el (underline): Try bold if terminal doesn't support underline.
27776
27777 * mail/sendmail.el (mail-setup-with-from): New variable.
27778 (mail-insert-from-field): New function.
27779 (sendmail-send-it): Call it.
27780 (mail-setup): Optionally call it here.
27781
27782 * term/linux.el: Call tty-no-underline.
27783
27784 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
27785
27786 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
27787
27788 2005-06-17 Miles Bader <miles@gnu.org>
27789
27790 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
27791 (ediff-current-diff-C, ediff-current-diff-Ancestor)
27792 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
27793 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
27794 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
27795 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
27796 Remove "-face" suffix from face names.
27797 (ediff-current-diff-face-A, ediff-current-diff-face-B)
27798 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27799 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27800 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27801 (ediff-even-diff-face-A, ediff-even-diff-face-B)
27802 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27803 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27804 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27805 New backward-compatibility aliases for renamed faces.
27806 (ediff-current-diff-face-A, ediff-current-diff-face-B)
27807 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27808 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27809 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27810 (ediff-even-diff-face-A, ediff-even-diff-face-B)
27811 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27812 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27813 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27814 Use renamed ediff faces.
27815
27816 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
27817 Remove "-face" suffix from face names.
27818 (eshell-test-ok-face, eshell-test-failed-face):
27819 New backward-compatibility aliases for renamed faces.
27820 (eshell-run-test): Use renamed eshell-test faces.
27821
27822 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
27823 face name.
27824 (eshell-prompt-face): New backward-compatibility alias for renamed
27825 face.
27826 (eshell-emit-prompt): Use renamed eshell-prompt face.
27827
27828 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
27829 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
27830 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
27831 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
27832 Remove "-face" suffix from face names.
27833 (eshell-ls-directory-face, eshell-ls-symlink-face)
27834 (eshell-ls-executable-face, eshell-ls-readonly-face)
27835 (eshell-ls-unreadable-face, eshell-ls-special-face)
27836 (eshell-ls-missing-face, eshell-ls-archive-face)
27837 (eshell-ls-backup-face, eshell-ls-product-face)
27838 (eshell-ls-clutter-face):
27839 New backward-compatibility aliases for renamed faces.
27840 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
27841
27842 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
27843 Remove "-face" suffix from face name.
27844 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
27845 instead of literal face.
27846
27847 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
27848
27849 * emacs-lisp/warnings.el (display-warning, lwarn)
27850 (warning-minimum-log-level): Doc fixes.
27851 (warning-minimum-level, warning-minimum-log-level):
27852 Add :debug to :type choices.
27853
27854 * progmodes/ada-mode.el (ada-format-paramlist)
27855 (ada-get-indent-case, ada-check-matching-start)
27856 (ada-check-defun-name, ada-goto-matching-decl-start)
27857 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
27858 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
27859 (ada-make-subprogram-body): Follow error conventions.
27860 (ada-case-exception-file, ada-indent-comment-as-code)
27861 (ada-indent-handle-comment-special, ada-indent-renames)
27862 (ada-indent-return, ada-search-directories-internal)
27863 (ada-tab-policy, ada-case-exception-substring)
27864 (ada-other-file-alist, ada-matching-start-re)
27865 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
27866 (ada-imenu-generic-expression, ada-compile-goto-error)
27867 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
27868 (ada-popup-menu, ada-add-extensions, ada-mode)
27869 (ada-region-selected, ada-create-case-exception)
27870 (ada-create-case-exception-substring, ada-after-keyword-p)
27871 (ada-activate-keys-for-case, ada-adjust-case-region)
27872 (ada-adjust-case-buffer, ada-format-paramlist)
27873 (ada-scan-paramlist, ada-insert-paramlist)
27874 (ada-indent-newline-indent)
27875 (ada-indent-newline-indent-conditional)
27876 (ada-justified-indent-current, ada-goto-previous-word)
27877 (ada-indent-current, ada-get-indent-open-paren)
27878 (ada-get-indent-paramlist, ada-get-indent-end)
27879 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
27880 (ada-get-indent-block-start, ada-get-indent-subprog)
27881 (ada-get-indent-noindent, ada-get-indent-label)
27882 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
27883 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
27884 (ada-goto-stmt-end, ada-goto-next-word)
27885 (ada-check-matching-start, ada-check-defun-name)
27886 (ada-goto-matching-decl-start, ada-goto-matching-start)
27887 (ada-goto-matching-end, ada-search-ignore-string-comment)
27888 (ada-in-decl-p, ada-looking-at-semi-or)
27889 (ada-looking-at-semi-private, ada-in-paramlist-p)
27890 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
27891 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
27892 (ada-next-procedure, ada-previous-procedure, ada-next-package)
27893 (ada-previous-package, ada-create-menu)
27894 (ada-fill-comment-paragraph-justify)
27895 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
27896 (ada-other-file-name, ada-last-which-function-line)
27897 (ada-last-which-function-subprog, ada-which-function)
27898 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
27899 (ada-gen-treat-proc, ada-check-emacs-version)
27900 (ada-continuation-indent, ada-align-region-separate):
27901 Fix typos in docstrings.
27902 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
27903
27904 2005-06-16 Lute Kamstra <lute@gnu.org>
27905
27906 * simple.el (fundamental-mode): Run after-change-major-mode-hook
27907 conditionally.
27908
27909 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
27910
27911 * comint.el (comint-replace-by-expanded-filename)
27912 (comint-prompt-regexp, comint-delimiter-argument-list)
27913 (comint-preinput-scroll-to-bottom):
27914 * info.el (Info-hide-cookies-node):
27915 * ls-lisp.el (ls-lisp-classify):
27916 * find-file.el (ff-search-directories, ff-special-constructs)
27917 (ff-find-other-file):
27918 * font-lock.el (font-lock-keywords):
27919 * shell.el (shell-prompt-pattern)
27920 (shell-dynamic-complete-functions, shell-mode)
27921 (shell-delimiter-argument-list):
27922 * term.el (term-replace-by-expanded-filename)
27923 (term-prompt-regexp, term-delimiter-argument-list):
27924 * woman.el (woman-ignore, woman0-if):
27925 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
27926 * emacs-lisp/elint.el (elint-init-env):
27927 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
27928 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
27929 * language/ethio-util.el (ethio-tilde-escape)
27930 (ethio-use-three-dot-question):
27931 * net/zone-mode.el (zone-mode-load-time-setup):
27932 * progmodes/cc-align.el (c-lineup-argcont):
27933 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
27934 * progmodes/cperl-mode.el (cperl-set-style-back):
27935 * progmodes/inf-lisp.el (inferior-lisp-prompt):
27936 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
27937 Fix spellings in docstrings.
27938
27939 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
27940 * progmodes/modula2.el (m2-for): Fix spellings.
27941
27942 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
27943
27944 * simple.el (undo-more): Don't use `format' on `error' arguments.
27945 Improve argument/docstring consistency.
27946 (pending-undo-list): Doc fix.
27947
27948 * smerge-mode.el (smerge-ensure-match):
27949 * emulation/vip.el (vip-ex):
27950 * net/zone-mode.el (zone-mode-update-serial):
27951 * progmodes/idlwave.el (idlwave-complete):
27952 * progmodes/vhdl-mode.el (vhdl-visit-file)
27953 (vhdl-compose-wire-components):
27954 Don't use `format' on `error' arguments.
27955
27956 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
27957 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
27958 (tooltip-help-tips): Fix typos in docstrings.
27959
27960 2005-06-16 David Ponce <david@dponce.com>
27961
27962 * tree-widget.el (tree-widget-value-create): Simplify last change.
27963
27964 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
27965
27966 * ido.el (ido-incomplete-regexp): New variable.
27967 (ido-set-matches-1): Handle invalid-regexp error and set
27968 ido-incomplete-regexp.
27969 (ido-incomplete-regexp): New face.
27970 (ido-completions): Use it.
27971 (ido-complete, ido-exit-minibuffer, ido-completions):
27972 Handle incomplete regexps.
27973 (ido-completions): Add check for complete match when entering a regexp.
27974
27975 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
27976
27977 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
27978
27979 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
27980
27981 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
27982 by field delimiters.
27983
27984 2005-06-15 David Ponce <david@dponce.com>
27985
27986 * tree-widget.el: eval-and-compile inlined functions so they will
27987 be available at run-time too.
27988 (tree-widget-super-format-handler)
27989 (tree-widget-format-handler): Remove.
27990 (tree-widget-value-create): Handle the :indent property.
27991
27992 2005-06-15 Miles Bader <miles@gnu.org>
27993
27994 * progmodes/which-func.el (which-func): Only inherit
27995 `font-lock-function-name-face' when that makes sense against the
27996 default mode-line face, otherwise set the face color explicitly.
27997
27998 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
27999 faces instead of (non-existent) variables.
28000
28001 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
28002
28003 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
28004 (iswitchb-get-matched-buffers): Likewise. Simplify.
28005
28006 2005-06-14 Miles Bader <miles@gnu.org>
28007
28008 * progmodes/ld-script.el (ld-script-location-counter):
28009 Remove "-face" suffix from face name.
28010 (ld-script-location-counter-face):
28011 New backward-compatibility alias for renamed face.
28012 (ld-script-location-counter-face): Use renamed face.
28013
28014 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
28015 (cperl-hash): Remove "-face" suffix from face names.
28016 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
28017 New backward-compatibility aliases for renamed faces.
28018 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
28019 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
28020
28021 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
28022 name.
28023 (which-func-face): New backward-compatibility alias for renamed face.
28024 (which-func-format): Use renamed which-func face.
28025
28026 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
28027 (vhdl-function, vhdl-directive, vhdl-reserved-word)
28028 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
28029 names.
28030 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
28031 (vhdl-speedbar-configuration, vhdl-speedbar-package)
28032 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
28033 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
28034 (vhdl-speedbar-architecture-selected)
28035 (vhdl-speedbar-configuration-selected)
28036 (vhdl-speedbar-package-selected)
28037 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
28038 names.
28039 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
28040 Use renamed faces.
28041 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
28042 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
28043 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
28044 Use renamed faces.
28045 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
28046 names.
28047 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
28048 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
28049 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
28050 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
28051 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
28052 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
28053
28054 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
28055 face name.
28056 (sh-heredoc-face): New backward-compatibility alias for renamed face.
28057 (sh-heredoc-face): Use renamed sh-heredoc face.
28058
28059 * progmodes/idlw-help.el (idlwave-help-link):
28060 Remove "-face" suffix from face name.
28061 (idlwave-help-link-face):
28062 New backward-compatibility alias for renamed face.
28063 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
28064
28065 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
28066 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
28067 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
28068 New backward-compatibility aliases for renamed faces.
28069 (idlwave-shell-disabled-breakpoint-face)
28070 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
28071
28072 * progmodes/flymake.el (flymake-errline, flymake-warnline):
28073 Remove "-face" suffix from face names.
28074 (flymake-errline-face, flymake-warnline-face):
28075 New backward-compatibility aliases for renamed faces.
28076 (flymake-highlight-line): Use renamed flymake faces.
28077
28078 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
28079 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
28080 (ebrowse-member-class, ebrowse-progress):
28081 Remove "-face" suffix from face names.
28082 (ebrowse-tree-mark-face, ebrowse-root-class-face)
28083 (ebrowse-file-name-face, ebrowse-default-face)
28084 (ebrowse-member-attribute-face, ebrowse-member-class-face)
28085 (ebrowse-progress-face):
28086 New backward-compatibility aliases for renamed faces.
28087 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
28088 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
28089 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
28090 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
28091
28092 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
28093 antlr-syntax)
28094 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
28095 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
28096 names.
28097 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
28098 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
28099 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
28100 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
28101 backward-compatibility aliases for renamed faces.
28102 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
28103 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
28104 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
28105 remove "font-lock-". Use renamed antlr-mode faces.
28106 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
28107 literal face-names with face variable references.
28108
28109 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
28110 face name.
28111 (Buffer-menu-buffer-face): New backward-compatibility alias for
28112 renamed face.
28113 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
28114
28115 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
28116
28117 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
28118 Eliminate "-face" suffix.
28119 (makefile-targets): Inherit from font-lock-function-name-face and
28120 eliminate "-face" suffix.
28121 (makefile-shell): Remove attributes and eliminate "-face" suffix.
28122 (makefile-*-font-lock-keywords): Append makefile-targets in rule
28123 actions, instead of prepending, to make it less visible.
28124 (makefile-previous-dependency, makefile-match-dependency):
28125 Don't match a target on a continuation line.
28126
28127 * files.el (auto-mode-alist): Put Makefile in gmake mode.
28128
28129 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
28130
28131 * progmodes/gdb-ui.el (menu): Re-order menu items.
28132 (gdb-tooltip-print): Respect tooltip-use-echo-area.
28133
28134 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
28135 Define in tooltip.el.
28136 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
28137 (gud-tooltip-tips): Respect tooltip-use-echo-area and
28138 gud-tooltip-echo-area.
28139
28140 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
28141 backward compatibility and make obsolete.
28142 (tooltip-help-tips): Use tooltip-use-echo-area.
28143 (tooltip-show-help-function): Rename to...
28144 (tooltip-show-help): ...this, because it is a function.
28145 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
28146
28147 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
28148
28149 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
28150 (edebug-print-length, edebug-print-level, edebug-print-circle)
28151 (edebug-modify-breakpoint, edebug-eval-last-sexp)
28152 (edebug-eval-print-last-sexp): Doc fixes.
28153
28154 2005-06-14 Kim F. Storm <storm@cua.dk>
28155
28156 * ido.el (ido-mode): Make a new keymap every time we enable ido,
28157 as the coverage buffer/file/both may change.
28158
28159 2005-06-14 Lute Kamstra <lute@gnu.org>
28160
28161 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
28162 and run-mode-hooks. Simplify.
28163
28164 * mail/rmailedit.el (rmail-edit-mode):
28165 * progmodes/octave-inf.el (inferior-octave-mode):
28166 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
28167
28168 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
28169 and run-mode-hooks.
28170 (recentf-edit-list, recentf-open-files): Don't call
28171 kill-all-local-variables directly.
28172
28173 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
28174
28175 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
28176
28177 * emacs-lisp/byte-run.el (make-obsolete)
28178 (define-obsolete-function-alias): Rename arguments FUNCTION and
28179 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
28180 (make-obsolete-variable, define-obsolete-variable-alias):
28181 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
28182 respectively.
28183
28184 * isearchb.el (isearchb-activate):
28185 * pcvs.el (cvs-mode):
28186 * ses.el (ses-load):
28187 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
28188 * net/tramp.el (tramp-find-file-exists-command)
28189 (tramp-find-shell):
28190 * progmodes/ada-mode.el (ada-create-case-exception)
28191 (ada-create-case-exception-substring, ada-make-subprogram-body):
28192 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
28193 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
28194 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
28195 * textmodes/org.el (org-promote, org-evaluate-time-range)
28196 (org-agenda-next-date-line, org-agenda-previous-date-line)
28197 (org-agenda-error, org-open-at-point, org-table-move-row)
28198 (org-format-table-table-html-using-table-generate-source)
28199 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
28200 * textmodes/reftex.el (reftex-access-scan-info):
28201 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
28202 (reftex-toc-promote-prepare): Follow error conventions.
28203
28204 * diff-mode.el (diff-mode): Fix typo in docstring.
28205
28206 * forms.el (forms--intuit-from-file): Fix reference to
28207 `forms-number-of-fields' in error message.
28208 (forms-print): Fix quoting in error message.
28209
28210 * forms.el (forms-mode):
28211 * emulation/vi.el (vi-goto-insert-state):
28212 * progmodes/flymake.el (flymake-new-err-info)
28213 (flymake-start-syntax-check-for-current-buffer)
28214 (flymake-simple-cleanup):
28215 * eshell/esh-var.el (eshell/export):
28216 * progmodes/gud.el (xdb):
28217 * textmodes/flyspell.el (flyspell-incorrect-hook)
28218 (flyspell-maybe-correct-transposition)
28219 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
28220
28221 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
28222
28223 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
28224 minibuffer prompt.
28225
28226 2005-06-13 Kim F. Storm <storm@cua.dk>
28227
28228 * subr.el (add-to-ordered-list): New defun.
28229
28230 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
28231 add cua--keymap-alist to emulation-mode-map-alists.
28232
28233 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
28234
28235 * subr.el (complete-in-turn): New macro.
28236 (dynamic-completion-table, lazy-completion-table): Add debug info.
28237
28238 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
28239 in preference to face aliases.
28240
28241 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
28242 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
28243 Remove unused vars `start' and `firstline'.
28244 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
28245 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
28246
28247 2005-06-13 Eli Zaretskii <eliz@gnu.org>
28248
28249 * cus-start.el (all): Don't complain about missing GTK-related
28250 variables, unless either `gtk' is boundp or this isn't a
28251 `windows-nt' build.
28252
28253 2005-06-13 Lute Kamstra <lute@gnu.org>
28254
28255 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
28256 run-mode-hooks.
28257
28258 * ediff-mult.el (ediff-meta-mode):
28259 * ediff-util.el (ediff-mode): Use run-mode-hooks.
28260
28261 * ledit.el (ledit-mode): Use delay-mode-hooks.
28262
28263 * woman.el (woman-mode-line-format): Delete constant.
28264 (woman-mode-map): Initialize it properly.
28265 (woman-mode): Set mode-class property to special.
28266 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
28267 Set major-mode and mode-name. Don't set mode-line-format directly.
28268 (Man-getpage-in-background): Don't reference woman-mode-line-format.
28269
28270 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
28271 string argument obsolete.
28272
28273 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
28274
28275 * textmodes/org.el (org-CUA-compatible): New option.
28276 (org-disputed-keys): New variable.
28277 (org-key): New function.
28278 (orgtbl-make-binding): Add docstring to the created function.
28279 (org-mode): Set paragraph start/separate regexps.
28280 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
28281 (org-archive-location, org-archive-mark-done)
28282 (org-archive-stamp-time): New options.
28283 (org-archive-subtree): New command.
28284 (org-fill-paragraph): New function.
28285 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
28286 (org-fake-empty-table-line): Function removed.
28287 (org-format-org-table-html): Do not create empty table lines at
28288 separator lines. Improved table header treatment.
28289 (org-link-format): New option.
28290 (org-make-link): New function.
28291 (org-insert-link, org-store-link): Use org-make-link.
28292 (org-open-file): Quote file name for shell command, to allow
28293 spaces in file names.
28294 (org-link-regexp): Fix bug with mailto link.
28295 (org-link-maybe-angles-regexp, org-protected-link-regexp):
28296 New constants.
28297 (org-export-as-html): Deal with the optional angles around a link.
28298 Better treatment of file: links.
28299 (org-open-at-point): Replace @{ and @} with < and >.
28300 (org-run-mode-hooks): Function removed.
28301 (org-agenda-mode): No longer use `org-run-mode-hooks'.
28302
28303 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
28304
28305 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
28306 MI command -data-list-register-values.
28307 (gdb-post-prompt): Indent properly.
28308
28309 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
28310
28311 * hilit-chg.el (highlight-changes-colors): Rename from
28312 `highlight-changes-colours'.
28313 (highlight-changes-colours): Keep as obsolete alias.
28314 (highlight-changes-face-list): Doc fix.
28315 (hilit-chg-make-list): Use `highlight-changes-colors'.
28316
28317 2005-06-12 Mark A. Hershberger <mah@everybody.org>
28318
28319 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
28320 defun-prompt-regexp.
28321
28322 2005-06-12 Eli Zaretskii <eliz@gnu.org>
28323
28324 * loadup.el: Don't say we are dumping under 2 names on windows-nt
28325 and cygwin.
28326
28327 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
28328 Don't use an old loaddefs.el, as in Makefile.in.
28329
28330 2005-06-12 Lute Kamstra <lute@gnu.org>
28331
28332 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
28333
28334 * man.el (Man-mode-map): Initialize it properly.
28335 (Man-mode): Set mode-class property to special.
28336
28337 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
28338
28339 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
28340
28341 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
28342 A newline is needed in the docstring there.
28343
28344 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
28345 Doc fixes.
28346
28347 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28348
28349 * printing.el: Doc fix. The menubar is no more changed when printing
28350 is loaded, it only changes when pr-menu-bind or pr-update-menus is
28351 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
28352 (pr-version): New version number (6.8.4).
28353 (pr-menu-bind): New command.
28354 (pr-update-menus): Docstring and code fix.
28355 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
28356 Docstring fix.
28357 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
28358 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
28359
28360 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
28361
28362 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
28363 "Returns" to "return", document useful return values, etc.
28364
28365 2005-06-11 Alan Mackenzie <acm@muc.de>
28366
28367 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
28368 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
28369 (adaptive-file-function): Minor amendment to doc-string.
28370
28371 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
28372
28373 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
28374 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
28375 Fix :type--it is `integer', not `string'.
28376
28377 * faces.el (modeline-highlight): Rename from (the erroneous)
28378 `modeline-higilight'.
28379
28380 2005-06-11 Lute Kamstra <lute@gnu.org>
28381
28382 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
28383 lisp-interaction-mode-map but make it the parent.
28384 (edebug-eval-mode): Use define-derived-mode.
28385
28386 2005-06-11 Andreas Schwab <schwab@suse.de>
28387
28388 * bindings.el: Add binding of `ESC functionkey' for every
28389 `M-functionkey'.
28390 * hexl.el (hexl-mode-map): Likewise.
28391
28392 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
28393
28394 * progmodes/compile.el (compilation-error-regexp-alist-alist)
28395 [msft]: update regexp for newer msft compilers.
28396
28397 2005-06-10 Mark A. Hershberger <mah@everybody.org>
28398
28399 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
28400 ATTLIST portions of included DTDs.
28401 (xml-parse-dtd): Eliminate use of inefficient match-data.
28402
28403 2005-06-10 Miles Bader <miles@gnu.org>
28404
28405 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
28406 (mpuz-text): Remove "-face" suffix from face names.
28407 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
28408 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
28409 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
28410
28411 * play/gomoku.el (gomoku-O, gomoku-X):
28412 Remove "-face" suffix from face names.
28413 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
28414 New backward-compatibility aliases for renamed faces.
28415 (gomoku-font-lock-keywords): Use renamed gomoku faces.
28416
28417 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
28418
28419 * thumbs.el: Fixes for changes of 2005-06-09.
28420 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
28421 as a directory.
28422 (thumbs-thumbname): Remove directory separator from format string;
28423 `thumbs-thumbsdir' now returns a valid directory name.
28424 (thumbs-temp-dir): New defsubst.
28425 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
28426 Use it.
28427
28428 * cus-edit.el (minibuffer):
28429 * files.el (make-backup-file-name-function):
28430 * filesets.el (filesets-external-viewers):
28431 * hilit-chg.el (highlight-changes-colours)
28432 (highlight-changes-face-list, highlight-changes-rotate-faces):
28433 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
28434 * kmacro.el (kmacro-call-macro):
28435 * log-edit.el (log-edit-changelog-full-paragraphs):
28436 * mouse.el (mouse-1-click-follows-link):
28437 * skeleton.el (skeleton-autowrap):
28438 * subr.el (insert-for-yank-1):
28439 * tempo.el (tempo-insert-region):
28440 * terminal.el (terminal-emulator):
28441 * time.el (display-time-mail-face):
28442 * vc.el (vc-annotate):
28443 * vcursor.el (vcursor-copy-line):
28444 * woman.el (woman-bold-headings, woman-ignore)
28445 (woman-default-faces, woman-monochrome-faces):
28446 * calendar/todo-mode.el (todo-insert-threshold):
28447 * emulation/pc-select.el (pc-select-selection-keys-only)
28448 (pc-selection-mode):
28449 * emulation/vip.el (vip-find-char-forward):
28450 * emulation/viper-cmd.el (viper-find-char-forward):
28451 * international/mule-cmds.el
28452 (select-safe-coding-system-accept-default-p)
28453 (input-method-exit-on-invalid-key):
28454 * international/mule-diag.el (describe-coding-system):
28455 * international/ucs-tables.el (unify-8859-on-encoding-mode):
28456 * net/browse-url.el (browse-url-xterm-program):
28457 * obsolete/lazy-lock.el (lazy-lock-mode):
28458 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
28459 (cperl-mode):
28460 * progmodes/cpp.el (cpp-face-light-name-list)
28461 (cpp-face-dark-name-list):
28462 * progmodes/delphi.el (delphi-newline-always-indents):
28463 Fix spellings in docstrings.
28464
28465 * ido.el (ido-mode, ido-file-extensions-order)
28466 (ido-default-file-method, ido-default-buffer-method)
28467 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
28468 (ido-decorations, ido-read-file-name-as-directory-commands)
28469 (ido-read-file-name-non-ido, ido-work-directory-list)
28470 (ido-ignore-item-temp-list, ido-current-directory)
28471 (ido-magic-forward-char, ido-enter-find-file)
28472 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
28473 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
28474
28475 2005-06-10 Lute Kamstra <lute@gnu.org>
28476
28477 * play/dunnet.el (dun-mode): Use define-derived-mode.
28478 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
28479 obsolete alias.
28480
28481 * play/doctor.el (doctor-mode-map): Remove defvar.
28482 (doctor-mode): Use define-derived-mode.
28483
28484 * mail/mspools.el (mspools-mode):
28485 * net/eudc-hotlist.el (eudc-hotlist-mode):
28486 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
28487
28488 2005-06-10 Miles Bader <miles@gnu.org>
28489
28490 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
28491 Remove "-face" suffix from face names.
28492 (flyspell-incorrect-face, flyspell-duplicate-face):
28493 New backward-compatibility aliases for renamed faces.
28494 (flyspell-mode-on, make-flyspell-overlay)
28495 (flyspell-highlight-incorrect-region)
28496 (flyspell-highlight-duplicate-region)
28497 (flyspell-display-next-corrections)
28498 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
28499
28500 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
28501 from face name.
28502 (texinfo-heading-face): New backward-compatibility alias for
28503 renamed face.
28504 (texinfo-heading-face): Use renamed texinfo-heading face.
28505
28506 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
28507 suffix from face names.
28508 (tex-math-face, tex-verbatim-face):
28509 New backward-compatibility aliases for renamed faces.
28510 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
28511 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
28512 literal face name.
28513
28514 * textmodes/table.el (table-cell): Remove "-face" suffix from face
28515 name.
28516 (table-cell-face): New backward-compatibility alias for renamed face.
28517 (table--put-cell-face-property, table--update-cell-face):
28518 Use renamed table-cell face.
28519
28520 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
28521 from face name.
28522 (sgml-namespace-face): New backward-compatibility alias for
28523 renamed face.
28524 (sgml-namespace-face): Use renamed sgml-namespace face.
28525
28526 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
28527 (org-level-4, org-level-5, org-level-6, org-level-7)
28528 (org-level-8, org-warning, org-headline-done)
28529 (org-deadline-announce, org-scheduled-today)
28530 (org-scheduled-previously, org-link, org-done, org-table)
28531 (org-time-grid): Remove "-face" suffix from face names.
28532 (org-level-1-face, org-level-2-face, org-level-3-face)
28533 (org-level-4-face, org-level-5-face, org-level-6-face)
28534 (org-level-7-face, org-level-8-face, org-warning-face)
28535 (org-headline-done-face, org-deadline-announce-face)
28536 (org-scheduled-today-face, org-scheduled-previously-face)
28537 (org-link-face, org-done-face, org-table-face)
28538 (org-time-grid-face):
28539 New backward-compatibility aliases for renamed faces.
28540 (org-level-faces, org-set-font-lock-defaults, org-timeline)
28541 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
28542 (org-agenda-get-timestamps, org-agenda-get-scheduled)
28543 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
28544
28545 * emulation/viper-init.el (viper-search, viper-replace-overlay)
28546 (viper-minibuffer-emacs, viper-minibuffer-insert)
28547 (viper-minibuffer-vi): Remove "-face" suffix from face names.
28548 (viper-search-face, viper-replace-overlay-face)
28549 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28550 (viper-minibuffer-vi-face):
28551 New backward-compatibility aliases for renamed faces.
28552 (viper-search-face, viper-replace-overlay-face)
28553 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28554 (viper-minibuffer-vi-face): Use renamed viper faces.
28555
28556 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
28557 Remove "-face" suffix from face names.
28558 (testcover-nohits-face, testcover-1value-face):
28559 New backward-compatibility aliases for renamed faces.
28560 (testcover-mark): Use renamed testcover faces.
28561
28562 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
28563 face name.
28564 (diary-button-face): New backward-compatibility alias for renamed face.
28565 (diary-entry): Use renamed diary-button face.
28566
28567 * calendar/calendar.el (diary, calendar-today, holiday)
28568 (mark-visible-calendar-date): Remove "-face" suffix from face names.
28569 (diary-face, calendar-today-face, holiday-face):
28570 New backward-compatibility aliases for renamed faces.
28571 (eval-after-load "facemenu", diary-entry-marker)
28572 (calendar-today-marker, calendar-holiday-marker, diary-face):
28573 Use renamed calendar faces.
28574
28575 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
28576 (compare-windows-face): New backward-compatibility alias for
28577 renamed face.
28578 (compare-windows-highlight): Use renamed compare-windows face.
28579
28580 * strokes.el (strokes-char): Remove "-face" suffix from face name.
28581 (strokes-char-face): New backward-compatibility alias for renamed face.
28582 (strokes-encode-buffer): Use renamed strokes-char face.
28583
28584 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
28585 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
28586 Remove "-face" suffix from face names.
28587 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
28588 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
28589 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
28590 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
28591 Use renamed pcvs faces.
28592 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
28593 * pcvs-defs.el (cvs-mode-map): Likewise.
28594 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
28595
28596 * info.el (info-title-1, info-title-2, info-title-3)
28597 (info-title-4): Remove "-face" suffix from and downcase face names.
28598 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
28599 (Info-title-4-face):
28600 New backward-compatibility aliases for renamed faces.
28601 (Info-fontify-node): Use renamed info faces.
28602
28603 * hilit-chg.el (highlight-changes, highlight-changes-delete):
28604 Remove "-face" suffix from face names.
28605 (highlight-changes-face, highlight-changes-delete-face):
28606 New backward-compatibility aliases for renamed faces.
28607 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
28608 (hilit-chg-make-list): Use renamed highlight-changes faces.
28609
28610 * generic-x.el (show-tabs-tab, show-tabs-space):
28611 Remove "-face" suffix from face names.
28612 (show-tabs-tab-face, show-tabs-space-face):
28613 New backward-compatibility aliases for renamed faces.
28614 (show-tabs-generic-mode-font-lock-defaults-1)
28615 (show-tabs-generic-mode-font-lock-defaults-2):
28616 Use renamed show-tabs faces.
28617
28618 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
28619 (smerge-markers): Remove "-face" suffix from face names.
28620 (smerge-mine-face, smerge-other-face, smerge-base-face)
28621 (smerge-markers-face):
28622 New backward-compatibility aliases for renamed faces.
28623 (smerge-mine-face, smerge-other-face, smerge-base-face)
28624 (smerge-markers-face): Use renamed smerge faces.
28625
28626 * log-view.el (log-view-file, log-view-message): Remove "-face"
28627 suffix from face names.
28628 (log-view-file-face, log-view-message-face):
28629 New backward-compatibility aliases for renamed faces.
28630 (log-view-file-face, log-view-message-face): Use renamed log-view
28631 faces.
28632
28633 * paren.el (show-paren-match, show-paren-mismatch):
28634 Remove "-face" suffix from face names.
28635 (show-paren-match-face, show-paren-mismatch-face):
28636 New backward-compatibility aliases for renamed faces.
28637 (show-paren-function): Use renamed show-paren faces.
28638
28639 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
28640 (ruler-mode-margins, ruler-mode-fringes)
28641 (ruler-mode-column-number, ruler-mode-fill-column)
28642 (ruler-mode-comment-column, ruler-mode-goal-column)
28643 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
28644 suffix from face names.
28645 (ruler-mode-default-face, ruler-mode-pad-face)
28646 (ruler-mode-margins-face, ruler-mode-fringes-face)
28647 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
28648 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
28649 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
28650 New backward-compatibility aliases for renamed faces.
28651 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
28652 (ruler-mode-column-number, ruler-mode-fill-column)
28653 (ruler-mode-comment-column, ruler-mode-goal-column)
28654 (ruler-mode-tab-stop, ruler-mode-current-column)
28655 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
28656 faces.
28657
28658 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
28659 face name.
28660 (whitespace-highlight-the-space): Use renamed face.
28661 (whitespace-highlight-face): New backward-compatibility alias for
28662 renamed face.
28663
28664 * woman.el (woman-italic, woman-bold, woman-unknown)
28665 (woman-addition, woman-symbol-face):
28666 Remove "-face" suffix from face names.
28667 (woman-italic-face, woman-bold-face, woman-unknown-face)
28668 (woman-addition-face):
28669 New backward-compatibility aliases for renamed faces.
28670 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
28671 (woman-decode-region, woman-replace-match)
28672 (woman-display-extended-fonts, woman-special-characters)
28673 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
28674 Use renamed woman faces.
28675
28676 * longlines.el (longlines-visible-face): Face removed.
28677
28678 * diff-mode.el (diff-header, diff-file-header, diff-index)
28679 (diff-hunk-header, diff-removed, diff-added, diff-changed)
28680 (diff-function, diff-context, diff-nonexistent): Remove "-face"
28681 suffix from face names.
28682 (diff-header-face, diff-file-header-face, diff-index-face)
28683 (diff-hunk-header-face, diff-removed-face, diff-added-face)
28684 (diff-changed-face, diff-function-face, diff-context-face)
28685 (diff-nonexistent-face): New backward-compatibility aliases for
28686 renamed faces.
28687 (diff-header-face, diff-file-header-face)
28688 (diff-index, diff-index-face, diff-hunk-header)
28689 (diff-hunk-header-face, diff-removed, diff-removed-face)
28690 (diff-added, diff-added-face, diff-changed-face, diff-function)
28691 (diff-function-face, diff-context-face, diff-nonexistent)
28692 (diff-nonexistent-face): Use renamed diff-mode faces.
28693
28694 * progmodes/compile.el (compilation-warning-face)
28695 (compilation-info-face): Remove "-face" suffix from face names.
28696 (compilation-warning-face, compilation-info-face):
28697 New backward-compatibility aliases for renamed faces.
28698 (compilation-warning-face, compilation-info-face):
28699 Use renamed compilation faces.
28700
28701 * add-log.el (change-log-date, change-log-name)
28702 (change-log-email, change-log-file, change-log-list)
28703 (change-log-conditionals, change-log-function)
28704 (change-log-acknowledgement): Remove "-face" suffix from face names.
28705 (change-log-date-face, change-log-name-face)
28706 (change-log-email-face, change-log-file-face)
28707 (change-log-list-face, change-log-conditionals-face)
28708 (change-log-function-face, change-log-acknowledgement-face):
28709 New backward-compatibility aliases for renamed faces.
28710 (change-log-font-lock-keywords): Use renamed change-log faces.
28711
28712 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
28713 (custom-set, custom-changed, custom-saved, custom-button)
28714 (custom-button-pressed, custom-documentation, custom-state)
28715 (custom-comment, custom-comment-tag, custom-variable-tag)
28716 (custom-variable-button, custom-face-tag, custom-group-tag-1)
28717 (custom-group-tag): Remove "-face" suffix from face names.
28718 (custom-magic-alist, custom-magic-value-create)
28719 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
28720 (custom-invalid-face, custom-rogue-face, custom-modified-face)
28721 (custom-set-face, custom-changed-face, custom-saved-face)
28722 (custom-button-face, custom-button-pressed-face)
28723 (custom-documentation-face, custom-state-face)
28724 (custom-comment-face, custom-comment-tag-face)
28725 (custom-variable-tag-face, custom-variable-button-face)
28726 (custom-face-tag-face, custom-group-tag-face-1)
28727 (custom-group-tag-face):
28728 New backward-compatibility aliases for renamed faces.
28729
28730 * wid-edit.el (widget-documentation, widget-button)
28731 (widget-field, widget-single-line-field, widget-inactive)
28732 (widget-button-pressed): "-face" suffix removed from face names.
28733 (widget-documentation-face, widget-button-face)
28734 (widget-field-face, widget-single-line-field-face)
28735 (widget-inactive-face, widget-button-pressed-face):
28736 New backward-compatibility aliases for renamed faces.
28737 (widget-documentation-face, widget-button-face)
28738 (widget-button-pressed-face, widget-specify-field)
28739 (widget-specify-inactive): Use renamed widget faces.
28740
28741 2005-06-10 Kenichi Handa <handa@m17n.org>
28742
28743 * term/x-win.el (x-clipboard-yank): Remove condition-case
28744 wrapping.
28745
28746 2005-06-11 Kenichi Handa <handa@m17n.org>
28747
28748 * add-log.el (change-log-font-lock-keywords): Make the regexp for
28749 date lines stricter.
28750
28751 2005-06-10 Zhang Wei <id.brep@gmail.com>
28752
28753 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
28754 of x-get-selection.
28755
28756 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
28757
28758 * comint.el (comint-mode, comint-snapshot-last-prompt):
28759 * frame.el (frame-current-scroll-bars):
28760 * term.el (term-mode, term-check-proc, term-input-sender)
28761 (term-simple-send, term-extract-string, term-word)
28762 (term-match-partial-filename):
28763 * window.el (window-current-scroll-bars):
28764 * emulation/cua-base.el (cua-normal-cursor-color)
28765 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
28766 (cua-global-mark-cursor-color):
28767 * mail/undigest.el (rmail-forward-separator-regex):
28768 Fix typos in docstrings.
28769
28770 * comint.el (comint-check-proc, make-comint-in-buffer)
28771 (comint-source-default): Doc fixes.
28772
28773 * term.el (term-send-string): Improve argument/docstring consistency.
28774
28775 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
28776
28777 * comint.el (comint-send-input): Bind `inhibit-read-only' around
28778 call to `delete-region'.
28779 (comint-mode-hook): Do not enable Font Lock by default.
28780
28781 2005-06-09 Lute Kamstra <lute@gnu.org>
28782
28783 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
28784 could be void.
28785
28786 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
28787
28788 * emacs-lisp/debug.el (debugger-will-be-back): New var.
28789 (debug): Use it.
28790 (debugger-step-through, debugger-continue, debugger-jump)
28791 (debugger-return-value): Set it when needed.
28792 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
28793 Use inhibit-read-only.
28794
28795 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
28796
28797 * window.el (shrink-window-if-larger-than-buffer)
28798 (window-size-fixed): Fix typo in docstring.
28799
28800 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
28801 thumbnails directory on loading.
28802 (thumbs-conversion-program): Use `eq' to check the system type,
28803 not `equal'.
28804 (thumbs-temp-dir): Initialize to `temporary-file-directory',
28805 not "/tmp". Fix docstring.
28806 (thumbs-thumbsdir): New function to return the thumbnails
28807 directory, creating it if needed.
28808 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
28809 (thumbs-temp-file): Delete variable and make it into a function.
28810 (thumbs-resize-image, thumbs-modify-image): Use it.
28811 (thumbs-kill-buffer): Simplify.
28812 (thumbs-gensym): Defalias or duplicate CL `gensym'.
28813 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
28814 docstrings.
28815
28816 2005-06-09 Kim F. Storm <storm@cua.dk>
28817
28818 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
28819 set-match-data to free markers in match-data.
28820
28821 * replace.el (replace-match-data): Pass RESEAT arg `t' to
28822 match-data to unchain markers in match-data.
28823
28824 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
28825
28826 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
28827 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
28828 unnecessary now.
28829
28830 2005-06-08 Richard M. Stallman <rms@gnu.org>
28831
28832 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
28833 give the variable a doc string that doesn't say don't set it directly.
28834
28835 * textmodes/ispell.el (ispell-check-version):
28836 Use match-string-no-properties.
28837 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
28838 (ispell-buffer-local-words): Likewise.
28839
28840 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
28841 except on terminals with enough colors to really display it.
28842 (makefile-dependency-regex): Delete spurious `bb'.
28843
28844 * faces.el (escape-glyph): Use blue once again in last case.
28845 (no-break-space): Redefine so that it isn't invisible on a tty.
28846
28847 2005-06-08 Kim F. Storm <storm@cua.dk>
28848
28849 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
28850 also when reading directory name.
28851
28852 2005-06-08 Lute Kamstra <lute@gnu.org>
28853
28854 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
28855 (flyspell-mode-line-string): Remove autoload cookie.
28856 (flyspell-mode): Remove defvar.
28857
28858 2005-06-07 Lute Kamstra <lute@gnu.org>
28859
28860 * textmodes/org.el (org-run-mode-hooks): New function.
28861 (org-agenda-mode): Use it.
28862
28863 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
28864
28865 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
28866
28867 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
28868
28869 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
28870
28871 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
28872
28873 * font-lock.el (font-lock-add-keywords): Doc fix.
28874
28875 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
28876
28877 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
28878 (tex-compile-default): In the absence of any history, use the order in
28879 tex-compile-alist to choose the preferred command.
28880 (tex-compile-commands): Reorder a bit.
28881
28882 * textmodes/flyspell.el (flyspell-auto-correct-binding)
28883 (flyspell-incorrect-face, flyspell-duplicate-face):
28884 Use (X)Emacs-agnostic code.
28885 (flyspell-mode-map): Don't overwrite at each load. Remove code
28886 redundant with the subsequent add-minor-mode. Merge Emacs and
28887 XEmacs code.
28888 (flyspell-word): Minor simplification.
28889 (flyspell-math-tex-command-p): Quieten the byte-compiler.
28890 (flyspell-external-point-words): Remove unused vars `size' and `start'.
28891 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
28892 Merge the corresponding Emacs code.
28893 (flyspell-correct-word, flyspell-xemacs-popup):
28894 Use flyspell-do-correct.
28895
28896 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
28897 a dedicated window.
28898
28899 * international/latexenc.el (latexenc-find-file-coding-system):
28900 Undo part of last patch, to turn off a compiler warning.
28901
28902 2005-06-06 Juri Linkov <juri@jurta.org>
28903
28904 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
28905 Rename `tmm-inactive-face' to `tmm-inactive'.
28906
28907 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
28908
28909 * iswitchb.el: Rename faces.
28910
28911 2005-06-06 Kim F. Storm <storm@cua.dk>
28912
28913 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
28914 (cua-global-mark): Remove -face suffix from face names.
28915
28916 * emulation/cua-gmrk.el (cua--init-global-mark):
28917 Remove cua-global-mark face setup.
28918
28919 2005-06-06 Richard M. Stallman <rms@gnu.org>
28920
28921 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
28922 just like other allowed characters.
28923 (makefile-match-dependency): Exclude leading and training whitespace
28924 from the range of regexp subexp 1.
28925 (makefile-macroassign-regex): Don't try to match the body,
28926 just the name of the macro being defined.
28927
28928 * info.el (Info-read-node-name-2): New function.
28929 (Info-read-node-name-1): Use that.
28930 Add a completion-base-size-function property.
28931
28932 * simple.el (completion-setup-function): Look for
28933 completion-base-size-function property of minibuffer-completion-table.
28934
28935 * files.el (locate-file-completion): Doc fix.
28936
28937 * printing.el: Don't call pr-update-menus; user must do that.
28938
28939 * emacs-lisp/debug.el (debugger-window): New variable.
28940 (debug): Use debugger-window if it is set and still alive.
28941 Record debugger-window for next entry.
28942
28943 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
28944
28945 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
28946
28947 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
28948 (hack-one-local-variable, hack-local-variables)
28949 (hack-local-variables-prop-line): Pass that arg.
28950
28951 2005-06-06 Kim F. Storm <storm@cua.dk>
28952
28953 * ido.el (ido-first-match, ido-only-match, ido-subdir)
28954 (ido-indicator): Remove -face suffix from face names.
28955
28956 2005-06-06 Juri Linkov <juri@jurta.org>
28957
28958 * font-lock.el (font-lock-regexp-backslash)
28959 (font-lock-regexp-backslash-construct): New faces.
28960 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
28961 after `('. Add `while-no-input' to control structures.
28962
28963 * faces.el (no-break-space, shadow): New faces.
28964 (escape-glyph): Use less loud colors pink2 and red4.
28965
28966 * diff-mode.el (diff-context-face)
28967 * dired.el (dired-ignored)
28968 * rfn-eshadow.el (file-name-shadow)
28969 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
28970
28971 * info.el (Info-title-1-face): Use green instead of yellow because
28972 bold yellow is not readable on light backgrounds.
28973
28974 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
28975 before selecting the desired mode to not spend time fontifying
28976 old contents.
28977
28978 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
28979
28980 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
28981 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
28982
28983 * ps-print.el (ps-default-fg, ps-default-bg):
28984 Fix typos in docstrings.
28985
28986 * isearchb.el (isearchb): Don't pass a spurious second argument to
28987 `iswitchb-completions'.
28988
28989 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
28990
28991 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
28992 to preserve point.
28993 (gdb-find-file-hook): Add doc string.
28994
28995 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
28996 C dereferenced pointer expression.
28997 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
28998
28999 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
29000
29001 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
29002 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
29003 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
29004 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
29005 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
29006 Make background transparent.
29007
29008 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
29009
29010 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
29011 (font-lock-remove-keywords): Doc fix.
29012 (font-lock-mode-major-mode): Compiler defvar.
29013 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
29014
29015 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
29016 (font-lock-mode): Update `font-lock-mode-major-mode'.
29017 (font-lock-set-defaults): Compiler defvar.
29018 (font-lock-default-function): Take `font-lock-mode-major-mode'
29019 into account.
29020
29021 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
29022 keep track of which major mode it enabled the minor mode for.
29023 Use find-file-hook again. Update docstring.
29024
29025 * simple.el (eval-expression-print-level)
29026 (eval-expression-print-length, eval-expression-debug-on-error):
29027 Doc fixes.
29028
29029 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
29030
29031 * iswitchb.el (iswitchb-single-match-face)
29032 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
29033 (iswitchb-invalid-regexp-face): New faces.
29034 (iswitchb-completions): Use them.
29035 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
29036 now marked as an obsolete alias.
29037 (iswitchb-read-buffer): Remove check for bound font variables.
29038 (iswitchb-invalid-regexp): New free variable.
29039 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
29040 set iswitchb-invalid-regexp.
29041 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
29042 invalid regexps.
29043 (iswitchb-completions): Add check for complete match when entering
29044 a regexp.
29045 (iswitchb-completions): Remove require-match argument.
29046 (iswitchb-exhibit): Fix caller.
29047 (iswitchb-common-match-inserted): New variable.
29048 (iswitchb-complete, iswitchb-completion-help): Use it.
29049
29050 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
29051
29052 * url-http.el (url-http-chunked-encoding-after-change-function):
29053 Use `url-http-debug' instead of `message'.
29054
29055 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
29056
29057 * url-http.el (url-http-parse-headers): Pass redirected URL as a
29058 callback argument.
29059
29060 2005-06-04 Kim F. Storm <storm@cua.dk>
29061
29062 * simple.el (line-move): Only call sit-for when moving backwards.
29063
29064 * ido.el (ido-make-merged-file-list-1): New defun split from
29065 ido-make-merged-file-list.
29066 (ido-make-merged-file-list): Bind throw-on-input around call to
29067 ido-make-merged-file-list-1. Return input-pending-p if
29068 interrupted by more input available.
29069 (ido-read-internal): Handle input-pending-p return value from
29070 ido-make-merged-file-list.
29071
29072 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
29073
29074 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
29075 compatibility code.
29076
29077 * international/latexenc.el (latexenc-find-file-coding-system):
29078 Don't inherit the EOL part of the coding-system from the
29079 tex-main buffer. Fit within 80 columns.
29080
29081 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
29082
29083 * tmm.el (tmm-inactive-face): New face.
29084 (tmm-remove-inactive-mouse-face): New function.
29085 (tmm-prompt, tmm-add-one-shortcut)
29086 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
29087 but not selectable.
29088
29089 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
29090
29091 * faces.el (face-equal): Improve argument/docstring consistency.
29092
29093 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
29094
29095 * progmodes/make-mode.el (makefile-targets-face)
29096 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
29097 (makefile-bsdmake-dependency-regex)
29098 (makefile-makepp-rule-action-regex)
29099 (makefile-bsdmake-rule-action-regex): New constants.
29100 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
29101
29102 * progmodes/compile.el (compilation-error-regexp-alist-alist):
29103 Allow (...) within `...' for makepp messages.
29104
29105 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
29106
29107 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
29108
29109 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
29110 "." files are deleted from all file lists before comparison.
29111
29112 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
29113 (viper-ESC-key): Made them customizable.
29114
29115 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
29116
29117 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
29118
29119 * autorevert.el (auto-revert-buffers): Use save-match-data.
29120
29121 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
29122
29123 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
29124 menu items with a nil command binding.
29125
29126 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
29127
29128 * emacs-lisp/cl-macs.el (defsetf):
29129 Improve argument/docstring consistency.
29130
29131 * faces.el (list-faces-display): Improve the formatting by
29132 computing the maximum length required for any face-name (reworked
29133 patch of 1999-01-11, accidentally deleted on 1999-07-21).
29134 (internal-find-face): Remove redundant info in docstring.
29135
29136 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
29137
29138 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
29139 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
29140 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
29141 (gdb-assembler-custom): Improve regexps.
29142 (def-gdb-auto-update-handler): Use window point to preserve point.
29143
29144 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
29145
29146 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
29147
29148 2005-05-31 Jay Belanger <belanger@truman.edu>
29149
29150 * calc/calc-embed.el (calc-embedded-word): Change argument passed
29151 to calc-embedded.
29152 (calc-embedded-make-info): Have plain prefix argument select
29153 entire line.
29154
29155 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
29156
29157 * faces.el (list-faces-display): Signal error if passed a regexp
29158 that matches no face name.
29159
29160 * simple.el (filter-buffer-substring): Fix typo in docstring.
29161
29162 2005-05-31 Richard M. Stallman <rms@gnu.org>
29163
29164 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
29165 (vhdl-emacs-21): Doc fix.
29166 (vhdl-mode): Unconditionally set comment-padding.
29167 (vhdl-fixup-whitespace-region): Insert spaces only where
29168 there are none.
29169 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
29170
29171 2005-05-30 John Wiegley <johnw@newartisans.com>
29172
29173 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
29174 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
29175 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
29176 `directory-sep-char' to ?/, and all uses of `string-to-int' to
29177 `string-to-number'.
29178
29179 2005-05-30 Jay Belanger <belanger@truman.edu>
29180
29181 * calc/calc.el (calc-bug-address): Fix docstring.
29182 (calc-window-hook, calc-trail-window-hook): New variables.
29183 (calc-trail-display): Restore use of calc-trail-window-hook.
29184 (calc): Restore use of calc-window-hook.
29185
29186 2005-05-31 Masatake YAMATO <jet@gyve.org>
29187
29188 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
29189
29190 * help-fns.el (help-C-file-name): Add autoload mark for
29191 `find-function-noselect'.
29192
29193 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
29194
29195 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
29196 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
29197
29198 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
29199
29200 * calendar/diary-lib.el (mark-included-diary-files): Only kill
29201 included diary buffer if it was not already being visited.
29202 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
29203
29204 * calendar/icalendar.el (top-level): Do not require appt.
29205
29206 * mail/supercite.el (sc-select-attribution): Only use a list
29207 element from sc-attrib-selection-list if it returns a string.
29208 Reported by Davide G. M. Salvetti <salve@debian.org>.
29209
29210 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
29211
29212 * thumbs.el (thumbs-thumbname): The resulting thumbname now
29213 includes a hash value to improve its uniqueness, and has a ".jpg"
29214 extension. Also, it is now a valid filename on all systems.
29215 (thumbs-make-thumb): Use `let', not `let*'.
29216 (thumbs-show-thumbs-list): Check for JPEG availability.
29217
29218 2005-05-30 Richard M. Stallman <rms@gnu.org>
29219
29220 * filesets.el (filesets-menu-ensure-use-cached):
29221 Prevent warning when emacs-version>= is undefined.
29222
29223 * printing.el (pr-interactive-n-up): Use string-to-number.
29224
29225 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
29226
29227 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
29228 Warn only when name to be defined is quoted.
29229
29230 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
29231
29232 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
29233 Make regexp more robust.
29234 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
29235 Force regeneration of disassembly.
29236
29237 2005-05-29 Jay Belanger <belanger@truman.edu>
29238
29239 * calc/calc.el (calc-user-invocation): Check if
29240 calc-invocation-macro is non-nil.
29241
29242 2005-05-29 Juri Linkov <juri@jurta.org>
29243
29244 * add-log.el (change-log-font-lock-keywords):
29245 Add `+' to e-mail regexp to accept mail address with keywords.
29246
29247 * man.el (Man-name-regexp): Add `:' to accept qualified names.
29248
29249 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
29250
29251 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
29252
29253 * ielm.el (inferior-emacs-lisp-mode): Ditto.
29254
29255 2005-05-29 Richard M. Stallman <rms@gnu.org>
29256
29257 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29258 Undo the change that moves to end of the current word.
29259
29260 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
29261
29262 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
29263 Throw error when count <= 0 to ensure input is a number.
29264 (gdb-read-memory-custom): Pick up address from buffer.
29265 (gdb-memory-mode): Allow user to increment and decrement
29266 memory address from header line.
29267
29268 2005-05-29 Richard M. Stallman <rms@gnu.org>
29269
29270 * flyspell.el (flyspell-version): Function deleted.
29271 (flyspell-auto-correct-previous-hook): Doc fix.
29272
29273 * jit-lock.el (jit-lock-function, jit-lock-after-change):
29274 Do nothing if memory is full.
29275
29276 * font-lock.el (font-lock-fontify-syntactically-region):
29277 Pass t for GREEDY to looking-back.
29278
29279 * saveplace.el (save-place-alist-to-file): Write the file
29280 using write-region.
29281
29282 * subr.el (looking-back): New argument GREEDY.
29283
29284 * progmodes/compile.el (compilation-start): Set the mode
29285 before inserting the initial text.
29286
29287 * progmodes/which-func.el (which-func-update-1): Turn the mode
29288 off in case of error by setting which-func-mode.
29289
29290 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
29291
29292 * flyspell.el (flyspell-auto-correct-previous-word):
29293 Narrow down to what's on the screen, and recenter overlays
29294 at the end of the next word.
29295
29296 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
29297
29298 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
29299 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
29300 (flyspell-abbrev-p): Default to nil.
29301 (flyspell-use-global-abbrev-table-p): Doc fix.
29302 (flyspell-large-region): Allow nil as value.
29303 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
29304
29305 (mail-mode-flyspell-verify): More robust handling
29306 of `mail-header-separator'. More efficient signature detection.
29307 Allow for regexp metacharacters in message-header-separator.
29308 Adding `To' not to be checked in mail-mode-flyspell-verify.
29309
29310 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
29311 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
29312 Bind flyspell-auto-correct-binding.
29313 Bind C-. and C-, .
29314 (flyspell-mode-map): Likewise.
29315 (flyspell-mode): Doc fix.
29316 (flyspell-accept-buffer-local-defs): Preserve current buffer.
29317 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
29318 (flyspell-word-cache-result): New var, always local.
29319 (flyspell-check-pre-word-p): Doc fix.
29320 (flyspell-check-changed-word-p): Handle spc like newline.
29321 (flyspell-post-command-hook): Set flyspell-word-cache-result.
29322 (flyspell-word-search-backward, flyspell-word-search-forward):
29323 New functions.
29324 (flyspell-word): Return t if nothing to check.
29325 When parsing TeX code, check for after } or \.
29326 Use flyspell-word-search-backward to find previous word.
29327 Return nil if duplicated word.
29328 For word already checked, return same value as last time.
29329 Set flyspell-word-cache-result after checking.
29330 Don't clobber the return value.
29331 (flyspell-get-word): Major rewrite.
29332 (flyspell-external-point-words): New locals pword, pcount.
29333 Fix size used in progress message.
29334 Find the proper corresponding word in flyspell-large-region-buffer.
29335 (flyspell-region): Check for flyspell-large-region = nil.
29336 (flyspell-highlight-incorrect-region): Clean up overlays in region.
29337 (flyspell-auto-correct-word): Check that WORD is a cons.
29338 (flyspell-correct-word): Likewise.
29339
29340 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
29341
29342 * progmodes/make-mode.el (makefile-rule-action-regex)
29343 (makefile-macroassign-regex, makefile-makepp-mode)
29344 (makefile-bsdmake-mode): Continuation lines may be empty.
29345 Reported by Joshua Varner.
29346 (makefile-makepp-font-lock-keywords): Add $(stem).
29347
29348 2005-05-28 Karl Berry <karl@gnu.org>
29349
29350 * textmodes/tex-mode.el: Now that tex-send-command calls
29351 shell-quote-argument (2005-03-31 change), remove all calls to
29352 shell-quote-argument; they all end up invoking tex-send-command.
29353 The double quoting loses on filenames with non-safe characters,
29354 such as "@". Reported by Frederik Fouvry.
29355
29356 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
29357
29358 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
29359 about preserving point.
29360
29361 2005-05-27 Jay Belanger <belanger@truman.edu>
29362
29363 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
29364 Info-goto-node.
29365
29366 * calc/calc-embed.el (calc-embed-arg): New variable.
29367 (calc-do-embedded-activate, calc-embedded-activate-formula)
29368 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
29369 variable by new variable.
29370 (calc-embedded-make-info): Replace undeclared variable by new
29371 variable. When selecting region with positive prefix
29372 argument, use end of previous line instead of beginning of line.
29373
29374 * calc/calc-aent.el (calc-arg-values): Declare it.
29375
29376 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
29377 Declare them.
29378
29379 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
29380
29381 * calc/calc.el (calc-alg-map): Declare it.
29382
29383 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
29384
29385 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
29386
29387 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
29388 (gdb-registers-buffer, toggle-gdb-all-registers):
29389 Toggle display of floating point registers.
29390 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
29391
29392 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
29393 (toggle-gud-tooltip-dereference):
29394 Rename from gud-toggle-tooltip-dereference.
29395
29396 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
29397
29398 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
29399
29400 2005-05-27 Jay Belanger <belanger@truman.edu>
29401
29402 * calc/calc-prog.el (calc-kbd-report): Remove.
29403 (calc-kbd-query): Rewrite.
29404
29405 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
29406
29407 * image.el (image-library-alist): Move to image.c.
29408 (image-type-available-p): Doc fix.
29409
29410 2005-05-27 Lute Kamstra <lute@gnu.org>
29411
29412 * calc/calc.el (calc):
29413 * outline.el (outline-1, outline-2, outline-3, outline-4)
29414 (outline-5, outline-6, outline-7, outline-8):
29415 * textmodes/dns-mode.el (dns-mode):
29416 * textmodes/sgml-mode.el (sgml-namespace-face):
29417 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
29418 (tex-verbatim-face, tex-use-reftex):
29419 * textmodes/texinfo.el (texinfo-heading-face):
29420 Specify customization group.
29421
29422 * longlines.el: Don't require easy-mmode.
29423 (longlines-visible-face): Specify customization group.
29424
29425 2005-05-27 Kenichi Handa <handa@m17n.org>
29426
29427 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
29428 encoding table of windows-1251.
29429
29430 * international/ucs-tables.el (ucs-set-table-for-input):
29431 If translation-table-for-input of a coding system is a symbol, get
29432 its translation-table property.
29433
29434 * international/code-pages.el: Don't register a coding system into
29435 non-iso-charset-alist more than once.
29436 (cp-make-coding-system): Likewise.
29437
29438 2005-05-26 John Wiegley <johnw@newartisans.com>
29439
29440 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
29441 `eshell-resume-eval' is wrapped in a list, it indicates that the
29442 command was run asynchronously. In that case, unwrap the value
29443 before checking the delimiter value.
29444
29445 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
29446 character before a space at the end of a line is \, assume the space
29447 is part of the last argument rather than a final argument separator.
29448
29449 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
29450 is in use, and the target is `t' or `nil' (which are the most common
29451 values), don't assume that the symbol target is a buffer.
29452
29453 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
29454
29455 * calendar/calendar.el (calendar-mode-line-format):
29456 Use mode-line-highlight as mouse-face.
29457
29458 * time.el (display-time-string-forms, display-time-update):
29459 Use mode-line-highlight as mouse-face.
29460
29461 2005-05-26 Jay Belanger <belanger@truman.edu>
29462
29463 * calc/calc.el (calc-language-alist): Remove extra defvar.
29464
29465 2005-05-26 Lute Kamstra <lute@gnu.org>
29466
29467 * arc-mode.el (archive-mode):
29468 * bookmark.el (bookmark-read-annotation-mode)
29469 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
29470 * bs.el (bs-mode):
29471 * calc/calc-yank.el (calc-edit-mode):
29472 * calc/calc.el (calc-mode, calc-trail-mode):
29473 * calculator.el (calculator-mode):
29474 * chistory.el (command-history-mode):
29475 * comint.el:
29476 * cus-edit.el (custom-mode):
29477 * descr-text.el (describe-text-mode):
29478 * ebuff-menu.el (Electric-buffer-menu-mode):
29479 * ediff-util.el (ediff-mode):
29480 * emacs-lisp/re-builder.el (reb-mode):
29481 * emulation/vi.el (vi-mode-setup):
29482 * emulation/ws-mode.el (wordstar-mode):
29483 * eshell/esh-mode.el (eshell-mode):
29484 * forms.el (forms-mode):
29485 * help-mode.el (help-mode):
29486 * hexl.el (hexl-mode):
29487 * ibuffer.el (ibuffer-mode):
29488 * ielm.el (inferior-emacs-lisp-mode):
29489 * info.el (Info-mode, Info-edit-mode):
29490 * international/swedish.el:
29491 * ledit.el (ledit-from-lisp-mode):
29492 * locate.el (locate-mode):
29493 * mail/rmail.el (rmail-mode):
29494 * mail/rmailedit.el (rmail-edit-mode):
29495 * mail/rmailsum.el (rmail-summary-mode):
29496 * mail/supercite.el (sc-electric-mode):
29497 * net/eudc.el (eudc-mode):
29498 * net/quickurl.el (quickurl-list-mode):
29499 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
29500 * obsolete/ooutline.el (outline-mode):
29501 * obsolete/options.el (Edit-options-mode):
29502 * obsolete/rnews.el (news-mode):
29503 * obsolete/rnewspost.el (news-reply-mode):
29504 * play/5x5.el (5x5-mode):
29505 * play/decipher.el (decipher-mode, decipher-stats-mode):
29506 * play/gomoku.el (gomoku-mode):
29507 * play/snake.el (snake-mode):
29508 * play/solitaire.el (solitaire-mode):
29509 * play/tetris.el (tetris-mode):
29510 * progmodes/ada-mode.el (ada-mode):
29511 * progmodes/antlr-mode.el (antlr-mode):
29512 * progmodes/autoconf.el (autoconf-mode):
29513 * progmodes/dcl-mode.el (dcl-mode):
29514 * progmodes/delphi.el (delphi-mode):
29515 * progmodes/ebrowse.el (ebrowse-tree-mode)
29516 (ebrowse-electric-list-mode, ebrowse-member-mode)
29517 (ebrowse-electric-position-mode):
29518 * progmodes/f90.el (f90-mode):
29519 * progmodes/fortran.el (fortran-mode):
29520 * progmodes/icon.el (icon-mode):
29521 * progmodes/idlw-help.el (idlwave-help-mode):
29522 * progmodes/idlw-shell.el (idlwave-shell-mode):
29523 * progmodes/idlwave.el (idlwave-mode):
29524 * progmodes/inf-lisp.el (inferior-lisp-mode):
29525 * progmodes/m4-mode.el (m4-mode):
29526 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
29527 * progmodes/modula2.el (modula-2-mode):
29528 * progmodes/octave-inf.el (inferior-octave-mode):
29529 * progmodes/octave-mod.el (octave-mode):
29530 * progmodes/pascal.el (pascal-mode):
29531 * progmodes/sh-script.el (sh-mode):
29532 * progmodes/sql.el (sql-mode, sql-interactive-mode):
29533 * progmodes/vhdl-mode.el (vhdl-mode):
29534 * progmodes/xscheme.el (scheme-interaction-mode):
29535 * replace.el (occur-mode):
29536 * ses.el (ses-mode):
29537 * simple.el (completion-list-mode):
29538 * skeleton.el:
29539 * speedbar.el (speedbar-mode):
29540 * term.el (term-mode):
29541 * terminal.el (terminal-edit-mode):
29542 * textmodes/reftex-index.el (reftex-index-mode)
29543 (reftex-index-phrases-mode):
29544 * textmodes/reftex-sel.el (reftex-select-label-mode)
29545 (reftex-select-bib-mode):
29546 * textmodes/reftex-toc.el (reftex-toc-mode):
29547 * wdired.el (wdired-change-to-wdired-mode):
29548 * wid-browse.el (widget-browse-mode):
29549 Use run-mode-hooks.
29550
29551 * array.el (array-mode):
29552 * calendar/todo-mode.el (todo-mode):
29553 * man.el (Man-mode):
29554 * play/landmark.el (lm-mode):
29555 * play/mpuz.el (mpuz-mode):
29556 Use kill-all-local-variables and run-mode-hooks.
29557
29558 * subr.el (delay-mode-hooks): Specify indentation.
29559
29560 2005-05-26 Mark A. Hershberger <mah@everybody.org>
29561
29562 * xml.el (xml-substitute-special): Don't die for undefined xml
29563 entities.
29564
29565 2005-05-26 Jay Belanger <belanger@truman.edu>
29566
29567 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
29568 of nil.
29569
29570 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
29571
29572 * progmodes/gdb-ui.el (gdb-frame-address):
29573 Rename from gdb-current-address.
29574 (gdb-previous-frame-address): Rename from gdb-previous-address.
29575 (gdb-selected-frame): Rename from gdb-current-frame.
29576 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
29577 (gdb-frame-number): Rename from gdb-current-stack-level.
29578 (gdb-ann3): Match new mode-name for disassembly buffer.
29579 Extend initialization of variables.
29580 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
29581 (gdb-memory-mode): Use mouse-face in header line.
29582 (gdb-assembler-buffer-name): Call it disassembly and give frame
29583 in mode line.
29584 (gdb-source-spec-regexp, gdb-assembler-custom)
29585 (gdb-invalidate-assembler, gdb-frame-handler):
29586 Make robust to leading zeroes in address format.
29587
29588 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
29589
29590 * textmodes/org.el (org-mode): Use `define-derived-mode' to
29591 define `org-mode'.
29592 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
29593
29594 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
29595
29596 * log-edit.el (log-edit-changelog-entries): Distinguish between
29597 filenames like xfns.c and fns.c.
29598
29599 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
29600
29601 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
29602 point after reverting.
29603 (Buffer-menu-make-sort-button): Handle the case where
29604 `Buffer-menu-use-header-line' is nil.
29605
29606 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
29607
29608 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
29609 New funcs. In minibuffer-local-completion-map bind `]', `/'
29610 and `:' to them.
29611
29612 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
29613
29614 * startup.el (normal-top-level): Allow modification of load-path while
29615 we're iterating over it.
29616
29617 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
29618
29619 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
29620 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
29621 (thumbs-resize-interactive, thumbs-insert-image)
29622 (thumbs-insert-thumb, thumbs-dired-show-marked)
29623 (thumbs-find-image-at-point, thumbs-delete-images)
29624 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
29625 (thumbs-increment-image-size, thumbs-decrement-image-size):
29626 Fix typos in docstrings.
29627
29628 2005-05-24 Andre Spiegel <spiegel@gnu.org>
29629
29630 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
29631 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
29632 (cperl-mode): Use them.
29633
29634 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
29635
29636 * window.el (quit-window, shrink-window-if-larger-than-buffer):
29637 Doc fixes.
29638
29639 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
29640
29641 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
29642 Bind C-d to gdb-inferior-io-eof.
29643
29644 * dired.el (dired-dnd-popup-notice): Use message-box.
29645
29646 2005-05-23 Masatake YAMATO <jet@gyve.org>
29647
29648 * bindings.el (mode-line-major-mode-keymap):
29649 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
29650
29651 * faces.el (mode-line-highlight): New face.
29652
29653 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
29654 as mouse-face.
29655
29656 * bindings.el (top-level, help-echo, mode-line-modified)
29657 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
29658 as mouse-face.
29659
29660 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
29661
29662 * progmodes/cc-engine.el (c-guess-basic-syntax):
29663 Remove spurious call to `zerop'.
29664
29665 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
29666
29667 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
29668
29669 CC Mode update to 5.30.10:
29670
29671 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
29672 could go past the limit in decoration level 2, thereby causing
29673 errors during interactive fontification.
29674
29675 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
29676 the file is evaluated interactively.
29677
29678 * cc-engine.el (c-guess-basic-syntax): Handle operator
29679 declarations somewhat better in C++.
29680
29681 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
29682 make use of `run-mode-hooks' which has been added in Emacs 21.1.
29683 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
29684 (awk-mode): Use it.
29685 (make-local-hook): Suppress warning about obsoleteness.
29686
29687 * cc-engine.el, cc-align.el, cc-cmds.el
29688 (c-append-backslashes-forward, c-delete-backslashes-forward)
29689 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
29690 Compensate for return value from `forward-line' when it has moved
29691 but not to a different line due to eob.
29692
29693 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
29694 `objc-method-intro' and `objc-method-args-cont'.
29695
29696 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
29697
29698 CC Mode update to 5.30.10:
29699
29700 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
29701 in the copyright statement. Incidentally, change "along with GNU
29702 Emacs" to "along with this program" where it occurs.
29703
29704 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
29705 so that it is interactive, hence can be found by M-x awk-mode
29706 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
29707 <gmorris+emacs@ast.cam.ac.uk>.
29708
29709 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
29710 Mode's regexps.
29711
29712 2005-05-23 Kevin Ryde <user42@zip.com.au>
29713
29714 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
29715 c-parse-state, to avoid a lisp error (on bad code).
29716
29717 2005-05-23 Lute Kamstra <lute@gnu.org>
29718
29719 * subr.el (font-lock-defaults): Remove defvar as it's already
29720 defined in font-core.el.
29721
29722 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
29723
29724 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
29725
29726 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
29727 more general and work when GDB variable "print pretty" is on,
29728 as with Emacs, for example.
29729
29730 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
29731
29732 * font-core.el: Update comment.
29733
29734 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
29735 Use `after-change-major-mode-hook' instead of `find-file-hook'.
29736
29737 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
29738
29739 2005-05-22 Eli Zaretskii <eliz@gnu.org>
29740
29741 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
29742 and `yank-handler' in the doc strings.
29743
29744 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
29745
29746 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
29747
29748 2005-05-22 Richard M. Stallman <rms@gnu.org>
29749
29750 * help.el (describe-key): Move print-help-return-message call
29751 out of conditional.
29752
29753 * progmodes/etags.el (list-tags): Use with-no-warnings.
29754
29755 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
29756 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
29757 (starttls-extra-args, starttls-extra-arguments): Add defvars.
29758
29759 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
29760
29761 * language/viet-util.el (viet-viscii-nonascii-translation-table):
29762 Add defvar.
29763
29764 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
29765 Use defvar, not defconst.
29766
29767 * hexl.el (hexl-follow-line): Use with-no-warnings.
29768
29769 * emulation/tpu-extras.el: Use write-file-functions instead of
29770 write-file-hooks.
29771
29772 * dired.el (dired-font-lock-keywords): Fontify files with junk
29773 extensions even if marked by -F.
29774
29775 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
29776
29777 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
29778 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
29779 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
29780 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
29781 (concatenate, list-length, get*, getf, cl-remprop):
29782 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
29783 (etypecase, progv, lexical-let, lexical-let*)
29784 (multiple-value-bind, multiple-value-setq, shiftf):
29785 Improve argument/docstring consistency.
29786
29787 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
29788
29789 2005-05-22 Andre Spiegel <spiegel@gnu.org>
29790
29791 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
29792 doesn't exist.
29793
29794 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
29795 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
29796
29797 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
29798
29799 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
29800 already deleted variables: auto-fill-hook, blink-paren-hook,
29801 lisp-indent-hook, inhibit-local-variables, unread-command-event,
29802 suspend-hooks, comment-indent-hook, meta-flag,
29803 before-change-function, after-change-function,
29804 font-lock-doc-string-face.
29805
29806 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
29807
29808 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
29809
29810 2005-05-21 Eli Zaretskii <eliz@gnu.org>
29811
29812 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
29813 rmail-dont-reply-to.
29814
29815 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
29816
29817 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
29818 literal blank when splitting new-header-values.
29819
29820 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
29821
29822 * calendar/cal-menu.el (cal-menu-update): Add separator as a
29823 string so that tmm doesn't create a completion entry for it.
29824
29825 * textmodes/table.el (table-disable-menu): Ditto.
29826
29827 2005-05-21 Richard M. Stallman <rms@gnu.org>
29828
29829 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
29830
29831 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
29832
29833 * net/rcompile.el (remote-compile): Use compilation-start.
29834
29835 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
29836
29837 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
29838
29839 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
29840 Default to makefile-bsdmake-mode on BSD systems.
29841
29842 * imenu.el (imenu-generic-expression, imenu--generic-function'):
29843 REGEXP may also be a search function now. The part of doc-string
29844 for describing the structure was 95% identical to that of
29845 `imenu--generic-function'. Unify it there.
29846
29847 * progmodes/make-mode.el (makefile-imenu-generic-expression):
29848 Use function to find dependencies, because regexp alone is so complex,
29849 it easily goes into an endless loop.
29850 (makefile-makepp-mode): Also add submenu for Perl functions
29851 defined in the makefile.
29852 (makefile-bsdmake-mode): Special imenu-generic-expression no
29853 longer needed, due to function call.
29854 (makefile-match-dependency): Take BOUND into account when checking
29855 if we're through.
29856
29857 2005-05-20 Jay Belanger <belanger@truman.edu>
29858
29859 * calc/calc-units.el (calc-invalidate-units-table):
29860 Use inhibit-read-only.
29861 (math-build-units-table-buffer): Use view-mode.
29862
29863 2005-05-20 David Kastrup <dak@gnu.org>
29864
29865 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
29866 easy-menu-add is not a nop on Emacs; and clarify when to call it.
29867
29868 2005-05-20 Lute Kamstra <lute@gnu.org>
29869
29870 * diff-mode.el (diff-header-face, diff-file-header-face)
29871 (diff-index-face, diff-hunk-header-face, diff-removed-face)
29872 (diff-added-face, diff-changed-face, diff-function-face)
29873 (diff-context-face, diff-nonexistent-face): Put them in the
29874 diff-mode customization group.
29875
29876 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
29877
29878 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
29879
29880 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
29881
29882 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
29883 Minor regexp-optimization.
29884
29885 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
29886
29887 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
29888 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
29889 (org-agenda-add-time-grid-maybe): New function.
29890 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
29891 (org-table-create): `dotimes' instead of `mapcar'.
29892 (org-xor): Simplify implementation.
29893 (org-agenda): `inhibit-redisplay' turned on.
29894 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
29895 a consistent line after a state change.
29896 (org-agenda-remove-times-when-in-prefix): New option.
29897 (org-prefix-has-time): New variable.
29898 (org-parse-time-string): Optional argument NODEFAULT.
29899 (org-format-agenda-item): Parse items for time-of-day
29900 specifications and move these into the prefix if possible.
29901 (org-agenda-priority): Get current heading, not previous heading
29902 during agenda remote editing.
29903
29904 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
29905
29906 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
29907 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
29908 (remove-duplicates, delete-duplicates, substitute)
29909 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
29910 (nsubstitute-if-not, find, find-if, find-if-not, position)
29911 (position-if, position-if-not, count, count-if, count-if-not)
29912 (mismatch, search, sort*, stable-sort, merge, member*)
29913 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
29914 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
29915 (intersection, nintersection, set-difference, nset-difference)
29916 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
29917 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
29918 (nsublis, tree-equal): Improve argument/docstring consistency.
29919
29920 * subr.el (send-string, send-region): Remove obsolescence declaration.
29921 (window-dot, set-window-dot, read-input, show-buffer)
29922 (eval-current-buffer, string-to-int):
29923 Add release number to obsolescence declarations.
29924
29925 2005-05-19 Kim F. Storm <storm@cua.dk>
29926
29927 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
29928 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
29929
29930 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
29931
29932 * faces.el (list-faces-display): Make back button respect optional
29933 regexp arg.
29934
29935 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
29936
29937 * calculator.el (calculator-radix-grouping-mode)
29938 (calculator-radix-grouping-digits, calculator-displayer)
29939 (calculator-radix-grouping-separator, calculator-copy-displayer):
29940 * dabbrev.el (dabbrev-search-these-buffers-only):
29941 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
29942 (diff-advance-after-apply-hunk, diff-mode-hook)
29943 (diff-minor-mode-prefix):
29944 * imenu.el (imenu-use-popup-menu):
29945 * jit-lock.el (jit-lock-context-time):
29946 * newcomment.el (comment-fill-column, comment-column)
29947 (comment-style, comment-padding, comment-multi-line)
29948 (comment-empty-lines, comment-auto-fill-only-comments):
29949 * reveal.el (reveal-around-mark):
29950 * uniquify.el (uniquify-buffer-name-style)
29951 (uniquify-after-kill-buffer-p)
29952 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
29953 (uniquify-min-dir-content, uniquify-separator)
29954 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
29955 * w32-vars.el (w32-fixed-font-alist):
29956 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
29957 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
29958 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
29959 * progmodes/perl-mode.el (perl-indent-level)
29960 (perl-continued-statement-offset, perl-continued-brace-offset)
29961 (perl-brace-offset, perl-brace-imaginary-offset)
29962 (perl-label-offset, perl-indent-continued-arguments)
29963 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
29964 * progmodes/tcl.el (tcl-indent-level)
29965 (tcl-continued-indent-level, tcl-auto-newline)
29966 (tcl-tab-always-indent, tcl-electric-hash-style)
29967 (tcl-help-directory-list, tcl-use-smart-word-finder)
29968 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
29969 (inferior-tcl-source-command):
29970 * textmodes/fill.el (enable-kinsoku):
29971 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
29972 * textmodes/table.el (table-yank-handler):
29973 Specify missing group (and type, if simple) in defcustom.
29974
29975 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
29976
29977 * progmodes/compile.el (compilation-finish-function): Fix defvar.
29978
29979 2005-05-19 Richard M. Stallman <rms@gnu.org>
29980
29981 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
29982
29983 * subr.el (event-basic-type): Don't get an error.
29984 (left-fringe-p): Function deleted.
29985
29986 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
29987 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
29988
29989 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
29990 in recursive copy.
29991
29992 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
29993
29994 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
29995
29996 * emacs-lisp/bytecomp.el
29997 (byte-compile-file-form-custom-declare-variable):
29998 Call byte-compile-nogroup-warn if appropriate.
29999
30000 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
30001 (compilation-set-window): Don't call left-fringe-p; do it directly.
30002
30003 2005-05-19 Jay Belanger <belanger@truman.edu>
30004
30005 * calc/calc-graph.el (calc-graph-format-data): Make sure
30006 var-PlotRejects is bound before trying to check its value.
30007
30008 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
30009
30010 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
30011 definition of this variable from reftex-global.el to reftex.el,
30012 because it is needed in the menu.
30013
30014 2005-05-19 Lute Kamstra <lute@gnu.org>
30015
30016 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
30017 years are fixed. Don't insert a space after a dash.
30018
30019 2005-05-19 Kim F. Storm <storm@cua.dk>
30020
30021 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
30022
30023 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
30024
30025 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
30026 strings, because (eq ... ?\\) is fairly frequent.
30027
30028 * progmodes/make-mode.el (makefile-add-this-line-targets):
30029 Simplify and integrate into `makefile-pickup-targets'.
30030 (makefile-add-this-line-macro): Simplify and integrate into
30031 `makefile-pickup-macros.
30032 (makefile-pickup-filenames-as-targets): Simplify.
30033 (makefile-previous-dependency, makefile-match-dependency):
30034 Don't stumble over `::'.
30035
30036 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
30037
30038 * subr.el (post-command-idle-hook, post-command-idle-delay):
30039 Remove obsoletion of post-command-idle-hook and
30040 post-command-idle-delay.
30041
30042 * faces.el (list-faces-display): Provide button when describe-face
30043 is called to take user back to the list of faces.
30044
30045 * help-fns.el (describe-variable): Remove hyperlinks in a
30046 variable's value as these are quite frequently inappropriate.
30047
30048 * follow.el (follow-submit-feedback, follow-mode):
30049 Remove references to post-command-idle-hook.
30050
30051 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
30052
30053 * progmodes/make-mode.el (makefile-previous-dependency)
30054 (makefile-match-dependency): Check for := (and in bsd mode also
30055 !=) to give a better result, even when font-lock is not on.
30056
30057 2005-05-18 Jay Belanger <belanger@truman.edu>
30058
30059 * calc/calc-help.el (calc-s-prefix-help):
30060 Add `calc-copy-special-constant' to help string.
30061
30062 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
30063
30064 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30065
30066 2005-05-18 Jay Belanger <belanger@truman.edu>
30067
30068 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
30069 in linear factors are in proper order.
30070
30071 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
30072
30073 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
30074 Support for jurabib.
30075
30076 * textmodes/reftex.el (featurep): Define aliases for overlay
30077 commands, for XEmacs compatibility, and use these aliases in
30078 overlay initializations.
30079 (reftex-highlight): Use `reftex-move-overlay'.
30080 (reftex-unhighlight): Use `reftex-delete-overlay'.
30081 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
30082 (reftex-access-search-path): Use `reftex-uniquify' instead of
30083 `reftex-uniq'.
30084
30085 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
30086 `before-string' property modification enables for Emacs as well.
30087 (reftex-select-item): Use `reftex-delete-overlay'.
30088 (reftex-select-mark): Use `reftex-make-overlay' and
30089 `reftex-overlay-put'.
30090 (reftex-select-unmark): Use `reftex-delete-overlay' and
30091 `reftex-overlay-put'.
30092
30093 2005-05-18 Lute Kamstra <lute@gnu.org>
30094
30095 * emacs-lisp/lisp.el (check-parens): Fix docstring.
30096
30097 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
30098
30099 * add-log.el (add-change-log-entry):
30100 * array.el (array-make-template, array-reconfigure-rows)
30101 (array-init-max-row, array-init-max-column)
30102 (array-init-columns-per-line, array-init-field-width):
30103 * replace.el (replace-match-maybe-edit, perform-replace):
30104 * textmodes/spell.el (spell-region):
30105 Replace `read-input' by `read-string'.
30106
30107 * forms.el (forms-mode):
30108 * finder.el (finder-compile-keywords):
30109 * shadowfile.el (shadow-read-files):
30110 Replace `eval-current-buffer' by `eval-buffer'.
30111
30112 * terminal.el (te-pass-through):
30113 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
30114 (ange-ftp-raw-send-cmd):
30115 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
30116 (send-process-next-char, telnet-initial-filter, telnet):
30117 Replace `send-string' by `process-send-string'.
30118
30119 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
30120 (prolog-consult-region): Replace `send-string' by
30121 `process-send-string'; replace `send-region' by `process-send-region'.
30122
30123 * progmodes/delphi.el (delphi-log-msg):
30124 Replace `set-window-dot' by `set-window-point'.
30125
30126 * subr.el (window-dot, set-window-dot, read-input, send-string)
30127 (send-region, show-buffer, eval-current-buffer):
30128 Make really obsolete, as the comment says.
30129
30130 2005-05-17 Kim F. Storm <storm@cua.dk>
30131
30132 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
30133 (cua--init-keymaps): Bind C-return instead of S-return to set
30134 rectangle mark.
30135
30136 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
30137 instead of S-return to toggle/clear rectangle mark.
30138
30139 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
30140
30141 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
30142 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
30143 Also fontify plain strings assigned to variables, mostly so that a
30144 colon has a face and is thus not taken as a dependency separator.
30145 (makefile-previous-dependency): Inline the new matcher, because it
30146 is too complex to work in both directions.
30147 (makefile-match-dependency): Eliminate `backward' arg (see above).
30148 Completely reimplemented so as to not sometimes go into an endless
30149 loop. It should also be more efficient, because first it only
30150 searches for `:', instead of applying the very complex regexp.
30151 (makefile-mode): Cancel `font-lock-support-mode', because blocks
30152 to be fontified in one piece can be too long for JIT.
30153 Makefiles are never *that* big.
30154
30155 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
30156
30157 * dired.el (dired-mode): Simplify.
30158
30159 2005-05-17 Lute Kamstra <lute@gnu.org>
30160
30161 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
30162 defcustom for the mode hook variable.
30163
30164 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
30165 Emacs Lisp Reference Manual.
30166
30167 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
30168
30169 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
30170 (evenp, list*):
30171 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
30172 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
30173
30174 * net/tramp-smb.el (tramp-smb-open-connection):
30175 Pass `tramp-chunksize' as fifth (required) argument.
30176
30177 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
30178
30179 * font-lock.el (lisp-font-lock-keywords-1):
30180 Set `font-lock-negation-char-face' for [^...] char group.
30181 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
30182
30183 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
30184 a var, and refine it to mask one more level of nested vars.
30185 (makefile-rule-action-regex): Turn it into a var, and refine it so
30186 it recognizes backslashed continuation lines as belonging to the
30187 same command.
30188 (makefile-macroassign-regex): Refine it so it recognizes
30189 backslashed continuation lines as belonging to the same command.
30190 (makefile-var-use-regex): Don't look at the next char, because it
30191 might be the same one to be skipped by the initial [^$], leading
30192 to an overlooked variable use.
30193 (makefile-make-font-lock-keywords): Remove two parameters, which
30194 are now variables that some of the modes set locally.
30195 Handle dependency and rule action matching through functions, because
30196 regexps alone match too often. Dependency matching now comes
30197 last, so it can check, whether a colon already matched something else.
30198 (makefile-mode): Inform that font-lock improves makefile parsing
30199 capabilities.
30200 (makefile-match-dependency, makefile-match-action): New functions.
30201
30202 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
30203
30204 * emacs-lisp/cl-extra.el (equalp): Doc fix.
30205
30206 * align.el (align-regexp):
30207 * ansi-color.el (ansi-color-get-face):
30208 * array.el (array-reconfigure-rows, array-init-max-row)
30209 (array-init-max-column, array-init-columns-per-line)
30210 (array-init-field-width):
30211 * dired-aux.el (dired-trample-file-versions):
30212 * dired-x.el (dired-mark-sexp):
30213 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
30214 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
30215 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
30216 * faces.el (face-read-integer):
30217 * files.el (backup-extract-version, insert-directory):
30218 * hexl.el (hexl-insert-decimal-char):
30219 * server.el (server-process-filter):
30220 * shell.el (shell-extract-num):
30221 * startup.el (command-line-1):
30222 * term.el (term-command-hook):
30223 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
30224 (time-stamp-do-number):
30225 * time.el (display-time-update):
30226 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
30227 (timezone-fix-time):
30228 * vms-patch.el (vms-suspend-resume-hook):
30229 * calendar/appt.el (appt-convert-time):
30230 * calendar/cal-bahai.el (mark-bahai-diary-entries):
30231 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
30232 * calendar/cal-islam.el (mark-islamic-diary-entries):
30233 * calendar/calendar.el (calendar-cursor-to-date)
30234 (calendar-star-date):
30235 * calendar/diary-lib.el (diary-attrtype-convert)
30236 (mark-diary-entries, diary-entry-time):
30237 * calendar/solar.el (solar-get-number):
30238 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
30239 * emacs-lisp/re-builder.el (reb-display-subexp):
30240 * emulation/edt.el (edt-set-scroll-margins):
30241 * emulation/tpu-extras.el (tpu-set-scroll-margins):
30242 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
30243 (vip-get-ex-count):
30244 * emulation/viper-ex.el (viper-get-ex-token)
30245 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
30246 * international/fontset.el (fontset-plain-name):
30247 * mail/feedmail.el (feedmail-look-at-queue-directory):
30248 * mail/mailalias.el (mail-get-names):
30249 * mail/rmail.el (rmail-convert-to-babyl-format):
30250 * mail/rmailsum.el (rmail-make-basic-summary-line)
30251 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
30252 (rmail-summary-goto-msg):
30253 * mail/smtpmail.el (smtpmail-read-response):
30254 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
30255 (ange-ftp-vms-add-file-entry):
30256 * play/gametree.el (gametree-looking-at-ply)
30257 (gametree-current-branch-score):
30258 * progmodes/ada-xref.el (ada-prj-find-prj-file)
30259 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
30260 * progmodes/cperl-mode.el (condition-case):
30261 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
30262 (ebrowse-set-member-buffer-column-width)
30263 (ebrowse-select-1st-to-9nth):
30264 * progmodes/etags.el (etags-snarf-tag):
30265 * progmodes/flymake.el (flymake-parse-line):
30266 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
30267 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
30268 (idlwave-shell-menu-def):
30269 * progmodes/ps-mode.el (ps-run-goto-error):
30270 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
30271 (vhdl-speedbar-contract-level):
30272 * term/mac-win.el (x-handle-numeric-switch):
30273 * term/sun-mouse.el (sun-get-frame-data):
30274 * term/w32-win.el (x-handle-numeric-switch):
30275 * term/x-win.el (x-handle-numeric-switch):
30276 * textmodes/ispell.el (ispell-parse-output):
30277 * textmodes/nroff-mode.el (nroff-outline-level):
30278 * textmodes/reftex-cite.el (reftex-bib-sort-year)
30279 (reftex-bib-sort-year-reverse, reftex-format-citation):
30280 * textmodes/reftex-parse.el (reftex-init-section-numbers)
30281 (reftex-section-number):
30282 * textmodes/texinfmt.el (texinfo-paragraphindent):
30283 Replace `string-to-int' by `string-to-number'.
30284
30285 * international/latexenc.el: Add page marker to force the "Local
30286 Variables:" string out of the last page.
30287
30288 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
30289
30290 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
30291 tooltip-change-major-mode.
30292 (gud-tooltip-print-command): Remove case where gud-minor-mode
30293 is gdb ("--fullname").
30294 (gud-tooltip-tips): Turn GUD tooltips off for this case and
30295 explain to user.
30296
30297 2005-05-16 Jay Belanger <belanger@truman.edu>
30298
30299 * calc/calc-store.el (calc-copy-special-constant): New function.
30300
30301 * calc/calc-ext.el (calc-init-extensions): Add binding for
30302 `calc-copy-special-constant'.
30303
30304 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
30305 for the `calc-copy-special-constant' command.
30306
30307 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
30308
30309 * subr.el (left-fringe-p): New function.
30310
30311 * progmodes/compile.el (compilation-setup): Set local value of
30312 overlay-arrow-string to "" always.
30313 (compilation-set-window): Left fringe then don't scroll.
30314 No left fringe then no arrow and scroll message to top.
30315 (compilation-context-lines): Adjust doc string accordingly.
30316
30317 2005-05-16 Kim F. Storm <storm@cua.dk>
30318
30319 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
30320 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
30321 (ido-wide-find-dir-or-delete-dir): New command for M-d.
30322 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
30323 (ido-read-file-name): Handle commands with ido property value
30324 equal to find-file as reading a file name, to allow C-d to enter dired.
30325 (ibuffer-find-file): Add ido property with value find-file.
30326
30327 2005-05-15 Kim F. Storm <storm@cua.dk>
30328
30329 * subr.el (open-network-stream-nowait): Remove.
30330 (open-network-stream-server): Remove.
30331
30332 2005-05-15 Richard M. Stallman <rms@gnu.org>
30333
30334 * faces.el (describe-face): Output a definition link button.
30335
30336 * help-mode.el (help-face-def): New button type.
30337
30338 * emacs-lisp/copyright.el (copyright-fix-years):
30339 Match properly if the first year is 2-digit.
30340 Don't mess up the whitespace after the years by filling.
30341
30342 * dired-aux.el (dired-mark-confirm):
30343 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
30344
30345 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
30346 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
30347 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
30348
30349 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30350 Set font-lock-comment-start-skip.
30351
30352 * font-lock.el (font-lock-comment-start-skip): New variable.
30353 (font-lock-comment-end-skip): New variable.
30354 (font-lock-fontify-syntactically-region): Use them if non-nil.
30355
30356 2005-05-15 Jay Belanger <belanger@truman.edu>
30357
30358 * calc/calc-store.el (calc-store-value): Return a string rather
30359 than display it as a message.
30360 Use calc-var-name for variable name.
30361 (calc-store-into): Add the result of calc-store-value to message.
30362 (calc-copy-variable): Add a message.
30363 (calc-store-exchange): Improve error messages.
30364 (calc-store-binary, calc-store-map): Don't reset the values of
30365 special constants.
30366
30367 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
30368
30369 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
30370 manual to docstring.
30371
30372 * files.el (hack-local-variables-confirm): Add STRING argument.
30373 Make the function handle non file visiting buffers correctly.
30374 (hack-local-variables-prop-line, hack-local-variables)
30375 (hack-one-local-variable): Use STRING arg of
30376 `hack-local-variables-confirm'.
30377
30378 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
30379
30380 Sync with Tramp 2.0.49.
30381
30382 * net/tramp.el (tramp-handle-dired-call-process)
30383 (tramp-handle-insert-directory):`insert-buffer' cannot be used
30384 because the contents of the Tramp buffer is changed before
30385 insertion (`expand-file' and alike).
30386 (tramp-handle-insert-directory): If `localname' has an empty
30387 nondirectory name, it must not be quoted.
30388 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
30389 variable `tramp-chunksize'. Change callees.
30390 (tramp-open-connection-setup-interactive-shell): Check remote host
30391 for buggy `send-process-string' implementation.
30392 Set `tramp-chunksize' if found. Reported by Michael Kifer
30393 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
30394 (tramp-handle-shell-command): `insert-buffer' cannot be used
30395 because the contents of the Tramp buffer is changed before
30396 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
30397 <frederic.bothamy@free.fr>.
30398 (tramp-set-auto-save): Actions should be done for Tramp file name
30399 handler only. Ange-FTP has its own auto-save mechanism.
30400 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
30401 (tramp-set-auto-save-file-modes): Set file modes of
30402 `buffer-auto-save-file-name' to ?\600 as fallback solution.
30403 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
30404 (tramp-bug): Remove obsolete variable.
30405 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
30406 for presence of `mml-mode'. Make it running for older Emacsen as well.
30407
30408 2005-05-14 John Paul Wallington <jpw@pobox.com>
30409
30410 * ibuf-ext.el (define-ibuffer-filter filename):
30411 If `dired-directory' is a list, use its car.
30412
30413 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
30414
30415 * ibuffer.el (define-ibuffer-column filename):
30416 If `dired-directory' is a list, use its car.
30417
30418 2005-05-14 Richard M. Stallman <rms@gnu.org>
30419
30420 * subr.el (symbol-file): Doc fix.
30421
30422 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
30423 (byte-compile-form): Call byte-compile-nogroup-warn.
30424 (byte-compile-warning-types): Doc fix.
30425
30426 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
30427
30428 * progmodes/cc-engine.el (c-literal-faces):
30429 Add font-lock-comment-delimiter-face.
30430
30431 * net/net-utils.el (dig): Use with-no-warnings.
30432
30433 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
30434 (sc-recite-frame-alist, sc-default-cite-frame)
30435 (sc-default-uncite-frame, sc-default-recite-frame)
30436 (sc-attrib-selection-list, sc-rewrite-header-list):
30437 Mark as risky-local-variable.
30438
30439 * international/ogonek.el (ogonek-jak, ogonek-how):
30440 Don't use beginning-of-buffer.
30441
30442 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
30443
30444 * calendar/solar.el (solar-data-list): Move definition up.
30445
30446 * dnd.el (dnd-protocol-alist): Add autoload.
30447
30448 * progmodes/sh-script.el: Many doc usage fixes.
30449 (sh-indent-after-do): Change default to match common styles.
30450
30451 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
30452
30453 * files.el (interpreter-mode-alist)
30454 (auto-mode-interpreter-regexp): Doc fixes.
30455
30456 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
30457
30458 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
30459
30460 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
30461
30462 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
30463
30464 * dired.el (dired-mode): make-variable-buffer-local =>
30465 make-local-variable.
30466
30467 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30468
30469 * term/mac-win.el (mac-select-convert-to-string): Try coding
30470 systems in mac-script-code-coding-systems if specified one cannot
30471 encode string for `com.apple.traditional-mac-plain-text'.
30472
30473 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
30474
30475 * progmodes/make-mode.el (makefile-targets-face)
30476 (makefile-shell-face, makefile-makepp-perl-face): New faces.
30477 (makefile-dependency-regex): Fix it to not make the colon in
30478 $(var:a=b) special.
30479 (makefile-rule-action-regex): New regexp for highlighting embedded
30480 Shell strings.
30481 (makefile-macroassign-regex): Handle != for highlighting as
30482 embedded Shell strings.
30483 (makefile-var-use-regex): New const.
30484 (makefile-statements, makefile-automake-statements)
30485 (makefile-gmake-statements, makefile-makepp-statements)
30486 (makefile-bsdmake-statements): New consts.
30487 (makefile-make-font-lock-keywords): New function.
30488 (makefile-automake-font-lock-keywords)
30489 (makefile-gmake-font-lock-keywords)
30490 (makefile-makepp-font-lock-keywords)
30491 (makefile-bsdmake-font-lock-keywords): New consts.
30492 (makefile-mode-map): Add switchers between the various submodes.
30493 (makefile-mode): Document the availability of the variants.
30494 (makefile-automake-mode, makefile-gmake-mode)
30495 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
30496
30497 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
30498 new variants of makefile-mode.
30499
30500 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
30501
30502 * font-lock.el (font-lock-comment-delimiter-face): Fix up
30503 the inheritance.
30504
30505 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
30506
30507 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
30508 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
30509
30510 * files.el (normal-mode): Extend the scope of the
30511 `enable-local-variables' binding to include the `set-auto-mode' call.
30512 (magic-mode-alist): Doc fix.
30513
30514 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
30515
30516 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
30517 font-lock-comment-face rather than copying its setting.
30518
30519 2005-05-12 Andreas Schwab <schwab@suse.de>
30520
30521 * eshell/esh-mode.el (eshell-send-input): Doc fix.
30522
30523 2005-05-12 Lute Kamstra <lute@gnu.org>
30524
30525 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
30526 defcustom for the mode hook variable. Delete the last argument.
30527 * generic-x.el: Fix callers of define-generic-mode.
30528 (generic-x-modes): Delete group.
30529 (show-tabs-tab-face, show-tabs-space-face): Put them in the
30530 generic-x customization group.
30531
30532 2005-05-12 Kim F. Storm <storm@cua.dk>
30533
30534 * font-lock.el (font-lock-negation-char-face): Default to "off".
30535
30536 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
30537 font-lock-negation-char-face to ! in !=.
30538
30539 2005-05-12 Masatake YAMATO <jet@gyve.org>
30540
30541 * add-log.el (find-change-log): Fix typos in the docstring
30542 of function.
30543
30544 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
30545
30546 * international/latexenc.el (latexenc-find-file-coding-system):
30547 Avoid `re-search-forward' when looking for input encoding because
30548 of speed and safety. Better regular expressions for recognizing
30549 input encoding. Limit a search for TeX-master/tex-main-file to
30550 the local variable section.
30551
30552 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
30553
30554 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
30555 syntax of $ to "'" (quote).
30556
30557 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
30558
30559 * dnd.el (dnd-protocol-alist): Improve custom type.
30560
30561 * dired.el (dired-dnd-protocol-alist): New variable.
30562 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
30563 `dired-mode-hook' to the end.
30564
30565 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
30566
30567 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
30568 comment-end if comment-start-skip is not set.
30569 Obey the font-lock-comment-delimiter-face variables.
30570
30571 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
30572
30573 * files.el (executable-find): Move from executable.el. Use
30574 locate-file.
30575 * progmodes/executable.el (executable-find): Move to files.el.
30576
30577 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
30578 when trying to ensure forward progress.
30579
30580 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
30581
30582 * mouse-sel.el (mouse-sel-follow-link-p): New function.
30583 (mouse-select, mouse-select-internal, mouse-extend-internal):
30584 Use it to implement mouse-1-click-follows-link functionality.
30585
30586 2005-05-11 Richard M. Stallman <rms@gnu.org>
30587
30588 * font-lock.el (font-lock-fontify-syntactically-region):
30589 Use font-lock-comment-delimiter-face for comment delimiters.
30590
30591 2005-05-10 Jay Belanger <belanger@truman.edu>
30592
30593 * calc/calc-help.el (calc-m-prefix-help): Add mention of
30594 preserving embedded modes.
30595
30596 2005-05-10 Richard M. Stallman <rms@gnu.org>
30597
30598 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
30599
30600 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
30601 Move from ada-stmt.el.
30602 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
30603
30604 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
30605 Move to ada-mode.el.
30606 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
30607
30608 * cus-edit.el (custom-file): Call file-chase-links.
30609
30610 * files.el (read-directory-name): Fix previous change.
30611 (hack-local-variables-confirm): New function.
30612 (hack-local-variables-prop-line, hack-local-variables)
30613 (hack-one-local-variable): Use it.
30614
30615 2005-05-10 Lute Kamstra <lute@gnu.org>
30616
30617 * font-lock.el (font-lock-keywords-alist)
30618 (font-lock-removed-keywords-alist): Clarify docstrings.
30619
30620 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
30621
30622 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
30623 (gdb-source-info): Check for preprocessor info.
30624 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
30625 a macro for a function.
30626 (gdb-info-breakpoints-custom): Try to find file again if not already
30627 found (user might have used GDB dir command).
30628 (gdb-get-location): Update gdb-location-alist correctly for change
30629 to gdb-info-breakpoints-custom.
30630
30631 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
30632 (gud-tooltip-print-command): Add gdbmi case.
30633 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
30634 preprocessor info.
30635
30636 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
30637
30638 * startup.el (fancy-splash-insert): Fix typo in doc string.
30639
30640 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
30641
30642 * obsolete/float.el (string-to-float):
30643 * obsolete/hilit19.el (hilit-add-pattern):
30644 * obsolete/rnews.el (news-parse-range, news-select-message)
30645 (news-get-pruned-list-of-files): Replace `string-to-int' by
30646 `string-to-number'.
30647
30648 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
30649 `find-file-not-found-hooks'; use `add-hook'.
30650 (uncompress-while-visiting): Set `write-file-functions', not
30651 `write-file-hooks'; use `add-hook'.
30652
30653 2005-05-09 Kim F. Storm <storm@cua.dk>
30654
30655 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
30656 (cua-paste): Handle clipboard action.
30657 (cua--init-keymaps): Remap clipboard-kill-region and
30658 clipboard-kill-ring-save.
30659
30660 2005-05-08 Eli Zaretskii <eliz@gnu.org>
30661
30662 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30663 Improve commentary.
30664
30665 * simple.el (next-error-overlay-arrow-position): Revert the change
30666 made on 2005-04-30.
30667
30668 2005-05-07 Jay Belanger <belanger@truman.edu>
30669
30670 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
30671 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
30672 `calc-sel-reselect'.
30673
30674 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
30675 Calc is in embedded mode.
30676
30677 2005-05-07 Eli Zaretskii <eliz@gnu.org>
30678
30679 * progmodes/compile.el (compilation-setup):
30680 Set overlay-arrow-string to an empty string on text terminals.
30681
30682 * textmodes/ispell.el (ispell-program-name): Try looking for
30683 "aspell" along exec-path, and if found, use it as the default
30684 speller program.
30685
30686 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
30687
30688 * international/mule.el (sgml-xml-auto-coding-function):
30689 Recognize encoding='FOO' in single quotes as well as in double quotes.
30690
30691 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
30692
30693 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
30694 as well as `interactive', so that defmacro* would recognize
30695 `declare' forms.
30696
30697 2005-05-07 Eli Zaretskii <eliz@gnu.org>
30698
30699 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30700 Explain more about the LIGHTER arg's usage in the doc string.
30701 Add commentary to clarify what the code does. Fix the regexp that
30702 strips whitespace from LIGHTER. Quote LIGHTER before using it,
30703 since it could have characters special to regular expressions.
30704
30705 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
30706
30707 * replace.el (occur-1): Bind inhibit-read-only so that
30708 erase-buffer doesn't barf on read-only text properties (likewise
30709 for add-text-properties in occur-engine). Mark buffer as unmodified.
30710 (occur-engine): Don't set buffer-read-only here.
30711
30712 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
30713
30714 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
30715 list-buffers-directory. This caused the *cvs-commit* buffer to be
30716 sometimes mistakenly reused as a *cvs* buffer.
30717
30718 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
30719
30720 * tooltip.el: Move code for GUD tooltips into gud.el.
30721 (require): CL no longer needed to compile case.
30722 (tooltip-mode): Do not toggle functions for GUD tooltips.
30723 (tooltip-gud-tips-p): Remove. Replace with minor mode
30724 gud-tooltip-mode in gud.el.
30725 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
30726 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
30727 tooltip-gud prefix with gud-tooltip and obsolete.
30728 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
30729 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
30730 (tooltip-mouse-motion): Mouse movement functions/variable.
30731 Rename in gud.el by adding gud prefix.
30732 (tooltip-gud-original-filter, tooltip-gud-dereference)
30733 (tooltip-gud-event, tooltip-toggle-gud-tips)
30734 (tooltip-gud-process-output, tooltip-gud-print-command)
30735 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
30736 gud.el by replacing tooltip-gud prefix with gud-tooltip.
30737 (gdb-tooltip-print): Move to gdb-ui.el.
30738
30739 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
30740 (require): CL needed to compile case.
30741 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
30742 tooltip-gud-tips-p. Make it a minor-mode.
30743 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
30744 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
30745 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
30746 (gud-tooltip-change-major-mode)
30747 (gud-tooltip-activate-mouse-motions-if-enabled)
30748 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
30749 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
30750 (gud-tooltip-original-filter, gud-tooltip-dereference)
30751 (gud-tooltip-event, tooltip-toggle-gud-tips)
30752 (gud-tooltip-process-output, gud-tooltip-print-command)
30753 (gud-tooltip-tips): Move from tooltip.el.
30754
30755 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
30756 (gdb-cpp-define-alist-flags): Doc fix.
30757 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
30758 gud-tooltip-mode is t.
30759
30760 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
30761
30762 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
30763 evaporate if their text is deleted.
30764 (goto-address-at-point): Make it work as a mouse binding as well.
30765 (goto-address-at-mouse): Obsolete it. Update users.
30766
30767 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
30768
30769 * calendar/appt.el (top-level): No longer activate on load.
30770
30771 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
30772
30773 * calendar/cal-bahai.el (mark-bahai-diary-entries):
30774 * net/webjump.el (webjump):
30775 * progmodes/idlw-help.el (idlwave-do-context-help1)
30776 (idlwave-highlight-linked-completions):
30777 * textmodes/po.el (po-find-file-coding-system-guts):
30778 Replace `assoc-ignore-case' by `assoc-string'.
30779
30780 2005-05-06 Eli Zaretskii <eliz@gnu.org>
30781
30782 * files.el (locate-file): Doc fix.
30783
30784 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
30785 Remove the redundant test for ms-dos.
30786
30787 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
30788 look for the preprocessor with exec-suffixes. If not found in
30789 standard places, look in exec-path. Remove most of the tests that
30790 used system-type.
30791
30792 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
30793
30794 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
30795
30796 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
30797 file-name clash with jka-compr.el on 8+3 filesystems.
30798
30799 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30800
30801 * term/mac-win.el: Don't define or bind scroll bar functions if
30802 x-toolkit-scroll-bars is t.
30803 (x-select-text, x-get-selection-value): Clear
30804 x-last-selected-text-clipboard if x-select-enable-clipboard is
30805 nil.
30806 (PRIMARY): Put mac-scrap-name property.
30807 (mac-select-convert-to-file-url): New function.
30808 (public.file-url): New selection target type. Add to
30809 selection-converter-alist.
30810 (x-get-selection, x-selection-value): Handle it.
30811 (x-cut-buffer-or-selection-value): New alias.
30812
30813 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
30814
30815 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
30816 entry to avoid calling bibtex-find-entry with arg global
30817 being t. Remove arg key.
30818 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
30819 (bibtex-copy-summary-as-kill): Change accordingly.
30820
30821 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
30822
30823 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
30824 (org-agenda-date-later): Use with-current-buffer.
30825
30826 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
30827
30828 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
30829 (define-obsolete-variable-alias): Doc Fixes.
30830
30831 2005-05-06 Kim F. Storm <storm@cua.dk>
30832
30833 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
30834 vertical-motion when selective-display is active.
30835
30836 * ido.el (ido-setup-hook): New hook.
30837 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
30838 (ido-input-stack): New var.
30839 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
30840 ido-next-work-file binding to M-O.
30841 Bind M-f to ido-wide-find-file-or-pop-dir.
30842 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
30843 (ido-read-internal): Run ido-setup-hook.
30844 Catch quit in read-file-name and read-string to cancel edit.
30845 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
30846 Automatically pop-all when completing a directory name (RET).
30847 (ido-file-internal): Add with-no-warnings around ffap and dired code.
30848 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
30849 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
30850 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
30851 New functions for M-b/M-f to move among the directory components.
30852 (ido-make-merged-file-list): Catch quit to cancel merge.
30853 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
30854 (ido-completion-help): No warnings for ido-completion-buffer-full.
30855
30856 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
30857
30858 * font-lock.el (font-lock-negation-char-face): New face and variable.
30859 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
30860 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
30861 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
30862 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
30863
30864 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
30865
30866 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
30867 Fix typo in docstring.
30868
30869 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
30870 (ebrowse-print-statistics-line)
30871 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
30872
30873 * term/w32-win.el (image-library-alist): Add additional name for
30874 Xpm library.
30875
30876 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
30877
30878 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
30879 use gcc instead of cpp.
30880
30881 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
30882 (gdb-create-define-alist): Use it.
30883 (gdb-cpp-define-alist-program): Update for MS-DOS.
30884
30885 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
30886
30887 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
30888
30889 2005-05-04 Richard M. Stallman <rms@gnu.org>
30890
30891 * help.el (describe-key): No error when UNTRANSLATED is nil.
30892
30893 * simple.el (line-move-1): Fix previous change to signal errors
30894 appropriately.
30895
30896 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
30897
30898 * calendar/icalendar.el (icalendar-version): Now at 0.12.
30899 (icalendar-duration-correction): Remove.
30900 (icalendar--get-event-properties): Split result at commas.
30901 (icalendar--decode-isoduration): New optional argument
30902 DURATION-CORRECTION.
30903 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
30904 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
30905 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
30906 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
30907 (icalendar--convert-anniversary-to-ical): New functions, extracted
30908 from icalendar-export-region, with bug fixes.
30909 (icalendar-export-region): Use the above functions.
30910 (icalendar-import-buffer): Check before saving diary file.
30911 (icalendar--convert-recurring-to-diary)
30912 (icalendar--convert-non-recurring-all-day-to-diary)
30913 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
30914 extracted from icalendar--convert-ical-to-diary, with bug fixes.
30915 (icalendar--convert-ical-to-diary): Use the above functions.
30916
30917 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
30918
30919 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
30920 Remove these recent additions.
30921 (c-mode): Restore to before 2005-04-28.
30922
30923 * progmodes/cc-vars.el (cc-define-list-program): Remove this
30924 recent addition.
30925
30926 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
30927 (gdb-define-alist): New variables.
30928 (gdb-create-define-alist): New function.
30929 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
30930 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
30931 with string-to-number.
30932 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
30933
30934 * progmodes/gud.el: Replace string-to-int with string-to-number.
30935 (gud-find-file): Handle gdb-define-alist.
30936
30937 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
30938
30939 2005-05-02 Jay Belanger <belanger@truman.edu>
30940
30941 * calc/calc-aent.el (math-read-token):
30942 * calc/calc-bin.el (calc-word-size):
30943 * calc/calc-ext.el (calc-read-number-fancy):
30944 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
30945 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
30946 * calc/calc-frac.el (calc-over-notation):
30947 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
30948 (calc-graph-num-points, calc-graph-init):
30949 * calc/calc-prog.el (calc-read-parse-table-part)
30950 (calc-edit-macro-repeats):
30951 * calc/calc-yank.el (calc-do-grab-rectangle):
30952 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
30953 Replace `string-to-int' by `string-to-number'.
30954
30955 2005-05-02 Kim F. Storm <storm@cua.dk>
30956
30957 * kmacro.el: Use executing-kbd-macro-index variable.
30958
30959 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
30960
30961 * net/rlogin.el (rlogin-parse-words): Delete func.
30962 (rlogin): Use split-string, not rlogin-parse-words.
30963 Also, if there are option-like elements in the parsed args,
30964 take the host to be the first arg immediately following them.
30965 Suggested by Michael Mauger.
30966
30967 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
30968
30969 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
30970
30971 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
30972
30973 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
30974 (cc-mode-cpp-program): Rename to cc-define-list-program and
30975 move to cc-vars.el.
30976
30977 * progmodes/cc-vars.el (cc-define-list-program):
30978 Change to "gcc -E -dM -". Make customizable.
30979
30980 2005-05-02 Kim F. Storm <storm@cua.dk>
30981
30982 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
30983
30984 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
30985
30986 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
30987
30988 * international/mule-util.el (truncate-string): Remove alias and
30989 obsolete declaration.
30990
30991 * international/mule-cmds.el (update-iso-coding-systems):
30992 Remove alias and obsolete declaration.
30993
30994 * international/mule.el (coding-system-parent): Remove alias and
30995 obsolete declaration.
30996
30997 * subr.el (define-function, sref): Remove aliases and obsolete
30998 declarations.
30999 (chars-in-region): Remove obsolete declaration.
31000
31001 2005-05-01 Richard M. Stallman <rms@gnu.org>
31002
31003 * info.el (Info-mode): Set widen-automatically to nil, locally.
31004
31005 * simple.el (widen-automatically): New variable.
31006 (pop-global-mark): Obey widen-automatically.
31007
31008 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
31009
31010 * term/xterm.el (function-key-map): Call substitute-key-definition
31011 before the keymap size is increased by a lot of define-key calls.
31012
31013 2005-05-01 Richard M. Stallman <rms@gnu.org>
31014
31015 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
31016 Rename ARG to ELEMENT. Doc fix.
31017
31018 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
31019
31020 * allout.el (allout-exposure): Remove macro and obsolete declaration.
31021 Remove references to allout-exposure/change to allout-new-exposure.
31022
31023 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
31024 bytecode symbols.
31025
31026 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
31027 (compiled-function-p, focus-frame, unfocus-frame):
31028 Remove aliases and obsolete declarations.
31029 Back out inadvertent changes from previous commit.
31030
31031 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
31032
31033 * files.el (require-final-newline): Make Custom tags consistent
31034 with mode-require-final-newline.
31035 (mode-require-final-newline): Doc fix.
31036
31037 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
31038
31039 * international/latexenc.el (latexenc-find-file-coding-system):
31040 Fix regular expressions.
31041
31042 2005-05-01 David Kastrup <dak@gnu.org>
31043
31044 * international/latexenc.el (latexenc-find-file-coding-system):
31045 Fix regular expressions.
31046
31047 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
31048
31049 * subr.el (string-to-int): Make obsolete.
31050
31051 2005-04-30 Richard M. Stallman <rms@gnu.org>
31052
31053 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
31054
31055 * loadup.el: load jka-comp-hook.
31056
31057 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
31058 (jka-compr-handler): Add autoload. `put' calls moved
31059 to jka-comp-hook.el.
31060 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
31061 (jka-compr-inhibit): Autoload.
31062
31063 * jka-comp-hook.el: New file.
31064 Enable the mode by default.
31065
31066 * files.el (backup-buffer-copy): Use copy-file instead
31067 of write-region, and put back the 'excl.
31068
31069 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
31070
31071 * progmodes/flymake.el (flymake-split-string)
31072 (flymake-split-string, flymake-log, flymake-pid-to-names)
31073 (flymake-reg-names, flymake-get-source-buffer-name)
31074 (flymake-unreg-names, flymake-add-line-err-info)
31075 (flymake-add-err-info): Clarify docstrings.
31076 (flymake-popup-menu, flymake-make-emacs-menu)
31077 (flymake-make-xemacs-menu): Add docstrings.
31078 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
31079 Set variables directly throughout.
31080
31081 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
31082
31083 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
31084 exists. Initialize cc-define-alist.
31085 (c-mode): Add cc-create-define-alist locally to after-save-hook.
31086 If there is no file (Macroexpansion) don't create an alist.
31087
31088 2005-04-29 Sam Steingold <sds@gnu.org>
31089
31090 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
31091 (cc-create-define-alist): Use it instead of the hard-coded string.
31092
31093 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
31094
31095 * international/mule-conf.el (file-coding-system-alist): Fix regexp
31096 for latexenc.
31097
31098 2005-04-29 Lute Kamstra <lute@gnu.org>
31099
31100 * emacs-lisp/generic.el: Improve commentary section.
31101 (define-generic-mode): Improve docstring.
31102
31103 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
31104
31105 * textmodes/org.el (many places): Change to quiet the byte compiler.
31106 (org-prefix-format-compiled): New variable.
31107 (org-compile-prefix-format): New function.
31108 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
31109 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
31110 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
31111 (org-get-entries-from-diary): Use `org-get-time-of-day' for
31112 consistency with entries from `org-mode' files.
31113 (org-get-time-of-day): Fix bug with partial matches early in a line.
31114 (org-non-link-chars): New constant.
31115 (org-link-regexp): Respect `org-non-link-chars'.
31116 (org-agenda-day-view): Remove command.
31117 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
31118 (org-follow-bbdb-link, org-store-link): Search also company field.
31119 (org-highlight-overlay): New variable.
31120 (org-highlight, org-unhighlight): New functions.
31121 (org-agenda-mode): Add pre-command-hook to remove highlight.
31122 (org-evaluate-time-range): Behavior depends upon whether time stamp
31123 contains a time or not.
31124 (org-show-subtree, org-show-entry): New functions.
31125 (org-agenda-cleanup-fancy-diary): Remove empty lines.
31126
31127 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
31128
31129 * comint.el (comint-output-filter-functions): Add autoload cookie.
31130
31131 2005-04-28 Kim F. Storm <storm@cua.dk>
31132
31133 * ido.el (ido-everywhere): Fix last change.
31134
31135 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
31136
31137 * international/latexenc.el: New file.
31138 * international/mule-conf.el (file-coding-system-alist): For .tex,
31139 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
31140
31141 2005-04-28 Lute Kamstra <lute@gnu.org>
31142
31143 * font-lock.el (font-lock-add-keywords)
31144 (font-lock-remove-keywords): Clarify docstring.
31145 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
31146 Don't start docstrings with a `*'.
31147 (font-lock-update-removed-keyword-alist): Give it a docstring.
31148
31149 * generic-x.el: Update commentary section.
31150 Only require font-lock when compiling.
31151 Define all modes conditionally.
31152 Place all generic modes in the generic-x-modes customization group.
31153 (generic-x-modes): New customization group.
31154 (generic-default-modes, generic-mswindows-modes)
31155 (generic-unix-modes, generic-other-modes): New constants.
31156 (generic-define-mswindows-modes, generic-define-unix-modes):
31157 Update docstrings. Make them obsolete.
31158 (generic-extras-enable-list): New default value. Update docstring.
31159 Improve :type. Change :set function.
31160 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
31161 Fix docstring.
31162
31163 * emacs-lisp/generic.el (generic-mode-internal):
31164 Simplify font-lock-defaults.
31165 (define-generic-mode): Fix docstring.
31166
31167 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
31168
31169 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
31170 font-lock-face property to highlight matches.
31171
31172 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
31173
31174 * progmodes/cc-mode.el (cc-create-define-alist): New function.
31175 (cc-define-alist): New variable.
31176 (c-mode): Make it local and initialize it.
31177
31178 * progmodes/gdb-ui.el (gdb-active-process): New variable.
31179 (gdb-exited): New function.
31180 (gdb-annotation-rules): Use it.
31181 (gdb-starting): Set gdb-active-process to t.
31182 (gdb-stopping): Amend doc string.
31183 (gdb-reset): Set gdb-active-process to nil.
31184
31185 * tooltip.el (tooltip-gud-tips): Show the associated #define
31186 directives when a C program under GDB is not executing.
31187
31188 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
31189
31190 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
31191 font-lock-fontify-syntactic-keywords.
31192
31193 * font-lock.el (font-lock-default-fontify-region): Don't force
31194 parse-sexp-lookup-properties to nil.
31195
31196 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
31197
31198 * man.el (man-mode-syntax-table): Set up `:' to have
31199 word-constituent syntax.
31200
31201 2005-04-27 Lute Kamstra <lute@gnu.org>
31202
31203 * novice.el (disable-command): Don't add spurious newlines to the
31204 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
31205
31206 2005-04-26 Jay Belanger <belanger@truman.edu>
31207
31208 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
31209 than one window before deleting window.
31210
31211 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
31212
31213 * shell.el (shell-prompt-pattern): Doc fix.
31214 (shell-mode): Set paragraph-separate buffer locally to "\\'".
31215
31216 * comint.el (comint-prompt-regexp, comint-get-old-input)
31217 (comint-use-prompt-regexp)
31218 (comint-use-prompt-regexp-instead-of-fields)
31219 (comint-replace-by-expanded-history, comint-send-input)
31220 (comint-output-filter, comint-get-old-input-default)
31221 (comint-line-beginning-position, comint-bol, comint-show-output)
31222 (comint-backward-matching-input, comint-forward-matching-input)
31223 (comint-next-prompt, comint-previous-prompt):
31224 Rename `comint-use-prompt-regexp-instead-of-fields' to
31225 `comint-use-prompt-regexp'. Keep old name as alias and declare
31226 obsolete.
31227 (comint-use-prompt-regexp): Shorten first line of doc string.
31228
31229 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
31230 Set paragraph-separate buffer locally to "\\'".
31231
31232 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
31233 Adapt to above name change.
31234
31235 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
31236 (smbclient-prompt-regexp): Ditto.
31237
31238 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
31239
31240 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
31241
31242 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
31243 gdb-location-list.
31244 Break lines that are over 80 characters wide.
31245
31246 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
31247
31248 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
31249 New fun and var, to preserve compatibility.
31250
31251 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
31252
31253 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
31254
31255 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
31256 name to file-newer-than-file-p.
31257
31258 2005-04-26 Richard M. Stallman <rms@gnu.org>
31259
31260 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
31261
31262 * progmodes/python.el (python-mode):
31263 Use new name eldoc-documentation-function.
31264
31265 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
31266
31267 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31268 (eldoc-documentation-function):
31269 Rename from eldoc-print-current-symbol-info-function. Calls changed.
31270
31271 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
31272
31273 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
31274
31275 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
31276
31277 * term/xterm.el (function-key-map): Fix strings for
31278 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
31279 {C,S,A,C-S}-{f1-f12}.
31280
31281 2005-04-26 Kenichi Handa <handa@m17n.org>
31282
31283 * international/mule-cmds.el (select-safe-coding-system):
31284 Fix previous change.
31285
31286 2005-04-26 Lute Kamstra <lute@gnu.org>
31287
31288 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
31289
31290 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
31291 (font-lock-comment-delimiter-face): Ditto.
31292
31293 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
31294
31295 2005-04-25 Jay Belanger <belanger@truman.edu>
31296
31297 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
31298 to t while inserting information; use help-mode.
31299
31300 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
31301
31302 * term.el (ansi-term-color-vector): Use the xterm colors.
31303 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
31304
31305 2005-04-25 Lute Kamstra <lute@gnu.org>
31306
31307 * font-core.el (font-lock-defaults): Fix docstring.
31308
31309 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
31310
31311 2005-04-25 Kenichi Handa <handa@m17n.org>
31312
31313 * international/mule-cmds.el (select-safe-coding-system):
31314 Don't check consistency with coding: spec, etc if raw-text or
31315 no-conversion was found to be safe.
31316
31317 2005-04-24 Richard M. Stallman <rms@gnu.org>
31318
31319 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
31320 citation markers at start of each line.
31321
31322 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
31323 citation markers at start of each line.
31324
31325 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
31326
31327 * files.el (mode-require-final-newline): Fix previous change.
31328 (require-final-newline): Fix type label.
31329
31330 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
31331
31332 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
31333 statement in buffer (broken by 2004-11-24 change).
31334
31335 2005-04-24 Kim F. Storm <storm@cua.dk>
31336
31337 * ido.el (ido-everywhere): Save and restore old read-buffer-function
31338 and read-file-name-function values. Don't overwrite existing
31339 non-nil values if ido-mode is enabled without ido-everywhere.
31340
31341 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
31342
31343 * files.el (mode-require-final-newline): Minor doc fix.
31344
31345 2005-04-24 Eli Zaretskii <eliz@gnu.org>
31346
31347 * subr.el (syntax-after): Doc fix.
31348 (syntax-class): If argument is nil, return nil. Mask off upper 16
31349 bits, not 8 bits.
31350
31351 * files.el (mode-require-final-newline): Doc fix.
31352 (backup-buffer-copy): Fix last change.
31353
31354 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31355
31356 * term/mac-win.el: Require select. Set selection-coding-system to
31357 mac-system-coding-system. Call menu-bar-enable-clipboard.
31358 (x-last-selected-text-clipboard, x-last-selected-text-primary)
31359 (x-select-enable-clipboard): New variables.
31360 (x-select-text, x-get-selection, x-selection-value)
31361 (x-get-selection-value, mac-select-convert-to-string)
31362 (mac-services-open-file, mac-services-open-selection)
31363 (mac-services-insert-text): New functions.
31364 (CLIPBOARD, FIND): Put mac-scrap-name property.
31365 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
31366 (public.tiff): Put mac-ostype property.
31367 (selection-converter-alist): Add entries for them.
31368 (mac-application-menu-map): New keymap.
31369 (interprogram-cut-function, interprogram-paste-function): Set to
31370 x-select-text and x-get-selection-value, respectively.
31371 (split-window-keep-point): Set to t.
31372
31373 2005-04-23 Richard M. Stallman <rms@gnu.org>
31374
31375 * files.el (read-directory-name): Always pass non-nil
31376 DEFAULT-FILENAME arg to read-file-name.
31377 (backup-buffer-copy, basic-save-buffer-2): Take care against
31378 writing thru an unexpected existing symlink.
31379 (revert-buffer): In indirect buffer, revert the base buffer.
31380 (magic-mode-alist): Doc fix.
31381 (buffer-stale-function): Doc fix.
31382 (minibuffer-with-setup-hook): Avoid warning.
31383 (mode-require-final-newline): Doc and custom fix.
31384
31385 * follow.el (follow-end-of-buffer): Use with-no-warnings.
31386
31387 * font-lock.el (font-lock-comment-face): On terminals with few colors,
31388 use the default appearance.
31389 (font-lock-comment-delimiter-face): New face, new variable.
31390
31391 * imenu.el (imenu--generic-function): The official position of a
31392 definition is the start of the line that BEG is in.
31393
31394 * midnight.el (midnight-timer): Move defvar up.
31395
31396 * mouse.el (mouse-drag-region-1): Delete some debugging code.
31397
31398 * saveplace.el (save-place-to-alist): Use with-no-warnings.
31399
31400 * startup.el (command-line): Use with-no-warnings.
31401
31402 * window.el (window-size-fixed): New defvar.
31403
31404 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
31405
31406 * mail/rmail.el (rmail-font-lock-keywords):
31407 Use font-lock-comment-delimiter-face.
31408
31409 * mail/sendmail.el (mail-font-lock-keywords):
31410 Use font-lock-comment-delimiter-face.
31411
31412 * progmodes/compile.el (next-error-highlight-timer): New defvar.
31413
31414 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
31415
31416 * progmodes/compile.el (compilation-mode-font-lock-keywords):
31417 Specify t for LAXMATCH when matching directories.
31418 Save match data around compilation-compat-error-properties form.
31419
31420 2005-04-23 David Kastrup <dak@gnu.org>
31421
31422 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
31423 Mention that the autoloaded aliases should be kept for AUCTeX.
31424
31425 2005-04-23 Andreas Schwab <schwab@suse.de>
31426
31427 * isearch.el (isearch-forward): Doc fix.
31428
31429 2005-04-23 Eli Zaretskii <eliz@gnu.org>
31430
31431 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
31432 (jit-lock-stealth-nice): Change default value to 0.5.
31433
31434 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
31435
31436 * abbrev.el (write-abbrev-file): Write table entries in
31437 alphabetical order by table name.
31438
31439 2005-04-22 Kim F. Storm <storm@cua.dk>
31440
31441 * ido.el (ido-read-internal): Fix `list' completion.
31442
31443 2005-04-22 Kenichi Handa <handa@m17n.org>
31444
31445 * recentf.el (recentf-save-file-coding-system): New variable.
31446 (recentf-save-list): Encode the file by
31447 recentf-save-file-coding-system and add coding: tag.
31448
31449 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
31450
31451 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
31452
31453 2005-04-21 Lute Kamstra <lute@gnu.org>
31454
31455 * loadhist.el (unload-feature): Don't remove a function from hooks
31456 if it is about to be restored to an autoload . Remove functions
31457 that will become unbound from auto-mode-alist. Simplify the code.
31458
31459 * subr.el (assq-delete-all): New implementation that is linear,
31460 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
31461 (rassq-delete-all): New function.
31462
31463 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31464 Add size-indication-mode.
31465
31466 2005-04-21 Kenichi Handa <handa@m17n.org>
31467
31468 * international/mule-cmds.el: Add autoload for widget-value in
31469 eval-when-compile.
31470
31471 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
31472
31473 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31474 Add tooltip-mode.
31475
31476 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
31477
31478 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
31479
31480 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
31481 (inferior-lisp-filter-regexp, inferior-lisp-program)
31482 (inferior-lisp-load-command, inferior-lisp-prompt)
31483 (inferior-lisp-mode-hook, lisp-source-modes)
31484 (inferior-lisp-load-hook): defvar->defcustom.
31485 (inferior-lisp-program, inferior-lisp-prompt)
31486 (inferior-lisp-load-hook): Doc fixes.
31487 (inferior-lisp-install-letter-bindings): Small change in
31488 introductory comment.
31489
31490 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
31491
31492 * vc.el (vc-annotate-color-map): Change some colors so that text
31493 using them as foreground is readable on both white and black
31494 backgrounds.
31495
31496 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
31497
31498 * international/mule-conf.el (translation-table-for-input):
31499 Remove redundant declaration.
31500
31501 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
31502
31503 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
31504
31505 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
31506 (tooltip-toggle-gud-tips): New function.
31507
31508 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31509
31510 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
31511 right angle brackets.
31512
31513 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
31514
31515 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
31516
31517 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
31518
31519 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
31520 Remove. Update callers to use expand-file-name instead.
31521
31522 * subr.el (syntax-class): New function.
31523
31524 * simple.el (blink-matching-open): Use it.
31525
31526 * paren.el (show-paren-function): Use it to recognize parens that are
31527 also used in 2-char comment markers.
31528
31529 2005-04-19 Lute Kamstra <lute@gnu.org>
31530
31531 * loadhist.el (unload-feature): Update for new format of
31532 load-history. Simplify the code.
31533
31534 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31535
31536 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
31537 (mac-add-charset-info): New function. Initialize variable
31538 mac-charset-info-alist using it.
31539 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
31540 for translation.
31541 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
31542 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
31543 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
31544 New CCL programs.
31545
31546 2005-04-19 Kim F. Storm <storm@cua.dk>
31547
31548 * simple.el (next-buffer, prev-buffer, next-error)
31549 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31550 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
31551
31552 * bindings.el (next-buffer, prev-buffer, next-error)
31553 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31554 (clone-indirect-buffer-other-window): Move bindings from simple.el.
31555 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
31556 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
31557
31558 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
31559
31560 * isearch.el (isearch-edit-string): Make the search-ring available for
31561 minibuffer history commands.
31562 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
31563 the default history commands now work just as well.
31564 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
31565
31566 2005-04-18 Kim F. Storm <storm@cua.dk>
31567
31568 * emulation/cua-base.el (cua--pre-command-handler): Add more
31569 elaborate check for shift modifier on non-window systems.
31570
31571 2005-04-18 Lars Hansen <larsh@math.ku.dk>
31572
31573 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
31574
31575 2005-04-18 Kim F. Storm <storm@cua.dk>
31576
31577 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
31578 and make it optional. Don't test tooltip-gud-echo-area here.
31579 (tooltip-gud-process-output, gdb-tooltip-print):
31580 Pass tooltip-gud-echo-area to tooltip-show.
31581 (tooltip-help-tips): Remove second optional arg to tooltip-show.
31582
31583 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31584
31585 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
31586 `display-graphic-p' may not be bound yet.
31587
31588 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
31589
31590 * startup.el (command-line): No longer enable Xterm Mouse mode by
31591 default in terminals compatible with xterm.
31592
31593 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
31594
31595 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
31596
31597 * tooltip.el (tooltip-gud-echo-area): Rename from
31598 tooltip-use-echo-area.
31599 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
31600 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
31601 area independently of where help tooltips are displayed.
31602
31603 2005-04-17 David Kastrup <dak@gnu.org>
31604
31605 * cus-theme.el (custom-theme-write-variables): Quote variables
31606 where necessary.
31607
31608 2005-04-17 Richard M. Stallman <rms@gnu.org>
31609
31610 * simple.el (yank-excluded-properties): Add follow-link to value.
31611
31612 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
31613
31614 * startup.el (fancy-splash-max-time): Just 30 seconds.
31615 (fancy-splash-delay): Just 7.
31616 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
31617
31618 * loadhist.el (unload-feature): Update for new format of load-history.
31619 Simplify the code.
31620
31621 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
31622 (rmail-font-lock-keywords): Don't fontify the text of a citation.
31623
31624 * mail/sendmail.el (mail-font-lock-keywords):
31625 Don't fontify subject text.
31626 Don't fontify the text of a citation.
31627
31628 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
31629
31630 * comint.el (comint-output-filter): Run comint-output-filter-functions
31631 with point where the user had it.
31632
31633 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
31634
31635 * international/ucs-tables.el (ucs-set-table-for-input):
31636 Disable when using unify-on-decoding.
31637
31638 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
31639
31640 * emulation/cua-base.el (cua-global-mark-face): Add special case
31641 for displays supporting a high number of colors.
31642
31643 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
31644
31645 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
31646
31647 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
31648
31649 * filesets.el (filesets-add-buffer): If user supplies a name of a
31650 non-existing fileset, create a new fileset.
31651
31652 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
31653
31654 * textmodes/org.el (org-up-heading-all): Fix bug with
31655 `outline-up-heading-all'.
31656
31657 2005-04-16 Andreas Schwab <schwab@suse.de>
31658
31659 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
31660 /etc/permissions.d/* and /etc/aliases.d/*.
31661
31662 2005-04-16 Kenichi Handa <handa@m17n.org>
31663
31664 * international/code-pages.el (cp-make-coding-system):
31665 Set `translation-table-for-input' property value to the symbol
31666 ucs-mule-to-mule-unicode, not to that value.
31667 (pt154): Escape guillemet by `\'.
31668
31669 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
31670
31671 * loadup.el: Load tooltip if x-show-tip is fboundp.
31672
31673 * startup.el (command-line): Add comment.
31674
31675 * tooltip.el (tooltip-mode): Specify correct standard value for
31676 Custom in init-value.
31677
31678 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
31679
31680 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
31681 possible.
31682
31683 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
31684
31685 * textmodes/org.el (org-agenda-date-prompt): Rename from
31686 `org-agenda-date-today'.
31687 (org-evaluate-time-range): Insert at point instead of directly
31688 after time range.
31689 (org-first-headline-recenter, org-subtree-end-visible-p)
31690 (org-optimize-window-after-visibility-change): New functions
31691 (org-agenda-post-command-hook): Don't allow point at end of line,
31692 to make sure it always hits the text properties.
31693 (org-agenda-next-date-line, org-agenda-previous-date-line):
31694 New commands.
31695 (org-set-regexps-and-options): Category may contain white space.
31696 (org-agenda-get-deadlines, org-agenda-get-scheduled):
31697 Improve marker positions.
31698 (org-agenda-new-marker): Argument POS made optional.
31699 (org-agenda-get-timestamps): Deadlines which are done are listed
31700 in org-done-face now.
31701 (org-agenda-get-todos, org-agenda-get-timestamps)
31702 (org-agenda-get-deadlines, org-agenda-get-scheduled):
31703 Set `undone-face' and `done-face' properties.
31704 (org-last-todo-state-is-todo): New variable.
31705 (org-todo): Set `org-last-todo-state-is-todo'.
31706 (org-agenda-todo): Change face according to
31707 `org-last-todo-state-is-todo'. And change other lines referring to
31708 the same entry.
31709 (org-calendar-goto-agenda): New command.
31710 (org-calendar-to-agenda-key): New option.
31711 (org-startup-folded): New allowed value `content'.
31712 (org-set-regexps-and-options): Accept new value `content' for
31713 `org-startup-folded'.
31714 (org-get-current-options): Handle new value `content' for
31715 `org-startup-folded'.
31716 (org-insert-todo-heading): New command.
31717 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
31718 interactively in empty file and option
31719 `org-insert-mode-line-in-empty-file' has been set.
31720 (org-agenda-todo, org-agenda-priority): Modify to use
31721 `org-agenda-change-all-lines'.
31722 (org-warning-face): Change color on dark background.
31723
31724 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31725
31726 * international/mule-cmds.el (set-locale-environment): On Mac OS,
31727 use preferences AppleLocale and AppleLanguages, and variable
31728 mac-system-locale for default locale. On Mac OS Classic, use
31729 mac-system-coding-system for default coding systems.
31730
31731 * term/mac-win.el: Don't set file-name-coding-system.
31732 Decode variables system-name, emacs-build-system, user-login-name, and
31733 user-full-name by mac-system-coding-system on Mac OS Classic.
31734 (mac-system-coding-system): New variable.
31735
31736 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
31737
31738 * startup.el (command-line): Handle `xterm-mouse-mode' before
31739 reading init file.
31740
31741 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
31742
31743 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
31744
31745 * progmodes/sh-script.el (sh-here-document-word): Make it a
31746 defcustom. Doc fix.
31747 (sh-add): Bash uses $(( )) for arithmetic.
31748 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
31749 (sh-maybe-here-document): Remove quotes and leading whitespace
31750 from heredoc word when closing. Indent heredoc with tabs if word
31751 starts with "-".
31752
31753 2005-04-13 Richard M. Stallman <rms@gnu.org>
31754
31755 * simple.el (undo): Fix previous change.
31756
31757 * custom.el (defface): Doc fix.
31758
31759 2005-04-13 Lute Kamstra <lute@gnu.org>
31760
31761 * Makefile.in (DONTCOMPILE): Remove list.
31762 (compile, compile-always): Don't use DONTCOMPILE.
31763 (update-authors): Load the library in which batch-update-authors
31764 is defined.
31765 * makefile.w32-in (DONTCOMPILE): Remove list.
31766 (compile, compile-always): Fix comments.
31767 (update-authors): Load the library in which batch-update-authors
31768 is defined.
31769
31770 * generic-x.el (generic-mode-ini-file-find-file-hook):
31771 Rename to ini-generic-mode-find-file-hook.
31772 Keep generic-mode-ini-file-find-file-hook as an alias.
31773 (ini-generic-mode-find-file-hook): Rename from
31774 generic-mode-ini-file-find-file-hook. Fix docstring.
31775 (ini-generic-mode): Docstring change.
31776 (bat-generic-mode-run-as-comint): Silence the byte compiler.
31777
31778 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
31779 called from lisp.
31780
31781 * generic.el: Move to the emacs-lisp subdir.
31782
31783 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
31784
31785 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
31786 and C-S- function and cursor motion keys.
31787
31788 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
31789
31790 * startup.el (command-line): Enable Xterm Mouse mode by default.
31791 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
31792 for Custom. No longer show "Mouse" in mode line when enabled.
31793 Doc fix.
31794
31795 2005-04-12 Kim F. Storm <storm@cua.dk>
31796
31797 * emulation/cua-base.el (cua-rectangle-face)
31798 (cua-rectangle-noselect-face): Define face attributes here.
31799
31800 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
31801
31802 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31803
31804 * startup.el (command-line): Turn off blinking cursor if
31805 cursorBlink in resources is off or false.
31806
31807 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31808
31809 * term/mac-win.el (dnd): Require dnd.
31810 (mac-drag-n-drop): Call dnd-handle-one-url.
31811 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
31812 (kTextEncodingISOLatin2): Remove constants.
31813 (mac-script-code-coding-systems): New constant.
31814 (mac-handle-language-change): New function.
31815 (special-event-map): Bind it to `language-change' event.
31816 (mac-centraleurroman, mac-cyrillic): New coding systems.
31817 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
31818 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
31819 and mac-cyrillic-encoder to encode-mac-centraleurroman and
31820 encode-mac-cyrillic, respectively.
31821
31822 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31823
31824 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
31825 Don't set overlay-arrow-string to "=>" as this is done
31826 globally in C now.
31827
31828 2005-04-12 Lute Kamstra <lute@gnu.org>
31829
31830 * generic-x.el (rc-generic-mode, rul-generic-mode):
31831 Fix auto-mode-alist entries.
31832 (etc-fstab-generic-mode): Tweak fontification.
31833
31834 * generic.el (generic-make-keywords-list): Fix docstring.
31835 (generic-mode-internal): Simplify generic-font-lock-keywords.
31836
31837 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
31838
31839 * whitespace.el (whitespace-buffer-leading)
31840 (whitespace-buffer-trailing): Revert the incorrect test inversion.
31841 However, fix the highlight area for the leading and
31842 trailing whitespaces to show space.
31843
31844 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
31845
31846 * whitespace.el (whitespace-version): Bump to 3.5.
31847
31848 (whitespace-buffer-leading, whitespace-buffer-trailing):
31849 Invert sense of the test to highlight the whitespace.
31850
31851 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31852
31853 * progmodes/gud.el (gud-display-line): GUD uses its own
31854 overlay arrow now so don't set overlay-arrow-string.
31855 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
31856
31857 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
31858
31859 * term.el (term-ansi-current-bold, term-ansi-current-underline)
31860 (term-ansi-current-reverse, term-ansi-current-invisible)
31861 (term-ansi-face-already-done): Change to boolean.
31862 (term-reset-terminal, term-handle-colors-array): Handle the above
31863 vars accordingly.
31864 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
31865 (term-emulate-terminal): Use the new name.
31866
31867 * faces.el (secondary-selection): Use yellow1, not yellow.
31868 (trailing-whitespace): Use red1, not red.
31869
31870 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31871
31872 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
31873 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
31874 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
31875
31876 * cus-edit.el (dnd): New group.
31877
31878 * term/w32-win.el (dnd): Require dnd
31879 (w32-drag-n-drop): Call dnd-handle-one-url.
31880
31881 * x-dnd.el: Require dnd.
31882 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
31883 Call dnd-handle-one-url.
31884 (x-dnd-types-alist, x-dnd-insert-utf8-text)
31885 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
31886 to dnd-insert-text.
31887 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
31888 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
31889 (x-dnd-get-local-file-name, x-dnd-open-local-file)
31890 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
31891
31892 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
31893
31894 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
31895
31896 * wdired.el: Doc fixes.
31897 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
31898 (wdired-use-dired-vertical-movement): Rename from
31899 wdired-always-move-to-filename-beginning.
31900 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
31901 (wdired-change-to-wdired-mode): Change mode name.
31902 (wdired-newline): Delete.
31903
31904 2005-04-11 Richard M. Stallman <rms@gnu.org>
31905
31906 * whitespace.el (whitespace-highlight-the-space):
31907 Don't call whitespace-unhighlight-the-space here.
31908
31909 * simple.el (undo): Record t in undo-equiv-table
31910 for the redo record made by an undo-in-region.
31911
31912 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31913
31914 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
31915 (gdb-frame-inferior-io-buffer): New Functions to control
31916 display of separate IO buffer.
31917 (menu): Add them to menu-bar.
31918 (gdb-display-buffer): Check for buffer another frame.
31919 Protect GUD buffer.
31920 (gdb-setup-windows): Create IO buffer if not already there.
31921 (gdb-memory-mode): Remove purecopy noops.
31922
31923 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
31924
31925 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
31926 and pass to self-insert-command.
31927
31928 2005-04-11 Lute Kamstra <lute@gnu.org>
31929
31930 * generic.el: Commentary section cleanup.
31931 (generic): Delete.
31932 (generic-use-find-file-hook, generic-lines-to-scan)
31933 (generic-find-file-regexp, generic-ignore-files-regexp)
31934 (default-generic-mode, generic-mode-find-file-hook)
31935 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
31936 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
31937 (generic-use-find-file-hook, generic-lines-to-scan)
31938 (generic-find-file-regexp, generic-ignore-files-regexp)
31939 (default-generic-mode, generic-mode-find-file-hook)
31940 (generic-mode-ini-file-find-file-hook): Move from generic.el.
31941
31942 2005-04-10 Karl Fogel <kfogel@red-bean.com>
31943
31944 * bookmark.el (bookmark-write-file): Catch errors writing file.
31945 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
31946
31947 2005-04-10 Richard M. Stallman <rms@gnu.org>
31948
31949 * startup.el (fancy-splash-tail): Update copyright year.
31950 (command-line): Split part of -Q into -D.
31951 (emacs-basic-display): New defvar.
31952 (fancy-splash-text): Correct name of menu item.
31953
31954 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
31955
31956 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
31957 lines in one node.
31958
31959 * comint.el (comint-send-input): New arg ARTIFICIAL.
31960 Callers in this file changed.
31961
31962 * abbrev.el (define-abbrevs): Read system abbrevs properly.
31963
31964 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
31965
31966 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
31967
31968 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
31969 `ldap-search-internal'.
31970
31971 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
31972
31973 * files.el (set-auto-mode-1): Use line-end-position.
31974
31975 * international/latin-1.el:
31976 * international/latin-2.el:
31977 * international/latin-3.el:
31978 * international/latin-4.el:
31979 * international/latin-5.el:
31980 * international/latin-8.el:
31981 * international/latin-9.el: Give punctuation syntax to NBSP.
31982
31983 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
31984 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
31985 Use char-classes to accept non-ascii letters, accepted in some recent
31986 bibtex implementations.
31987
31988 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
31989
31990 * custom.el (custom-set-minor-mode): Any non-nil value for the
31991 variable should enable the mode when set through Custom.
31992
31993 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
31994
31995 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
31996 TAB binding so tab-always-indent is obeyed.
31997 (vhdl-minibuffer-local-map): Move initialization into declaration.
31998 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
31999 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
32000 (vhdl-hooked-abbrev): Avoid test for XEmacs.
32001 (vhdl-current-line): Use line-beginning-position.
32002 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
32003 with-output-to-temp-buffer, so the current position can be recorded.
32004
32005 2005-04-10 Masatake YAMATO <jet@gyve.org>
32006
32007 * progmodes/compile.el (compilation-error-regexp-alist-alist):
32008 Add regexp for gcov.
32009
32010 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
32011
32012 * calendar/time-date.el (time-to-seconds, seconds-to-time)
32013 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
32014 syntax which Emacs 20 doesn't support.
32015
32016 2005-04-09 Richard M. Stallman <rms@gnu.org>
32017
32018 * help.el (describe-key-briefly, describe-key):
32019 Replace strings as event types with "(any string)".
32020
32021 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
32022
32023 * arc-mode.el (archive-mode-map): Move initialization into
32024 the declaration. Override *all* bindings of `undo'.
32025 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
32026
32027 2005-04-09 Jay Belanger <belanger@truman.edu>
32028
32029 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
32030
32031 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
32032
32033 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
32034 (xterm-register-default-colors): Update color values computation
32035 to match xterm-200.
32036
32037 2005-04-09 Kenichi Handa <handa@m17n.org>
32038
32039 * international/code-pages.el (iso-latin-7): Fix the map.
32040
32041 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
32042
32043 * emacs-lisp/lisp.el (defun-prompt-regexp)
32044 (parens-require-spaces, buffer-end, end-of-defun)
32045 (insert-parentheses): Doc fixes.
32046
32047 2005-04-08 Kim F. Storm <storm@cua.dk>
32048
32049 * comint.el (comint-highlight-prompt): Fix face spec.
32050 * hi-lock.el (hi-green): Likewise.
32051
32052 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
32053
32054 * cus-edit.el (custom-modified-face):
32055 * comint.el (comint-highlight-input): Fix previous changes.
32056 * term.el (term-handle-ansi-escape): Add a comment.
32057
32058 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
32059
32060 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
32061 in the buffer and in whitespace-highlighted-space.
32062 (whitespace-unhighlight-the-space): Simplify.
32063 (whitespace-buffer): Simplify.
32064
32065 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
32066
32067 * textmodes/table.el (table-cell-face): Add special case for
32068 displays supporting a high number of colors.
32069 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
32070 (vhdl-font-lock-reserved-words-face)
32071 (vhdl-speedbar-architecture-face)
32072 (vhdl-speedbar-instantiation-face)
32073 (vhdl-speedbar-architecture-selected-face)
32074 (vhdl-speedbar-instantiation-selected-face): Likewise.
32075 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
32076 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
32077 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
32078 (ebrowse-root-class-face, ebrowse-member-attribute-face)
32079 (ebrowse-progress-face): Likewise.
32080 * progmodes/compile.el (compilation-info-face): Likewise.
32081 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
32082 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
32083 * calendar/calendar.el (diary-face): Likewise.
32084 * woman.el (woman-italic-face, woman-bold-face)
32085 (woman-unknown-face): Likewise.
32086 * wid-edit.el (widget-button-pressed-face): Likewise.
32087 * whitespace.el (whitespace-highlight-face): Likewise.
32088 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
32089 * pcvs-info.el (cvs-marked-face): Likewise.
32090 * info.el (info-xref): Likewise.
32091 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
32092 * hilit-chg.el (highlight-changes-face)
32093 (highlight-changes-delete-face): Likewise.
32094 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
32095 (hi-red-b): Likewise.
32096 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
32097 * font-lock.el (font-lock-keyword-face)
32098 (font-lock-function-name-face, font-lock-warning-face): Likewise.
32099 * cus-edit.el (custom-invalid-face, custom-modified-face)
32100 (custom-set-face, custom-changed-face, custom-variable-tag-face)
32101 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
32102 * comint.el (comint-highlight-prompt): Likewise.
32103
32104 2005-04-08 Lute Kamstra <lute@gnu.org>
32105
32106 * font-lock.el (font-lock-keywords): Docstring fixes.
32107
32108 2005-04-08 Kenichi Handa <handa@m17n.org>
32109
32110 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
32111 chars are more than a limit, print " and more..." at the tail.
32112
32113 2005-04-08 Kim F. Storm <storm@cua.dk>
32114
32115 * emacs-lisp/authors.el (authors-aliases): Update list.
32116 (authors-ignored-files): New list.
32117 (authors-fixed-entries): Fix typo.
32118 (authors-renamed-files-alist): Update list.
32119 (authors-add): Check authors-ignored-files.
32120
32121 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
32122
32123 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
32124 optional, to ensure backward compatibility.
32125
32126 2005-04-08 Stephen Eglen <stephen@gnu.org>
32127
32128 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
32129
32130 2005-04-08 Kim F. Storm <storm@cua.dk>
32131
32132 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
32133
32134 * mouse.el (mouse-on-link-p): Doc fix.
32135
32136 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
32137
32138 * ielm.el (ielm-prompt-read-only): Doc fix.
32139
32140 * comint.el (comint-prompt-read-only): Doc fix.
32141
32142 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
32143
32144 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
32145 ensure dired always handles wildcards passed to ffap.
32146 (find-file-at-point): Use it.
32147 (ffap-dired-wildcards): Doc fix.
32148
32149 2005-04-07 Juri Linkov <juri@jurta.org>
32150
32151 * simple.el (next-error-overlay-arrow-position): New defvar.
32152 Put "=>" on its property `overlay-arrow-string'. Add it to
32153 `overlay-arrow-variable-list'.
32154
32155 * progmodes/compile.el (compilation-setup):
32156 Set `next-error-overlay-arrow-position' to nil. Also set it to
32157 nil in the local hook `kill-buffer-hook'. Make local variable
32158 `overlay-arrow-string' and set it to "=>".
32159 (compilation-goto-locus): Set BOL position to
32160 `next-error-overlay-arrow-position' instead of
32161 `overlay-arrow-position'.
32162
32163 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
32164 locally instead of adding it to the global hook.
32165 (Info-kill-buffer): Move up.
32166
32167 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
32168
32169 * term/xterm.el (xterm-standard-colors): Update color values from
32170 xterm-200.
32171
32172 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
32173
32174 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
32175
32176 * fast-lock.el:
32177 * lazy-lock.el: Move them to the obsolete subdir.
32178
32179 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32180
32181 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
32182 (wdired-add-replace-advice): Remove.
32183 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
32184
32185 2005-04-06 Kim F. Storm <storm@cua.dk>
32186
32187 * startup.el (command-line): Add --bare-bones alias for -Q.
32188
32189 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32190
32191 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
32192 create the startup fontset if a font specification ends with
32193 `mac-roman'.
32194
32195 2005-04-06 Lute Kamstra <lute@gnu.org>
32196
32197 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
32198 change.
32199
32200 * emacs-lisp/copyright.el (copyright-update-year): Replace the
32201 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
32202
32203 2005-04-05 Lute Kamstra <lute@gnu.org>
32204
32205 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
32206 (define-generic-mode): Ditto. Fix debug declaration.
32207
32208 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
32209 Put them in the generic-x group.
32210
32211 * calendar/timeclock.el (timeclock): Doc fix.
32212
32213 * generic.el (define-generic-mode): Don't use custom-current-group.
32214 Document default :group value.
32215 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
32216 (define-global-minor-mode): Don't use custom-current-group.
32217
32218 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
32219
32220 * startup.el (command-line-1): Display startup-echo-area-message
32221 when fancy splash screen is in use.
32222
32223 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
32224 (sh-escaped-newline): New face.
32225 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
32226 newline, and use sh-escaped-newline face.
32227
32228 * progmodes/tcl.el (tcl-escaped-newline): New face.
32229 (tcl-builtin-list): New variable.
32230 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
32231 newlines. Fix keywords subexpression number.
32232
32233 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
32234
32235 * textmodes/org.el (org-diary-default-entry): Fix call to
32236 `add-to-diary-entry'.
32237
32238 2005-04-05 Kim F. Storm <storm@cua.dk>
32239
32240 * ediff-init.el: Use (featurep 'xemacs).
32241
32242 2005-04-05 David Ponce <david@dponce.com>
32243
32244 * cus-edit.el (face): Derive from symbol widget. Display sample
32245 of the current face on the fly.
32246 (widget-face-sample-face-get, widget-face-notify): New functions.
32247 (widget-face-value-create): Remove.
32248
32249 * wid-edit.el (widget-field-end): Temporarily remove field
32250 narrowing before to call `get-char-property'.
32251
32252 2005-04-04 Jay Belanger <belanger@truman.edu>
32253
32254 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
32255 (math-read-subscripts): New variable.
32256 (math-read-preprocess-string): Process subscripts.
32257
32258 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
32259
32260 * comint.el (comint-prompt-read-only): Doc fix.
32261
32262 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
32263 `-1'. Doc fix.
32264
32265 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
32266
32267 * textmodes/org.el (org-insert-mode-line-in-empty-file):
32268 Change default value to nil.
32269
32270 2005-04-04 Lute Kamstra <lute@gnu.org>
32271
32272 * autorevert.el (auto-revert-mode): Specify :group.
32273 * battery.el (display-battery-mode): Specify :group.
32274 * diff-mode.el (diff-minor-mode): Specify :group.
32275 * font-core.el (font-lock-mode): Specify :group.
32276 * hl-line.el (hl-line-mode): Specify :group.
32277 * iimage.el (iimage): New customization group.
32278 (iimage-mode): Specify :group.
32279 * longlines.el (longlines-mode): Specify :group.
32280 * master.el: Don't require easy-mmode.
32281 (master): New customization group.
32282 (master-mode): Specify :group.
32283 * msb.el (msb-mode): Specify :group.
32284 * reveal.el (reveal-mode): Specify :group.
32285 * simple.el (next-error-follow-minor-mode): Specify :group.
32286 * smerge-mode.el (smerge-mode): Specify :group.
32287 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
32288 * emulation/cua-base.el (cua-mode): Specify :group.
32289 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
32290 * language/thai-util.el (thai-auto-composition-mode)
32291 (thai-word-mode): Specify :group.
32292 * mail/supercite.el (sc-minor-mode): Specify :group.
32293 * progmodes/cwarn.el (cwarn-mode): Specify :group.
32294 * progmodes/flymake.el (flymake-mode): Specify :group.
32295 * progmodes/glasses.el (glasses-mode): Specify :group.
32296 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
32297 * textmodes/enriched.el (enriched-mode): Specify :group.
32298 * textmodes/refill.el (refill-mode): Specify :group.
32299
32300 * add-log.el (change-log-font-lock-keywords): Names in
32301 parenthesized lists can contain spaces.
32302
32303 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
32304
32305 * startup.el (fancy-splash-text): Shorten default text of
32306 "Emacs Tutorial" line. Also, if the current language env
32307 indicates an available tutorial file other than TUTORIAL,
32308 extract its title and append it to the line in parentheses.
32309 (fancy-splash-insert): If arg is a thunk, funcall it.
32310
32311 2005-04-04 Jay Belanger <belanger@truman.edu>
32312
32313 * calc.el (calc-language-alist): Add tags to customization type.
32314
32315 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
32316
32317 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
32318 Doc fix.
32319
32320 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
32321
32322 * add-log.el (change-log-font-lock-keywords): The manual
32323 describing a Change Log entry, says: (...) "Aside from these
32324 header lines, every line in the change log starts with a space or
32325 a tab.". The font-lock was not highlighting lines started with
32326 spaces, added support for it.
32327
32328 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32329
32330 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
32331 (bibtex-generate-url-list): Update docstring accordingly. Put the
32332 complex example in the docstring.
32333 (bibtex-font-lock-url): Use pop.
32334
32335 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
32336
32337 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
32338
32339 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
32340
32341 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
32342
32343 * filesets.el (filesets-set-default): Doc fix.
32344
32345 2005-04-03 Lute Kamstra <lute@gnu.org>
32346
32347 * generic.el (define-generic-mode): Add argument to specify
32348 keywords for defcustom.
32349 (default-generic-mode): Specify :group.
32350
32351 * generic-x.el: Specify :group for all generic modes.
32352
32353 * desktop.el (desktop-no-desktop-file-hook)
32354 (desktop-after-read-hook): Doc fix.
32355
32356 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
32357
32358 * simple.el (visible-mode): Use explicit :group keyword.
32359 This changes the group of `visible-mode-hook' from paren-blinking
32360 to editing-basics.
32361
32362 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
32363
32364 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
32365 mailbox specifications as well as URLs.
32366 (rmail-insert-inbox-text): Remove unused conditional branches.
32367
32368 2005-04-01 Jay Belanger <belanger@truman.edu>
32369
32370 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
32371 (calc-gnuplot-print-command): Move definitions to calc.el.
32372
32373 * calc/calc-embed.el (calc-embedded-announce-formula)
32374 (calc-embedded-open-formula, calc-embedded-close-formula)
32375 (calc-embedded-open-word, calc-embedded-close-word)
32376 (calc-embedded-open-plain, calc-embedded-close-plain)
32377 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
32378 (calc-embedded-open-mode, calc-embedded-close-mode):
32379 Move definitions to calc.el.
32380
32381 * calc/calc.el (calc-settings-file, calc-language-alist):
32382 Make customizable.
32383 (calc-embedded-announce-formula, calc-embedded-open-formula)
32384 (calc-embedded-close-formula, calc-embedded-open-word)
32385 (calc-embedded-close-word, calc-embedded-open-plain)
32386 (calc-embedded-close-plain, calc-embedded-open-new-formula)
32387 (calc-embedded-close-new-formula, calc-embedded-open-mode)
32388 (calc-embedded-close-mode, calc-gnuplot-name)
32389 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
32390 from other files and make customizable.
32391
32392 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
32393
32394 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
32395 Use buffer-live-p.
32396 (cvs-mode-run): Don't call cvs-update-header here.
32397 (cvs-run-process): Call cvs-update-header.
32398 Use process properties for cvs-postprocess and cvs-buffer so that
32399 the sentinel can behave better if the temp buffer is killed.
32400 Use a pipe rather than a tty, to better handle unexpected prompts.
32401 (cvs-sentinel): Rewrite. Call cvs-update-header.
32402
32403 2005-04-01 Andre Spiegel <spiegel@gnu.org>
32404
32405 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
32406 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
32407
32408 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
32409
32410 * generic.el (define-generic-mode): Add indentation rule.
32411
32412 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
32413
32414 * files.el (mode-require-final-newline): Make Custom correctly
32415 report a nil value and allow to set it to nil via Custom.
32416 Doc fix.
32417
32418 2005-04-01 Kenichi Handa <handa@m17n.org>
32419
32420 * international/characters.el: Enable the correct case setting for
32421 dotless-i and dotted-I.
32422
32423 2005-04-01 Kim F. Storm <storm@cua.dk>
32424
32425 * ido.el (ido-file-internal): Fall back to non-ido command if
32426 initial directory is on slow ftp (or tramp) host.
32427
32428 2005-03-31 Richard M. Stallman <rms@gnu.org>
32429
32430 * emacs-lisp/autoload.el (make-autoload):
32431 Handle define-global-minor-mode.
32432
32433 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
32434 Rename from easy-mmode-define-global-mode.
32435 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
32436
32437 * progmodes/scheme.el (scheme-mode-syntax-table):
32438 Update syntax of | and # for two-character comment syntax.
32439
32440 2005-03-31 Lute Kamstra <lute@gnu.org>
32441
32442 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
32443 (define-minor-mode): Call custom-current-group at load-time.
32444
32445 * generic.el (define-generic-mode): Add debug declaration.
32446 Add defcustom for the mode hook.
32447 (generic-mode-internal): Use run-mode-hooks.
32448
32449 2005-03-31 Kim F. Storm <storm@cua.dk>
32450
32451 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
32452 (mouse-fixup-help-message): New defun called by show_help_echo
32453 to fixup mouse-2 prefix in help messages when applicable.
32454
32455 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
32456
32457 2005-03-31 Kenichi Handa <handa@m17n.org>
32458
32459 * language/thai-word.el (thai-find-word-ends): Pay attention to
32460 the case that we reach the end of buffer.
32461
32462 * textmodes/fill.el (fill-text-properties-at): New function.
32463 (fill-newline): Use fill-text-properties-at instead of
32464 text-properties-at.
32465
32466 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
32467
32468 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
32469 not comint-quote-filename.
32470
32471 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
32472
32473 * help-fns.el (help-with-tutorial): Revert last change.
32474
32475 2005-03-31 Kim F. Storm <storm@cua.dk>
32476
32477 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
32478
32479 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
32480
32481 * calendar/cal-china.el: Update reference to "Calendrical
32482 Calculations" book; there's a new edition.
32483 * calendar/cal-coptic.el: Likewise.
32484 * calendar/cal-french.el: Likewise.
32485 * calendar/cal-hebrew.el: Likewise.
32486 * calendar/cal-islam.el: Likewise.
32487 * calendar/cal-iso.el: Likewise.
32488 * calendar/cal-julian.el: Likewise.
32489 * calendar/cal-mayan.el: Likewise.
32490 * calendar/cal-persia.el: Likewise.
32491 * calendar/calendar.el: Likewise.
32492 * calendar/holidays.el: Likewise.
32493 * calendar/lunar.el: Likewise.
32494 * calendar/solar.el: Likewise.
32495
32496 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
32497 white space from doc string.
32498
32499 2005-03-30 Jay Belanger <belanger@truman.edu>
32500
32501 * calc/calc-help.el (calc-full-help): Remove email address.
32502
32503 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
32504
32505 * help-fns.el (help-with-tutorial): Delete title line.
32506
32507 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
32508
32509 * calendar/cal-x.el (calendar-one-frame-setup)
32510 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
32511 rather than `symbol' for set-window-dedicated-p.
32512
32513 * calendar/appt.el (appt-buffer-name): Make it a constant.
32514 (appt-add): Doc fix.
32515
32516 * filesets.el (filesets-menu-path, filesets-menu-before)
32517 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
32518 (filesets-menu-cache-file): Use directory ~/.emacs.d.
32519 (filesets-add-submenu): Delete and use add-submenu instead.
32520
32521 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
32522
32523 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
32524 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
32525 (org-diary-default-entry): New function.
32526 (org-get-entries-from-diary): Better parsing of diary entries.
32527 (org-agenda-check-no-diary): New function.
32528 ("diary-lib"): Advice to function `add-to-diary-list', to allow
32529 linking to diary entries.
32530 (org-agenda-execute-calendar-command): New function.
32531 (org-agenda): Improve visible section in window.
32532 Use `org-fit-agenda-window'.
32533 (org-fit-agenda-window): New option.
32534 (org-move-subtree-down): Better handling of empty lines
32535 at end of subtree.
32536 (org-cycle): Numeric prefix is interpreted now as show-subtree N
32537 levels up.
32538 (org-fontify-done-headline): New option.
32539 (org-headline-done-face): New face.
32540 (org-set-font-lock-defaults): Use `org-headline-done-face'.
32541 (org-table-copy-down): Rename from `org-table-copy-from-above'.
32542 When current field is non-empty, it is copied to next row.
32543 (org-table-copy-from-above): Fix bug which made it
32544 impossible to copy fields containing only a single non-white character.
32545
32546 2005-03-30 Kim F. Storm <storm@cua.dk>
32547
32548 * kmacro.el (kmacro-end-macro): Isearch may store this command
32549 into the macro -- so ignore it when executing keyboard macro.
32550
32551 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
32552
32553 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
32554
32555 2005-03-29 Kenichi Handa <handa@m17n.org>
32556
32557 * language/thai.el ("Thai"): Set setup-function and exit-function
32558 for Thai language environment.
32559
32560 * language/thai-util.el: Require thai-word.
32561 (thai-word-mode-map): New variable.
32562 (thai-word-mode): New minor mode.
32563 (setup-thai-language-environment-internal): New function.
32564 (exit-thai-language-environment-internal): New function.
32565
32566 * language/thai-word.el (thai-word-table): Declare it by defvar,
32567 use dolist to initialize it.
32568 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
32569 (thai-fill-find-break-point): New functions.
32570
32571 2005-03-29 Richard M. Stallman <rms@gnu.org>
32572
32573 * simple.el (idle-update-delay): Move definition up.
32574 (set-mark): Doc fix.
32575
32576 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
32577
32578 * longlines.el: New file.
32579
32580 * simple.el (buffer-substring-filters): New variable.
32581 (filter-buffer-substring): New function.
32582 (kill-region, copy-region-as-kill): Use it.
32583
32584 * register.el (copy-to-register, append-to-register)
32585 (prepend-to-register): Use filter-buffer-substring.
32586
32587 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
32588
32589 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
32590 (gud-filter-pending-text): Move in front of gdb.
32591 (gud-overlay-arrow-position): New variable.
32592 (gud-sentinel, gud-display-line): Use it in place of
32593 overlay-arrow-position.
32594
32595 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
32596
32597 * progmodes/fortran.el (fortran-if-indent): Doc fix.
32598 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
32599 (fortran-font-lock-keywords-4): New variable.
32600 (fortran-blocks-re, fortran-end-block-re)
32601 (fortran-start-block-re): New constants, for hideshow.
32602 (hs-special-modes-alist): Add a Fortran entry.
32603 (fortran-mode-map): Bind fortran-end-of-block,
32604 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
32605 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
32606 (fortran-looking-at-if-then, fortran-end-of-block)
32607 (fortran-beginning-of-block): New functions, for hideshow.
32608
32609 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
32610 Doc fix. Tweak regexp.
32611 (f90-beginning-of-block): Push mark first.
32612
32613 2005-03-29 Jay Belanger <belanger@truman.edu>
32614
32615 * calc/calc.el: Update copyright date.
32616 (calc-version): Increase to 2.1.
32617 (calc-version-date): Remove.
32618
32619 * calc/calc-help.el: Update copyright date.
32620 (calc-full-help): Remove reference to calc-version-date.
32621 Update copyright date.
32622
32623 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
32624
32625 * vc.el (vc-do-command): Use a pipe for async processes, so password
32626 prompts don't show up at places where the user can't reply.
32627
32628 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
32629
32630 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
32631 on the file name we pass to the inferior shell.
32632
32633 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
32634
32635 * progmodes/which-func.el (which-function): Be robust in the face of an
32636 imenu--make-index-alist failure.
32637
32638 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
32639
32640 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
32641
32642 * progmodes/python.el (python-preoutput-filter): Fix last change.
32643
32644 2005-03-29 Lute Kamstra <lute@gnu.org>
32645
32646 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
32647 functions and compiled macros.
32648 (debug-convert-byte-code): Handle macros too.
32649 (debug-on-entry-1): Don't signal an error when trying to clear a
32650 function that is not set to debug on entry.
32651
32652 2005-03-29 Jay Belanger <belanger@truman.edu>
32653
32654 * calc/calc-lang.el: Add functions to math-function-table
32655 properties of tex and math.
32656
32657 2005-03-29 Kenichi Handa <handa@m17n.org>
32658
32659 * ps-mule.el (ps-mule-plot-string): Translate characters by
32660 ps-print-translation-table.
32661 (ps-mule-begin-job): Call find-charset-region/string with
32662 ps-print-translation-table.
32663 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
32664
32665 * ps-print.el (ps-print-translation-table): New variable.
32666 (ps-plot-region): Translate characters by ps-print-translation-table.
32667
32668 2005-03-29 Juri Linkov <juri@jurta.org>
32669
32670 * simple.el (next-error-highlight-timer): New variable.
32671
32672 * progmodes/compile.el (compilation-goto-locus):
32673 Use `next-error-highlight-timer' instead of `sit-for'.
32674
32675 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
32676
32677 * mail/supercite.el (sc-mail-field): Use assoc-string.
32678 (sc-get-address): Simplify regexps.
32679
32680 * files.el (minibuffer-with-setup-hook): New macro.
32681 (find-file-read-args): Use it to avoid let-binding
32682 minibuffer-with-setup-hook (which breaks turning on/off
32683 file-name-shadow-mode while in the prompt).
32684
32685 * complete.el (PC-read-include-file-name-internal):
32686 Use test-completion.
32687
32688 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
32689
32690 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
32691
32692 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
32693
32694 * window.el (window-buffer-height): Use count-screen-lines.
32695
32696 * progmodes/python.el (python-preoutput-leftover): New var.
32697 (python-preoutput-filter): Use it.
32698 (python-send-receive): Loop until all the result has been received.
32699
32700 2005-03-28 Juri Linkov <juri@jurta.org>
32701
32702 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
32703
32704 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
32705 "Recover Crashed Session".
32706 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
32707 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
32708 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
32709 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
32710 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
32711 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
32712 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
32713 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
32714
32715 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
32716 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
32717 Ediff Sessions", "Toggle use of separate control buffer frame",
32718 "Use separate frame for Ediff control buffer".
32719
32720 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
32721 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
32722 "Rename Bookmark", "Delete Bookmark".
32723
32724 * info.el (Info-mode-menu): Remove ellipsis from "Index".
32725 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
32726 Add `:active Info-index-alternatives' to "Next Matching Item".
32727
32728 * wdired.el (wdired-change-to-wdired-mode):
32729 Mention `wdired-abort-changes' key in the initial message.
32730
32731 * international/mule.el (auto-coding-alist): Associate non-ascii
32732 image filename extensions with `no-conversion'.
32733
32734 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
32735
32736 * international/iso-acc.el:
32737 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
32738
32739 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
32740
32741 * textmodes/sgml-mode.el (html-mode): Doc update.
32742
32743 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
32744
32745 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
32746
32747 * term.el (term-move-columns): Fix face after extending a line.
32748 (term-insert-spaces): Likewise.
32749 (term-reset-terminal): Fix off by one error.
32750
32751 2005-03-26 Eli Zaretskii <eliz@gnu.org>
32752
32753 * international/mule.el (auto-coding-alist): Add .xpi files.
32754
32755 * files.el (auto-mode-alist): Add .xpi files.
32756
32757 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
32758
32759 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
32760
32761 2005-03-26 Eli Zaretskii <eliz@gnu.org>
32762
32763 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
32764
32765 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
32766
32767 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
32768 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
32769
32770 * calendar/cal-move.el (calendar-beginning-of-year): Move the
32771 cursor to Jan 1 when needed.
32772 (calendar-end-of-year): Fix -/+ typo.
32773 Reported by Chong Yidong <cyd@stupidchicken.com>.
32774
32775 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
32776
32777 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
32778
32779 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
32780 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
32781
32782 2005-03-25 Richard M. Stallman <rms@gnu.org>
32783
32784 * filesets.el (filesets-init): Add autoload.
32785
32786 * mail/mailalias.el (mail-directory): Doc fix.
32787
32788 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
32789
32790 * mail/mailalias.el (mail-directory-process): Do nothing if
32791 mail-directory-process is an atom.
32792 (mail-get-names): Ignore mail-directory-names if it is an atom.
32793 (mail-directory-process defvar): Doc fix.
32794 (mail-names): Doc fix.
32795
32796 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
32797
32798 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
32799
32800 2005-03-26 Kenichi Handa <handa@m17n.org>
32801
32802 * international/mule-util.el (detect-coding-with-priority):
32803 Call update-coding-systems-internal before detect-coding-region.
32804
32805 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
32806
32807 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
32808 (gdb-frames-mode-map): Add follow-link property.
32809
32810 2005-03-25 Jay Belanger <belanger@truman.edu>
32811
32812 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
32813 for variables.
32814
32815 2005-03-25 Juri Linkov <juri@jurta.org>
32816
32817 * image-mode.el: Optimize image filename extension regexps in
32818 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
32819 in `auto-mode-alist'.
32820 (image-mode): Add `image-toggle-display-text' to local hook
32821 `change-major-mode-hook'. Display the image as an image by
32822 default. Set `cursor-type' and `truncate-lines' if the image
32823 is already displayed. Take into account the current mode (image
32824 or text) in message.
32825 (image-minor-mode): New minor mode.
32826 (image-mode-maybe, image-toggle-display-text): New functions.
32827 (image-toggle-display): Use called-interactively-p.
32828 Let-bind `inhibit-read-only' to t.
32829
32830 * image-mode.el (image-minor-mode): Set `cursor-type' and
32831 `truncate-lines' if the image is already displayed. Add turning
32832 image-minor-mode off to `change-major-mode-hook'. Add message.
32833 Call `image-toggle-display-text' after turning image-minor-mode off.
32834
32835 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
32836
32837 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
32838 Terminal.app, use utf-8.
32839 (set-display-table-and-terminal-coding-system): Add coding-system arg.
32840 (set-locale-environment): Use it.
32841
32842 * term/xterm.el: Undo last change, better done in mule-cmds.el.
32843
32844 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
32845
32846 * progmodes/python.el (python-close-block-statement-p)
32847 (python-outdent-p, python-current-defun): Use symbol-end.
32848
32849 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
32850
32851 * files.el (save-some-buffers): Doc fix.
32852
32853 2005-03-25 Werner Lemberg <wl@gnu.org>
32854
32855 * complete.el, thumbs.el: Replace `legal' with `valid'.
32856 * calendar/calendar.el: Replace `legal' with `valid'.
32857 * emacs-lisp/advice.el: Replace `legal' with `valid'.
32858 * mail/supercite.el: Replace `legal' with `valid'.
32859 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
32860 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
32861 Replace `legal' with `valid'.
32862 * textmodes/reftex-vars.el, textmodes/reftex.el:
32863 Replace `legal' with `valid'.
32864
32865 2005-03-25 Werner Lemberg <wl@gnu.org>
32866
32867 * calc/calc-forms.el, calc/calc-sel.el
32868 * midnight.el, vc-cvs.el
32869 * emacs-lisp/cl-macs.el
32870 * emulation/vip.el
32871 * eshell/esh-io.el, eshell/esh-var.el
32872 * mail/supercite.el
32873 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
32874 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
32875 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
32876 * progmodes/sh-script.el, progmodes/xscheme.el
32877 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
32878 * textmodes/reftex-index.el, textmodes/reftex-parse.el
32879 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
32880 * textmodes/reftex.el, textmodes/org.el:
32881 Replace `illegal' with `invalid'.
32882
32883 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32884
32885 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
32886 (flymake-find-buildfile, flymake-find-possible-master-files)
32887 (flymake-check-include, flymake-parse-line): Replace loops over the
32888 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
32889
32890 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
32891 Substitute file-name-as-directory in the rest of the file.
32892 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
32893 (flymake-replace-region): Remove unused arg `buffer'.
32894 (flymake-check-patch-master-file-buffer): Update calls to it.
32895 (flymake-add-err-info): Remove unused var `count'.
32896 (flymake-mode): Use define-minor-mode.
32897
32898 * progmodes/flymake.el: Use with-current-buffer.
32899 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
32900 flymake-replace-regexp-in-string, flymake-line-beginning-position)
32901 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
32902 Avoid testing for `xemacs'.
32903 (flymake-nop): Move.
32904 (flymake-region-has-flymake-overlays): Return the computed value.
32905 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
32906 Remove unused var `endline'.
32907 (flymake-get-line-count): Remove unused function.
32908 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
32909
32910 * emulation/vi.el:
32911 * generic.el:
32912 * hilit-chg.el (global-highlight-changes):
32913 * hi-lock.el (hi-lock-mode):
32914 * follow.el: find-file-hooks -> find-file-hook.
32915
32916 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
32917
32918 2005-03-24 Juri Linkov <juri@jurta.org>
32919
32920 * dired.el (dired-mode-map): Add menu item "Compare directories"
32921 for dired-compare-directories.
32922
32923 * dired-aux.el (dired-compare-directories): Add autoload cookie.
32924 Doc fix. Replace `read-file-name' with `read-directory-name'.
32925
32926 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32927
32928 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
32929
32930 2005-03-24 Jay Belanger <belanger@truman.edu>
32931
32932 * calc/calc-embed.el (calc-embedded-mode-change): Save all
32933 relevant mode settings in calc-embedded-original-modes when modes
32934 are permanently changed.
32935
32936 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32937
32938 * autoinsert.el: find-file-hooks -> find-file-hook.
32939
32940 2005-03-24 Lute Kamstra <lute@gnu.org>
32941
32942 * generic.el (generic-font-lock-defaults): Make it obsolete.
32943 (generic-font-lock-keywords): New variable to replace
32944 generic-font-lock-defaults.
32945 (generic-mode-set-font-lock): Delete it.
32946 (generic-mode-internal): Don't call generic-mode-set-font-lock.
32947 (generic-bracket-support): Add docstring.
32948
32949 * generic-x.el: Rename generic-font-lock-defaults to
32950 generic-font-lock-keywords throughout.
32951 (mailagent-rules-setup-function): Delete it.
32952 (mailagent-rules-generic-mode): Use anonymous function instead.
32953 (show-tabs-generic-mode-font-lock-defaults-1)
32954 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
32955 Quote faces.
32956 (show-tabs-tab-face, show-tabs-space-face): Specify background,
32957 not foreground.
32958
32959 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
32960 Recognize define-generic-mode.
32961
32962 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
32963
32964 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
32965 if there's no completion table.
32966
32967 2005-03-23 Miles Bader <miles@gnu.org>
32968
32969 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32970 Remove tty-specific variants, as they're no longer needed.
32971
32972 2005-03-23 Lute Kamstra <lute@gnu.org>
32973
32974 * generic-x.el: Code cleanup: make args constant whenever possible.
32975 (installshield-statement-keyword-list)
32976 (installshield-system-functions-list)
32977 (installshield-system-variables-list, installshield-types-list)
32978 (installshield-funarg-constants-list): Make them constants.
32979
32980 * generic.el (generic-make-keywords-list): Add autoload cookie.
32981
32982 * calendar/time-date.el: Add comment on time value formats.
32983 Don't require parse-time.
32984 (with-decoded-time-value): New macro.
32985 (encode-time-value): New function.
32986 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
32987 (days-to-time): Return a valid time value when arg is huge.
32988 (time-since): Use time-subtract.
32989 (time-to-number-of-days): Use time-to-seconds.
32990
32991 2005-03-23 David Ponce <david@dponce.com>
32992
32993 * recentf.el (recentf-keep): New option.
32994 (recentf-menu-action): Default to `find-file'.
32995 (recentf-keep-non-readable-files-flag)
32996 (recentf-keep-non-readable-files-p)
32997 (recentf-file-readable-p, recentf-find-file)
32998 (recentf-cleanup-remote): Remove.
32999 (recentf-include-p): More robust.
33000 (recentf-keep-p): New function.
33001 (recentf-remove-if-non-kept): Rename from
33002 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
33003 All callers updated.
33004 (recentf-menu-items-for-commands): Fix help string.
33005 (recentf-track-closed-file): Update. Doc fix.
33006 (recentf-cleanup): Update. Count removed files. Doc fix.
33007
33008 2005-03-23 Kim F. Storm <storm@cua.dk>
33009
33010 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33011 Don't inherit from fringe face (now happens automatically).
33012
33013 2005-03-22 Kim F. Storm <storm@cua.dk>
33014
33015 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
33016 position values.
33017
33018 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
33019
33020 * menu-bar.el (showhide-date-time): Remove.
33021 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
33022 (menu-bar-make-mm-toggle): Simplify.
33023
33024 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33025
33026 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
33027 Accept qualified variable and function names.
33028
33029 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
33030
33031 * bindings.el (completion-ignored-extensions):
33032 Remove ".lis" for `vax-vms'.
33033
33034 2005-03-22 Andreas Schwab <schwab@suse.de>
33035
33036 * generic-x.el: Revert last change.
33037 * ldefs-boot.el: Update.
33038
33039 2005-03-22 Jay Belanger <belanger@truman.edu>
33040
33041 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
33042 (calc-embedded-save-original-modes)
33043 (calc-embedded-restore-original-modes): New functions.
33044 (calc-do-embedded): Save original modes when entering embedded mode
33045 and restore when leaving embedded mode.
33046 (calc-embedded-modes-change): Change the value of
33047 calc-embedded-original-modes to reflect permanent changes.
33048
33049 2005-03-22 Lute Kamstra <lute@gnu.org>
33050
33051 * generic-x.el: Require generic again.
33052
33053 2005-03-22 Miles Bader <miles@gnu.org>
33054
33055 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33056 Tweak details to look good on both ttys and bitmap displays, light
33057 or dark background, etc.
33058
33059 2005-03-21 Kim F. Storm <storm@cua.dk>
33060
33061 * tooltip.el (tooltip-show-help-function): Check car and cdr of
33062 mouse position.
33063
33064 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
33065
33066 * icomplete.el: Don't forcibly turn on the mode upon load.
33067 (icomplete-mode): Use define-minor-mode.
33068 (icomplete-eoinput): Default to nil.
33069 (icomplete-minibuffer-setup): Remove autoload.
33070 (icomplete-tidy): Simplify.
33071 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
33072 in the initial state or if the user has modified the field.
33073 Fix handling of icomplete-max-delay-chars.
33074 Remove code that handles the oddball case where
33075 minibuffer-completion-table is an integer.
33076 Wrap icomplete-completions in while-no-input in case building
33077 completions takes more time than expected.
33078 (icomplete-completions): Simplify.
33079
33080 2005-03-21 Richard M. Stallman <rms@gnu.org>
33081
33082 * jka-compr.el (jka-compr-really-do-compress):
33083 Make variable buffer-local.
33084
33085 * image-mode.el: Handle .xpm files too.
33086 (image-toggle-display): Preserve modification flag.
33087
33088 * help.el (where-is): Don't mention aliases with no key bindings.
33089
33090 2005-03-21 Lute Kamstra <lute@gnu.org>
33091
33092 * generic.el: Fix commentary section. Don't require cl for
33093 compilation.
33094 (generic-mode-list): Add autoload cookie.
33095 (generic-use-find-file-hook, generic-lines-to-scan)
33096 (generic-find-file-regexp, generic-ignore-files-regexp)
33097 (generic-mode, generic-mode-find-file-hook)
33098 (generic-mode-ini-file-find-file-hook): Fix docstrings.
33099 (define-generic-mode): Make it a defmacro. Fix docstring.
33100 (generic-mode-internal): Code cleanup. Add autoload cookie.
33101 (generic-mode-set-comments): Code cleanup.
33102 * generic-x.el: Don't prevent compilation. Don't require generic.
33103 Follow coding conventions. Minor code cleanup.
33104 (etc-fstab-generic-mode): Add some keywords.
33105 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
33106 define-generic-mode like a function declaration.
33107
33108 2005-03-21 Jay Belanger <belanger@truman.edu>
33109
33110 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
33111 changing modes.
33112
33113 2005-03-21 Sam Steingold <sds@gnu.org>
33114
33115 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
33116
33117 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
33118
33119 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
33120 Add underscore to "f$ lexicals" regexp.
33121
33122 2005-03-20 Juri Linkov <juri@jurta.org>
33123
33124 * subr.el (progress-reporter-do-update): When `min-value' is equal
33125 to `max-value', set `percentage' to 0 and prevent division by zero.
33126
33127 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
33128
33129 Sync with Tramp 2.0.48.
33130
33131 * net/tramp.el (all): Change all addresses to .gnu.org.
33132 (tramp-append-tramp-buffers): New defun.
33133 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
33134 Catch `dont-send' signal.
33135 (tramp-set-auto-save-file-modes): Set always permissions, because
33136 there might be an old auto-saved file belonging to another
33137 original file. This could be a security threat. Reported by
33138 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
33139 Check for Emacs 21.3.50 removed.
33140
33141 * net/tramp-smb.el (all): Remove debug construct for
33142 `with-parsed-tramp-file-name'.
33143 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
33144 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
33145 No error message if DIRECTORY or FILENAME doesn't exist.
33146 (tramp-smb-open-connection): Check existence of
33147 `tramp-smb-program'.
33148
33149 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
33150
33151 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
33152 Properly handle the case where the `m' or `s' command's argument is not
33153 yet terminated.
33154 (perl-indent-new-calculate): New function.
33155 (perl-indent-line): Use it.
33156
33157 2005-03-20 Miles Bader <miles@gnu.org>
33158
33159 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
33160 in text-mode too. Change to new face names.
33161 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
33162 Add `:weight bold' attribute.
33163 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
33164
33165 2005-03-19 Juri Linkov <juri@jurta.org>
33166
33167 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
33168
33169 * international/mule.el (auto-coding-alist): Sync with
33170 `auto-mode-alist' by adding upper case archive file extensions
33171 and adding ear/war to jar extension.
33172
33173 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
33174
33175 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
33176 running, restart it.
33177
33178 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
33179
33180 * finder.el (finder-current-item): Throw an error on an empty line.
33181
33182 * man.el (Man-follow-manual-reference): If current-word returns
33183 nil, use "".
33184
33185 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
33186
33187 * simple.el (goto-line): Doc fix.
33188
33189 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
33190
33191 * files.el (save-buffer): Doc fix.
33192
33193 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
33194
33195 * recentf.el (recentf-cleanup-remote): New variable.
33196 (recentf-cleanup): Use it to conditionally check availability of
33197 remote files.
33198
33199 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
33200
33201 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
33202 function names.
33203
33204 2005-03-19 Eli Zaretskii <eliz@gnu.org>
33205
33206 * language/thai-word.el: New file.
33207
33208 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33209
33210 * files.el (backup-buffer): If the file's directory is not
33211 writable, use copy instead of move to backup the file.
33212
33213 2005-03-19 Eli Zaretskii <eliz@gnu.org>
33214
33215 * obsolete/keyswap.el: Moved to obsolete/ from term/.
33216
33217 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
33218
33219 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
33220 Use functionp instead of symbolp and fboundp. Reported by Drkm
33221 <darkman_spam@yahoo.fr>.
33222 (ps-print-version): New version 6.6.6.
33223
33224 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
33225
33226 * textmodes/table.el (table--line-column-position): New idiom.
33227 (table--row-column-insertion-point-p): New function to test
33228 validity of row and column insertion operation at a location.
33229 (table-global-menu, table-cell-menu): Use above functions for
33230 deterministic test operation.
33231 (table--editable-cell-p): Behave in deterministic fashion.
33232
33233 2005-03-18 Juri Linkov <juri@jurta.org>
33234
33235 * isearch.el (isearch-lazy-highlight-new-loop):
33236 Make arguments beg and end optional.
33237 (isearch-update): Remove optional arguments nil from
33238 isearch-lazy-highlight-new-loop.
33239 (isearch-lazy-highlight-search): Let-bind case-fold-search to
33240 isearch-lazy-highlight-case-fold-search instead of
33241 isearch-case-fold-search, and let-bind isearch-regexp to
33242 isearch-lazy-highlight-regexp.
33243 Use isearch-lazy-highlight-last-string instead of isearch-string.
33244
33245 * replace.el (perform-replace): Remove bindings of global
33246 variables isearch-string, isearch-regexp, isearch-case-fold-search.
33247 Add three new arguments to `replace-highlight'.
33248 (replace-highlight): Add arguments string, regexp, case-fold.
33249 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
33250 to allow isearch-lazy-highlight-new-loop to use these values
33251 to set corresponding isearch-lazy-highlight-* internal
33252 variables whose values lazy highlighting will use regardless of
33253 changes to global variables isearch-string, isearch-regexp,
33254 isearch-case-fold-search during lazy highlighting loop.
33255 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
33256 to `lazy-highlight-cleanup'.
33257
33258 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
33259 (ispell-highlight-face): Set default face to `isearch' when
33260 lazy highlighting is enabled.
33261 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
33262 priority to 1. Add lazy highlighting.
33263 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
33264 from `isearch-dehighlight'.
33265
33266 2005-03-18 David Ponce <david@dponce.com>
33267
33268 * files.el (hack-local-variables): Do a case-insensitive search
33269 for End.
33270
33271 2005-03-18 Juri Linkov <juri@jurta.org>
33272
33273 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
33274 `isearch-lazy-highlight-cleanup', add alias to old name and
33275 declare obsolete. Add release numbers to other obsolete vars.
33276 (isearch-done, isearch-lazy-highlight-new-loop):
33277 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
33278 (lazy-highlight-cleanup) <variable>: Doc fix.
33279 (isearch-lazy-highlight-update): Rename obsolete
33280 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
33281
33282 2005-03-18 Kenichi Handa <handa@m17n.org>
33283
33284 * language/thai-util.el: Fix categorization of Thai characters in
33285 thai-category-table.
33286 (thai-composition-pattern): Adjust it for the above change.
33287 (thai-self-insert-command, thai-compose-syllable): New functions.
33288 (thai-compose-region): Use thai-compose-syllable.
33289 (thai-compose-string): Likewise.
33290 (thai-composition-function): Likewise.
33291 (thai-auto-composition): New function.
33292 (thai-auto-composition-mode): New minor mode.
33293
33294 * language/thai.el: Fix patterns to be registered in
33295 composition-function-table.
33296
33297 * international/quail.el (quail-input-method): Locally bind
33298 inhibit-modification-hooks to t.
33299
33300 2005-03-17 Richard M. Stallman <rms@gnu.org>
33301
33302 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
33303 (perl-mode): Use run-mode-hooks.
33304
33305 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
33306 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
33307 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
33308
33309 * mail/sendmail.el (sendmail-send-it): Reenable the code
33310 to compute resend-to-address and use it.
33311
33312 * tar-mode.el (tar-mode): Turn off undo unconditionally.
33313
33314 * image-mode.el: New file.
33315
33316 * image.el (insert-sliced-image): Add autoload cookie.
33317
33318 * font-lock.el (font-lock-lines-before): New user option.
33319 (font-lock-after-change-function): Obey it.
33320
33321 * bindings.el (esc-map): Make M-g a prefix.
33322 Bind M-g g and M-g M-g to goto-line.
33323
33324 * faces.el (face-id): Doc fix.
33325
33326 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
33327
33328 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
33329 (rmail-show-message): Use rmail-unknown-mail-followup-to.
33330 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
33331
33332 * mail/sendmail.el (mail-yank-ignored-headers)
33333 (mail-font-lock-keywords, mail-mode-fill-paragraph):
33334 Add Mail-Followup-To and Mail-Reply-To headers.
33335 (mail-citation-hook): Add autoload cookie.
33336 (mail-mode): Doc fix.
33337 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
33338 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
33339 (mail-mode-fill-paragraph): Handle those headers.
33340 (mail-mailing-lists): New variable.
33341 (mail-mail-reply-to, mail-mail-followup-to): New functions.
33342
33343 2005-03-17 Juri Linkov <juri@jurta.org>
33344
33345 * isearch.el (isearch-fallback): Check for `(car previous)'
33346 before calling `isearch-other-end-state'.
33347
33348 2005-03-17 Kim F. Storm <storm@cua.dk>
33349
33350 * simple.el (move-beginning-of-line): Move to beginning of buffer
33351 line, as well as beginning of screen line.
33352
33353 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
33354
33355 * calendar/diary-lib.el (mark-diary-entries): Use new optional
33356 argument REDRAW rather than calendar-redrawing variable.
33357 * calendar/calendar.el (calendar-redrawing): Delete.
33358 (redraw-calendar): Do not bind calendar-redrawing.
33359
33360 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
33361
33362 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
33363 diary-file buffer.
33364
33365 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
33366
33367 * help.el (describe-mode): Allow a :minor-mode-function property to
33368 specify a different minor mode toggle function than the variable.
33369 * simple.el (auto-fill-function):
33370 * subr.el (add-minor-mode): Use it.
33371
33372 2005-03-16 Kenichi Handa <handa@m17n.org>
33373
33374 * language/ethio-util.el (sera-being-called-by-w3): New variable.
33375 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
33376 (ethio-fidel-to-sera-buffer): Likewise.
33377
33378 2005-03-16 Juri Linkov <juri@jurta.org>
33379
33380 * emacs-lisp/find-func.el (find-function-regexp):
33381 Add defun-emitting macro `menu-bar-make-toggle'.
33382
33383 * isearch.el: Put `isearch-scroll' property to
33384 `split-window-horizontally'.
33385
33386 * info.el: Update error messages for `debug-ignored-errors'.
33387 (Info-isearch-search): Doc fix.
33388 (Info-find-node): Move up code to go into info buffer before
33389 recording the node to the history.
33390 (Info-fontify-node): Fontify titles only if the next line
33391 has two or more `*', `=', `-', `.'.
33392 Display "go to this node" for empty (match-string 3).
33393
33394 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33395
33396 * term/mac-win.el: Add mouse pointer shape constants.
33397
33398 2005-03-15 Kim F. Storm <storm@cua.dk>
33399
33400 * simple.el (move-beginning-of-line): Use vertical-motion.
33401
33402 2005-03-15 Juri Linkov <juri@jurta.org>
33403
33404 * isearch.el (isearch-error): New variable.
33405 (isearch-invalid-regexp, isearch-within-brackets): Remove.
33406 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
33407 (isearch-within-brackets-state): Remove.
33408 (isearch-case-fold-search-state, isearch-pop-fun-state):
33409 Decrease frame index.
33410 (isearch-mode, isearch-top-state, isearch-push-state)
33411 (isearch-edit-string, isearch-abort, isearch-search-and-update)
33412 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
33413 (isearch-search, isearch-lazy-highlight-new-loop):
33414 Replace `isearch-invalid-regexp' with `isearch-error'.
33415 Remove `isearch-within-brackets'.
33416 (isearch-search): Add `search-failed' handler to `condition-case'.
33417 (isearch-lazy-highlight-search): Add `condition-case' to catch
33418 errors and allow `isearch-lazy-highlight-update' to try
33419 highlighting from the beginning of the window.
33420 (isearch-repeat): Move up code to set isearch-wrapped to t
33421 before calling isearch-wrap-function.
33422
33423 * info.el (Info-isearch-initial-node): New internal variable.
33424 (Info-search): Signal an error in isearch mode when search leaves
33425 the initial node. Signal an error when `bound' is non-nil and
33426 nothing was found in the current subfile.
33427 (Info-isearch-search): Remove `condition-case'.
33428 (Info-isearch-wrap): Don't wrap when search failed during leaving
33429 the initial node. If `Info-isearch-search' is nil, wrap around
33430 the current node.
33431 (Info-isearch-start): New fun.
33432 (Info-mode): Add buffer-local hook `Info-isearch-start' to
33433 `isearch-mode-hook'.
33434
33435 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33436
33437 * simple.el (normal-erase-is-backspace): Set default to t if
33438 running on Mac.
33439
33440 * term/mac-win.el (function-key-map): Sync with x-win.el.
33441
33442 2005-03-15 Kenichi Handa <handa@m17n.org>
33443
33444 * international/mule-cmds.el (locale-language-names): Modify the
33445 format of elements and add more entries.
33446 (locale-preferred-coding-systems): Add more entries.
33447 (set-locale-environment): Adjust for the change of
33448 locale-language-names.
33449
33450 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
33451
33452 * pcvs.el (smerge-ediff): Remove bogus autoload.
33453
33454 2005-03-14 Lute Kamstra <lute@gnu.org>
33455
33456 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
33457 Ignore a `*' at the beginning of a line.
33458
33459 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
33460 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
33461 subr.el.
33462 (dont-compile, eval-when-compile, eval-and-compile): Use declare
33463 to specify indentation.
33464
33465 * generic.el (define-generic-mode): Let generic-mode-list be a
33466 list of strings; test membership with equal.
33467
33468 2005-03-14 Kim F. Storm <storm@cua.dk>
33469
33470 * simple.el (next-line, previous-line): Add optional try-vscroll
33471 arg to recognize interactive use. Pass it on to line-move.
33472 (line-move): Don't perform auto-window-vscroll when defining or
33473 executing keyboard macro to ensure consistent behavior.
33474
33475 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
33476
33477 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
33478
33479 2005-03-13 Lute Kamstra <lute@gnu.org>
33480
33481 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
33482 debugger-setup-buffer so that backtrace marks the frames set to
33483 debug-on-exit and we don't have to do it manually. Set an extra
33484 debug-on-exit for macro's.
33485 (debugger-setup-buffer): Don't mark the top frame manually.
33486
33487 2005-03-12 Lute Kamstra <lute@gnu.org>
33488
33489 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
33490 lisp-indent-function throughout.
33491 (with-no-warnings): Set lisp-indent-function property.
33492
33493 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
33494
33495 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
33496 Add entry for backslash.
33497
33498 2005-03-12 Juri Linkov <juri@jurta.org>
33499
33500 * info.el (Info-search): Four fixes for backward search.
33501
33502 2005-03-11 Jay Belanger <belanger@truman.edu>
33503
33504 * calc/calc.el (calc-language-alist): New variable.
33505 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
33506 (calc-embedded-find-modes): Use calc-language-alist instead of
33507 calc-embedded-language-alist.
33508
33509 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
33510
33511 * calendar/calendar.el (calendar-redrawing): New internal
33512 variable.
33513 (redraw-calendar): Remove bogus save-excursion from previous
33514 change. Bind calendar-redrawing to t for mark-diary-entries.
33515 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
33516 calendar if that is why we were called.
33517
33518 2005-03-11 Kenichi Handa <handa@m17n.org>
33519
33520 * international/mule.el (make-coding-system): Set property
33521 coding-system-define-form to nil.
33522 (define-coding-system-alias): Likewise.
33523
33524 2005-03-11 Kenichi Handa <handa@m17n.org>
33525
33526 These changes are suggested by Dave Love <fx@gnu.org>.
33527
33528 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
33529 coding: tag.
33530 (adaptive-fill-regexp): Add more bullets.
33531 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
33532 regexps.
33533
33534 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
33535
33536 * help.el (describe-mode): Properly handle non-trivial lighters.
33537 Don't ignore minor modes that are not listed in minor-mode-list.
33538
33539 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
33540 feature ON when the user requests to turn it OFF.
33541
33542 2005-03-10 Lute Kamstra <lute@gnu.org>
33543
33544 * emacs-lisp/debug.el (debug-entry-code): Delete it.
33545 (implement-debug-on-entry): New function to replace debug-entry-code.
33546 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
33547 second argument as the 2005-03-07 change makes it obsolete.
33548 (debug-on-entry, cancel-debug-on-entry): Update call to
33549 debug-on-entry-1.
33550 (debug, debugger-setup-buffer): Comment update.
33551 (debugger-frame-number): Update to work with implement-debug-on-entry.
33552
33553 2005-03-10 Jay Belanger <belanger@truman.edu>
33554
33555 * calc/calc-embed.el (math-ms-args): Declare it.
33556 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
33557 math-ms-args.
33558 (calc-embedded-subst): Use math-multi-subst-rec to substitute
33559 variables.
33560
33561 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
33562
33563 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
33564 Use message-box.
33565
33566 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
33567 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
33568 (tooltip-gud-tips): Simplify.
33569 (tooltip-gud-tips-p): Remove superfluous :set.
33570 (tooltip-gud-modes): Add fortran-mode.
33571 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
33572
33573 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
33574
33575 2005-03-09 Kim F. Storm <storm@cua.dk>
33576
33577 * play/animate.el (animate-place-char): Use forward-line instead
33578 of next-line to improve performance.
33579
33580 2005-03-09 Simon Josefsson <jas@extundo.com>
33581
33582 * net/browse-url.el (browse-url-default-browser): Doc fix.
33583
33584 2005-03-09 Miles Bader <miles@gnu.org>
33585
33586 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
33587 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
33588
33589 2005-03-09 Kenichi Handa <handa@m17n.org>
33590
33591 * international/latin-1.el: Set case and syntax for 255 only if
33592 set-case-syntax-set-multibyte is nil.
33593
33594 * textmodes/ispell.el (ispell-insert-word): New function.
33595 (ispell-word): Use ispell-insert-word to insert a new word.
33596 (ispell-process-line): Likewise.
33597 (ispell-complete-word): Likewise.
33598
33599 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
33600
33601 * calendar/calendar.el (redraw-calendar): Preserve point.
33602 Reported by Matt Hodges <MPHodges@member.fsf.org>.
33603 (calendar-week-start-day): Move after definition of
33604 redraw-calendar. Delete buffer test, since redraw-calendar has
33605 that now.
33606
33607 * calendar/diary-lib.el (mark-diary-entries): Only call
33608 redraw-calendar in the first of any recursive calls.
33609 Reported by Alan Shutko <ats@acm.org>.
33610
33611 2005-03-08 Juri Linkov <juri@jurta.org>
33612
33613 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
33614 (html-horizontal-rule, html-line, html-image, html-checkboxes)
33615 (html-radio-buttons): Add a space before the trailing `/>' where
33616 sgml-xml-mode is non-nil.
33617 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
33618 the subsequent tag of the empty XML tag.
33619 (html-href-anchor): Don't set initial input to "http:".
33620 (html-image): Ask for the image URL and set point inside alt="".
33621 (html-name-anchor): Duplicate the name in the `id' attribute when
33622 sgml-xml-mode is non-nil.
33623 (html-paragraph): Remove \n before <p>.
33624 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
33625 instead of `checked' when sgml-xml-mode is non-nil.
33626
33627 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
33628 Remove 1 space before #RRGGBB to not truncate it on terminal
33629 windows w/o fringes. Remove 1 space between bg and fg examples
33630 to get more space.
33631 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
33632 avoid byte-compile warnings.
33633
33634 * image-file.el (image-file-handler): Put `safe-magic' property to
33635 `image-file-handler'.
33636
33637 * info.el (Info-isearch-search): Emulate word search in
33638 isearching through multiple Info nodes with Info-search.
33639 (Info-isearch-wrap): Allow isearch-word.
33640
33641 2005-03-08 Lute Kamstra <lute@gnu.org>
33642
33643 * emacs-lisp/debug.el (debugger-step-through): Make sure that
33644 stepping into the debugger's code is not possible.
33645 (debugger-jumping-flag): Docstring update.
33646
33647 2005-03-08 Jay Belanger <belanger@truman.edu>
33648
33649 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
33650 embedded mode begins.
33651 (calc-embedded-language-alist): New variable.
33652 (calc-embedded-find-modes): Use calc-embedded-language-alist to
33653 set default language mode.
33654
33655 2005-03-08 Kenichi Handa <handa@m17n.org>
33656
33657 * international/ccl.el (define-ccl-program): Fix docstring about
33658 extra 256 bytes assured for the output buffer.
33659
33660 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33661 Fix BUFFER_MAGNIFICATION to 2.
33662 (ccl-encode-mule-utf-16be-with-signature): Likewise.
33663
33664 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
33665
33666 * align.el (align-rules-list): Added an alignment rule for CSS
33667 declarations (applies to css-mode and html-mode buffers).
33668
33669 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
33670
33671 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
33672
33673 2005-03-07 Kim F. Storm <storm@cua.dk>
33674
33675 * simple.el (move-beginning-of-line): New command.
33676
33677 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
33678
33679 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
33680
33681 * emulation/cua-base.el: Put CUA move property on move-end-of-line
33682 and move-beginning-of-line.
33683
33684 * apropos.el (apropos-print): Omit command from M-x ... RET.
33685
33686 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
33687
33688 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
33689 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
33690
33691 2005-03-06 Richard M. Stallman <rms@gnu.org>
33692
33693 * bindings.el (esc-map): Bind M-g to goto-line.
33694
33695 * facemenu.el (global-map): Bind M-o, not M-g.
33696
33697 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
33698
33699 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
33700 "Open Directory" as for "Open File".
33701
33702 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
33703
33704 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
33705 (push-mark-command): Run activate-mark-hook.
33706
33707 2005-03-06 Richard M. Stallman <rms@gnu.org>
33708
33709 * help-mode.el (help-mode-finish): Don't alter the element
33710 in view-return-to-alist if there already is one.
33711
33712 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
33713 make sure the current buffer is the expected one.
33714
33715 * novice.el (disabled-command-function): Output in *Disabled Command*.
33716 Explicitly ignore non-keyboard events, and explicitly handle C-g.
33717
33718 * textmodes/flyspell.el (flyspell-large-region):
33719 Pass args differently for aspell.
33720
33721 * files.el (mode-require-final-newline): Doc fix.
33722
33723 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
33724
33725 * progmodes/which-func.el (which-function):
33726 Specify NOERROR when calling imenu--make-index-alist.
33727
33728 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
33729
33730 * simple.el (normal-erase-is-backspace): Define default value.
33731
33732 * custom.el (custom-theme-set-variables): Remove unused var
33733 `immediate'.
33734 (custom-reevaluate-setting): Simple function to handle variables
33735 that are defined before their default value can really be
33736 computed.
33737
33738 * startup.el (command-line): Use it for temporary-file-directory,
33739 small-emporary-file-directory, auto-save-file-name-transforms,
33740 blink-cursor-mode, and normal-erase-is-backspace.
33741
33742 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
33743 progress, even with buggy anchored keywords.
33744
33745 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
33746
33747 * simple.el (goto-line): Remove unbalanced final parenthesis.
33748
33749 2005-03-05 Richard M. Stallman <rms@gnu.org>
33750
33751 * simple.el (goto-line): Use a number at point as the default.
33752 With C-u as arg, switch buffers.
33753
33754 2005-03-05 Juri Linkov <juri@jurta.org>
33755
33756 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
33757 with `no-blinking-cursor'.
33758
33759 * startup.el (no-blinking-cursor): New defvar.
33760 (command-line): Add `--no-blinking-cursor' to longopts.
33761 Set `no-blinking-cursor' to t for command line arguments
33762 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
33763 with `no-blinking-cursor' in the condition for calling
33764 `blink-cursor-mode'.
33765
33766 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
33767
33768 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
33769 (menu-bar-options-save): Add blink-cursor-mode.
33770 (menu-bar-options-menu): Add blink-cursor-mode.
33771
33772 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
33773
33774 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
33775 (icalendar-export-file, icalendar-export-region)
33776 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
33777 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
33778
33779 2005-03-04 Lute Kamstra <lute@gnu.org>
33780
33781 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
33782 (debug-function-list): Ditto.
33783
33784 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
33785
33786 * textmodes/texinfmt.el (texinfo-append-refill):
33787 Redefine the types of line to which @refill
33788 is not appended by replacing a search for `@refill\\|@bye' with
33789 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
33790 itemize@refill' bug and the unfilled long lines bug.
33791 (texinfmt-version): Update number and date.
33792
33793 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
33794
33795 * international/code-pages.el (windows-1250, windows-125[2-8])
33796 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
33797
33798 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
33799
33800 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
33801 bound yet.
33802
33803 2005-03-02 Romain Francoise <romain@orebokech.com>
33804
33805 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
33806 buffer after removing limits.
33807 (ibuffer-pop-filter): Ditto.
33808 Update copyright.
33809
33810 2005-03-02 Miles Bader <miles@gnu.org>
33811
33812 * button.el (make-text-button): If the user doesn't specify a
33813 type, use the default. Rewrite to use `add-text-properties' and
33814 plist functions.
33815
33816 2005-03-01 Lute Kamstra <lute@gnu.org>
33817
33818 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
33819 (debugger-jumping-flag): New var.
33820 (debug-entry-code): Use it.
33821 (debugger-jump): Use debugger-jumping-flag and add
33822 debugger-reenable to post-command-hook.
33823 (debugger-reenable): Use debugger-jumping-flag and remove itself
33824 from post-command-hook.
33825 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
33826 debugger-reenable.
33827
33828 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
33829
33830 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
33831 inclusion of "itemize\\|", which may be unnecessary, is certainly
33832 inelegant, and stops refilling in itemize lists when formatting
33833 Japanese Texinfo files to Info.
33834 Update copyright to 2005.
33835
33836 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
33837
33838 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
33839 of an error if GDB can't find the source file.
33840
33841 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
33842
33843 * calendar/calendar.el (redraw-calendar): Work from any buffer,
33844 not just the calendar.
33845
33846 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
33847 first.
33848 (diary-redraw-calendar): New function.
33849 (make-diary-entry): Add diary-redraw-calendar to local
33850 write-contents-functions. Turn off selective display before
33851 inserting in diary.
33852
33853 2005-03-01 Kim F. Storm <storm@cua.dk>
33854
33855 * emacs-lisp/copyright.el (copyright-fix-years): New command.
33856
33857 2005-03-01 Lute Kamstra <lute@gnu.org>
33858
33859 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
33860 that debug-entry-code can be safely removed from a function while
33861 this code is being evaluated. Revert the 2005-02-27 change as the
33862 new implementation no longer requires it. Make sure that a
33863 function body containing just a string is not mistaken for a docstring.
33864 (debug): Skip one more frame in case of debug on entry.
33865 (debugger-setup-buffer): Delete one more frame line in case of
33866 debug on entry.
33867 (debugger-frame-number): Update to use the new text introduced by
33868 the 1999-11-03 change. Skip one more frame in case of debug on entry.
33869
33870 2005-02-28 Kim F. Storm <storm@cua.dk>
33871
33872 * double.el (double-translate-key): Call force-window-update after
33873 read-event to avoid crash in redisplay.
33874
33875 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
33876
33877 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
33878 (debug): Use it. Move the inhibit-trace earlier.
33879 (debug-entry-code): New const.
33880 (debug-on-entry-1): Use it.
33881
33882 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
33883
33884 * international/utf-16.el (ccl-encode-mule-utf-16le):
33885 Fix BUFFER_MAGNIFICATION to 2.
33886 (ccl-encode-mule-utf-16be): Likewise.
33887
33888 2005-02-28 Kenichi Handa <handa@m17n.org>
33889
33890 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33891 Fix BUFFER_MAGNIFICATION to 4.
33892 (ccl-encode-mule-utf-16be-with-signature): Likewise.
33893
33894 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
33895
33896 * speedbar.el (speedbar-update-flag): Doc fix.
33897 (speedbar-show-info-under-mouse): Give set-mouse-position the right
33898 argument.
33899
33900 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
33901
33902 * reveal.el (reveal-post-command): Don't try to reveal overlays which
33903 have a non-nil `invisible' property but are actually visible.
33904
33905 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
33906 for perldoc sections.
33907 (perl-outline-regexp, perl-outline-level): New var and function.
33908 (perl-mode): Use them.
33909
33910 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
33911
33912 * calendar/diary-lib.el (diary-remind): Discard any mark portion
33913 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
33914
33915 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
33916
33917 * cus-edit.el: Comment change.
33918 (custom-buffer-create-internal): Slightly reword text at top of
33919 Custom buffers. Mention there that saving an option edits the
33920 init file. Add link to Emacs manual node on `custom-file'.
33921 (custom-magic-alist): Rewrite individual State messages to use
33922 capitalized keywords. Doc fix.
33923
33924 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
33925
33926 * calendar/calendar.el (calendar-buffer): Move above
33927 calendar-week-start-day.
33928 (calendar-week-start-day): Doc fix. Add :set function.
33929 (calendar-minimum-window-height): New variable.
33930 (generate-calendar-window): Only resize window if selected-window
33931 is displaying the calendar buffer. Use new variable
33932 calendar-minimum-window-height.
33933 (generate-calendar): Reword error message.
33934 (calendar-mode-map): Bind DEL to scroll-other-window-down.
33935
33936 2005-02-27 Andreas Schwab <schwab@suse.de>
33937
33938 * vc.el (vc-do-command): Don't run command asynchronously when
33939 operating in a remote directory.
33940
33941 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
33942 change from sync with Tramp 2.0.47.
33943
33944 2005-02-27 Richard M. Stallman <rms@gnu.org>
33945
33946 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
33947
33948 * textmodes/flyspell.el (flyspell-mode-on):
33949 Call ispell-change-dictionary only if necessary.
33950
33951 * emacs-lisp/re-builder.el (regexp-builder): New function.
33952
33953 * register.el (describe-register-1): Explicitly handle
33954 yank-excluded-properties = t.
33955
33956 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
33957 (custom-magic-alist): Change the status descriptions again.
33958 (face widget-type): Total rewrite based on `restricted-sexp'
33959 to eliminate the confusing double hiding levels.
33960
33961 * emacs-lisp/debug.el (debug-on-entry-1):
33962 If function body is empty, add nil as body form.
33963
33964 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
33965
33966 * emacs-lisp/trace.el (inhibit-trace): New var.
33967 (trace-make-advice): Use it.
33968
33969 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
33970
33971 2005-02-26 Kim F. Storm <storm@cua.dk>
33972
33973 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
33974 (mouse-on-link-p, mouse-drag-region-1): Use it.
33975
33976 2005-02-25 Lute Kamstra <lute@gnu.org>
33977
33978 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
33979
33980 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
33981
33982 * frame.el (blink-cursor-mode): Add :group keyword.
33983
33984 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
33985
33986 * calendar/icalendar.el (icalendar--decode-isodatetime):
33987 New optional argument DAY-SHIFT.
33988 (icalendar-export-region): Fix coding-system-for-write.
33989 (icalendar--convert-ical-to-diary): Shift end-day of all-day
33990 events by one.
33991
33992 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
33993
33994 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
33995
33996 2005-02-24 Kim F. Storm <storm@cua.dk>
33997
33998 * international/iso-acc.el (iso-accents-compose): Fix crash
33999 during redisplay. Call force-window-update after read-event
34000 and delete-region to signal that window is not accurate.
34001
34002 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
34003
34004 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
34005 Remove unused and inexistent var `inhibit-trace'.
34006 (debugger-mode): Use run-mode-hooks.
34007 (debugger-list-functions): Add buttons; setup xref stack.
34008
34009 2005-02-23 Richard M. Stallman <rms@gnu.org>
34010
34011 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
34012 appointment says it was explicitly made.
34013 (appt-add): Set the 3rd element.
34014 (appt-make-list): Preserve explicit appointments.
34015
34016 * subr.el (find-tag-default): Catch errors in forward-sexp.
34017
34018 2005-02-23 Juri Linkov <juri@jurta.org>
34019
34020 * info.el (Info-isearch-search): New defcustom.
34021 (Info-isearch-search): Call the default isearch function
34022 when Info-isearch-search is nil.
34023 (Info-isearch-wrap): Use variable Info-isearch-search.
34024
34025 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
34026
34027 * cus-edit.el: Comment change.
34028
34029 2005-02-22 Kim F. Storm <storm@cua.dk>
34030
34031 * progmodes/hideif.el (hide-ifdef-use-define-alist):
34032 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
34033
34034 2005-02-22 Simon Josefsson <jas@extundo.com>
34035
34036 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
34037 New variable.
34038 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
34039 Oskarsson" <myrkraverk@users.sourceforget.net>.
34040
34041 2005-02-22 Kim F. Storm <storm@cua.dk>
34042
34043 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
34044 check that window of that event is the selected window.
34045 (mouse-drag-region-1): Compare mouse event window to selected
34046 window before setting point.
34047
34048 * tooltip.el (tooltip-show-help-function): Pass event to
34049 mouse-on-link-p so it can check selected window.
34050
34051 2005-02-22 Kenichi Handa <handa@m17n.org>
34052
34053 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
34054 (ps-mule-show-warning): New function.
34055 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
34056 characters are found.
34057
34058 * ps-print.el (ps-header-footer-string): Return a list of header
34059 and footer strings.
34060
34061 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
34062
34063 * pcvs.el (cvs-retrieve-revision): Fix thinko.
34064
34065 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
34066
34067 * frame.el (blink-cursor-mode): Use define-minor-mode.
34068
34069 * term/mac-win.el (function-key-map): Use char-names more consistently.
34070 (file-name-coding-system): Only set it for MacOS-9. The other case is
34071 already handled in mule-cmds.el (where it also works when mac-win.el
34072 is not used).
34073
34074 2005-02-21 Kenichi Handa <handa@m17n.org>
34075
34076 * international/mule.el (ctext-pre-write-conversion): Always use
34077 " *code-converting-work*" buffer for work.
34078
34079 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
34080
34081 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
34082
34083 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
34084
34085 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
34086
34087 * ses.el (undo-more): Restore defadvice, but only the part that
34088 allows changes outside the restricted area of the buffer.
34089
34090 2005-02-20 Kim F. Storm <storm@cua.dk>
34091
34092 * simple.el (line-move): Add fourth optional arg try-vscroll which
34093 must be set to perform auto-window-vscroll.
34094 When moving backwards and doing auto-window-vscroll, automatically
34095 vscroll to the last part of lines which are taller than the window.
34096 (next-line, previous-line): Set try-vscroll arg on line-move.
34097
34098 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
34099
34100 * replace.el (query-replace, query-replace-regexp)
34101 (replace-string, replace-regexp): When operating on region, make
34102 the minibuffer prompt say so.
34103
34104 * isearch.el (isearch-forward): Document isearch-query-replace and
34105 isearch-query-replace-regexp keybindings.
34106
34107 2005-02-19 Jay Belanger <belanger@truman.edu>
34108
34109 * calc/calc-aent.el (math-read-token): Add local variable.
34110
34111 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
34112 (calc-edit-top): Move declaration to earlier in file.
34113 (calc-edit-macro-repeats): Add local variables.
34114
34115 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
34116 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
34117 calcFunc-tanh.
34118 Adjust integration rule for calcFunc-tan.
34119
34120 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
34121
34122 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
34123 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
34124 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
34125 (viper-skip-separators): Bug fix.
34126 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
34127 particular major mode.
34128 (viper-del-backward-char-in-replace): Don't put deleted char on the
34129 kill ring.
34130
34131 * viper-ex.el (viper-color-display-p): New function.
34132 (viper-has-face-support-p): Use viper-color-display-p.
34133
34134 * viper-keym.el (viper-gnus-modifier-map): New keymap.
34135
34136 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
34137
34138 * viper-util.el (viper-glob-unix-files): Fix shell status check.
34139 (viper-file-remote-p): Make equivalent to file-remote-p.
34140
34141 * viper.el (viper-major-mode-modifier-list):
34142 Use viper-gnus-modifier-map.
34143
34144 2005-02-19 David Kastrup <dak@gnu.org>
34145
34146 * subr.el (subregexp-context-p): Fix garbled doc string by adding
34147 quoting.
34148
34149 2005-02-19 Jay Belanger <belanger@truman.edu>
34150
34151 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
34152 Remove extra definitions.
34153 (calc-coth): New function.
34154 (calcFunc-cot): Fix `let'.
34155
34156 2005-02-19 Eli Zaretskii <eliz@gnu.org>
34157
34158 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
34159 the reasons we use "type pc" in these faces.
34160
34161 * button.el (button): Ditto.
34162
34163 2005-02-19 Michael Mauger <mmaug@yahoo.com>
34164
34165 * replace.el (query-replace-read-from): Set the value of
34166 query-replace-from-history-variable to handle the case of an empty
34167 string entered to accept the suggested default.
34168
34169 * net/tramp.el (tramp-file-name-for-operation):
34170 Use dired-call-process instead of dired-call-process-command.
34171
34172 2005-02-19 Jay Belanger <belanger@truman.edu>
34173
34174 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
34175 (math-div-non-trig): New variables.
34176 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
34177 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
34178 (math-combine-prod, math-div-symb-fancy): Add simplifications for
34179 trig expressions.
34180
34181 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
34182
34183 * progmodes/gdb-ui.el (gdb-var-update-handler)
34184 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
34185 for watch expressions,
34186 (gdb-var-create-handler): Don't set speedbar-update-flag.
34187 (gdb-post-prompt): Simplify test for speedbar.
34188
34189 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
34190
34191 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
34192 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
34193 we use the syntax table of the correct buffer.
34194 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
34195 Felix Gatzemeier.
34196
34197 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
34198 (ediff-file-remote-p): Make synonymous with file-remote-p.
34199 In all deffaces ediff-*-face-*, use min-colors.
34200
34201 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
34202 ediff-recurse-to-subdirectories.
34203 (ediff-mark-if-equal): Check that the arguments are strings, use
34204 ediff-same-contents (after to Felix Gatzemeier).
34205
34206 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
34207 nil.
34208
34209 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
34210
34211 * log-view.el (log-view-message-re): Fix up Subversion regexp.
34212
34213 2005-02-18 David Kastrup <dak@gnu.org>
34214
34215 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
34216 use `mark-active' when defined.
34217
34218 2005-02-18 Kenichi Handa <handa@m17n.org>
34219
34220 * ps-print.el (ps-font-info-database): New entry
34221 ZapfChancery-MediumItalic with correct font name. Fix font name
34222 of the entry Zapf-Chancery-MediumItalic.
34223
34224 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
34225
34226 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
34227
34228 2005-02-16 Kim F. Storm <storm@cua.dk>
34229
34230 * ido.el (ido-fallback-command): Pass user input to fallback command.
34231
34232 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
34233
34234 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
34235 (gdb-find-file-hook): Add server prefix.
34236
34237 2005-02-16 Richard M. Stallman <rms@gnu.org>
34238
34239 * replace.el (perform-replace): Pass new args to replace-highlight.
34240 (replace-highlight): Take region args,
34241 and pass them to isearch-lazy-highlight-new-loop.
34242
34243 * novice.el (disabled-command-hook): Autoload the defalias
34244 and the make-obsolete-variable call.
34245
34246 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
34247
34248 * isearch.el (isearch-lazy-highlight-start-limit)
34249 (isearch-lazy-highlight-end-limit): New variables limit
34250 the region for highlighting.
34251 (isearch-lazy-highlight-new-loop): New args BEG and END.
34252 (isearch-lazy-highlight-search): Use the new vars.
34253 (isearch-lazy-highlight-update): Likewise.
34254
34255 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
34256
34257 * cus-start.el (all): Use default-boundp.
34258
34259 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
34260
34261 * menu-bar.el (menu-bar-select-frame): Handle current frame.
34262
34263 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
34264
34265 * autorevert.el (auto-revert-stop-on-user-input)
34266 (auto-revert-verbose): Doc fixes.
34267
34268 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
34269
34270 * international/mule-cmds.el (set-locale-environment): Remove call
34271 to set-selection-coding-system on Windows.
34272
34273 2005-02-15 Jay Belanger <belanger@truman.edu>
34274
34275 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
34276 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
34277 calcFunc-coth.
34278 (math-simplify-sqrt): Add simplifications.
34279
34280 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
34281 to list.
34282
34283 * calc/calc-ext.el: Add functions to autoloads.
34284
34285 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
34286 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
34287 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
34288 (math-csc-raw, math-cot-raw): New functions.
34289
34290 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
34291
34292 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
34293 the variable name in a message.
34294
34295 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
34296 calcFunc-csc, calcFunc-cot.
34297
34298 * calc/calcalg2.el: Add derivative and integration rules for
34299 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
34300 calcFunc-csch, calcFunc-coth.
34301 (math-do-integral-methods): Add to checks for when to use
34302 substitutions.
34303
34304 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
34305
34306 2005-02-15 Lute Kamstra <lute@gnu.org>
34307
34308 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
34309 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
34310 <monnier@iro.umontreal.ca>.
34311 (lisp-outline-level): Improve efficiency. Suggested by David
34312 Kastrup <dak@gnu.org>.
34313
34314 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
34315
34316 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
34317 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
34318 (gdb-set-gud-minor-mode-existing-buffers): New functions.
34319 (gdb-find-file-hook): New hook. Add it to find-file-hook.
34320 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
34321
34322 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
34323
34324 * cus-start.el (all): Comment change.
34325
34326 2005-02-14 Lute Kamstra <lute@gnu.org>
34327
34328 * cus-start.el (all): Check if symbol is void.
34329
34330 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
34331
34332 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
34333 optional argument to \cite.
34334
34335 2005-02-14 Richard M. Stallman <rms@gnu.org>
34336
34337 * cus-edit.el (custom-buffer-create-internal): Update help message.
34338 (custom-magic-alist): Update help messages.
34339
34340 * cus-start.el (all): Allow a var to specify a standard value.
34341
34342 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
34343
34344 * custom.el (custom-theme-set-variables): Handle variable aliases.
34345
34346 * frame.el (blink-cursor-timer): Doc fix.
34347 (blink-cursor): Make it an alias for `blink-cursor-mode' and
34348 declare obsolete.
34349 (blink-cursor-mode): Define with defcustom and use correct
34350 standard expression in that defcustom.
34351 * startup.el (command-line): Adapt to above changes in frame.el.
34352
34353 2005-02-11 Lute Kamstra <lute@gnu.org>
34354
34355 * apropos.el (apropos-score-doc): Prevent division by zero.
34356
34357 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
34358
34359 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
34360 (icalendar--get-event-property-attributes)
34361 (icalendar--get-event-properties)
34362 (icalendar--datetime-to-diary-date): New functions.
34363 (icalendar--split-value): Doc fix.
34364 (icalendar--datetime-to-noneuropean-date)
34365 (icalendar--datetime-to-european-date): New optional argument
34366 SEPARATOR. Return result as a string instead of a list.
34367 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
34368 (icalendar--convert-string-for-export): Rename arg S to STRING.
34369 (icalendar-export-region): Doc fix. Change name of error buffer.
34370 Save output buffer.
34371 (icalendar-import-file): Add blank at end of prompt.
34372 (icalendar-import-buffer): Doc fix. Do not switch to error
34373 buffer. Indicate status in return value.
34374 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
34375 buffer. Save output buffer. Handle exception from recurrence
34376 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
34377 events. Fix problems with weekly all-day events.
34378
34379 2005-02-10 Richard M. Stallman <rms@gnu.org>
34380
34381 * simple.el (eval-expression-print-format):
34382 Avoid warning about edebug-active.
34383
34384 * help.el (help-for-help-internal): Rename from help-for-help.
34385 (help-for-help): Define with defalias.
34386
34387 * font-core.el (font-lock-default-function): Use with-no-warnings.
34388
34389 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
34390
34391 * custom.el (defface): Doc fix.
34392
34393 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
34394
34395 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
34396 width 0" to prevent word wrapping problems.
34397
34398 2005-02-09 Kim F. Storm <storm@cua.dk>
34399
34400 * ido.el (ido-file-extensions-order): New defcustom.
34401 (ido-file-extension-lessp, ido-file-extension-aux)
34402 (ido-file-extension-order): New advanced file ordering.
34403 (ido-file-lessp): New simple file ordering.
34404 (ido-sort-list): Remove.
34405 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
34406 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
34407
34408 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
34409
34410 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
34411 that some versions of grep produce.
34412 (grep-mode-font-lock-keywords): Likewise.
34413
34414 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
34415
34416 * progmodes/gdb-ui.el (gdb-location-list): New variable.
34417 (gdb-cdir): Delete.
34418 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
34419 (gdb-source-info): Treat case when source file is in another
34420 directory properly.
34421 (gdb-get-location): New function.
34422
34423 2005-02-07 Jay Belanger <belanger@truman.edu>
34424
34425 * calc/calc-prog.el (calc-write-parse-table-part)
34426 (calc-fix-token-name): Fix a check for language type.
34427
34428 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
34429
34430 2005-02-07 Andre Spiegel <spiegel@gnu.org>
34431
34432 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
34433 as directory not writable.
34434
34435 2005-02-07 Kim F. Storm <storm@cua.dk>
34436
34437 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
34438 (cua--standard-movement-commands): Remove list.
34439 Instead, set CUA property value to move for movement commands.
34440 (cua-movement-commands): Remove. Users must set CUA prop instead.
34441 (cua--pre-command-handler): Check CUA property.
34442 (cua--init-keymaps): Don't remap undo commands.
34443 (cua-mode): Don't call cua--rectangle-on-off.
34444
34445 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
34446 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
34447 (cua--rect-undo-set-point): New var.
34448 (cua--rectangle-undo-boundary): Setup undo apply entry.
34449 (cua--rect-undo-handler): New function for rectangle undo.
34450 (cua--rect-start-position, cua--rect-end-position): Add.
34451 (cua--rectangle-post-command): Call cua--rectangle-set-corners
34452 for restored rectangle. Set point if cua--rect-undo-set-point.
34453
34454 2005-02-06 Jay Belanger <belanger@truman.edu>
34455
34456 * calc/calc-lang.el (calc-tex-language): Display more information
34457 in messages.
34458
34459 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
34460 in TeX mode.
34461
34462 2005-02-06 Richard M. Stallman <rms@gnu.org>
34463
34464 * emacs-lisp/lisp.el (buffer-end): Doc fix.
34465
34466 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
34467
34468 * net/ldap.el (ldap-search-internal): Support attributes with
34469 optional descriptions separated by a semi-colon, as in
34470 "userCertificate;binary".
34471
34472 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
34473
34474 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
34475 isn't a cons (i.e. the version is 0).
34476
34477 2005-02-05 Eli Zaretskii <eliz@gnu.org>
34478
34479 * help.el (help-for-help): Doc fix.
34480
34481 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
34482
34483 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
34484 GDB-Windows on the menu-bar as this works better.
34485
34486 2005-02-04 Jay Belanger <belanger@truman.edu>
34487
34488 * calc/calc-embed.el (calc-embedded-update): Don't put in
34489 unnecessary newlines. Adjust the end of formula marker.
34490
34491 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
34492 (math-latex-parse-two-args): New function.
34493
34494 2005-02-03 Lute Kamstra <lute@gnu.org>
34495
34496 * help-fns.el (help-with-tutorial): Make sure that users cannot
34497 remove the entire text of the tutorial by means of `undo'.
34498
34499 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
34500
34501 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
34502 in recent changes, where the ispell process was repeatedly
34503 killed & restarted.
34504
34505 * international/mule-cmds.el (set-locale-environment): Set file-name
34506 coding system to utf-8 on Darwin systems.
34507 (set-default-coding-systems): Don't set default-file-name-coding-system
34508 on Darwin systems.
34509
34510 2005-02-03 Richard M. Stallman <rms@gnu.org>
34511
34512 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
34513
34514 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
34515
34516 * faces.el (list-faces-display): Add optional argument.
34517
34518 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
34519
34520 * font-core.el (font-lock-default-function): Handle the rare case where
34521 only font-lock-keywords is set.
34522
34523 2005-02-02 Kenichi Handa <handa@m17n.org>
34524
34525 * international/characters.el: Cancel previous change for
34526 I-WITH-DOT-ABOVE and DOTLESS-i.
34527
34528 * international/latin-5.el: Cancel previous change.
34529
34530 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
34531
34532 * progmodes/gud.el: Correction to syntax in gud-menu-map.
34533
34534 2005-02-02 Kenichi Handa <handa@m17n.org>
34535
34536 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
34537 DOTLESS-i.
34538
34539 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
34540 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
34541
34542 * case-table.el (get-upcase-table): New function.
34543 (copy-case-table): Copy upcaes table too if non-nil.
34544 (set-case-syntax-delims): Maintain upcase table too.
34545 (set-case-syntax-pair): Likewise.
34546 (set-upcase-syntax, set-downcase-syntax): New functions.
34547 (set-case-syntax): Maintain upcase table too.
34548
34549 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
34550
34551 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
34552
34553 * progmodes/gud.el (gud-goto-info): New function.
34554 (gud-tool-bar-map): Use correct icon.
34555
34556 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
34557
34558 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
34559 When delegating, order args in the funcall correctly.
34560
34561 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
34562
34563 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
34564
34565 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
34566
34567 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
34568 buffer not visiting a file.
34569
34570 2005-01-31 Jay Belanger <belanger@truman.edu>
34571
34572 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
34573 bound on the line with the formula.
34574
34575 2005-01-31 Kim F. Storm <storm@cua.dk>
34576
34577 * ses.el (ses-create-cell-variable-range)
34578 (ses-destroy-cell-variable-range, ses-reset-header-string)
34579 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
34580 (ses-insert-row): Fix format of apply undo entries.
34581
34582 2005-01-31 Jay Belanger <belanger@truman.edu>
34583
34584 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
34585 parts.
34586
34587 * calc/calc-embed.el (calc-embedded-open-formula)
34588 (calc-embedded-close-formula): Ignore matrix environments.
34589
34590 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
34591 TeX mode.
34592
34593 * calc/calc-lang.el (math-function-table, math-oper-table)
34594 (math-variable-table): Adjust the LaTeX portions.
34595
34596 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
34597 (math-latex-ignore-words): New constant.
34598
34599 2005-01-31 Richard M. Stallman <rms@gnu.org>
34600
34601 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
34602 (ispell-local-dictionary): Doc fix.
34603 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
34604 Don't reinitialize at run time. Don't defcustom.
34605 All uses changed to append ispell-local-dictionary-alist,
34606 or check it first.
34607 (ispell-current-dictionary): New variable for dictionary in use.
34608 (ispell-dictionary): Now used only for global default.
34609 (ispell-start-process): Set ispell-current-dictionary,
34610 not ispell-dictionary.
34611 (ispell-change-dictionary): Use this only for setting
34612 user preferences.
34613 (ispell-internal-change-dictionary): New function
34614 to change the current dictionary in use.
34615 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
34616 Use ispell-current-dictionary.
34617 Handle ispell-local-dictionary-overridden.
34618 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
34619
34620 2005-01-31 Jay Belanger <belanger@truman.edu>
34621
34622 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
34623
34624 * calc/calc-ext.el: Add calc-latex-language to autoloads.
34625 (calc-mode-map): Add calc-latex-language.
34626
34627 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
34628 (math-latex-print-frac): New functions.
34629 (math-oper-table, math-function-table, math-variable-table)
34630 (math-complex-format, math-input-filter): Add latex properties.
34631 (calc-set-language): Set math-expr-special-function-mapping.
34632
34633 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
34634 (calc-write-parse-table-part): Add LaTeX support.
34635
34636 * calc/calc.el (calc-language): Adjust docstring.
34637 (calc-set-mode-line): Add LaTeX support.
34638 (math-expr-special-function-mapping): New variable.
34639 (math-tex-ignore-words): Add to list.
34640
34641 * calc/calccomp.el (math-compose-expr, math-compose-rows):
34642 Add LaTeX support.
34643 (math-compose-expr): Add support for special functions.
34644
34645 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
34646
34647 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
34648
34649 * progmodes/gdb-ui.el (gdb-memory-address)
34650 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
34651 (gdb-memory-mode-map, gdb-memory-format-keymap)
34652 (gdb-memory-format-menu, gdb-memory-unit-keymap)
34653 (gdb-memory-unit-menu): New variables for a buffer
34654 that lets the user examine program memory.
34655 (gdb-memory-set-address, gdb-memory-set-repeat-count)
34656 (gdb-memory-format-binary, gdb-memory-format-octal)
34657 (gdb-memory-format-unsigned, gdb-memory-format-signed)
34658 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
34659 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
34660 (gdb-memory-unit-word, gdb-memory-unit-halfword)
34661 (gdb-memory-unit-byte, gdb-memory-unit-menu)
34662 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
34663 (gdb-memory-mode, gdb-memory-buffer-name)
34664 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
34665 New functions for above buffer.
34666
34667 2005-01-30 Richard M. Stallman <rms@gnu.org>
34668
34669 * cus-edit.el (custom-bury-buffer): Function deleted.
34670 (custom-buffer-done-function): Option deleted.
34671 (custom-buffer-done-kill): New replacement option.
34672 (Custom-buffer-done): Call quit-window.
34673 (custom-buffer-create-internal): Update for above changes.
34674
34675 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
34676
34677 * simple.el (undo-ask-before-discard): New var.
34678 (undo-outer-limit-truncate): Implement it.
34679 (undo-extra-outer-limit): Doc update.
34680
34681 2005-01-29 Richard M. Stallman <rms@gnu.org>
34682
34683 * ses.el (undo-more): Delete defadvice.
34684 (ses-begin-change): Doc fix.
34685
34686 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
34687 instead of rebinding C-x u and C-_.
34688
34689 * files.el (normal-backup-enable-predicate): Return nil for files
34690 in /tmp, regardless of temporary-file-directory.
34691
34692 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
34693
34694 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
34695 (open-rectangle, delete-whitespace-rectangle-line)
34696 (clear-rectangle-line): If FILL, pass t instead of FILL
34697 for move-to-column's 2nd arg.
34698
34699 * simple.el (undo): Fix the test for continuing a series of undos.
34700 (undo-more): Set pending-undo-list to t when we reach end.
34701 (pending-undo-list): Move up defvar.
34702
34703 * wid-edit.el (widget-button-click):
34704 Shorten the range of the track-mouse binding.
34705
34706 * comint.el (comint-insert-input): Undo previous changes;
34707 use last-input-event in interactive spec.
34708
34709 2005-01-29 Eli Zaretskii <eliz@gnu.org>
34710
34711 * progmodes/compile.el (compilation-start): Bind buffer-read-only
34712 to nil before invoking call-process. Reset buffer's modified flag
34713 after fontifying it in the no-async branch.
34714
34715 * wid-edit.el (widget-specify-button): If mouse pointer shape
34716 cannot be changed, use mouse face instead.
34717
34718 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
34719
34720 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
34721 (gdb-goto-breakpoint): Make breakpoint handling work on template
34722 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
34723 (gdb-assembler-custom): Update to recognize breakpoint information
34724 added on 2005-01-19.
34725
34726 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
34727
34728 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
34729 (dsssl-mode): Use define-derived-mode.
34730 (scheme-mode-initialize): Remove.
34731 (scheme-mode): Use run-mode-hooks.
34732
34733 * cus-edit.el (customize-group-other-window)
34734 (custom-buffer-create-other-window): Don't override special-display-*.
34735 (custom-mode-map): Make it dense.
34736
34737 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
34738 sets the default value.
34739
34740 2005-01-28 Eli Zaretskii <eliz@gnu.org>
34741
34742 * descr-text.el: Add more keywords.
34743
34744 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
34745
34746 * speedbar.el: Avoid unnecessary use of locate-library.
34747
34748 * international/mule-cmds.el (standard-display-european-internal):
34749 Don't fiddle with latin-1 non-break space any more since it's now
34750 special cased in the C code.
34751 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
34752
34753 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
34754
34755 * cus-start.el (all): Add `undo-outer-limit'.
34756
34757 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
34758
34759 * textmodes/bibtex.el (bibtex-format-entry):
34760 Use `bibtex-empty-field-re' only on the text of fields, not on entire
34761 field lines.
34762 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
34763 not on part of a buffer.
34764
34765 2005-01-25 Lute Kamstra <lute@gnu.org>
34766
34767 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
34768 nonempty field text strings like "{letters\\macro{}more letters}".
34769 Clarify docstring.
34770 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
34771 (bibtex-entry-offset, bibtex-parse-association)
34772 (bibtex-parse-field-name): Fix typos in docstrings.
34773 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
34774
34775 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
34776
34777 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
34778 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
34779 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
34780 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
34781
34782 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
34783 isearch minor mode.
34784
34785 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
34786
34787 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
34788
34789 2005-01-24 Lute Kamstra <lute@gnu.org>
34790
34791 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
34792 CASECHARS and NOT-CASECHARS regular expressions of the
34793 "nederlands" and "nederlands8" dictionaries to prevent a "Range
34794 striding over charsets" error.
34795
34796 2005-01-24 Jay Belanger <belanger@truman.edu>
34797
34798 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
34799 display variable name.
34800
34801 2005-01-24 Kenichi Handa <handa@m17n.org>
34802
34803 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
34804 Fix setting of the element of encoded-kbd-iso2022-invocations.
34805
34806 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
34807
34808 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
34809 (gdb-threads-select): Change to also accept mouse events.
34810 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
34811 (gdb-threads-mouse-select): Delete.
34812
34813 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
34814
34815 * files.el (insert-directory): Take care of empty directory,
34816 listed without -a switch.
34817
34818 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
34819
34820 * textmodes/refill.el (refill-post-command-function):
34821 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
34822 to the list of functions that we should be careful not to undo.
34823 (refill-late-fill-paragraph-function): Remove.
34824 (refill-saved-state): New var.
34825 (refill-mode): Use it to save fill-paragraph-function.
34826 Save also the value of auto-fill-function.
34827
34828 * term/w32-win.el: Simplify code.
34829
34830 2005-01-23 Kim F. Storm <storm@cua.dk>
34831
34832 * simple.el (line-move): Adapt to new return value from
34833 pos-visible-in-window-p.
34834
34835 * simple.el (line-move): Fix last change. Check partial
34836 visibility at point rather than at window-start.
34837
34838 2005-01-22 Jason Rumney <jasonr@gnu.org>
34839
34840 * term/w32-win.el (xw-defined-colors): Remove debug-message.
34841
34842 2005-01-22 David Kastrup <dak@gnu.org>
34843
34844 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
34845
34846 2005-01-22 Eli Zaretskii <eliz@gnu.org>
34847
34848 * type-break.el (type-break-mode): Add a test for
34849 type-break-file-name being non-nil.
34850
34851 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
34852
34853 * net/eudc.el (top level): Call (message "") via progn, so that
34854 eudc-options-file is loaded.
34855
34856 2005-01-22 Kim F. Storm <storm@cua.dk>
34857
34858 * simple.el (line-move-1): Rename from line-move.
34859 (line-move): New function that adjusts vscroll for partially
34860 visible rows, and calls line-move-1 otherwise.
34861
34862 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
34863
34864 * pcomplete.el: Define pcomplete-read-event instead of read-event,
34865 since it's not a complete read-event implementation.
34866
34867 2005-01-20 Jay Belanger <belanger@truman.edu>
34868
34869 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
34870 for called function.
34871
34872 2005-01-20 Steven Tamm <steventamm@mac.com>
34873
34874 * term/mac-win.el (process-connection-type): Remove.
34875 Controlled now by s/darwin.h:PTY_ITERATION.
34876
34877 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
34878
34879 * window.el (handle-select-window): Don't switch window when we're
34880 in the minibuffer.
34881
34882 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
34883
34884 * subr.el (dotimes-with-progress-reporter): New macro.
34885
34886 * ses.el (ses-dotimes-msg): Remove macro.
34887 Use `dotimes-with-progress-reporter' instead.
34888
34889 2005-01-19 Steven Tamm <steventamm@mac.com>
34890
34891 * term/mac-win.el (process-connection-type): Use new
34892 operating-system-release variable to use ptys on Darwin 7 (OS X
34893 10.3) when using carbon build.
34894
34895 2005-01-19 Jay Belanger <belanger@truman.edu>
34896
34897 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
34898 flags if the last command was a tab or M-tab.
34899
34900 * calc/calc-prog.el (calc-user-define-edit): Put original formula
34901 in formula editing buffer.
34902
34903 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
34904
34905 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
34906 breakpoint image symbol in margin.
34907
34908 2005-01-19 Jay Belanger <belanger@truman.edu>
34909
34910 * calc/calc-prog.el (calc-execute-kbd-macro):
34911 Ignore calc-keep-arg-flag.
34912
34913 2005-01-19 Kenichi Handa <handa@m17n.org>
34914
34915 * textmodes/ispell.el (ispell-looking-at): New function.
34916 (ispell-process-line): Use ispell-looking-at to compare the ispell
34917 output and the buffer contents.
34918
34919 2005-01-18 Jay Belanger <belanger@truman.edu>
34920
34921 * calc/calc.el (calc-display-raw): Fix docstring.
34922
34923 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
34924
34925 * simple.el (blink-matching-open): Strip extra info from syntax.
34926
34927 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
34928 funny chars in the end-of-here-doc marker.
34929
34930 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
34931
34932 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
34933 that enable/disabled state of breakpoints is shown correctly in
34934 fringe and on ttys.
34935 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
34936 Add breakpoint information as text properties.
34937 (gdb-mouse-toggle-breakpoint):
34938 Rename to gdb-mouse-set-clear-breakpoint.
34939 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
34940 breakpoints in the margin.
34941 (gdb-remove-strings): Simplify.
34942
34943 2005-01-17 Jay Belanger <belanger@truman.edu>
34944
34945 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
34946 erasing buffer.
34947
34948 2005-01-17 Richard M. Stallman <rms@gnu.org>
34949
34950 * progmodes/grep.el (grep-find): Copy from `grep' the condition
34951 for calling grep-compute-defaults.
34952
34953 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
34954 if buffer is empty.
34955
34956 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
34957
34958 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
34959
34960 * hilit-chg.el (highlight-changes-mode): Don't autoload.
34961
34962 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
34963 non-preloaded variables.
34964
34965 2005-01-17 Steven Tamm <steventamm@mac.com>
34966
34967 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
34968 tex-shell cause to force interactivity when using pipes.
34969
34970 2005-01-17 Kim F. Storm <storm@cua.dk>
34971
34972 * simple.el (just-one-space): Make arg optional.
34973
34974 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
34975
34976 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
34977 posn-at-x-y to t to access left-margin.
34978
34979 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
34980
34981 Sync with Tramp 2.0.47.
34982
34983 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
34984 catching keep-date problems in cp/scp operations.
34985 (tramp-handle-copy-file): Don't call `set-file-modes'
34986 unconditionally. Specialized functions should know better what is
34987 necessary. This improves performance a little bit, and the
34988 functions could catch errors with `cp -p' and `scp -p'.
34989 (tramp-do-copy-or-rename-file-via-buffer)
34990 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
34991 when appropriate.
34992 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
34993 Call `set-file-modes' when appropriate.
34994 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
34995 Johnsson <isak@hypergene.com>.
34996 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
34997 of both Tramp buffer and debug buffer. Reported by Joakim Verona
34998 <joakim@verona.se>.
34999 (tramp-file-name-for-operation): Mark `shell-command' as magic for
35000 Emacs only.
35001
35002 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
35003 `find-file-hooks' and `dired-mode-hook'.
35004 (tramp-minor-mode-map): Respective map. Add remapping for
35005 `compile' and `recompile'.
35006 (tramp-remap-command, tramp-recompile): New defuns.
35007 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
35008 in buffer "*Compilation*". Call the commands asynchronously.
35009
35010 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
35011 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
35012 `shell-command', because it isn't magic in XEmacs. Reported by
35013 Adrian Aichner <adrian@xemacs.org>.
35014
35015 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
35016 `substitute-in-file-name.
35017 (tramp-smb-handle-substitute-in-file-name): New defun.
35018 (tramp-smb-advice-PC-do-completion): Delete advice.
35019
35020 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
35021
35022 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
35023 Fix error in deleting region.
35024
35025 2005-01-15 Richard M. Stallman <rms@gnu.org>
35026
35027 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
35028 In non-temp buffer, switch syntax table temporarily.
35029
35030 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
35031
35032 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
35033
35034 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
35035
35036 * imenu.el (imenu--split-menu): Copy menulist before sorting.
35037 (imenu--generic-function): Use START, not BEG, as pos of definition.
35038
35039 * simple.el (just-one-space): Argument specifies number of spaces.
35040
35041 * simple.el (eval-expression-print-format): Avoid warning
35042 about edebug-active.
35043
35044 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
35045
35046 * progmodes/sh-script.el: Code copied from make-mode.el
35047 with small changes,
35048 (sh-mode-map): Bind C-c C-\.
35049 (sh-backslash-column, sh-backslash-align): New variables.
35050 (sh-backslash-region, sh-append-backslash): New functions.
35051
35052 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
35053
35054 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
35055 (rmail-pop-password, rmail-pop-password-required): Move to
35056 rmail-obsolete group.
35057 (rmail-set-pop-password): Rename to rmail-set-remote-password.
35058 All callers updated.
35059 (rmail-get-pop-password): Rename to rmail-get-remote-password.
35060 Take an argument specifying whether it is POP or IMAP mailbox we
35061 are using. All callers updated.
35062 (rmail-pop-password-error): Rename to
35063 rmail-remote-password-error. Added mailutils-specific error message.
35064 (rmail-movemail-search-path)
35065 (rmail-movemail-variant-in-use): New variables.
35066 (rmail-remote-password, rmail-remote-password-required):
35067 New customization variables.
35068 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
35069 (rmail-parse-url): New function.
35070 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
35071 with GNU mailutils movemail.
35072
35073 2005-01-15 Kevin Ryde <user42@zip.com.au>
35074
35075 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
35076 suffix to space, $ or '$, to correctly position point when going
35077 to @table style constants like DBL_MAX.
35078
35079 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
35080
35081 * type-break.el (type-break-mode, type-break-file-time)
35082 (type-break-file-keystroke-count, type-break-choose-file):
35083 Don't store data in or load data from the file if type-break-file-name
35084 is nil.
35085 (type-break-file-name): Doc update as per the above.
35086
35087 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
35088
35089 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
35090 lookup-key might return nil; handle that.
35091
35092 2005-01-15 Alan Mackenzie <acm@muc.de>
35093
35094 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
35095 rather than the element found, thus enabling the tree to be setcar'd.
35096
35097 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
35098
35099 * textmodes/org.el (org-show-following-heading): New option.
35100 (org-show-hierarchy-above): Use `org-show-following-heading'.
35101 (org-cycle): Documentation fix.
35102
35103 * textmodes/org.el (orgtbl-optimized): New option
35104 (orgtbl-mode): New command, a minor mode.
35105 (orgtbl-mode-map): New variable.
35106 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
35107 (orgtbl-error, orgtbl-self-insert-command)
35108 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
35109
35110 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
35111 a local variable in each org-mode buffer.
35112
35113 * textmodes/org.el (org-set-regexps-and-options): Rename from
35114 `org-set-regexps'. Added checking for STARTUP keyword.
35115 (org-get-current-options): Add STARTUP options.
35116 (org-table-insert-row): Make mode intelligent about when
35117 realignment is needed.
35118 (org-self-insert-command, org-delete-backward-char, org-delete-char):
35119 New commands.
35120 (org-enable-table-editor): New default value `optimized'.
35121 (org-table-blank-field): Support blanking regions if active.
35122
35123 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
35124
35125 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
35126 if the year is not given.
35127
35128 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
35129 Add new escapes %m and %M, fixed bug with %F by adding
35130 save-match-data.
35131 (reftex-reference): Remove ?. from list of spaces.
35132 (reftex-label-info): Add automatic label prefix recognition.
35133
35134 * textmodes/reftex-index.el (reftex-index-next-phrase):
35135 Add slave parameter to call of `reftex-index-this-phrase'.
35136 (reftex-index-this-phrase): New optional argument.
35137 (reftex-index-region-phrases): Add slave parameter to call of
35138 `reftex-index-this-phrase'.
35139 (reftex-display-index): New argument redo.
35140 (reftex-index-rescan): Add `redo' to arguments of
35141 `reftex-display-index'.
35142 (reftex-index-Rescan, reftex-index-revert)
35143 (reftex-index-switch-index-tag): Add `redo' to arguments of
35144 `reftex-display-index'.
35145 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
35146 indexing. Fix bug with matching is there is a quote before or
35147 after the word.
35148
35149 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
35150 Fix bug when collecting citation keys in lines with comments.
35151 (reftex-citation): Prefix argument no longer rescans the document,
35152 but forces prompting for optional arguments of cite macros.
35153 (reftex-do-citation): Prompting for optional arguments implemented.
35154
35155 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
35156 Add optional arguments to most cite commands.
35157 (reftex-cite-cleanup-optional-args): New option
35158 (reftex-cite-prompt-optional-args): New option.
35159 (reftex-trust-label-prefix): New option.
35160
35161 * textmodes/reftex-toc.el (reftex-toc-find-section):
35162 Add push-mark before changing the position in the buffer.
35163
35164 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
35165 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
35166
35167 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
35168
35169 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
35170 more carefully.
35171
35172 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
35173
35174 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
35175 (sgml-mode): Use it.
35176 (sgml-get-context): Better keep track of implicitly closed tags.
35177
35178 2005-01-13 Kenichi Handa <handa@m17n.org>
35179
35180 * textmodes/ispell.el: These changes are to fix misalignment error
35181 caused by equivalent characters of different Emacs charsets.
35182 (ispell-unified-chars-table): New variable.
35183 (ispell-get-decoded-string): New function.
35184 (ispell-get-casechars, ispell-get-not-casechars)
35185 (ispell-get-otherchars): Call ispell-get-decoded-string.
35186
35187 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
35188
35189 * custom.el (custom-declare-variable): Just put symbol instead
35190 of (defvar . symbol) in `current-load-list'.
35191
35192 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
35193
35194 * emacs-lisp/elint.el: Fixed typo in Commentary section.
35195
35196 2005-01-12 Jay Belanger <belanger@truman.edu>
35197
35198 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
35199 to create a Calc summary.
35200
35201 2005-01-12 Kim F. Storm <storm@cua.dk>
35202
35203 * mouse.el (mouse-on-link-p): Change functionality and doc
35204 string to comply with latest description in lisp ref.
35205
35206 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
35207
35208 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
35209 Enable mouse clicks on mode-line, header-line and margin.
35210 (event-type): Give mouse event symbols an `event-kind' property
35211 with value `mouse-click'.
35212
35213 2005-01-12 Juri Linkov <juri@jurta.org>
35214
35215 * facemenu.el (list-colors-display): Add new arg buffer-name.
35216 Use it. Fix docstring. Replace code for identifying duplicate
35217 colors by the name with call to `list-colors-duplicates' which
35218 identifies duplicate colors by the value unless the color
35219 is one of special Windows colors. Set truncate-lines to t.
35220 Print sorted duplicate color names on each line. Indent to 22
35221 \(the longest color name in rgb.txt) instead of 20. Optimize.
35222 (list-colors-duplicates): New function.
35223 (facemenu-color-name-equal): Delete function.
35224
35225 * facemenu.el (list-colors-print): New function created from code
35226 in list-colors-display. Print #RRGGBB at the window right edge.
35227 (list-colors-display): When temp-buffer-show-function is not
35228 defined, call list-colors-print from temp-buffer-show-hook
35229 to get the right value of window-width in list-colors-print
35230 after the buffer is displayed.
35231
35232 * simple.el (pop-mark): Move deactivate-mark out of conditional
35233 part to deactivate the active mark regardless of the state of the
35234 mark ring.
35235
35236 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
35237 variables line in desktop files.
35238
35239 2005-01-12 Juri Linkov <juri@jurta.org>
35240
35241 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
35242 Bring together isearch highlight related options.
35243 (lazy-highlight): Replace group `replace' by `matching'.
35244 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35245 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35246 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
35247 and declare them obsolete.
35248 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
35249 (isearch-faces): Remove defgroup.
35250 (isearch-overlay, isearch-highlight, isearch-dehighlight):
35251 Move isearch highlighting code closer to lazy highlighting code.
35252
35253 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
35254 (query-replace-highlight, query-replace-lazy-highlight)
35255 (query-replace): Move definitions to the beginning of the file.
35256
35257 2005-01-11 Juri Linkov <juri@jurta.org>
35258
35259 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
35260 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
35261 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
35262
35263 * info.el (Info-history-forward): New variable.
35264 (Info-select-node): Reset Info-history-forward to nil.
35265 (Info-last): Turn into defalias.
35266 (Info-history-back): Rename from Info-last.
35267 Add current node to Info-history-forward.
35268 (Info-history-forward): New fun.
35269 (Info-mode-map): Replace Info-last by Info-history-back.
35270 Bind Info-history-forward to "r".
35271 (Info-mode-menu): Replace Info-last by Info-history-back.
35272 Fix menu item text. Add menu item for Info-history-forward.
35273 (info-tool-bar-map): Replace Info-last by Info-history-back.
35274 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
35275 for Info-history-forward.
35276 (Info-mode): Replace Info-last by Info-history-back in docstring.
35277 Add local variable Info-history-forward.
35278 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
35279
35280 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
35281
35282 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
35283 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
35284 Ignore select-window events rather than fiddle with
35285 mouse-autoselect-window.
35286
35287 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
35288
35289 * type-break.el (type-break-mode): Fix previous change.
35290
35291 2005-01-10 Jay Belanger <belanger@truman.edu>
35292
35293 * calc/calc-ext.el (calc-reset): Reset when inside embedded
35294 calculator; only reset when point is inside a calculator.
35295 Don't adjust the window height if the window takes up the whole height
35296 of the frame.
35297
35298 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
35299
35300 * ebuff-menu.el (Electric-buffer-menu-mode):
35301 Preserve value of buffer-local var header-line-format.
35302
35303 2005-01-09 Jay Belanger <belanger@truman.edu>
35304
35305 * calc/calc.el (calc-mode-var-list-restore-saved-values):
35306 Make sure settings file exists before accessing it.
35307
35308 * calc/calc-embed.el (calc-embedded-subst):
35309 Replace math-multi-subst-rec, which is only supposed to be called
35310 by math-multi-subst, by math-multi-subst.
35311
35312 2005-01-09 Andre Spiegel <spiegel@gnu.org>
35313
35314 * vc.el (vc-allow-async-revert): New user option.
35315 (vc-disable-async-diff): New internal variable.
35316 (vc-revert-buffer): Use them to disable asynchronous diff.
35317
35318 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
35319 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
35320 asynchronously if vc-disable-async-diff is t.
35321
35322 2005-01-09 Jay Belanger <belanger@truman.edu>
35323
35324 * calc/calc.el (defcalcmodevar): New macro.
35325 (calc-mode-var-list-restore-default-values)
35326 (calc-mode-var-list-restore-saved-values): New functions.
35327 (calc-mode-var-list): Use defcalcmodevar to define it.
35328 (calc-always-load-extensions, calc-line-numbering)
35329 (calc-line-breaking, calc-display-just, calc-display-origin)
35330 (calc-number-radix, calc-leading-zeros, calc-group-digits)
35331 (calc-group-char, calc-point-char, calc-frac-format)
35332 (calc-prefer-frac, calc-hms-format, calc-date-format)
35333 (calc-float-format, calc-full-float-format, calc-complex-format)
35334 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
35335 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
35336 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
35337 (calc-matrix-brackets, calc-language, calc-language-option)
35338 (calc-left-label, calc-right-label, calc-word-size)
35339 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
35340 (calc-display-raw, calc-internal-prec, calc-angle-mode)
35341 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
35342 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
35343 (calc-window-height, calc-display-trail, calc-show-selections)
35344 (calc-use-selections, calc-assoc-selections)
35345 (calc-display-working-message, calc-auto-why, calc-timing)
35346 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
35347 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
35348 (calc-gnuplot-default-device, calc-gnuplot-default-output)
35349 (calc-gnuplot-print-device, calc-gnuplot-print-output)
35350 (calc-gnuplot-geometry, calc-graph-default-resolution)
35351 (calc-graph-default-resolution-3d, calc-invocation-macro)
35352 (calc-show-banner): Use defcalcmodevar to declare them and set
35353 their default values.
35354
35355 * calc/calc-ext.el (calc-reset): Restore saved values of variables
35356 instead of default values (but restore default values if there is
35357 an argument of 0).
35358
35359 2005-01-09 David Kastrup <dak@gnu.org>
35360
35361 * desktop.el (desktop-restore-eager): Fix typo in type.
35362
35363 2005-01-08 Richard M. Stallman <rms@gnu.org>
35364
35365 * cus-edit.el (customize): Delete :link.
35366
35367 2005-01-08 Jay Belanger <belanger@truman.edu>
35368
35369 * calc/calc.el (calc-mode): Remove the extension from the
35370 `calc-settings-file' file name when loading it.
35371
35372 2005-01-08 Kim F. Storm <storm@cua.dk>
35373
35374 * info.el (Info-mode-map, Info-next-link-keymap)
35375 (Info-prev-link-keymap, Info-up-link-keymap):
35376 Map follow-link to mouse-face.
35377 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
35378
35379 2005-01-08 Jay Belanger <belanger@truman.edu>
35380
35381 * calc/calc.el (calc-settings-file): Change default value.
35382 Suggested by cgw in a comment in calc-mode.el.
35383
35384 * calc/calc-mode.el (calc-settings-file-name):
35385 Compare calc-settings-file to user-init-file instead of ~/.emacs.
35386 Replace ~/.emacs in a prompt by calc-settings-file.
35387
35388 2005-01-07 Lars Hansen <larsh@math.ku.dk>
35389
35390 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
35391 (desktop-lazy-idle-delay): New customizable variables.
35392 (desktop-buffer-args-list): New variable.
35393 (desktop-append-buffer-args): New function.
35394 (desktop-save): Call desktop-append-buffer-args for some buffers.
35395 (desktop-lazy-create-buffer): New function.
35396 (desktop-idle-create-buffers): New function.
35397 (desktop-read): Add message about buffers to restore lazily.
35398 (desktop-lazy-abort): New command.
35399 (desktop-clear): Call desktop-lazy-abort.
35400 (desktop-lazy-complete): New command.
35401
35402 2005-01-06 Richard M. Stallman <rms@gnu.org>
35403
35404 * emacs-lisp/find-func.el (find-face-definition):
35405 Rename from find-face.
35406
35407 2005-01-06 Kim F. Storm <storm@cua.dk>
35408
35409 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
35410
35411 * man.el (Man-xref-man-page, Man-xref-header-file)
35412 (Man-xref-normal-file): Add follow-link property.
35413
35414 2005-01-06 Jay Belanger <belanger@truman.edu>
35415
35416 * calc/calc-units.el: Make sure the proper macro definitions are
35417 available when compiling.
35418
35419 2005-01-06 Juri Linkov <juri@jurta.org>
35420
35421 * isearch.el (isearch-lazy-highlight-update):
35422 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
35423
35424 2005-01-06 Miles Bader <miles@gnu.org>
35425
35426 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
35427 (isearch-lazy-highlight-face): Use new name.
35428
35429 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
35430
35431 * uniquify.el (uniquify-rationalize-file-buffer-names):
35432 Re-add an interactive spec.
35433 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
35434 to the same name.
35435
35436 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
35437 (isearch-update, isearch-done): Adjust calls accordingly.
35438
35439 2005-01-05 Richard M. Stallman <rms@gnu.org>
35440
35441 * custom.el (custom-set-variables, custom-theme-set-variables):
35442 Clarify documentation.
35443
35444 * emacs-lisp/find-func.el (find-variable)
35445 (find-variable-other-window, find-variable-other-frame):
35446 Fix the TYPE args to find-function-read and find-function-do-it.
35447 (find-function): Doc fix.
35448 (find-function-at-point): Replace function-at-point alias.
35449
35450 2005-01-04 Richard M. Stallman <rms@gnu.org>
35451
35452 * cus-face.el (custom-declare-face):
35453 Record defface in current-load-list.
35454
35455 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
35456
35457 * emacs-lisp/find-func.el: Doc fixes.
35458 (find-face-regexp): New variable.
35459 (find-function-regexp-alist): New variable.
35460 (find-function-C-source): Third arg is now TYPE.
35461 (find-function-search-for-symbol): Handle general TYPE.
35462 (find-function-read, find-function-do-it): Handle general TYPE.
35463 (find-definition-noselect, find-face): New functions.
35464 (function-at-point): Alias deleted.
35465
35466 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
35467
35468 * battery.el (display-battery-mode): Rename from display-battery.
35469 Handle the case where it gets turned off.
35470
35471 2005-01-04 Richard M. Stallman <rms@gnu.org>
35472
35473 * cus-edit.el (customize): Make :link point to user doc.
35474
35475 * man.el (Man-fontify-manpage): Turn off undo generation.
35476
35477 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
35478
35479 2005-01-04 Andreas Schwab <schwab@suse.de>
35480
35481 * files.el (insert-directory): Only look for error lines in
35482 inserted text. Don't move too far after processing --dired markers.
35483
35484 2005-01-04 Richard M. Stallman <rms@gnu.org>
35485
35486 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
35487 Don't expand if the character is @, period, dash, etc.
35488 (define-mail-abbrev): Quote names that contain problem characters.
35489
35490 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
35491
35492 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
35493
35494 2005-01-03 Richard M. Stallman <rms@gnu.org>
35495
35496 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
35497 (query-replace-highlight, query-replace-lazy-highlight)
35498 (query-replace): Definitions moved up. Doc fix.
35499
35500 2005-01-03 Richard M. Stallman <rms@gnu.org>
35501
35502 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
35503 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35504 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35505 (lazy-highlight-face): Rename from isearch-lazy-...
35506 Change all references to them.
35507
35508 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
35509
35510 * cus-edit.el (custom-file): Doc fix for defcustom.
35511 (custom-file): The function no longer sets the variable
35512 `custom-file' to its return value.
35513
35514 * startup.el (command-line): No longer load `custom-file'.
35515
35516 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
35517
35518 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
35519
35520 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
35521 Don't confuse module-prefixed identifiers for labels.
35522 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
35523
35524 2005-01-02 Richard M. Stallman <rms@gnu.org>
35525
35526 * files.el (basic-save-buffer-1): Fix previous change.
35527
35528 * loadhist.el (file-loadhist-lookup): New function.
35529 (file-provides, file-requires): Use it.
35530
35531 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
35532 instead of calculating the right size.
35533
35534 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
35535
35536 * vc-svn.el (vc-svn-diff): Stay local if possible.
35537
35538 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
35539
35540 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
35541
35542 * files.el (hack-local-variables): Fix last change.
35543
35544 2005-01-02 Jay Belanger <belanger@truman.edu>
35545
35546 * calc/calc-yank.el (calc-edit-top): New variable.
35547 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
35548 object. Change header properties.
35549 (calc-edit-finish, calc-edit-finish-stack-object)
35550 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
35551 edited object.
35552 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
35553 for the beginning of the edited object.
35554 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
35555 for the beginning of the edited object.
35556 * calc/calc-prog.el (calc-edit-macro-finish-edit)
35557 (calc-finish-formula-edit, calc-macro-repeats)
35558 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
35559 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
35560 beginning of the edited object.
35561 (calc-user-define-edit): Change the header for editing macros.
35562 Remove unnecessary variable.
35563
35564 2005-01-01 Jay Belanger <belanger@truman.edu>
35565
35566 * calc/calc-yank.el (calc-edit-mode): Change default header.
35567 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
35568 * calc/calc-store.el (calc-edit-variable): Change title to match new
35569 header.
35570 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
35571 mode to match new header.
35572 (calc-user-define-edit): Change titles to include names of commands.
35573 (calc-finish-formula-edit): Adjust to handle new header.
35574 (calc-finish-macro-edit): Remove.
35575 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
35576 (calc-edit-macro-command, calc-edit-macro-command-type)
35577 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
35578 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
35579 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
35580 (calc-edit-macro-finish-edit): New functions.
35581 (calc-user-define-edit): Use new functions to edit named calc macros.
35582
35583 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
35584
35585 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
35586
35587 * ses.el (copy-region-as-kill): Deactivate mark.
35588
35589 2005-01-01 Richard M. Stallman <rms@gnu.org>
35590
35591 * replace.el (occur-1): If the output buffer is also an input,
35592 don't kill it, rename it.
35593
35594 * faces.el (set-face-background, set-face-foreground): Doc fix.
35595
35596 * cus-face.el (custom-face-attributes): Fix :help-echo strings
35597 for :foreground and :background.
35598
35599 * dired.el (dired-view-command-alist): Variable deleted.
35600 (dired-view-file, dired-mouse-find-file-other-window):
35601 Delete the code to use it.
35602
35603 2005-01-01 Kim F. Storm <storm@cua.dk>
35604
35605 * image.el (insert-sliced-image): Use t for line-height property.
35606
35607 See ChangeLog.11 for earlier changes.
35608
35609 ;; Local Variables:
35610 ;; coding: iso-2022-7bit
35611 ;; add-log-time-zone-rule: t
35612 ;; End:
35613
35614 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
35615
35616 This file is part of GNU Emacs.
35617
35618 GNU Emacs is free software; you can redistribute it and/or modify
35619 it under the terms of the GNU General Public License as published by
35620 the Free Software Foundation; either version 3, or (at your option)
35621 any later version.
35622
35623 GNU Emacs is distributed in the hope that it will be useful,
35624 but WITHOUT ANY WARRANTY; without even the implied warranty of
35625 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
35626 GNU General Public License for more details.
35627
35628 You should have received a copy of the GNU General Public License
35629 along with GNU Emacs; see the file COPYING. If not, write to the
35630 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
35631 Boston, MA 02110-1301, USA.
35632
35633 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1